/* ═══════════════════════════════════════════════════════════════════════════
   INDUSTRIES HUB PAGE – Elite styles (ih-*)
   Sections: Hero · Industries · Capabilities · Metrics · Process · Trust · FAQ · CTA
   Palette: indigo → cyan → slate (#eef2ff → #ecfeff → #f8fafc)
   ═══════════════════════════════════════════════════════════════════════════ */

.ih-page { overflow-x: hidden; }


/* ── Hero ──────────────────────────────────────────────────────────────────── */
.ih-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(7rem, 14vw, 12rem) 0 clamp(8rem, 16vw, 14rem);
    background: linear-gradient(160deg, #eef2ff 0%, #ecfeff 45%, #f8fafc 100%);
    color: #1e293b;
}

.ih-hero__bg {
    position: absolute; inset: 0;
    pointer-events: none;
    z-index: 0;
}

/* Dot grid */
.ih-hero::before {
    content: '';
    position: absolute; inset: 0;
    background-image: radial-gradient(rgba(79,70,229,.05) 1px, transparent 1px);
    background-size: 30px 30px;
    pointer-events: none;
    z-index: 0;
}

.ih-hero__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: .28;
    will-change: transform;
    animation: ihFloat 16s ease-in-out infinite alternate;
}
.ih-hero__orb--a { width: 460px; height: 460px; background: #a5b4fc; top: -10%; left: -5%; }
.ih-hero__orb--b { width: 380px; height: 380px; background: #67e8f9; bottom: -14%; right: -5%; animation-delay: -5s; }
.ih-hero__orb--c { width: 300px; height: 300px; background: #c4b5fd; top: 30%; right: 18%; animation-delay: -10s; opacity: .2; }

@keyframes ihFloat {
    0%   { transform: translate(0, 0) scale(1); }
    100% { transform: translate(20px, -16px) scale(1.05); }
}

.ih-hero__canvas {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    z-index: 0;
    opacity: .08;
}

.ih-hero__wave {
    position: absolute;
    bottom: -2px; left: 0; right: 0;
    width: 100%;
    height: clamp(80px, 12vw, 160px);
    z-index: 1;
}

.ih-hero .container { position: relative; z-index: 2; }

.ih-hero__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(2rem, 4vw, 4rem);
    align-items: center;
}
@media (min-width: 1024px) {
    .ih-hero__inner { grid-template-columns: 1.15fr .85fr; }
}

/* Badge pill */
.ih-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(79,70,229,.08);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(79,70,229,.15);
    color: #4f46e5;
    margin-bottom: var(--space-5);
    padding: 8px 18px;
    border-radius: var(--radius-full);
    font-size: var(--text-xs);
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ih-hero__title {
    font-family: var(--font-heading);
    font-size: var(--text-5xl);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.03em;
    margin-bottom: var(--space-6);
}

.ih-hero__desc {
    font-size: var(--text-lg);
    line-height: 1.7;
    color: #475569;
    max-width: 540px;
    margin-bottom: var(--space-8);
}

.ih-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-4);
    margin-bottom: var(--space-10);
}
.ih-hero__actions .btn--outline {
    border-color: rgba(79,70,229,.3);
    color: var(--color-primary);
}
.ih-hero__actions .btn--outline:hover {
    background: rgba(79,70,229,.08);
    border-color: var(--color-primary);
}

/* Proof bar — inline */
.ih-hero__proof {
    display: inline-flex;
    align-items: center;
    gap: var(--space-6);
    padding: var(--space-5) var(--space-6);
    border-radius: var(--radius-lg);
    background: rgba(79,70,229,.05);
    border: 1px solid rgba(79,70,229,.1);
}
.ih-hero__proof-item { text-align: center; white-space: nowrap; }
.ih-hero__proof-number {
    display: block;
    font-family: var(--font-heading);
    font-size: var(--text-2xl);
    font-weight: 800;
    color: var(--color-primary);
    letter-spacing: -0.02em;
    font-variant-numeric: tabular-nums;
    line-height: 1.2;
}
.ih-hero__proof-label {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #64748b;
    font-weight: 600;
    margin-top: 2px;
}
.ih-hero__proof-divider {
    width: 1px;
    height: 32px;
    background: rgba(79,70,229,.15);
    flex-shrink: 0;
}


/* ── Hero Visual — Industry Orbit ─────────────────────────────────────────── */
.ih-hero__visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ih-orbit {
    position: relative;
    width: 340px;
    height: 340px;
}

.ih-orbit__ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(79,70,229,.1);
}
.ih-orbit__ring--outer {
    inset: 0;
    animation: ihOrbitSpin 40s linear infinite;
}
.ih-orbit__ring--inner {
    inset: 25%;
    border-color: rgba(79,70,229,.08);
    animation: ihOrbitSpin 30s linear infinite reverse;
}

@keyframes ihOrbitSpin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

.ih-orbit__center {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 60px; height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 8px 30px rgba(79,70,229,.25);
    z-index: 2;
}

.ih-orbit__node {
    position: absolute;
    width: 52px; height: 52px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid rgba(79,70,229,.12);
    box-shadow: 0 4px 16px rgba(0,0,0,.06);
    z-index: 1;
    transition: transform .3s var(--ease-out), box-shadow .3s var(--ease-out);
}
.ih-orbit__node:hover {
    transform: scale(1.15);
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
}
.ih-orbit__node svg { width: 22px; height: 22px; }

/* Position nodes around the orbit circle */
.ih-orbit__node--0 { top: -4%;   left: 50%;  transform: translateX(-50%); }
.ih-orbit__node--1 { top: 18%;   right: -2%; }
.ih-orbit__node--2 { bottom: 18%;right: -2%; }
.ih-orbit__node--3 { bottom: -4%;left: 50%;  transform: translateX(-50%); }
.ih-orbit__node--4 { bottom: 18%;left: -2%; }
.ih-orbit__node--5 { top: 18%;   left: -2%; }

/* Node tone colors */
.ih-orbit__node--rose    { color: #e11d48; border-color: rgba(225,29,72,.15); }
.ih-orbit__node--emerald { color: #059669; border-color: rgba(5,150,105,.15); }
.ih-orbit__node--amber   { color: #d97706; border-color: rgba(217,119,6,.15); }
.ih-orbit__node--sky     { color: #0284c7; border-color: rgba(2,132,199,.15); }
.ih-orbit__node--violet  { color: #7c3aed; border-color: rgba(124,58,237,.15); }
.ih-orbit__node--slate   { color: #475569; border-color: rgba(100,116,139,.18); }


/* ── Industries Grid ──────────────────────────────────────────────────────── */
.ih-industries {
    padding: var(--section-padding) 0;
    background: var(--surface);
}

.ih-grid {
    display: grid;
    gap: var(--space-6);
    margin-top: var(--space-12);
}
@media (min-width: 768px) {
    .ih-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1120px) {
    .ih-grid { grid-template-columns: repeat(3, 1fr); }
}

.ih-card {
    border: 1px solid var(--border-color, #e5eaf2);
    border-radius: var(--radius-xl);
    padding: clamp(1.5rem, 2.5vw, 2rem);
    display: flex;
    flex-direction: column;
    background: var(--surface);
    transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out), border-color .35s var(--ease-out);
}
.ih-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-xl);
    border-color: rgba(79,70,229,.25);
}

.ih-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--space-4);
    margin-bottom: var(--space-5);
}

.ih-card__icon {
    width: 56px; height: 56px;
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ih-card__icon svg { width: 26px; height: 26px; }

/* Tone colors */
.ih-card--rose .ih-card__icon    { color: #e11d48; background: #fff1f2; }
.ih-card--emerald .ih-card__icon { color: #059669; background: #ecfdf5; }
.ih-card--amber .ih-card__icon   { color: #d97706; background: #fffbeb; }
.ih-card--sky .ih-card__icon     { color: #0284c7; background: #f0f9ff; }
.ih-card--violet .ih-card__icon  { color: #7c3aed; background: #f0edff; }
.ih-card--slate .ih-card__icon   { color: #475569; background: #f1f5f9; }

/* Card stat badge */
.ih-card__stat {
    text-align: right;
    flex-shrink: 0;
}
.ih-card__stat-value {
    display: block;
    font-family: var(--font-heading);
    font-size: var(--text-xl);
    font-weight: 800;
    color: var(--color-primary);
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.ih-card__stat-label {
    display: block;
    font-size: 0.65rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
    margin-top: 2px;
}

.ih-card__title {
    font-family: var(--font-heading);
    font-size: var(--text-xl);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.01em;
    margin-bottom: var(--space-3);
    color: var(--text-primary);
}

.ih-card__desc {
    color: var(--text-secondary);
    font-size: var(--text-sm);
    line-height: 1.7;
    margin-bottom: var(--space-5);
}

/* Solution tags */
.ih-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: var(--space-5);
}
.ih-card__tag {
    display: inline-flex;
    padding: 4px 10px;
    border-radius: var(--radius-full);
    background: rgba(79,70,229,.06);
    color: #4f46e5;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

/* Tone-specific tag colors */
.ih-card--rose .ih-card__tag    { background: rgba(225,29,72,.06); color: #be123c; }
.ih-card--emerald .ih-card__tag { background: rgba(5,150,105,.06); color: #047857; }
.ih-card--amber .ih-card__tag   { background: rgba(217,119,6,.07); color: #b45309; }
.ih-card--sky .ih-card__tag     { background: rgba(2,132,199,.06); color: #0369a1; }
.ih-card--violet .ih-card__tag  { background: rgba(124,58,237,.06); color: #6d28d9; }
.ih-card--slate .ih-card__tag   { background: rgba(100,116,139,.08); color: #475569; }

.ih-card__actions { margin-top: auto; }

.ih-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-primary);
    font-weight: 700;
    font-size: var(--text-sm);
    transition: gap .25s var(--ease-out);
}
.ih-card__link:hover { gap: 12px; }
.ih-card__link svg { flex-shrink: 0; }


/* ── Capabilities Bento ───────────────────────────────────────────────────── */
.ih-capabilities {
    padding: var(--section-padding) 0;
    background: var(--surface-alt, #fafbfd);
}

.ih-bento {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-6);
    margin-top: var(--space-12);
}
@media (min-width: 768px) {
    .ih-bento { grid-template-columns: repeat(3, 1fr); }
    .ih-bento__card--wide { grid-column: span 2; }
}

.ih-bento__card {
    position: relative;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border-radius: var(--radius-xl);
    border: 1px solid var(--border-color);
    background: var(--surface);
    transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out);
    overflow: hidden;
}
.ih-bento__card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
}

/* Color accents */
.ih-bento__card--teal    { --bento-accent: #0d9488; --bento-bg: #f0fdfa; }
.ih-bento__card--emerald { --bento-accent: #10B981; --bento-bg: #ecfdf5; }
.ih-bento__card--violet  { --bento-accent: #7c5cfc; --bento-bg: #f0edff; }
.ih-bento__card--cyan    { --bento-accent: #06B6D4; --bento-bg: #ecfeff; }
.ih-bento__card--amber   { --bento-accent: #d97706; --bento-bg: #fffbeb; }
.ih-bento__card--slate   { --bento-accent: #5b7094; --bento-bg: #f1f5f9; }

.ih-bento__icon {
    width: 56px; height: 56px;
    padding: 12px;
    border-radius: var(--radius-lg);
    background: var(--bento-bg, #eef2ff);
    color: var(--bento-accent, #4f46e5);
    margin-bottom: var(--space-5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ih-bento__icon svg { width: 100%; height: 100%; }

.ih-bento__title {
    font-family: var(--font-heading);
    font-size: var(--text-xl);
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: var(--space-3);
}
.ih-bento__desc {
    font-size: var(--text-sm);
    line-height: 1.7;
    color: var(--text-secondary);
}

/* Gradient card (Voice AI) */
.ih-bento__card--gradient {
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    border-color: transparent;
    color: #fff;
}
.ih-bento__card--gradient .ih-bento__title { color: #fff; }
.ih-bento__card--gradient .ih-bento__desc { color: rgba(255,255,255,.75); }
.ih-bento__card--gradient:hover { box-shadow: 0 20px 60px rgba(79,70,229,.3); }

.ih-bento__icon--light {
    background: rgba(255,255,255,.15);
    color: #fff;
}

.ih-bento__card-inner {
    display: flex;
    flex-direction: column;
    gap: var(--space-6);
}
@media (min-width: 768px) {
    .ih-bento__card-inner {
        flex-direction: row;
        align-items: center;
    }
    .ih-bento__card-inner > div:first-child { flex: 1; }
}

/* Mini stat grid inside gradient card */
.ih-bento__stat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    flex-shrink: 0;
}
.ih-bento__mini-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 14px 12px;
    border-radius: 12px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.1);
    transition: background .25s ease;
}
.ih-bento__mini-stat:hover {
    background: rgba(255,255,255,.2);
}
.ih-bento__mini-value {
    font-family: var(--font-heading);
    font-size: var(--text-lg);
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
}
.ih-bento__mini-label {
    font-size: 0.6rem;
    font-weight: 600;
    color: rgba(255,255,255,.65);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-align: center;
}


/* ── Metrics ──────────────────────────────────────────────────────────────── */
.ih-metrics {
    padding: var(--section-padding) 0;
    background: var(--surface);
}

.ih-metrics__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-6);
    margin-top: var(--space-12);
}
@media (min-width: 640px) {
    .ih-metrics__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .ih-metrics__grid { grid-template-columns: repeat(4, 1fr); }
}

.ih-metrics__card {
    padding: var(--space-8) var(--space-6);
    border-radius: var(--radius-xl);
    border: 1px solid var(--border-color);
    background: var(--surface);
    text-align: center;
    transition: transform .3s var(--ease-out), box-shadow .3s var(--ease-out);
}
.ih-metrics__card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
}

.ih-metrics__number {
    display: block;
    font-family: var(--font-heading);
    font-size: var(--text-4xl);
    font-weight: 800;
    color: var(--color-primary);
    letter-spacing: -0.02em;
    font-variant-numeric: tabular-nums;
    line-height: 1.1;
    margin-bottom: var(--space-3);
}

.ih-metrics__label {
    font-size: var(--text-sm);
    color: var(--text-secondary);
    line-height: 1.5;
}


/* ── Process Timeline ─────────────────────────────────────────────────────── */
.ih-process {
    padding: var(--section-padding) 0;
    background: var(--surface-alt, #fafbfd);
}

.ih-process__timeline {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: var(--space-12);
    max-width: 680px;
    margin-inline: auto;
}

.ih-process__step {
    display: flex;
    gap: var(--space-5);
    padding: var(--space-6);
    border-radius: var(--radius-xl);
    border: 1px solid var(--border-color);
    background: var(--surface);
    margin-bottom: var(--space-4);
    transition: transform .3s var(--ease-out), box-shadow .3s var(--ease-out);
}
.ih-process__step:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}
.ih-process__step:last-child { margin-bottom: 0; }

.ih-process__step-marker {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    position: relative;
}
.ih-process__step-num {
    width: 42px; height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-size: var(--text-sm);
    font-weight: 700;
    flex-shrink: 0;
}
.ih-process__connector {
    width: 2px;
    flex: 1;
    background: linear-gradient(to bottom, var(--color-primary), transparent);
    opacity: .2;
    margin-top: 8px;
    min-height: 20px;
}

.ih-process__step-body { flex: 1; }
.ih-process__step-title {
    font-family: var(--font-heading);
    font-size: var(--text-lg);
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: var(--space-2);
}
.ih-process__step-desc {
    font-size: var(--text-sm);
    line-height: 1.7;
    color: var(--text-secondary);
}


/* ── Trust & Compliance ───────────────────────────────────────────────────── */
.ih-trust {
    padding: var(--section-padding) 0;
    background: var(--surface);
}

.ih-trust__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-5);
    margin-top: var(--space-12);
}
@media (min-width: 640px) {
    .ih-trust__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .ih-trust__grid { grid-template-columns: repeat(3, 1fr); }
}

.ih-trust__card {
    padding: var(--space-6);
    border-radius: var(--radius-xl);
    border: 1px solid var(--border-color);
    background: var(--surface);
    text-align: center;
    transition: transform .3s var(--ease-out), box-shadow .3s var(--ease-out);
}
.ih-trust__card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.ih-trust__icon {
    width: 48px; height: 48px;
    margin: 0 auto var(--space-4);
    padding: 10px;
    border-radius: var(--radius-lg);
    background: rgba(79,70,229,.06);
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ih-trust__icon svg { width: 100%; height: 100%; }

.ih-trust__name {
    font-family: var(--font-heading);
    font-size: var(--text-lg);
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: var(--space-2);
}

.ih-trust__desc {
    font-size: var(--text-sm);
    color: var(--text-secondary);
    line-height: 1.6;
}


/* ── FAQ ───────────────────────────────────────────────────────────────────── */
.ih-faq {
    padding: var(--section-padding) 0;
    background: var(--surface-alt, #fafbfd);
}

.ih-faq__list {
    max-width: 720px;
    margin: var(--space-12) auto 0;
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
}

.ih-faq__item {
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-color);
    background: var(--surface);
    overflow: hidden;
    transition: box-shadow .3s var(--ease-out);
}
.ih-faq__item[open] { box-shadow: var(--shadow-md); }

.ih-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-4);
    padding: var(--space-5) var(--space-6);
    cursor: pointer;
    list-style: none;
    font-family: var(--font-heading);
    font-size: var(--text-base);
    font-weight: 600;
    color: var(--text-primary);
    line-height: 1.4;
}
.ih-faq__question::-webkit-details-marker { display: none; }
.ih-faq__question::marker { display: none; content: ''; }

.ih-faq__chevron {
    flex-shrink: 0;
    transition: transform .3s var(--ease-out);
    color: var(--text-secondary);
}
.ih-faq__item[open] .ih-faq__chevron {
    transform: rotate(180deg);
}

.ih-faq__answer {
    padding: 0 var(--space-6) var(--space-6);
    font-size: var(--text-sm);
    line-height: 1.7;
    color: var(--text-secondary);
}
.ih-faq__answer p { margin: 0; }


/* ── CTA ───────────────────────────────────────────────────────────────────── */
.ih-cta {
    position: relative;
    overflow: hidden;
    padding: clamp(5rem, 10vw, 8rem) 0;
    background: linear-gradient(135deg, #eef2ff 0%, #f8fafc 50%, #ecfeff 100%);
    text-align: center;
}

.ih-cta__wave-top {
    position: absolute;
    top: -2px; left: 0; right: 0;
    width: 100%;
    height: 80px;
    z-index: 1;
}

.ih-cta__bg {
    position: absolute; inset: 0;
    pointer-events: none;
}
.ih-cta__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .22;
}
.ih-cta__orb--a { width: 300px; height: 300px; background: #a5b4fc; top: -20%; left: 10%; }
.ih-cta__orb--b { width: 260px; height: 260px; background: #67e8f9; bottom: -20%; right: 10%; }

.ih-cta .container { position: relative; z-index: 2; }

.ih-cta__inner {
    max-width: 640px;
    margin: 0 auto;
}

.ih-cta__title {
    font-family: var(--font-heading);
    font-size: var(--text-4xl);
    font-weight: 800;
    color: #1e293b;
    letter-spacing: -0.02em;
    margin-bottom: var(--space-5);
}

.ih-cta__desc {
    font-size: var(--text-lg);
    color: #475569;
    line-height: 1.7;
    margin-bottom: var(--space-8);
}

.ih-cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--space-4);
}


/* ── Responsive Polish ─────────────────────────────────────────────────────── */
@media (max-width: 767px) {
    .ih-hero__proof {
        gap: var(--space-4);
        padding: var(--space-4);
    }
    .ih-hero__proof-number { font-size: var(--text-lg); }
    .ih-hero__proof-divider { height: 24px; }
    .ih-hero__title { font-size: var(--text-4xl); }
    .ih-orbit { width: 260px; height: 260px; }
    .ih-orbit__node { width: 42px; height: 42px; border-radius: 12px; }
    .ih-orbit__node svg { width: 18px; height: 18px; }
    .ih-orbit__center { width: 48px; height: 48px; }
    .ih-orbit__center svg { width: 22px; height: 22px; }
    .ih-metrics__number { font-size: var(--text-3xl); }
    .ih-bento__stat-grid { display: none; }
}

@media (max-width: 640px) {
    .ih-hero__actions,
    .ih-cta__actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }
    .ih-hero__actions .btn,
    .ih-cta__actions .btn {
        width: 100%;
        justify-content: center;
        min-height: 46px;
    }
    .ih-hero__proof {
        flex-direction: column;
        gap: var(--space-3);
    }
    .ih-hero__proof-divider {
        width: 40px;
        height: 1px;
    }
    .ih-hero__proof-item {
        white-space: normal;
    }
}

@media (max-width: 480px) {
    .ih-orbit { width: 220px; height: 220px; }
    .ih-orbit__node { width: 36px; height: 36px; border-radius: 10px; }
    .ih-orbit__node svg { width: 16px; height: 16px; }
    .ih-orbit__center { width: 42px; height: 42px; }
    .ih-process__step {
        flex-direction: column;
    }
    .ih-process__step-marker {
        flex-direction: row;
        gap: var(--space-3);
    }
    .ih-process__connector {
        width: auto;
        height: 2px;
        flex: 1;
        min-height: auto;
        margin-top: 0;
    }
}

