/* ==========================================================================
   NUDGE — Audit-First Conversion Site
   Pastel Blue Edition — navy / powder / ice / sky / mint family only
   ========================================================================== */

/* Self-hosted fonts (latin subset, variable) — removes the render-blocking
   Google Fonts stylesheet request and its extra DNS/connection round-trips. */
@font-face{font-family:'Fredoka';font-style:normal;font-weight:500 600;font-display:swap;src:url('fonts/fredoka.woff2') format('woff2');}
@font-face{font-family:'Nunito Sans';font-style:normal;font-weight:400 800;font-display:swap;src:url('fonts/nunitosans.woff2') format('woff2');}

:root{
  --navy:#1B2D4F;
  --navy-deep:#0F1B32;
  --powder:#DBE7F7;
  --ice:#EDF4FC;
  --sky:#C9E4F6;
  --mint:#7BC4A0;
  --mint-pastel:#D6F0E2;
  --mint-deep:#17604B;
  --snow:#FCFDFF;
  --white:#FFFFFF;
  --red-muted:#B84D44;

  --shadow-sm:0 2px 10px rgba(27,45,79,0.08);
  --shadow-md:0 8px 28px rgba(27,45,79,0.12);
  --shadow-lg:0 16px 48px rgba(27,45,79,0.18);
  --ease-nudge:cubic-bezier(0.65,0,0.15,1);
}

*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  font-family:'Nunito Sans',-apple-system,BlinkMacSystemFont,sans-serif;
  /* Every section sets its own background explicitly, so this colour is only
     ever visible in one place: the sliver the footer's rounded top corners
     carve out of the navy decision section directly above it. Matching navy
     here (instead of snow) makes that corner read as a seamless rounded
     card rather than a white notch cut out of the page. */
  background:var(--navy);
  color:var(--navy);
  font-size:16px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{display:block;max-width:100%;}
a{text-decoration:none;color:inherit;}
ul{list-style:none;}
button{font-family:inherit;}
h1,h2,h3{font-family:'Fredoka',sans-serif;font-weight:600;color:var(--navy);}
:focus-visible{outline:3px solid var(--mint-deep);outline-offset:2px;border-radius:4px;}

.num{font-variant-numeric:tabular-nums;font-weight:800;}

.container{max-width:1180px;margin:0 auto;padding:0 24px;}

@media (prefers-reduced-motion:reduce){
  *{animation-duration:0.001ms !important;animation-iteration-count:1 !important;transition-duration:0.001ms !important;}
}

/* ---------- BUTTONS ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:48px;padding:0 28px;border-radius:999px;
  font-weight:700;font-size:15px;border:none;cursor:pointer;white-space:nowrap;
  transition:transform .15s var(--ease-nudge), box-shadow .15s var(--ease-nudge), background .15s ease;
}
.btn:hover{transform:scale(1.03);}
.btn:active{transform:scale(0.97);}
.btn-navy{background:var(--navy);color:var(--white);}
.btn-navy:hover{box-shadow:var(--shadow-md);}
.btn-mint{background:var(--mint);color:var(--navy);}
.btn-mint:hover{box-shadow:0 8px 24px rgba(123,196,160,0.4);}
.btn-white{background:var(--white);color:var(--navy);}
.btn-ghost{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,0.5);}
.btn-text{background:none;border:none;color:var(--navy);font-weight:700;padding:10px 4px;min-height:44px;display:inline-flex;align-items:center;gap:8px;cursor:pointer;}
.btn-text:hover{text-decoration:underline;}
.btn-lg{min-height:56px;padding:0 36px;font-size:17px;}
.btn-block{width:100%;}

/* ---------- STICKER ---------- */
.sticker{
  display:inline-flex;align-items:center;gap:6px;
  background:var(--white);border:2px solid var(--navy);border-radius:999px;
  padding:7px 16px;font-size:12px;font-weight:700;letter-spacing:0.04em;text-transform:uppercase;
  box-shadow:2px 2px 0 var(--navy);color:var(--navy);
}

/* ---------- NAV ---------- */
.site-nav{
  position:fixed;top:0;left:0;right:0;z-index:500;
  padding:18px 0;transition:background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease, padding .25s ease;
}
.nav-inner{max-width:1180px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;}
.nav-logo-link{display:block;height:34px;}
.nav-logo-link img{height:34px;width:auto;}
/* The hero is light (powder), and the scrolled nav sits on blurred snow — both
   are light backgrounds, so the navy wordmark is correct in every nav state. */
.nav-logo-link .logo-navy{display:block;}
.nav-logo-link .logo-white{display:none;}
.nav-right{display:flex;align-items:center;gap:28px;}
.nav-link{font-size:14px;font-weight:700;color:var(--navy);display:inline-flex;align-items:center;min-height:44px;}
.nav-cta{min-height:44px;padding:0 22px;font-size:14px;background:var(--white);color:var(--navy);box-shadow:0 2px 10px rgba(27,45,79,0.12);}
.site-nav.scrolled{background:rgba(252,253,255,0.86);backdrop-filter:blur(12px);box-shadow:0 1px 0 rgba(27,45,79,0.08);padding:12px 0;}
.site-nav.scrolled .nav-cta{background:var(--navy);color:var(--white);box-shadow:none;}

/* ---------- SCALLOP ---------- */
.scallop{display:block;width:100%;height:30px;}

/* ---------- HERO ---------- */
.hero{
  position:relative;min-height:65vh;display:flex;align-items:center;justify-content:center;
  background:var(--powder);text-align:center;padding:130px 24px 70px;overflow:hidden;
}
.hero-blobs{position:absolute;inset:0;pointer-events:none;z-index:0;}
.hero-blob{position:absolute;border-radius:50%;filter:blur(2px);animation:blob-drift 9s ease-in-out infinite;}
.hero-blob.b1{width:220px;height:220px;background:rgba(123,196,160,0.35);top:8%;left:6%;animation-delay:0s;}
.hero-blob.b2{width:160px;height:160px;background:rgba(255,255,255,0.55);bottom:10%;right:10%;animation-delay:2s;}
@keyframes blob-drift{0%,100%{transform:translate(0,0);}50%{transform:translate(18px,-22px);}}
.hero-inner{position:relative;z-index:1;max-width:760px;}
.hero .sticker{margin-bottom:24px;}
.hero-headline{font-size:clamp(32px,5.4vw,56px);line-height:1.16;margin-bottom:20px;}
.hero-headline .line{display:block;overflow:hidden;}
.marker-word{position:relative;display:inline-block;font-style:italic;}
.marker-swipe{position:absolute;left:-6%;right:-6%;bottom:6%;top:32%;z-index:-1;}
.marker-swipe path{fill:none;stroke:var(--mint);stroke-width:22;stroke-linecap:round;}
.hero-sub{font-size:18px;color:rgba(27,45,79,0.8);max-width:520px;margin:0 auto 32px;}

/* ---------- SECTION HEADERS ---------- */
.section-head{text-align:center;max-width:640px;margin:0 auto 40px;}
.section-head h2{font-size:clamp(26px,4vw,36px);margin-bottom:12px;}
.section-head p{color:rgba(27,45,79,0.75);font-size:16px;}
.on-navy .section-head h2,.on-navy .section-head p{color:var(--white);}
.on-navy .section-head p{color:rgba(255,255,255,0.75);}

/* ---------- INTRO / WHAT IS NUDGE ---------- */
.intro-section{background:var(--ice);padding:80px 24px 96px;position:relative;overflow:hidden;}
.intro-grid{display:grid;grid-template-columns:1fr;gap:20px;max-width:1120px;margin:0 auto;}
@media (min-width:640px){ .intro-grid{grid-template-columns:repeat(2,1fr);} }
@media (min-width:1000px){ .intro-grid{grid-template-columns:repeat(4,1fr);} }
.intro-card{
  background:var(--white);border-radius:20px;padding:28px 24px;box-shadow:var(--shadow-sm);
  text-align:left;transition:transform .2s var(--ease-nudge), box-shadow .2s var(--ease-nudge);
}
.intro-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);}
.intro-icon{
  display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;
  border-radius:14px;background:var(--mint-pastel);color:var(--mint-deep);margin-bottom:16px;
}
.intro-icon svg{width:24px;height:24px;}
.intro-card h3{font-size:17px;line-height:1.3;margin-bottom:8px;}
.intro-card p{font-size:14px;color:rgba(27,45,79,0.72);line-height:1.6;}

/* ---------- AUDIT ---------- */
.audit-section{background:var(--navy);padding:96px 24px 110px;position:relative;}
.audit-inner{max-width:1000px;margin:0 auto;position:relative;z-index:1;}
.audit-eyebrow{color:var(--mint);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;text-align:center;display:block;margin-bottom:14px;}

.slider-stack{display:flex;flex-direction:column;gap:20px;margin-bottom:56px;}
.slider-card{
  background:var(--white);border-radius:24px;padding:26px 28px;box-shadow:var(--shadow-md);
  display:grid;grid-template-columns:1fr;gap:16px;
}
@media (min-width:720px){ .slider-card{grid-template-columns:220px 1fr 150px;align-items:center;gap:24px;} }
.slider-label{font-weight:700;font-size:15px;color:var(--navy);}
.slider-label .slider-sub{display:block;font-weight:400;font-size:12px;color:rgba(27,45,79,0.72);margin-top:2px;}
/* Padded top/bottom so the row's real hit area is 44px tall even though the
   visible track is thin — keeps the thumb comfortably draggable on touch. */
.slider-row{display:flex;align-items:center;padding:18px 0;}
.range-input{
  -webkit-appearance:none;appearance:none;width:100%;height:8px;border-radius:999px;
  background:var(--ice);outline:none;cursor:pointer;
}
.range-input::-webkit-slider-thumb{
  -webkit-appearance:none;appearance:none;width:28px;height:28px;border-radius:50%;
  background:var(--navy);border:5px solid var(--white);box-shadow:0 2px 8px rgba(27,45,79,0.35);cursor:grab;
}
.range-input::-moz-range-thumb{
  width:28px;height:28px;border-radius:50%;background:var(--navy);border:5px solid var(--white);
  box-shadow:0 2px 8px rgba(27,45,79,0.35);cursor:grab;
}
.range-input::-moz-range-track{background:transparent;height:8px;border-radius:999px;}
.value-input-wrap{display:flex;align-items:center;justify-content:flex-start;gap:2px;}
@media (min-width:720px){ .value-input-wrap{justify-content:flex-end;} }
.value-prefix{font-size:20px;font-weight:800;color:var(--navy);}
.value-input{
  width:84px;border:2px solid transparent;background:var(--ice);border-radius:12px;
  font-family:'Nunito Sans',sans-serif;font-weight:800;font-size:20px;color:var(--navy);
  text-align:right;padding:8px 10px;font-variant-numeric:tabular-nums;
}
.value-input:focus{border-color:var(--mint);background:var(--white);outline:none;}

.results-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:28px;}
@media (min-width:820px){ .results-grid{grid-template-columns:repeat(2,1fr);} }
.result-card{
  border-radius:24px;padding:24px;text-align:left;box-shadow:var(--shadow-md);
  background:var(--white);
}
.result-card.gain{background:var(--mint-pastel);}
.result-card .r-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0.03em;color:rgba(27,45,79,0.72);margin-bottom:10px;}
.result-card.gain .r-label{color:var(--mint-deep);opacity:0.85;}
.result-card .r-value{font-size:clamp(28px,3.4vw,38px);line-height:1;color:var(--red-muted);}
.result-card.gain .r-value{color:var(--mint-deep);}
.result-card .r-note{font-size:12px;color:rgba(27,45,79,0.72);margin-top:8px;}
.result-card.gain .r-note{color:var(--mint-deep);}

.audit-summary{
  background:var(--white);border-radius:20px;padding:24px 28px;text-align:center;
  font-size:17px;color:var(--navy);max-width:760px;margin:0 auto 24px;
}
.audit-summary strong{font-variant-numeric:tabular-nums;}
.audit-summary .num-neg{color:var(--red-muted);}
.audit-summary .num-pos{color:var(--mint-deep);}

.how-we-calculate{max-width:640px;margin:0 auto;text-align:center;}
.how-we-calculate summary{
  cursor:pointer;color:var(--sky);font-size:13px;font-weight:700;list-style:none;display:inline-flex;gap:6px;align-items:center;min-height:44px;
}
.how-we-calculate summary::-webkit-details-marker{display:none;}
.how-we-calculate .hwc-body{
  margin-top:14px;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.15);
  border-radius:16px;padding:18px 22px;text-align:left;font-size:13px;color:rgba(255,255,255,0.75);line-height:1.7;
}
.how-we-calculate .hwc-body li{margin-bottom:4px;}

/* ---------- HOW IT WORKS ---------- */
.how-section{background:var(--snow);padding:100px 24px;}
.hiw-steps{position:relative;max-width:1120px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:40px;}
@media (min-width:900px){ .hiw-steps{grid-template-columns:repeat(4,1fr);gap:28px;} }

/* Connecting line — a thin mint track running behind the step numbers,
   drawn left→right on scroll by GSAP (scaleX 0→1). Desktop only; hidden in
   the mobile vertical stack. The fill starts at scaleX(0) but only when
   GSAP is present sets it — CSS default keeps it visible if the script fails. */
.hiw-track{display:none;}
@media (min-width:900px){
  .hiw-track{
    display:block;position:absolute;top:26px;left:12.5%;right:12.5%;height:2px;
    background:var(--powder);border-radius:999px;z-index:0;
  }
  .hiw-track-fill{
    display:block;height:100%;width:100%;background:var(--mint);border-radius:999px;
    transform-origin:left center;
  }
}

.hiw-step{position:relative;z-index:1;text-align:center;}
@media (min-width:900px){ .hiw-step{text-align:left;} }
.hiw-num{
  font-family:'Fredoka',sans-serif;font-weight:600;font-size:44px;line-height:1;
  color:var(--mint);font-variant-numeric:tabular-nums;margin-bottom:14px;
  display:inline-block;background:var(--snow);padding:0 6px;
}
.hiw-headline{font-size:19px;margin-bottom:8px;color:var(--navy);}
.hiw-copy{font-size:14px;color:rgba(27,45,79,0.72);margin-bottom:18px;line-height:1.6;}

/* Small inline visual holder — sits at a common baseline across the row */
.hiw-visual{display:flex;justify-content:center;}
@media (min-width:900px){ .hiw-visual{justify-content:flex-start;} }

/* Step 01 — CMS → Nudge, joined by a dashed "read-only" line */
.hiw-connect{display:flex;align-items:center;gap:6px;background:var(--white);border-radius:16px;padding:14px 16px;box-shadow:var(--shadow-sm);}
.hiw-node{display:flex;flex-direction:column;align-items:center;gap:6px;flex-shrink:0;}
.hiw-node svg{width:26px;height:26px;color:var(--navy);}
.hiw-node-nudge .hiw-nudge-mark{
  width:30px;height:30px;border-radius:50%;background:var(--mint);color:var(--navy);
  display:flex;align-items:center;justify-content:center;font-family:'Fredoka',sans-serif;font-weight:600;font-size:16px;
}
.hiw-node-cms svg{margin-top:2px;}
.hiw-node-label{font-size:10px;font-weight:700;color:rgba(27,45,79,0.72);text-transform:uppercase;letter-spacing:0.03em;}
.hiw-dash{position:relative;flex:1;min-width:44px;height:0;border-top:2px dashed var(--mint);margin:0 4px;align-self:flex-start;margin-top:16px;}
.hiw-dash-label{
  position:absolute;top:-9px;left:50%;transform:translateX(-50%);background:var(--white);
  padding:0 5px;font-size:9px;font-weight:800;color:var(--mint-deep);text-transform:uppercase;letter-spacing:0.03em;white-space:nowrap;
}

/* Step 02 — mock matter card with a status mid-transition */
.hiw-matter-card{background:var(--white);border-radius:16px;padding:14px 16px;box-shadow:var(--shadow-sm);width:100%;max-width:260px;}
.hiw-matter-ref{font-size:11px;font-weight:700;color:rgba(27,45,79,0.72);margin-bottom:10px;}
.hiw-matter-status{display:flex;align-items:center;flex-wrap:wrap;gap:6px;font-size:12px;font-weight:700;}
.hiw-status-label{color:var(--navy);}
.hiw-status-from{color:rgba(27,45,79,0.72);background:var(--ice);border-radius:999px;padding:3px 9px;text-decoration:line-through;}
.hiw-status-arrow{color:var(--mint);font-weight:800;}
.hiw-status-to{color:var(--mint-deep);background:var(--mint-pastel);border-radius:999px;padding:3px 9px;}

/* Step 03 — the existing WhatsApp bubble mockup, shown small/inline */
.hiw-wa-mock{background:var(--white);border-radius:16px;padding:14px;box-shadow:var(--shadow-sm);width:100%;max-width:260px;}
.hiw-wa-mock .pm-head{display:flex;align-items:center;gap:8px;margin-bottom:10px;}
.hiw-wa-mock .pm-avatar{width:22px;height:22px;border-radius:50%;background:var(--mint);flex-shrink:0;}
.hiw-wa-mock .pm-name{font-size:11px;font-weight:700;color:var(--navy);}
.hiw-wa-mock .pm-bubble{background:var(--mint-pastel);border-radius:12px 12px 12px 2px;padding:9px 12px;font-size:11px;line-height:1.5;color:var(--navy);}

/* Step 04 — client reply bubble + "handled automatically" tag */
.hiw-reply-mock{display:flex;flex-direction:column;align-items:flex-end;gap:8px;width:100%;max-width:260px;}
.hiw-reply-bubble{background:var(--sky);color:var(--navy);border-radius:12px 12px 2px 12px;padding:9px 12px;font-size:11px;line-height:1.5;font-weight:600;align-self:flex-end;}
.hiw-reply-tag{
  display:inline-flex;align-items:center;gap:5px;background:var(--mint-pastel);color:var(--mint-deep);
  border-radius:999px;padding:4px 10px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:0.03em;align-self:flex-start;
}
.hiw-reply-tag svg{width:11px;height:11px;}

.hiw-closing{text-align:center;max-width:640px;margin:56px auto 0;font-size:18px;color:var(--navy);}
.hiw-closing strong{color:var(--mint-deep);font-weight:800;}

/* ---------- VIDEO / DEMO ---------- */
.demo-section{background:var(--navy);padding:96px 24px;}
.demo-video-wrap{
  width:100%;max-width:960px;margin:0 auto;border-radius:20px;overflow:hidden;
  box-shadow:var(--shadow-lg);background:var(--navy-deep);line-height:0;
}
.demo-video{display:block;width:100%;max-width:100%;height:auto;aspect-ratio:16/9;background:var(--navy-deep);}
.demo-fallback{line-height:1.6;color:var(--white);padding:24px;text-align:center;}
.demo-fallback a{color:var(--mint);text-decoration:underline;}

/* ---------- CREDIBILITY STRIP ---------- */
.credibility-strip{background:var(--powder);padding:32px 24px;}
.cred-row{
  max-width:1000px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;
  gap:20px;text-align:center;
}
.cred-row span.item{font-size:14px;font-weight:700;color:var(--navy);}
.cred-row span.rule{width:1px;height:16px;background:rgba(27,45,79,0.25);display:inline-block;}
@media (max-width:700px){ .cred-row span.rule{display:none;} }

/* ---------- FAQ ---------- */
.faq-section{background:var(--snow);padding:88px 24px;}
.faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:12px;}
.faq-item{
  background:var(--white);border:1px solid var(--powder);border-radius:16px;
  overflow:hidden;box-shadow:var(--shadow-sm);
}
.faq-item summary{
  cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:20px 24px;font-family:'Fredoka',sans-serif;font-weight:600;font-size:17px;color:var(--navy);
}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary:hover{background:var(--ice);}
.faq-marker{position:relative;flex-shrink:0;width:18px;height:18px;}
.faq-marker::before,.faq-marker::after{
  content:"";position:absolute;background:var(--mint-deep);border-radius:2px;
  transition:transform .2s var(--ease-nudge);
}
.faq-marker::before{top:8px;left:0;width:18px;height:2px;}
.faq-marker::after{top:0;left:8px;width:2px;height:18px;}
.faq-item[open] .faq-marker::after{transform:scaleY(0);}
.faq-answer{padding:0 24px 20px;font-size:15px;color:rgba(27,45,79,0.75);line-height:1.65;}
.faq-answer p{margin:0;}

/* ---------- DECISION ---------- */
.decision-section{background:var(--navy);padding:110px 24px;text-align:center;}
.decision-inner{max-width:720px;margin:0 auto;}
.decision-figure{
  font-size:clamp(48px,9vw,88px);color:var(--mint);line-height:1;margin-bottom:14px;
}
.decision-tagline{color:var(--white);font-size:17px;margin-bottom:48px;}
.decision-options{display:flex;flex-direction:column;align-items:center;gap:20px;}
.decision-card{
  background:var(--white);border-radius:24px;padding:32px 40px;box-shadow:var(--shadow-lg);
  width:100%;max-width:420px;
}
.decision-card .btn{width:100%;}
.decision-secondary{display:flex;flex-direction:column;align-items:center;gap:8px;}
.decision-secondary .aux-note{font-size:13px;color:rgba(255,255,255,0.65);}
.decision-tertiary{color:var(--white);}
.decision-tertiary svg{width:16px;height:16px;}

/* ---------- FOOTER ---------- */
footer{background:var(--navy-deep);border-radius:32px 32px 0 0;padding:48px 24px 28px;text-align:center;}
.footer-logo{height:28px;width:auto;margin:0 auto 16px;}
footer p{color:rgba(255,255,255,0.6);font-size:13px;margin-bottom:10px;}
.footer-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 12px;color:rgba(255,255,255,0.6);font-size:13px;margin-bottom:16px;}
.footer-links a{display:inline-flex;align-items:center;min-height:44px;padding:0 4px;}
.footer-links a:hover{color:var(--white);}
.footer-copy{font-size:12px;color:rgba(255,255,255,0.6);}

/* ---------- ARTICLE / BLOG ---------- */
.article-main{background:var(--snow);padding-top:96px;}
.article-wrap{max-width:760px;margin:0 auto;padding:48px 24px 0;}
.article-eyebrow{color:var(--mint-deep);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:0.06em;display:block;margin-bottom:14px;}
.article-title{font-size:clamp(30px,5vw,44px);line-height:1.15;margin-bottom:16px;}
.article-meta{color:rgba(27,45,79,0.72);font-size:14px;}
.article-body{max-width:760px;margin:0 auto;padding:24px 24px 72px;}
.article-body h2{font-size:clamp(22px,3vw,28px);line-height:1.25;margin:44px 0 12px;}
.article-body h3{font-size:20px;margin:36px 0 10px;}
.article-body p{margin-bottom:18px;color:rgba(27,45,79,0.85);font-size:17px;line-height:1.75;}
.article-body p.lead{font-size:19px;color:var(--navy);}
.article-body ul{margin:0 0 18px;}
.article-body li{position:relative;padding-left:26px;margin-bottom:10px;color:rgba(27,45,79,0.85);font-size:17px;line-height:1.6;}
.article-body li::before{content:"";position:absolute;left:4px;top:11px;width:8px;height:8px;border-radius:50%;background:var(--mint);}
.article-body a{color:var(--mint-deep);font-weight:700;text-decoration:underline;text-underline-offset:2px;}
.article-body strong{color:var(--navy);}
.article-figure{background:var(--mint-pastel);border-radius:16px;padding:22px 26px;margin:24px 0;color:var(--mint-deep);}
.article-figure .big{font-family:'Fredoka',sans-serif;font-weight:600;font-size:clamp(28px,4vw,38px);line-height:1.1;display:block;margin-bottom:6px;}
.article-faq{margin-top:14px;}
.article-cta{background:var(--powder);margin-top:8px;padding:64px 24px;text-align:center;}
.article-cta h2{font-size:clamp(24px,3.5vw,32px);margin-bottom:12px;}
.article-cta p{color:rgba(27,45,79,0.75);max-width:520px;margin:0 auto 28px;font-size:16px;}
.article-cta .cta-buttons{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;}

/* ---------- MODALS ---------- */
.modal-overlay{
  position:fixed;inset:0;background:rgba(15,27,50,0.72);backdrop-filter:blur(6px);
  display:none;align-items:center;justify-content:center;z-index:1000;padding:24px;
}
.modal-overlay.open{display:flex;}
.modal-card{
  background:var(--white);border-radius:24px;padding:36px;max-width:440px;width:100%;
  box-shadow:var(--shadow-lg);position:relative;max-height:90vh;overflow-y:auto;
}
.modal-close{
  position:absolute;top:12px;right:12px;width:44px;height:44px;border-radius:50%;
  background:var(--ice);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--navy);
}
.modal-card h3{font-size:24px;margin-bottom:8px;}
.modal-card .modal-sub{color:rgba(27,45,79,0.7);font-size:14px;margin-bottom:24px;}
.field{margin-bottom:16px;text-align:left;}
.field label{display:block;font-size:13px;font-weight:700;color:var(--navy);margin-bottom:6px;}
.field input,.field select{
  width:100%;min-height:48px;border-radius:12px;border:2px solid var(--ice);
  background:var(--ice);padding:0 16px;font-size:15px;font-family:inherit;color:var(--navy);
}
.field input:focus,.field select:focus{outline:none;border-color:var(--mint);background:var(--white);}
.field-error{font-size:12px;color:var(--red-muted);margin-top:6px;font-weight:700;}
.field.has-error input{border-color:var(--red-muted);}
.modal-success{text-align:center;padding:20px 0;}
.modal-success .success-icon{
  width:64px;height:64px;border-radius:50%;background:var(--mint-pastel);color:var(--mint-deep);
  display:flex;align-items:center;justify-content:center;margin:0 auto 18px;
}
.modal-success .success-icon svg{width:30px;height:30px;}
.modal-success p{color:rgba(27,45,79,0.8);font-size:15px;}

/* ---------- REVEAL DEFAULT (no-JS safe) ---------- */
.reveal{opacity:1;}

@media (max-width:640px){
  .hero{padding:120px 20px 56px;}
  .decision-card{padding:26px 24px;}
}
