/* =================================================================
   Solution Provider — NRB Interior Planning funnel
   styles.css  ·  mobile-first
   ================================================================= */

/* ---------- Design tokens ---------- */
:root{
  --blue:#006E9E;        /* primary brand / highlight / accent */
  --blue-deep:#005274;   /* hover / depth */
  --blue-soft:#E6F1F6;   /* tints on light */
  --charcoal:#303031;    /* primary text on light, dark surfaces */
  --void:#0F1115;        /* darkest background */
  --void-2:#171A20;      /* elevated dark surface */
  --surface:#F8FAFC;     /* light section background */
  --surface-2:#EEF2F6;   /* light elevated */
  --white:#FFFFFF;
  --wa:#25D366;          /* WhatsApp ONLY */
  --wa-deep:#1EBE5A;
  --warn:#F59E0B;
  --error:#EF4444;

  --ink:#1C1C1D;
  --ink-dim:#5B6168;     /* muted text on light */
  --on-dark:#F3F5F7;
  --on-dark-dim:#9AA3AD; /* muted text on dark */
  --line-light:#E2E8F0;
  --line-dark:rgba(255,255,255,.10);

  --radius:16px;
  --radius-sm:11px;
  --maxw:1080px;
  --shadow:0 16px 44px -22px rgba(15,17,21,.45);
  --shadow-soft:0 10px 30px -16px rgba(15,17,21,.18);
  --bottom-cta-h:78px;
}

/* ---------- Reset ---------- */
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  font-family:"Hind Siliguri","Inter",system-ui,-apple-system,sans-serif;
  background:var(--surface);
  color:var(--charcoal);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
  /* room for sticky mobile bottom CTA + iOS safe area */
  padding-bottom:calc(var(--bottom-cta-h) + env(safe-area-inset-bottom));
}
h1,h2,h3,.display{font-family:"Montserrat","Hind Siliguri",sans-serif;line-height:1.2;letter-spacing:-.01em}
img{max-width:100%;display:block;height:auto}
a{color:inherit;text-decoration:none}
button{font-family:inherit}
:focus-visible{outline:3px solid var(--blue);outline-offset:2px;border-radius:6px}
@media(prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important;scroll-behavior:auto}}

.wrap{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 18px}
.bn{font-family:"Hind Siliguri",sans-serif}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}

/* ---------- Section rhythm ---------- */
.block{padding:46px 0}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-family:"Inter",sans-serif;font-size:.7rem;font-weight:700;
  letter-spacing:.14em;text-transform:uppercase;color:var(--blue);margin-bottom:13px;
}
.eyebrow::before{content:"";width:20px;height:2px;background:var(--blue);border-radius:2px}
.h-sec{font-size:clamp(1.4rem,6vw,2.1rem);font-weight:800;color:var(--charcoal);max-width:20ch}
.sub-sec{color:var(--ink-dim);margin-top:12px;max-width:60ch;font-size:1rem}

/* dark section variant */
.dark{background:var(--void);color:var(--on-dark)}
.dark .h-sec{color:var(--white)}
.dark .sub-sec{color:var(--on-dark-dim)}
.dark .eyebrow{color:#5CB7DA}
.dark .eyebrow::before{background:#5CB7DA}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  font-family:"Inter",sans-serif;font-weight:600;font-size:.97rem;line-height:1.2;
  padding:14px 22px;border-radius:999px;border:1.5px solid transparent;cursor:pointer;
  min-height:48px;transition:transform .14s ease,background .18s ease,box-shadow .2s ease,border-color .18s ease;
  text-align:center;
}
.btn svg{width:18px;height:18px;flex:none}
.btn-wa{background:var(--wa);color:#08321a;box-shadow:0 12px 26px -12px rgba(37,211,102,.6)}
.btn-wa:hover{background:var(--wa-deep);transform:translateY(-2px)}
.btn-blue{background:var(--blue);color:#fff;box-shadow:0 12px 26px -14px rgba(0,110,158,.7)}
.btn-blue:hover{background:var(--blue-deep);transform:translateY(-2px)}
.btn-ghost{background:transparent;color:var(--charcoal);border-color:var(--line-light)}
.btn-ghost:hover{border-color:var(--blue);color:var(--blue)}
.dark .btn-ghost,.hero .btn-ghost{color:var(--on-dark);border-color:var(--line-dark)}
.dark .btn-ghost:hover,.hero .btn-ghost:hover{border-color:#5CB7DA;color:#fff}
.btn-block{width:100%}

/* =================================================================
   HEADER
   ================================================================= */
.site-header{
  position:sticky;top:0;z-index:60;background:rgba(255,255,255,.92);
  backdrop-filter:blur(12px);border-bottom:1px solid var(--line-light);
}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:60px;gap:12px}
.logo{display:flex;align-items:center}
.logo img{height:28px;width:auto}
.logo-fallback{font-family:"Montserrat";font-weight:800;color:var(--charcoal);font-size:1rem}
.logo-fallback b{color:var(--blue)}
.nav-links{display:none}
.header-cta{padding:10px 12px;min-height:42px;font-size:.86rem;white-space:nowrap}
.header-cta .cta-text{display:none}

/* =================================================================
   HERO
   ================================================================= */
.hero{
  background:
    radial-gradient(900px 460px at 88% -10%,rgba(0,110,158,.28),transparent 58%),
    linear-gradient(180deg,#15181E 0%,var(--void) 100%);
  color:var(--on-dark);padding:34px 0 40px;position:relative;overflow:hidden;
}
.hero .eyebrow{color:#5CB7DA}
.hero .eyebrow::before{background:#5CB7DA}
.hero h1{font-size:clamp(1.7rem,7.4vw,2.7rem);font-weight:800;color:#fff;max-width:16ch}
.hero h1 .hl{color:#4FB3DA}
.hero-sub{color:var(--on-dark-dim);margin-top:16px;font-size:1.02rem;max-width:44ch}
.hero-actions{display:flex;flex-direction:column;gap:11px;margin-top:22px}
.hero-actions .btn{width:100%}
.badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}
.badge{display:inline-flex;align-items:center;gap:6px;font-family:"Inter";font-size:.76rem;font-weight:500;
  color:var(--on-dark);background:rgba(255,255,255,.06);border:1px solid var(--line-dark);
  padding:6px 11px;border-radius:999px}
.badge::before{content:"";width:5px;height:5px;border-radius:50%;background:#4FB3DA}

/* hero compact visual cards (after CTA, per spec) */
.hero-visual{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:26px}
.hv-card{border-radius:var(--radius);border:1px solid var(--line-dark);position:relative;overflow:hidden;
  min-height:104px;display:flex;align-items:flex-end;padding:11px;background:#1a1e25}
.hv-card.tall{grid-row:span 2;min-height:auto}
.hv-card .ph{position:absolute;inset:0;display:grid;place-items:center;color:var(--on-dark-dim);
  font-size:.66rem;font-family:"Inter";text-align:center;padding:8px;opacity:.6}
.hv-card .cap{position:relative;z-index:1;font-family:"Inter";font-size:.7rem;font-weight:600;color:#fff;
  background:rgba(15,17,21,.7);padding:4px 9px;border-radius:7px;backdrop-filter:blur(3px)}
.hv-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}

/* =================================================================
   PROBLEM CARDS
   ================================================================= */
.grid{display:grid;gap:12px;margin-top:24px}
.grid-2{grid-template-columns:repeat(2,1fr)}
.pcard{background:var(--white);border:1px solid var(--line-light);border-radius:var(--radius);
  padding:18px;box-shadow:var(--shadow-soft)}
.pcard .ic{width:38px;height:38px;border-radius:10px;background:var(--blue-soft);display:grid;place-items:center;margin-bottom:11px}
.pcard .ic svg{width:20px;height:20px;stroke:var(--blue);fill:none;stroke-width:2}
.pcard h3{font-size:.96rem;font-weight:700;color:var(--charcoal);margin-bottom:4px}
.pcard p{font-size:.85rem;color:var(--ink-dim)}
.pcard .warn-dot{color:var(--warn)}

/* =================================================================
   QUIZ
   ================================================================= */
.quiz{background:var(--void-2);border:1px solid var(--line-dark);border-radius:20px;padding:20px;margin-top:24px;box-shadow:var(--shadow)}
.quiz-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.quiz-step-label{font-family:"Inter";font-size:.76rem;color:var(--on-dark-dim);font-weight:600}
.progress{height:6px;background:rgba(255,255,255,.09);border-radius:99px;overflow:hidden;margin-bottom:20px}
.progress>i{display:block;height:100%;width:16%;background:linear-gradient(90deg,var(--blue),#4FB3DA);border-radius:99px;transition:width .35s ease}
.q-question{font-family:"Montserrat";font-weight:700;color:#fff;font-size:1.12rem;margin-bottom:14px}
.options{display:grid;gap:9px}
.opt{display:flex;align-items:center;gap:11px;min-height:52px;padding:12px 14px;border-radius:var(--radius-sm);
  background:rgba(255,255,255,.04);border:1.5px solid rgba(255,255,255,.12);cursor:pointer;
  font-family:"Inter";font-weight:500;color:var(--on-dark);font-size:.92rem;transition:.14s;text-align:left;width:100%}
.opt:hover{border-color:var(--blue);background:rgba(0,110,158,.12)}
.opt .rd{width:18px;height:18px;border-radius:50%;border:2px solid var(--on-dark-dim);flex:none;transition:.14s}
.opt.sel{border-color:#4FB3DA;background:rgba(0,110,158,.2)}
.opt.sel .rd{border-color:#4FB3DA;background:#4FB3DA;box-shadow:inset 0 0 0 3px var(--void-2)}
.quiz-nav{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:18px}
.quiz-back{background:transparent;border:1.5px solid var(--line-dark);color:var(--on-dark-dim);
  border-radius:999px;padding:10px 16px;min-height:44px;cursor:pointer;font-size:.86rem;font-weight:600}
.quiz-back:hover{color:#fff;border-color:#4FB3DA}
.quiz-result{display:none}
.quiz-result.on{display:block;animation:fade .4s ease}
@keyframes fade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.result-box{background:linear-gradient(160deg,#1b2733,var(--void-2));border:1.5px solid var(--blue);border-radius:var(--radius);padding:20px}
.result-box h4{font-family:"Montserrat";color:#4FB3DA;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px}
.result-box p{color:var(--on-dark);font-size:.98rem}
.result-chips{display:flex;flex-wrap:wrap;gap:7px;margin:14px 0 2px}
.chip{font-family:"Inter";font-size:.74rem;font-weight:600;color:#4FB3DA;background:rgba(0,110,158,.16);
  border:1px solid var(--line-dark);padding:5px 10px;border-radius:99px}

/* =================================================================
   TIMELINE
   ================================================================= */
.timeline{margin-top:24px;display:grid;gap:0}
.tl-step{display:grid;grid-template-columns:auto 1fr;gap:14px;padding-bottom:18px;position:relative}
.tl-step:last-child{padding-bottom:0}
.tl-num{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;font-family:"Montserrat";
  font-weight:800;font-size:.92rem;color:#fff;background:var(--blue);position:relative;z-index:2;flex:none}
.tl-step:not(:last-child) .tl-num::after{content:"";position:absolute;top:38px;left:50%;transform:translateX(-50%);
  width:2px;height:calc(100% + 18px);background:linear-gradient(var(--blue),rgba(0,110,158,.15))}
.tl-body h3{font-size:.98rem;font-weight:700;color:var(--charcoal);margin-bottom:2px}
.tl-body p{font-size:.85rem;color:var(--ink-dim)}

/* =================================================================
   BUDGET
   ================================================================= */
.budget-grid{display:grid;gap:13px;margin-top:24px}
.bcard{background:var(--white);border:1px solid var(--line-light);border-radius:var(--radius);padding:20px;
  display:flex;flex-direction:column;box-shadow:var(--shadow-soft)}
.bcard.feat{border:1.5px solid var(--blue);box-shadow:0 18px 40px -22px rgba(0,110,158,.5)}
.bcard .tier{font-family:"Inter";font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--blue)}
.bcard .tier .pill{margin-left:8px;background:var(--blue);color:#fff;padding:2px 8px;border-radius:99px;font-size:.62rem;letter-spacing:.04em}
.bcard h3{font-size:1.3rem;font-weight:800;color:var(--charcoal);margin:5px 0 12px}
.bcard ul{list-style:none;display:grid;gap:8px;margin-bottom:14px}
.bcard li{display:flex;gap:9px;color:var(--ink-dim);font-size:.88rem}
.bcard li::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--blue);margin-top:7px;flex:none}
.bcard .best{margin-top:auto;font-family:"Inter";font-size:.8rem;color:var(--charcoal);background:var(--surface-2);
  border-radius:9px;padding:9px 11px}
.budget-note{margin-top:16px;font-size:.84rem;color:var(--ink-dim);text-align:center}
.center-cta{display:flex;justify-content:center;margin-top:18px}

/* =================================================================
   SERVICES
   ================================================================= */
.svc-grid{display:grid;gap:11px;margin-top:24px;grid-template-columns:1fr 1fr}
.svc{background:var(--white);border:1px solid var(--line-light);border-radius:var(--radius);padding:15px;
  display:flex;flex-direction:column;transition:.16s;box-shadow:var(--shadow-soft)}
.svc:hover{transform:translateY(-3px);border-color:var(--blue);box-shadow:0 16px 36px -22px rgba(0,110,158,.4)}
.svc .ic{width:36px;height:36px;border-radius:9px;background:var(--blue-soft);display:grid;place-items:center;margin-bottom:9px}
.svc .ic svg{width:19px;height:19px;stroke:var(--blue);fill:none;stroke-width:2}
.svc h3{font-size:.86rem;font-weight:700;color:var(--charcoal);margin-bottom:4px;line-height:1.3}
.svc p{font-size:.76rem;color:var(--ink-dim);flex:1;margin-bottom:10px;line-height:1.45}
.svc .disc{font-family:"Inter";font-weight:600;font-size:.78rem;color:var(--wa-deep);display:inline-flex;align-items:center;gap:5px}
.svc .disc svg{width:14px;height:14px;fill:currentColor}

/* =================================================================
   TRUST + FAMILY (dark band)
   ================================================================= */
.trust-list{list-style:none;display:grid;gap:9px;margin-top:20px;grid-template-columns:1fr}
.trust-list li{display:flex;align-items:center;gap:11px;color:var(--on-dark);font-size:.92rem;
  background:rgba(255,255,255,.04);border:1px solid var(--line-dark);border-radius:11px;padding:11px 13px}
.trust-list li svg{width:19px;height:19px;flex:none;stroke:#4FB3DA;fill:none;stroke-width:2.2}
.fam-panel{background:linear-gradient(160deg,#1b2733,var(--void-2));border:1px solid var(--line-dark);
  border-radius:var(--radius);padding:22px;margin-top:26px;box-shadow:var(--shadow)}
.fam-panel h3{font-family:"Montserrat";font-weight:800;color:#fff;font-size:1.2rem;margin-bottom:10px}
.fam-panel p{color:var(--on-dark-dim);font-size:.94rem}
.fam-panel .btn{margin-top:16px;width:100%}

/* =================================================================
   CHECKLIST
   ================================================================= */
.checklist{background:var(--white);border:1px solid var(--line-light);border-radius:18px;padding:20px;margin-top:24px;box-shadow:var(--shadow-soft)}
.cl-items{display:grid;gap:8px}
.cl-item{display:flex;align-items:center;gap:11px;min-height:48px;padding:10px 13px;border-radius:var(--radius-sm);
  background:var(--surface);border:1.5px solid var(--line-light);cursor:pointer;
  font-family:"Inter";font-size:.88rem;color:var(--charcoal);transition:.14s;user-select:none}
.cl-item:hover{border-color:var(--blue)}
.cl-box{width:20px;height:20px;border-radius:6px;border:2px solid #C2CCD6;flex:none;display:grid;place-items:center;transition:.14s}
.cl-box svg{width:12px;height:12px;stroke:#fff;stroke-width:3;fill:none;opacity:0;transition:.14s}
.cl-item.on{border-color:var(--blue);background:var(--blue-soft)}
.cl-item.on .cl-box{background:var(--blue);border-color:var(--blue)}
.cl-item.on .cl-box svg{opacity:1}
.cl-score{margin-top:18px;display:flex;flex-wrap:wrap;align-items:center;gap:13px;
  background:var(--surface);border:1px solid var(--line-light);border-radius:var(--radius);padding:15px 16px}
.cl-score .lbl{font-family:"Inter";font-size:.72rem;color:var(--ink-dim);text-transform:uppercase;letter-spacing:.07em}
.cl-score .val{font-family:"Montserrat";font-weight:800;font-size:1.4rem;color:var(--blue)}
.cl-bar{flex:1;min-width:130px;height:8px;background:var(--surface-2);border-radius:99px;overflow:hidden}
.cl-bar>i{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--error),var(--warn),var(--blue));transition:width .4s ease}
.cl-score .btn{width:100%}

/* =================================================================
   FORM
   ================================================================= */
.lead-form{display:grid;gap:12px;margin-top:24px}
.fld{display:grid;gap:5px}
.fld label{font-family:"Inter";font-size:.78rem;font-weight:600;color:var(--on-dark-dim)}
.fld label .req{color:var(--warn)}
.fld input,.fld select,.fld textarea{
  width:100%;font-family:"Hind Siliguri","Inter",sans-serif;font-size:16px;color:var(--on-dark);
  background:rgba(255,255,255,.05);border:1.5px solid rgba(255,255,255,.14);border-radius:11px;
  padding:13px 14px;outline:none;transition:.14s;min-height:48px}
.fld input::placeholder,.fld textarea::placeholder{color:#6B7480}
.fld input:focus,.fld select:focus,.fld textarea:focus{border-color:#4FB3DA;background:rgba(0,110,158,.1)}
.fld select option{color:#111}
.fld textarea{resize:vertical;min-height:82px}
.fld.invalid input,.fld.invalid select,.fld.invalid textarea{border-color:var(--error)}
.err-msg{font-family:"Inter";font-size:.74rem;color:#FCA5A5;display:none}
.fld.invalid .err-msg{display:block}
.form-row{display:grid;gap:12px}
.upload-note{display:flex;gap:10px;align-items:center;background:rgba(37,211,102,.08);border:1px solid rgba(37,211,102,.3);
  border-radius:11px;padding:12px 14px;font-size:.84rem;color:var(--on-dark)}
.upload-note svg{width:20px;height:20px;flex:none;fill:var(--wa)}
.form-note{font-size:.78rem;color:var(--on-dark-dim);text-align:center}

/* =================================================================
   FAQ
   ================================================================= */
.faq{margin-top:24px;display:grid;gap:9px}
.faq-item{background:var(--white);border:1px solid var(--line-light);border-radius:var(--radius-sm);overflow:hidden}
.faq-q{width:100%;text-align:left;background:none;border:none;cursor:pointer;padding:15px 16px;
  font-family:"Hind Siliguri","Inter";font-weight:600;color:var(--charcoal);font-size:.92rem;
  display:flex;justify-content:space-between;align-items:center;gap:12px;min-height:50px}
.faq-q .pm{width:20px;height:20px;flex:none;position:relative}
.faq-q .pm::before,.faq-q .pm::after{content:"";position:absolute;background:var(--blue);border-radius:2px;transition:.2s}
.faq-q .pm::before{top:9px;left:2px;right:2px;height:2px}
.faq-q .pm::after{left:9px;top:2px;bottom:2px;width:2px}
.faq-item.open .faq-q .pm::after{transform:scaleY(0)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .28s ease}
.faq-a-inner{padding:0 16px 15px;color:var(--ink-dim);font-size:.86rem}
.faq-item.open .faq-a{max-height:340px}

/* =================================================================
   FINAL CTA
   ================================================================= */
.final{background:
  radial-gradient(700px 340px at 50% -25%,rgba(0,110,158,.32),transparent 60%),
  linear-gradient(180deg,var(--void),#15181E);text-align:center}
.final h2{font-size:clamp(1.5rem,6.4vw,2.3rem);font-weight:800;color:#fff;max-width:22ch;margin:0 auto}
.final p{color:var(--on-dark-dim);margin:13px auto 22px;max-width:46ch;font-size:.96rem}

/* =================================================================
   FOOTER
   ================================================================= */
.site-footer{background:var(--void);border-top:1px solid var(--line-dark);padding:34px 0 26px;color:var(--on-dark-dim)}
.footer-logo img{height:30px;margin-bottom:14px}
.footer-cols{display:grid;gap:24px;margin-bottom:22px}
.footer-col h4{font-family:"Inter";font-size:.74rem;letter-spacing:.1em;text-transform:uppercase;color:#fff;margin-bottom:11px}
.footer-col ul{list-style:none;display:grid;gap:7px}
.footer-col li{font-size:.85rem}
.footer-col a:hover{color:#4FB3DA}
.footer-meta{font-size:.78rem;color:#fff;margin-bottom:6px}
.footer-bottom{border-top:1px solid var(--line-dark);padding-top:16px;font-size:.76rem}
.footer-bottom a{color:#4FB3DA}

/* =================================================================
   STICKY: floating WA + bottom CTA bar
   ================================================================= */
.wa-float{position:fixed;right:14px;bottom:calc(96px + env(safe-area-inset-bottom));z-index:70;
  width:54px;height:54px;border-radius:50%;background:var(--wa);display:grid;place-items:center;
  box-shadow:0 12px 30px -8px rgba(37,211,102,.7);transition:.16s}
.wa-float:hover{transform:scale(1.06)}
.wa-float svg{width:29px;height:29px;fill:#fff}

.bottom-cta{position:fixed;left:0;right:0;bottom:0;z-index:65;
  background:var(--void);border-top:1px solid var(--line-dark);
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  padding:10px 14px calc(10px + env(safe-area-inset-bottom));min-height:var(--bottom-cta-h)}
.bottom-cta .txt{line-height:1.25}
.bottom-cta .txt b{display:block;color:#fff;font-size:.86rem;font-weight:700;font-family:"Hind Siliguri"}
.bottom-cta .txt span{color:var(--on-dark-dim);font-size:.74rem}
.bottom-cta .send{background:var(--wa);color:#08321a;border:none;border-radius:999px;
  padding:12px 22px;min-height:46px;font-family:"Inter";font-weight:700;font-size:.9rem;cursor:pointer;
  display:inline-flex;align-items:center;gap:7px;flex:none}
.bottom-cta .send svg{width:18px;height:18px;fill:currentColor}

/* =================================================================
   RESPONSIVE  (mobile-first → up)
   ================================================================= */
@media(min-width:560px){
  .grid-2{grid-template-columns:repeat(2,1fr)}
  .options{grid-template-columns:repeat(2,1fr)}
  .hero-actions{flex-direction:row;flex-wrap:wrap}
  .hero-actions .btn{width:auto}
  .form-row{grid-template-columns:1fr 1fr}
  .svc-grid{grid-template-columns:repeat(3,1fr)}
}
@media(min-width:760px){
  .block{padding:64px 0}
  .wrap{padding:0 24px}
  .nav-links{display:flex;gap:26px;align-items:center}
  .nav-links a{font-family:"Inter";font-size:.88rem;font-weight:500;color:var(--charcoal)}
  .nav-links a:hover{color:var(--blue)}
  .header-inner{height:64px}
  .logo img{height:34px}
  .header-cta{padding:9px 18px}
  .header-cta .cta-text{display:inline}
  /* hide mobile-only sticky elements on desktop */
  .bottom-cta{display:none}
  body{padding-bottom:0}
  .wa-float{bottom:24px;width:58px;height:58px}
  .hero{padding:54px 0 60px}
  .hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}
  .hero-visual{margin-top:0}
  .grid-4{grid-template-columns:repeat(4,1fr)}
  .trust-list{grid-template-columns:repeat(2,1fr)}
  .split{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:start}
  .fam-panel{margin-top:0}
  .budget-grid{grid-template-columns:repeat(3,1fr)}
  .form-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:36px;align-items:start}
  .footer-cols{grid-template-columns:1.4fr 1fr 1fr}
  .faq{max-width:840px}
}
@media(min-width:1024px){
  .hero h1{font-size:2.9rem}
  .h-sec{font-size:2.2rem}
}
