/* ============================================================
   KindNest — Continuous care made simple
   Brand: sage #849278 · coral #E99E83 · gold #C1A480 · cream #FEF7EF
   ============================================================ */

/* ---------- Tokens ---------- */
:root {
  --sage:        #849278;
  --sage-deep:   #5f6e50;
  --sage-soft:   #e7ebe1;
  --coral:       #e99e83;
  --coral-deep:  #cf7c5f;
  --coral-soft:  #fbe8e0;
  --gold:        #c1a480;
  --gold-soft:   #f0e6d8;
  --cream:       #fef7ef;
  --cream-2:     #fbf1e6;
  --ink:         #3a352e;
  --muted:       #8b8175;
  --line:        #ece3d7;
  --white:       #ffffff;

  --shadow-sm: 0 2px 8px rgba(90, 74, 54, .06);
  --shadow-md: 0 10px 30px rgba(90, 74, 54, .10);
  --shadow-lg: 0 24px 60px rgba(90, 74, 54, .14);

  --radius:    18px;
  --radius-lg: 28px;
  --radius-pill: 999px;

  --wrap: 1160px;
  --font-serif: "Fraunces", "Iowan Old Style", Georgia, serif;
  --font-sans:  "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* ---------- Reset ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

h1, h2, h3, h4 { font-family: var(--font-serif); font-weight: 600; line-height: 1.12; color: var(--ink); letter-spacing: -.01em; }
h1 { font-size: clamp(2.4rem, 5.5vw, 4rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); }
h3 { font-size: 1.35rem; }
p { color: #52493f; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.section { padding: 92px 0; }
.section-sm { padding: 64px 0; }
.center { text-align: center; }
.lead { font-size: 1.2rem; color: #5b5346; max-width: 640px; }
.center .lead { margin-left: auto; margin-right: auto; }

.eyebrow {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: .78rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 14px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-sans); font-weight: 800; font-size: 1rem;
  padding: 14px 28px; border-radius: var(--radius-pill);
  border: 2px solid transparent; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--sage); color: #fff; box-shadow: 0 8px 20px rgba(132,146,120,.35); }
.btn-primary:hover { background: var(--sage-deep); box-shadow: 0 12px 26px rgba(95,110,80,.42); }
.btn-coral { background: var(--coral); color: #fff; box-shadow: 0 8px 20px rgba(233,158,131,.4); }
.btn-coral:hover { background: var(--coral-deep); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--sage); color: var(--sage-deep); background: var(--white); }
.btn-lg { padding: 17px 34px; font-size: 1.06rem; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(254,247,239,.82);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: var(--shadow-sm); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 42px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a.link {
  padding: 9px 15px; border-radius: var(--radius-pill);
  font-weight: 700; font-size: .97rem; color: #4c463c;
  transition: background .15s ease, color .15s ease;
}
.nav-links a.link:hover { background: var(--sage-soft); color: var(--sage-deep); }
.nav-links a.link.active { color: var(--sage-deep); }
.nav-cta { margin-left: 10px; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2.5px; background: var(--ink); border-radius: 3px; margin: 5px 0; transition: .25s; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 76px 0 40px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero h1 { margin-bottom: 22px; }
.hero h1 .accent { color: var(--coral-deep); font-style: italic; }
.hero .lead { margin-bottom: 32px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 26px; margin-top: 34px; flex-wrap: wrap; }
.hero-trust div { display: flex; align-items: center; gap: 9px; font-weight: 700; font-size: .93rem; color: #5b5346; }
.hero-trust svg { flex: none; }

.hero-art {
  position: relative; border-radius: var(--radius-lg);
  background: linear-gradient(160deg, var(--sage-soft), var(--cream-2) 55%, var(--coral-soft));
  padding: 40px; box-shadow: var(--shadow-lg);
  border: 1px solid rgba(255,255,255,.7);
}
.hero-art .icon-badge { width: 108px; height: 108px; margin: 0 auto 8px; }
.blob {
  position: absolute; border-radius: 50%; filter: blur(8px); opacity: .5; z-index: 0;
}
.blob.b1 { width: 320px; height: 320px; background: var(--coral-soft); top: -80px; right: -60px; }
.blob.b2 { width: 260px; height: 260px; background: var(--sage-soft); bottom: -70px; left: -70px; }
.hero .wrap { position: relative; z-index: 1; }

/* Schedule card mockup */
.sched-card {
  background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-md);
  overflow: hidden; border: 1px solid var(--line);
}
.sched-head { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; background: var(--sage); color: #fff; }
.sched-head b { font-family: var(--font-serif); font-size: 1.1rem; }
.sched-head .pill { background: rgba(255,255,255,.22); padding: 4px 12px; border-radius: 999px; font-size: .78rem; font-weight: 800; }
.sched-row { display: flex; align-items: center; gap: 14px; padding: 15px 18px; border-bottom: 1px solid var(--line); }
.sched-row:last-child { border-bottom: 0; }
.sched-day { width: 46px; text-align: center; flex: none; }
.sched-day .d { font-family: var(--font-serif); font-size: 1.35rem; font-weight: 600; line-height: 1; }
.sched-day .m { font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.sched-info { flex: 1; }
.sched-info b { font-size: .98rem; }
.sched-info span { font-size: .85rem; color: var(--muted); display: block; }
.tag { font-size: .72rem; font-weight: 800; padding: 4px 11px; border-radius: 999px; letter-spacing: .02em; }
.tag.confirmed { background: var(--sage-soft); color: var(--sage-deep); }
.tag.skipped { background: #f0ece5; color: var(--muted); }
.tag.swap { background: var(--coral-soft); color: var(--coral-deep); }
.avatar { width: 40px; height: 40px; border-radius: 50%; flex: none; display: grid; place-items: center; font-weight: 800; color: #fff; font-size: .95rem; }

/* ---------- Trust bar ---------- */
.marquee { background: var(--cream-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.marquee .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding-top: 26px; padding-bottom: 26px; }
.marquee p { font-weight: 800; color: var(--muted); font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; }
.marquee .stats { display: flex; gap: 44px; flex-wrap: wrap; }
.marquee .stat b { font-family: var(--font-serif); font-size: 1.8rem; color: var(--sage-deep); display: block; line-height: 1; }
.marquee .stat span { font-size: .82rem; color: var(--muted); font-weight: 700; }

/* ---------- Audience cards ---------- */
.aud-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 52px; }
.aud-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 34px 30px; box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease; position: relative; overflow: hidden;
}
.aud-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.aud-card .ic { width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center; margin-bottom: 20px; }
.aud-card.families .ic { background: var(--coral-soft); }
.aud-card.agencies .ic { background: var(--sage-soft); }
.aud-card.caregivers .ic { background: var(--gold-soft); }
.aud-card h3 { margin-bottom: 10px; }
.aud-card p { font-size: .98rem; margin-bottom: 18px; }
.aud-card .more { font-weight: 800; color: var(--sage-deep); font-size: .95rem; display: inline-flex; align-items: center; gap: 6px; }
.aud-card .more svg { transition: transform .2s ease; }
.aud-card:hover .more svg { transform: translateX(4px); }
.aud-card .top-accent { position: absolute; top: 0; left: 0; right: 0; height: 5px; }
.aud-card.families .top-accent { background: var(--coral); }
.aud-card.agencies .top-accent { background: var(--sage); }
.aud-card.caregivers .top-accent { background: var(--gold); }

/* ---------- Steps / How it works ---------- */
.alt { background: var(--cream-2); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 54px; counter-reset: step; }
.step { position: relative; padding-top: 8px; }
.step .num {
  width: 48px; height: 48px; border-radius: 50%; background: var(--white);
  border: 2px solid var(--sage); color: var(--sage-deep);
  display: grid; place-items: center; font-family: var(--font-serif); font-weight: 700; font-size: 1.3rem;
  margin-bottom: 18px; box-shadow: var(--shadow-sm);
}
.step h3 { font-size: 1.2rem; margin-bottom: 8px; }
.step p { font-size: .96rem; }
.step:not(:last-child)::after {
  content: ""; position: absolute; top: 32px; left: 60px; right: -12px; height: 2px;
  background: repeating-linear-gradient(90deg, var(--gold) 0 8px, transparent 8px 16px);
}

/* ---------- Feature split rows ---------- */
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.feature-row + .feature-row { margin-top: 96px; }
.feature-row.reverse .feature-media { order: -1; }
.feature-copy h2 { margin-bottom: 16px; }
.feature-copy .lead { margin-bottom: 22px; }
.feature-list li { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 14px; font-size: 1rem; color: #4c463c; }
.feature-list li b { color: var(--ink); }
.check { flex: none; width: 24px; height: 24px; border-radius: 50%; background: var(--sage-soft); display: grid; place-items: center; margin-top: 2px; }

.feature-media {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md); padding: 26px; position: relative;
}
.feature-media.tint-sage { background: linear-gradient(155deg, var(--sage-soft), var(--white)); }
.feature-media.tint-coral { background: linear-gradient(155deg, var(--coral-soft), var(--white)); }
.feature-media.tint-gold { background: linear-gradient(155deg, var(--gold-soft), var(--white)); }

/* mini UI bits reused in mockups */
.mini-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.mini-head b { font-family: var(--font-serif); font-size: 1.15rem; }
.chip { font-size: .74rem; font-weight: 800; padding: 5px 12px; border-radius: 999px; background: var(--sage-soft); color: var(--sage-deep); }
.ui-card { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 15px 16px; box-shadow: var(--shadow-sm); margin-bottom: 12px; }
.ui-card:last-child { margin-bottom: 0; }
.ui-card .r { display: flex; align-items: center; gap: 12px; }
.dow { display: flex; gap: 7px; margin: 4px 0 2px; flex-wrap: wrap; }
.dow span { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; font-weight: 800; font-size: .82rem; background: #f2ede5; color: var(--muted); }
.dow span.on { background: var(--sage); color: #fff; }

/* swap approval mock */
.swap-box { text-align: center; }
.swap-box .who { display: flex; align-items: center; justify-content: center; gap: 20px; margin: 8px 0 18px; }
.swap-box .who .avatar { width: 62px; height: 62px; font-size: 1.2rem; }
.swap-box .arrow { color: var(--gold); font-size: 1.6rem; }
.swap-actions { display: flex; gap: 12px; justify-content: center; }
.swap-actions .btn { padding: 11px 24px; font-size: .95rem; }

/* ---------- Billing ledger mock ---------- */
.ledger { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ledger .col { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 18px; box-shadow: var(--shadow-sm); }
.ledger .col h4 { font-size: .95rem; margin-bottom: 4px; }
.ledger .col .amt { font-family: var(--font-serif); font-size: 1.7rem; color: var(--sage-deep); }
.ledger .col small { color: var(--muted); font-weight: 700; font-size: .78rem; }
.ledger .lrow { display: flex; justify-content: space-between; font-size: .86rem; padding: 7px 0; border-top: 1px dashed var(--line); color: #52493f; }

/* ---------- Big quote ---------- */
.quote-band { background: var(--sage); color: #fff; }
.quote-band .wrap { max-width: 900px; text-align: center; }
.quote-band .eyebrow { color: rgba(255,255,255,.8); }
.quote-band blockquote { font-family: var(--font-serif); font-size: clamp(1.6rem, 3vw, 2.3rem); line-height: 1.35; font-weight: 500; }
.quote-band cite { display: block; margin-top: 22px; font-style: normal; font-family: var(--font-sans); font-weight: 800; font-size: 1rem; }
.quote-band cite span { display: block; font-weight: 600; opacity: .8; font-size: .9rem; }

/* ---------- FAQ ---------- */
.faq { max-width: 800px; margin: 44px auto 0; }
.faq details {
  background: var(--white); border: 1px solid var(--line); border-radius: 14px;
  padding: 4px 22px; margin-bottom: 14px; box-shadow: var(--shadow-sm);
}
.faq summary {
  cursor: pointer; list-style: none; padding: 18px 0; font-weight: 800; font-size: 1.06rem;
  display: flex; justify-content: space-between; align-items: center; gap: 16px; color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .pm { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--sage-soft); color: var(--sage-deep); display: grid; place-items: center; font-weight: 800; transition: transform .2s; }
.faq details[open] summary .pm { transform: rotate(45deg); }
.faq details p { padding: 0 0 20px; font-size: .98rem; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; }
.cta-inner {
  background: linear-gradient(140deg, var(--sage) 0%, #6f7e60 55%, var(--coral) 160%);
  border-radius: var(--radius-lg); padding: 64px 48px; text-align: center; color: #fff;
  box-shadow: var(--shadow-lg); position: relative;
}
.cta-inner h2 { color: #fff; margin-bottom: 14px; }
.cta-inner p { color: rgba(255,255,255,.9); max-width: 560px; margin: 0 auto 28px; font-size: 1.1rem; }
.cta-inner .btn-white { background: #fff; color: var(--sage-deep); }
.cta-inner .btn-white:hover { background: var(--cream); }

/* ---------- Roadmap / timeline (about page) ---------- */
.timeline { max-width: 820px; margin: 48px auto 0; position: relative; }
.timeline::before { content: ""; position: absolute; left: 27px; top: 8px; bottom: 8px; width: 2px; background: var(--line); }
.tl-item { position: relative; padding: 0 0 34px 74px; }
.tl-item .dot {
  position: absolute; left: 14px; top: 0; width: 28px; height: 28px; border-radius: 50%;
  background: var(--white); border: 3px solid var(--sage); z-index: 1;
}
.tl-item.done .dot { background: var(--sage); }
.tl-item h3 { font-size: 1.2rem; margin-bottom: 4px; }
.tl-item .when { font-weight: 800; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; color: var(--coral-deep); margin-bottom: 8px; }
.tl-item p { font-size: .97rem; }

/* ---------- Forms ---------- */
.form-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md); padding: 40px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 800; font-size: .88rem; margin-bottom: 7px; color: var(--ink); }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 12px;
  font-family: var(--font-sans); font-size: 1rem; background: var(--cream); color: var(--ink);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--sage); box-shadow: 0 0 0 4px var(--sage-soft); background: #fff;
}
.field textarea { min-height: 120px; resize: vertical; }
.role-select { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 22px; }
.role-select label {
  border: 1.5px solid var(--line); border-radius: 14px; padding: 16px 12px; text-align: center;
  cursor: pointer; font-weight: 800; font-size: .95rem; transition: .15s; background: var(--cream);
}
.role-select input { position: absolute; opacity: 0; }
.role-select label:hover { border-color: var(--sage); }
.role-select input:checked + span { color: var(--sage-deep); }
.role-select label:has(input:checked) { border-color: var(--sage); background: var(--sage-soft); box-shadow: 0 0 0 3px var(--sage-soft); }
.role-select .em { font-size: 1.6rem; display: block; margin-bottom: 4px; }
.form-note { font-size: .85rem; color: var(--muted); margin-top: 14px; text-align: center; }
.form-msg { padding: 14px 18px; border-radius: 12px; font-weight: 700; margin-bottom: 18px; display: none; }
.form-msg.ok { display: block; background: var(--sage-soft); color: var(--sage-deep); }
.form-msg.err { display: block; background: var(--coral-soft); color: var(--coral-deep); }

/* contact split */
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; align-items: start; }
.contact-info h2 { margin-bottom: 16px; }
.contact-info .info-item { display: flex; gap: 14px; margin-bottom: 22px; align-items: flex-start; }
.contact-info .info-item .ic { flex: none; width: 46px; height: 46px; border-radius: 12px; background: var(--sage-soft); display: grid; place-items: center; }
.contact-info .info-item b { display: block; }
.contact-info .info-item span { color: var(--muted); font-size: .95rem; }

/* ---------- Page hero (interior) ---------- */
.page-hero { padding: 68px 0 40px; text-align: center; }
.page-hero .badge { display: inline-flex; align-items: center; gap: 8px; background: var(--white); border: 1px solid var(--line); padding: 7px 16px; border-radius: 999px; font-weight: 800; font-size: .82rem; color: var(--sage-deep); box-shadow: var(--shadow-sm); margin-bottom: 20px; }
.page-hero h1 { margin-bottom: 18px; }
.page-hero .lead { margin: 0 auto; }

/* value grid */
.val-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 20px; }
.val-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; }
.val-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.val-card .ic { width: 52px; height: 52px; border-radius: 14px; background: var(--sage-soft); display: grid; place-items: center; margin-bottom: 16px; }
.val-card h3 { font-size: 1.18rem; margin-bottom: 8px; }
.val-card p { font-size: .96rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #d8d0c5; padding: 66px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.site-footer .brand img { height: 40px; filter: brightness(0) invert(1); opacity: .95; }
.site-footer .fdesc { margin-top: 18px; font-size: .95rem; color: #a89e90; max-width: 300px; }
.site-footer h4 { color: #fff; font-family: var(--font-sans); font-weight: 800; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 16px; }
.site-footer ul li { margin-bottom: 10px; }
.site-footer ul a { color: #b3a99b; font-size: .96rem; transition: color .15s; }
.site-footer ul a:hover { color: var(--coral); }
.footer-bottom { border-top: 1px solid #4a4339; margin-top: 46px; padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .86rem; color: #8f8578; }
.footer-bottom a { color: #8f8578; }
.footer-bottom a:hover { color: var(--coral); }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-art { order: -1; }
  .feature-row, .feature-row.reverse { grid-template-columns: 1fr; gap: 34px; }
  .feature-row.reverse .feature-media { order: 0; }
  .aud-grid, .val-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step:not(:last-child)::after { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .section { padding: 64px 0; }
  .nav-links {
    position: fixed; inset: 78px 0 auto 0; flex-direction: column; align-items: stretch;
    background: var(--cream); padding: 18px 24px 26px; gap: 4px; border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-md); transform: translateY(-140%); transition: transform .3s ease; z-index: 40;
  }
  .nav-links.open { transform: translateY(0); }
  .nav-links a.link { padding: 13px 15px; }
  .nav-cta { margin: 8px 0 0; }
  .nav-toggle { display: block; }
  .nav-toggle.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
  .form-row, .ledger { grid-template-columns: 1fr; }
  .steps, .footer-grid { grid-template-columns: 1fr; }
  .marquee .stats { gap: 26px; }
  .cta-inner { padding: 44px 26px; }
  .form-card { padding: 26px; }
  .role-select { grid-template-columns: 1fr; }
}
