/* Homepage styles from prototype - recolored to match original IAG purple/navy theme */

/* --- Design tokens --- */
.homepage-tokens {
    --purple: #533afd;
    --purple-dark: #4434d4;
    --navy: #061b31;
    --brand-dark: #1c1e54;
    --body: #64748d;
    --label: #273951;
    --border: #e5edf5;
    --soft: #f6f9fc;
    --white: #ffffff;
    --success: #15be53;
    --ruby: #ea2261;
    --magenta: #f96bee;
    --shadow-sm: 0 12px 32px rgba(50, 50, 93, 0.08);
    --shadow-lg: 0 30px 80px rgba(50, 50, 93, 0.18);
    --radius-lg: 24px;
    --radius-md: 16px;
    --radius-sm: 12px;
    --max: 1200px;
}

/* Apply tokens to body when homepage content is present */
body:has(.hero) {
    --purple: #533afd;
    --purple-dark: #4434d4;
    --navy: #061b31;
    --brand-dark: #1c1e54;
    --body: #64748d;
    --label: #273951;
    --border: #e5edf5;
    --soft: #f6f9fc;
}

/* --- Section utilities --- */
body:has(.hero) .section { padding: 112px 0; }
body:has(.hero) .section-sm { padding: 76px 0; }
body:has(.hero) .section-mist { background: var(--soft); }
body:has(.hero) .section-gold { background: #fbf5ff; }

/* --- Eyebrow (override for homepage) --- */
body:has(.hero) .eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
    border: none;
    border-radius: 0;
    padding: 0;
    color: var(--purple);
    background: transparent;
    font-family: 'Source Code Pro', monospace;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.11em;
    line-height: 1.4;
    text-transform: uppercase;
}

body:has(.hero) .hero .eyebrow,
body:has(.hero) .page-hero .eyebrow {
    border-color: rgba(249, 107, 238, 0.3);
    color: #d7d3ff;
    background: rgba(249, 107, 238, 0.09);
}

/* --- Typography (override for homepage) --- */
body:has(.hero) h1,
body:has(.hero) h2,
body:has(.hero) h3,
body:has(.hero) h4 {
    margin: 0;
    font-family: 'Source Sans 3', sans-serif;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

body:has(.hero) h1 { font-size: clamp(44px, 6.2vw, 76px); }
body:has(.hero) h2 { font-size: clamp(34px, 4.3vw, 52px); }
body:has(.hero) h3 { font-size: clamp(21px, 2.4vw, 26px); }

body:has(.hero) p { margin: 0; }

body:has(.hero) .lead {
    max-width: 720px;
    color: var(--body);
    font-size: clamp(18px, 2vw, 21px);
    line-height: 1.65;
}

body:has(.hero) .hero .lead { color: rgba(255,255,255,0.78); }

/* --- Section heading (override for homepage) --- */
body:has(.hero) .section-heading { max-width: 800px; margin-bottom: 54px; }
body:has(.hero) .section-heading.center { margin-inline: auto; text-align: center; }
body:has(.hero) .section-heading.center .lead { margin-inline: auto; }
body:has(.hero) .section-heading h2 + .lead { margin-top: 22px; }

/* --- Buttons (override for homepage) --- */
body:has(.hero) .btn {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 13px 22px;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 14px;
    font-weight: 650;
    line-height: 1;
    cursor: pointer;
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body:has(.hero) .btn:hover { transform: translateY(-2px); }
body:has(.hero) .btn-primary { color: var(--white); background: var(--purple); box-shadow: 0 12px 26px rgba(83, 58, 253, 0.25); }
body:has(.hero) .btn-primary:hover { background: var(--purple-dark); }
body:has(.hero) .btn-gold { color: var(--white); background: var(--purple); box-shadow: 0 12px 26px rgba(83, 58, 253, 0.25); }
body:has(.hero) .btn-gold:hover { background: var(--purple-dark); }
body:has(.hero) .btn-outline { color: var(--brand-dark); border-color: rgba(83, 58, 253, 0.25); background: transparent; }
body:has(.hero) .btn-outline:hover { border-color: var(--purple); background: rgba(243, 240, 255, 0.92); }
body:has(.hero) .btn-ghost { color: var(--white); border-color: rgba(255,255,255,0.28); background: rgba(255,255,255,0.06); }
body:has(.hero) .btn-ghost:hover { background: rgba(255,255,255,0.12); }

body:has(.hero) .hero-purchase-cta {
    position: relative;
    min-height: 70px;
    overflow: hidden;
    justify-content: flex-start;
    gap: 13px;
    border-color: rgba(255,255,255,0.35);
    padding: 9px 11px 9px 13px;
    color: var(--white);
    background: var(--purple);
    box-shadow: 0 22px 46px rgba(83,58,253,0.38), inset 0 1px 0 rgba(255,255,255,0.12);
}

body:has(.hero) .hero-purchase-cta::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, rgba(255,255,255,0.1), transparent 38%, rgba(255,255,255,0.06));
    content: '';
    pointer-events: none;
}

body:has(.hero) .hero-purchase-cta:hover {
    transform: translateY(-3px);
    border-color: rgba(255,255,255,0.58);
    background: var(--purple-dark);
    box-shadow: 0 28px 58px rgba(83,58,253,0.44), inset 0 1px 0 rgba(255,255,255,0.12);
}

body:has(.hero) .purchase-icon,
body:has(.hero) .purchase-arrow {
    position: relative;
    z-index: 1;
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
}

body:has(.hero) .purchase-icon { border: 1px solid rgba(48,27,0,0.13); background: rgba(255,255,255,0.38); }
body:has(.hero) .purchase-arrow { margin-left: 5px; color: var(--white); background: var(--navy); box-shadow: 0 8px 18px rgba(6,27,49,0.28); }
body:has(.hero) .purchase-copy { position: relative; z-index: 1; display: grid; min-width: 148px; gap: 3px; text-align: left; }
body:has(.hero) .purchase-copy strong { font-size: 16px; letter-spacing: -0.015em; }
body:has(.hero) .purchase-copy small { color: rgba(45,25,0,0.7); font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 600; line-height: 1.2; }
body:has(.hero) .btn[disabled] { opacity: 0.45; cursor: not-allowed; transform: none; }
body:has(.hero) .btn svg { width: 18px; height: 18px; }
body:has(.hero) .actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

/* --- Icon --- */
body:has(.hero) .icon {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    stroke: currentColor;
}

body:has(.hero) .icon-badge {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 14px;
    color: var(--purple);
    background: #f0edff;
}

body:has(.hero) .icon-badge.gold { color: #f96bee; background: #fdf2fe; }

/* --- Hero --- */
body:has(.hero) {
    padding-top: 0;
}

body:has(.hero) .hero {
    position: relative;
    min-height: 820px;
    overflow: hidden;
    padding-top: 0;
    color: var(--white);
    background: radial-gradient(circle at 78% 30%, rgba(83,58,253,0.19), transparent 30%), linear-gradient(135deg, #061b31, #1c1e54, #533afd);
}

body:has(.hero) .hero::after {
    position: absolute;
    inset: auto 0 0;
    height: 160px;
    background: linear-gradient(transparent, rgba(6,27,49,0.5));
    content: '';
    pointer-events: none;
}

body:has(.hero) .hero-media { position: absolute; inset: 0; }
body:has(.hero) .hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 45%; }
body:has(.hero) .hero-media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(6, 27, 49, 0.98) 0%, rgba(28, 30, 84, 0.91) 34%, rgba(83, 58, 253, 0.28) 70%, rgba(83, 58, 253, 0.1) 100%), linear-gradient(0deg, rgba(6,27,49,0.45), transparent 48%);
    content: '';
}

body:has(.hero) .hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    min-height: 820px;
    grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.52fr);
    align-items: center;
    gap: 42px;
    padding-top: 120px;
    padding-bottom: 120px;
}

body:has(.hero) .hero-copy { max-width: 730px; }
body:has(.hero) .hero-copy h1 { font-size: clamp(48px, 5.1vw, 68px); max-width: 780px; }
body:has(.hero) .hero-copy .lead { max-width: 650px; margin-top: 22px; font-size: 18px; line-height: 1.58; }

body:has(.hero) .status-line {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-top: 28px;
    color: rgba(255,255,255,0.74);
    font-size: 13px;
}

body:has(.hero) .status-dot { width: 9px; height: 9px; border-radius: 50%; background: #f5ad3c; box-shadow: 0 0 0 6px rgba(245,173,60,0.14); }

body:has(.hero) .hero-system-card {
    align-self: end;
    margin-bottom: 6px;
    border: 1px solid rgba(255,255,255,0.17);
    border-radius: 26px;
    padding: 20px;
    background: rgba(6, 27, 49, 0.7);
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(18px);
}

body:has(.hero) .hero-card-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
body:has(.hero) .hero-card-head strong { font-family: 'Source Sans 3', sans-serif; font-size: 14px; }
body:has(.hero) .live-pill { display: inline-flex; align-items: center; gap: 7px; border-radius: 99px; padding: 7px 10px; color: #c4f0c0; background: rgba(21,190,83,0.13); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }
body:has(.hero) .live-pill::before { width: 7px; height: 7px; border-radius: 50%; background: #15be53; content: ''; }
body:has(.hero) .system-path { position: relative; display: grid; gap: 11px; margin-top: 18px; }
body:has(.hero) .system-path::before { position: absolute; top: 22px; bottom: 22px; left: 21px; width: 1px; background: linear-gradient(var(--purple), var(--magenta)); content: ''; }
body:has(.hero) .system-node { position: relative; display: flex; align-items: center; gap: 14px; border-radius: 15px; padding: 12px; background: rgba(255,255,255,0.07); }
body:has(.hero) .system-node .node-icon { z-index: 1; display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border: 1px solid rgba(255,255,255,0.14); border-radius: 13px; color: #b9b9f9; background: var(--brand-dark); }
body:has(.hero) .system-node.gold .node-icon { color: #f96bee; }
body:has(.hero) .system-node small { display: block; color: rgba(255,255,255,0.55); font-size: 11px; }
body:has(.hero) .system-node strong { display: block; margin-top: 2px; font-family: 'Source Sans 3', sans-serif; font-size: 13px; }

/* --- Proof strip --- */
body:has(.hero) .proof-strip { position: relative; z-index: 3; margin-top: -74px; }
body:has(.hero) .proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(83,58,253,0.1); border-radius: 24px; background: var(--white); box-shadow: var(--shadow-lg); }
body:has(.hero) .proof-item { display: grid; grid-template-columns: 48px 1fr; gap: 15px; padding: 25px 26px; }
body:has(.hero) .proof-item + .proof-item { border-left: 1px solid var(--border); }
body:has(.hero) .proof-item h3 { font-size: 16px; letter-spacing: -0.02em; font-weight: 700; }
body:has(.hero) .proof-item p { margin-top: 6px; color: var(--body); font-size: 13px; line-height: 1.5; }

/* --- Grids --- */
body:has(.hero) .grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
body:has(.hero) .grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
body:has(.hero) .grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }

/* --- Feature cards --- */
body:has(.hero) .feature-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 28px;
    background: var(--white);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body:has(.hero) .feature-card:hover { transform: translateY(-2px); border-color: rgba(83,58,253,0.35); box-shadow: var(--shadow-sm); }
body:has(.hero) .feature-card h3 { margin-top: 24px; }
body:has(.hero) .feature-card p { margin-top: 12px; color: var(--body); }
body:has(.hero) .feature-card .text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 23px; color: var(--purple); font-family: 'Source Sans 3', sans-serif; font-size: 13px; font-weight: 700; }
body:has(.hero) .feature-card.gold-card { border-color: #e8c5f7; background: linear-gradient(145deg, #fdf8ff, #ffffff); }

body:has(.hero) .engine-card { min-height: 410px; padding: 42px; }
body:has(.hero) .engine-card::after { position: absolute; width: 220px; height: 220px; right: -80px; bottom: -100px; border: 1px solid rgba(83,58,253,0.16); border-radius: 50%; content: ''; }
body:has(.hero) .engine-card.ai::after { border-color: rgba(249,107,238,0.22); }
body:has(.hero) .engine-label { display: inline-flex; align-items: center; gap: 9px; color: var(--purple); font-family: 'Source Sans 3', sans-serif; font-size: 13px; font-weight: 700; }
body:has(.hero) .engine-card.ai .engine-label { color: var(--magenta); }
body:has(.hero) .engine-card h3 { max-width: 480px; margin-top: 34px; font-size: clamp(28px, 3vw, 40px); }
body:has(.hero) .engine-card p { max-width: 520px; margin-top: 18px; font-size: 17px; }

/* --- Manifesto --- */
body:has(.hero) .manifesto {
    display: grid;
    grid-template-columns: 0.86fr 1.14fr;
    align-items: center;
    gap: 84px;
}

body:has(.hero) .manifesto-visual { position: relative; min-height: 480px; border-radius: 32px; background: linear-gradient(145deg, var(--brand-dark), var(--purple)); overflow: hidden; }
body:has(.hero) .orbit { position: absolute; border: 1px solid rgba(255,255,255,0.17); border-radius: 50%; }
body:has(.hero) .orbit.one { width: 390px; height: 390px; top: 45px; left: 45px; }
body:has(.hero) .orbit.two { width: 270px; height: 270px; top: 105px; left: 105px; }
body:has(.hero) .orbit.three { width: 150px; height: 150px; top: 165px; left: 165px; }
body:has(.hero) .orbit-core { position: absolute; top: 205px; left: 205px; display: grid; width: 70px; height: 70px; place-items: center; border-radius: 22px; color: var(--white); background: var(--magenta); box-shadow: 0 0 0 15px rgba(249,107,238,0.12); }
body:has(.hero) .orbit-tag { position: absolute; border: 1px solid rgba(255,255,255,0.15); border-radius: 99px; padding: 8px 12px; color: rgba(255,255,255,0.78); background: rgba(255,255,255,0.08); font-size: 12px; backdrop-filter: blur(12px); }
body:has(.hero) .orbit-tag.t1 { top: 60px; left: 36px; }
body:has(.hero) .orbit-tag.t2 { top: 185px; right: 28px; }
body:has(.hero) .orbit-tag.t3 { bottom: 48px; left: 68px; }
body:has(.hero) .manifesto-copy p { margin-top: 24px; color: var(--body); font-size: 18px; }
body:has(.hero) .manifesto-copy .quote { margin-top: 34px; border-left: 3px solid var(--magenta); padding-left: 22px; color: var(--brand-dark); font-family: 'Source Sans 3', sans-serif; font-size: 20px; font-weight: 600; }

/* --- Step line --- */
body:has(.hero) .step-line { counter-reset: steps; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
body:has(.hero) .step { position: relative; padding: 24px; }
body:has(.hero) .step::before { counter-increment: steps; content: '0' counter(steps); display: block; color: var(--magenta); font-family: 'Source Code Pro', monospace; font-size: 13px; font-weight: 700; letter-spacing: 0.09em; }
body:has(.hero) .step::after { position: absolute; top: 31px; right: -10px; width: 30px; height: 1px; background: var(--border); content: ''; }
body:has(.hero) .step:last-child::after { display: none; }
body:has(.hero) .step h3 { margin-top: 30px; font-size: 20px; }
body:has(.hero) .step p { margin-top: 12px; color: var(--body); font-size: 14px; }

/* --- Dark panel --- */
body:has(.hero) .dark-panel { position: relative; overflow: hidden; border-radius: 32px; padding: 64px; color: var(--white); background: var(--brand-dark); }
body:has(.hero) .dark-panel::before { position: absolute; inset: auto -80px -160px auto; width: 380px; height: 380px; border: 1px solid rgba(255,255,255,0.1); border-radius: 50%; content: ''; }
body:has(.hero) .dark-panel-grid { position: relative; display: grid; grid-template-columns: 1.1fr 0.9fr; align-items: center; gap: 70px; }
body:has(.hero) .dark-panel p { margin-top: 20px; color: rgba(255,255,255,0.7); font-size: 18px; }
body:has(.hero) .benefit-list { display: grid; gap: 12px; }
body:has(.hero) .benefit { display: flex; gap: 12px; align-items: flex-start; border-bottom: 1px solid rgba(255,255,255,0.12); padding: 16px 0; color: rgba(255,255,255,0.86); }
body:has(.hero) .benefit svg { margin-top: 2px; color: var(--magenta); }

/* --- Chip --- */
body:has(.hero) .chip { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; padding: 8px 12px; font-size: 12px; font-weight: 700; line-height: 1; }
body:has(.hero) .chip-live { color: var(--brand-dark); background: #f0edff; }
body:has(.hero) .chip-rollout { color: #8a4800; background: #fff4e5; }
body:has(.hero) .chip-planned { color: var(--brand-dark); border: 1px solid rgba(83,58,253,0.35); background: var(--white); }
body:has(.hero) .chip-notice { color: var(--ruby); background: #fef3f2; }

/* --- Text link --- */
body:has(.hero) .text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--purple); font-family: 'Source Sans 3', sans-serif; font-size: 13px; font-weight: 700; }

/* --- Scroll reveal --- */
body:has(.hero) [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity 220ms ease, transform 220ms ease; }
body:has(.hero) [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

/* --- Page hero (shared across all non-homepage pages) --- */
.page-hero {
    position: relative;
    padding: 140px 0 80px;
    background: linear-gradient(135deg, #061b31, #1c1e54, #533afd);
    color: #fff;
}

.page-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.5fr;
    gap: 60px;
    align-items: start;
}

.page-hero h1 {
    font-family: 'Source Sans 3', sans-serif;
    font-size: clamp(34px, 4.3vw, 52px);
    line-height: 1.08;
    letter-spacing: -0.035em;
    margin: 14px 0 0;
}

.page-hero .lead {
    margin-top: 18px;
    color: rgba(255,255,255,0.78);
    font-size: 17px;
    line-height: 1.6;
    max-width: 640px;
}

.page-hero .eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    color: #d7d3ff;
    background: transparent;
    font-family: 'Source Code Pro', monospace;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.page-hero .actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.page-hero .btn {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 12px 20px;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 14px;
    font-weight: 650;
    line-height: 1;
    cursor: pointer;
    transition: transform 180ms ease, background-color 180ms ease;
}

.page-hero .btn:hover { transform: translateY(-2px); }
.page-hero .btn-gold { color: var(--white); background: var(--purple); box-shadow: 0 12px 26px rgba(83,58,253,0.25); }
.page-hero .btn-gold:hover { background: var(--purple-dark); }
.page-hero .btn-ghost { color: #fff; border-color: rgba(255,255,255,0.28); background: rgba(255,255,255,0.06); }
.page-hero .btn-ghost:hover { background: rgba(255,255,255,0.12); }
.page-hero .btn-outline { color: #fff; border-color: rgba(255,255,255,0.35); background: transparent; }
.page-hero .btn-outline:hover { background: rgba(255,255,255,0.08); }

.page-hero-aside {
    padding: 24px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 20px;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(12px);
}

.page-hero-aside strong {
    display: block;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.page-hero-aside p {
    margin-top: 10px;
    color: rgba(255,255,255,0.62);
    font-size: 13px;
    line-height: 1.5;
}

@media (max-width: 860px) {
    .page-hero { padding: 120px 0 60px; }
    .page-hero-grid { grid-template-columns: 1fr; gap: 32px; }
    .page-hero-aside { display: none; }
}

/* --- Sections (shared) --- */
.section { padding: 100px 0; }
.section-mist { background: #f6f9fc; }
.section-gold { background: #fbf5ff; }
.section-sm { padding: 76px 0; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* --- Section heading --- */
.section-heading { max-width: 800px; margin-bottom: 54px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading.center .lead { margin-inline: auto; }
.section-heading h2 + .lead { margin-top: 16px; }

.section-heading .eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    border: none;
    border-radius: 0;
    padding: 0;
    color: #533afd;
    background: transparent;
    font-family: 'Source Code Pro', monospace;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.section-heading h2 {
    font-family: 'Source Sans 3', sans-serif;
    font-size: clamp(30px, 3.8vw, 46px);
    line-height: 1.1;
    letter-spacing: -0.03em;
    font-weight: 700;
}

.section-heading .lead {
    margin-top: 18px;
    color: #64748d;
    font-size: 17px;
    line-height: 1.6;
}

/* --- Feature cards (shared) --- */
.feature-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #e5edf5;
    border-radius: 24px;
    padding: 28px;
    background: #fff;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.feature-card:hover { transform: translateY(-2px); border-color: rgba(83,58,253,0.35); box-shadow: 0 12px 32px rgba(50,50,93,0.08); }
.feature-card h3 { margin-top: 18px; font-family: 'Source Sans 3', sans-serif; font-size: 18px; line-height: 1.2; font-weight: 700; }
.feature-card p { margin-top: 10px; color: #64748d; font-size: 14px; line-height: 1.55; font-weight: 600; }
.feature-card.gold-card { border-color: #e8c5f7; background: linear-gradient(145deg, #fdf8ff, #fff); }

.icon-badge {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 14px;
    color: #533afd;
    background: #f0edff;
}

.icon-badge.gold { color: #f96bee; background: #fdf2fe; }

.icon { width: 20px; height: 20px; flex: 0 0 auto; stroke: currentColor; }

.engine-card { min-height: 380px; padding: 36px; }
.engine-card.ai .engine-label { color: #f96bee; }
.engine-label { display: inline-flex; align-items: center; gap: 8px; color: #533afd; font-family: 'Source Sans 3', sans-serif; font-size: 13px; font-weight: 700; }

/* --- Grids (shared) --- */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }

/* --- Buttons (shared) --- */
.btn {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 12px 20px;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 14px;
    font-weight: 650;
    line-height: 1;
    cursor: pointer;
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: #533afd; box-shadow: 0 12px 26px rgba(83,58,253,0.25); }
.btn-primary:hover { background: #4434d4; }
.btn-gold { color: #fff; background: #533afd; box-shadow: 0 12px 26px rgba(83,58,253,0.25); }
.btn-gold:hover { background: #4434d4; }
.btn-outline { color: #1c1e54; border-color: rgba(83,58,253,0.25); background: transparent; }
.btn-outline:hover { border-color: #533afd; background: rgba(243,240,255,0.92); }
.btn-ghost { color: #fff; border-color: rgba(255,255,255,0.28); background: rgba(255,255,255,0.06); }
.btn-ghost:hover { background: rgba(255,255,255,0.12); }
.btn-small { min-height: 38px; padding: 8px 16px; font-size: 13px; }
.btn svg { width: 18px; height: 18px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

/* --- Manifesto (shared) --- */
.manifesto {
    display: grid;
    grid-template-columns: 0.86fr 1.14fr;
    align-items: center;
    gap: 72px;
}

.manifesto-visual { position: relative; min-height: 420px; border-radius: 28px; background: linear-gradient(145deg, #1c1e54, #533afd); overflow: hidden; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,0.17); border-radius: 50%; }
.orbit.one { width: 340px; height: 340px; top: 40px; left: 40px; }
.orbit.two { width: 240px; height: 240px; top: 90px; left: 90px; }
.orbit.three { width: 140px; height: 140px; top: 140px; left: 140px; }
.orbit-core { position: absolute; top: 176px; left: 176px; display: grid; width: 68px; height: 68px; place-items: center; border-radius: 20px; color: #fff; background: #f96bee; box-shadow: 0 0 0 14px rgba(249,107,238,0.12); }
.orbit-tag { position: absolute; border: 1px solid rgba(255,255,255,0.15); border-radius: 99px; padding: 8px 12px; color: rgba(255,255,255,0.78); background: rgba(255,255,255,0.08); font-size: 12px; backdrop-filter: blur(12px); }
.orbit-tag.t1 { top: 55px; left: 32px; }
.orbit-tag.t2 { top: 165px; right: 24px; }
.orbit-tag.t3 { bottom: 44px; left: 60px; }
.manifesto-copy .eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    border: none;
    border-radius: 0;
    padding: 0;
    color: #533afd;
    background: transparent;
    font-family: 'Source Code Pro', monospace;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.manifesto-copy h2 {
    font-family: 'Source Sans 3', sans-serif;
    font-size: clamp(28px, 3.2vw, 40px);
    line-height: 1.1;
    letter-spacing: -0.03em;
    font-weight: 700;
}

.manifesto-copy p { margin-top: 20px; color: #64748d; font-size: 17px; line-height: 1.6; }

/* --- Step line (shared) --- */
.step-line { counter-reset: steps; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step-line-five { grid-template-columns: repeat(5, 1fr); }
.step { position: relative; padding: 24px; }
.step::before { counter-increment: steps; content: '0' counter(steps); display: block; color: #f96bee; font-family: 'Source Code Pro', monospace; font-size: 13px; font-weight: 700; letter-spacing: 0.09em; }
.step::after { position: absolute; top: 31px; right: -10px; width: 30px; height: 1px; background: #e5edf5; content: ''; }
.step:last-child::after { display: none; }
.step h3 { margin-top: 20px; font-family: 'Source Sans 3', sans-serif; font-size: 18px; font-weight: 700; }
.step p { margin-top: 10px; color: #64748d; font-size: 14px; line-height: 1.5; font-weight: 600; }

/* --- Policy pages --- */
.policy-hero {
    padding: 140px 0 60px;
    background: linear-gradient(135deg, #061b31, #1c1e54, #533afd);
    color: #fff;
}

.policy-hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.6fr;
    gap: 48px;
    align-items: start;
}

.policy-hero .eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    border: none;
    border-radius: 0;
    padding: 0;
    color: #d7d3ff;
    background: transparent;
    font-family: 'Source Code Pro', monospace;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.policy-hero h1 {
    font-family: 'Source Sans 3', sans-serif;
    font-size: clamp(30px, 3.8vw, 48px);
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.policy-summary-card {
    padding: 24px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 20px;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(12px);
}

.policy-summary-card strong {
    display: block;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 13px;
    font-weight: 600;
}

.policy-summary-card p {
    margin-top: 10px;
    color: rgba(255,255,255,0.62);
    font-size: 13px;
    line-height: 1.5;
}

.policy-body { max-width: 780px; }

.policy-section {
    padding: 28px 0;
    border-bottom: 1px solid #e5edf5;
}

.policy-section:last-child { border-bottom: none; }

.policy-section h2 {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.policy-section p { margin-top: 12px; color: #64748d; font-size: 15px; line-height: 1.65; }
.policy-section ul { margin-top: 12px; padding-left: 20px; color: #64748d; font-size: 15px; line-height: 1.65; }
.policy-section li { margin-top: 6px; }

/* --- Form card (shared) --- */
.form-card {
    padding: 40px;
    border: 1px solid #e5edf5;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(50,50,93,0.08);
}

.form-card .eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    border: none;
    border-radius: 0;
    padding: 0;
    color: #533afd;
    background: transparent;
    font-family: 'Source Code Pro', monospace;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.form-card h2 {
    font-family: 'Source Sans 3', sans-serif;
    font-size: clamp(24px, 2.8vw, 32px);
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.form-intro { margin-top: 14px; color: #64748d; font-size: 15px; line-height: 1.6; }
.form-submit { margin-top: 28px; }
.privacy-helper { margin-top: 14px; color: #94a3b8; font-size: 12px; }
.privacy-helper a { color: #533afd; }

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 28px;
}

.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-family: 'Source Sans 3', sans-serif; font-size: 13px; font-weight: 600; color: #273951; }
.field input,
.field select,
.field textarea {
    width: 100%;
    border: 1px solid #e5edf5;
    border-radius: 12px;
    padding: 12px 14px;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 14px;
    color: #273951;
    background: #f6f9fc;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    outline: none;
    border-color: #533afd;
    box-shadow: 0 0 0 3px rgba(83,58,253,0.12);
}

.field textarea { resize: vertical; min-height: 120px; }
.field small { color: #94a3b8; font-size: 12px; }

@media (max-width: 640px) {
    .form-card { padding: 28px 20px; }
    .form-grid { grid-template-columns: 1fr; }
    .manifesto { grid-template-columns: 1fr; gap: 40px; }
    .step-line, .step-line-five { grid-template-columns: 1fr; }
    .step::after { display: none; }
    .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
    .policy-hero { padding: 120px 0 40px; }
    .policy-hero-grid { grid-template-columns: 1fr; }
}

/* --- Status card --- */
.status-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px 32px;
    border: 1px solid #e5edf5;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(50,50,93,0.08);
}

.status-card h3 { font-family: 'Source Sans 3', sans-serif; }
.status-card p { color: #64748d; font-size: 14px; }

/* --- Status chip --- */
.status-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: 99px;
    padding: 7px 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.status-chip::before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    content: '';
}

/* --- Team grid --- */
.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.team-card {
    padding: 28px;
    border: 1px solid #e5edf5;
    border-radius: 20px;
    background: #fff;
    text-align: center;
}

.team-card h3 { margin-top: 14px; font-family: 'Source Sans 3', sans-serif; font-size: 17px; }
.team-role { margin-top: 4px; color: #533afd; font-family: 'Source Sans 3', sans-serif; font-size: 13px; font-weight: 600; }
.team-card p:last-child { margin-top: 12px; color: #64748d; font-size: 14px; line-height: 1.55; }

.team-avatar {
    display: inline-grid;
    width: 56px;
    height: 56px;
    place-items: center;
    border-radius: 50%;
    background: #f0edff;
    color: #533afd;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 640px) {
    .team-grid { grid-template-columns: 1fr; }
}

/* --- Evidence cards --- */
.evidence-card {
    padding: 28px;
    border: 1px solid #e5edf5;
    border-radius: 20px;
    background: #fff;
}

.evidence-value {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #533afd;
    letter-spacing: -0.03em;
}

.evidence-card h3 { margin-top: 10px; font-family: 'Source Sans 3', sans-serif; font-size: 17px; }
.evidence-card p { margin-top: 8px; color: #64748d; font-size: 14px; line-height: 1.5; }
.disclosure { margin-top: 20px; color: #94a3b8; font-size: 13px; font-style: italic; line-height: 1.5; }

/* --- AI workspace (investors page) --- */
.ai-workspace {
    border: 1px solid #e5edf5;
    border-radius: 20px;
    padding: 24px;
    background: #fff;
}

.workspace-top { margin-bottom: 16px; }

.workspace-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #273951;
}

.workspace-main { padding: 16px 0; }

.system-path { position: relative; display: grid; gap: 11px; }
.system-path::before { position: absolute; top: 22px; bottom: 22px; left: 21px; width: 1px; background: linear-gradient(#533afd, #f96bee); content: ''; }

.system-node {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    border-radius: 15px;
    padding: 12px;
    background: #f6f9fc;
}

.system-node .node-icon {
    z-index: 1;
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid #e5edf5;
    border-radius: 13px;
    color: #533afd;
    background: #fff;
}

.system-node.gold { background: #fdf2fe; }
.system-node.gold .node-icon { color: #f96bee; }
.system-node small { display: block; color: #94a3b8; font-size: 11px; }
.system-node strong { display: block; margin-top: 2px; font-family: 'Source Sans 3', sans-serif; font-size: 13px; color: #273951; }

/* --- Section padding (shared) --- */
.section-pad { padding: 100px 0; }

/* --- Narrow section heading --- */
.section-heading.narrow { max-width: 680px; }

/* ============================================
   NEW SECTIONS — from prototype-2
   ============================================ */

/* --- Portal callout --- */
.portal-callout-section { padding: 76px 0; background: var(--white); }
.portal-callout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    border-radius: 32px;
    padding: 44px 48px;
    color: var(--white);
    background: linear-gradient(115deg, #5c00d3, #8750ff 62%, var(--purple));
    box-shadow: var(--shadow-lg);
}
.portal-callout h2 { max-width: 720px; font-size: clamp(30px, 3.3vw, 46px); }
.portal-callout p { max-width: 730px; margin-top: 14px; color: rgba(255,255,255,0.78); }
.portal-callout .eyebrow { border-color: transparent; color: #fff; background: transparent; }
.portal-callout .btn-portal { flex: 0 0 auto; color: var(--brand-dark); background: var(--white); box-shadow: 0 18px 40px rgba(29,4,62,0.25); }
.btn-portal-large { min-height: 64px; padding: 17px 28px; font-size: 15px; }
.hero-portal-cta { border: 1px solid rgba(255,255,255,0.25); }

/* --- Community section --- */
.section-community { overflow: hidden; background: linear-gradient(180deg, #f6f3ff, var(--white)); }
.community-gallery { display: grid; grid-template-columns: 1.18fr 0.82fr; gap: 24px; margin-top: 42px; }
.community-visual { position: relative; min-height: 470px; overflow: hidden; border: 1px solid rgba(83,58,253,0.13); border-radius: 32px; background: var(--white); box-shadow: var(--shadow-lg); }
.community-visual img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; }
.community-visual figcaption { position: absolute; right: 20px; bottom: 20px; left: 20px; border: 1px solid rgba(255,255,255,.46); border-radius: 18px; padding: 15px 17px; color: var(--white); background: rgba(23,19,31,0.72); font-size: 14px; font-weight: 700; backdrop-filter: blur(14px); }

/* --- Editorial image (manifesto replacement) --- */
.editorial-image { position: relative; min-height: 500px; overflow: hidden; border-radius: 34px; background: #f0edff; box-shadow: var(--shadow-lg); }
.editorial-image img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.image-caption { position: absolute; inset: auto 20px 20px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.55); border-radius: 18px; padding: 14px 16px; color: var(--white); background: rgba(32,12,52,0.74); backdrop-filter: blur(14px); }
.image-caption span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--purple); }

/* --- Image story grid --- */
.image-story-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; margin-top: 34px; }
.image-story { overflow: hidden; border: 1px solid rgba(83,58,253,0.11); border-radius: 28px; background: var(--white); box-shadow: var(--shadow-sm); }
.image-story > img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.image-story-copy { padding: 30px; }
.image-story-copy h3 { font-size: clamp(24px, 2.4vw, 32px); font-weight: 700; }
.image-story-copy p { margin-top: 13px; color: var(--body); font-weight: 600; }
.image-story-copy .text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 21px; font-size: 13px; font-weight: 700; }

/* --- Partner showcase --- */
.partner-showcase { position: relative; overflow: hidden; padding: 108px 0; background: linear-gradient(145deg, #f6f3ff, #ffffff 52%, #fff4e5); }
.partner-showcase h2 { position: relative; max-width: 900px; margin: 0 auto 48px; text-align: center; }
.partner-board { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; border: 1px solid rgba(83,58,253,0.14); border-radius: 34px; padding: 18px; background: rgba(255,255,255,.8); box-shadow: 0 30px 90px rgba(50,50,93,0.13); backdrop-filter: blur(16px); }
.partner-logo { display: flex; min-height: 122px; align-items: center; justify-content: center; gap: 12px; border: 1px solid rgba(13,31,34,0.08); border-radius: 22px; padding: 28px 24px; color: #17131f; background: #ffffff; transition: transform 180ms ease, box-shadow 180ms ease; }
.partner-logo:hover { z-index: 1; transform: translateY(-4px); box-shadow: 0 18px 38px rgba(50,50,93,0.12); }
.partner-logo img { width: auto; max-width: 148px; height: auto; max-height: 44px; object-fit: contain; }
.partner-logo span { font-size: clamp(18px,2vw,24px); font-weight: 700; letter-spacing: -0.04em; white-space: nowrap; }
.partner-logo-spacex img { width: 36px; height: 36px; }
.partner-logo-reyee img { width: 132px; max-width: 132px; max-height: 58px; }
.partner-logo-google img { max-width: 112px; }
.partner-logo-google span:not(.sr-only) { margin-left: -7px; color: #4a4f55; font-weight: 600; }
.partner-logo-icon-wordmark img { width: 42px; height: 42px; border-radius: 10px; }
.partner-logo-openai img { width: 44px; height: 44px; border-radius: 11px; }
.partner-logo-codex { color: var(--white); border-color: #1465d8; background: #1465d8; }
.partner-logo-codex img { width: 43px; height: 43px; border-radius: 0; }
.partner-logo-codex span { font-size: 21px; font-weight: 600; letter-spacing: 0.04em; }
.partner-logo-fal { color: var(--white); background: #0d0b00; }
.partner-logo-fal img { border-radius: 8px; }
.partner-logo-flow { color: var(--white); background: #151515; }
.partner-logo-flow img { width: min(148px,78%); max-width: 148px; max-height: 62px; }

/* --- Dark panel image (hostels) --- */
.dark-panel-image .dark-panel-grid { grid-template-columns: 1fr 0.86fr; }
.operator-image-wrap { overflow: hidden; border: 1px solid rgba(255,255,255,.23); border-radius: 26px; }
.operator-image-wrap img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.dark-panel-image .benefit-list-wide { grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0,1fr)); }

/* ============================================
   RESPONSIVE — NEW SECTIONS
   ============================================ */

@media (max-width: 900px) {
    body:has(.hero) .section { padding: 82px 0; }
    body:has(.hero) .hero-grid { grid-template-columns: 1fr; align-content: center; padding-top: 150px; }
    body:has(.hero) .hero-system-card { display: none; }
    body:has(.hero) .hero-media::after { background: linear-gradient(90deg, rgba(6,27,49,0.96), rgba(28,30,84,0.68)), linear-gradient(0deg, rgba(6,27,49,0.72), transparent); }
    body:has(.hero) .proof-grid { grid-template-columns: 1fr; }
    body:has(.hero) .proof-item + .proof-item { border-top: 1px solid var(--border); border-left: 0; }
    body:has(.hero) .grid-3, body:has(.hero) .grid-4 { grid-template-columns: repeat(2, 1fr); }
    body:has(.hero) .manifesto, body:has(.hero) .dark-panel-grid { grid-template-columns: 1fr; }
    body:has(.hero) .manifesto { gap: 50px; }
    body:has(.hero) .dark-panel { padding: 44px; }
    body:has(.hero) .step-line { grid-template-columns: repeat(2, 1fr); }
    body:has(.hero) .step:nth-child(2)::after { display: none; }
    .portal-callout { display: grid; }
    .portal-callout .btn { justify-self: start; }
    .community-gallery { grid-template-columns: 1fr; }
    .community-visual, .community-visual img { min-height: 430px; }
    .partner-board { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .dark-panel-image .dark-panel-grid { grid-template-columns: 1fr; }
    .dark-panel-image .benefit-list-wide { grid-column: auto; }
}

@media (max-width: 620px) {
    body:has(.hero) .section { padding: 70px 0; }
    body:has(.hero) .hero, body:has(.hero) .hero-grid { min-height: 740px; }
    body:has(.hero) .hero-grid { padding-bottom: 100px; }
    body:has(.hero) .hero-media img { object-position: 64% center; }
    body:has(.hero) .hero-media::after { background: linear-gradient(90deg, rgba(6,27,49,0.95), rgba(28,30,84,0.78)), linear-gradient(0deg, rgba(6,27,49,0.8), rgba(6,27,49,0.1)); }
    body:has(.hero) .hero-copy .lead { font-size: 17px; }
    body:has(.hero) .actions { display: grid; }
    body:has(.hero) .actions .btn { width: 100%; }
    body:has(.hero) .proof-strip { margin-top: -52px; }
    body:has(.hero) .proof-item { padding: 22px; }
    body:has(.hero) .grid-2, body:has(.hero) .grid-3, body:has(.hero) .grid-4 { grid-template-columns: 1fr; }
    body:has(.hero) .engine-card { min-height: 0; padding: 30px; }
    body:has(.hero) .manifesto-visual { min-height: 360px; }
    body:has(.hero) .orbit.one { width: 300px; height: 300px; top: 30px; left: calc(50% - 150px); }
    body:has(.hero) .orbit.two { width: 210px; height: 210px; top: 75px; left: calc(50% - 105px); }
    body:has(.hero) .orbit.three { width: 120px; height: 120px; top: 120px; left: calc(50% - 60px); }
    body:has(.hero) .orbit-core { top: 146px; left: calc(50% - 34px); }
    body:has(.hero) .step-line { grid-template-columns: 1fr; }
    body:has(.hero) .step::after { display: none; }
    body:has(.hero) .dark-panel { border-radius: 24px; padding: 30px 24px; }
    .portal-callout-section { padding: 54px 0; }
    .portal-callout { border-radius: 24px; padding: 30px 24px; }
    .portal-callout .btn { width: 100%; }
    .community-visual, .community-visual img { min-height: 350px; }
    .editorial-image, .editorial-image img { min-height: 390px; }
    .image-story-grid { grid-template-columns: 1fr; }
    .image-story-copy { padding: 24px; }
    .partner-showcase { padding: 78px 0; }
    .partner-showcase h2 { margin-bottom: 32px; }
    .partner-board { grid-template-columns: 1fr; border-radius: 26px; padding: 10px; }
    .partner-logo, .partner-logo-flow { grid-column: auto; min-height: 104px; padding: 22px 18px; }
    .dark-panel-image .benefit-list-wide { grid-template-columns: 1fr; }
}

@media (max-width: 1080px) {
    .partner-board { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
    body:has(.hero) [data-reveal] { opacity: 1; transform: none; }
}
