/* ============ LEANLINE — styles.css ============
   Palette: deep midnight navy base + vivid amber/gold accent
   (trustworthy + premium, with a warm "storm-warning" energy)
   Fonts: Archivo (display) + Sora (body); Inter retained only for the header (legacy)
*/

:root {
  --navy-900: #0a1122;
  --navy-800: #0f1a30;
  --navy-700: #16223d;
  --navy-600: #1f3050;
  --ink: #0a1122;
  --slate: #4a5568;
  --slate-2: #6b7690;
  --line: #e4e8f0;
  --paper: #ffffff;
  --paper-2: #f5f7fb;
  --paper-3: #eef1f8;

  --amber: #ffb020;
  --amber-2: #ff9500;
  --amber-deep: #e07b00;
  --teal: #16c5a3;

  --text-on-dark: #e8edf7;
  --text-on-dark-dim: #a3b0c9;

  --radius: 16px;
  --radius-lg: 22px;
  --shadow-sm: 0 2px 10px rgba(10, 17, 34, .06);
  --shadow-md: 0 12px 34px rgba(10, 17, 34, .10);
  --shadow-lg: 0 30px 70px rgba(10, 17, 34, .18);
  --maxw: 1160px;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1, h2, h3, .logo-text { font-family: 'Sora', sans-serif; letter-spacing: -.02em; line-height: 1.08; }
/* de-slop: gradient text on headings is a tell. Solid accent instead. */
.grad-text { color: var(--amber-deep); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
sup { font-size: .6em; }

/* Offset anchor targets so they clear the sticky header */
:target, section[id] { scroll-margin-top: 92px; }

/* Visible keyboard focus for accessibility */
a:focus-visible, button:focus-visible, .btn:focus-visible,
input:focus-visible, select:focus-visible {
  outline: 3px solid var(--amber-2);
  outline-offset: 2px;
  border-radius: 6px;
}

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

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .4em;
  font-family: 'Sora', sans-serif; font-weight: 700; font-size: 15px;
  padding: 13px 24px; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; transition: transform .18s var(--ease), box-shadow .25s var(--ease), background .2s, color .2s;
  white-space: nowrap; text-align: center;
}
.btn-primary {
  background: linear-gradient(135deg, var(--amber) 0%, var(--amber-2) 100%);
  color: #1a1200; box-shadow: 0 10px 26px rgba(255, 149, 0, .34);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(255, 149, 0, .46); }
.btn-ghost { background: rgba(255,255,255,.06); color: var(--text-on-dark); border-color: rgba(255,255,255,.22); }
.btn-ghost:hover { background: rgba(255,255,255,.13); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--navy-800); border-color: var(--line); }
.btn-outline:hover { border-color: var(--amber-2); color: var(--amber-deep); transform: translateY(-2px); }
.btn-sm { padding: 10px 16px; font-size: 13.5px; }
.btn-lg { padding: 16px 30px; font-size: 16.5px; }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(7,12,22,.82);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.nav-wrap { display: flex; align-items: center; height: 76px; flex-wrap: nowrap; }
.logo { display: flex; align-items: center; gap: 10px; margin-right: 20px; flex-shrink: 0; }
.logo-img { height: 46px; width: auto; display: block; }
.footer-brand .logo-img { height: 44px; width: auto; }
.nav-links { display: flex; gap: 18px; flex-wrap: nowrap; }
.nav-links a { font-weight: 500; font-size: 14.5px; color: #9fb0cb; transition: color .18s; white-space: nowrap; }
.nav-links a:hover { color: #fff; }
.nav-cta { display: flex; align-items: center; gap: 14px; margin-left: auto; flex-shrink: 0; }
.nav-phone { display: flex; align-items: center; gap: 7px; font-family: 'Sora',sans-serif; font-weight: 700; font-size: 15px; color: #fff; white-space: nowrap; transition: color .18s; }
.nav-phone:hover { color: var(--amber); }
.phone-icon { width: 16px; height: 16px; color: var(--amber); flex: none; }

.menu-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.menu-toggle span { width: 24px; height: 2.5px; background: #e8edf7; border-radius: 2px; transition: .25s; }
.menu-toggle.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

.mobile-menu { display: none; flex-direction: column; gap: 4px; padding: 12px 24px 24px; background: var(--s0); border-bottom: 1px solid rgba(255,255,255,.09); }
.mobile-menu a { padding: 12px 4px; font-weight: 600; color: #c2cfe4; border-bottom: 1px solid rgba(255,255,255,.07); }
.mobile-menu a:last-child { border: 0; }
.mobile-menu .btn { margin-top: 10px; }
.mobile-phone { color: var(--amber) !important; display: flex; align-items: center; gap: 8px; }
.mobile-phone .ic { width: 16px; height: 16px; flex: none; }
.mobile-menu.open { display: flex; }

/* ================= HERO — "Storm Cinematic" =================
   Aesthetic: dark, high-contrast, editorial. Signature move: the live
   satellite roof scan. No gradient text, no glow blobs, no float loops. */
.hero {
  position: relative; overflow: hidden;
  background:
    /* scrim: heavy over the headline column, opens up toward the house and flag */
    linear-gradient(101deg,
      rgba(6,10,19,.94) 0%, rgba(7,12,22,.90) 30%,
      rgba(8,13,24,.58) 54%, rgba(9,14,26,.34) 100%),
    /* protect the nav band up top, settle the fold at the bottom */
    linear-gradient(180deg, rgba(6,10,19,.90) 0%, rgba(7,11,20,.10) 22%,
                            rgba(7,11,20,.16) 66%, rgba(8,12,22,.82) 100%),
    url("assets/atmos/hero-flag.jpg") 34% 56% / cover no-repeat,
    linear-gradient(178deg, #070c16 0%, #0b1220 46%, #0d1526 100%);
  color: var(--text-on-dark);
  padding: 86px 0 92px;
}

/* "Built for American roofers" — the flag flies for who we serve, not where we sit. */
.hero-flagline {
  display: inline-flex; align-items: center; gap: 9px;
  margin: 14px 0 0; padding: 7px 14px 7px 9px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(9,14,26,.62);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  font-size: .82rem; font-weight: 600; letter-spacing: .02em;
  color: rgba(236,242,252,.94);
}
.hero-flagline .usflag {
  width: 26px; height: 17px; flex: none; display: block;
  border-radius: 2px; box-shadow: 0 1px 4px rgba(0,0,0,.5);
}

/* ============ FLAG BAND ============
   Slim full-bleed strip under the hero. The flag gets room to breathe here,
   which it never had competing with the live-call panel. */
.flagband {
  position: relative; overflow: hidden;
  padding: 66px 0 70px;
  background: #070c16;
  border-top: 1px solid rgba(255,255,255,.07);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.fb-photo {
  position: absolute; inset: 0;
  background: url("assets/atmos/flag-band.jpg") center 42% / cover no-repeat;
}
/* dark on the left so the copy stays crisp, opens to the right where the flag flies */
.fb-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(96deg, rgba(6,10,19,.96) 0%, rgba(7,12,22,.92) 34%,
                           rgba(8,13,24,.66) 62%, rgba(9,14,26,.42) 100%),
    linear-gradient(180deg, rgba(6,10,19,.55) 0%, transparent 22%,
                            transparent 74%, rgba(6,10,19,.72) 100%);
}
.fb-inner { position: relative; z-index: 1; max-width: 720px; }
.fb-title {
  margin: 0 0 12px; font-size: clamp(1.7rem, 3.2vw, 2.6rem);
  line-height: 1.08; letter-spacing: -.02em; font-weight: 800;
  color: #fff;
  text-shadow: 0 2px 18px rgba(0,0,0,.6);
}
.fb-sub {
  margin: 0; font-size: 1.02rem; line-height: 1.6;
  color: rgba(232,239,250,.9);
  text-shadow: 0 1px 12px rgba(0,0,0,.55);
}
.fb-sub strong { color: #fff; }
@media (max-width: 720px) {
  .flagband { padding: 46px 0 48px; }
  .fb-scrim { background:
    linear-gradient(180deg, rgba(6,10,19,.90) 0%, rgba(7,12,22,.86) 60%, rgba(6,10,19,.92) 100%); }
}
/* atmosphere: a low storm-light wash + fine grain. Directional, not a centered blob. */
.hero-weather {
  position: absolute; inset: -20% -10% auto -10%; height: 130%;
  pointer-events: none;
  background:
    radial-gradient(760px 420px at 88% 4%, rgba(255,176,32,.13), transparent 62%),
    radial-gradient(680px 520px at 6% 88%, rgba(70,110,170,.16), transparent 60%),
    linear-gradient(102deg, transparent 58%, rgba(255,176,32,.05) 100%);
}
.hero-weather::after {
  content: ""; position: absolute; inset: 0; opacity: .5;
  background-image: radial-gradient(rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 3px 3px;
}
/* hairline top rule — the "measured" graphic device */
.hero-rule {
  position: absolute; top: 0; left: 0; right: 0; height: 1px; pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,176,32,.55) 22%, rgba(255,176,32,.55) 46%, transparent 72%);
}
.hero-inner { position: relative; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: stretch; }
.hero-content { max-width: 680px; }
.hero-visual { position: relative; display: flex; justify-content: center; align-items: stretch; }

.hero-badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.14);
  color: #c9d5e8; padding: 7px 15px; border-radius: 4px;
  font-size: 12px; font-weight: 600; margin-bottom: 30px;
  text-transform: uppercase; letter-spacing: .1em;
}
.dot-live { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 0 rgba(22,197,163,.6); animation: pulse 2.4s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(22,197,163,.5);} 70% { box-shadow: 0 0 0 8px rgba(22,197,163,0);} 100% { box-shadow: 0 0 0 0 rgba(22,197,163,0);} }

/* Display face: Archivo, tightened + slightly expanded = editorial poster weight */
.hero-title {
  font-family: 'Archivo', 'Sora', sans-serif;
  font-variation-settings: 'wdth' 112;
  font-size: clamp(40px, 6.4vw, 78px);
  font-weight: 800; color: #fff;
  line-height: .98; letter-spacing: -.035em;
  margin-bottom: 26px; text-wrap: balance;
}
.hero-title em {
  display: block; font-style: normal; color: var(--amber);
  /* solid accent, never gradient text */
}
.hero-sub {
  font-size: clamp(16.5px, 1.55vw, 19px); color: #a9b8d0;
  max-width: 560px; margin-bottom: 36px; line-height: 1.62;
}
.hero-sub strong { color: #fff; font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-bottom: 16px; }
.hero-fineprint { font-size: 13px; color: #7f8ca6; margin-bottom: 44px; letter-spacing: .01em; }

/* Trust strip: a measured instrument bar, not a floating glass card */
.trust-strip {
  display: flex; align-items: stretch; flex-wrap: wrap; gap: 0 26px;
  padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,.13);
  background: none; border-radius: 0; backdrop-filter: none;
}
.trust-item { display: flex; flex-direction: column; gap: 3px; }
.trust-num {
  font-family: 'Archivo','Sora',sans-serif; font-variation-settings: 'wdth' 108;
  font-weight: 800; font-size: 27px; color: #fff; line-height: 1;
  font-variant-numeric: tabular-nums; letter-spacing: -.02em;
}
.trust-num .tu { font-size: 12.5px; font-weight: 700; color: var(--amber); margin-left: 3px; letter-spacing: .02em; }
.trust-label { font-size: 11.5px; color: #7f8ca6; text-transform: uppercase; letter-spacing: .09em; font-weight: 600; white-space: nowrap; }
.trust-sep { width: 1px; align-self: center; height: 30px; background: rgba(255,255,255,.13); }

/* ---- Signature move: the LIVE CALL panel ----
   Tells the whole story in one object: a real bilingual human answers,
   measures the roof by satellite, and the back office updates itself. */
.live-panel {
  position: relative; margin: 0; width: 100%; max-width: 500px;
  display: flex; flex-direction: column;
  background: linear-gradient(180deg, #0c1424, #080d18);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 8px; overflow: hidden;
  box-shadow: 0 44px 96px rgba(0,0,0,.62);
}
.live-panel::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--amber), rgba(255,176,32,0) 62%);
}

.lp-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 13px 16px 11px;
}
.lp-status {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: #e6edf9;
}
.lp-live {
  width: 7px; height: 7px; border-radius: 50%; background: #ff4d4d;
  box-shadow: 0 0 0 0 rgba(255,77,77,.6); animation: lpPulse 2s infinite;
}
@keyframes lpPulse { 0%{box-shadow:0 0 0 0 rgba(255,77,77,.55);} 70%{box-shadow:0 0 0 8px rgba(255,77,77,0);} 100%{box-shadow:0 0 0 0 rgba(255,77,77,0);} }
.lp-timer {
  font-family: 'Archivo','Sora',sans-serif; font-size: 12.5px; font-weight: 700;
  color: #8ea0bd; font-variant-numeric: tabular-nums; letter-spacing: .04em;
}

.lp-agent {
  display: flex; align-items: center; gap: 11px;
  padding: 0 16px 13px; border-bottom: 1px solid rgba(255,255,255,.07);
}
.lp-ava {
  width: 38px; height: 38px; flex: none; border-radius: 50%;
  display: grid; place-items: center;
  background: linear-gradient(150deg, #2b3d5c, #1a2740);
  border: 1px solid rgba(255,176,32,.35);
  font-family: 'Archivo','Sora',sans-serif; font-weight: 800; font-size: 13px;
  color: #ffd489; letter-spacing: .02em;
}
.lp-who { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.lp-who b { font-size: 14px; color: #fff; font-weight: 700; }
.lp-who small { font-size: 11.5px; color: #8ea0bd; }
.lp-who em { font-style: normal; color: #c2cfe4; }
.lp-lang {
  margin-left: auto; flex: none;
  display: inline-flex; align-items: center; gap: 4px;
  padding: 5px 9px; border-radius: 4px;
  background: rgba(22,197,163,.11); border: 1px solid rgba(22,197,163,.34);
  font-size: 10.5px; font-weight: 800; letter-spacing: .08em; color: #6ee0c6;
}
.lp-lang i { font-style: normal; opacity: .75; }

/* voice waveform */
.lp-wave {
  display: flex; align-items: center; gap: 3px;
  height: 34px; padding: 14px 16px 2px; box-sizing: content-box;
}
.lp-wave i {
  display: block; flex: 1 1 0; min-width: 2px; border-radius: 1.5px;
  background: linear-gradient(180deg, #ffc247, rgba(255,149,0,.5));
  height: 100%; transform: scaleY(.2); transform-origin: center center;
  animation: lpWave 1.05s ease-in-out infinite;
}
.lp-wave i:nth-child(3n)   { animation-delay: -.15s; }
.lp-wave i:nth-child(3n+1) { animation-delay: -.42s; }
.lp-wave i:nth-child(4n)   { animation-delay: -.68s; }
.lp-wave i:nth-child(5n)   { animation-delay: -.28s; }
.lp-wave i:nth-child(7n)   { animation-delay: -.85s; }
@keyframes lpWave { 0%,100%{ transform: scaleY(.16);} 50%{ transform: scaleY(1);} }

.lp-quote {
  padding: 9px 16px 14px; margin: 0;
  font-size: 13px; line-height: 1.5; color: #b9c7dd; font-style: italic;
}

/* the scan absorbs the slack so the panel matches the copy column's height */
.lp-scan {
  position: relative; overflow: hidden;
  /* basis 0: the frame inside is absolute, so the scan has no intrinsic height
     and must be told to claim all remaining panel space itself. */
  flex: 1 1 0; min-height: 300px;
  border-top: 1px solid rgba(255,255,255,.07);
}
/* Aspect-locked frame: photo and overlay are the same box, so they can never drift.
   Nudged left ~2.1% so the crop centres on the roof, not on the photo. */
.scan-frame {
  position: absolute; top: 50%; left: 50%;
  height: 100%; width: auto; aspect-ratio: 1200 / 896;
  transform: translate(-50%, -50%) translateX(-2.1%);
}
.scan-frame img {
  display: block; width: 100%; height: 100%;
  /* pull the daylight aerial into the panel's night palette */
  filter: brightness(.52) saturate(.62) contrast(1.06);
}
/* measurement overlay traced onto the real aerial */
.scan-ov { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.scan-ov .facet path {
  fill: rgba(255,176,32,.07);
  stroke: var(--amber); stroke-width: 3.5; stroke-linejoin: round;
}
.scan-ov .handle rect { fill: #0b1220; stroke: var(--amber); stroke-width: 3; }
.scan-ov .dim rect { fill: rgba(8,13,24,.86); stroke: rgba(255,176,32,.5); stroke-width: 1.5; }
.scan-ov .dim text {
  fill: #ffd489; font-size: 27px; font-weight: 700; letter-spacing: .04em;
  text-anchor: middle; font-family: inherit;
}
.scan-ov .dim.sm text { font-size: 22px; }

/* measurement readout — HTML, not SVG, so no crop can ever eat it */
.lp-measure {
  display: flex; flex: none; align-items: center;
  border-top: 1px solid rgba(255,255,255,.08);
  background: rgba(6,10,18,.72);
}
.lp-measure > div {
  flex: 1 1 0; min-width: 0; padding: 11px 8px 12px 14px;
  border-right: 1px solid rgba(255,255,255,.06);
  display: flex; flex-direction: column; gap: 2px;
}
.lp-measure > div:last-child { border-right: 0; }
.lp-measure b {
  font-size: 20px; font-weight: 800; color: #fff; letter-spacing: -.01em;
  line-height: 1.05; white-space: nowrap;
}
.lp-measure b i { font-style: normal; opacity: .5; margin: 0 1px; }
.lp-measure span { color: var(--amber); font-size: 12px; font-weight: 700; margin-left: 4px; }
.lp-measure small {
  font-size: 10px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase;
  color: rgba(190,205,226,.72); white-space: nowrap;
}
/* the footprint pair is the widest — let it shrink first */
.lp-measure > div:last-child b { font-size: 15px; }
/* the scan itself — one pass down the roof, then a pause */
.scan-sweep {
  position: absolute; left: 0; right: 0; top: 4%; height: 2px; pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,201,102,.9) 22%, rgba(255,229,180,.95) 50%, rgba(255,201,102,.9) 78%, transparent);
  box-shadow: 0 0 20px rgba(255,176,32,.65);
  animation: scanSweep 5.2s cubic-bezier(.45,.05,.55,.95) infinite;
}
@keyframes scanSweep {
  0%   { top: 4%;  opacity: 0; }
  10%  { opacity: 1; }
  70%  { opacity: 1; }
  80%, 100% { top: 92%; opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .scan-sweep { animation: none; top: 40%; opacity: .45; }
}
.lp-scan::before, .lp-scan::after {
  content: ""; position: absolute; width: 20px; height: 20px; pointer-events: none;
  border-color: var(--amber); border-style: solid; opacity: .85;
}
.lp-scan::before { top: 12px; left: 12px; border-width: 2px 0 0 2px; }
.lp-scan::after  { bottom: 12px; right: 12px; border-width: 0 2px 2px 0; }

.lp-actions {
  list-style: none; margin: 0; display: flex; flex-wrap: wrap; gap: 0;
  border-top: 1px solid rgba(255,255,255,.07); background: rgba(6,10,18,.6);
}
.lp-actions li {
  flex: 1 1 0; min-width: 118px;
  display: flex; align-items: center; gap: 7px;
  padding: 12px 10px 12px 14px;
  font-size: 11.5px; font-weight: 600; letter-spacing: .03em; color: #c2cfe4;
  border-right: 1px solid rgba(255,255,255,.06);
}
.lp-actions li:last-child { border-right: 0; }
.lp-actions li::before {
  content: "✓"; flex: none;
  width: 15px; height: 15px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(22,197,163,.14); border: 1px solid rgba(22,197,163,.5);
  color: #6ee0c6; font-size: 9px; font-weight: 800; line-height: 1;
}

@media (prefers-reduced-motion: reduce) {
  .lp-live, .lp-wave i { animation: none; }
  .lp-wave i { transform: scaleY(.5); }
}

@media (max-width: 980px) {
  .hero { padding: 62px 0 68px; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-content { max-width: 100%; }
  .hero-visual { order: -1; }
  .live-panel { max-width: 460px; }
}
@media (max-width: 520px) {
  .trust-strip { gap: 18px 26px; }
  .trust-sep { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .dot-live { animation: none; }
  .scan-img { content-visibility: auto; }
}

/* =====================================================================
   BELOW THE HERO — Storm Cinematic, continued
   Rules, not cards. Figures as instrument readouts (Archivo, tabular).
   Surfaces step by lightness; the only accent is amber; teal = live only.
   One shadow approach per element: a defined 1px edge OR elevation.
   ===================================================================== */
:root {
  --s0: #070c16;            /* deepest band */
  --s1: #0b1220;            /* page base */
  --s2: #0d1526;            /* lifted section */
  --s3: #0f1a30;            /* panel / instrument surface */
  --t1: #ffffff;
  --t2: #a9b8d0;
  --t3: #7f8ca6;
  --rule: rgba(255,255,255,.12);
  --rule-strong: rgba(255,255,255,.22);
  --rule-amber: rgba(255,176,32,.5);
  --r-inst: 4px;
  --r-panel: 6px;
  --sp-section: clamp(76px, 9vw, 124px);
  --dur-1: 160ms;
  --dur-2: 260ms;
  --display: 'Archivo', 'Sora', sans-serif;
  --amber-ink: #a85400;     /* amber as text on white: 5.3:1 */
}
body { background: var(--s1); }

/* Icon system: one grid, one stroke */
.ic {
  width: 24px; height: 24px; flex: none; display: inline-block; vertical-align: middle;
  fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round;
}

/* Body face below the hero = Sora (Inter stays only for header + legacy) */
.positioning-bar, .section, .stat-band, .site-footer { font-family: 'Sora', sans-serif; color: var(--t2); }

/* Secondary button on dark surfaces */
.btn-outline { color: var(--t1); border-color: rgba(255,255,255,.3); }
.btn-outline:hover { border-color: var(--amber); color: var(--amber); }

/* ---------- Positioning bar: a statement strip on rules ---------- */
.positioning-bar {
  background: var(--s0); color: var(--t1); padding: 28px 0;
  border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
}
.positioning-line {
  display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 12px 40px;
  font-family: var(--display); font-variation-settings: 'wdth' 108; font-weight: 700;
  font-size: clamp(18px, 2.3vw, 30px); line-height: 1; letter-spacing: -.02em;
}
.positioning-line > span:not(.pipe) { position: relative; padding-left: 22px; color: var(--t2); }
.positioning-line > span:not(.pipe)::before { content: ""; position: absolute; left: 0; top: 50%; width: 8px; height: 8px; margin-top: -5px; background: var(--amber); }
.positioning-line b { color: var(--t1); font-weight: 800; }
.positioning-line .pipe { display: none; }

/* ---------- Sections ---------- */
.section { padding: var(--sp-section) 0; background: var(--s1); }
.section-alt { background: var(--s0); }
.section-head { max-width: 780px; margin: 0 0 clamp(44px, 5vw, 68px); text-align: left; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Sora', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: .12em;
  text-transform: uppercase; color: var(--amber); margin-bottom: 20px;
}
.eyebrow::before { content: ""; width: 18px; height: 1px; background: var(--amber); flex: none; }
.eyebrow .ic { width: 16px; height: 16px; }
.eyebrow-light { color: var(--amber); }
.section-title {
  font-family: var(--display); font-variation-settings: 'wdth' 108;
  font-size: clamp(32px, 4.4vw, 56px); font-weight: 800; color: var(--t1);
  letter-spacing: -.03em; line-height: 1; margin-bottom: 22px; text-wrap: balance;
}
.section-lede { font-size: 17px; color: var(--t2); line-height: 1.65; max-width: 640px; }
.grad-text { color: var(--amber); }

/* ---------- Built for Roofers: asymmetric split, spec rows ---------- */
#serve .container { display: grid; grid-template-columns: 5fr 7fr; gap: 48px 80px; align-items: start; }
#serve .section-head { margin: 0; position: sticky; top: 108px; }
#serve .section-title { font-size: clamp(30px, 3.7vw, 48px); }
.serve-grid { display: block; border-top: 1px solid var(--rule); }
.serve-card {
  display: grid; grid-template-columns: 40px 1fr; gap: 10px 24px; align-items: start;
  padding: 30px 0 34px; border-bottom: 1px solid var(--rule);
  background: none; border-radius: 0; box-shadow: none;
}
.serve-card:hover { transform: none; box-shadow: none; }
.serve-icon { grid-row: 1 / span 2; color: var(--amber); display: flex; margin: 0; }
.serve-icon .ic { width: 28px; height: 28px; margin-top: 2px; }
.serve-card h3 { grid-column: 2; font-size: 22px; color: var(--t1); margin: 0; }
.serve-card p { grid-column: 2; font-size: 15.5px; color: var(--t2); margin: 0; line-height: 1.62; }

/* ---------- Feature grids: rule grids, icons on the heading line ---------- */
.why-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  border-top: 1px solid var(--rule); border-left: 1px solid var(--rule);
}
.why-card {
  display: grid; grid-template-columns: 28px 1fr; column-gap: 16px; row-gap: 10px; align-content: start;
  padding: 30px 28px 34px; background: none; border: 0; border-radius: 0; box-shadow: none;
  border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
}
.why-card:hover { transform: none; box-shadow: none; }
.why-icon { grid-column: 1; grid-row: 1; width: auto; height: auto; margin: 0; padding-top: 1px; background: none; border-radius: 0; color: var(--amber); display: flex; }
.why-icon .ic { width: 24px; height: 24px; }
.why-card h3 { grid-column: 2; grid-row: 1; font-size: 20px; color: var(--t1); margin: 0; line-height: 1.2; }
.why-card p { grid-column: 2; font-size: 15px; color: var(--t2); margin: 0; line-height: 1.6; }
.why-featured { background: var(--s3); }
.why-featured h3 { color: var(--t1); }
.why-featured p { color: var(--t2); }
.why-featured .why-icon { background: none; }
.why-flag {
  grid-column: 2; justify-self: start; display: inline-flex; align-items: center;
  margin-top: 8px; padding: 6px 10px; border-radius: 3px; background: none;
  border: 1px solid var(--rule-amber); color: var(--amber);
  font-family: 'Sora', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
}
/* "Why": a two-column spec list — no vertical rules, wide gutter */
#why .why-grid { grid-template-columns: 1fr 1fr; column-gap: 72px; border-left: 0; }
#why .why-card { border-right: 0; padding: 30px 0 34px; }
#why .why-featured { background: none; }
#why .why-card h3 { font-size: 22px; }

/* ---------- Steps: a procedure rail ---------- */
.steps { list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0 32px; border-top: 1px solid var(--rule); }
.step { position: relative; padding: 26px 0 10px; background: none; border: 0; border-radius: 0; box-shadow: none; }
.step::before { content: ""; position: absolute; top: -1px; left: 0; width: 28px; height: 2px; background: var(--amber); }
.step:hover { transform: none; box-shadow: none; }
.step-num {
  display: block; width: auto; height: auto; margin: 0 0 20px; background: none; box-shadow: none; border-radius: 0;
  font-family: var(--display); font-variation-settings: 'wdth' 108; font-weight: 800; font-size: 40px; line-height: 1;
  color: var(--t1); font-variant-numeric: tabular-nums; letter-spacing: -.02em;
}
.step-num::before { content: "0"; color: var(--t3); }
.step h3 { font-size: 17px; color: var(--t1); margin-bottom: 8px; line-height: 1.25; }
.step p { font-size: 14.5px; color: var(--t2); line-height: 1.6; }
.est-steps { grid-template-columns: repeat(4, 1fr); margin-bottom: 80px; }
.est-benefits { grid-template-columns: repeat(2, 1fr); margin-bottom: 80px; }

/* ---------- Statement bands: editorial, on rules ---------- */
.est-valueband {
  position: relative; overflow: visible; border-radius: 0; background: none; box-shadow: none;
  padding: 48px 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
  color: var(--t1); text-align: left; margin: 72px 0;
}
.est-valueband-inner { max-width: none; margin: 0; display: grid; grid-template-columns: 7fr 5fr; gap: 20px 72px; align-items: end; }
.est-valueband-big {
  font-family: var(--display); font-variation-settings: 'wdth' 110; font-weight: 800;
  font-size: clamp(30px, 4.4vw, 56px); line-height: .98; letter-spacing: -.035em; color: var(--t1); margin: 0; text-wrap: balance;
}
.est-valueband-sub { font-size: 17px; color: var(--t2); margin: 0; max-width: 460px; line-height: 1.6; }
.est-cta { text-align: left; max-width: 680px; margin: 0; }
.est-cta-line {
  font-family: var(--display); font-variation-settings: 'wdth' 108; font-weight: 800; letter-spacing: -.025em;
  font-size: clamp(22px, 3vw, 32px); color: var(--t1); margin-bottom: 24px; line-height: 1.05;
}
.est-cta-fine { font-size: 13.5px; color: var(--t3); margin: 20px 0 0; max-width: 560px; line-height: 1.6; }

/* ---------- Proposal preview: the product document, flat, elevated ---------- */
.proposal-preview { display: grid; grid-template-columns: 0.92fr 1.35fr; gap: 56px; align-items: center; margin-bottom: 72px; }
.pp-caption { align-self: center; }
.pp-caption .eyebrow { margin-bottom: 16px; }
.pp-caption-lede { font-size: clamp(16px, 1.9vw, 19px); color: var(--t2); line-height: 1.55; }
.pp-caption-lede b { color: var(--t1); }
.pp-doc { position: relative; transform: none; transition: none; }
.pp-doc:hover { transform: none; }
.pp-doc-inner { background: #fff; border: 0; border-radius: var(--r-panel); box-shadow: 0 40px 90px rgba(0,0,0,.55); overflow: hidden; color: var(--ink); font-family: 'Sora', sans-serif; }
.pp-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; padding: 18px 22px; background: var(--s1); color: #fff; }
.pp-logo { font-family: var(--display); font-variation-settings: 'wdth' 108; font-weight: 800; font-size: 17px; letter-spacing: .02em; color: #fff; }
.pp-brand-sub { font-size: 11px; color: var(--t2); letter-spacing: .06em; margin-top: 3px; }
.pp-meta { text-align: right; font-size: 11px; color: var(--t2); line-height: 1.7; font-variant-numeric: tabular-nums; }
.pp-meta b { color: #fff; font-weight: 600; }
.pp-cover { display: flex; gap: 16px; padding: 18px 22px 6px; }
.pp-aerial { position: relative; flex: 0 0 96px; height: 96px; border-radius: var(--r-inst); overflow: hidden; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; color: var(--slate-2); }
.pp-aerial-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.pp-aerial-tag {
  position: absolute; bottom: 6px; left: 6px; right: 6px;
  font-weight: 700; font-size: 8.5px; letter-spacing: .04em; color: #1a1200; background: var(--amber);
  border-radius: 2px; padding: 2px 4px; text-align: center; font-variant-numeric: tabular-nums;
}
.pp-cover-body { flex: 1; min-width: 0; }
.pp-eyebrow { font-weight: 700; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: var(--amber-ink); }
.pp-prepared { font-weight: 700; font-size: 17px; color: var(--navy-900); margin-top: 4px; }
.pp-prepared b { color: var(--amber-ink); }
.pp-addr { font-size: 12px; color: var(--slate); margin-top: 2px; }
.pp-facts { display: flex; gap: 18px; margin-top: 12px; }
.pp-fact { display: flex; flex-direction: column; }
.pp-fact .n { font-family: var(--display); font-weight: 800; font-size: 19px; color: var(--navy-900); line-height: 1; font-variant-numeric: tabular-nums; }
.pp-fact .n small { font-size: 10px; font-weight: 700; }
.pp-fact .l { font-size: 10px; color: var(--slate-2); text-transform: uppercase; letter-spacing: .06em; margin-top: 3px; }
.pp-tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 14px 22px 6px; }
.pp-tier { position: relative; border: 1px solid var(--line); border-radius: var(--r-inst); padding: 14px 12px 13px; background: var(--paper-2); text-align: left; }
.pp-tier--popular { background: #fff; border: 2px solid var(--amber); box-shadow: none; transform: none; }
.pp-tier-ribbon {
  position: absolute; top: -10px; left: 12px; transform: none; display: inline-flex; align-items: center; gap: 4px;
  white-space: nowrap; font-weight: 800; font-size: 9.5px; letter-spacing: .06em; text-transform: uppercase;
  color: #1a1200; background: var(--amber); padding: 3px 7px; border-radius: 2px; box-shadow: none;
}
.pp-tier-ribbon .ic { width: 10px; height: 10px; stroke-width: 2.2; }
.pp-tier-badge { font-weight: 800; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--slate-2); margin-bottom: 6px; }
.pp-tier--popular .pp-tier-badge { color: var(--amber-ink); }
.pp-tier-product { font-size: 11px; color: var(--slate); line-height: 1.35; min-height: 30px; }
.pp-tier-total { font-family: var(--display); font-weight: 800; font-size: 19px; color: var(--navy-900); margin-top: 8px; font-variant-numeric: tabular-nums; letter-spacing: -.01em; }
.pp-tier-mo { font-size: 11px; color: var(--slate-2); margin-top: 2px; }
.pp-tier-mo b { color: var(--navy-900); font-weight: 700; }
.pp-foot { display: flex; flex-wrap: wrap; gap: 8px 16px; padding: 14px 22px 18px; border-top: 1px solid var(--line); margin-top: 8px; }
.pp-foot-badge { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 600; color: var(--slate); }
.pp-foot-badge .ic { width: 12px; height: 12px; stroke-width: 2.2; color: var(--amber-ink); }
.pp-sms {
  position: absolute; right: 22px; bottom: -16px; display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Sora', sans-serif; font-weight: 700; font-size: 12px; color: #041a14;
  background: var(--teal); padding: 9px 14px; border-radius: var(--r-inst); box-shadow: 0 14px 30px rgba(0,0,0,.45);
}
.pp-sms-dot { width: 7px; height: 7px; border-radius: 50%; background: #041a14; animation: ppPulse 2s var(--ease) infinite; }
@keyframes ppPulse {
  0% { box-shadow: 0 0 0 0 rgba(4,26,20,.5); }
  70% { box-shadow: 0 0 0 7px rgba(4,26,20,0); }
  100% { box-shadow: 0 0 0 0 rgba(4,26,20,0); }
}

/* ---------- Ownership: three columns on vertical rules ---------- */
#ownership { border-top: 1px solid var(--rule); }
.own-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.own-card {
  display: grid; grid-template-columns: 28px 1fr; column-gap: 16px; align-content: start;
  padding: 6px 36px 6px; background: none; border: 0; border-left: 1px solid var(--rule); border-radius: 0; box-shadow: none;
}
.own-card:first-child { border-left: 0; padding-left: 0; }
.own-card:last-child { padding-right: 0; }
.own-card:hover { transform: none; box-shadow: none; }
.own-badge { grid-column: 1; grid-row: 1; width: auto; height: auto; margin: 0; padding-top: 2px; background: none; border-radius: 0; color: var(--amber); display: flex; }
.own-badge .ic { width: 24px; height: 24px; }
.own-card h3 { grid-column: 2; grid-row: 1; font-size: 22px; color: var(--t1); margin: 0 0 14px; line-height: 1.15; }
.own-lede { grid-column: 2; font-size: 15px; color: var(--t2); margin-bottom: 18px; line-height: 1.6; }
.own-lede b { color: var(--t1); }
.own-list { grid-column: 2; list-style: none; display: grid; gap: 0; border-top: 1px solid var(--rule); }
.own-list li { display: block; position: relative; padding: 11px 0 11px 30px; font-size: 14.5px; color: var(--t2); border-bottom: 1px solid var(--rule); line-height: 1.5; }
.own-list b { color: var(--t1); }
.own-tick { position: absolute; left: 0; top: 13px; display: inline-flex; width: 18px; height: 18px; margin: 0; border-radius: 0; background: none; color: var(--amber); }
.own-tick .ic { width: 18px; height: 18px; }
.own-card--exit .own-badge, .own-card--exit .own-tick { background: none; }
.own-band {
  margin-top: 80px; text-align: left; background: none; border: 0; border-radius: 0; box-shadow: none;
  padding: 34px 0 0; border-top: 2px solid var(--amber);
  display: grid; grid-template-columns: 7fr 5fr; gap: 16px 72px; align-items: start;
}
.own-band-big {
  font-family: var(--display); font-variation-settings: 'wdth' 110; font-weight: 800;
  font-size: clamp(26px, 3.4vw, 42px); color: var(--t1); margin: 0; line-height: 1; letter-spacing: -.03em; text-wrap: balance;
}
.own-band-sub { font-size: 16px; color: var(--t2); max-width: 460px; margin: 0; line-height: 1.6; }
.own-band-sub b { color: var(--t1); }

/* ---------- Stat plate: two readouts on rules ---------- */
.stat-band { position: relative; overflow: hidden; background: var(--s0); color: var(--t1); padding: var(--sp-section) 0; }
.stat-band::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(760px 420px at 92% 0%, rgba(255,176,32,.10), transparent 62%);
}
.stat-band-inner { position: relative; display: block; border-top: 1px solid var(--rule); }
.stat-block { display: grid; grid-template-columns: 5fr 7fr; gap: 12px 72px; align-items: center; padding: 44px 0; border-bottom: 1px solid var(--rule); }
.stat-big {
  grid-row: 1 / span 2; font-family: var(--display); font-variation-settings: 'wdth' 110; font-weight: 800;
  font-size: clamp(72px, 10vw, 148px); line-height: .9; letter-spacing: -.045em; color: var(--amber); margin: 0; font-variant-numeric: tabular-nums;
}
.stat-copy { font-size: 18px; color: var(--t2); max-width: 540px; line-height: 1.6; }
.stat-copy strong { color: var(--t1); }
.stat-copy sup { color: var(--amber); }
.stat-source { grid-column: 2; display: block; margin: 0; font-size: 11.5px; text-transform: uppercase; letter-spacing: .1em; color: var(--t3); opacity: 1; }
.stat-divider { display: none; }

/* ---------- Pricing: a rate card in rows, not five cards ---------- */
#pricing { background: var(--s2); }
.pricing-grid { display: block; border-top: 1px solid var(--rule); }
.price-card {
  position: relative; display: grid; column-gap: 40px; row-gap: 0; align-items: start;
  grid-template-columns: 1.15fr .9fr 2.1fr 200px;
  grid-template-areas:
    "name amt feats cta"
    "desc vol feats cta"
    "inc  .   feats cta"
    "con  .   feats cta"
    "ala  .   feats cta";
  padding: 36px 0 38px; border-bottom: 1px solid var(--rule);
  background: none; border-radius: 0; box-shadow: none; transition: none;
}
.price-card:hover { transform: none; box-shadow: none; }
.price-name { grid-area: name; font-family: var(--display); font-variation-settings: 'wdth' 108; font-size: 26px; font-weight: 800; color: var(--t1); letter-spacing: -.02em; margin-bottom: 6px; line-height: 1; }
.price-desc { grid-area: desc; font-size: 12px; color: var(--t3); text-transform: uppercase; letter-spacing: .1em; font-weight: 700; margin-bottom: 16px; }
.price-amount { grid-area: amt; font-family: var(--display); font-variation-settings: 'wdth' 108; font-weight: 800; font-size: 44px; color: var(--t1); line-height: 1; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.price-amount span { font-size: 15px; font-weight: 600; color: var(--t3); letter-spacing: 0; margin-left: 2px; }
.price-vol { grid-area: vol; font-size: 13px; color: var(--amber); font-weight: 700; margin: 10px 0 0; font-variant-numeric: tabular-nums; letter-spacing: .02em; }
.price-included {
  grid-area: inc; display: inline-flex; align-items: center; gap: 8px; align-self: start;
  margin: 0 0 14px; padding: 0; border: 0; border-radius: 0; background: none;
  color: var(--t1); font-family: 'Sora', sans-serif; font-weight: 600; font-size: 13.5px; letter-spacing: 0; line-height: 1.3;
}
.price-included .ic { width: 16px; height: 16px; color: var(--amber); stroke-width: 2.2; }
.price-featured .price-included { background: none; border: 0; color: var(--t1); }
.price-contrast { grid-area: con; margin: 0 0 14px; font-size: 13.5px; color: var(--t2); line-height: 1.5; }
.price-contrast b { color: var(--t1); font-weight: 700; }
.price-feats { grid-area: feats; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; margin: 6px 0 0; flex: none; }
.price-feats li { font-size: 14px; color: var(--t2); padding-left: 22px; position: relative; line-height: 1.45; }
.price-feats li::before { content: ""; position: absolute; left: 0; top: .62em; width: 10px; height: 1px; background: var(--amber); }
.price-alacarte { grid-area: ala; margin: 0; padding: 12px 0 0; border-top: 1px dashed var(--rule-strong); font-size: 13px; font-weight: 600; color: var(--t2); line-height: 1.5; }
.price-card .btn { grid-area: cta; align-self: start; }
.price-featured {
  background: var(--s3); border-top: 2px solid var(--amber); color: var(--t2);
  margin: 0 -28px; padding: 40px 28px 42px; transform: none; box-shadow: none;
}
.price-featured:hover { transform: none; }
.price-featured .price-name, .price-featured .price-amount { color: var(--t1); }
.price-featured .price-amount span { color: var(--t3); }
.price-featured .price-desc { color: var(--t3); }
.price-featured .price-vol { color: var(--amber); }
.price-featured .price-feats li { color: var(--t2); }
.price-ribbon {
  position: absolute; top: -2px; right: 28px; left: auto; transform: none;
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--amber); color: #1a1200; font-family: 'Sora', sans-serif; font-weight: 800; font-size: 11px;
  letter-spacing: .1em; text-transform: uppercase; padding: 7px 10px 6px; border-radius: 0 0 3px 3px; box-shadow: none; white-space: nowrap;
}
.price-ribbon .ic { width: 12px; height: 12px; stroke-width: 2.2; }
.price-dedicated { background: none; border-color: var(--rule); }
.price-dedicated .price-vol { color: var(--amber); }
.price-volnote {
  margin: 40px 0 0; max-width: 820px; text-align: left; font-size: 14.5px; line-height: 1.65; color: var(--t2);
  background: none; border: 0; border-radius: 0; padding: 0;
}
.price-volnote b { color: var(--t1); }
.price-volnote a { color: var(--amber); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--rule-amber); }
.price-volnote a:hover { text-decoration-color: var(--amber); }

/* ---------- Flagship plates: StormWatch / Production Desk / NightWatch ---------- */
.stormwatch, .proddesk, .nightwatch {
  position: relative; margin-top: 104px; border-radius: 0; overflow: visible;
  background: none; border: 0; border-top: 2px solid var(--amber); box-shadow: none; color: var(--t1);
}
.nightwatch { border-top: 1px solid var(--rule-strong); margin-top: 88px; }
/* ---- Hand-built atmosphere layers (no imagery, no page weight) ----
   Each flagship gets its own weather. Bounded box, sits behind content,
   kept dark so Fable's contrast ratios survive. */
.sw-glow, .pd-glow, .nw-glow {
  display: block; position: absolute; left: 50%; transform: translateX(-50%);
  top: -2px; width: 100vw; max-width: 100vw; height: 100%;
  pointer-events: none; z-index: 0; overflow: hidden;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 62%, transparent 100%);
          mask-image: linear-gradient(180deg, #000 0%, #000 62%, transparent 100%);
}
/* fine grain shared by all three — kills the flat-CSS look */
.sw-glow::after, .pd-glow::after, .nw-glow::after {
  content: ""; position: absolute; inset: 0; opacity: .5;
  background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 3px 3px;
}

/* STORMWATCH — real supercell photograph, graded into the storm palette.
   Scrim order matters: brand tint, then a heavy dark wash, then the photo. */
.sw-glow {
  background:
    linear-gradient(197deg, rgba(255,176,32,.08) 0%, transparent 34%),
    radial-gradient(900px 420px at 84% -12%, rgba(120,200,150,.10), transparent 66%),
    linear-gradient(180deg, rgba(9,16,26,.90) 0%, rgba(10,17,30,.74) 40%,
                            rgba(11,18,32,.80) 72%, rgba(11,18,32,.94) 100%),
    url("assets/atmos/sw.jpg") center 18% / cover no-repeat;
}

/* ---- Lightning: distant strike, double-flicker, long quiet gaps ---- */
.sw-sheet {
  position: absolute; top: 0; right: 4%; width: 62%; height: 76%;
  pointer-events: none; opacity: 0;
  background:
    radial-gradient(50% 44% at 62% 16%, rgba(214,234,255,.42), transparent 68%),
    radial-gradient(78% 66% at 58% 8%, rgba(150,190,240,.20), transparent 74%);
  animation: swStrike 11s ease-out infinite;
}
/* The CSS bolt is gone — the photograph has real lightning in it.
   The sheet-flash stays: it makes that real storm appear to fire. */
/* quiet, then a fast double-flash, then dark again */
@keyframes swStrike {
  0%, 86%, 100% { opacity: 0; }
  87%   { opacity: .95; }
  88.4% { opacity: .12; }
  89.6% { opacity: 1; }
  91.4% { opacity: .08; }
  93%   { opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .sw-sheet { animation: none; opacity: .18; }
}

/* NIGHTWATCH — real moonlit rooftops; the one lit window is the product story.
   Already dark, so it needs the lightest scrim of the three. */
.nw-glow {
  background:
    radial-gradient(760px 480px at 78% 12%, rgba(40,70,120,.16), transparent 72%),
    linear-gradient(180deg, rgba(7,11,22,.82) 0%, rgba(8,13,24,.68) 42%,
                            rgba(9,14,26,.78) 74%, rgba(9,14,26,.94) 100%),
    url("assets/atmos/nw.jpg") center 30% / cover no-repeat;
}

/* PRODUCTION DESK — real golden-hour aerial. Brightest source image by far,
   so it carries the heaviest scrim to keep white copy at AA. */
.pd-glow {
  background:
    linear-gradient(258deg, rgba(255,176,32,.10) 0%, transparent 42%),
    radial-gradient(820px 420px at 92% 84%, rgba(255,149,0,.10), transparent 68%),
    linear-gradient(180deg, rgba(12,11,10,.90) 0%, rgba(13,13,14,.84) 42%,
                            rgba(11,15,26,.88) 74%, rgba(11,15,26,.96) 100%),
    url("assets/atmos/pd.jpg") center 42% / cover no-repeat;
}

/* keep all flagship content above its weather */
.sw-body, .nw-body, .pd-body, .sw-compare, .pd-modules, .pd-flagbox { position: relative; z-index: 1; }

@media (prefers-reduced-motion: reduce) {
  .sw-glow, .pd-glow, .nw-glow { transition: none; }
}
.sw-body, .nw-body { position: relative; padding: 36px 0 0; }
.sw-head, .nw-head { display: grid; grid-template-columns: 7fr 5fr; gap: 20px 72px; align-items: start; }
.sw-eyebrow, .nw-eyebrow {
  grid-column: 1 / -1; display: inline-flex; align-items: center; gap: 10px; margin: 0 0 6px;
  font-family: 'Sora', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--amber);
}
.sw-eyebrow .ic, .nw-eyebrow .ic { width: 18px; height: 18px; }
.nw-moon { display: none; }
.sw-title, .nw-title {
  grid-column: 1; font-family: var(--display); font-variation-settings: 'wdth' 108;
  font-size: clamp(28px, 3.6vw, 46px); font-weight: 800; letter-spacing: -.03em; line-height: 1; color: var(--t1); margin: 0; max-width: none; text-wrap: balance;
}
.sw-lede, .nw-lede { grid-column: 2; font-size: 15.5px; color: var(--t2); line-height: 1.62; max-width: none; padding-top: 6px; }
.sw-lede b, .nw-lede b { color: var(--t1); }
.nw-lede em { color: var(--amber); font-style: normal; font-weight: 600; }
.sw-grid, .nw-grid { display: grid; grid-template-columns: 7fr 5fr; gap: 40px 72px; align-items: start; margin-top: 48px; }
.sw-list, .nw-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; border-top: 1px solid var(--rule); }
.sw-list li, .nw-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14.5px; color: var(--t2); padding: 14px 0; border-bottom: 1px solid var(--rule); line-height: 1.5; }
.sw-tick, .nw-tick { color: var(--amber); display: inline-flex; margin-top: 2px; font-weight: 400; }
.sw-tick .ic, .nw-tick .ic { width: 16px; height: 16px; stroke-width: 2.2; }
.sw-pricebox, .nw-pricebox { background: none; border: 1px solid var(--rule-strong); border-radius: var(--r-panel); padding: 28px 28px 26px; text-align: left; }
.sw-price, .nw-price, .pd-flag-price {
  font-family: var(--display); font-variation-settings: 'wdth' 108; font-size: 56px; font-weight: 800;
  letter-spacing: -.035em; line-height: 1; color: var(--t1); font-variant-numeric: tabular-nums;
}
.sw-price span, .nw-price span, .pd-flag-price span { font-size: 16px; color: var(--t3); font-weight: 600; letter-spacing: 0; margin-left: 2px; }
.sw-price-sub, .nw-price-sub { font-size: 11.5px; text-transform: uppercase; letter-spacing: .1em; color: var(--t3); font-weight: 700; margin: 12px 0 18px; }
.sw-price-contrast { font-size: 13.5px; color: var(--t2); line-height: 1.55; margin: 0 0 14px; }
.sw-price-contrast b { color: var(--t1); font-weight: 700; }
.sw-price-note, .nw-vs { font-size: 13.5px; color: var(--t2); line-height: 1.55; margin: 0 0 20px; padding-top: 14px; border-top: 1px solid var(--rule); }
.sw-price-note b { color: var(--t1); }
.sw-price-note em { color: var(--amber); font-style: normal; font-weight: 600; }
.nw-vs s { color: var(--t3); }
.nw-vs em { color: var(--t1); font-style: normal; font-weight: 600; }

/* Buy-vs-build: proportional bars, tabular figures. Length + label carry meaning, not color alone. */
.sw-compare { margin-top: 56px; padding: 0; background: none; border: 0; border-radius: 0; }
.sw-compare-head { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--t3); margin-bottom: 0; padding-bottom: 14px; border-bottom: 1px solid var(--rule); }
.sw-compare-rows { display: flex; flex-direction: column; gap: 0; }
.sw-crow {
  display: grid; grid-template-columns: minmax(240px, 4fr) 5fr minmax(130px, auto); align-items: center; gap: 28px;
  padding: 16px 0; background: none; border: 0; border-radius: 0; border-bottom: 1px solid var(--rule);
}
.sw-crow::before { content: ""; grid-column: 2; grid-row: 1; height: 10px; width: var(--w, 100%); background: rgba(255,255,255,.22); border-radius: 1px; justify-self: start; }
.sw-crow--win { background: none; border: 0; border-bottom: 1px solid var(--rule); }
.sw-crow--win::before { background: var(--amber); }
.sw-clabel { grid-column: 1; grid-row: 1; font-size: 14.5px; color: var(--t1); line-height: 1.35; }
.sw-clabel small { display: block; color: var(--t3); font-size: 12.5px; margin-top: 3px; }
.sw-cval {
  grid-column: 3; grid-row: 1; font-family: var(--display); font-variation-settings: 'wdth' 108; font-weight: 800;
  font-size: 22px; letter-spacing: -.02em; font-variant-numeric: tabular-nums; text-align: right; white-space: nowrap;
}
.sw-cval--bad, .sw-cval--mid { color: var(--t2); }
.sw-cval--good { color: var(--amber); }
.sw-compare-foot { font-size: 14px; color: var(--t2); line-height: 1.6; margin-top: 20px; max-width: 760px; }
.sw-compare-foot b { color: var(--t1); }

/* Production Desk modules */
.pd-modules { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 48px; border-top: 1px solid var(--rule); }
.pd-mod { background: none; border: 0; border-radius: 0; padding: 30px 40px 8px 0; }
.pd-mod + .pd-mod { border-left: 1px solid var(--rule); padding: 30px 0 8px 40px; }
.pd-mod-name { font-family: var(--display); font-variation-settings: 'wdth' 108; font-size: 22px; font-weight: 800; letter-spacing: -.02em; color: var(--t1); margin-bottom: 10px; line-height: 1; }
.pd-mod-price { font-family: var(--display); font-variation-settings: 'wdth' 108; font-size: 30px; font-weight: 800; color: var(--t1); font-variant-numeric: tabular-nums; letter-spacing: -.025em; margin-bottom: 20px; line-height: 1; }
.pd-mod-price span { font-family: 'Sora', sans-serif; font-size: 13px; color: var(--t3); font-weight: 600; letter-spacing: 0; margin-left: 6px; }
.pd-mod ul { list-style: none; display: grid; gap: 0; border-top: 1px solid var(--rule); }
.pd-mod li { display: flex; align-items: flex-start; gap: 12px; font-size: 14.5px; color: var(--t2); padding: 11px 0; border-bottom: 1px solid var(--rule); line-height: 1.5; }
.pd-mod li::before { content: ""; flex: none; width: 10px; height: 1px; background: var(--amber); margin-top: .75em; }
.pd-flagbox {
  margin-top: 48px; display: grid; grid-template-columns: 7fr 5fr; gap: 24px 72px; align-items: center;
  background: none; border: 1px solid var(--rule-strong); border-radius: var(--r-panel); padding: 30px 32px;
}
.pd-flag-head { font-family: var(--display); font-variation-settings: 'wdth' 108; font-size: 24px; font-weight: 800; color: var(--t1); letter-spacing: -.02em; margin-bottom: 8px; line-height: 1.05; }
.pd-flag-sub { font-size: 14.5px; color: var(--t2); line-height: 1.55; }
.pd-flag-sub b { color: var(--t1); }
.pd-flag-right { text-align: left; white-space: normal; display: grid; grid-template-columns: auto 1fr; gap: 6px 24px; align-items: center; }
.pd-flag-price { grid-row: 1 / span 2; font-size: 48px; }
.pd-flag-note { font-size: 11.5px; text-transform: uppercase; letter-spacing: .1em; color: var(--t3); margin: 0; align-self: end; }
.pd-flag-right .btn { align-self: start; }

/* NightWatch objection */
.nw-objection { margin-top: 40px; padding: 22px 0 0; background: none; border: 0; border-top: 1px solid var(--rule); border-radius: 0; max-width: 820px; }
.nw-objection p { font-size: 15px; color: var(--t2); line-height: 1.6; margin: 0; }
.nw-objection b { color: var(--t1); }

/* ---------- Add-ons: a rate list with leaders ---------- */
.addons {
  margin-top: 88px; background: none; border: 0; border-top: 1px solid var(--rule-strong); border-radius: 0; box-shadow: none;
  padding: 34px 0 0; display: grid; grid-template-columns: 5fr 7fr; gap: 24px 72px; align-items: start;
}
.addons-title { font-family: var(--display); font-variation-settings: 'wdth' 108; font-size: 26px; font-weight: 800; color: var(--t1); letter-spacing: -.02em; margin: 0; line-height: 1; }
.addons-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; }
.addons-list li { display: flex; flex-direction: row; align-items: baseline; gap: 12px; padding: 12px 0; background: none; border-radius: 0; border-bottom: 1px solid var(--rule); }
.addons-list li::after { content: ""; flex: 1; order: 2; border-bottom: 1px dotted rgba(255,255,255,.3); transform: translateY(-4px); min-width: 16px; }
.addons-list span { order: 1; font-size: 14.5px; color: var(--t2); }
.addons-list b { order: 3; font-family: var(--display); font-variation-settings: 'wdth' 108; font-weight: 800; font-size: 20px; color: var(--t1); font-variant-numeric: tabular-nums; letter-spacing: -.02em; }
.price-nudge { margin: 56px 0 0; text-align: left; font-size: 16px; color: var(--t2); background: none; border: 0; border-radius: 0; padding: 0; max-width: 720px; line-height: 1.6; }
.price-nudge strong { color: var(--t1); }

/* Guarantee: one defined edge */
.guarantee {
  margin-top: 48px; display: grid; grid-template-columns: auto 1fr auto; gap: 24px 28px; align-items: center; flex-wrap: nowrap;
  background: none; border: 1px solid var(--rule-amber); border-radius: var(--r-panel); padding: 30px 32px; box-shadow: none;
}
.guarantee-icon { display: flex; color: var(--amber); font-size: 0; }
.guarantee-icon .ic { width: 40px; height: 40px; stroke-width: 1.4; }
.guarantee h3 { font-family: var(--display); font-variation-settings: 'wdth' 108; font-size: 24px; font-weight: 800; color: var(--t1); letter-spacing: -.02em; margin-bottom: 6px; line-height: 1.05; }
.guarantee p { font-size: 15px; color: var(--t2); max-width: 620px; line-height: 1.55; }
.guarantee .btn { margin-left: 0; }

/* ---------- Founder: editorial pull quote ---------- */
.founder { background: var(--s0); color: var(--t1); border-top: 1px solid var(--rule); }
.founder-inner { max-width: none; margin: 0; text-align: left; display: grid; grid-template-columns: 3fr 9fr; gap: 24px 72px; align-items: start; }
.founder .eyebrow { grid-column: 1; margin: 8px 0 0; }
.founder-quote {
  grid-column: 2; font-family: var(--display); font-variation-settings: 'wdth' 104; font-weight: 600;
  font-size: clamp(20px, 2.4vw, 30px); line-height: 1.32; color: var(--t2); margin: 0; letter-spacing: -.015em;
}
.founder-quote strong { color: var(--t1); font-weight: 700; }
.founder-attr { grid-column: 2; display: flex; justify-self: start; align-items: center; gap: 16px; margin-top: 8px; padding-top: 24px; border-top: 1px solid var(--rule); min-width: 320px; }
.founder-avatar {
  width: 44px; height: 44px; border-radius: var(--r-inst); display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-weight: 800; font-size: 20px; color: #1a1200; background: var(--amber);
}
.founder-name { font-family: 'Sora', sans-serif; font-weight: 700; color: var(--t1); text-align: left; }
.founder-role { font-size: 13.5px; color: var(--t3); text-align: left; }

/* ---------- Final CTA + form: instrument panel ---------- */
.cta-final { background: var(--s1); border-top: 1px solid var(--rule); }
.cta-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: start; }
.cta-copy .section-title { font-size: clamp(32px, 4vw, 52px); }
.cta-checks { list-style: none; margin: 30px 0 34px; display: grid; gap: 0; border-top: 1px solid var(--rule); max-width: 460px; }
.cta-checks li { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--rule); font-size: 15.5px; color: var(--t1); font-weight: 500; }
.cta-checks .ic { width: 18px; height: 18px; color: var(--amber); stroke-width: 2.2; }
.cta-phone-big {
  display: inline-flex; align-items: center; gap: 12px; font-family: var(--display); font-variation-settings: 'wdth' 108;
  font-weight: 800; font-size: 34px; color: var(--t1); font-variant-numeric: tabular-nums; letter-spacing: -.02em; line-height: 1;
  transition: color var(--dur-1) var(--ease);
}
.cta-phone-big .ic { width: 26px; height: 26px; color: var(--amber); }
.cta-phone-big:hover { color: var(--amber); }
.cta-hours { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--t3); margin-top: 10px; }

.lead-form { background: var(--s3); border: 1px solid var(--rule-strong); border-radius: var(--r-panel); padding: 36px; box-shadow: none; }
.form-title { font-family: var(--display); font-variation-settings: 'wdth' 108; font-size: 24px; font-weight: 800; color: var(--t1); letter-spacing: -.02em; margin-bottom: 26px; line-height: 1; }
.field { margin-bottom: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label { display: block; font-size: 12px; font-weight: 700; color: var(--t2); margin-bottom: 8px; text-transform: uppercase; letter-spacing: .08em; }
.field input, .field select {
  width: 100%; min-height: 48px; padding: 12px 14px; font-size: 15px; font-family: inherit;
  border: 1px solid var(--rule-strong); border-radius: var(--r-inst); background: var(--s1); color: var(--t1);
  transition: border-color var(--dur-1) var(--ease), box-shadow var(--dur-1) var(--ease);
}
.field input::placeholder { color: var(--t3); }
.field select {
  appearance: none; -webkit-appearance: none; padding-right: 42px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a9b8d0' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; background-size: 18px 18px;
}
.field select option { color: var(--ink); background: #fff; }
.field input:focus, .field select:focus { outline: none; border-color: var(--amber); background: var(--s1); box-shadow: 0 0 0 3px rgba(255,176,32,.3); }
.field input:user-invalid, .field select:user-invalid { border-color: #ff8a8a; }
.lead-form .btn { margin-top: 8px; }
.form-fine { font-size: 12.5px; color: var(--t3); text-align: left; margin-top: 14px; }
.form-success {
  margin-top: 18px; padding: 18px 20px; border-radius: var(--r-panel); text-align: left;
  display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center;
  background: rgba(22,197,163,.08); border: 1px solid rgba(22,197,163,.4);
}
.success-check { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: var(--r-inst); margin: 0; background: var(--teal); color: #041a14; }
.success-check .ic { width: 20px; height: 20px; stroke-width: 2.2; }
.form-success p { font-size: 15px; color: var(--t1); }
.form-success[hidden] { display: none; }

/* ---------- Footer ---------- */
.site-footer { position: relative; background: var(--s0); color: var(--t3); padding: 64px 0 32px; }
.site-footer::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,176,32,.55) 22%, rgba(255,176,32,.55) 46%, transparent 72%);
}
.footer-inner { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; flex-wrap: wrap; padding-bottom: 32px; border-bottom: 1px solid var(--rule); }
.footer-brand p { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; margin-top: 16px; color: var(--t3); }
.footer-info { text-align: right; }
.footer-phone { font-family: var(--display); font-variation-settings: 'wdth' 108; font-weight: 800; font-size: 26px; color: var(--t1); font-variant-numeric: tabular-nums; letter-spacing: -.02em; transition: color var(--dur-1) var(--ease); }
.footer-phone:hover { color: var(--amber); }
.footer-info p { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; margin-top: 8px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 24px; font-size: 13px; color: var(--t3); }

/* ---------- Reveal animation: short, ease-out, transform + opacity only ---------- */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .45s var(--ease), transform .45s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }
/* Hero must never be hidden waiting for a scroll trigger */
.hero .reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .dot-live { animation: none; }
  .pp-sms-dot { animation: none; }
  .btn, .btn:hover { transform: none; }
  html { scroll-behavior: auto; }
}

.d-desktop { display: inline; }

/* ---------- Responsive (below the hero) ---------- */
@media (max-width: 1080px) {
  #serve .container { grid-template-columns: 1fr; gap: 44px; }
  #serve .section-head { position: static; }
  .steps { grid-template-columns: repeat(3, 1fr); gap: 0 24px; }
  .est-steps { grid-template-columns: repeat(2, 1fr); }
  .price-card {
    grid-template-columns: 1.1fr 1fr 1.7fr;
    grid-template-areas:
      "name amt feats"
      "desc vol feats"
      "inc  .   feats"
      "con  .   feats"
      "ala  .   feats"
      "cta  cta feats";
  }
  .price-card .btn { margin-top: 20px; justify-self: start; width: auto; min-width: 200px; }
  .price-feats { grid-template-columns: 1fr; }
  .stat-big { font-size: clamp(64px, 9vw, 120px); }
}
@media (max-width: 900px) {
  .nav-links, .nav-cta { display: none; }
  .menu-toggle { display: flex; }
  .cta-grid { grid-template-columns: 1fr; gap: 44px; }
  .proposal-preview { grid-template-columns: 1fr; gap: 28px; max-width: 620px; margin-left: 0; margin-right: auto; }
  .pp-caption { text-align: left; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  #why .why-grid { grid-template-columns: 1fr; }
  .own-grid { grid-template-columns: 1fr; max-width: none; margin: 0; border-top: 1px solid var(--rule); }
  .own-card, .own-card:first-child, .own-card:last-child { border-left: 0; padding: 30px 0 28px; border-bottom: 1px solid var(--rule); }
  .est-valueband-inner, .own-band, .sw-head, .nw-head, .sw-grid, .nw-grid, .pd-flagbox, .addons, .founder-inner { grid-template-columns: 1fr; gap: 20px; }
  .sw-title, .nw-title, .sw-lede, .nw-lede { grid-column: 1; }
  .sw-lede, .nw-lede { padding-top: 0; }
  .founder .eyebrow, .founder-quote, .founder-attr { grid-column: 1; }
  .pd-modules { grid-template-columns: 1fr; }
  .pd-mod, .pd-mod + .pd-mod { border-left: 0; padding: 28px 0 8px; }
  .pd-mod + .pd-mod { border-top: 1px solid var(--rule); }
  .stat-block { grid-template-columns: 1fr; gap: 12px; }
  .stat-big { grid-row: auto; }
  .stat-source { grid-column: 1; }
}
@media (max-width: 720px) {
  .section { padding: 64px 0; }
  .positioning-line { flex-direction: column; align-items: flex-start; gap: 12px; font-size: 20px; }
  .pp-head { flex-direction: column; gap: 8px; }
  .pp-meta { text-align: left; }
  .why-grid, #why .why-grid { grid-template-columns: 1fr; }
  .steps, .est-steps { grid-template-columns: 1fr; gap: 0; }
  .step { display: grid; grid-template-columns: 56px 1fr; gap: 4px 20px; padding: 22px 0; border-bottom: 1px solid var(--rule); }
  .step::before { display: none; }
  .step-num { grid-row: 1 / span 2; font-size: 30px; margin: 0; }
  .est-benefits { grid-template-columns: 1fr; }
  .pp-cover { flex-direction: column; }
  .pp-aerial { flex-basis: auto; width: 100%; height: 80px; }
  .pp-aerial-tag { left: auto; right: 8px; width: auto; }
  .pp-tiers { grid-template-columns: 1fr; }
  .pp-tier--popular { transform: none; margin: 8px 0; }
  .pp-sms { right: 12px; bottom: -16px; }
  .price-card, .price-featured {
    grid-template-columns: 1fr;
    grid-template-areas: "name" "desc" "amt" "vol" "inc" "con" "feats" "ala" "cta";
    column-gap: 0; padding: 30px 0 32px; margin: 0;
  }
  .price-featured { margin: 0 -24px; padding: 34px 24px 36px; }
  .price-ribbon { right: 24px; }
  .price-amount { margin-top: 6px; }
  .price-vol { margin-bottom: 14px; }
  .price-feats { margin: 8px 0 16px; }
  .price-alacarte { margin-bottom: 20px; }
  .price-card .btn { width: 100%; margin-top: 0; }
  .sw-list, .nw-list { grid-template-columns: 1fr; }
  .sw-crow { grid-template-columns: 1fr auto; gap: 10px 20px; }
  .sw-crow::before { grid-column: 1 / -1; grid-row: 2; }
  .addons-list { grid-template-columns: 1fr; }
  .guarantee { grid-template-columns: 1fr; }
  .guarantee .btn { width: 100%; }
  .pd-flag-right { grid-template-columns: 1fr; }
  .pd-flag-price { grid-row: auto; }
  .field-row { grid-template-columns: 1fr; }
  .lead-form { padding: 26px 22px; }
  .chat-widget { position: fixed; bottom: 20px; right: 20px; }
  .chat-launcher { width: 56px; height: 56px; }
  .chat-panel { width: calc(100vw - 40px); max-width: 380px; }
}
  .trust-sep { display: none; }
  .trust-strip { gap: 16px 24px; }
  .d-desktop { display: none; }
  .footer-info { text-align: left; }
  .footer-inner { align-items: flex-start; }
}

/* ============ Chat Widget (interim: SMS-based, replaces with GHL native) ============ */
.chat-widget {
  position: fixed; bottom: 24px; right: 24px; z-index: 9999;
  font-family: 'Sora', sans-serif;
}

.chat-launcher {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 64px; height: 64px; background: var(--amber); color: var(--ink);
  border: none; border-radius: 50%; cursor: pointer; font-weight: 700; font-size: 14px;
  box-shadow: 0 4px 16px rgba(255, 176, 32, 0.3); transition: all .2s ease;
}
.chat-launcher:hover { background: var(--amber-2); box-shadow: 0 6px 20px rgba(255, 176, 32, 0.4); transform: scale(1.08); }
.chat-launcher .ic { width: 20px; height: 20px; flex: none; }
.chat-launcher-label { display: none; }

.chat-panel {
  position: absolute; bottom: 84px; right: 0; width: 360px; max-width: calc(100vw - 48px);
  background: var(--s3); border: 1px solid var(--rule-strong); border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4); padding: 0; margin: 0; overflow: hidden;
  animation: slide-up .3s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes slide-up { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

.chat-panel-head {
  display: grid; grid-template-columns: 16px 1fr 24px; gap: 12px; align-items: center;
  padding: 16px; background: var(--s2); border-bottom: 1px solid var(--rule);
}
.chat-dot {
  display: inline-block; width: 8px; height: 8px; background: #4ade80; border-radius: 50%;
  box-shadow: 0 0 8px rgba(74, 222, 128, 0.5);
}
.chat-panel-heads { display: block; }
.chat-panel-title {
  font-weight: 700; font-size: 14px; color: var(--t1); margin: 0; padding: 0;
}
.chat-panel-sub {
  font-size: 11px; color: var(--t3); margin: 4px 0 0; padding: 0; font-weight: 500;
}
.chat-panel-close {
  background: none; border: none; color: var(--t2); font-size: 20px; cursor: pointer; padding: 0; width: 24px; height: 24px;
  display: flex; align-items: center; justify-content: center; transition: color .15s;
}
.chat-panel-close:hover { color: var(--t1); }

.chat-panel-body {
  font-size: 14px; color: var(--t2); line-height: 1.5; margin: 0; padding: 16px; background: var(--s3);
}

.chat-text-cta {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  margin: 0 16px 12px; width: auto; background: var(--amber) !important; color: var(--ink) !important;
  border: none; font-weight: 600; padding: 12px 16px; border-radius: 8px; font-size: 13px; text-decoration: none;
  transition: background .2s, transform .15s;
}
.chat-text-cta:hover { background: var(--amber-2) !important; transform: translateY(-1px); }
.chat-text-cta .ic { width: 18px; height: 18px; }

.chat-panel-fine {
  font-size: 11px; color: var(--t3); line-height: 1.4; margin: 0; padding: 0 16px 16px;
}
.chat-panel-fine a {
  color: var(--amber); text-decoration: none; font-weight: 600;
}
.chat-panel-fine a:hover { text-decoration: underline; }
