/* =============================================================================
   Aiko marketing landing — the integrated quality-management platform for
   New Zealand education providers.

   Brand: docs/architecture/design_language.md + Educate/aiko_brand.md.
   - Typeface: Fraunces (display serif, headings) + Public Sans (humanist sans,
     body) — self-hosted variable fonts (no external CDN at render). Recovered
     from the original aiko landing build (git 27d2c67); superseded Inter.
   - Palette anchors on Kauri Green #1F5C44 (institutional-trustworthy forest,
     deliberately NOT teal). Leaf #58BE8E is the positive/verified accent — the
     green of the "i" in the logo. Charcoal #232B27 is the ink and the logo tile.
   - Quiet chrome; semantic colour only. Typography carries the hierarchy.
   - White (Paper) is reserved for the CLIENT'S things — the specimen answer
     card standing in for the provider's own document.
   - Summary first; evidence one level deep, never two.
   Light is the deliberate primary; a dark scheme follows the OS preference.
   ============================================================================= */

/* ---- Fraunces, self-hosted (variable: opsz 9-144, wght 100-900; three
   static font-weight declarations share the one variable file — the same
   technique Google Fonts itself serves this family with). ---- */
@font-face { font-family:'Fraunces'; font-style:normal; font-weight:400; font-display:swap; font-optical-sizing:auto; src:url('/static/modes/educate/fonts/Fraunces-Variable.woff2') format('woff2'); }
@font-face { font-family:'Fraunces'; font-style:normal; font-weight:500; font-display:swap; font-optical-sizing:auto; src:url('/static/modes/educate/fonts/Fraunces-Variable.woff2') format('woff2'); }
@font-face { font-family:'Fraunces'; font-style:normal; font-weight:600; font-display:swap; font-optical-sizing:auto; src:url('/static/modes/educate/fonts/Fraunces-Variable.woff2') format('woff2'); }

/* ---- Public Sans, self-hosted (variable: wght 100-900; four static
   font-weight declarations share the one variable file). ---- */
@font-face { font-family:'Public Sans'; font-style:normal; font-weight:400; font-display:swap; src:url('/static/modes/educate/fonts/PublicSans-Variable.woff2') format('woff2'); }
@font-face { font-family:'Public Sans'; font-style:normal; font-weight:500; font-display:swap; src:url('/static/modes/educate/fonts/PublicSans-Variable.woff2') format('woff2'); }
@font-face { font-family:'Public Sans'; font-style:normal; font-weight:600; font-display:swap; src:url('/static/modes/educate/fonts/PublicSans-Variable.woff2') format('woff2'); }
@font-face { font-family:'Public Sans'; font-style:normal; font-weight:700; font-display:swap; src:url('/static/modes/educate/fonts/PublicSans-Variable.woff2') format('woff2'); }

:root {
    /* Brand core */
    --green:       #1F5C44;   /* Kauri Green — anchor: primary, links, active, focus */
    --green-hi:    #164534;   /* Rimu — hover / pressed */
    --leaf:        #58BE8E;   /* Leaf — positive / verified / success; the "i" */
    --leaf-deep:   #2E9268;   /* leaf, readable as text on white */
    --charcoal:    #232B27;   /* Charcoal — ink + logo tile */
    --sage:        #7FA08F;   /* Sage — muted accents / secondary labels */
    --forest:      #143026;   /* deep forest — hero / footer bands */

    /* Surfaces & text (light) */
    --paper:       #FFFFFF;   /* reserved for the client's things */
    --mist:        #F7FAF8;   /* page ground */
    --moss:        #ECF2EE;   /* tertiary / tinted band */
    --tint:        #EAF2ED;   /* selected / soft fill */
    --ink:         #232B27;   /* headings + primary text */
    --body:        #3A463F;   /* body text (between Ink and Slate Moss) */
    --slate:       #4D5A53;   /* secondary text */
    --line:        #DCE6DF;   /* hairlines, dividers */
    --line-soft:   rgba(35, 43, 39, 0.07);

    /* Status (semantic only) — QMS three-state coverage */
    --st-covered:  #1F5C44;   /* covered */
    --st-partial:  #B87A1F;   /* partial (warm gold status signal) */
    --st-needs:    #C2410C;   /* needs work (Rātā burnt-orange) */

    --shadow:      0 1px 2px rgba(35,43,39,.05), 0 12px 32px rgba(35,43,39,.07);
    --radius:      12px;
    --radius-sm:   7px;
    --maxw:        1080px;

    --font-display: 'Fraunces', Georgia, 'Times New Roman', serif;
    --font-sans:    'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font:         var(--font-sans);
}

@media (prefers-color-scheme: dark) {
    :root {
        --green:     #6ABE97;
        --green-hi:  #85CFA9;
        --leaf:      #6FCB9E;
        --leaf-deep: #6FCB9E;
        --charcoal:  #0E1B15;
        --sage:      #8AA697;
        --forest:    #0B1712;

        --paper:     #16241D;   /* the client card still lifts off the ground */
        --mist:      #0F1D17;
        --moss:      #16281F;
        --tint:      #16281F;
        --ink:       #EAF4EF;
        --body:      #C6D4CC;
        --slate:     #94A69C;
        --line:      rgba(234, 244, 239, 0.13);
        --line-soft: rgba(234, 244, 239, 0.07);
        --st-covered:#6ABE97;
        --st-partial:#D6A24E;
        --st-needs:  #E07B54;
        --shadow:    0 1px 2px rgba(0,0,0,.3), 0 14px 34px rgba(0,0,0,.4);
    }
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
    font-family: var(--font);
    background: var(--mist);
    color: var(--body);
    line-height: 1.65;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

a { color: inherit; }

.wrap {
    width: 100%;
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 24px;
}

/* ---- Wayfinding eyebrow: letter-spaced small caps ---- */
.eyebrow {
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: 18px;
}

/* ---- Headings — Fraunces display serif ---- */
h1, h2, h3 {
    font-family: var(--font-display);
    color: var(--ink);
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.12;
    font-optical-sizing: auto;
}

/* =============================================================================
   NAV
   ============================================================================= */
.nav {
    position: sticky;
    top: 0;
    z-index: 50;
    background: color-mix(in srgb, var(--mist) 86%, transparent);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid transparent;
    transition: border-color .3s ease, background .3s ease;
}
.nav.scrolled { border-bottom-color: var(--line); }

.nav-inner {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 13px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* Single-colour lockup: mark + wordmark share one ink (Kauri Green) on the
   light nav ground — Concept 2 Treatment A koru, currentColor. */
.brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; color: var(--green); }
.brand .brand-mark { width: 30px; height: 30px; display: block; }
.brand .brand-word {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: var(--green);
}
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a {
    text-decoration: none;
    color: var(--body);
    font-size: 15px;
    font-weight: 500;
    transition: color .2s ease;
}
.nav-links a:hover { color: var(--green); }
.nav-links .nav-cta {
    padding: 9px 18px;
    background: var(--green);
    color: #fff;
    border-radius: var(--radius-sm);
    font-weight: 600;
    transition: background .2s ease;
}
@media (prefers-color-scheme: dark) { .nav-links .nav-cta { color: var(--forest); } }
.nav-links .nav-cta:hover { background: var(--green-hi); }

/* =============================================================================
   BUTTONS
   ============================================================================= */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: var(--font);
    font-size: 16px;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: var(--radius-sm);
    text-decoration: none;
    border: 1.5px solid transparent;
    cursor: pointer;
    transition: transform .18s ease, background .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.btn-primary {
    background: var(--green);
    color: #fff;
    box-shadow: 0 6px 18px rgba(31, 92, 68, .22);
}
@media (prefers-color-scheme: dark) { .btn-primary { color: var(--forest); } }
.btn-primary:hover { background: var(--green-hi); transform: translateY(-2px); }
.btn-ghost {
    background: transparent;
    color: var(--ink);
    border-color: var(--line);
}
.btn-ghost:hover { border-color: var(--green); color: var(--green); }
/* Sits on a forest band (dark in both themes) — fixed light colours. */
.btn-on-forest { background: #EAF4EF; color: #143026; }
.btn-on-forest:hover { background: #fff; transform: translateY(-2px); }

/* =============================================================================
   HERO — forest ground band
   ============================================================================= */
.hero {
    background:
        radial-gradient(120% 120% at 85% -10%, rgba(88,190,142,.20) 0%, transparent 55%),
        var(--forest);
    color: #EAF4EF;
    padding: clamp(72px, 12vh, 128px) 0 clamp(64px, 10vh, 104px);
    overflow: hidden;
}
.hero .wrap { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.hero-copy { max-width: 560px; }
.hero .eyebrow { color: #8FD9B6; }
.hero h1 {
    color: #fff;
    font-size: clamp(38px, 6vw, 62px);
    font-weight: 400;
    line-height: 1.06;
    letter-spacing: -0.025em;
    margin-bottom: 24px;
}
.hero h1 em { font-style: italic; color: #8FD9B6; }
.hero-lede {
    font-size: clamp(17px, 2.1vw, 20px);
    line-height: 1.6;
    color: rgba(234, 244, 239, .84);
    margin-bottom: 32px;
    font-weight: 400;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-note { font-size: 14px; color: rgba(234,244,239,.62); margin-top: 20px; }

/* Specimen answer card — stands in for the CLIENT'S document: white surface. */
.specimen {
    background: #fff;
    color: #232B27;
    border-radius: var(--radius);
    box-shadow: 0 24px 60px rgba(0,0,0,.28);
    overflow: hidden;
    font-size: 15px;
    line-height: 1.6;
}
.specimen-q {
    padding: 16px 20px;
    background: #F3F8F5;
    border-bottom: 1px solid #E3ECE6;
    font-weight: 600;
    color: #1F5C44;
    display: flex;
    gap: 10px;
    align-items: baseline;
}
.specimen-q .ql { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: #8A9990; font-weight: 700; flex-shrink: 0; }
.specimen-body { padding: 18px 20px 20px; }
.specimen-body p { margin-bottom: 12px; color: #33463C; }
.specimen-body p:last-child { margin-bottom: 0; }
.specimen-answer { font-weight: 600; color: #232B27; }
/* Verified badge — Leaf green, the positive/verified accent */
.verified {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 12px; font-weight: 700; letter-spacing: .04em;
    color: #1F5C44; background: rgba(88,190,142,.16);
    border: 1px solid rgba(88,190,142,.45);
    border-radius: 999px; padding: 3px 10px;
    margin-bottom: 12px;
}
.verified svg { width: 13px; height: 13px; color: #2E9268; }
.quoted-rule {
    margin: 12px 0;
    padding: 11px 14px;
    background: #F5F9F6;
    border-left: 3px solid #58BE8E;
    border-radius: 0 6px 6px 0;
    font-size: 14px;
    color: #33463C;
    font-style: italic;
}
.cite {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    font-weight: 600;
    color: #1F5C44;
    background: #EAF2ED;
    border: 1px solid #D2E5DA;
    border-radius: 5px;
    padding: 3px 8px;
    text-decoration: none;
    /* wrap on narrow screens rather than clip inside the card */
    white-space: normal;
    max-width: 100%;
}
.cite svg { width: 12px; height: 12px; }
.specimen-note { font-size: 13px; color: #6C776E; margin-top: 12px; }
.specimen-note strong { color: #1F5C44; font-weight: 700; }

/* =============================================================================
   SECTIONS
   ============================================================================= */
section { padding: clamp(64px, 9vh, 104px) 0; }
.section-head { max-width: 660px; margin-bottom: 52px; }
.section-head h2 {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 500;
    margin-bottom: 16px;
}
.section-head p { font-size: 18px; color: var(--slate); line-height: 1.6; }

.band-mint { background: var(--moss); }
.band-forest { background: var(--forest); color: #EAF4EF; }
.band-forest .eyebrow { color: #8FD9B6; }
.band-forest h2, .band-forest h3 { color: #fff; }
.band-forest .section-head p, .band-forest p { color: rgba(234,244,239,.82); }

/* Feature rows — one idea, evidence one level deep */
.feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    padding: 0;
}
.feature + .feature { margin-top: clamp(56px, 8vh, 88px); }
.feature.reverse .feature-visual { order: -1; }
.feature-copy h3 { font-size: clamp(23px, 3vw, 30px); margin-bottom: 16px; }
.feature-lede { font-size: 18px; color: var(--ink); font-weight: 500; margin-bottom: 14px; font-family: var(--font-sans); }
.feature-copy p { color: var(--body); line-height: 1.68; }
.feature-copy .tag {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: 14px;
}

/* Status pill on module tags — honest module status */
.status {
    display: inline-flex; align-items: center; gap: 5px;
    font-size: 10.5px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
    padding: 3px 9px; border-radius: 999px; white-space: nowrap;
}
.status::before { content:""; width:6px; height:6px; border-radius:999px; background: currentColor; }
.status.live    { color: var(--leaf-deep); background: rgba(88,190,142,.15); }
.status.built   { color: var(--green);     background: rgba(31,92,68,.10); }
.status.partial { color: var(--st-partial);background: rgba(184,122,31,.13); }
.status.preview { color: var(--sage);      background: rgba(127,160,143,.16); }
.status.soon    { color: var(--st-needs);  background: rgba(194,65,12,.11); }
.band-forest .status.live { color: #8FD9B6; background: rgba(143,217,182,.16); }
.band-forest .status.built { color: #cfe9dc; background: rgba(255,255,255,.10); }

/* small proof panel on the visual side */
.panel {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 22px;
}
.band-mint .panel { border-color: var(--line); }
.panel-title { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--sage); font-weight: 700; margin-bottom: 12px; }

/* Coverage rows (QMS) */
.cov-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 13px 2px;
    border-bottom: 1px solid var(--line-soft);
    font-size: 14.5px;
}
.cov-row:last-child { border-bottom: none; }
.cov-name { flex: 1; color: var(--ink); font-weight: 500; }
.cov-state { text-align: right; font-size: 12.5px; font-weight: 700; flex-shrink: 0; }
.cov-state.covered { color: var(--st-covered); }
.cov-state.partial { color: var(--st-partial); }
.cov-state.needs   { color: var(--st-needs); }
.cov-state.on      { color: var(--st-covered); }

/* insight lines */
.insight-item { padding: 14px 0; border-bottom: 1px solid var(--line-soft); }
.insight-item:last-child { border-bottom: none; }
.insight-item .k { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--sage); font-weight: 700; }
.insight-item .v { color: var(--ink); font-weight: 500; margin-top: 3px; }

/* checklist for self-review + platform */
.ck { list-style: none; margin-top: 8px; }
.ck li { position: relative; padding-left: 28px; margin-bottom: 11px; color: var(--body); font-size: 15.5px; }
.ck li::before {
    content: "";
    position: absolute; left: 0; top: 6px;
    width: 15px; height: 15px;
    border-radius: 4px;
    background: var(--green);
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>") center/13px no-repeat;
            mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>") center/13px no-repeat;
}
.band-forest .ck li { color: rgba(234,244,239,.85); }
.band-forest .ck li::before { background: #8FD9B6; }

/* module list with status */
.mod-list { list-style: none; }
.mod-list li {
    display: flex; align-items: center; gap: 12px;
    padding: 12px 2px; border-bottom: 1px solid var(--line-soft);
    font-size: 15px; color: var(--ink); font-weight: 500;
}
.mod-list li:last-child { border-bottom: none; }
.mod-list .mod-name { flex: 1; }

/* =============================================================================
   WHY DIFFERENT — quiet columns
   ============================================================================= */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.why-item h3 { font-size: 20px; margin-bottom: 12px; }
.why-item p { color: var(--body); font-size: 15.5px; line-height: 1.65; }
.why-item .rule { width: 34px; height: 3px; background: var(--green); border-radius: 2px; margin-bottom: 20px; }

/* =============================================================================
   PRICING
   ============================================================================= */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start; }
.price {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 30px 26px;
    display: flex; flex-direction: column; height: 100%;
}
.price.featured {
    border-color: var(--green);
    box-shadow: 0 20px 44px rgba(31,92,68,.16);
    position: relative;
}
.price-flag {
    position: absolute; top: -12px; left: 26px;
    background: var(--green); color: #fff;
    font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
    padding: 4px 12px; border-radius: 999px;
}
@media (prefers-color-scheme: dark) { .price-flag { color: var(--forest); } }
.price-name { font-family: var(--font-display); font-size: 22px; font-weight: 600; color: var(--ink); }
.price-cost { margin: 14px 0 4px; }
.price-cost .amt { font-size: 34px; font-family: var(--font-display); font-weight: 600; color: var(--ink); letter-spacing: -0.02em; }
.price-cost .per { font-size: 15px; color: var(--slate); }
.price-note { font-size: 13.5px; color: var(--slate); margin-bottom: 18px; }
.price-feats { list-style: none; margin: 6px 0 24px; flex: 1; }
.price-feats li { position: relative; padding-left: 25px; margin-bottom: 10px; font-size: 14.5px; color: var(--body); line-height: 1.5; }
.price-feats li::before {
    content: ""; position: absolute; left: 0; top: 5px;
    width: 14px; height: 14px; border-radius: 4px; background: var(--green);
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>") center/12px no-repeat;
            mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>") center/12px no-repeat;
}
.price-feats li.soon { color: var(--slate); }
.price-feats li.soon::before { background: var(--st-partial); }
.price-feats .plus { font-weight: 600; color: var(--green); margin-bottom: 12px; padding-left: 0; }
.price-feats .plus::before { display: none; }
.price .btn { width: 100%; justify-content: center; }
.founding {
    margin-top: 30px;
    text-align: center;
    font-size: 15px;
    color: var(--body);
}
.founding a { color: var(--green); font-weight: 600; text-decoration: none; }
.founding a:hover { text-decoration: underline; }

/* =============================================================================
   CONTACT / DEMO
   ============================================================================= */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.contact-intro h2 { font-size: clamp(28px, 4vw, 40px); margin-bottom: 16px; }
.contact-intro p { color: rgba(234,244,239,.82); margin-bottom: 24px; }
.contact-meta a { color: #A9E3C6; text-decoration: none; font-weight: 500; display: inline-flex; align-items: center; gap: 8px; }
.contact-meta a:hover { color: #fff; }

.form-card {
    background: var(--paper);
    border-radius: var(--radius);
    padding: 30px;
    box-shadow: var(--shadow);
}
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 13.5px; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.field input, .field textarea {
    width: 100%;
    font-family: var(--font);
    font-size: 15px;
    color: var(--ink);
    background: var(--mist);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    padding: 11px 13px;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.field input:focus, .field textarea:focus {
    outline: none;
    border-color: var(--green);
    box-shadow: 0 0 0 3px rgba(31,92,68,.14);
}
.field textarea { min-height: 108px; resize: vertical; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-status { font-size: 14px; min-height: 20px; margin: 4px 0 12px; color: var(--slate); }
.form-status.err { color: #C2410C; }
.form-success h3 { color: var(--ink); font-size: 22px; margin-bottom: 8px; }
.form-success p { color: var(--body); }

/* =============================================================================
   FOOTER
   ============================================================================= */
footer { background: var(--forest); color: rgba(234,244,239,.7); padding: 56px 0 44px; }
.footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 28px; align-items: flex-start; }
/* Single-colour lockup on the dark forest footer band — Mist ink, same koru. */
.footer-brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; color: #EAF4EF; }
.footer-brand .brand-mark { width: 26px; height: 26px; display: block; }
.footer-brand .brand-word {
    font-family: var(--font-display);
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #EAF4EF;
}
.footer-tag { font-size: 14px; color: rgba(234,244,239,.62); max-width: 360px; margin-top: 14px; line-height: 1.6; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { color: rgba(234,244,239,.75); text-decoration: none; font-size: 14.5px; }
.footer-links a:hover { color: #fff; }
.footer-col-title { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: rgba(234,244,239,.45); font-weight: 700; margin-bottom: 4px; }
.footer-legal { width: 100%; border-top: 1px solid rgba(234,244,239,.12); margin-top: 36px; padding-top: 22px; font-size: 13.5px; color: rgba(234,244,239,.55); display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; }
.footer-legal a { color: rgba(234,244,239,.6); text-decoration: none; }
.footer-legal a:hover { color: #fff; }

/* =============================================================================
   REVEAL ANIMATION
   ============================================================================= */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1; transform: none; transition: none; }
    html { scroll-behavior: auto; }
}

/* =============================================================================
   RESPONSIVE
   ============================================================================= */
@media (max-width: 900px) {
    .hero .wrap { grid-template-columns: 1fr; gap: 40px; }
    .hero-visual { max-width: 460px; }
    .feature, .feature.reverse { grid-template-columns: 1fr; gap: 26px; }
    .feature.reverse .feature-visual { order: 0; }
    .why-grid { grid-template-columns: 1fr; gap: 30px; }
    .price-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
    .contact-grid { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 560px) {
    body { font-size: 16px; }
    .nav-links { gap: 16px; }
    .nav-links a:not(.nav-cta) { display: none; }
    .hero-actions { width: 100%; }
    .hero-actions .btn { flex: 1; justify-content: center; }
    .footer-inner { flex-direction: column; gap: 24px; }
}
