/* ============================================================
   Vive — styles
   Brand: deep slate + emerald "renewal" green + crisp white
   ============================================================ */

:root {
  --ink: #0c1512;
  --slate: #11201a;
  --paper: #ffffff;
  --mist: #f2f7f4;
  --accent: #16c47f;
  --accent-deep: #0e9b62;
  --accent-soft: #e7f9f0;
  --text: #14241d;
  --muted: #5d6f66;
  --line: #e2eae5;
  --line-dark: rgba(255,255,255,.12);
  --radius: 16px;
  --radius-lg: 24px;
  --shadow: 0 10px 40px rgba(12,21,18,.08);
  --shadow-lg: 0 24px 70px rgba(12,21,18,.16);
  --maxw: 1160px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; scroll-padding-top: 88px; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, .brand-word, .stat-num {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

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

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 760px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 15px;
  padding: 13px 22px; border-radius: 999px; border: 1.5px solid transparent;
  cursor: pointer; transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s, color .2s;
  white-space: nowrap;
}
.btn-primary { background: var(--accent); color: #06231a; box-shadow: 0 8px 24px rgba(22,196,127,.35); }
.btn-primary:hover { background: var(--accent-deep); color: #fff; transform: translateY(-2px); box-shadow: 0 12px 32px rgba(22,196,127,.45); }
.btn-ghost { background: transparent; color: var(--text); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent-deep); transform: translateY(-2px); }
.btn-lg { padding: 16px 30px; font-size: 16px; }
.btn-sm { padding: 10px 18px; font-size: 14px; }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.8);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, box-shadow .3s;
}
.site-header.scrolled { border-bottom-color: var(--line); box-shadow: 0 4px 24px rgba(12,21,18,.05); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 24px; }

.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--text); }
.brand-mark { width: 28px; height: 28px; color: var(--accent); flex: none; }
.brand-word { font-size: 24px; letter-spacing: -0.04em; }

.nav { display: flex; gap: 30px; }
.nav a { font-size: 15px; font-weight: 500; color: var(--muted); transition: color .2s; }
.nav a:hover { color: var(--accent-deep); }

.header-cta { display: flex; align-items: center; gap: 18px; }
.phone-link { display: inline-flex; align-items: center; gap: 7px; font-weight: 600; font-size: 14px; color: var(--text); }
.phone-link:hover { color: var(--accent-deep); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: .3s var(--ease); }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav {
  display: none; flex-direction: column; gap: 4px; padding: 8px 24px 24px;
  background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line);
}
.mobile-nav.open { display: flex; }
.mobile-nav a { padding: 12px 0; font-weight: 500; color: var(--text); border-bottom: 1px solid var(--line); }
.mobile-nav .btn { margin-top: 12px; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden; color: #fff;
  background:
    linear-gradient(180deg, rgba(8,18,14,.78) 0%, rgba(8,18,14,.55) 45%, rgba(8,18,14,.85) 100%),
    url('img/hero-home.jpg') center 38% / cover no-repeat;
  padding: 120px 0 96px;
}
.hero-glow {
  position: absolute; top: -20%; right: -10%; width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(22,196,127,.35), transparent 65%);
  filter: blur(20px); pointer-events: none;
}
.hero-inner { position: relative; max-width: 820px; }
.eyebrow {
  font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 13px;
  letter-spacing: .16em; text-transform: uppercase; color: var(--accent);
  margin-bottom: 18px;
}
.hero-title { font-size: clamp(40px, 7vw, 74px); margin-bottom: 22px; }
.hero-title .accent { color: var(--accent); }
.hero-sub { font-size: clamp(17px, 2.2vw, 21px); color: rgba(255,255,255,.85); max-width: 600px; margin-bottom: 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 56px; }
.hero .btn-ghost { color: #fff; border-color: rgba(255,255,255,.4); }
.hero .btn-ghost:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,.08); }

.hero-stats { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.stat { display: flex; flex-direction: column; }
.stat-num { font-size: 28px; color: #fff; }
.stat-label { font-size: 13px; color: rgba(255,255,255,.7); }
.stat-divider { width: 1px; height: 38px; background: rgba(255,255,255,.2); }

/* ---------- Trust bar ---------- */
.trustbar { background: var(--ink); color: rgba(255,255,255,.9); }
.trustbar-inner { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 40px; padding: 18px 24px; }
.trust-item { font-size: 14px; font-weight: 500; }

/* ---------- Sections ---------- */
.section { padding: 96px 0; }
.section-dark { background: var(--slate); color: #fff; }
.section-mist { background: var(--mist); }
.section-head { max-width: 680px; margin: 0 auto 56px; text-align: center; }
.section-head h2 { font-size: clamp(30px, 4.5vw, 44px); margin-bottom: 16px; }
.section-lede { font-size: 18px; color: var(--muted); }
.section-dark .section-lede { color: rgba(255,255,255,.75); }

/* ---------- Cards (problem) ---------- */
.cards-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 34px 30px; transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.card-icon {
  width: 56px; height: 56px; display: grid; place-items: center; font-size: 26px;
  background: var(--accent-soft); border-radius: 14px; margin-bottom: 20px;
}
.card h3 { font-size: 21px; margin-bottom: 10px; }
.card p { color: var(--muted); }

/* ---------- Science ---------- */
.science-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.science-copy .eyebrow { margin-bottom: 16px; }
.science-copy h2 { font-size: clamp(28px, 4vw, 42px); margin-bottom: 16px; }
.feature-list { list-style: none; margin-top: 30px; display: flex; flex-direction: column; gap: 22px; }
.feature-list li { display: flex; gap: 16px; align-items: flex-start; }
.feature-tag {
  flex: none; font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 12px;
  letter-spacing: .04em; text-transform: uppercase; color: var(--accent);
  background: rgba(22,196,127,.14); padding: 7px 12px; border-radius: 8px; margin-top: 2px;
}
.feature-list strong { display: block; color: #fff; }
.feature-list div { color: rgba(255,255,255,.78); }

.visual-card { background: rgba(255,255,255,.06); border: 1px solid var(--line-dark); border-radius: var(--radius-lg); padding: 32px; }
.visual-row { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.visual-row span { width: 90px; flex: none; font-size: 14px; color: rgba(255,255,255,.7); }
.bar { height: 16px; border-radius: 999px; flex: 1; }
.bar-worn { background: linear-gradient(90deg, #b45c3a 30%, rgba(180,92,58,.2) 30%); }
.bar-renu { background: linear-gradient(90deg, var(--accent) 92%, rgba(22,196,127,.2) 92%); }
.visual-note { font-size: 14px; color: rgba(255,255,255,.6); margin-top: 6px; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.step { position: relative; padding: 36px 28px; border-radius: var(--radius-lg); background: var(--mist); }
.step-num {
  width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%;
  background: var(--accent); color: #06231a; font-family: 'Space Grotesk',sans-serif;
  font-weight: 700; font-size: 20px; margin-bottom: 20px;
}
.step h3 { font-size: 21px; margin-bottom: 10px; }
.step p { color: var(--muted); }

/* ---------- Benefits ---------- */
.benefits { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px 40px; }
.benefit { display: flex; gap: 16px; align-items: flex-start; }
.benefit-check {
  flex: none; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%;
  background: var(--accent); color: #06231a; font-weight: 700; font-size: 15px; margin-top: 2px;
}
.benefit strong { display: block; font-size: 17px; font-family: 'Space Grotesk',sans-serif; }
.benefit span { color: var(--muted); font-size: 15px; }

/* ---------- Compare ---------- */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 900px; margin: 0 auto; }
.compare-col { border-radius: var(--radius-lg); padding: 36px 32px; }
.compare-replace { background: var(--mist); border: 1px solid var(--line); }
.compare-renu { position: relative; background: var(--slate); color: #fff; box-shadow: var(--shadow-lg); }
.compare-col h3 { font-size: 23px; margin-bottom: 22px; }
.compare-col ul { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-bottom: 28px; }
.compare-col li { position: relative; padding-left: 28px; color: var(--muted); }
.compare-replace li::before { content: "✕"; position: absolute; left: 0; color: #c2553a; font-weight: 700; }
.compare-renu li { color: rgba(255,255,255,.85); }
.compare-renu li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 700; }
.compare-badge {
  position: absolute; top: -13px; left: 32px; background: var(--accent); color: #06231a;
  font-family: 'Space Grotesk',sans-serif; font-weight: 600; font-size: 12px; letter-spacing: .04em;
  text-transform: uppercase; padding: 6px 14px; border-radius: 999px;
}

/* ---------- FAQ ---------- */
.faq { display: flex; flex-direction: column; gap: 14px; }
.faq-item { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 4px 24px; transition: border-color .2s; }
.faq-item[open] { border-color: var(--accent); }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 20px 0; font-family: 'Space Grotesk',sans-serif;
  font-weight: 600; font-size: 18px; display: flex; justify-content: space-between; align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 26px; color: var(--accent); transition: transform .3s var(--ease); line-height: 1; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { color: var(--muted); padding: 0 0 22px; }

/* ---------- CTA / Form ---------- */
.cta-section { background: var(--ink); }
.cta-head { text-align: center; margin-bottom: 40px; }
.cta-head h2 { font-size: clamp(30px,4.5vw,44px); margin-bottom: 14px; }
.cta-head p { color: rgba(255,255,255,.75); font-size: 18px; }

.lead-form {
  background: rgba(255,255,255,.05); border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg); padding: 36px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label { font-size: 14px; font-weight: 500; color: rgba(255,255,255,.85); }
.field .optional { color: rgba(255,255,255,.5); font-weight: 400; }
.field input, .field textarea {
  font-family: inherit; font-size: 15px; color: #fff;
  background: rgba(255,255,255,.06); border: 1.5px solid var(--line-dark); border-radius: 12px;
  padding: 13px 15px; transition: border-color .2s, background .2s;
}
.field input::placeholder, .field textarea::placeholder { color: rgba(255,255,255,.4); }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--accent); background: rgba(255,255,255,.1); }
.field input.invalid, .field textarea.invalid { border-color: #e0664a; }
.lead-form .btn { margin-top: 6px; }
.form-fineprint { text-align: center; font-size: 13px; color: rgba(255,255,255,.5); margin-top: 16px; }
.form-success { text-align: center; color: var(--accent); font-weight: 600; margin-top: 18px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: rgba(255,255,255,.7); padding: 64px 0 28px; }
.footer-inner { display: flex; justify-content: space-between; gap: 48px; flex-wrap: wrap; padding-bottom: 40px; border-bottom: 1px solid var(--line-dark); }
.footer-brand { max-width: 320px; }
.brand-footer { color: #fff; margin-bottom: 14px; }
.footer-brand p { font-size: 15px; }
.footer-cols { display: flex; gap: 64px; flex-wrap: wrap; }
.footer-col { display: flex; flex-direction: column; gap: 12px; }
.footer-col h4 { color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 4px; }
.footer-col a { font-size: 15px; color: rgba(255,255,255,.7); transition: color .2s; }
.footer-col a:hover { color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; padding-top: 24px; font-size: 13px; color: rgba(255,255,255,.5); }

/* ---------- Section variants added for the sales-process build ---------- */
.section-tight { padding: 80px 0; }
.accent-text { color: var(--accent-deep); }

/* Why Vive — illustrated offer points */
.whyus-list { display: flex; flex-direction: column; gap: 60px; max-width: 1000px; margin: 0 auto; }
.whyus-row { display: grid; grid-template-columns: 1.05fr 1fr; gap: 52px; align-items: center; }
.whyus-art { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 14px; box-shadow: var(--shadow); display: flex; align-items: center; justify-content: center; }
.whyus-art svg { display: block; width: 100%; height: auto; }
.whyus-art img { display: block; width: 100%; height: 280px; object-fit: contain; }
.whyus-stat { text-align: center; width: 100%; padding: 20px 8px; }
.whyus-stat-row { display: flex; align-items: baseline; justify-content: center; gap: 14px; flex-wrap: wrap; }
.whyus-stat-old { font-family: 'Space Grotesk',sans-serif; font-size: 32px; font-weight: 700; color: #9aa8a1; text-decoration: line-through; }
.whyus-stat-arrow { color: var(--muted); font-size: 22px; font-weight: 700; }
.whyus-stat-new { font-family: 'Space Grotesk',sans-serif; font-size: 56px; font-weight: 700; color: var(--accent-deep); line-height: 1; }
.whyus-stat-new small { font-size: 17px; font-weight: 600; color: var(--muted); margin-left: 2px; }
.whyus-stat-badge { display: inline-block; margin-top: 16px; background: var(--ink); color: #fff; font-family: 'Space Grotesk',sans-serif; font-size: 12.5px; font-weight: 700; padding: 6px 15px; border-radius: 999px; }
.whyus-stat-save { margin-top: 14px; font-size: 16px; font-weight: 700; color: var(--accent-deep); }
.perday-sooner { text-align: center; max-width: 720px; margin: 30px auto 10px; font-family: 'Space Grotesk',sans-serif; font-size: clamp(20px, 3vw, 28px); font-weight: 700; color: #fff; line-height: 1.25; }
.perday-hl { color: var(--accent); }
.whyus-num { display: inline-block; font-family: 'Space Grotesk',sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .14em; color: var(--accent-deep); margin-bottom: 12px; }
.whyus-text h3 { font-size: clamp(22px, 3vw, 29px); line-height: 1.16; margin-bottom: 14px; }
.whyus-text p { font-size: 17px; line-height: 1.62; color: var(--muted); }
.whyus-row:nth-child(even) .whyus-art { order: 2; }
@media (max-width: 760px) {
  .whyus-row { grid-template-columns: 1fr; gap: 22px; }
  .whyus-row:nth-child(even) .whyus-art { order: 0; }
}

/* 3-way offer calculator */
.oc-lanes { display: flex; flex-direction: column; gap: 24px; margin: 28px 18px 6px; }
.oc-lane-head { display: flex; align-items: center; gap: 8px; font-family: 'Space Grotesk',sans-serif; font-size: 13px; font-weight: 700; color: var(--ink); margin-bottom: 12px; }
.oc-lane-tot { margin-left: auto; font-size: 17px; }
.oc-lane-tot-good { color: var(--accent-deep); }
.oc-key { width: 12px; height: 12px; border-radius: 3px; display: inline-block; flex: none; }
.oc-key-reroof { background: #d9663c; }
.oc-key-comp { background: #c9d5cf; }
.oc-key-renu { background: var(--accent); }
.oc-track { position: relative; height: 50px; border-bottom: 2px solid var(--line); }
.oc-bar { position: absolute; bottom: 0; width: 14px; transform: translateX(-50%); border-radius: 4px 4px 0 0; min-height: 5px; transition: height .5s var(--ease); }
.oc-blbl { position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%); margin-bottom: 3px; font-size: 10px; font-weight: 700; font-family: 'Space Grotesk',sans-serif; white-space: nowrap; }
.oc-axis { position: relative; height: 16px; margin: 6px 18px 0; }
.oc-axis span { position: absolute; top: 0; font-size: 12px; font-weight: 700; color: var(--ink); white-space: nowrap; }
.oc-save { text-align: center; font-size: 18px; font-weight: 600; color: var(--ink); margin: 20px 0 4px; }
.oc-save strong { color: var(--accent-deep); font-family: 'Space Grotesk',sans-serif; }
.section-dark .accent-text { color: var(--accent); }

/* Why now */
.whynow-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; max-width: 920px; margin: 0 auto; }
.whynow { background: var(--mist); border-radius: var(--radius-lg); padding: 34px 30px; }
.whynow-num { font-family: 'Space Grotesk',sans-serif; font-weight: 700; font-size: 15px; color: var(--accent-deep); letter-spacing: .1em; }
.whynow h3 { font-size: 21px; margin: 12px 0 10px; }
.whynow p { color: var(--muted); }
.whynow-foot { text-align: center; max-width: 720px; margin: 36px auto 0; font-size: 19px; color: var(--text); }
.whynow-foot em { color: var(--accent-deep); font-style: normal; font-weight: 600; }

/* Split layouts (problem, how) */
.reveal-split, .how-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.split-copy h2, .how-copy h2 { font-size: clamp(28px,4.2vw,44px); margin-bottom: 18px; }
.split-copy .section-lede { margin-bottom: 16px; }
.split-visual img, .how-visual img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); aspect-ratio: 1/1; object-fit: cover; }

/* Science split + before/after */
.science-split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 56px; align-items: center; }
.beforeafter { margin: 0; }
.ba-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ba-item { position: relative; border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-lg); }
.ba-item img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
.ba-label { position: absolute; left: 12px; bottom: 12px; font-family: 'Space Grotesk',sans-serif; font-weight: 600; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; color: #fff; }
.ba-before { background: rgba(184,92,58,.92); }
.ba-after { background: var(--accent); color: #06231a; }
.beforeafter figcaption { text-align: center; margin-top: 16px; font-size: 14px; color: rgba(255,255,255,.6); }

/* Certifications / proof */
.cert-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.cert { text-align: center; padding: 32px 22px; border: 1px solid var(--line); border-radius: var(--radius-lg); transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s; }
.cert:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.cert-icon { width: 56px; height: 56px; display: grid; place-items: center; font-size: 26px; background: var(--accent-soft); border-radius: 14px; margin: 0 auto 18px; }
.cert h3 { font-size: 18px; margin-bottom: 8px; }
.cert p { color: var(--muted); font-size: 15px; }
.cert-foot { text-align: center; max-width: 640px; margin: 36px auto 0; color: var(--muted); font-size: 15px; }

/* How — stacked steps */
.steps-stack { display: flex; flex-direction: column; gap: 24px; margin-top: 28px; }
.step-row { display: flex; gap: 18px; align-items: flex-start; }
.step-row h3 { font-size: 19px; margin-bottom: 6px; }
.step-row p { color: var(--muted); }
.step-row .step-num { margin-bottom: 0; flex: none; }

/* Score meter */
.meter { max-width: 560px; margin: 0 auto 40px; }
.meter-track { display: flex; height: 52px; border-radius: 14px; overflow: hidden; font-family: 'Space Grotesk',sans-serif; font-weight: 600; font-size: 14px; }
.meter-zone { display: grid; place-items: center; color: #fff; }
.meter-replace { flex: 0 0 22%; background: linear-gradient(135deg,#c2553a,#9e4129); }
.meter-renu { flex: 1; background: linear-gradient(135deg,var(--accent),var(--accent-deep)); color: #06231a; }
.meter-scale { display: flex; justify-content: space-between; margin-top: 8px; font-size: 13px; color: rgba(255,255,255,.6); }
.meter-scale span:nth-child(2) { margin-left: 16%; }

/* Form title + select */
.form-title { font-family: 'Space Grotesk',sans-serif; font-size: 22px; color: #fff; margin-bottom: 22px; text-align: center; }
.field select {
  font-family: inherit; font-size: 15px; color: #fff; background: rgba(255,255,255,.06);
  border: 1.5px solid var(--line-dark); border-radius: 12px; padding: 13px 15px; transition: border-color .2s, background .2s;
}
.field select:focus { outline: none; border-color: var(--accent); background: rgba(255,255,255,.1); }
.field select option { color: #14241d; }

/* Final CTA band */
.cta-band { background: var(--slate); }
.cta-band-inner { text-align: center; max-width: 680px; margin: 0 auto; }
.cta-band-inner h2 { color: #fff; font-size: clamp(28px,4.2vw,42px); margin-bottom: 14px; }
.cta-band-inner p { color: rgba(255,255,255,.78); font-size: 18px; margin-bottom: 28px; }

/* Inline "get my instant quote" CTA — repeats between sections, links to the
   self-serve quote tool (quote.viveroof.com). */
.quote-cta { display: flex; flex-direction: column; align-items: center; text-align: center;
  gap: 14px; max-width: 640px; margin: 0 auto; padding: 44px 20px; }
.quote-cta p { color: var(--muted); font-size: 18px; margin: 0; line-height: 1.5; }
.quote-cta .btn { margin-top: 2px; }

/* Restore step (science) */
.step-chip {
  display: inline-block; font-family: 'Space Grotesk',sans-serif; font-weight: 600; font-size: 12px;
  letter-spacing: .06em; text-transform: uppercase; color: var(--accent);
  background: rgba(22,196,127,.16); padding: 7px 14px; border-radius: 999px; margin-bottom: 18px;
}
.restore-h { font-size: clamp(24px,3vw,32px); color: #fff; margin-bottom: 16px; }
.restore-p { color: rgba(255,255,255,.8); margin-bottom: 14px; }
.restore-p strong { color: #fff; }

/* Protect — four ways */
.protect-rows { display: flex; flex-direction: column; gap: 72px; margin-top: 8px; }
.protect-row { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.protect-row.reverse .protect-visual { order: 2; }
.protect-visual img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.protect-icon {
  width: 56px; height: 56px; display: grid; place-items: center; font-size: 26px;
  background: var(--accent-soft); border-radius: 14px; margin-bottom: 18px;
}
.protect-copy h3 { font-size: clamp(24px,3vw,30px); margin-bottom: 12px; }
.protect-copy p { color: var(--muted); font-size: 17px; margin-bottom: 16px; }
.proof-chip {
  display: inline-block; font-family: 'Space Grotesk',sans-serif; font-weight: 600; font-size: 13px;
  letter-spacing: .02em; color: var(--accent-deep); background: var(--accent-soft);
  padding: 8px 16px; border-radius: 999px;
}
.proof-chip-muted { color: var(--muted); background: var(--mist); }
.wind-note { text-align: center; margin-top: 56px; }

/* Responsive for new sections */
@media (max-width: 900px) {
  .whynow-grid, .reveal-split, .how-split, .science-split { grid-template-columns: 1fr; gap: 32px; }
  .cert-grid { grid-template-columns: 1fr 1fr; }
  .how-visual { order: -1; }
  .protect-row, .protect-row.reverse { grid-template-columns: 1fr; gap: 24px; }
  .protect-row .protect-visual, .protect-row.reverse .protect-visual { order: -1; }
  .protect-rows { gap: 56px; }
}
@media (max-width: 560px) {
  .cert-grid { grid-template-columns: 1fr; }
  .ba-pair { gap: 10px; }
}

/* ---------- Personal connection (Step 1) ---------- */
.connect { text-align: center; }
.connect h2 { font-size: clamp(28px,4.2vw,40px); margin-bottom: 24px; }
.connect-p { font-size: 18px; color: var(--text); margin: 0 auto 18px; max-width: 660px; }
.connect-p:last-child { margin-bottom: 0; font-family: 'Space Grotesk',sans-serif; font-weight: 600; }
.connect-p strong { color: var(--accent-deep); }

/* ---------- Problem reveal split (2A punch) ---------- */
.problem-reveal { margin-top: 64px; }
.problem-reveal-h { font-size: clamp(24px,3vw,32px); margin-bottom: 16px; }
.problem-reveal .section-lede { margin-bottom: 14px; }
.problem-reveal .section-lede strong { color: var(--text); }

/* ---------- Cost now (2B — big number) ---------- */
.bignum-wrap { text-align: center; margin-bottom: 44px; }
.bignum {
  font-family: 'Space Grotesk',sans-serif; font-weight: 700; line-height: 1;
  font-size: clamp(48px, 9vw, 88px); letter-spacing: -0.03em; color: #fff;
}
.bignum-plus { color: var(--accent); }
.bignum-label { max-width: 480px; margin: 20px auto 0; color: rgba(255,255,255,.78); font-size: 17px; }
.cost-points { list-style: none; max-width: 600px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
.cost-points li { position: relative; padding-left: 36px; color: rgba(255,255,255,.85); font-size: 17px; }
.cost-x { position: absolute; left: 0; top: 1px; color: #e0664a; font-weight: 700; }
.cost-foot { text-align: center; max-width: 600px; margin: 40px auto 0; font-family: 'Space Grotesk',sans-serif; font-weight: 600; font-size: 19px; color: #fff; }

/* ---------- Solution intro (Step 3) ---------- */
.solution-h { font-size: clamp(28px,4.4vw,42px); margin-bottom: 20px; }
.solution-two { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 34px; text-align: left; }
.solution-point { display: flex; gap: 16px; align-items: center; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; font-size: 17px; }
.solution-point strong { color: var(--accent-deep); }
.solution-num {
  flex: none; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%;
  background: var(--accent); color: #06231a; font-family: 'Space Grotesk',sans-serif; font-weight: 700; font-size: 17px;
}
@media (max-width: 700px) { .solution-two { grid-template-columns: 1fr; } }

/* ---------- Anatomy cross-section (problem) ---------- */
.anatomy { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; max-width: 1000px; margin: 8px auto 0; }
.xsec { display: flex; flex-direction: column; gap: 5px; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.xsec-layer { padding: 18px 22px; color: #fff; }
.xsec-layer span { display: block; font-family: 'Space Grotesk',sans-serif; font-weight: 600; font-size: 16px; }
.xsec-layer em { font-style: normal; font-size: 13px; opacity: .82; }
.xsec-granules { background: linear-gradient(135deg,#9aa0a4,#70767b); }
.xsec-asphalt { background: linear-gradient(135deg,#16352a,#0e9b62); padding: 26px 22px; }
.xsec-mat { background: linear-gradient(135deg,#cdbb95,#b09a6f); color: #2c2616; }
.xsec-mat em { opacity: .7; }
.xsec-seal { background: var(--accent); color: #06231a; }
.xsec-seal em { opacity: .7; }
.anatomy-copy h3 { font-size: clamp(22px,3vw,30px); margin-bottom: 14px; }
.anatomy-copy p { color: var(--muted); margin-bottom: 14px; }
.anatomy-copy strong { color: var(--accent-deep); }

/* ---------- The forces (problem) ---------- */
.forces-intro { text-align: center; max-width: 660px; margin: 76px auto 0; font-family: 'Space Grotesk',sans-serif; font-weight: 600; font-size: clamp(20px,2.6vw,26px); color: var(--text); }
.forces { display: flex; flex-direction: column; gap: 64px; margin-top: 48px; }
.force-row { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.force-row.reverse .force-visual { order: 2; }
.force-visual img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.force-tag { display: inline-flex; align-items: center; gap: 12px; font-family: 'Space Grotesk',sans-serif; font-weight: 600; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.force-num { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #f3dccf; color: #b04a2a; font-size: 14px; }
.force-copy h3 { font-size: clamp(22px,3vw,30px); margin-bottom: 12px; }
.force-copy > p { color: var(--muted); font-size: 17px; }
.force-tell { margin-top: 16px; padding: 13px 17px; background: var(--paper); border-left: 3px solid var(--accent); border-radius: 0 10px 10px 0; font-size: 15px; color: var(--text); }
.force-tell strong { color: var(--accent-deep); }

/* ---------- Lifecycle / cascade (why 15–20) ---------- */
.elbow { max-width: 760px; margin: 0 auto 48px; }
.elbow-svg { width: 100%; height: auto; display: block; }
.phases { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; max-width: 980px; margin: 0 auto; }
.phase { background: rgba(255,255,255,.05); border: 1px solid var(--line-dark); border-radius: var(--radius); padding: 24px; }
.phase-when { font-family: 'Space Grotesk',sans-serif; font-weight: 600; font-size: 12px; letter-spacing: .05em; text-transform: uppercase; color: var(--accent); margin-bottom: 8px; }
.phase h3 { color: #fff; font-size: 18px; margin-bottom: 8px; }
.phase p { color: rgba(255,255,255,.75); font-size: 15px; }

/* ---------- Utah band ---------- */
.utah-band { background: var(--accent-soft); }
.utah-band .eyebrow { color: var(--accent-deep); }
.utah-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; max-width: 980px; margin: 0 auto; }
.utah-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px 28px; }
.utah-stat { display: block; font-family: 'Space Grotesk',sans-serif; font-weight: 700; font-size: 36px; letter-spacing: -.02em; color: var(--ink); margin-bottom: 6px; }
.utah-card h3 { font-size: 18px; color: var(--accent-deep); margin-bottom: 8px; }
.utah-card p { color: var(--muted); font-size: 15px; }
.utah-foot { text-align: center; max-width: 780px; margin: 36px auto 0; font-size: 18px; color: var(--text); }
.utah-foot em { font-style: normal; font-weight: 600; color: var(--accent-deep); }

/* ---------- Cost rising (data) ---------- */
.shockstat { display: flex; gap: 36px; align-items: center; max-width: 900px; margin: 0 auto 48px; background: var(--mist); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px 40px; }
.shockstat-num { flex: none; font-family: 'Space Grotesk',sans-serif; font-weight: 700; font-size: clamp(48px,8vw,76px); line-height: 1; letter-spacing: -.03em; color: var(--accent-deep); }
.shockstat p { color: var(--text); font-size: 17px; }
.shockstat strong { color: var(--ink); }

.reasons { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.reason { display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s; }
.reason:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.reason-img { aspect-ratio: 16/10; overflow: hidden; }
.reason-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s var(--ease); }
.reason:hover .reason-img img { transform: scale(1.05); }
.reason-body { padding: 24px 26px 28px; }
.reason-body h3 { font-size: 20px; margin-bottom: 4px; }
.reason-stat { font-family: 'Space Grotesk',sans-serif; font-weight: 700; font-size: 38px; line-height: 1; letter-spacing: -.02em; color: var(--accent-deep); margin: 6px 0 14px; }
.reason-stat span { display: block; font-size: 12px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; margin-top: 7px; }
.reason-body > p:last-child { color: var(--muted); font-size: 15px; }
.reason-body strong { color: var(--text); }
.reasons-source { text-align: center; font-size: 13px; color: var(--muted); margin-top: 22px; }
@media (max-width: 900px) { .reasons { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .shockstat { flex-direction: column; gap: 16px; text-align: center; padding: 28px 24px; } }

/* ---------- Bridge ---------- */
.bridge-h { font-size: clamp(26px,4vw,38px); margin-bottom: 16px; }

@media (max-width: 900px) {
  .anatomy { grid-template-columns: 1fr; gap: 32px; }
  .force-row, .force-row.reverse { grid-template-columns: 1fr; gap: 24px; }
  .force-row .force-visual, .force-row.reverse .force-visual { order: -1; }
  .phases, .utah-grid { grid-template-columns: 1fr; }
}

/* ---------- Timeline (Smart Math) ---------- */
.tl { max-width: 600px; margin: 0 auto 36px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px 26px 22px; box-shadow: var(--shadow-lg); }
.tl-cap { text-align: center; font-size: 13px; font-weight: 600; color: var(--muted); letter-spacing: .02em; margin: 0 0 16px; }
.tl-cap strong { color: var(--ink); font-weight: 700; }
.tl-age { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; font-size: 15px; font-weight: 600; color: var(--ink); margin-bottom: 18px; }
.tl-age input[type=range] { -webkit-appearance: none; appearance: none; flex: 1; min-width: 140px; height: 5px; border-radius: 5px; background: var(--line); outline: none; cursor: pointer; }
.tl-age input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 20px; height: 20px; border-radius: 50%; background: var(--accent); border: 3px solid #fff; box-shadow: 0 1px 4px rgba(0,0,0,.25); cursor: pointer; }
.tl-age input[type=range]::-moz-range-thumb { width: 18px; height: 18px; border-radius: 50%; background: var(--accent); border: 3px solid #fff; cursor: pointer; }
.tl-age output { font-family: 'Space Grotesk',sans-serif; font-weight: 700; color: var(--accent-deep); }

.tl-rate { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; font-size: 14px; font-weight: 600; color: var(--ink); margin: 8px 0 4px; }
.tl-rate input[type=number] { width: 58px; padding: 5px 8px; font-family: 'Space Grotesk',sans-serif; font-weight: 700; font-size: 15px; color: var(--accent-deep); text-align: center; border: 1.5px solid var(--line); border-radius: 8px; background: var(--mist); }
.tl-rate input[type=number]:focus { outline: none; border-color: var(--accent); }
.tl-rate-unit { font-family: 'Space Grotesk',sans-serif; font-weight: 700; color: var(--accent-deep); }
.tl-rate-hint { flex: 1 1 100%; font-size: 12px; font-weight: 400; color: var(--muted); }

.tl-band { position: relative; margin: 30px 0 26px; padding: 0 18px; }
.tl-up, .tl-down { position: relative; height: 104px; }
.tl-mid { position: relative; height: 0; border-top: 2px solid var(--ink); }
.tl-yr { position: absolute; top: -10px; background: #fff; padding: 0 7px; font-size: 12.5px; font-weight: 700; color: var(--ink); white-space: nowrap; }

.tl-bar { position: absolute; width: 11px; transform: translateX(-50%); border-radius: 3px; min-height: 5px; transition: height .5s var(--ease); }
.tl-up .tl-bar { bottom: 14px; }
.tl-down .tl-bar { top: 14px; }
.tl-bar-bad { background: #d9663c; }
.tl-bar-good { background: var(--accent); }
.tl-blbl { position: absolute; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; line-height: 1.1; font-size: 12px; font-weight: 700; font-family: 'Space Grotesk',sans-serif; white-space: nowrap; }
.tl-blbl-name { font-family: 'Inter',sans-serif; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; opacity: .72; }
.tl-up .tl-blbl { bottom: 100%; margin-bottom: 5px; color: #b94e26; }
.tl-down .tl-blbl { top: 100%; margin-top: 5px; color: var(--accent-deep); }

.tl-totals { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
.tl-tot { display: flex; align-items: center; gap: 10px; }
.tl-key { width: 22px; height: 4px; border-radius: 2px; flex: none; }
.tl-key-bad { background: #d9663c; }
.tl-key-good { background: var(--accent); }
.tl-tot-lbl { font-size: 14px; color: var(--text); flex: 1; }
.tl-tot-num { font-family: 'Space Grotesk',sans-serif; font-weight: 700; font-size: clamp(18px,4vw,24px); color: var(--ink); letter-spacing: -.02em; }
.tl-tot-good { color: var(--accent-deep); }

.tl-save { text-align: center; font-size: clamp(17px,3vw,20px); color: var(--ink); padding-top: 16px; border-top: 1px solid var(--line); }
.tl-save strong { font-family: 'Space Grotesk',sans-serif; font-size: 1.35em; color: var(--accent-deep); letter-spacing: -.02em; }
.tl-foot { text-align: center; font-size: 11.5px; color: var(--muted); margin-top: 10px; }

/* ---------- Why-now urgency strip ---------- */
.whynow-strip { display: flex; gap: 18px; align-items: flex-start; max-width: 820px; margin: 0 auto 36px; background: var(--accent-soft); border: 1px solid var(--line); border-left: 4px solid var(--accent); border-radius: var(--radius-lg); padding: 22px 26px; }
.whynow-arrow { flex: none; font-size: 28px; line-height: 1; color: var(--accent-deep); font-weight: 700; }
.whynow-strip p { color: var(--text); font-size: 16px; }
.whynow-strip strong { color: var(--ink); }

/* ---------- Compare section CTA ---------- */
.compare-cta { text-align: center; margin-top: 40px; }
.compare-cta-sub { color: var(--muted); font-size: 14px; margin-top: 12px; }

/* ---------- Cost per day ---------- */
.perday-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 880px; margin: 0 auto; }
.pd-card { position: relative; border-radius: var(--radius-lg); padding: 44px 36px; text-align: center; border: 1px solid var(--line-dark); }
.pd-replace { background: rgba(255,255,255,.04); }
.pd-renu { background: rgba(22,196,127,.1); border-color: rgba(22,196,127,.4); box-shadow: var(--shadow-lg); }
.pd-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--accent); color: #06231a; font-family: 'Space Grotesk',sans-serif; font-weight: 600; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; padding: 6px 14px; border-radius: 999px; white-space: nowrap; }
.pd-label { font-family: 'Space Grotesk',sans-serif; font-weight: 600; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.65); margin-bottom: 14px; }
.pd-num { font-family: 'Space Grotesk',sans-serif; font-weight: 700; font-size: clamp(54px,9vw,84px); line-height: 1; letter-spacing: -.02em; }
.pd-replace .pd-num { color: #e0795c; }
.pd-renu .pd-num { color: var(--accent); }
.pd-per { font-size: 28px; opacity: .7; }
.pd-sub { font-size: 16px; color: rgba(255,255,255,.62); margin-top: 16px; }
.perday-foot { text-align: center; max-width: 760px; margin: 44px auto 0; font-size: 20px; color: rgba(255,255,255,.85); }
.perday-foot strong { color: var(--accent); font-family: 'Space Grotesk',sans-serif; }
.perday-fine { text-align: center; max-width: 640px; margin: 18px auto 0; font-size: 13px; color: rgba(255,255,255,.5); }
@media (max-width: 700px) { .perday-grid { grid-template-columns: 1fr; } }

/* ---------- Savings graphic (Smart Math) ---------- */
.savings-graphic { max-width: 760px; margin: 0 auto 48px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px 36px 30px; box-shadow: var(--shadow-lg); }
.sg-title { font-family: 'Space Grotesk',sans-serif; font-weight: 600; font-size: 15px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); margin-bottom: 22px; text-align: center; }
.sg-row { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; }
.sg-label { flex: 0 0 88px; font-weight: 700; color: var(--ink); font-size: 16px; }
.sg-meter { flex: 1; display: flex; align-items: center; gap: 14px; }
.sg-track { flex: 1; height: 34px; background: var(--mist); border-radius: 8px; overflow: hidden; }
.sg-fill { height: 100%; border-radius: 8px; transition: width 1s var(--ease); }
.sg-fill-replace { width: 100%; background: linear-gradient(90deg,#a8431f,#d2683f); }
.sg-fill-renu { width: 16%; background: linear-gradient(90deg,var(--accent-deep),var(--accent)); }
.sg-val { flex: none; font-family: 'Space Grotesk',sans-serif; font-weight: 700; font-size: 16px; white-space: nowrap; color: var(--ink); }
.sg-val-accent { color: var(--accent-deep); }
.sg-foot { text-align: center; font-size: 18px; color: var(--text); margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }
.sg-foot strong { color: var(--ink); }
@media (max-width: 640px) {
  .savings-graphic { padding: 26px 22px; }
  .sg-row { flex-direction: column; align-items: flex-start; gap: 8px; }
  .sg-meter { width: 100%; }
  .sg-val { font-size: 14px; }
}

/* ---------- Evidence / Proof ---------- */
.labs { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; max-width: 980px; margin: 0 auto 44px; }
.lab { background: var(--paper); border: 1px solid var(--line); border-top: 3px solid var(--accent); border-radius: var(--radius-lg); padding: 22px 24px 24px; }
.lab-name { display: block; font-family: 'Space Grotesk',sans-serif; font-weight: 700; font-size: 22px; letter-spacing: -.01em; color: var(--ink); margin-bottom: 8px; }
.lab p { color: var(--muted); font-size: 14px; line-height: 1.55; }
.lab strong { color: var(--text); }
@media (max-width: 900px) { .labs { grid-template-columns: 1fr; } }

.evidence-stat { display: flex; gap: 36px; align-items: center; max-width: 860px; margin: 0 auto 44px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px 40px; box-shadow: var(--shadow-lg); }
.evidence-num { flex: none; font-family: 'Space Grotesk',sans-serif; font-weight: 700; font-size: clamp(52px,9vw,84px); line-height: 1; letter-spacing: -.03em; color: var(--accent-deep); }
.evidence-stat p { color: var(--text); font-size: 17px; }
.evidence-stat strong { color: var(--ink); }
.cert-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.cert-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px 24px 28px; transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s; }
.cert-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.cert-std { display: inline-block; font-family: 'Space Grotesk',sans-serif; font-weight: 700; font-size: 15px; letter-spacing: .02em; color: var(--accent-deep); background: var(--accent-soft); border-radius: 999px; padding: 6px 14px; margin-bottom: 16px; }
.cert-card h3 { font-size: 18px; margin-bottom: 8px; }
.cert-card p { color: var(--muted); font-size: 14px; line-height: 1.55; }
.evidence-foot { max-width: 760px; margin: 40px auto 0; text-align: center; color: var(--text); font-size: 17px; }
.evidence-foot strong { color: var(--ink); }
@media (max-width: 900px) { .cert-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .cert-grid { grid-template-columns: 1fr; } .evidence-stat { flex-direction: column; gap: 16px; text-align: center; padding: 28px 24px; } }

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

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .nav, .header-cta { display: none; }
  .nav-toggle { display: flex; }
  .cards-3, .steps { grid-template-columns: 1fr; }
  .science-grid { grid-template-columns: 1fr; gap: 36px; }
  .benefits { grid-template-columns: 1fr; }
  .compare { grid-template-columns: 1fr; }
  .section { padding: 72px 0; }
}
@media (max-width: 560px) {
  .form-row { grid-template-columns: 1fr; }
  .hero { padding: 92px 0 72px; }
  .hero-stats { gap: 18px; }
  .stat-divider { display: none; }
  .lead-form { padding: 24px; }
  .footer-inner { flex-direction: column; gap: 32px; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}
