/* ---------------------------------------------------------------------------
   NetEnroll public site — one stylesheet for / and /aca-agent-recruiting
   (the licensing tool borrows the header, footer and buttons).

   Light mode only. Plain CSS, no framework: the pages are read once, usually
   on a phone from an SMS link, and must paint on the first round trip.

   Type: Inter Tight for headlines and figures, Inter for everything else.
   Green is reserved for money and the outcome (the application, the signed
   producer) so it still means something when it appears.
--------------------------------------------------------------------------- */

:root {
    --ink: #0B1220;
    --ink-2: #1F2937;
    --muted: #5B6472;
    --faint: #8B93A1;
    --line: #E4E7EB;
    --line-2: #CBD1D8;
    --paper: #FFFFFF;
    --paper-2: #F5F7F6;
    --night: #0A0F1A;
    --night-2: #111827;
    --green: #10B981;
    --green-deep: #087F5B;
    --green-ink: #064E3B;
    --green-bright: #34D399;
    --mint: #ECFDF5;
    --mint-2: #A7F3D0;
    --red: #B42318;
    --red-soft: #FEF3F2;

    --font-display: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    --font-text: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;

    --wrap: 1180px;
    --gutter: clamp(20px, 4vw, 40px);
    --header-h: 68px;
    --radius: 8px;
    --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: var(--font-text);
    font-size: 17px;
    line-height: 1.6;
    color: var(--ink);
    background: var(--paper);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; color: inherit; }
h1, h2, h3, h4, p, ul, ol, dl, dd, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
strong { font-weight: 600; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--green-deep); outline-offset: 3px; border-radius: 2px; }
::selection { background: var(--green); color: #fff; }
section[id], div[id] { scroll-margin-top: calc(var(--header-h) + 16px); }

.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
    position: absolute; left: 16px; top: -60px; z-index: 100;
    padding: 10px 14px; background: var(--ink); color: #fff; border-radius: var(--radius);
    font-size: 14px; font-weight: 600; text-decoration: none;
}
.skip-link:focus { top: 12px; }

/* ---- Layout -------------------------------------------------------------- */
.wrap { max-width: var(--wrap); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.section { padding-block: clamp(64px, 8vw, 104px); }
.section-tight { padding-block: clamp(44px, 6vw, 72px); }
.rule { border-top: 1px solid var(--line); }
.band { background: var(--paper-2); }
.night { background: var(--night); color: #fff; }
.mint-bg { background: var(--mint); }
.muted { color: var(--muted); }
.measure { max-width: 40rem; }
.measure-l { max-width: 52rem; }
.center { text-align: center; }
.center > * { margin-left: auto; margin-right: auto; }

/* ---- Type ---------------------------------------------------------------- */
.eyebrow {
    display: block;
    font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; line-height: 1.5;
    color: var(--green-deep);
}
.night .eyebrow { color: var(--green-bright); }
.eyebrow .dot { display: inline-block; width: 4px; height: 4px; border-radius: 50%; background: currentColor; opacity: .7; margin: 0 10px; vertical-align: 3px; }
.h1 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(2.75rem, 5.6vw, 4.5rem);
    line-height: .98; letter-spacing: -0.035em;
    text-wrap: balance;
}
.h2 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(2.1rem, 4.2vw, 3.4rem);
    line-height: 1.02; letter-spacing: -0.03em;
    text-wrap: balance;
}
.h3 {
    font-family: var(--font-display);
    font-weight: 650;
    font-size: clamp(1.35rem, 2vw, 1.7rem);
    line-height: 1.12; letter-spacing: -0.02em;
}
.h4 { font-family: var(--font-display); font-size: 19px; font-weight: 650; letter-spacing: -0.015em; line-height: 1.25; }
.lede { font-size: clamp(1.1rem, 1.5vw, 1.3rem); line-height: 1.5; color: var(--ink-2); text-wrap: pretty; }
.night .lede { color: #C3C9D3; }
.body { font-size: 17px; line-height: 1.65; color: var(--muted); text-wrap: pretty; }
.small { font-size: 14px; line-height: 1.55; color: var(--muted); }
.num { font-family: var(--font-display); font-variant-numeric: tabular-nums; }
.em { color: var(--green-deep); }
.night .em { color: var(--green-bright); }
.stack > * + * { margin-top: 1em; }
.stack-l > * + * { margin-top: 1.5em; }

.sec-head { display: grid; gap: 16px; margin-bottom: clamp(36px, 5vw, 56px); justify-items: start; }
.sec-head .lede { margin-top: 2px; max-width: 40rem; }
.sec-head.center { justify-items: center; text-align: center; }

/* ---- Buttons ------------------------------------------------------------- */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    min-height: 50px; padding: 0 24px;
    border-radius: var(--radius); border: 1px solid transparent;
    font-size: 15.5px; font-weight: 600; letter-spacing: -0.01em; line-height: 1;
    text-decoration: none; cursor: pointer; white-space: nowrap;
    transition: background-color .18s var(--ease), border-color .18s var(--ease), color .18s var(--ease), transform .12s var(--ease), box-shadow .18s var(--ease);
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--ink); color: #fff; box-shadow: 0 1px 2px rgba(11, 18, 32, .2); }
.btn-primary:hover { background: #000; box-shadow: 0 6px 18px -8px rgba(11, 18, 32, .6); }
.btn-green { background: var(--green-deep); color: #fff; }
.btn-green:hover { background: var(--green-ink); }
.btn-secondary { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn-secondary:hover { border-color: var(--ink); background: var(--paper-2); }
.night .btn-primary { background: var(--green); color: var(--ink); box-shadow: none; }
.night .btn-primary:hover { background: var(--green-bright); }
.night .btn-secondary { color: #fff; border-color: rgba(255, 255, 255, .3); }
.night .btn-secondary:hover { border-color: #fff; background: rgba(255, 255, 255, .06); }
.btn-lg { min-height: 58px; padding: 0 30px; font-size: 17px; }
.btn-sm { min-height: 40px; padding: 0 16px; font-size: 14px; }
.btn-block { width: 100%; }
.btn[disabled] { opacity: .55; cursor: default; }
.btn .arrow { transition: transform .18s var(--ease); }
.btn:hover .arrow { transform: translateX(3px); }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link {
    font-weight: 600; color: var(--ink); text-decoration: none;
    border-bottom: 1.5px solid var(--line-2); padding-bottom: 1px;
    transition: border-color .18s var(--ease);
}
.text-link:hover { border-color: var(--ink); }
.night .text-link { color: #fff; border-color: rgba(255, 255, 255, .3); }
.night .text-link:hover { border-color: #fff; }
@media (max-width: 479px) {
    .cta-row .btn-lg { flex: 1 1 100%; }
}

/* ---- Header -------------------------------------------------------------- */
.site-header {
    position: sticky; top: 0; z-index: 40;
    background: rgba(255, 255, 255, .92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line);
}
.site-header .wrap { height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { height: 24px; width: auto; }
.nav { display: none; align-items: center; gap: 28px; }
.nav a { font-size: 15px; font-weight: 500; color: var(--muted); text-decoration: none; transition: color .15s; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--ink); }
.nav a[aria-current="page"] { font-weight: 600; }
.header-actions { display: none; align-items: center; gap: 8px; }
.header-actions .signin { font-size: 15px; font-weight: 500; color: var(--muted); text-decoration: none; padding: 8px 12px; }
.header-actions .signin:hover { color: var(--ink); }
.menu-btn {
    display: inline-flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; margin-right: -10px; background: none; border: 0; cursor: pointer; color: var(--ink);
}
.menu-btn .close { display: none; }
.menu-btn[aria-expanded="true"] .open { display: none; }
.menu-btn[aria-expanded="true"] .close { display: block; }
.mobile-nav { border-top: 1px solid var(--line); background: #fff; padding: 12px var(--gutter) 20px; }
.mobile-nav > a { display: block; padding: 12px 0; font-size: 17px; font-weight: 500; color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--line); }
.mobile-nav .cta-row { margin-top: 16px; }
.mobile-nav .cta-row .btn { flex: 1; }
@media (min-width: 960px) {
    .nav, .header-actions { display: flex; }
    .menu-btn, .mobile-nav { display: none; }
}

/* ---- Hero ---------------------------------------------------------------- */
.hero { padding-block: clamp(40px, 6vw, 88px) clamp(44px, 6vw, 88px); position: relative; }
.hero-grid { display: grid; gap: 40px; align-items: center; }
.hero-copy .h1 { margin-top: 20px; }
.hero-copy .lede { margin-top: 22px; max-width: 34rem; }
.hero-copy .cta-row { margin-top: 28px; }
.hero-copy .assure { margin-top: 18px; font-size: 14.5px; color: var(--muted); }
.hero-copy .assure strong { color: var(--ink); }
@media (min-width: 960px) {
    .hero-grid { grid-template-columns: minmax(0, 7fr) minmax(0, 6fr); gap: 56px; }
}

/* The price statement inside a hero: one huge figure, one unit, the zeros. */
.price-hero { margin-top: 30px; padding-top: 26px; border-top: 2px solid var(--ink); display: grid; gap: 6px; }
.price-hero .amt { font-family: var(--font-display); font-weight: 800; font-size: clamp(4rem, 8.5vw, 6rem); line-height: .9; letter-spacing: -0.05em; color: var(--green-deep); font-variant-numeric: tabular-nums; }
.price-hero .unit { font-family: var(--font-display); font-size: clamp(1.15rem, 1.8vw, 1.45rem); font-weight: 650; letter-spacing: -0.02em; color: var(--ink); margin-top: 6px; }
.price-hero .zeros { display: flex; flex-wrap: wrap; gap: 6px 14px; margin-top: 8px; font-size: 15px; font-weight: 500; color: var(--muted); }
.price-hero .zeros span { display: inline-flex; align-items: center; gap: 8px; }
.price-hero .zeros b { font-family: var(--font-display); font-weight: 700; color: var(--ink); }
.price-hero .zeros span + span::before { content: '·'; color: var(--line-2); }
.price-hero.is-two { grid-template-columns: auto auto; column-gap: 32px; align-items: end; justify-content: start; }
.price-hero.is-two .alt .amt { font-size: clamp(2.2rem, 4vw, 3rem); color: var(--ink); }
.price-hero.is-two .zeros { grid-column: 1 / -1; }
.price-hero .guarantee { grid-column: 1 / -1; margin-top: 12px; display: inline-flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 6px; background: var(--mint); color: var(--green-ink); font-weight: 650; font-size: 15px; width: fit-content; }
.price-hero .guarantee svg { color: var(--green-deep); flex: none; }

/* ---- Hero visual, Final Expense: what you pay for, side by side ---------- */
.paywhen {
    border: 1px solid var(--line-2); border-radius: 14px; background: #fff; overflow: hidden;
    box-shadow: 0 1px 2px rgba(11, 18, 32, .04), 0 30px 60px -40px rgba(11, 18, 32, .35);
}
.paywhen-grid { display: grid; grid-template-columns: 1fr 1fr; }
.pw-col { padding: 22px 18px 20px; min-width: 0; }
.pw-col + .pw-col { border-left: 1px solid var(--line); }
.pw-col.is-new { background: linear-gradient(180deg, #fff 0%, var(--mint) 100%); }
.pw-head { font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.pw-col.is-new .pw-head { color: var(--green-deep); }
.pw-paid {
    margin-top: 12px; display: flex; align-items: center; justify-content: space-between; gap: 8px;
    padding: 10px 12px; border-radius: 6px; background: var(--ink); color: #fff;
    font-size: 12.5px; font-weight: 600; letter-spacing: .02em;
}
.pw-paid .amt { font-family: var(--font-display); font-weight: 800; font-size: 20px; letter-spacing: -0.03em; color: #FCA5A5; }
.pw-steps { margin-top: 14px; display: grid; }
.pw-steps li { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 0; font-size: 14px; font-weight: 500; color: var(--ink-2); position: relative; }
.pw-steps li + li { border-top: 1px dashed var(--line-2); }
.pw-steps li .cost { font-family: var(--font-display); font-weight: 700; font-size: 13.5px; letter-spacing: -0.01em; color: var(--faint); font-variant-numeric: tabular-nums; flex: none; }
.pw-col.is-old .pw-steps li { color: var(--muted); }
.pw-col.is-old .pw-steps li .cost { color: var(--line-2); }
.pw-col.is-new .pw-steps li .cost { color: var(--green-deep); }
.pw-col.is-new .pw-steps li.is-outcome { margin-top: 8px; padding: 14px 12px; border-radius: 8px; background: var(--ink); color: #fff; font-weight: 650; border-top: 0; }
.pw-col.is-new .pw-steps li.is-outcome .cost { font-size: 22px; color: var(--green-bright); }
.pw-foot { padding: 12px 18px 14px; border-top: 1px solid var(--line); font-size: 13px; color: var(--muted); display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.pw-foot b { color: var(--ink); font-weight: 650; }
.pw-foot .em { font-weight: 650; }
@media (max-width: 559px) {
    .paywhen-grid { grid-template-columns: 1fr; }
    .pw-col + .pw-col { border-left: 0; border-top: 1px solid var(--line); }
    .pw-col { padding: 20px var(--gutter) 18px; }
    .pw-foot { padding-inline: var(--gutter); }
}

/* ---- Comparison ledger: "The difference is when you pay." ---------------- */
.ledger { display: grid; gap: 0; border: 1px solid var(--line-2); border-radius: 14px; overflow: hidden; background: #fff; }
.ledger-head { display: grid; grid-template-columns: 1fr 1fr; }
.ledger-head > div { padding: 18px 22px; font-size: 12.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); background: var(--paper-2); border-bottom: 1px solid var(--line-2); }
.ledger-head > div + div { border-left: 1px solid var(--line-2); background: var(--ink); color: var(--green-bright); }
.ledger-row { display: grid; grid-template-columns: 1fr 1fr; }
.ledger-row + .ledger-row { border-top: 1px solid var(--line); }
.ledger-row > div { padding: 18px 22px; display: flex; align-items: center; gap: 12px; font-family: var(--font-display); font-size: clamp(1.1rem, 1.7vw, 1.4rem); font-weight: 600; letter-spacing: -0.02em; line-height: 1.2; min-width: 0; }
.ledger-row .old { color: var(--muted); }
.ledger-row .new { color: var(--ink); border-left: 1px solid var(--line); background: linear-gradient(90deg, var(--mint) 0%, #fff 60%); }
.ledger-row .new .cost { font-weight: 800; color: var(--green-deep); font-variant-numeric: tabular-nums; }
.ledger-row .ic { flex: none; width: 24px; height: 24px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; }
.ledger-row .old .ic { background: #F3F4F6; color: var(--faint); }
.ledger-row .new .ic { background: var(--green-deep); color: #fff; }
.ledger-row.is-final > div { padding-block: 24px; }
.ledger-row.is-final .new { background: var(--green-ink); color: #fff; }
.ledger-row.is-final .new .cost { color: var(--green-bright); }
.ledger-row.is-final .new .ic { background: var(--green-bright); color: var(--green-ink); }
@media (max-width: 639px) {
    .ledger-head { grid-template-columns: 1fr; }
    .ledger-head > div:first-child { display: none; }
    .ledger-row { grid-template-columns: 1fr; }
    .ledger-row .old { font-size: 15px; font-weight: 500; padding-bottom: 8px; text-decoration: line-through; text-decoration-color: var(--line-2); text-decoration-thickness: 1.5px; }
    .ledger-row .old .ic { display: none; }
    .ledger-row .new { border-left: 0; padding-top: 6px; }
    .ledger-row.is-final .old { display: none; }
}

/* ---- Producer realities: three hard statements on night ----------------- */
.truths { display: grid; gap: 0; border-top: 1px solid rgba(255, 255, 255, .12); }
.truth { padding: 30px 0; border-bottom: 1px solid rgba(255, 255, 255, .12); display: grid; gap: 14px; align-content: start; }
.truth .q { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.5rem, 2.4vw, 2rem); line-height: 1.08; letter-spacing: -0.03em; color: #fff; text-wrap: balance; }
.truth .a { font-size: clamp(1.05rem, 1.4vw, 1.2rem); font-weight: 600; color: var(--green-bright); line-height: 1.35; }
.truth .k { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--faint); }
@media (min-width: 900px) {
    .truths { grid-template-columns: repeat(3, 1fr); border-top: 0; }
    .truth { padding: 8px 32px 8px 0; border-bottom: 0; border-left: 1px solid rgba(255, 255, 255, .14); padding-left: 28px; }
    .truth:first-child { padding-left: 0; border-left: 0; }
}

/* ---- One price block ----------------------------------------------------- */
.oneprice { display: grid; gap: 28px; justify-items: center; text-align: center; }
.oneprice .amt { font-family: var(--font-display); font-weight: 800; font-size: clamp(6rem, 16vw, 11rem); line-height: .85; letter-spacing: -0.06em; color: var(--green-deep); font-variant-numeric: tabular-nums; }
.oneprice .unit { font-family: var(--font-display); font-size: clamp(1.25rem, 2vw, 1.6rem); font-weight: 650; letter-spacing: -0.02em; color: var(--ink); }
.oneprice .nos { display: grid; gap: 10px; width: 100%; max-width: 780px; margin-top: 10px; }
.oneprice .nos li { display: flex; align-items: center; gap: 12px; padding: 14px 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; font-family: var(--font-display); font-weight: 600; font-size: 17px; letter-spacing: -0.01em; text-align: left; }
.oneprice .nos li .z { flex: none; min-width: 34px; font-weight: 800; color: var(--green-deep); font-variant-numeric: tabular-nums; }
.oneprice .nos li.is-start { background: var(--ink); color: #fff; border-color: var(--ink); }
.oneprice .nos li.is-start .z { color: var(--green-bright); }
@media (min-width: 720px) {
    .oneprice .nos { grid-template-columns: repeat(2, 1fr); }
    .oneprice .nos li.is-start { grid-column: 1 / -1; justify-content: center; }
}

/* ---- Four steps, then the billable event --------------------------------- */
.steps4 { display: grid; gap: 14px; }
.step4 { position: relative; padding: 24px 22px 24px; border: 1px solid var(--line); border-radius: 12px; background: #fff; display: grid; gap: 10px; align-content: start; }
.step4 .n { font-family: var(--font-display); font-weight: 800; font-size: 2.6rem; line-height: 1; letter-spacing: -0.04em; color: var(--line-2); }
.step4 .h4 { font-size: 21px; }
.step4 p { font-size: 15.5px; color: var(--muted); line-height: 1.5; }
.step4 .cost { position: absolute; top: 20px; right: 20px; font-family: var(--font-display); font-weight: 800; font-size: 15px; color: var(--green-deep); padding: 4px 10px; border-radius: 6px; background: var(--mint); }
.billable { margin-top: 14px; display: grid; gap: 14px; align-items: center; padding: 28px 24px; border-radius: 12px; background: var(--ink); color: #fff; }
.billable .h3 { color: #fff; font-size: clamp(1.5rem, 2.6vw, 2.1rem); }
.billable .sub { color: #C3C9D3; font-size: 16px; }
.billable .amt { font-family: var(--font-display); font-weight: 800; font-size: clamp(3rem, 6vw, 4.5rem); line-height: .9; letter-spacing: -0.05em; color: var(--green-bright); font-variant-numeric: tabular-nums; }
.billable .amt small { display: block; font-size: 14px; font-weight: 600; letter-spacing: 0; color: #C3C9D3; margin-top: 8px; }
@media (min-width: 720px) {
    .steps4 { grid-template-columns: repeat(2, 1fr); }
    .billable { grid-template-columns: 1fr auto; padding: 34px 40px; }
    .billable .amt { text-align: right; }
}
@media (min-width: 1040px) {
    .steps4 { grid-template-columns: repeat(4, 1fr); gap: 16px; }
}

/* ---- Editorial two-column (heading left, content right) ------------------ */
.split { display: grid; gap: 32px; }
@media (min-width: 900px) {
    .split { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 72px; align-items: start; }
    .split .sticky { position: sticky; top: calc(var(--header-h) + 32px); }
}
.split .h2 { margin-top: 14px; }

/* ---- Checklist ----------------------------------------------------------- */
.checks { display: grid; gap: 16px; }
.checks li { display: grid; grid-template-columns: 26px 1fr; gap: 14px; align-items: start; font-size: 16.5px; line-height: 1.5; }
.checks li .ck { width: 26px; height: 26px; border-radius: 50%; background: var(--green-deep); color: #fff; display: inline-flex; align-items: center; justify-content: center; margin-top: 1px; }
.checks li strong { display: block; color: var(--ink); font-weight: 650; }
.checks li span { color: var(--muted); }
@media (min-width: 720px) { .checks.two { grid-template-columns: 1fr 1fr; gap: 22px 40px; } }

/* ---- Audience cards ------------------------------------------------------ */
.who { display: grid; gap: 14px; }
.who-card { padding: 28px 26px 30px; border: 1px solid var(--line); border-radius: 14px; background: #fff; display: grid; gap: 12px; align-content: start; transition: border-color .2s var(--ease), box-shadow .2s var(--ease), transform .2s var(--ease); }
.who-card:hover { border-color: var(--line-2); box-shadow: 0 24px 48px -36px rgba(11, 18, 32, .4); transform: translateY(-2px); }
.who-card .h3 { margin-top: 4px; }
.who-card p { color: var(--muted); font-size: 16px; line-height: 1.55; }
.who-card .text-link { justify-self: start; margin-top: 8px; }
@media (min-width: 900px) { .who { grid-template-columns: repeat(3, 1fr); gap: 18px; } }

/* ---- FAQ (native details) ----------------------------------------------- */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
    list-style: none; cursor: pointer; display: grid; grid-template-columns: 1fr 22px; gap: 16px; align-items: start;
    padding: 20px 0; font-size: 17.5px; font-weight: 600; line-height: 1.4; color: var(--ink); letter-spacing: -0.01em;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .plus { position: relative; width: 22px; height: 22px; margin-top: 2px; color: var(--muted); }
.faq summary .plus::before, .faq summary .plus::after { content: ''; position: absolute; left: 50%; top: 50%; background: currentColor; transform: translate(-50%, -50%); transition: transform .2s var(--ease); }
.faq summary .plus::before { width: 14px; height: 2px; }
.faq summary .plus::after { width: 2px; height: 14px; }
.faq details[open] summary .plus::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq details[open] summary { color: var(--green-ink); }
.faq .a { padding: 0 40px 22px 0; color: var(--muted); font-size: 16px; line-height: 1.65; max-width: 44rem; }
.faq .a p + p { margin-top: .8em; }
@media (min-width: 900px) { .faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 56px; align-items: start; } }

/* ---- Closing ------------------------------------------------------------- */
.closing .h2 { max-width: 24ch; font-size: clamp(2.4rem, 5vw, 4rem); }
.closing .lede { margin-top: 22px; }
.closing .cta-row { margin-top: 34px; }
.closing .terms-line { margin-top: 26px; font-size: 15px; font-weight: 500; color: #A7AFBC; }
.closing .terms-line b { color: #fff; font-weight: 650; }
.closing .contact { margin-top: 12px; font-size: 15px; color: #A7AFBC; }
.closing .contact a { color: #fff; text-decoration: none; border-bottom: 1px solid rgba(255, 255, 255, .3); }

/* ---- Footer -------------------------------------------------------------- */
.site-footer { border-top: 1px solid var(--line); padding: 48px 0 32px; font-size: 14px; color: var(--muted); }
.foot-grid { display: grid; gap: 32px; }
.foot-grid h3 { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink); margin-bottom: 14px; }
.foot-grid li + li { margin-top: 10px; }
.foot-grid a { text-decoration: none; color: var(--muted); }
.foot-grid a:hover { color: var(--ink); }
.foot-brand p { margin-top: 14px; max-width: 26rem; line-height: 1.55; }
.foot-legal { margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--line); display: grid; gap: 8px; font-size: 13px; color: var(--faint); }
.foot-legal a { color: var(--muted); text-decoration: none; }
@media (min-width: 720px) {
    .foot-grid { grid-template-columns: 1.6fr 1fr 1fr 1fr; }
    .foot-legal { grid-template-columns: 1fr auto; }
}

/* ---- Mobile sticky CTA --------------------------------------------------- */
.sticky-cta {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 45;
    padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, .94); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid var(--line);
    transform: translateY(110%); transition: transform .25s var(--ease);
}
.sticky-cta.is-on { transform: none; }
.sticky-cta .btn { width: 100%; }
@media (min-width: 720px) { .sticky-cta { display: none; } }
body.has-sticky { padding-bottom: 76px; }
@media (min-width: 720px) { body.has-sticky { padding-bottom: 0; } }

/* ---- Reveal -------------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }

/* =========================================================================
   RECRUITING PAGE
   ========================================================================= */

/* ---- The offer block (recruiting hero visual) ---------------------------- */
.offer { border: 1px solid var(--line-2); border-radius: 14px; background: #fff; overflow: hidden; box-shadow: 0 1px 2px rgba(11, 18, 32, .04), 0 30px 60px -40px rgba(11, 18, 32, .35); }
.offer-row { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 16px; padding: 24px 26px; }
.offer-row + .offer-row { border-top: 1px solid var(--line); }
.offer-row .k { font-size: 12.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.offer-row .d { margin-top: 6px; font-size: 15px; color: var(--muted); }
.offer-row .amt { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.6rem, 5vw, 3.6rem); line-height: .9; letter-spacing: -0.05em; color: var(--ink); font-variant-numeric: tabular-nums; text-align: right; }
.offer-row .amt small { display: block; font-family: var(--font-text); font-size: 13.5px; font-weight: 500; letter-spacing: 0; color: var(--muted); margin-top: 6px; }
.offer-row.is-lead .amt { color: var(--green-deep); }
.offer-row.is-guarantee { background: var(--ink); color: #fff; grid-template-columns: 1fr; gap: 8px; border-top: 0; }
.offer-row.is-guarantee .k { color: var(--green-bright); }
.offer-row.is-guarantee .big { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.7rem, 3vw, 2.3rem); line-height: 1; letter-spacing: -0.035em; color: #fff; }
.offer-row.is-guarantee .d { color: #C3C9D3; }

/* ---- Season / urgency ---------------------------------------------------- */
.season .h2 { color: #fff; }
.season .status { margin-top: 20px; display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px; border-radius: 999px; background: rgba(52, 211, 153, .12); border: 1px solid rgba(52, 211, 153, .35); color: var(--green-bright); font-weight: 600; font-size: 15px; }
.season .status::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 0 0 rgba(52, 211, 153, .5); animation: ping 2.4s infinite; }
.timeline { margin-top: 36px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.timeline li { position: relative; padding: 16px 12px 14px; border-radius: 8px; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1); display: grid; gap: 6px; min-width: 0; }
.timeline .n { font-size: 11px; font-weight: 700; letter-spacing: .1em; color: var(--faint); }
.timeline .l { font-family: var(--font-display); font-weight: 700; font-size: clamp(1rem, 1.6vw, 1.3rem); letter-spacing: -0.02em; color: #fff; }
.timeline li.us { border-color: rgba(52, 211, 153, .4); background: rgba(52, 211, 153, .08); }
.timeline li.us .n { color: var(--green-bright); }
.timeline li.sign { background: var(--green-bright); border-color: var(--green-bright); }
.timeline li.sign .n, .timeline li.sign .l { color: var(--green-ink); }
.timeline-key { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: 13.5px; color: var(--faint); }
.timeline-key span::before { content: ''; display: inline-block; width: 10px; height: 10px; border-radius: 2px; margin-right: 8px; vertical-align: -1px; border: 1px solid rgba(255, 255, 255, .2); background: rgba(255, 255, 255, .05); }
.timeline-key .us::before { background: rgba(52, 211, 153, .3); border-color: var(--green-bright); }
@media (max-width: 719px) {
    .timeline { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 419px) {
    .timeline { grid-template-columns: repeat(2, 1fr); }
}
@keyframes ping {
    0% { box-shadow: 0 0 0 0 rgba(52, 211, 153, .45); }
    70% { box-shadow: 0 0 0 8px rgba(52, 211, 153, 0); }
    100% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0); }
}

/* ---- The offer, as a sentence stack -------------------------------------- */
.stack-lines { border-top: 1px solid var(--line); }
.stack-lines li { display: grid; grid-template-columns: 56px 1fr; gap: 16px; align-items: baseline; padding: 20px 0; border-bottom: 1px solid var(--line); }
.stack-lines .n { font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; color: var(--line-2); letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.stack-lines .t { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.6rem, 3.2vw, 2.7rem); line-height: 1.05; letter-spacing: -0.03em; color: var(--ink); }
.stack-lines .t .subj { color: var(--green-deep); }
.stack-lines li.is-outcome { background: var(--mint); margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter); border-bottom-color: var(--mint-2); }
.stack-lines li.is-outcome .n { color: var(--green-deep); }
@media (min-width: 900px) {
    .stack-lines li { grid-template-columns: 72px 1fr; padding: 24px 0; }
    .stack-lines li.is-outcome { margin-inline: 0; padding-inline: 24px; border-radius: 10px; border-bottom: 0; margin-top: 12px; }
}

/* ---- Verification checklist --------------------------------------------- */
.verify { display: grid; gap: 12px; }
.verify li { display: grid; grid-template-columns: 34px 1fr; gap: 14px; align-items: center; padding: 18px 20px; border: 1px solid var(--line); border-radius: 10px; background: #fff; font-family: var(--font-display); font-weight: 650; font-size: clamp(1.05rem, 1.5vw, 1.25rem); letter-spacing: -0.015em; line-height: 1.25; }
.verify li .ck { width: 34px; height: 34px; border-radius: 50%; background: var(--green-deep); color: #fff; display: inline-flex; align-items: center; justify-content: center; }
.verify-close { margin-top: 24px; padding: 22px 24px; border-radius: 10px; background: var(--ink); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: clamp(1.3rem, 2.2vw, 1.8rem); letter-spacing: -0.025em; line-height: 1.15; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.verify-close .em { color: var(--green-bright); }
@media (min-width: 720px) { .verify { grid-template-columns: 1fr 1fr; } }

/* ---- Not a job board ----------------------------------------------------- */
.sources { display: grid; gap: 12px; }
.source { padding: 22px 22px 24px; border-radius: 12px; background: #fff; border: 1px solid var(--line); display: grid; gap: 8px; align-content: start; }
.source .h4 { font-size: 20px; }
.source p { font-size: 15.5px; color: var(--muted); line-height: 1.5; }
.source .ic { width: 38px; height: 38px; border-radius: 10px; background: var(--mint); color: var(--green-deep); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 6px; }
@media (min-width: 640px) { .sources { grid-template-columns: 1fr 1fr; gap: 14px; } }

/* ---- Division of labour -------------------------------------------------- */
.duty { display: grid; gap: 16px; }
.duty-col { border-radius: 14px; padding: 28px 26px 30px; }
.duty-col.us { background: var(--ink); color: #fff; }
.duty-col.you { background: #fff; border: 1px solid var(--line-2); }
.duty-col .k { font-size: 12.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.duty-col.us .k { color: var(--green-bright); }
.duty-col.you .k { color: var(--green-deep); }
.duty-col .h3 { margin-top: 10px; }
.duty-col.us .h3 { color: #fff; }
.duty-col ul { margin-top: 22px; display: grid; gap: 0; }
.duty-col li { display: flex; align-items: center; gap: 12px; padding: 13px 0; font-family: var(--font-display); font-weight: 650; font-size: clamp(1.1rem, 1.6vw, 1.35rem); letter-spacing: -0.02em; border-top: 1px solid rgba(255, 255, 255, .12); }
.duty-col.you li { border-top-color: var(--line); }
.duty-col li .b { flex: none; width: 8px; height: 8px; border-radius: 50%; background: var(--green-bright); }
.duty-col.you li .b { background: var(--ink); }
.duty-col .foot { margin-top: 18px; font-size: 14.5px; color: #C3C9D3; line-height: 1.5; }
.duty-col.you .foot { color: var(--muted); }
@media (min-width: 900px) { .duty { grid-template-columns: 1fr 1fr; gap: 20px; } }

/* ---- 30-day replacement visual ------------------------------------------- */
.guarantee-visual { border: 1px solid rgba(255, 255, 255, .14); border-radius: 14px; background: rgba(255, 255, 255, .04); padding: 26px 24px 24px; }
.gv-days { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 12.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--faint); }
.gv-days .bar { flex: 1; height: 2px; background: linear-gradient(90deg, var(--green-bright), rgba(52, 211, 153, .2)); border-radius: 2px; }
.gv-steps { margin-top: 20px; display: grid; gap: 8px; }
.gv-steps li { padding: 12px 16px; border-radius: 8px; background: rgba(255, 255, 255, .06); font-family: var(--font-display); font-weight: 650; font-size: 1.1rem; letter-spacing: -0.02em; color: #fff; }
.gv-steps li.q { background: transparent; border: 1px dashed rgba(255, 255, 255, .3); color: #C3C9D3; }
.gv-branch { margin-top: 10px; display: grid; gap: 8px; }
.gv-branch > div { padding: 14px 16px; border-radius: 8px; display: grid; gap: 4px; }
.gv-branch .tag { font-size: 11.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.gv-branch .t { font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; letter-spacing: -0.02em; }
.gv-branch .yes { background: rgba(255, 255, 255, .06); color: #fff; }
.gv-branch .yes .tag { color: var(--faint); }
.gv-branch .no { background: var(--green-bright); color: var(--green-ink); }
.gv-branch .no .tag { color: var(--green-ink); opacity: .75; }
@media (min-width: 480px) { .gv-branch { grid-template-columns: 1fr 1fr; } }

/* ---- Inquiry form (recruiting) ------------------------------------------ */
.form-card { border: 1px solid var(--line); border-radius: 14px; background: #fff; padding: 28px 22px 24px; box-shadow: 0 1px 2px rgba(11, 18, 32, .04), 0 28px 56px -36px rgba(11, 18, 32, .3); color: var(--ink); }
@media (min-width: 720px) { .form-card { padding: 36px 40px 32px; } }
.progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.progress span { height: 4px; background: var(--line); border-radius: 2px; overflow: hidden; position: relative; }
.progress span::after { content: ''; position: absolute; inset: 0; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.progress span.is-done::after { transform: scaleX(1); }
.progress-label { display: flex; justify-content: space-between; gap: 12px; margin-top: 10px; font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--faint); }
.progress-label .cur { color: var(--green-deep); }
.fs { border: 0; padding: 0; margin: 26px 0 0; min-width: 0; display: grid; gap: 18px; }
.fs legend { padding: 0; margin-bottom: 4px; font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; letter-spacing: -0.025em; line-height: 1.15; }
.fs .hint { margin-top: -10px; font-size: 14.5px; color: var(--muted); }
.field label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 6px; }
.field label small { font-weight: 400; color: var(--muted); }
.input {
    display: block; width: 100%; min-height: 50px; padding: 12px 14px;
    font: inherit; font-size: 16px; line-height: 1.4; color: var(--ink);
    background: #fff; border: 1px solid var(--line-2); border-radius: var(--radius);
    transition: border-color .15s var(--ease), box-shadow .15s var(--ease);
}
.input::placeholder { color: var(--faint); }
.input:hover { border-color: #A9B1BB; }
.input:focus { outline: 0; border-color: var(--green-deep); box-shadow: 0 0 0 3px rgba(16, 185, 129, .18); }
.input[aria-invalid="true"] { border-color: var(--red); }
textarea.input { resize: vertical; min-height: 104px; }
select.input {
    appearance: none; -webkit-appearance: none; padding-right: 40px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'><path d='M4 6l4 4 4-4' stroke='%235B6472' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat; background-position: right 14px center; background-size: 14px;
}
.field .err { display: none; margin-top: 6px; font-size: 13.5px; color: var(--red); }
.field.is-invalid .err { display: block; }
.two { display: grid; gap: 18px; }
@media (min-width: 640px) { .two { grid-template-columns: 1fr 1fr; } }
.form-actions { display: flex; gap: 10px; margin-top: 8px; }
.form-actions .btn-primary { flex: 1; }
.form-note { margin-top: 14px; font-size: 13.5px; color: var(--muted); line-height: 1.5; }
.form-error { display: none; padding: 12px 14px; border: 1px solid #FDA29B; background: var(--red-soft); border-radius: var(--radius); color: var(--red); font-size: 14.5px; line-height: 1.5; }
.form-error.is-on { display: block; }
.form-success { text-align: left; padding: 8px 0; }
.form-success .h3 { margin-top: 14px; }
.form-success p { margin-top: 12px; color: var(--muted); }
.form-success .mark { width: 44px; height: 44px; border-radius: 50%; background: var(--green); color: #fff; display: flex; align-items: center; justify-content: center; }
/* The form sits inside a night closing section; its buttons keep the light treatment. */
.night .form-card .btn-primary { background: var(--ink); color: #fff; }
.night .form-card .btn-primary:hover { background: #000; }
.night .form-card .btn-secondary { color: var(--ink); border-color: var(--line-2); }
.night .form-card .btn-secondary:hover { border-color: var(--ink); background: var(--paper-2); }
.night .form-card .text-link { color: var(--ink); border-color: var(--line-2); }

/* ---- Reduced motion ------------------------------------------------------ */
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .reveal { opacity: 1; transform: none; transition: none; }
    .season .status::before { animation: none; }
    .sticky-cta, .btn, .btn .arrow, .progress span::after, .who-card { transition: none; }
}
