@font-face {
  font-family: "Bricolage";
  src: url("assets/fonts/bricolage-grotesque-latin.woff2") format("woff2");
  font-display: swap;
  font-weight: 200 800;
}

@font-face {
  font-family: "Onest";
  src: url("assets/fonts/onest-latin.woff2") format("woff2");
  font-display: swap;
  font-weight: 100 900;
}

:root {
  --ink: #111312;
  --ink-soft: #394248;
  --paper: #f7fbfd;
  --white: #ffffff;
  --blue: #0fa2db;
  --blue-deep: #087eaa;
  --blue-dark: #075172;
  --navy: #082f45;
  --ice: #eaf8fd;
  --line: rgba(8, 81, 114, 0.16);
  --yellow: #ffd34d;
  --red: #e93b42;
  --red-dark: #b91f2b;
  --form-copy: #46545b;
  --form-muted: #536269;
  --form-control: #edf5f8;
  --form-control-hover: #dff1f8;
  --form-border: #c6dce5;
  --form-border-hover: #95c9dc;
  --focus-blue: rgba(15,162,219,.35);
  --radius: 28px;
  --shadow-phone: 0 34px 70px rgba(5, 54, 78, 0.34), 0 9px 24px rgba(5, 54, 78, 0.22);
  --font-display: "Bricolage", sans-serif;
  --font-body: "Onest", sans-serif;
}

/* Conversion pass: bolder proof, real people, and a restrained signal red. */
.audience-callout {
  position: relative;
  padding: 7px 13px 7px 7px;
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: 0 12px 30px rgba(4,43,61,.14);
}
.audience-callout::after { content: ""; position: absolute; inset: auto 12px -4px 42%; height: 4px; background: var(--red); transform: rotate(-1.5deg); }
.audience-callout img { width: 36px; height: 36px; border-radius: 4px; object-fit: cover; object-position: 43% 28%; }

.proof-faces img { width: 38px; height: 38px; margin-left: -8px; border: 2px solid #47bde6; border-radius: 50%; object-fit: cover; object-position: center 24%; background: var(--white); }
.proof-faces img:first-child { margin-left: 0; }

.artifact-tag { display: grid; grid-template-columns: 34px 1fr; grid-template-rows: auto auto; column-gap: 10px; align-items: center; min-width: 178px; border-left: 4px solid var(--red); }
.artifact-tag svg { grid-row: 1 / 3; width: 32px; height: 32px; padding: 6px; color: var(--white); background: var(--red); border-radius: 8px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.artifact-tag strong, .artifact-tag span { grid-column: 2; }
.artifact-tag span { margin-top: 0; }

.hero h1 span { position: relative; display: inline-block; }
.hero h1 span::after { content: ""; position: absolute; z-index: -1; left: -2%; right: -2%; bottom: .02em; height: .13em; background: var(--red); transform: rotate(-1deg); }
.blue-cta-band { background: linear-gradient(100deg, var(--blue-dark), var(--blue)); border-block: 6px solid var(--red); }

.process-section { width: min(1320px, calc(100% - 44px)); }
.process-section > .copy-column { max-width: 880px; }
.process-list { display: grid; grid-template-columns: .95fr 1.18fr .95fr; align-items: stretch; gap: 22px; margin-top: 58px; }
.process-list > li.process-card { display: flex; flex-direction: column; gap: 0; padding: 0; background: var(--white); border: 1px solid rgba(8,81,114,.14); box-shadow: 0 20px 50px rgba(7,81,114,.09); overflow: hidden; }
.process-list > li:nth-child(2) { transform: translateY(30px); }
.process-visual { position: relative; height: 315px; display: grid; place-items: center; overflow: hidden; background: #dff3fb; }
.process-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; }
.process-copy { flex: 1; padding: 30px; }
.process-copy .step-number { display: block; margin-bottom: 20px; font-size: 66px; line-height: .75; }
.process-list h3 { margin-bottom: 12px; font-size: 31px; }
.process-list p { margin-bottom: 0; font-size: 15px; }
.process-list small { display: block; margin-top: 15px; font-size: 12px; }
.process-visual .browser-preview { width: calc(100% - 32px); margin: 0; transform: rotate(-1deg); box-shadow: 0 20px 40px rgba(7,81,114,.17); }
.process-visual .browser-bar { height: 32px; padding-inline: 8px; gap: 8px; }
.process-visual .browser-url { padding: 3px 6px; font-size: 7px; }
.visual-badge { position: absolute; z-index: 3; right: 16px; bottom: 16px; padding: 8px 12px; color: var(--white); background: var(--red); border-radius: 4px; box-shadow: 0 10px 26px rgba(95,8,14,.28); font-size: 11px; font-weight: 800; }
.approval-visual { background: linear-gradient(145deg, #075172, #0fa2db); }
.mini-phone { width: 132px; height: 270px; overflow: hidden; padding: 5px; background: #0d161a; border: 1px solid rgba(255,255,255,.4); border-radius: 23px; box-shadow: 0 24px 40px rgba(0,0,0,.28); transform: rotate(4deg); }
.mini-phone img { width: 100%; height: 100%; object-fit: cover; border-radius: 18px; }
.approved-stamp { position: absolute; left: 18px; bottom: 22px; display: inline-flex; align-items: center; gap: 6px; padding: 10px 13px; color: var(--white); background: var(--red); border: 3px solid rgba(255,255,255,.9); box-shadow: 0 12px 26px rgba(4,40,57,.3); font-size: 11px; font-weight: 900; letter-spacing: .08em; transform: rotate(-7deg); }
.approved-stamp svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.section-inline-cta { padding-top: 82px; }

.google-growth-card { min-height: 390px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; color: var(--ink); background: var(--white); border: 1px solid rgba(8,81,114,.14); box-shadow: 0 28px 60px rgba(7,81,114,.15); transform: rotate(1.5deg); }
.google-growth-head { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 12px; }
.google-growth-head img { width: 32px; }
.google-growth-head div { display: flex; flex-direction: column; }
.google-growth-head strong { font-size: 14px; }
.google-growth-head span { color: #718087; font-size: 10px; }
.google-growth-head b { color: #f4b400; font-size: 13px; }
.growth-chart { height: 145px; display: flex; align-items: flex-end; gap: 10px; margin: 28px 0 22px; padding: 18px 18px 0; border-bottom: 1px solid #dce8ed; background: linear-gradient(to top, rgba(15,162,219,.08), transparent); }
.growth-chart i { flex: 1; height: var(--h); min-height: 10px; background: linear-gradient(to top, var(--blue-dark), var(--blue)); border-radius: 4px 4px 0 0; }
.growth-chart i:last-child { background: var(--red); box-shadow: 0 0 0 6px rgba(233,59,66,.11); }
.growth-result { display: grid; grid-template-columns: 1fr auto; align-items: end; }
.growth-result span { grid-column: 1 / -1; color: #718087; font-size: 10px; }
.growth-result strong { color: var(--blue-dark); font-family: var(--font-display); font-size: 42px; line-height: 1; letter-spacing: -.06em; }
.growth-result em { color: var(--red); font-size: 13px; font-style: normal; font-weight: 800; }

.bonus-section { width: min(1240px, calc(100% - 44px)); }
.bonus-section > .copy-column { max-width: 930px; }
.bonus-stack { display: flex; flex-direction: column; gap: 28px; margin-top: 70px; }
.bonus-card { min-height: 430px; display: grid; grid-template-columns: 400px minmax(0,1fr); align-items: center; gap: 70px; padding: 54px 70px; color: var(--white); background: linear-gradient(135deg, #087eaa, #0fa2db); overflow: hidden; }
.bonus-card:nth-child(even) { grid-template-columns: minmax(0,1fr) 400px; color: var(--ink); background: #eaf8fd; }
.bonus-card:nth-child(even) .bonus-product { order: 2; }
.bonus-card:nth-child(even) .bonus-copy { order: 1; }
.bonus-card.bonus-red { background: linear-gradient(135deg, #8e1520, var(--red)); }
.bonus-card.bonus-dark { background: linear-gradient(135deg, #071f2b, #075172); }
.bonus-card.bonus-ice { background: #eaf8fd; }
.bonus-product { position: relative; justify-self: center; width: 270px; height: 330px; perspective: 1100px; transform: rotate(-3deg); }
.product-cover { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 36px 30px; color: var(--white); background: linear-gradient(145deg, #093a50, #061d28); border: 1px solid rgba(255,255,255,.3); box-shadow: -24px 28px 45px rgba(0,0,0,.32); transform: rotateY(-12deg); transform-origin: right center; }
.product-cover::before { content: "IVORY SIGHTS"; font-size: 9px; font-weight: 850; letter-spacing: .17em; opacity: .72; }
.product-cover::after { content: "FIELD KIT"; align-self: flex-end; padding: 5px 7px; color: var(--white); background: var(--red); font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.product-cover svg { width: 72px; height: 72px; fill: none; stroke: var(--blue); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.product-cover span { font-family: var(--font-display); font-size: 31px; font-weight: 760; line-height: .96; letter-spacing: -.04em; }
.product-spine { position: absolute; z-index: -1; top: 7px; bottom: -7px; left: -18px; width: 36px; background: #04141c; box-shadow: -12px 16px 24px rgba(0,0,0,.25); transform: skewY(-18deg); }
.bonus-red .product-cover { background: linear-gradient(145deg, #fff, #edf7fb); color: var(--ink); }
.bonus-red .product-cover svg { stroke: var(--red); }
.bonus-copy > span { display: none; }
.bonus-card:nth-child(even) .bonus-copy > span { color: var(--blue-deep); }
.bonus-copy h3 { max-width: 680px; margin-top: 12px; font-size: clamp(42px,5vw,66px); }
.bonus-copy p { max-width: 590px; color: rgba(255,255,255,.76); }
.bonus-card:nth-child(even) .bonus-copy p { color: var(--ink-soft); }
.bonus-price { display: flex; align-items: center; gap: 18px; margin-top: 28px; }
.bonus-price s { position: relative; color: rgba(255,255,255,.72); font-size: 20px; text-decoration-color: var(--red); text-decoration-thickness: 4px; }
.bonus-card:nth-child(even) .bonus-price s { color: #6a777d; }
.bonus-price strong { padding: 7px 10px; color: var(--white); background: var(--red); font-size: 11px; letter-spacing: .08em; }
.bonus-stack .estimate-total { margin-top: 8px; padding: 30px; color: var(--white); background: var(--ink); border: 0; }
.bonus-stack .estimate-total strong { color: var(--white); }
.bonus-stack .estimate-total s { color: rgba(255,255,255,.48); text-decoration-color: var(--red); text-decoration-thickness: 5px; }

.math-section { position: relative; isolation: isolate; min-height: 660px; display: flex; flex-direction: column; justify-content: center; background: url("assets/photos/contractor-roof-wide.jpg") center / cover no-repeat; overflow: hidden; }
.math-section::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(2,12,17,.94), rgba(3,23,32,.8) 54%, rgba(3,16,22,.72)); }
.math-section::after { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 11%; width: 6px; background: var(--red); }
.math-section h2, .math-lines { position: relative; }
.math-lines strong { text-decoration: underline; text-decoration-color: var(--red); text-decoration-thickness: .12em; text-underline-offset: .12em; }

.price-section { background: linear-gradient(145deg, #064660, #087eaa 62%, #0fa2db); }
.price-section .copy-column { max-width: 850px; }
.price-section .copy-column > p { font-size: 19px; }
.price-reveal { border-color: rgba(255,255,255,.35); box-shadow: 0 35px 70px rgba(3,40,57,.23); }
.old-price { background: rgba(5,49,68,.56); }
.old-price strong::before, .old-price strong::after { content: ""; position: absolute; left: -9%; right: -9%; top: 48%; height: 8px; background: var(--red); box-shadow: 0 0 0 2px rgba(255,255,255,.18); transform: rotate(-9deg); }
.old-price strong::before { transform: rotate(7deg); }
.new-price { background: var(--red); }
.price-ledger .ledger-total strong, .cancel-line { color: #fff3a8; }
.price-section .cta-button { background: var(--ink); color: var(--white); }

.guarantees-section { width: min(1240px, calc(100% - 44px)); }
.guarantees-section h2 { max-width: 1000px; font-size: clamp(64px,7vw,104px); }
.risk-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 70px; }
.risk-compare article { display: flex; flex-direction: column; gap: 0; padding: 42px; color: rgba(255,255,255,.78); background: #172128; }
.risk-compare article:last-child { color: var(--ink); background: var(--ice); border: 3px solid var(--blue); }
.risk-compare span { margin-bottom: 24px; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.risk-compare article:last-child span { color: var(--blue-deep); }
.risk-compare strong { position: relative; padding: 18px 0 18px 32px; border-top: 1px solid rgba(255,255,255,.14); font-family: var(--font-display); font-size: 23px; }
.risk-compare strong::before { content: "×"; position: absolute; left: 0; color: var(--red); font-family: var(--font-body); font-size: 25px; }
.risk-compare article:last-child strong { border-color: var(--line); }
.risk-compare article:last-child strong::before { content: "✓"; color: var(--blue-deep); }

.video-proof { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.video-card { border-top: 5px solid var(--blue); box-shadow: 0 18px 35px rgba(7,81,114,.08); }
.video-card:nth-child(2n) { border-top-color: var(--red); transform: translateY(18px); }
.video-card video { aspect-ratio: 9 / 14; }
.video-card figcaption strong { font-size: 20px; }
.google-proof { display: block; columns: 3; column-gap: 18px; margin-top: 58px; }
.google-review-card { break-inside: avoid; margin: 0 0 18px; border: 0; border-top: 4px solid var(--blue); box-shadow: 0 16px 36px rgba(7,81,114,.08); }
.google-review-card:nth-child(3n+2) { border-top-color: var(--red); }
.proof-note { margin-top: 12px; }

@media (max-width: 980px) {
  .process-list { grid-template-columns: 1fr; }
  .process-list > li:nth-child(2) { transform: none; }
  .process-card { display: grid !important; grid-template-columns: 42% 1fr; }
  .process-visual { height: 100%; min-height: 350px; }
  .bonus-card, .bonus-card:nth-child(even) { grid-template-columns: 330px 1fr; gap: 45px; padding: 45px; }
  .bonus-card:nth-child(even) .bonus-product { order: initial; }
  .bonus-card:nth-child(even) .bonus-copy { order: initial; }
  .bonus-product { width: 230px; height: 290px; }
  .video-proof { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .google-proof { columns: 2; }
}

@media (max-width: 760px) {
  .audience-callout { justify-content: flex-start; text-align: left; }
  .audience-callout img { flex: 0 0 auto; width: 39px; height: 39px; }
  .artifact-tag { min-width: 155px; grid-template-columns: 30px 1fr; padding: 10px 12px; }
  .artifact-tag svg { width: 28px; height: 28px; }
  .proof-faces img { width: 36px; height: 36px; }
  .process-section { width: calc(100% - 36px); }
  .process-list { display: flex; flex-direction: column; gap: 18px; margin-top: 42px; }
  .process-card { display: flex !important; flex-direction: column; }
  .process-visual { height: 310px; min-height: 0; }
  .process-copy { padding: 26px 23px 30px; }
  .process-copy .step-number { font-size: 58px; }
  .process-list h3 { font-size: 30px; }
  .section-inline-cta { padding-top: 42px; }
  .google-growth-card { width: 100%; min-height: 350px; padding: 22px; transform: none; }
  .bonus-section { width: calc(100% - 36px); }
  .bonus-stack { gap: 18px; margin-top: 42px; }
  .bonus-card, .bonus-card:nth-child(even) { min-height: 0; display: flex; flex-direction: column; gap: 20px; padding: 36px 22px 32px; }
  .bonus-card:nth-child(even) .bonus-product { order: initial; }
  .bonus-card:nth-child(even) .bonus-copy { order: initial; }
  .bonus-product { width: 205px; height: 252px; margin-bottom: 5px; }
  .product-cover { padding: 25px 22px; }
  .product-cover svg { width: 54px; height: 54px; }
  .product-cover span { font-size: 24px; }
  .bonus-copy h3 { font-size: 37px; }
  .bonus-copy p { font-size: 14px; }
  .bonus-price { flex-wrap: wrap; margin-top: 20px; }
  .bonus-stack .estimate-total { display: block; padding: 24px; }
  .bonus-stack .estimate-total strong { display: block; margin-top: 8px; text-align: left; }
  .math-section { min-height: 640px; background-position: 66% center; }
  .math-section::before { background: rgba(2,12,17,.82); }
  .math-section::after { left: 18px; width: 4px; }
  .price-section .copy-column > p { font-size: 16px; }
  .old-price strong::before, .old-price strong::after { height: 7px; }
  .guarantees-section { width: calc(100% - 36px); }
  .guarantees-section h2 { font-size: 52px; }
  .risk-compare { grid-template-columns: 1fr; margin-top: 42px; }
  .risk-compare article { padding: 28px 24px; }
  .risk-compare strong { font-size: 20px; }
  .video-proof { grid-template-columns: none; }
  .video-card:nth-child(2n) { transform: none; }
  .google-proof { columns: 1; margin-top: 32px; }
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--paper);
  overscroll-behavior-y: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.62;
  overflow-x: hidden;
  overscroll-behavior-y: none;
  text-rendering: optimizeLegibility;
}

body.overlay-open {
  position: fixed;
  inset-inline: 0;
  width: 100%;
  overflow: hidden;
}

button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
p, h1, h2, h3, figure { margin-top: 0; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: relative;
  z-index: 20;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  background: var(--white);
  border-bottom: 1px solid rgba(8, 81, 114, 0.1);
}
.brand-lockup { min-height: 48px; display: inline-flex; align-items: center; }

.brand-lockup { display: inline-flex; align-items: center; text-decoration: none; }
.brand-lockup img { width: 178px; height: auto; }

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 18px;
  color: var(--white);
  background: var(--ink);
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 760;
}
.header-phone svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.hero {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: 50px;
  padding: 78px max(24px, calc((100vw - 1180px) / 2)) 74px;
  color: var(--white);
  background:
    radial-gradient(circle at 83% 11%, rgba(255, 255, 255, 0.28), transparent 28%),
    linear-gradient(135deg, #075b80 0%, #0a8fc2 42%, #22b9e8 100%);
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .18;
  background-image: linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, transparent, black 62%, black);
}

.hero-glow {
  position: absolute;
  z-index: -1;
  width: 600px;
  height: 600px;
  right: -160px;
  bottom: -260px;
  border-radius: 50%;
  background: rgba(255,255,255,.22);
  filter: blur(2px);
}

.hero-copy { position: relative; z-index: 2; max-width: 690px; }
.audience-callout {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding: 9px 13px;
  color: #073f5a;
  background: rgba(255,255,255,.9);
  border-radius: 5px;
  font-size: 13px;
  font-weight: 780;
  letter-spacing: .015em;
}
.audience-callout span { width: 9px; height: 9px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 4px rgba(255,211,77,.22); }

h1, h2, h3 { font-family: var(--font-display); letter-spacing: -.045em; }
.hero h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(58px, 5.4vw, 82px);
  line-height: .97;
  font-weight: 690;
  text-wrap: balance;
}
.hero-lede { max-width: 590px; margin-bottom: 30px; color: rgba(255,255,255,.88); font-size: 20px; line-height: 1.5; }

.cta-block { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.cta-button {
  min-height: 58px;
  padding: 0 26px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 9px;
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 10px 0 rgba(5,46,65,.15), 0 18px 40px rgba(6,31,45,.2);
  font-size: 16px;
  font-weight: 780;
  letter-spacing: -.01em;
  transition: transform 180ms cubic-bezier(.2,.8,.2,1), box-shadow 180ms cubic-bezier(.2,.8,.2,1), background-color 180ms ease;
}
.cta-button:hover { transform: translateY(-2px); background: #1d211f; box-shadow: 0 12px 0 rgba(5,46,65,.13), 0 22px 44px rgba(6,31,45,.24); }
.cta-button:active { transform: scale(.97); box-shadow: 0 5px 0 rgba(5,46,65,.13); }
.cta-button:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.cta-button:disabled { cursor: wait; opacity: .65; }
.cta-block small { color: rgba(255,255,255,.78); font-size: 12px; }

.hero-proof-line { display: flex; align-items: center; gap: 13px; margin-top: 30px; }
.hero-proof-line p { margin: 0; color: rgba(255,255,255,.76); font-size: 13px; line-height: 1.45; }
.hero-proof-line strong { color: var(--white); }
.proof-faces { display: flex; padding-left: 8px; }
.proof-faces span { width: 34px; height: 34px; display: grid; place-items: center; margin-left: -8px; border: 2px solid #47bde6; border-radius: 50%; color: var(--ink); background: var(--white); font-size: 9px; font-weight: 850; }

.hero-artifact { position: relative; min-height: 650px; display: grid; place-items: center; }
.phone-frame {
  position: relative;
  overflow: visible;
  padding: 11px;
  background: linear-gradient(125deg, #35434a 0%, #111a1f 18%, #05090b 63%, #26343a 100%);
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 46px;
  box-shadow: var(--shadow-phone);
}
.hero-phone {
  z-index: 2;
  isolation: isolate;
  width: 346px;
  transform: perspective(1200px) rotateY(-8deg) rotateX(2deg) rotateZ(1.6deg);
  transform-style: preserve-3d;
  box-shadow:
    13px 11px 0 #071116,
    22px 35px 62px rgba(3,38,53,.38),
    inset 1px 0 0 rgba(255,255,255,.34),
    inset -2px 0 0 rgba(255,255,255,.08);
}
.hero-phone::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 48px;
  right: -16px;
  bottom: 52px;
  width: 20px;
  border-radius: 0 20px 20px 0;
  background: linear-gradient(90deg, #060c0f, #3c4c53 56%, #111a1e);
  box-shadow: inset 1px 0 rgba(255,255,255,.22);
}
.hero-phone::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 12px;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 35px;
  background: linear-gradient(110deg, rgba(255,255,255,.13), transparent 22%, transparent 72%, rgba(255,255,255,.04));
}
.phone-hardware { position: absolute; z-index: 4; top: 18px; left: 50%; width: 82px; height: 23px; transform: translateX(-50%); border-radius: 999px; background: #080b0d; }
.phone-hardware span { position: absolute; right: 9px; top: 8px; width: 6px; height: 6px; border-radius: 50%; background: #24343d; }
.phone-screen { position: relative; z-index: 1; overflow: hidden; width: 100%; aspect-ratio: 390 / 844; border-radius: 36px; background: var(--white); box-shadow: 0 0 0 1px rgba(0,0,0,.72), inset 0 0 16px rgba(0,0,0,.12); }
.phone-screen img { width: 100%; height: 100%; object-fit: contain; object-position: top center; }
.orbit { position: absolute; z-index: 0; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; }
.orbit-one { width: 520px; height: 520px; }
.orbit-two { width: 690px; height: 690px; }
.artifact-tag { position: absolute; z-index: 3; display: flex; flex-direction: column; min-width: 145px; padding: 13px 16px; color: var(--ink); background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.8); border-radius: 13px; box-shadow: 0 18px 34px rgba(5,54,78,.2); backdrop-filter: blur(14px); }
.artifact-tag strong { font-family: var(--font-display); font-size: 25px; line-height: 1; letter-spacing: -.04em; }
.artifact-tag span { margin-top: 4px; color: #52616a; font-size: 10px; font-weight: 690; }
.tag-top { top: 118px; right: -18px; }
.tag-bottom { bottom: 120px; left: -25px; }
.artifact-caption { position: absolute; bottom: 18px; margin: 0; color: rgba(255,255,255,.82); font-size: 12px; text-align: center; }

.logo-rail { padding: 30px max(22px, calc((100vw - 1180px) / 2)) 34px; background: var(--white); border-bottom: 1px solid var(--line); }
.logo-rail > p { margin-bottom: 22px; color: #6c7a81; font-size: 11px; font-weight: 760; letter-spacing: .14em; text-align: center; text-transform: uppercase; }
.logo-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: center; gap: 50px; }
.logo-strip img { justify-self: center; width: auto; height: 42px; object-fit: contain; filter: saturate(.78); }
.logo-strip img:nth-child(3) { height: 58px; }
.logo-strip img:nth-child(4) { max-width: 150px; }

.section { width: min(1180px, calc(100% - 44px)); margin: 0 auto; padding: 130px 0; }
.copy-column { max-width: 720px; }
.copy-column > p:not(.section-index), .system-copy p, .final-copy p { color: var(--ink-soft); }
.section-index { margin-bottom: 20px; color: var(--blue-deep); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.section h2 { margin-bottom: 28px; font-size: clamp(48px, 5vw, 72px); font-weight: 650; line-height: 1.02; text-wrap: balance; }
.section h3 { margin-bottom: 13px; font-size: 30px; line-height: 1.08; font-weight: 650; }
.section p { max-width: 66ch; }
.plain-strong { margin-top: 28px; color: var(--ink) !important; font-size: 22px; font-weight: 730; }

.leak-section { display: grid; grid-template-columns: minmax(0, 1fr) 460px; align-items: center; gap: 90px; }
.leak-visual { position: relative; min-height: 540px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 44px; color: var(--white); background: linear-gradient(145deg, #075172, #0fa2db); border-radius: var(--radius); overflow: hidden; }
.leak-visual::before { content: ""; position: absolute; width: 420px; height: 420px; top: -160px; right: -160px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.04), 0 0 0 140px rgba(255,255,255,.03); }
.leak-visual img { position: relative; width: 260px; height: 260px; object-fit: contain; filter: drop-shadow(0 24px 28px rgba(4,49,70,.25)); }
.leak-stat { position: relative; display: flex; flex-direction: column; align-items: center; margin-top: 4px; text-align: center; }
.leak-stat strong { font-family: var(--font-display); font-size: 51px; line-height: 1; letter-spacing: -.055em; }
.leak-stat span { max-width: 260px; margin-top: 10px; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.45; }
.signal-line { display: flex; align-items: flex-end; gap: 5px; margin-top: 24px; }
.signal-line i { width: 5px; background: var(--yellow); border-radius: 4px; }
.signal-line i:nth-child(1) { height: 8px; }.signal-line i:nth-child(2) { height: 14px; }.signal-line i:nth-child(3) { height: 20px; }.signal-line i:nth-child(4) { height: 27px; }

.section-cta { width: min(1180px, calc(100% - 44px)); margin: 0 auto; padding: 0 0 90px; }
.section-cta .cta-block { align-items: center; }
.section-cta .cta-block small { color: #63717a; }
.section-cta .cta-button, .section-inline-cta .cta-button { min-width: 330px; }

.process-section { padding-top: 90px; }
.process-list { margin: 72px 0 0; padding: 0; list-style: none; }
.process-list > li { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 36px; padding: 54px 0; border-top: 1px solid var(--line); }
.step-number { color: transparent; -webkit-text-stroke: 1.4px var(--blue); font-family: var(--font-display); font-size: 108px; font-weight: 690; line-height: .8; letter-spacing: -.08em; }
.process-list h3 { font-size: 38px; }
.process-list p { color: var(--ink-soft); }
.process-list small { color: #6b777d; }
.browser-preview { max-width: 800px; margin-top: 34px; border: 1px solid rgba(5,57,81,.2); background: var(--white); box-shadow: 0 28px 70px rgba(7,81,114,.17); overflow: hidden; }
.browser-bar { height: 44px; display: flex; align-items: center; gap: 18px; padding: 0 14px; background: #e6f3f8; border-bottom: 1px solid rgba(7,81,114,.12); }
.browser-dots { display: flex; gap: 5px; }.browser-dots i { width: 7px; height: 7px; border-radius: 50%; background: #89b5c7; }
.browser-url { flex: 1; padding: 5px 12px; color: #447084; background: var(--white); border-radius: 4px; font-size: 11px; text-align: center; }
.browser-preview img { width: 100%; height: auto; }
.section-inline-cta { padding-top: 32px; text-align: center; }

.system-section { width: 100%; padding: 132px max(22px, calc((100vw - 1180px) / 2)); background: #f0f9fd; }
.system-section > .copy-column { margin-bottom: 76px; }
.system-flow { display: flex; flex-direction: column; gap: 26px; }
.system-item { position: relative; min-height: 520px; display: grid; grid-template-columns: minmax(0, 1fr) 460px; align-items: center; gap: 50px; padding: 70px; background: var(--white); border: 1px solid rgba(8,81,114,.1); border-radius: var(--radius); overflow: hidden; }
.system-item.reverse .system-copy { order: 2; }.system-item.reverse > :last-child { order: 1; }
.system-copy { position: relative; z-index: 2; }
.system-copy h3 { max-width: 560px; font-size: 45px; }
.system-copy p { max-width: 56ch; }
.system-copy em { display: block; margin-top: 22px; color: var(--blue-deep); font-size: 13px; font-style: normal; font-weight: 760; }
.feature-number { display: none; }
.feature-art { position: relative; min-height: 370px; display: grid; place-items: center; }
.feature-art::before { content: ""; position: absolute; width: 340px; height: 340px; border-radius: 50%; background: rgba(255,255,255,.42); }
.feature-art img { position: relative; z-index: 1; width: 260px; height: 260px; object-fit: contain; filter: drop-shadow(0 24px 22px rgba(6,64,89,.18)); }
.feature-art span { position: absolute; z-index: 2; right: 2px; bottom: 10px; padding: 15px 18px; color: var(--ink); background: rgba(255,255,255,.94); border: 1px solid rgba(8,81,114,.13); border-radius: 12px; box-shadow: 0 16px 35px rgba(6,64,89,.13); font-size: 12px; line-height: 1.38; }
.feature-art span strong { color: var(--blue-deep); font-size: 15px; }
.tone-blue { color: var(--white); background: linear-gradient(135deg, #0784b5, #18afe2); border-color: transparent; }
.tone-blue .system-copy p, .tone-blue .system-copy em, .tone-navy .system-copy p, .tone-navy .system-copy em { color: rgba(255,255,255,.79); }
.tone-blue .feature-number, .tone-navy .feature-number { color: var(--yellow); }
.tone-ice { background: linear-gradient(145deg, #fff, #e2f5fc); }
.tone-navy { color: var(--white); background: linear-gradient(145deg, #07384f, #075f84); border-color: transparent; }
.website-story { background: #dff3fb; }
.feature-phone { justify-self: center; width: 270px; }
.quiet-item { min-height: 380px; grid-template-columns: minmax(0, 760px); background: var(--white); }
.quiet-item .system-copy { order: initial !important; }

.blue-cta-band { width: 100%; display: flex; align-items: center; justify-content: center; gap: 55px; padding: 46px 22px; color: var(--white); background: var(--blue); }
.blue-cta-band > div { display: flex; flex-direction: column; }
.blue-cta-band strong { font-family: var(--font-display); font-size: 29px; letter-spacing: -.04em; }
.blue-cta-band span { color: rgba(255,255,255,.78); font-size: 14px; }

.estimate { margin-top: 58px; border-top: 2px solid var(--ink); }
.estimate-line { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px 36px; padding: 30px 4px; border-bottom: 1px solid var(--line); }
.estimate-line > div { display: flex; align-items: baseline; gap: 20px; }
.estimate-line > div span { color: var(--blue); font-family: var(--font-display); font-size: 14px; font-weight: 800; }
.estimate-line h3 { margin: 0; font-size: 24px; }
.estimate-line > strong { color: var(--blue-deep); font-size: 15px; }
.estimate-line p { grid-column: 1 / -1; margin: 0 0 0 41px; color: var(--ink-soft); font-size: 15px; }
.estimate-total { display: flex; justify-content: space-between; gap: 28px; padding: 28px 4px; border-bottom: 2px solid var(--ink); font-weight: 760; }
.estimate-total strong { color: var(--blue-deep); font-family: var(--font-display); font-size: 28px; letter-spacing: -.04em; }

.math-section { width: 100%; padding-inline: max(22px, calc((100vw - 920px) / 2)); color: var(--white); background: linear-gradient(135deg, #075172, #0fa2db); text-align: center; }
.math-section .section-index { color: var(--yellow); }
.math-section h2 { font-size: clamp(56px, 7vw, 94px); }
.math-lines { margin-top: 48px; }
.math-lines p { max-width: 900px; margin: 0 auto 22px; color: rgba(255,255,255,.79); font-size: 24px; }
.math-lines strong { color: var(--white); font-size: 1.35em; }

.price-section { width: 100%; padding-inline: max(22px, calc((100vw - 1000px) / 2)); color: var(--white); background: #082f45; }
.price-shell { max-width: 1000px; margin: 0 auto; }
.price-section .section-index { color: #4dd2ff; }
.price-section .copy-column > p { color: rgba(255,255,255,.72); }
.price-ledger { margin: 48px 0 0; border-top: 1px solid rgba(255,255,255,.3); }
.price-ledger > div { display: flex; justify-content: space-between; gap: 30px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.price-ledger span { color: rgba(255,255,255,.68); }.price-ledger strong { font-family: var(--font-display); }
.price-ledger .ledger-total { padding: 24px 0; font-size: 22px; }.price-ledger .ledger-total strong { color: var(--yellow); font-size: 30px; }
.price-reveal { display: grid; grid-template-columns: 1fr 1.2fr; gap: 0; margin-top: 50px; border: 1px solid rgba(255,255,255,.2); }
.old-price, .new-price { min-height: 220px; display: flex; flex-direction: column; justify-content: center; padding: 34px; }
.old-price { border-right: 1px solid rgba(255,255,255,.2); }.old-price span, .new-price span { color: rgba(255,255,255,.62); font-size: 13px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.old-price strong { position: relative; width: max-content; margin-top: 10px; color: rgba(255,255,255,.52); font-family: var(--font-display); font-size: 50px; letter-spacing: -.06em; }
.old-price strong::after { content: ""; position: absolute; left: -4%; right: -4%; top: 50%; height: 4px; background: #ff675f; transform: rotate(-7deg); }
.new-price { background: var(--blue); }.new-price strong { margin-top: 4px; color: var(--white); font-family: var(--font-display); font-size: clamp(72px, 8vw, 112px); line-height: .95; letter-spacing: -.075em; }.new-price small { margin-top: 6px; color: rgba(255,255,255,.75); }
.monthly-price { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 26px 34px; background: rgba(255,255,255,.05); }.monthly-price strong { font-family: var(--font-display); font-size: 27px; }.monthly-price span { max-width: 430px; color: rgba(255,255,255,.65); font-size: 14px; text-align: right; }
.reason-line, .payback-line, .cancel-line { margin-inline: auto; text-align: center; }
.reason-line { margin-top: 34px; color: rgba(255,255,255,.7); font-size: 14px; }.payback-line { margin-top: 30px; color: var(--white); font-family: var(--font-display); font-size: 26px; font-weight: 620; letter-spacing: -.035em; }.cancel-line { color: var(--yellow); font-weight: 760; }
.price-section .cta-block { align-items: center; margin-top: 34px; }.price-section .cta-button { min-width: 340px; background: var(--white); color: var(--ink); box-shadow: 0 10px 0 rgba(0,0,0,.15); }.price-section .cta-block small { color: rgba(255,255,255,.62); }

.wide-copy { max-width: 930px; }
.guarantee-list { margin-top: 64px; }
.guarantee-list article { display: grid; grid-template-columns: 90px minmax(0, 1fr) minmax(300px, .8fr); align-items: baseline; gap: 28px; padding: 38px 0; border-top: 1px solid var(--line); }
.guarantee-list article > span { color: var(--blue); font-family: var(--font-display); font-size: 15px; font-weight: 800; }
.guarantee-list h3 { margin: 0; font-size: 32px; }.guarantee-list p { margin: 0; color: var(--ink-soft); }
.guarantee-kicker { max-width: 850px; margin: 65px 0 0; color: var(--blue-deep); font-family: var(--font-display); font-size: 38px; font-weight: 620; line-height: 1.14; letter-spacing: -.04em; }

.proof-section { width: 100%; padding-inline: max(22px, calc((100vw - 1180px) / 2)); background: #eaf8fd; }
.video-proof { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.video-card { margin: 0; padding: 10px 10px 20px; background: var(--white); border: 1px solid rgba(8,81,114,.13); }
.video-card video { width: 100%; aspect-ratio: 9 / 13; object-fit: cover; background: #0b1115; }
.video-card figcaption { display: flex; flex-direction: column; padding: 18px 10px 0; }.video-card figcaption strong { font-family: var(--font-display); font-size: 24px; }.video-card figcaption span { color: #617078; font-size: 13px; }
.google-proof { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 24px; }
.google-review-card { padding: 30px; background: var(--white); border: 1px solid rgba(8,81,114,.13); }
.google-review-head { display: flex; align-items: center; gap: 13px; }.google-review-head img { width: 28px; height: 28px; object-fit: contain; }.google-review-head div { display: flex; flex-direction: column; }.google-review-head strong { font-size: 15px; }.google-review-head span { color: #78858b; font-size: 11px; }
.star-row { margin: 14px 0 12px; color: #f4b400; letter-spacing: 2px; }.google-review-card p { margin: 0; color: var(--ink-soft); font-size: 15px; }
.proof-note { margin: 20px 0 0; color: #65747b; font-size: 11px; }

.faq-section { max-width: 960px; }
.faq-list { margin-top: 54px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; font-family: var(--font-display); font-size: 23px; font-weight: 620; letter-spacing: -.025em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; flex: 0 0 auto; width: 30px; height: 30px; display: grid; place-items: center; color: var(--white); background: var(--blue); border-radius: 50%; font-family: var(--font-body); font-size: 21px; font-weight: 400; transition: transform 180ms ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -4px 0 28px; color: var(--ink-soft); }

.final-section { width: 100%; display: grid; grid-template-columns: minmax(0, 1fr) 440px; gap: 90px; padding-inline: max(22px, calc((100vw - 1180px) / 2)); color: var(--white); background: linear-gradient(135deg, #086d98, #12aee0); }
.final-section .section-index { color: var(--yellow); }.final-copy p { color: rgba(255,255,255,.82); }.final-copy strong { color: var(--white); }.today-line { margin-top: 28px; font-family: var(--font-display); font-size: 25px; font-weight: 620; line-height: 1.25; letter-spacing: -.03em; }
.lead-form { padding: 32px; color: var(--ink); background: var(--white); border: 1px solid rgba(8,81,114,.12); box-shadow: 0 28px 70px rgba(5,54,78,.2); }
.field { margin-bottom: 16px; }.field label { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 780; }.field input { width: 100%; min-height: 52px; padding: 0 14px; color: var(--ink); background: #f4f8fa; border: 1px solid #ccdde5; border-radius: 6px; outline: none; transition: border-color 160ms ease, box-shadow 160ms ease; }.field input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(15,162,219,.16); }.field input[aria-invalid="true"] { border-color: #ca3c34; }.field-error { display: block; min-height: 16px; margin-top: 3px; color: #ad251f; font-size: 11px; }
.sms-consent { min-height: 44px; display: grid; grid-template-columns: 20px minmax(0, 1fr); align-items: start; gap: 11px; margin: 3px 0 15px; padding: 13px; color: var(--form-copy); background: var(--ice); border-radius: 9px; box-shadow: inset 0 0 0 1px var(--line); cursor: pointer; }
.sms-consent input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--red); cursor: pointer; }
.sms-consent input:focus-visible { outline: 3px solid var(--focus-blue); outline-offset: 3px; }
.sms-consent span { font-size: 11px; line-height: 1.48; text-wrap: pretty; }
.sms-consent a { color: var(--blue-dark); font-weight: 760; text-underline-offset: 2px; }
.sms-consent a:focus-visible { border-radius: 2px; outline: 3px solid var(--focus-blue); outline-offset: 2px; }
.lead-form .cta-button { width: 100%; margin-top: 4px; }
.form-status { margin: 12px 0 0; font-size: 12px; line-height: 1.4; text-wrap: pretty; }
.reassurance { display: block; margin-top: 5px; color: var(--form-muted); font-size: 11px; line-height: 1.45; text-align: center; }
.urgency-copy { grid-column: 1 / -1; max-width: 900px !important; margin: 0; color: rgba(255,255,255,.72) !important; font-size: 13px; }

.site-footer { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 15px 40px; padding: 46px max(22px, calc((100vw - 1180px) / 2)); color: rgba(255,255,255,.72); background: #071b25; font-size: 12px; }
.footer-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); font-family: var(--font-display); font-size: 16px; font-weight: 760; text-decoration: none; letter-spacing: -.02em; }.footer-brand span { width: 38px; height: 38px; display: grid; place-items: center; background: var(--blue); border-radius: 50%; }.footer-brand img { width: 22px; }.site-footer p { grid-column: 1; margin: 0; }.site-footer nav { grid-column: 2; grid-row: 1 / 3; display: flex; gap: 22px; }.site-footer a:hover { color: var(--white); }

.mobile-sticky { position: fixed; z-index: 70; left: 10px; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); }
.mobile-sticky[hidden], .form-overlay[hidden], .thank-you[hidden], .lead-form[hidden] { display: none !important; }
.mobile-sticky button { width: 100%; min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 18px; color: var(--white); background: var(--ink); border: 1px solid rgba(255,255,255,.15); border-radius: 11px; box-shadow: 0 18px 38px rgba(4,33,46,.28); }.mobile-sticky strong { font-size: 14px; }.mobile-sticky span { color: rgba(255,255,255,.64); font-size: 10px; }

.form-overlay { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(4,29,41,.72); backdrop-filter: blur(16px); overscroll-behavior: contain; }
.form-dialog { position: relative; width: min(530px, 100%); max-height: min(820px, calc(100dvh - 40px)); overflow-x: hidden; overflow-y: auto; overscroll-behavior: none; padding: 44px; background: var(--paper); border: 1px solid rgba(255,255,255,.4); box-shadow: 0 34px 90px rgba(0,0,0,.32); }.form-dialog .lead-form { padding: 26px; box-shadow: none; }.form-intro h2, .thank-you h2 { margin-bottom: 12px; font-size: 42px; line-height: 1; text-wrap: balance; }.form-intro > p:not(.section-index), .thank-you p { color: var(--ink-soft); }.form-close { position: absolute; z-index: 2; top: 10px; right: 10px; width: 48px; height: 48px; border: 0; background: transparent; }.form-close::before, .form-close::after { content: ""; position: absolute; left: 13px; right: 13px; top: 23px; height: 1.5px; background: var(--ink); }.form-close::before { transform: rotate(45deg); }.form-close::after { transform: rotate(-45deg); }
.thank-you { padding: 42px 12px; color: var(--ink); }
.thank-you strong { display: block; color: var(--blue-deep); font-size: 15px; line-height: 1.4; text-wrap: pretty; }
.inline-thank-you { align-self: start; padding: 36px 32px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 28px 70px rgba(5,54,78,.2); }
.preference-question { max-width: 390px; margin-bottom: 20px; font-size: 17px; line-height: 1.45; text-wrap: pretty; }
.preference-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.preference-options button { min-height: 50px; padding: 0 16px; color: var(--ink); background: var(--form-control); border: 1px solid var(--form-border); border-radius: 8px; font-weight: 780; transition-property: scale, color, background-color, border-color, box-shadow; transition-duration: 180ms; transition-timing-function: cubic-bezier(.22,1,.36,1); }
.preference-options button:hover { background: var(--form-control-hover); border-color: var(--form-border-hover); }
.preference-options button:active { scale: .96; }
.preference-options button:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.preference-options button[aria-pressed="true"] { color: var(--white); background: var(--blue-dark); border-color: var(--blue-dark); box-shadow: inset 0 1px 0 rgba(255,255,255,.2); }
.preference-options button:disabled { cursor: wait; opacity: .62; }
.preference-status { min-height: 22px; margin: 12px 0 0; color: var(--blue-dark) !important; font-size: 12px; font-weight: 700; line-height: 1.45; }
.preference-consent { display: block; margin-top: 3px; color: var(--form-muted); font-size: 11px; line-height: 1.45; text-wrap: pretty; }
.save-number { margin: 22px 0 8px; font-size: 14px; line-height: 1.5; }
.save-number a { color: var(--red-dark); font-weight: 850; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.save-number a:focus-visible { border-radius: 2px; outline: 3px solid var(--yellow); outline-offset: 3px; }

@media (max-width: 960px) {
  .hero { grid-template-columns: minmax(0, 1fr) 370px; gap: 20px; }
  .hero h1 { font-size: 60px; }
  .leak-section { grid-template-columns: minmax(0, 1fr) 380px; gap: 42px; }
  .system-item { grid-template-columns: minmax(0, 1fr) 360px; padding: 48px; }
  .final-section { grid-template-columns: minmax(0, 1fr) 390px; gap: 45px; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .site-header { height: 68px; padding: 0 18px; }
  .brand-lockup img { width: 142px; }
  .header-phone { min-height: 48px; width: 48px; justify-content: center; padding: 0; }
  .header-phone span { display: none; }

  .hero { min-height: auto; display: block; padding: 55px 20px 70px; }
  .hero::after { background-size: 46px 46px; mask-image: linear-gradient(to bottom, black, transparent 70%); }
  .audience-callout { width: 100%; justify-content: center; margin-bottom: 21px; padding: 9px 10px; font-size: 11px; text-align: center; }
  .hero h1 { margin-bottom: 21px; font-size: clamp(36px, 9.6vw, 42px); line-height: .98; }
  .hero-lede { margin-bottom: 25px; font-size: 17px; line-height: 1.46; }
  .hero .cta-block, .hero .cta-button { width: 100%; }
  .hero .cta-button { min-height: 59px; padding: 0 15px; }
  .hero .cta-block small { align-self: center; }
  .hero-proof-line { margin-top: 24px; }
  .hero-artifact { min-height: 650px; margin-top: 45px; }
  .hero-phone { width: min(310px, 84vw); transform: perspective(1000px) rotateY(-5deg) rotateX(1deg) rotateZ(1.2deg); }
  .orbit-one { width: 370px; height: 370px; }.orbit-two { width: 490px; height: 490px; }
  .artifact-tag { min-width: 124px; padding: 11px 13px; }.artifact-tag strong { font-size: 21px; }.tag-top { top: 90px; right: -4px; }.tag-bottom { bottom: 102px; left: -3px; }
  .artifact-caption { bottom: 18px; width: 100%; }

  .logo-rail { padding: 26px 18px 30px; }
  .logo-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 34px; }
  .logo-strip img { max-width: 130px; height: 32px; }.logo-strip img:nth-child(3) { height: 46px; }.logo-strip img:nth-child(4) { max-width: 115px; }

  .section { width: calc(100% - 36px); padding: 82px 0; }
  .section h2 { margin-bottom: 23px; font-size: clamp(40px, 11vw, 49px); line-height: 1.02; }
  .section h3 { font-size: 27px; }
  .section-index { margin-bottom: 16px; font-size: 10px; }
  .plain-strong { font-size: 19px; }

  .leak-section { display: block; }
  .leak-visual { min-height: 450px; margin-top: 48px; padding: 30px; border-radius: 20px; }
  .leak-visual img { width: 220px; height: 220px; }.leak-stat strong { font-size: 43px; }
  .section-cta { width: calc(100% - 36px); padding-bottom: 62px; }.section-cta .cta-block, .section-cta .cta-button, .section-inline-cta .cta-button { width: 100%; min-width: 0; }

  .process-section { padding-top: 72px; }
  .process-list { margin-top: 43px; }
  .process-list > li { display: block; padding: 42px 0; }
  .step-number { display: block; margin-bottom: 30px; font-size: 86px; }
  .process-list h3 { font-size: 31px; }
  .browser-preview { margin-top: 27px; box-shadow: 0 18px 46px rgba(7,81,114,.15); }
  .browser-bar { height: 37px; padding: 0 8px; gap: 8px; }.browser-url { font-size: 8px; }

  .system-section { padding: 82px 18px; }
  .system-section > .copy-column { margin-bottom: 48px; }
  .system-flow { gap: 18px; }
  .system-item { min-height: 0; display: flex; flex-direction: column; gap: 30px; padding: 40px 24px; border-radius: 20px; }
  .system-item.reverse .system-copy, .system-item.reverse > :last-child { order: initial; }
  .system-copy h3 { font-size: 34px; }
  .feature-art { width: 100%; min-height: 310px; }.feature-art::before { width: 280px; height: 280px; }.feature-art img { width: 220px; height: 220px; }.feature-art span { right: -1px; bottom: 0; }
  .feature-phone { width: min(260px, 80vw); }
  .quiet-item { align-items: flex-start; }

  .blue-cta-band { flex-direction: column; align-items: stretch; gap: 24px; padding: 42px 20px; text-align: center; }.blue-cta-band strong { font-size: 25px; }.blue-cta-band .cta-button { width: 100%; }

  .estimate { margin-top: 40px; }
  .estimate-line { display: block; padding: 26px 0; }.estimate-line > div { gap: 12px; margin-bottom: 10px; }.estimate-line h3 { font-size: 23px; }.estimate-line > strong { display: block; margin: 0 0 10px 34px; }.estimate-line p { margin-left: 34px; font-size: 14px; }.estimate-total { align-items: flex-end; }.estimate-total strong { font-size: 23px; text-align: right; }

  .math-section { width: 100%; padding-inline: 20px; }.math-section h2 { font-size: 54px; }.math-lines { margin-top: 35px; }.math-lines p { font-size: 19px; }

  .price-section { width: 100%; padding-inline: 20px; }
  .price-reveal { display: block; }.old-price, .new-price { min-height: 180px; padding: 28px; }.old-price { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }.old-price strong { font-size: 45px; }.new-price strong { font-size: 84px; }.monthly-price { display: block; padding: 24px 28px; }.monthly-price span { display: block; margin-top: 6px; text-align: left; }.payback-line { font-size: 23px; }.price-section .cta-block, .price-section .cta-button { width: 100%; min-width: 0; }

  .guarantee-list { margin-top: 45px; }.guarantee-list article { display: block; padding: 32px 0; }.guarantee-list article > span { display: block; margin-bottom: 10px; }.guarantee-list h3 { margin-bottom: 12px; font-size: 29px; }.guarantee-kicker { margin-top: 48px; font-size: 31px; }

  .proof-section { width: 100%; padding-inline: 18px; }
  .video-proof { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 88%; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; padding-bottom: 8px; }.video-card { scroll-snap-align: start; }.video-card video { aspect-ratio: 9 / 14; }
  .google-proof { grid-template-columns: 1fr; gap: 14px; }.google-review-card { padding: 24px; }

  .faq-list { margin-top: 38px; }.faq-list summary { min-height: 76px; font-size: 20px; line-height: 1.2; }.faq-list summary::after { width: 28px; height: 28px; }

  .final-section { width: 100%; display: block; padding: 82px 18px 100px; }.inline-lead-form, .inline-thank-you { margin-top: 40px; }.lead-form { padding: 25px 20px; }.inline-thank-you { padding: 30px 22px; }.urgency-copy { margin-top: 36px; }
  .site-footer { display: flex; flex-direction: column; align-items: flex-start; padding: 42px 20px 106px; }.site-footer p, .site-footer nav { grid-column: auto; grid-row: auto; }.site-footer nav { flex-wrap: wrap; gap: 12px 22px; }
  .form-overlay { padding: 0; place-items: end center; }.form-dialog { width: 100%; max-height: 94dvh; padding: 38px 18px calc(28px + env(safe-area-inset-bottom)); border-radius: 22px 22px 0 0; }.form-dialog .lead-form { padding: 22px 18px; }.form-intro h2, .thank-you h2 { font-size: 38px; }.thank-you { padding: 36px 4px 12px; }.preference-options { gap: 8px; }.preference-options button { min-height: 52px; }
}

@media (max-width: 360px) {
  .hero { padding-inline: 16px; }.hero h1 { font-size: 36px; }.section { width: calc(100% - 30px); }.system-section, .proof-section, .final-section { padding-inline: 15px; }.artifact-tag { display: none; }.hero-artifact { min-height: 600px; }
}

@media (min-width: 761px) {
  .mobile-sticky { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Keep the conversion layer above the original component defaults. */
.hero-artifact .artifact-tag { display: grid; grid-template-columns: 34px 1fr; grid-template-rows: auto auto; column-gap: 10px; align-items: center; min-width: 178px; border-left: 4px solid var(--red); }
.hero-artifact .artifact-tag svg { grid-row: 1 / 3; }
.hero-artifact .artifact-tag strong, .hero-artifact .artifact-tag span { grid-column: 2; }
.hero-artifact .artifact-tag span { margin-top: 0; }
.blue-cta-band { background: linear-gradient(100deg, var(--blue-dark), var(--blue)); }
.blue-cta-band .cta-block small { color: rgba(255,255,255,.82); }
.section.process-section { width: min(1320px, calc(100% - 44px)); }
.process-section .section-inline-cta { padding-top: 82px; }
.section.bonus-section, .section.guarantees-section { width: min(1240px, calc(100% - 44px)); }
.section.math-section { background: url("assets/photos/contractor-roof-wide.jpg") center / cover no-repeat; }
.section.price-section { background: linear-gradient(145deg, #064660, #087eaa 62%, #0fa2db); }
.price-section .new-price { background: var(--red); }
.price-section .old-price { background: rgba(5,49,68,.56); }
.price-section .old-price strong::before, .price-section .old-price strong::after { height: 8px; background: var(--red); box-shadow: 0 0 0 2px rgba(255,255,255,.18); }
.price-section .old-price strong::before { transform: rotate(7deg); }
.price-section .old-price strong::after { transform: rotate(-9deg); }
.proof-section .video-proof { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; margin-top: 58px; }
.proof-section .google-proof { display: block; columns: 3; column-gap: 18px; margin-top: 58px; }
.proof-section .google-review-card { border: 0; border-top: 4px solid var(--blue); }
.proof-section .google-review-card:nth-child(3n+2) { border-top-color: var(--red); }

@media (max-width: 980px) {
  .proof-section .video-proof { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .proof-section .google-proof { columns: 2; }
}

@media (max-width: 760px) {
  .hero-artifact .artifact-tag { min-width: 155px; grid-template-columns: 30px 1fr; padding: 10px 12px; }
  .process-section .process-list { display: flex; flex-direction: column; gap: 18px; margin-top: 42px; }
  .process-section .process-list > li.process-card { display: flex; flex-direction: column; padding: 0; }
  .process-section .process-visual { height: 310px; min-height: 0; }
  .process-section .step-number { margin-bottom: 20px; font-size: 58px; }
  .section.process-section, .section.bonus-section, .section.guarantees-section { width: calc(100% - 36px); }
  .process-section .section-inline-cta { padding-top: 42px; }
  .section.math-section { background-position: 66% center; }
  .proof-section .video-proof { grid-template-columns: none; }
  .proof-section .google-proof { columns: 1; margin-top: 32px; }
}

/* Real offer-product bundles replace the CSS book placeholders. */
.bonus-card, .bonus-card:nth-child(even) { grid-template-columns: 500px minmax(0,1fr); gap: 45px; }
.bonus-card .bonus-product { width: min(500px,100%); height: auto; aspect-ratio: 1; perspective: none; transform: none; }
.bonus-card .bonus-product img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 28px 28px rgba(1,20,29,.28)); }
.bundle-proof-card, .bundle-profile-card { position: absolute; z-index: 4; right: -8px; bottom: 20px; width: 260px; display: grid; grid-template-columns: 76px minmax(0,1fr); align-items: center; gap: 11px; padding: 9px; color: var(--ink); background: var(--white); border: 1px solid rgba(8,81,114,.18); box-shadow: 0 18px 34px rgba(2,29,41,.28); transform: rotate(-2deg); }
.bundle-profile-card { right: -3px; bottom: 15px; transform: rotate(2deg); }
.bonus-product img.bundle-person { width: 76px; height: 84px; object-fit: cover; object-position: center 22%; filter: none; }
.bundle-profile-card img.bundle-person { object-position: 47% 28%; }
.bundle-proof-card > div, .bundle-profile-card > div { min-width: 0; display: flex; flex-direction: column; }
.bundle-google { display: inline-flex; align-items: center; gap: 5px; color: #f4b400; font-size: 13px; font-weight: 850; white-space: nowrap; }
.bundle-google img { flex: 0 0 auto; width: 18px !important; height: 18px !important; object-fit: contain; filter: none !important; }
.bundle-profile-card .bundle-google { color: #5d6970; font-size: 11px; }
.bundle-proof-card strong, .bundle-profile-card strong { margin-top: 4px; font-family: var(--font-display); font-size: 15px; line-height: 1.05; letter-spacing: -.025em; }
.bundle-proof-card small, .bundle-profile-card small { margin-top: 4px; color: #69777e; font-size: 9px; }
.bundle-contractor-chip { position: absolute; z-index: 4; left: 4px; bottom: 18px; width: 232px; display: flex; align-items: center; gap: 10px; padding: 8px; color: var(--ink); background: var(--white); border-left: 5px solid var(--red); box-shadow: 0 18px 34px rgba(2,29,41,.28); transform: rotate(-2deg); }
.bundle-contractor-chip img { flex: 0 0 auto; width: 58px !important; height: 64px !important; object-fit: cover !important; object-position: 46% 28%; filter: none !important; }
.bundle-contractor-chip span { font-size: 10px; line-height: 1.2; }
.bundle-contractor-chip strong { font-family: var(--font-display); font-size: 13px; }

@media (max-width: 980px) {
  .bonus-card, .bonus-card:nth-child(even) { grid-template-columns: 390px minmax(0,1fr); gap: 28px; }
  .bonus-card .bonus-product { width: min(410px,100%); }
}

@media (max-width: 760px) {
  .bonus-card, .bonus-card:nth-child(even) { display: flex; flex-direction: column; gap: 12px; }
  .bonus-card .bonus-product { width: min(330px,100%); margin: -8px auto 2px; }
  .bundle-proof-card, .bundle-profile-card { right: -2px; bottom: 8px; width: 218px; grid-template-columns: 62px minmax(0,1fr); gap: 8px; padding: 7px; }
  .bonus-product img.bundle-person { width: 62px; height: 68px; }
  .bundle-proof-card strong, .bundle-profile-card strong { font-size: 13px; }
  .bundle-google { font-size: 11px; }
  .bundle-contractor-chip { left: 0; bottom: 8px; width: 210px; }
}

/* Value-communication pass: show the mechanism, the work, and the real brands. */
.leak-visual.has-vsl { min-height: 0; padding: 0; overflow: visible; background: transparent; }
.leak-visual.has-vsl::before { display: none; }
.vsl-shell {
  position: relative;
  z-index: 2;
  width: min(390px, 100%);
  aspect-ratio: 9 / 16;
  margin: 0 auto;
  overflow: hidden;
  color: var(--white);
  background: #041722;
  border: 8px solid #0a1419;
  border-radius: 34px;
  box-shadow: 0 32px 72px rgba(3,45,63,.31), 10px 12px 0 rgba(8,81,114,.12);
}
.vsl-shell video { width: 100%; height: 100%; display: block; object-fit: cover; background: #041722; }
.vsl-poster-overlay {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 28px 25px;
  color: var(--white);
  border: 0;
  border-radius: 0;
  background: linear-gradient(to bottom, rgba(3,18,25,.03) 18%, rgba(3,18,25,.12) 42%, rgba(3,18,25,.96) 87%);
  text-align: left;
  cursor: pointer;
  transition: opacity 180ms ease;
}
.vsl-poster-overlay[hidden] { display: none; }
.vsl-client-line { display: flex; align-items: center; gap: 10px; margin-bottom: 13px; color: #d5a62f; }
.vsl-client-line img { width: 54px; height: 34px; object-fit: contain; }
.vsl-client-line span { font-size: 11px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.vsl-poster-overlay strong { max-width: 310px; font-family: var(--font-display); font-size: 31px; line-height: .98; letter-spacing: -.04em; text-wrap: balance; }
.vsl-play-icon {
  position: absolute;
  top: 53%;
  left: 50%;
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  transform: translate(-50%,-50%);
  color: var(--white);
  background: var(--red);
  border: 2px solid rgba(255,255,255,.88);
  border-radius: 50%;
  box-shadow: 0 18px 42px rgba(151,20,27,.38);
  transition: transform 180ms cubic-bezier(.16,1,.3,1), background-color 180ms ease;
}
.vsl-play-icon i { width: 0; height: 0; margin-left: 5px; border-top: 11px solid transparent; border-bottom: 11px solid transparent; border-left: 17px solid currentColor; }
.vsl-poster-overlay:hover .vsl-play-icon { transform: translate(-50%,-50%) scale(1.07); background: #ff3139; }
.vsl-poster-overlay:active .vsl-play-icon { transform: translate(-50%,-50%) scale(.97); }
.vsl-poster-overlay:focus-visible { outline: 3px solid var(--yellow); outline-offset: -6px; }

.feature-visual-stack { position: relative; min-height: 520px; display: grid; align-content: start; }
.feature-visual-stack .feature-art { min-height: 295px; transform: translateY(-14px); }
.feature-visual-stack .feature-art::before { width: 280px; height: 280px; }
.feature-visual-stack .feature-art img { width: 220px; height: 220px; }
.feature-visual-stack .feature-art span { right: 0; bottom: 0; }
.feature-phone-shot { position: absolute; z-index: 3; right: 18px; bottom: 0; width: 260px; min-height: 278px; padding: 12px 13px 18px; color: #152229; background: #f8fbfc; border: 7px solid #0d151a; border-radius: 32px; box-shadow: 0 24px 45px rgba(3,32,45,.3); transform: rotate(3deg); }
.followup-shot { right: auto; left: 12px; transform: rotate(-3deg); }
.after-hours-shot { transform: rotate(2deg); }
.phone-shot-bar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 2px 6px 9px; color: #536168; font-size: 8px; }
.phone-shot-bar strong { grid-column: 2; color: #152229; font-size: 9px; }
.phone-shot-contact { padding: 10px 6px 13px; border-top: 1px solid #d9e3e7; font-family: var(--font-display); font-size: 16px; font-weight: 740; text-align: center; }
.feature-phone-shot .message { width: fit-content; max-width: 88%; margin: 7px 0; padding: 8px 10px; border-radius: 14px; font-size: 10px; line-height: 1.35; }
.feature-phone-shot .incoming { color: #29363c; background: #e4e9ec; border-bottom-left-radius: 4px; }
.feature-phone-shot .outgoing { margin-left: auto; color: var(--white); background: var(--blue-deep); border-bottom-right-radius: 4px; }
.feature-phone-shot > small { display: block; margin-top: 12px; color: #78858b; font-size: 8px; text-align: center; }
.booking-confirmation { margin-top: 10px; padding: 10px; color: var(--white); background: var(--red); border-radius: 8px; }
.booking-confirmation strong, .booking-confirmation span { display: block; }
.booking-confirmation strong { font-size: 11px; }.booking-confirmation span { margin-top: 2px; font-size: 9px; opacity: .8; }

.google-profile-preview { justify-self: center; width: min(410px,100%); padding: 24px; color: var(--ink); background: var(--white); border: 1px solid rgba(8,81,114,.16); box-shadow: 0 28px 60px rgba(7,81,114,.17); transform: rotate(1.2deg); }
.profile-google { display: flex; align-items: center; gap: 9px; padding-bottom: 15px; border-bottom: 1px solid #e2e9ec; color: #66747a; font-size: 11px; }
.profile-google img { width: 24px; height: 24px; object-fit: contain; }
.profile-business { display: grid; grid-template-columns: 92px 1fr; align-items: center; gap: 18px; padding: 24px 0 17px; }
.profile-business > img { width: 92px; height: 54px; object-fit: contain; }
.profile-business h4 { margin: 0; font-family: var(--font-display); font-size: 24px; line-height: 1; }
.profile-business p { margin: 6px 0 0; color: #66747a; font-size: 11px; }
.profile-stars { margin-top: 5px; color: #f4b400; font-size: 14px; letter-spacing: 1px; }
.profile-actions { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.profile-actions span { padding: 9px 4px; color: var(--blue-deep); background: var(--ice); border-radius: 999px; font-size: 9px; font-weight: 780; text-align: center; }
.profile-services { display: flex; flex-wrap: wrap; gap: 7px; padding: 20px 0; }
.profile-services strong { width: 100%; font-size: 12px; }
.profile-services span { padding: 6px 8px; background: #f0f4f6; border-radius: 4px; color: #58666c; font-size: 8px; }
.profile-review-line { display: flex; align-items: center; gap: 10px; padding-top: 15px; border-top: 1px solid #e2e9ec; }
.profile-review-line img { width: 22px; height: 22px; object-fit: contain; }.profile-review-line p { margin: 0; color: #58666c; font-size: 9px; line-height: 1.35; }

.quiet-item { min-height: 520px; grid-template-columns: minmax(0,1fr) 460px; }
.tech-headache-visual { position: relative; min-height: 360px; display: grid; place-items: center; }
.error-browser { width: 100%; max-width: 430px; background: #f6f8f9; border: 1px solid #cfdadf; box-shadow: 0 24px 50px rgba(6,52,72,.2); transform: rotate(-1.5deg); }
.error-browser-bar { height: 38px; display: flex; align-items: center; gap: 6px; padding: 0 11px; background: #e5ebee; }
.error-browser-bar i { width: 7px; height: 7px; border-radius: 50%; background: #a6b3b9; }.error-browser-bar i:first-child { background: var(--red); }
.error-browser-bar span { flex: 1; margin-left: 6px; padding: 5px 8px; color: #69777d; background: var(--white); border-radius: 4px; font-size: 8px; text-align: center; }
.error-screen { min-height: 250px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 28px; text-align: center; }
.error-screen > strong { color: var(--red); font-family: var(--font-display); font-size: 62px; line-height: .8; }.error-screen h4 { margin: 13px 0 5px; font-family: var(--font-display); font-size: 23px; }.error-screen p { margin: 0; color: #69777d; font-size: 11px; }.error-screen small { margin-top: 20px; color: var(--red); font-weight: 800; }
.handled-note { position: absolute; right: -12px; bottom: 0; display: flex; align-items: center; gap: 10px; padding: 13px 16px; color: var(--white); background: var(--blue-dark); box-shadow: 0 17px 35px rgba(4,42,58,.28); transform: rotate(2deg); }
.handled-note img { width: 27px; height: 27px; object-fit: contain; }.handled-note div { display: flex; flex-direction: column; }.handled-note strong { font-size: 12px; }.handled-note span { margin-top: 2px; color: rgba(255,255,255,.72); font-size: 9px; }

.section.effort-relief { width: min(1180px,calc(100% - 44px)); display: grid; grid-template-columns: 400px minmax(0,1fr); align-items: stretch; gap: 70px; padding: 0 0 130px; }
.effort-relief > img { width: 100%; height: 100%; min-height: 570px; object-fit: cover; object-position: 47% 28%; }
.effort-relief > div { padding: 36px 0 20px; }
.effort-relief h2 { max-width: 680px; font-size: clamp(47px,5vw,68px); }
.effort-relief > div > p { max-width: 590px; color: var(--ink-soft); font-size: 18px; }
.effort-relief ol { margin: 40px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.effort-relief li { display: grid; grid-template-columns: 210px 1fr; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.effort-relief li strong { color: var(--blue-deep); font-family: var(--font-display); font-size: 19px; }.effort-relief li span { color: #647279; font-size: 13px; line-height: 1.45; }

.site-showcase { position: relative; min-height: 760px; margin: 55px 0 70px; }
.showcase-device { position: absolute; margin: 0; }
.showcase-device .showcase-screen { position: relative; overflow: hidden; background: #0b1013; border: 10px solid #10191e; box-shadow: 0 30px 70px rgba(1,24,34,.32); }
.showcase-device .showcase-screen img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top; }
.showcase-device figcaption { display: flex; align-items: center; gap: 10px; margin-top: 13px; color: rgba(255,255,255,.78); font-size: 11px; font-weight: 750; }
.showcase-device figcaption img { width: auto; height: 28px; max-width: 78px; object-fit: contain; filter: brightness(0) invert(1); }
.showcase-phone { z-index: 3; left: 2%; bottom: 0; width: 238px; transform: rotate(-4deg); }.showcase-phone .showcase-screen { aspect-ratio: 390 / 844; border-width: 8px; border-radius: 31px; }
.showcase-tablet { z-index: 2; left: 21%; top: 38px; width: 570px; transform: rotate(1.5deg); }.showcase-tablet .showcase-screen { aspect-ratio: 4 / 3; border-radius: 18px; }.showcase-tablet figcaption img { height: 25px; }
.showcase-desktop { z-index: 1; right: 0; bottom: 42px; width: 650px; transform: rotate(-1deg); }.showcase-desktop .showcase-screen { aspect-ratio: 16 / 10; border-radius: 9px; }
.sample-mark { width: 30px; height: 30px; display: grid; place-items: center; color: var(--white); background: var(--red); border-radius: 50%; font-family: var(--font-display); font-size: 10px; }

.compare-brand { display: flex; align-items: center; min-height: 41px; margin-bottom: 24px !important; }
.compare-brand img { width: 190px; height: auto; }
.video-card figcaption { min-height: 106px; display: grid; grid-template-columns: 64px minmax(0,1fr); align-items: center; gap: 11px; padding: 16px 8px 0; }
.video-card figcaption > img { width: 58px; height: 50px; object-fit: contain; }
.video-card figcaption > div { min-width: 0; display: flex; flex-direction: column; }
.video-card figcaption strong { font-size: 18px; }.video-card figcaption span { font-size: 11px; }
.red-close, .final-price { color: #ff4b52 !important; }
.red-close { display: block; margin-top: 8px; }
.final-price { font-family: var(--font-display); font-size: 1.35em; }

@media (max-width: 980px) {
  .feature-visual-stack { min-height: 500px; }
  .quiet-item { grid-template-columns: 1fr; }
  .section.effort-relief { grid-template-columns: 340px 1fr; gap: 45px; }
  .effort-relief li { grid-template-columns: 1fr; gap: 5px; }
  .site-showcase { min-height: 710px; }
  .showcase-tablet { left: 15%; width: 520px; }
  .showcase-desktop { width: 560px; }
}

@media (max-width: 760px) {
  .leak-visual { padding: 0; }
  .leak-visual.has-vsl { width: min(340px,100%); margin: 42px auto 0; }
  .vsl-shell { width: 100%; border-width: 7px; border-radius: 30px; box-shadow: 0 25px 56px rgba(3,45,63,.28), 7px 9px 0 rgba(8,81,114,.11); }
  .vsl-shell video { object-fit: cover; }
  .vsl-poster-overlay { padding: 25px 21px; }
  .vsl-poster-overlay strong { font-size: 28px; }
  .vsl-play-icon { width: 70px; height: 70px; }
  .feature-visual-stack { width: 100%; min-height: 500px; }
  .feature-visual-stack .feature-art { min-height: 275px; }
  .feature-phone-shot { right: 4px; bottom: 4px; width: 238px; min-height: 260px; transform: rotate(2deg); }
  .followup-shot { right: auto; left: 4px; transform: rotate(-2deg); }
  .google-profile-preview { padding: 18px; transform: none; }
  .profile-business { grid-template-columns: 78px 1fr; gap: 12px; }.profile-business > img { width: 78px; }.profile-business h4 { font-size: 21px; }
  .quiet-item { align-items: stretch; }
  .tech-headache-visual { width: 100%; min-height: 330px; }
  .handled-note { right: 0; }
  .section.effort-relief { width: calc(100% - 36px); display: flex; flex-direction: column; gap: 0; padding: 72px 0; }
  .effort-relief > img { height: 400px; min-height: 0; }
  .effort-relief > div { padding-top: 32px; }.effort-relief h2 { font-size: 43px; }
  .effort-relief li { display: block; }.effort-relief li span { display: block; margin-top: 6px; }
  .site-showcase { min-height: 0; display: grid; grid-auto-flow: column; grid-auto-columns: 88%; gap: 15px; margin: 38px -2px 52px; padding: 8px 2px 18px; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; }
  .showcase-device { position: relative; inset: auto; width: 100%; align-self: end; transform: none; scroll-snap-align: start; }
  .showcase-phone .showcase-screen { width: 235px; margin: 0 auto; }
  .showcase-tablet .showcase-screen, .showcase-desktop .showcase-screen { width: 100%; }
  .showcase-device figcaption { justify-content: center; }
  .video-card figcaption { grid-template-columns: 58px minmax(0,1fr); }
  .red-close { margin-top: 7px; }
}

/* The pain is a missing system, not an ugly website. */
.website-gap-section {
  width: 100%;
  padding: 132px max(22px, calc((100vw - 1240px) / 2));
  color: var(--white);
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    #061c27;
  background-size: 70px 70px;
}
.website-gap-heading {
  max-width: 890px;
}
.website-gap-heading h2 {
  max-width: 850px;
  font-size: clamp(52px, 6.8vw, 88px);
}
.website-gap-heading p {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.7);
  font-size: 19px;
  line-height: 1.55;
}
.website-gap-comparison {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  align-items: stretch;
  gap: 22px;
  margin-top: 70px;
}
.website-gap-comparison article {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.brochure-side {
  color: #d6dee2;
  background: #101f26;
  border-top: 6px solid #63747c;
}
.system-side {
  color: var(--ink);
  background: #effaff;
  border-top: 6px solid var(--blue);
}
.gap-copy {
  padding: 42px 42px 36px;
}
.gap-label {
  display: block;
  margin-bottom: 18px;
  color: #8b9ba2;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.system-side .gap-label { color: var(--blue-deep); }
.gap-copy h3 {
  max-width: 480px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(31px, 3.2vw, 48px);
  line-height: .98;
  letter-spacing: -.045em;
}
.gap-copy ul {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.gap-copy li {
  position: relative;
  padding-left: 27px;
  color: #aab8be;
  font-size: 14px;
  line-height: 1.4;
}
.gap-copy li::before {
  position: absolute;
  top: .28em;
  left: 0;
  width: 12px;
  height: 12px;
  content: "";
  border: 2px solid #788990;
  transform: rotate(45deg);
}
.system-side .gap-copy li { color: #4f626b; }
.system-side .gap-copy li::before {
  border: 0;
  background: var(--blue);
  box-shadow: inset 0 0 0 3px #effaff;
}
.lost-form-visual {
  position: relative;
  min-height: 350px;
  margin-top: auto;
  overflow: hidden;
  background: #0d171c;
}
.lost-form-visual > img {
  width: 100%;
  height: 350px;
  display: block;
  object-fit: cover;
  opacity: .42;
  filter: grayscale(.5);
}
.lost-browser-bar {
  height: 37px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  background: #18272e;
}
.lost-browser-bar i {
  width: 7px;
  height: 7px;
  background: #62747c;
  border-radius: 50%;
}
.lost-browser-bar span {
  flex: 1;
  margin-left: 7px;
  padding: 5px 8px;
  color: #708189;
  background: #0c171c;
  font-size: 8px;
  text-align: center;
}
.lost-form-card {
  position: absolute;
  right: 24px;
  bottom: 27px;
  width: min(290px, calc(100% - 48px));
  padding: 24px;
  color: #1b292f;
  background: rgba(255,255,255,.96);
  box-shadow: 0 20px 50px rgba(0,0,0,.35);
}
.lost-form-card strong,
.lost-form-card span,
.lost-form-card small { display: block; }
.lost-form-card strong {
  font-family: var(--font-display);
  font-size: 21px;
}
.lost-form-card span {
  margin-top: 6px;
  color: #6d7b81;
  font-size: 11px;
}
.lost-form-card small {
  margin-top: 20px;
  padding-top: 12px;
  color: #a3202a;
  border-top: 1px solid #dfe5e8;
  font-weight: 820;
}
.inbox-system-image {
  width: 100%;
  height: auto;
  display: block;
  margin-top: auto;
  object-fit: cover;
}

/* The real unified inbox replaces the inaccurate automated follow-up mockup. */
.real-system-visual {
  position: relative;
  align-self: center;
  width: min(520px, 100%);
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(8,81,114,.14);
  box-shadow: 0 30px 70px rgba(5,61,84,.2);
  transform: rotate(-1.2deg);
}
.real-system-visual img {
  width: 100%;
  height: auto;
  display: block;
}
.real-system-visual span {
  position: absolute;
  right: 17px;
  bottom: 16px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--blue-dark);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: .04em;
  box-shadow: 0 12px 25px rgba(4,41,56,.22);
}

/* Authentic brand marks and a revenue cue make the bonus objects read as products. */
.bonus-product img.product-google-mark {
  position: absolute;
  z-index: 5;
  width: 48px !important;
  height: 48px !important;
  padding: 8px;
  object-fit: contain !important;
  background: var(--white);
  border: 1px solid rgba(8,81,114,.15);
  box-shadow: 0 10px 24px rgba(2,29,41,.28);
  filter: none !important;
  transform: rotate(-4deg);
}
.google-mark-one { top: 25%; left: 24%; }
.google-mark-two { top: 19%; left: 29%; transform: rotate(3deg) !important; }
.revenue-badge {
  position: absolute;
  z-index: 5;
  top: 19%;
  right: 17%;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  color: #11321c;
  background: #8bea9f;
  border: 7px solid rgba(255,255,255,.9);
  border-radius: 50%;
  box-shadow: 0 18px 34px rgba(1,18,25,.3);
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 800;
  transform: rotate(8deg);
}

/* Logos stay legible in and beneath every device. */
.showcase-screen .device-brand-plate {
  position: absolute;
  z-index: 4;
  top: 12px;
  left: 12px;
  min-width: 116px;
  height: 48px;
  display: grid;
  place-items: center;
  padding: 5px 10px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(4,29,39,.12);
  box-shadow: 0 8px 18px rgba(2,22,30,.18);
}
.showcase-screen .device-brand-plate img {
  width: auto;
  max-width: 102px;
  height: 36px;
  object-fit: contain;
  filter: none;
}
.showcase-device figcaption {
  width: fit-content;
  min-height: 48px;
  padding: 7px 12px 7px 9px;
  color: #17262d;
  background: rgba(255,255,255,.96);
  box-shadow: 0 12px 24px rgba(1,24,34,.17);
}
.showcase-device figcaption img {
  width: auto;
  height: 32px;
  max-width: 104px;
  padding: 2px 5px;
  background: var(--white);
  filter: none;
}
.showcase-device figcaption span { white-space: nowrap; }
.showcase-phone .device-brand-plate {
  top: 9px;
  left: 9px;
  min-width: 84px;
  height: 38px;
  padding: 3px 7px;
}
.showcase-phone .device-brand-plate img {
  max-width: 75px;
  height: 30px;
}

/* High-contrast closing accents. */
.red-close {
  width: fit-content;
  margin-top: 16px;
  padding: .05em .13em .1em;
  color: var(--white) !important;
  background: #a71925;
  box-shadow: 12px 12px 0 rgba(5,48,67,.35);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.final-price {
  display: inline-block;
  padding: .08em .18em .11em;
  color: #8b101b !important;
  background: var(--white);
  box-shadow: 7px 7px 0 rgba(5,48,67,.24);
}

@media (max-width: 980px) {
  .website-gap-comparison { grid-template-columns: 1fr; }
  .website-gap-comparison article { display: grid; grid-template-columns: .85fr 1.15fr; }
  .inbox-system-image,
  .lost-form-visual { align-self: end; min-height: 100%; }
  .lost-form-visual > img { height: 100%; min-height: 350px; }
  .real-system-visual { width: min(480px,100%); }
}

@media (max-width: 760px) {
  .website-gap-section { padding: 82px 18px; }
  .website-gap-heading h2 { font-size: 46px; }
  .website-gap-heading p { font-size: 16px; }
  .website-gap-comparison { margin-top: 46px; }
  .website-gap-comparison article { display: flex; }
  .gap-copy { padding: 32px 24px 28px; }
  .gap-copy h3 { font-size: 34px; }
  .lost-form-visual { min-height: 320px; }
  .lost-form-visual > img { height: 320px; min-height: 0; }
  .lost-form-card { right: 18px; bottom: 20px; width: calc(100% - 36px); }
  .real-system-visual { width: 100%; transform: none; }
  .real-system-visual span { right: 10px; bottom: 10px; }
  .bonus-product img.product-google-mark {
    width: 40px !important;
    height: 40px !important;
    padding: 7px;
  }
  .revenue-badge {
    width: 60px;
    height: 60px;
    border-width: 5px;
    font-size: 34px;
  }
  .showcase-device figcaption {
    margin-inline: auto;
    padding-right: 10px;
  }
  .showcase-screen .device-brand-plate {
    top: 8px;
    left: 8px;
    min-width: 98px;
    height: 40px;
  }
  .red-close {
    margin-top: 14px;
    box-shadow: 8px 8px 0 rgba(5,48,67,.35);
  }
}

/* Existing demand either leaks away or enters a visible follow-up system. */
.conversion-map {
  grid-column: 1 / -1;
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(275px, .86fr) minmax(210px, .56fr) minmax(390px, 1.22fr);
  margin-top: 24px;
  color: var(--white);
  background: #061c27;
  border: 1px solid rgba(7,81,114,.14);
  box-shadow: 0 36px 90px rgba(5,63,88,.18);
  overflow: hidden;
}
.opportunity-stream,
.conversion-engine {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 38px;
}
.opportunity-stream {
  color: var(--ink);
  background:
    linear-gradient(rgba(8,81,114,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8,81,114,.045) 1px, transparent 1px),
    #f5fbfd;
  background-size: 34px 34px;
}
.map-heading {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.map-heading span,
.engine-heading span {
  color: var(--blue-deep);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: .075em;
  text-transform: uppercase;
}
.map-heading strong {
  max-width: 290px;
  font-family: var(--font-display);
  font-size: 31px;
  line-height: .98;
  letter-spacing: -.045em;
}
.source-list {
  display: grid;
  margin-top: 28px;
  border-top: 1px solid rgba(8,81,114,.16);
}
.source-chip {
  display: grid;
  grid-template-columns: 38px minmax(0,1fr);
  align-items: center;
  gap: 13px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(8,81,114,.16);
}
.source-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--blue-dark);
  border: 1px solid rgba(255,255,255,.38);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 780;
}
.source-meta .source-mark {
  background: #0866ff;
}
.source-google .source-mark {
  background: var(--white);
  border-color: rgba(8,81,114,.13);
}
.source-google .source-mark img {
  width: 21px;
  height: 21px;
  object-fit: contain;
}
.source-referral .source-mark {
  background: var(--red);
}
.source-direct .source-mark {
  color: var(--navy);
  background: var(--yellow);
}
.source-chip > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.source-chip strong {
  color: var(--navy);
  font-size: 13px;
}
.source-chip small {
  margin-top: 2px;
  color: #6a7a81;
  font-size: 10px;
}
.map-photo {
  position: relative;
  min-height: 146px;
  margin: auto 0 0;
  overflow: hidden;
  background: #0b2632;
}
.map-photo img {
  width: 100%;
  height: 100%;
  min-height: 146px;
  display: block;
  object-fit: cover;
}
.map-photo figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 31px 15px 13px;
  color: var(--white);
  background: linear-gradient(transparent, rgba(3,22,30,.92));
  font-size: 10px;
  font-weight: 720;
}
.map-photo-missed img {
  object-position: 50% 38%;
}
.leak-zone {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px),
    #071720;
  background-size: 28px 28px;
}
.flow-line {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(15,162,219,.15), var(--blue));
  box-shadow: 0 0 22px rgba(15,162,219,.48);
}
.flow-line::before {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 12px;
  height: 12px;
  content: "";
  background: var(--yellow);
  border: 4px solid rgba(255,255,255,.92);
  border-radius: 50%;
  box-shadow: 0 0 0 9px rgba(255,211,77,.15);
  transform: translateY(-50%);
}
.flow-line::after {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 16px;
  height: 16px;
  content: "";
  border-top: 3px solid var(--blue);
  border-right: 3px solid var(--blue);
  transform: translateY(-50%) rotate(45deg);
}
.leak-drop {
  position: absolute;
  left: 50%;
  width: min(172px, calc(100% - 28px));
  padding: 12px 13px;
  color: var(--white);
  background: #9d1b28;
  border-left: 4px solid #ff6068;
  box-shadow: 0 14px 28px rgba(0,0,0,.26);
  transform: translateX(-50%);
}
.leak-drop::after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  height: 27px;
  content: "";
  background: linear-gradient(rgba(255,96,104,.75), transparent);
}
.leak-drop strong,
.leak-drop span {
  display: block;
}
.leak-drop strong {
  font-size: 11px;
}
.leak-drop span {
  margin-top: 2px;
  color: rgba(255,255,255,.68);
  font-size: 9px;
}
.leak-one { top: 15%; }
.leak-two { top: 37%; }
.leak-three { top: 59%; }
.conversion-engine {
  position: relative;
  background:
    radial-gradient(circle at 100% 0, rgba(42,188,234,.4), transparent 38%),
    linear-gradient(145deg, #075172, #0b91bf 62%, #0fa2db);
}
.conversion-engine::after {
  position: absolute;
  right: -110px;
  bottom: -120px;
  width: 290px;
  height: 290px;
  content: "";
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  box-shadow: 0 0 0 54px rgba(255,255,255,.045), 0 0 0 108px rgba(255,255,255,.025);
  pointer-events: none;
}
.engine-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 42px minmax(0,1fr);
  align-items: center;
  gap: 14px;
}
.engine-heading img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
.engine-heading div {
  display: flex;
  flex-direction: column;
}
.engine-heading span {
  color: rgba(255,255,255,.68);
}
.engine-heading strong {
  margin-top: 5px;
  font-family: var(--font-display);
  font-size: 25px;
  line-height: 1;
  letter-spacing: -.04em;
}
.engine-actions {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  margin-top: 28px;
  border-top: 1px solid rgba(255,255,255,.25);
  border-left: 1px solid rgba(255,255,255,.25);
}
.engine-actions > div {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  border-right: 1px solid rgba(255,255,255,.25);
  border-bottom: 1px solid rgba(255,255,255,.25);
}
.engine-actions strong {
  font-size: 12px;
}
.engine-actions span {
  margin-top: 5px;
  color: rgba(255,255,255,.68);
  font-size: 9px;
  line-height: 1.4;
}
.map-photo-system {
  position: relative;
  z-index: 1;
  min-height: 128px;
  margin-top: 18px;
  border: 1px solid rgba(255,255,255,.26);
}
.map-photo-system img {
  min-height: 128px;
  object-position: 50% 55%;
}
.engine-outcomes {
  position: relative;
  z-index: 1;
  display: grid;
  margin-top: 18px;
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,.28);
  border-bottom: 1px solid rgba(255,255,255,.28);
}
.engine-outcomes strong {
  position: relative;
  padding: 5px 0 5px 18px;
  font-size: 11px;
}
.engine-outcomes strong::before {
  position: absolute;
  top: .74em;
  left: 0;
  width: 8px;
  height: 4px;
  content: "";
  border-left: 2px solid var(--yellow);
  border-bottom: 2px solid var(--yellow);
  transform: rotate(-45deg);
}
.conversion-engine > small {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 15px;
  color: rgba(255,255,255,.66);
  font-size: 9px;
  line-height: 1.45;
}

/* Clean device family: the real site imagery supplies the logos and proof. */
.site-showcase {
  position: relative;
  min-height: 620px;
  display: grid;
  grid-template-columns: 200px minmax(0, 1.28fr) minmax(0, .95fr);
  align-items: end;
  gap: 0;
  margin: 56px 0 72px;
  padding: 70px 30px 42px;
  background:
    radial-gradient(circle at 68% 14%, rgba(255,255,255,.16), transparent 24%),
    linear-gradient(125deg, #06435f, #0a87b4 72%, #0fa2db);
  border: 1px solid rgba(255,255,255,.16);
  overflow: hidden;
}
.site-showcase::before {
  position: absolute;
  top: -34%;
  right: -14%;
  width: 650px;
  height: 650px;
  content: "";
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255,255,255,.035), 0 0 0 160px rgba(255,255,255,.02);
}
.showcase-device {
  position: relative;
  inset: auto;
  width: auto;
  margin: 0;
}
.showcase-device .showcase-screen {
  position: relative;
  overflow: hidden;
  background: #091116;
  border: 9px solid #10191e;
  box-shadow: 0 30px 70px rgba(1,24,34,.36);
}
.showcase-device .showcase-screen img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
}
.showcase-phone {
  z-index: 4;
  width: 218px;
  transform: translate(-8px, 28px) rotate(-3.5deg);
}
.showcase-phone .showcase-screen {
  aspect-ratio: 390 / 844;
  border-width: 8px;
  border-radius: 34px;
}
.phone-speaker {
  position: absolute;
  z-index: 2;
  top: 7px;
  left: 50%;
  width: 56px;
  height: 16px;
  background: #10191e;
  border-radius: 0 0 12px 12px;
  transform: translateX(-50%);
}
.showcase-tablet {
  z-index: 3;
  width: 100%;
  transform: translateY(-28px) rotate(1deg);
}
.showcase-tablet .showcase-screen {
  aspect-ratio: 4 / 3;
  border-width: 11px;
  border-radius: 22px;
}
.tablet-camera {
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 50%;
  width: 6px;
  height: 6px;
  background: #29414c;
  border: 1px solid #3c5e6d;
  border-radius: 50%;
  transform: translateX(-50%);
}
.showcase-desktop {
  z-index: 2;
  width: calc(100% + 18px);
  transform: translate(-8px, 26px) rotate(-.7deg);
}
.showcase-desktop .showcase-screen {
  aspect-ratio: 16 / 10;
  border-width: 10px;
  border-radius: 12px;
}
.desktop-stand {
  position: relative;
  z-index: -1;
  width: 38%;
  height: 42px;
  display: block;
  margin: -2px auto 0;
  background: linear-gradient(90deg, #71818a, #d5dde1 50%, #71818a);
  clip-path: polygon(36% 0,64% 0,72% 78%,100% 88%,100% 100%,0 100%,0 88%,28% 78%);
  filter: drop-shadow(0 14px 13px rgba(0,0,0,.22));
}

@media (max-width: 980px) {
  .conversion-map {
    grid-template-columns: minmax(250px,.9fr) minmax(180px,.58fr) minmax(330px,1.1fr);
  }
  .opportunity-stream,
  .conversion-engine {
    padding: 28px;
  }
  .site-showcase {
    min-height: 540px;
    grid-template-columns: 160px minmax(0,1.2fr) minmax(0,.95fr);
    padding-inline: 20px;
  }
  .showcase-phone { width: 175px; }
}

@media (max-width: 760px) {
  .conversion-map {
    min-height: 0;
    grid-template-columns: 1fr;
    margin-top: 48px;
  }
  .opportunity-stream,
  .conversion-engine {
    padding: 28px 22px;
  }
  .map-heading strong {
    font-size: 29px;
  }
  .map-photo {
    min-height: 170px;
    margin-top: 24px;
  }
  .map-photo img {
    min-height: 170px;
  }
  .leak-zone {
    min-height: 320px;
  }
  .flow-line {
    top: 0;
    right: auto;
    bottom: 0;
    left: 50%;
    width: 3px;
    height: auto;
    background: linear-gradient(rgba(15,162,219,.15), var(--blue));
    transform: translateX(-50%);
  }
  .flow-line::before {
    top: 20px;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .flow-line::after {
    top: auto;
    right: auto;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }
  .leak-drop {
    left: 18px;
    width: calc(100% - 56px);
    transform: none;
  }
  .leak-drop::after {
    top: 50%;
    right: -30px;
    left: auto;
    width: 30px;
    height: 1px;
    background: linear-gradient(90deg, rgba(255,96,104,.75), transparent);
  }
  .leak-one { top: 34px; }
  .leak-two { top: 122px; }
  .leak-three { top: 210px; }
  .engine-heading strong {
    font-size: 23px;
  }
  .engine-actions {
    grid-template-columns: 1fr;
  }
  .engine-actions > div {
    min-height: 72px;
  }
  .map-photo-system {
    min-height: 160px;
  }
  .map-photo-system img {
    min-height: 160px;
  }
  .site-showcase {
    min-height: 0;
    display: grid;
    grid-template-columns: none;
    grid-template-rows: 1fr;
    grid-auto-flow: column;
    grid-auto-columns: calc(100% - 40px);
    gap: 18px;
    margin: 38px -2px 52px;
    padding: 38px 22px 46px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
  }
  .showcase-device {
    position: relative;
    inset: auto;
    width: 100%;
    align-self: end;
    transform: none;
    scroll-snap-align: center;
  }
  .showcase-phone {
    width: 100%;
  }
  .showcase-phone .showcase-screen {
    width: 220px;
    margin: 0 auto;
  }
  .showcase-tablet .showcase-screen,
  .showcase-desktop .showcase-screen {
    width: 100%;
  }
  .showcase-desktop {
    padding-bottom: 30px;
  }
  .desktop-stand {
    height: 28px;
  }
}
