/* =====================================================
   Assignr Landing — "Court" kimliği
   Koyu çam yeşili + altın + krem; Bricolage Grotesque / Instrument Sans
   ===================================================== */

/* TBF kurumsal fontu — yalnız il temsilciliği kilidinde kullanılır */
@font-face {
    font-family: 'Cocon Pro';
    src: url('/fonts/CoconPro-Bold.otf') format('opentype');
    font-weight: 700;
    font-display: swap;
}

:root {
    --paper: #F7F4ED;
    --court: #0C352A;
    --court-2: #114536;
    --court-deep: #082A20;
    --gold: #E1AA44;
    --gold-deep: #9C7420;
    --ink: #1A231F;
    --muted: #6E6B62;
    --hairline: #E3DDCD;
    --white: #FFFFFF;
    --disp: 'Bricolage Grotesque', sans-serif;
    --sans: 'Instrument Sans', -apple-system, sans-serif;
    --nav-h: 66px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 12px); }
body {
    background: var(--paper);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: none; cursor: pointer; }
:focus-visible { outline: 2px solid var(--gold-deep); outline-offset: 2px; border-radius: 4px; }
::selection { background: rgba(225, 170, 68, 0.35); }
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 36px; }

/* ---- Nav ---- */
.nav { background: var(--paper); border-bottom: 1px solid var(--hairline); position: sticky; top: 0; z-index: 50; }
.nav-in { display: flex; align-items: center; justify-content: space-between; height: var(--nav-h); gap: 20px; }
.brand { font-family: var(--disp); font-weight: 700; font-size: 21px; letter-spacing: -0.02em; display: inline-flex; align-items: center; gap: 9px; }
.brand-dot { width: 12px; height: 12px; border-radius: 50%; border: 3.5px solid var(--gold); flex-shrink: 0; }
.nav-links { display: flex; gap: 28px; font-size: 14.5px; font-weight: 500; color: var(--muted); }
.nav-links a { transition: color 150ms ease; }
.nav-links a:hover { color: var(--ink); }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.btn-court {
    display: inline-block;
    background: var(--court); color: var(--paper);
    font-weight: 600; font-size: 14px;
    padding: 10px 20px; border-radius: 9px;
    transition: background 150ms ease;
}
.btn-court:hover { background: var(--court-deep); }
.nav-burger {
    display: none;
    flex-direction: column; justify-content: center; align-items: center; gap: 5px;
    width: 44px; height: 44px;
}
.nav-burger span { display: block; width: 20px; height: 2px; background: var(--ink); transition: transform 200ms ease; }
.nav-burger[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.nav-burger[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

/* ---- Ortak ---- */
.kicker {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 12px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 28px;
}
.sec-kicker { color: var(--gold-deep); }

/* Bölüm cetveli: etiket + sayfa boyu ince çizgi */
.sec-rule {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 36px;
}
.sec-rule span {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold-deep);
    white-space: nowrap;
}
.sec-rule::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--hairline);
}
.sec-rule.center::before {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--hairline);
}
.cta .sec-rule { width: 100%; }
h2 {
    font-family: var(--disp);
    font-size: clamp(30px, 3.8vw, 44px);
    font-weight: 700; letter-spacing: -0.02em; line-height: 1.05;
    max-width: 22ch;
}
.btn-gold {
    display: inline-block;
    background: var(--gold); color: var(--court-deep);
    font-weight: 700; font-size: 15px;
    padding: 14px 28px; border-radius: 11px;
    transition: background 150ms ease;
}
.btn-gold:hover { background: #EBB856; }
.btn-chalk {
    display: inline-block;
    border: 1.5px solid rgba(247, 244, 237, 0.35); color: var(--paper);
    font-weight: 600; font-size: 14.5px;
    padding: 13px 24px; border-radius: 11px;
    transition: border-color 150ms ease;
}
.btn-chalk:hover { border-color: var(--paper); }

/* ---- Hero ---- */
.hero {
    background:
        radial-gradient(ellipse 70% 90% at 15% 0%, rgba(255, 255, 255, 0.05), transparent),
        linear-gradient(170deg, var(--court-2), var(--court) 55%);
    color: var(--paper);
    position: relative;
    overflow: hidden;
}
.court-lines { position: absolute; inset: 0; pointer-events: none; width: 100%; height: 100%; }
.hero-in { position: relative; padding: 88px 0 150px; }
h1 {
    font-family: var(--disp);
    font-size: clamp(46px, 6vw, 76px);
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: -0.028em;
    max-width: 15ch;
    margin-bottom: 24px;
}
h1 .gold { color: var(--gold); }
.hero-sub {
    font-size: 17px;
    color: rgba(247, 244, 237, 0.72);
    max-width: 50ch;
    margin-bottom: 38px;
}
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-bottom: 34px; }
.hero-proof {
    display: flex; align-items: center; gap: 9px;
    font-size: 13.5px;
    color: rgba(247, 244, 237, 0.62);
}
.hero-proof svg { color: var(--gold); flex-shrink: 0; }

/* Hero giriş animasyonu */
html.js .hero-in > * { opacity: 0; transform: translateY(18px); animation: rise 650ms ease forwards; }
html.js .hero-in > *:nth-child(1) { animation-delay: 60ms; }
html.js .hero-in > *:nth-child(2) { animation-delay: 160ms; }
html.js .hero-in > *:nth-child(3) { animation-delay: 260ms; }
html.js .hero-in > *:nth-child(4) { animation-delay: 360ms; }
html.js .hero-in > *:nth-child(5) { animation-delay: 460ms; }
@keyframes rise { to { opacity: 1; transform: none; } }

/* ---- Ürün maketi ---- */
.plate { margin-top: -96px; position: relative; z-index: 2; }
.plate-frame {
    border-radius: 14px;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--hairline);
    box-shadow:
        0 1px 2px rgba(8, 42, 32, 0.06),
        0 32px 64px -32px rgba(8, 42, 32, 0.45);
}
.mock { background: var(--white); font-size: 13.5px; }
.mock-top { display: flex; align-items: center; gap: 30px; padding: 14px 24px; border-bottom: 1px solid var(--hairline); }
.mock-brand { font-family: var(--disp); font-weight: 700; font-size: 15px; display: flex; align-items: center; gap: 8px; }
.mock-brand i { width: 9px; height: 9px; border-radius: 50%; border: 2.5px solid var(--gold); display: inline-block; }
.mock-tabs { display: flex; gap: 22px; flex: 1; font-size: 13px; font-weight: 500; color: var(--muted); }
.mock-tabs b { color: var(--ink); font-weight: 600; position: relative; }
.mock-tabs b::after { content: ""; position: absolute; left: 0; right: 0; bottom: -15px; height: 2px; background: var(--gold); }
.mock-ap { background: var(--court); color: var(--paper); font-weight: 600; font-size: 12px; padding: 7px 15px; border-radius: 8px; }
.mock-bar {
    display: flex; gap: 14px; align-items: baseline;
    padding: 12px 24px;
    border-bottom: 1px solid var(--hairline);
    background: #FCFBF7;
    font-size: 12.5px; color: var(--muted);
}
.mock-bar b { color: var(--ink); font-size: 13px; font-weight: 600; }
.mock-count { margin-left: auto; }
.mock-row {
    display: grid;
    grid-template-columns: 60px 1.5fr 1fr 1.15fr 74px;
    gap: 16px; align-items: center;
    padding: 11px 24px;
    border-bottom: 1px solid #F1EEE5;
}
.mock-row:last-child { border-bottom: none; }
.mock-head { font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); padding: 9px 24px; }
.m-time { font-weight: 600; font-variant-numeric: tabular-nums; color: var(--ink); font-size: 13px; }
.m-match { font-weight: 500; letter-spacing: -0.005em; }
.m-match .pos {
    font-style: normal;
    font-size: 10px; font-weight: 700;
    color: var(--gold-deep);
    background: #F7F3E6;
    border: 1px solid var(--hairline);
    border-radius: 4px;
    padding: 1px 4px;
    vertical-align: 1px;
    font-variant-numeric: tabular-nums;
}
.m-match .m-diff {
    font-style: normal;
    font-size: 10px; font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--gold-deep);
    background: #F7F3E6;
    border: 1px solid #E0CD9E;
    border-radius: 999px;
    padding: 2px 8px;
    margin-left: 4px;
    vertical-align: 1px;
    white-space: nowrap;
}
.m-hall { color: var(--muted); font-size: 12.5px; }
.m-refs { display: flex; gap: 5px; flex-wrap: wrap; }
.m-refs em {
    font-style: normal; font-size: 11.5px; font-weight: 500;
    background: #F4F1E9; border: 1px solid var(--hairline);
    padding: 2.5px 10px; border-radius: 999px;
    color: var(--ink);
}
.m-state { font-size: 10.5px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: #2E7D4F; text-align: right; }
.m-state.m-run { color: var(--gold-deep); }
.m-assigning { color: var(--gold-deep); font-weight: 600; font-size: 12.5px; }
.m-active { background: #FAF7EE; box-shadow: inset 3px 0 0 var(--gold); }

/* ---- İstatistik şeridi ---- */
.stats { padding: 64px 0 0; }
.stats-strip {
    border-top: 2px solid var(--court);
    border-bottom: 1px solid var(--hairline);
    display: grid; grid-template-columns: repeat(4, 1fr);
}
.stat { padding: 30px 26px 26px; border-left: 1px solid var(--hairline); }
.stat:first-child { border-left: none; padding-left: 2px; }
.stat b {
    display: block;
    font-family: var(--disp);
    font-size: 42px; font-weight: 700; line-height: 1;
    letter-spacing: -0.02em;
    color: var(--court);
    font-variant-numeric: tabular-nums;
    margin-bottom: 7px;
}
.stat b i { font-style: normal; color: var(--gold-deep); }
.stat span { font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }

/* ---- Özellikler: scrollytelling ---- */
.features { padding: 84px 0 100px; }
.features-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 24px; }
.features-head h2 { flex-shrink: 0; }
.features-head p { color: var(--muted); font-size: 15px; max-width: 34ch; padding-bottom: 6px; }

.story { position: relative; }
.story-step { padding: 56px 0; }
.detail-no {
    display: block;
    font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--gold-deep);
    margin-bottom: 14px;
}
.story-step h3 {
    font-family: var(--disp);
    font-size: 27px; font-weight: 600; letter-spacing: -0.015em; line-height: 1.12;
    margin-bottom: 12px;
}
.story-step > p { color: var(--muted); font-size: 15.5px; margin-bottom: 20px; max-width: 52ch; }
.checks { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.checks li { position: relative; padding-left: 26px; font-size: 14.5px; font-weight: 500; }
.checks li::before {
    content: "";
    position: absolute; left: 0; top: 5px;
    width: 13px; height: 13px;
    border-radius: 50%;
    border: 2px solid var(--gold-deep);
}
.checks li::after {
    content: "";
    position: absolute; left: 4.5px; top: 9px;
    width: 4px; height: 4px;
    border-radius: 50%;
    background: var(--gold-deep);
}
.step-visual { margin-top: 28px; }
.story-stage { display: none; }

@media (min-width: 980px) {
    html.js .story { display: grid; grid-template-columns: 1.02fr 1fr; gap: 72px; align-items: start; }
    html.js .story-steps { position: relative; }
    html.js .story-steps::before {
        content: "";
        position: absolute;
        left: 6px; top: 40px; bottom: 40px;
        width: 1px;
        background: var(--hairline);
    }
    html.js .story-step {
        min-height: 58vh;
        display: flex; flex-direction: column; justify-content: center;
        padding: 40px 0 40px 40px;
        position: relative;
        opacity: 0.32;
        transition: opacity 400ms ease;
    }
    html.js .story-step::before {
        content: "";
        position: absolute;
        left: 0; top: calc(50% - 7px);
        width: 13px; height: 13px;
        border-radius: 50%;
        border: 2px solid var(--hairline);
        background: var(--paper);
        transition: border-color 300ms ease, background 300ms ease;
    }
    html.js .story-step.active { opacity: 1; }
    html.js .story-step.active::before {
        border-color: var(--gold-deep);
        background: var(--gold);
    }
    html.js .story-stage {
        display: flex;
        position: sticky;
        top: calc(var(--nav-h) + 56px);
        height: calc(100vh - var(--nav-h) - 120px);
        max-height: 620px;
        align-items: center; gap: 26px;
    }
    html.js .stage-rail {
        display: flex; flex-direction: column; gap: 14px;
        font-size: 11.5px; font-weight: 700; letter-spacing: 0.08em;
        color: #C9C2AE;
        font-variant-numeric: tabular-nums;
    }
    html.js .stage-rail span { transition: color 250ms ease; }
    html.js .stage-rail span.active { color: var(--gold-deep); }
    html.js .stage-cards { position: relative; flex: 1; height: 100%; }
    html.js .stage-cards::before {
        content: "";
        position: absolute;
        inset: 7% 0;
        border: 1px solid var(--hairline);
        border-radius: 20px;
        background:
            radial-gradient(circle, rgba(110, 107, 98, 0.10) 1px, transparent 1px) 0 0 / 22px 22px,
            #FBF9F3;
    }
    html.js .stage-card {
        position: absolute; inset: 0;
        display: flex; align-items: center; justify-content: center;
        opacity: 0;
        transform: translateY(26px) scale(0.985);
        transition: opacity 420ms ease, transform 420ms ease;
        pointer-events: none;
    }
    html.js .stage-card.active { opacity: 1; transform: none; pointer-events: auto; }
}

/* Mini maket kartları */
.vcard {
    background: var(--white);
    border: 1px solid var(--hairline);
    border-radius: 14px;
    padding: 20px 22px;
    box-shadow: 0 20px 44px -28px rgba(8, 42, 32, 0.35);
    font-size: 13.5px;
    max-width: 440px;
    width: 100%;
}
.vcard-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.vcard-head b { font-weight: 600; font-size: 14.5px; letter-spacing: -0.005em; }
.vmeta { font-size: 12px; color: var(--muted); }
.vbtn {
    font-size: 11.5px; font-weight: 600;
    border: 1px solid var(--hairline);
    padding: 5px 11px; border-radius: 999px;
    color: var(--court);
    white-space: nowrap;
}
.vcard-foot { display: flex; gap: 7px; margin-top: 16px; }
.src {
    font-size: 11px; font-weight: 600;
    background: #F4F1E9; border: 1px solid var(--hairline);
    padding: 3px 10px; border-radius: 999px; color: var(--muted);
}
.avail-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; align-items: center; }
.avail-grid .d { font-size: 10.5px; font-weight: 600; letter-spacing: 0.06em; color: var(--muted); text-align: center; text-transform: uppercase; }
.avail-grid i { display: block; height: 26px; border-radius: 6px; background: #F1EEE5; }
.avail-grid i.on { background: #DFEAE0; border: 1px solid #BFD4C2; }
.role-row { display: flex; align-items: center; gap: 12px; padding: 11px 0; border-bottom: 1px solid #F1EEE5; }
.role-row:last-child { border-bottom: none; }
.role-name { font-weight: 600; flex: 1; }
.role-who em {
    font-style: normal; font-size: 12px; font-weight: 500;
    background: #F4F1E9; border: 1px solid var(--hairline);
    padding: 3px 10px; border-radius: 999px;
}
.role-st { font-size: 10.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.role-st.ok { color: #2E7D4F; }
.diff { font-size: 12px; font-weight: 700; color: var(--gold-deep); white-space: nowrap; }
.diff-bar { height: 6px; border-radius: 999px; background: #F1EEE5; margin-bottom: 16px; overflow: hidden; }
.diff-bar i { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--court-2), var(--gold)); }
.sug-row { display: flex; align-items: center; gap: 12px; padding: 9px 0; border-bottom: 1px solid #F1EEE5; }
.sug-row:last-child { border-bottom: none; }
.sug-row.dim { opacity: 0.55; }
.rank {
    width: 22px; height: 22px; border-radius: 50%;
    background: var(--court); color: var(--paper);
    font-size: 11.5px; font-weight: 700;
    display: inline-flex; align-items: center; justify-content: center;
}
.sug-row em { font-style: normal; font-weight: 600; flex: 1; }
.fit { font-size: 12px; font-weight: 600; color: var(--gold-deep); }
.cand { padding: 10px 0; border-bottom: 1px solid #F1EEE5; }
.cand:last-child { border-bottom: none; }
.cand-top { display: flex; justify-content: space-between; align-items: baseline; }
.cand em { font-style: normal; font-weight: 600; }
.cand small { color: var(--muted); font-size: 12px; }
.vphone { max-width: 300px; }
.score-line { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #F1EEE5; font-weight: 500; }
.score-line b { font-family: var(--disp); font-size: 24px; font-weight: 700; color: var(--court); font-variant-numeric: tabular-nums; }
.sent { margin-top: 14px; font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: #2E7D4F; }
.sent::before { content: "✓ "; }
.route-stop { display: flex; gap: 14px; align-items: flex-start; padding: 8px 0; }
.rt { font-weight: 700; color: var(--court); font-variant-numeric: tabular-nums; font-size: 13px; padding-top: 1px; }
.route-stop em { font-style: normal; font-weight: 600; display: block; }
.route-stop small { color: var(--muted); font-size: 12px; }
.route-gap {
    margin: 2px 0 2px 15px;
    padding: 6px 0 6px 26px;
    border-left: 2px dashed var(--hairline);
    font-size: 12px; font-weight: 600; color: var(--gold-deep);
}

/* ---- 07-09 paneli ---- */
.feat-panel {
    background: var(--white);
    border: 1px solid var(--hairline);
    border-radius: 14px;
    overflow: hidden;
    display: grid; grid-template-columns: repeat(3, 1fr);
    margin-top: 48px;
}
.feat {
    padding: 30px 28px 34px;
    border-right: 1px solid var(--hairline);
    position: relative;
    transition: background 150ms ease;
}
.feat:nth-child(3n) { border-right: none; }
.feat:hover { background: #FCFBF7; }
.feat::before {
    content: "";
    position: absolute; left: 0; top: 0; right: 0;
    height: 2px;
    background: transparent;
    transition: background 200ms ease;
}
.feat:hover::before { background: var(--gold); }
.feat-no {
    display: block;
    font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--gold-deep);
    font-variant-numeric: tabular-nums;
    margin-bottom: 30px;
}
.feat h3 { font-family: var(--disp); font-size: 18.5px; font-weight: 600; letter-spacing: -0.01em; margin-bottom: 9px; }
.feat p { font-size: 14.5px; color: var(--muted); }

/* ---- Referans: kurumsal vaka kartı ---- */
.reference {
    padding: 76px 0 92px;
    background: #F1EDE1;
    border-top: 1px solid var(--hairline);
    border-bottom: 1px solid var(--hairline);
}
.ref-card {
    display: grid;
    grid-template-columns: 330px 1fr;
    background: var(--white);
    border: 1px solid var(--hairline);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 48px -32px rgba(8, 42, 32, 0.25);
}
.ref-org {
    padding: 38px 34px;
    background: #FCFBF7;
    border-right: 1px solid var(--hairline);
}
.ref-lockup { display: flex; align-items: center; gap: 12px; }
.ref-logo { height: 36px; width: auto; flex-shrink: 0; }
.ref-divider { width: 1px; height: 32px; background: var(--hairline); flex-shrink: 0; }
.ref-lockup-tx {
    font-family: 'Cocon Pro', var(--disp);
    font-weight: 700;
    font-size: 13px;
    line-height: 1.18;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: #DC2626;
    min-width: 0;
}
.ref-facts {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--hairline);
    display: flex; flex-direction: column; gap: 10px;
}
.ref-facts span {
    position: relative;
    padding-left: 24px;
    font-size: 13.5px; font-weight: 500;
}
.ref-facts span::before {
    content: "";
    position: absolute; left: 0; top: 4px;
    width: 12px; height: 12px;
    border-radius: 50%;
    border: 2px solid var(--gold-deep);
}
.ref-facts span::after {
    content: "";
    position: absolute; left: 4px; top: 8px;
    width: 4px; height: 4px;
    border-radius: 50%;
    background: var(--gold-deep);
}
.ref-quote {
    display: flex;
    align-items: center;
    padding: 44px 48px;
    font-family: var(--disp);
    font-size: clamp(20px, 2.4vw, 27px);
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.012em;
    position: relative;
}
.ref-quote::before {
    content: "\201C";
    position: absolute;
    top: 18px; left: 26px;
    font-size: 64px;
    line-height: 1;
    color: var(--gold);
    font-family: var(--disp);
}
@media (max-width: 860px) {
    .ref-card { grid-template-columns: 1fr; }
    .ref-org { border-right: none; border-bottom: 1px solid var(--hairline); }
    .ref-quote { padding: 40px 30px 36px; }
    .ref-quote::before { top: 12px; left: 16px; font-size: 48px; }
}

/* ---- SSS ---- */
.faq { padding: 84px 0 92px; }
.faq-grid {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 72px;
    align-items: start;
}
.faq-head h2 { margin-bottom: 14px; }
.faq-head p { color: var(--muted); font-size: 15px; max-width: 32ch; margin-bottom: 20px; }
.faq-mail {
    font-size: 14.5px;
    font-weight: 600;
    color: var(--court);
    border-bottom: 1px solid #CFC7B2;
    padding-bottom: 1px;
    transition: color 150ms ease, border-color 150ms ease;
}
.faq-mail:hover { color: var(--gold-deep); border-color: var(--gold-deep); }
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item {
    background: var(--white);
    border: 1px solid var(--hairline);
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 200ms ease;
}
.faq-item.active { border-color: #CFC7B2; }
.faq-question {
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    width: 100%;
    padding: 16px 20px;
    text-align: left;
    font-size: 15.5px; font-weight: 600;
    min-height: 44px;
}
.faq-chevron { color: var(--muted); flex-shrink: 0; transition: transform 200ms ease; }
.faq-item.active .faq-chevron { transform: rotate(180deg); }
.faq-answer { display: none; padding: 0 20px 18px; font-size: 14.5px; color: var(--muted); }
.faq-item.active .faq-answer { display: block; }
.faq-answer a { color: var(--court); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.faq-answer a:hover { color: var(--gold-deep); }

/* ---- CTA ---- */
.cta {
    border-top: 1px solid var(--hairline);
    padding: 84px 0 92px;
    background: #F1EDE1;
    text-align: center;
}
.cta-in { display: flex; flex-direction: column; align-items: center; }
.cta-title { margin-bottom: 12px; }
.cta-sub { color: var(--muted); margin-bottom: 36px; }
.cta-actions { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.cta-email {
    font-size: 14.5px; color: var(--muted);
    border-bottom: 1px solid #CFC7B2;
    padding-bottom: 1px;
    transition: color 150ms ease, border-color 150ms ease;
}
.cta-email:hover { color: var(--gold-deep); border-color: var(--gold-deep); }
.cta-note { margin-top: 28px; font-size: 13.5px; color: var(--muted); }
.cta-note a { color: var(--court); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.cta-note a:hover { color: var(--gold-deep); }

/* ---- Footer ---- */
.footer { background: var(--court-deep); color: var(--paper); padding: 56px 0 28px; }
.brand-light { color: var(--paper); }
.footer-grid { display: grid; grid-template-columns: minmax(0, 2fr) 1fr 1fr; gap: 40px; padding-bottom: 40px; }
.footer-blurb { margin-top: 14px; font-size: 14px; color: rgba(247, 244, 237, 0.6); max-width: 32ch; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col-title {
    font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 4px;
}
.footer-link { font-size: 14.5px; color: rgba(247, 244, 237, 0.7); transition: color 150ms ease; width: fit-content; }
.footer-link:hover { color: var(--paper); }
.footer-bottom { border-top: 1px solid rgba(247, 244, 237, 0.12); padding-top: 22px; }
.footer-bottom p { font-size: 13px; color: rgba(247, 244, 237, 0.5); }

/* ---- Reveal ---- */
html.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity 550ms ease, transform 550ms ease; }
html.js .reveal.in-view { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    html.js .hero-in > * { animation: none; opacity: 1; transform: none; }
    html.js .reveal { opacity: 1; transform: none; transition: none; }
    html.js .story-step { opacity: 1; transition: none; }
    html.js .stage-card { transition: none; }
}

/* ---- Responsive ---- */
@media (max-width: 979px) {
    .features-head { flex-direction: column; align-items: flex-start; }
    .story-step + .story-step { border-top: 1px solid var(--hairline); }
    .faq-grid { grid-template-columns: 1fr; gap: 36px; }
    .stats-strip { grid-template-columns: repeat(2, 1fr); }
    .stat:nth-child(3) { border-left: none; }
    .feat-panel { grid-template-columns: 1fr; }
    .feat { border-right: none; border-bottom: 1px solid var(--hairline); }
    .feat:last-child { border-bottom: none; }
    .mock-row { grid-template-columns: 50px 1.6fr 1fr; }
    .m-refs, .m-state { display: none; }

    .nav-links {
        position: fixed;
        top: var(--nav-h); left: 0; right: 0;
        flex-direction: column; align-items: stretch; gap: 2px;
        background: var(--paper);
        border-bottom: 1px solid var(--hairline);
        padding: 14px 24px 20px;
        display: none;
    }
    .nav-links.open { display: flex; }
    .nav-links a { padding: 12px 8px; font-size: 16px; }
    .nav-burger { display: flex; }
}

@media (max-width: 640px) {
    .wrap { padding: 0 22px; }
    .hero-in { padding: 56px 0 130px; }
    .plate { margin-top: -80px; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .cta-row .btn-gold, .cta-row .btn-chalk { flex: 1; text-align: center; }
}
