/* ============================================================
   Referral Agent Solutions — Landing Page
   Type:  Spectral (serif headlines) + Libre Franklin (sans)
   Palette: navy-dominant, deep corporate
   ============================================================ */

:root {
  /* Brand blues (from logo direction) */
  --navy-900: #0a1628;   /* deepest */
  --navy-800: #0e1f38;
  --navy-700: #122947;   /* primary navy */
  --navy-600: #1a3a63;
  --blue-500: #2f7fc4;   /* medium blue (CTA) */
  --blue-400: #4a93d4;   /* logo blue */
  --blue-300: #8fbbe8;   /* light blue */
  --blue-200: #c3dbf4;
  --blue-100: #e4eefa;

  /* Neutrals (cool-tinted) */
  --ink:      #16202e;   /* body text on light */
  --ink-soft: #45556a;
  --ink-mute: #6b7a8f;
  --line:     #e1e7f0;
  --line-soft:#edf1f7;
  --paper:    #ffffff;
  --gray-50:  #f5f7fb;   /* light gray section bg */
  --gray-100: #eef2f8;

  /* On-dark text */
  --on-dark:        #f3f7fc;
  --on-dark-soft:   #b6c6dd;
  --on-dark-mute:   #7e93b2;

  --maxw: 1180px;
  --gutter: clamp(20px, 5vw, 64px);
  --radius: 14px;
  --radius-sm: 9px;

  --serif: 'Futura', 'Century Gothic', 'Jost', 'Trebuchet MS', sans-serif;
  --sans: 'Poppins', system-ui, -apple-system, sans-serif;

  --shadow-sm: 0 1px 2px rgba(16,32,58,.06), 0 2px 6px rgba(16,32,58,.05);
  --shadow-md: 0 8px 24px rgba(16,32,58,.08), 0 2px 8px rgba(16,32,58,.05);
  --shadow-lg: 0 24px 60px rgba(10,22,40,.18);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

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

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ---------- Layout helpers ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(64px, 9vw, 130px); position: relative; }
.section--gray { background: var(--gray-50); }
.section--navy { background: var(--navy-800); color: var(--on-dark); }

/* ---------- Typography ---------- */
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; line-height: 1.1; letter-spacing: 0.01em; color: var(--navy-800); }
.section--navy h1, .section--navy h2, .section--navy h3 { color: var(--on-dark); }

.eyebrow {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue-500);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 1.5px;
  background: var(--blue-400);
  display: inline-block;
}
.section--navy .eyebrow { color: var(--blue-300); }
.section--navy .eyebrow::before { background: var(--blue-400); }

.h-sec { font-size: clamp(31px, 4.2vw, 50px); line-height: 1.06; }
.lede { font-size: clamp(17px, 1.6vw, 20px); color: var(--ink-soft); max-width: 60ch; line-height: 1.62; }
.section--navy .lede { color: var(--on-dark-soft); }

.sec-head { max-width: 720px; margin-bottom: clamp(44px, 6vw, 72px); }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head.center .eyebrow { justify-content: center; }
.sec-head.center .lede { margin-inline: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--sans); font-weight: 600; font-size: 15.5px;
  padding: 15px 26px; border-radius: 999px; border: 1.5px solid transparent;
  cursor: pointer; transition: transform .18s ease, background .2s ease, box-shadow .2s ease, color .2s ease, border-color .2s ease;
  white-space: nowrap; line-height: 1;
}
.btn svg { width: 17px; height: 17px; }
.btn:active { transform: translateY(1px); }

.btn--primary { background: var(--blue-500); color: #fff; box-shadow: 0 8px 22px rgba(47,109,176,.35); }
.btn--primary:hover { background: var(--blue-400); box-shadow: 0 12px 28px rgba(47,109,176,.45); transform: translateY(-2px); }

.btn--ghost { background: transparent; color: var(--on-dark); border-color: rgba(196,219,244,.45); }
.btn--ghost:hover { background: rgba(196,219,244,.12); border-color: var(--blue-300); transform: translateY(-2px); }

.btn--solid-navy { background: var(--navy-700); color: #fff; }
.btn--solid-navy:hover { background: var(--navy-600); transform: translateY(-2px); box-shadow: var(--shadow-md); }

.btn--outline-navy { background: transparent; color: var(--navy-700); border-color: var(--line); }
.btn--outline-navy:hover { border-color: var(--blue-400); color: var(--blue-500); transform: translateY(-2px); }

.btn--lg { padding: 17px 32px; font-size: 16.5px; }

.textlink {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 600; font-size: 15.5px; color: var(--blue-300);
}
.textlink svg { width: 16px; height: 16px; transition: transform .2s ease; }
.textlink:hover svg { transform: translateX(4px); }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background .35s ease, box-shadow .35s ease, border-color .35s ease, padding .3s ease;
  border-bottom: 1px solid transparent;
}
.nav__inner {
  max-width: var(--maxw); margin: 0 auto; padding: 20px var(--gutter);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  transition: padding .3s ease;
}
.nav.scrolled { background: rgba(11,26,48,.86); backdrop-filter: blur(16px) saturate(1.2); border-bottom-color: rgba(143,187,232,.16); box-shadow: 0 4px 26px rgba(6,14,28,.4); }
.nav.scrolled .nav__inner { padding-block: 14px; }

/* Brand logo lockup (white-text version — always on dark) */
.brand { display: flex; align-items: center; gap: 12px; }
.brand__logo { height: 46px; width: auto; display: block; transition: height .3s ease; }
.nav.scrolled .brand__logo { height: 40px; }

.nav__links { display: flex; align-items: center; gap: 34px; }
.nav__links a {
  font-size: 15px; font-weight: 500; color: var(--on-dark-soft);
  transition: color .2s ease; position: relative; padding-block: 4px;
}
.nav__links a:hover { color: #fff; }
.nav.scrolled .nav__links a { color: var(--on-dark-soft); }
.nav.scrolled .nav__links a:hover { color: #fff; }

.nav__cta { display: flex; align-items: center; gap: 14px; }
.nav .btn--nav { padding: 11px 20px; font-size: 14.5px; }
.nav__toggle svg { color: var(--on-dark); }

.nav__toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; background: var(--navy-800); color: var(--on-dark); overflow: hidden; isolation: isolate; min-height: 100vh; display: flex; align-items: center; }
.hero__bg { position: absolute; inset: 0; z-index: -3; }

/* Video background */
.hero__video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  z-index: -3; opacity: .38; pointer-events: none;
}
.hero__bg-grad {
  position: absolute; inset: 0; z-index: -2;
  background:
    linear-gradient(180deg, rgba(10,22,40,.72) 0%, rgba(10,22,40,.45) 50%, rgba(10,22,40,.78) 100%),
    linear-gradient(100deg, rgba(10,22,40,.85) 0%, rgba(18,41,71,.5) 60%, transparent 100%);
}
#net-canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; z-index: -1; }
.hero__fade { position: absolute; inset-inline: 0; bottom: 0; height: 160px; background: linear-gradient(transparent, var(--navy-800)); z-index: 0; pointer-events: none; }

.hero__inner {
  max-width: var(--maxw); margin: 0 auto;
  padding: clamp(130px,17vh,200px) var(--gutter) clamp(80px,10vw,120px);
  width: 100%; position: relative; z-index: 1;
  display: flex; flex-direction: column; align-items: center; text-align: center;
}
.hero__copy { max-width: 820px; }
.hero h1 {
  font-size: clamp(36px, 4.7vw, 60px); line-height: 1.1; letter-spacing: 0.01em;
  color: #fff; margin-bottom: 26px; text-wrap: balance;
}
.hero h1 .accent { color: var(--blue-300); font-style: normal; font-weight: 500; }
.hero__sub { font-size: clamp(17px, 1.5vw, 21px); color: var(--on-dark-soft); max-width: 60ch; line-height: 1.62; margin: 0 auto 38px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: center; }

.hero__scroll { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--on-dark-mute); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; z-index: 2; }
.hero__scroll .mouse { width: 22px; height: 34px; border: 1.5px solid var(--on-dark-mute); border-radius: 12px; position: relative; }
.hero__scroll .mouse::after { content:""; width: 3px; height: 6px; border-radius: 2px; background: var(--blue-300); position: absolute; left: 50%; top: 6px; transform: translateX(-50%); animation: scrolldot 1.8s ease-in-out infinite; }
@keyframes scrolldot { 0%,20%{opacity:1;transform:translate(-50%,0)} 70%,100%{opacity:0;transform:translate(-50%,9px)} }

/* ============================================================
   STATS STRIP
   ============================================================ */
.stats { background: var(--navy-700); color: var(--on-dark); border-top: 1px solid rgba(143,187,232,.14); }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 40px clamp(16px,2.5vw,34px); text-align: center; position: relative; }
.stat + .stat::before { content:""; position: absolute; left: 0; top: 28px; bottom: 28px; width: 1px; background: rgba(143,187,232,.18); }
.stat b { font-family: var(--serif); font-weight: 600; color: #fff; display: flex; align-items: baseline; justify-content: center; gap: 4px; line-height: 1; letter-spacing: -0.02em; }
.stat b .num { font-size: clamp(48px, 5.4vw, 68px); }
.stat b .unit { font-size: clamp(24px, 2.6vw, 32px); color: var(--blue-300); font-weight: 500; }
.stat span { display: block; margin-top: 12px; font-size: 14px; color: var(--on-dark-soft); letter-spacing: .01em; }

/* ============================================================
   WHO WE HELP
   ============================================================ */
.who { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(40px, 6vw, 84px); align-items: center; }
.who__media { position: relative; }
.who__media .ph { border-radius: var(--radius); aspect-ratio: 4/5; }
.who__badge {
  position: absolute; left: -18px; bottom: -22px; background: var(--paper);
  border: 1px solid var(--line); border-radius: 14px; padding: 18px 22px;
  box-shadow: var(--shadow-md); display: flex; align-items: center; gap: 14px; max-width: 250px;
}
.who__badge .ic { width: 42px; height: 42px; border-radius: 11px; background: var(--blue-100); display: grid; place-items: center; flex: none; }
.who__badge .ic svg { width: 22px; height: 22px; color: var(--blue-500); }
.who__badge p { font-size: 13.5px; line-height: 1.4; color: var(--ink-soft); }
.who__badge b { color: var(--navy-800); font-weight: 600; }

.who__list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 22px; margin-top: 36px; }
.who__item {
  display: flex; align-items: flex-start; gap: 13px; padding: 16px 18px;
  background: var(--paper); border: 1px solid var(--line); border-radius: 11px;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.who__item:hover { transform: translateY(-3px); border-color: var(--blue-200); box-shadow: var(--shadow-sm); }
.who__check { flex: none; width: 24px; height: 24px; border-radius: 50%; background: var(--blue-500); display: grid; place-items: center; margin-top: 1px; }
.who__check svg { width: 13px; height: 13px; color: #fff; }
.who__item span { font-size: 15.5px; font-weight: 500; color: var(--ink); line-height: 1.35; }

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; position: relative; }
.steps::before { content:""; position: absolute; top: 38px; left: 13%; right: 13%; height: 1.5px; background: repeating-linear-gradient(90deg, var(--blue-200) 0 8px, transparent 8px 16px); z-index: 0; }
.step { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: left; }
.step__num {
  width: 76px; height: 76px; border-radius: 50%; background: var(--paper);
  border: 1.5px solid var(--line); display: grid; place-items: center;
  font-family: var(--serif); font-size: 30px; font-weight: 600; color: var(--blue-500);
  margin-bottom: 24px; box-shadow: var(--shadow-sm); transition: transform .25s ease, border-color .25s ease, background .25s ease, color .25s ease;
}
.step:hover .step__num { transform: translateY(-4px); background: var(--blue-500); color: #fff; border-color: var(--blue-500); }
.step h3 { font-size: 21px; margin-bottom: 10px; }
.step p { font-size: 15px; color: var(--ink-soft); line-height: 1.55; }
.section--gray .step__num { background: var(--paper); }

/* ============================================================
   BENEFITS
   ============================================================ */
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.benefit {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px 30px; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  position: relative; overflow: hidden;
}
.benefit::after { content:""; position: absolute; left: 0; top: 0; height: 3px; width: 0; background: var(--blue-500); transition: width .3s ease; }
.benefit:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--blue-200); }
.benefit:hover::after { width: 100%; }
.benefit__ic { width: 52px; height: 52px; border-radius: 13px; background: var(--navy-700); display: grid; place-items: center; margin-bottom: 22px; }
.benefit__ic svg { width: 25px; height: 25px; color: var(--blue-300); }
.benefit h3 { font-size: 21px; margin-bottom: 11px; }
.benefit p { font-size: 15px; color: var(--ink-soft); line-height: 1.58; }

/* ============================================================
   VALUE OF NETWORK (navy)
   ============================================================ */
.value { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,6vw,80px); align-items: center; }
.value__visual { position: relative; aspect-ratio: 1/1; max-width: 460px; width: 100%; margin-inline: auto; }
#value-canvas { width: 100%; height: 100%; display: block; }
.value h2 { font-size: clamp(30px, 3.8vw, 46px); margin-bottom: 24px; }
.value p { color: var(--on-dark-soft); font-size: 17.5px; line-height: 1.66; margin-bottom: 18px; max-width: 52ch; }
.value p strong { color: #fff; font-weight: 600; }
.value .btn { margin-top: 18px; }

/* ============================================================
   FAQ
   ============================================================ */
.faq { max-width: 840px; margin-inline: auto; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item:first-child { border-top: 1px solid var(--line); }
.faq__q {
  width: 100%; background: none; border: 0; cursor: pointer; text-align: left;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 26px 8px; font-family: var(--serif); font-size: clamp(15px,1.6vw,18px);
  font-weight: 600; color: var(--navy-800); transition: color .2s ease;
}
.faq__q:hover { color: var(--blue-500); }
.faq__icon { flex: none; width: 30px; height: 30px; position: relative; }
.faq__icon::before, .faq__icon::after { content:""; position: absolute; left: 50%; top: 50%; background: var(--blue-500); border-radius: 2px; transition: transform .3s ease; }
.faq__icon::before { width: 15px; height: 2px; transform: translate(-50%,-50%); }
.faq__icon::after { width: 2px; height: 15px; transform: translate(-50%,-50%); }
.faq__item.open .faq__icon::after { transform: translate(-50%,-50%) scaleY(0); }
.faq__item.open .faq__q { color: var(--blue-500); }
.faq__a { overflow: hidden; height: 0; transition: height .32s cubic-bezier(.4,0,.2,1); }
.faq__a-inner { padding: 0 56px 28px 8px; color: var(--ink-soft); font-size: 16.5px; line-height: 1.65; }

/* ============================================================
   CTA BAND
   ============================================================ */
.cta { position: relative; overflow: hidden; background: var(--navy-800); color: var(--on-dark); isolation: isolate; }
.cta__bg { position: absolute; inset: 0; z-index: -1; background:
  radial-gradient(80% 120% at 85% 0%, rgba(74,139,212,.28), transparent 55%),
  radial-gradient(70% 100% at 0% 100%, rgba(26,58,99,.6), transparent 60%); }
.cta .wrap { text-align: center; }
.cta h2 { font-size: clamp(32px, 4.6vw, 56px); color: #fff; margin-bottom: 22px; line-height: 1.04; }
.cta p { color: var(--on-dark-soft); font-size: 19px; max-width: 60ch; margin: 0 auto 40px; line-height: 1.6; }

/* Contact form */
.contact-form {
  max-width: 680px; margin: 0 auto;
  display: grid; gap: 16px;
}
.contact-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 7px; text-align: left; }
.form-group label { font-size: 13.5px; font-weight: 600; color: var(--on-dark-soft); letter-spacing: .02em; }
.form-group input, .form-group textarea, .form-group select {
  width: 100%;
  background: rgba(255,255,255,.07);
  border: 1.5px solid rgba(143,187,232,.25);
  border-radius: 10px;
  padding: 14px 18px;
  font-family: var(--sans); font-size: 15.5px; font-weight: 400;
  color: #fff;
  outline: none;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
  -webkit-appearance: none;
}
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--on-dark-mute); }
.form-group input:focus, .form-group textarea:focus {
  border-color: var(--blue-400);
  background: rgba(255,255,255,.11);
  box-shadow: 0 0 0 3px rgba(74,147,212,.18);
}
.form-group input.error, .form-group textarea.error { border-color: #e05c5c; }
.form-group .err-msg { font-size: 12.5px; color: #f08080; display: none; }
.form-group.has-error .err-msg { display: block; }
.form-group textarea { resize: vertical; min-height: 120px; line-height: 1.55; }
.contact-form__submit { margin-top: 6px; }
.contact-form__submit .btn { width: 100%; padding: 18px 28px; font-size: 17px; }
.form-success {
  display: none; text-align: center; padding: 36px 28px;
  background: rgba(47,127,196,.15); border: 1.5px solid rgba(143,187,232,.3);
  border-radius: 14px; color: var(--on-dark);
}
.form-success svg { width: 44px; height: 44px; color: var(--blue-300); margin: 0 auto 16px; display: block; }
.form-success h3 { font-size: 24px; color: #fff; margin-bottom: 10px; }
.form-success p { color: var(--on-dark-soft); font-size: 16px; }
@media (max-width: 560px) {
  .contact-form__row { grid-template-columns: 1fr; }
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--navy-900); color: var(--on-dark-soft); padding-block: clamp(56px,7vw,84px) 36px; }
.footer__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(143,187,232,.14); }
.footer__brand .brand__logo { height: 58px; }
.footer__brand p { margin-top: 20px; font-size: 14.5px; line-height: 1.6; max-width: 32ch; color: var(--on-dark-mute); }
.footer__col h4 { font-family: var(--sans); font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--on-dark-mute); margin-bottom: 18px; font-weight: 600; }
.footer__col a, .footer__col p { display: block; font-size: 14.5px; color: var(--on-dark-soft); margin-bottom: 11px; transition: color .2s ease; }
.footer__col a:hover { color: #fff; }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 28px; flex-wrap: wrap; }
.footer__bottom p { font-size: 13px; color: var(--on-dark-mute); }
.footer__legal { display: flex; gap: 24px; }
.footer__legal a { font-size: 13px; color: var(--on-dark-mute); }
.footer__legal a:hover { color: #fff; }
.ph-note { font-size: 12px; color: var(--on-dark-mute); font-style: italic; }

/* ============================================================
   IMAGE PLACEHOLDERS (striped)
   ============================================================ */
.ph {
  position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: inherit;
  background-color: var(--gray-100);
  background-image: repeating-linear-gradient(135deg, rgba(47,109,176,.09) 0 12px, rgba(47,109,176,.03) 12px 24px);
  display: grid; place-items: center; min-height: 120px;
}
.ph--dark { background-color: rgba(10,22,40,.5); background-image: repeating-linear-gradient(135deg, rgba(143,187,232,.12) 0 12px, rgba(143,187,232,.04) 12px 24px); }
.ph__label {
  font-family: "SFMono-Regular", ui-monospace, "Menlo", monospace; font-size: 12px;
  letter-spacing: .02em; color: var(--blue-500); background: rgba(255,255,255,.86);
  border: 1px solid var(--blue-200); padding: 7px 13px; border-radius: 7px; text-align: center; max-width: 80%;
}
.ph--dark .ph__label { color: var(--blue-200); background: rgba(10,22,40,.6); border-color: rgba(143,187,232,.3); }

/* ============================================================
   Reveal animation
   ============================================================ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
.reveal.d4 { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .hero__inner { grid-template-columns: 1fr; gap: 44px; }
  .hero__visual { max-width: 460px; }
  .who { grid-template-columns: 1fr; }
  .who__media { max-width: 440px; }
  .value { grid-template-columns: 1fr; }
  .value__visual { order: -1; max-width: 360px; }
  .benefits { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 40px 26px; }
  .steps::before { display: none; }
  .stats__grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(3)::before, .stat:nth-child(2)::before { content: none; }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 36px; }
}
@media (max-width: 760px) {
  .nav__links { display: none; }
  .nav__cta .btn--ghost { display: none; }
  .nav__toggle { display: block; }
  .hero__chips { grid-template-columns: 1fr 1fr; }
  .who__list { grid-template-columns: 1fr; }
  .benefits { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .stat + .stat::before { display: none; }
}
@media (max-width: 460px) {
  .stats__grid { grid-template-columns: 1fr 1fr; }
  .footer__top { grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .hero__cta, .cta__btns { width: 100%; }
}
