:root {
  --ink: #111412;
  --carbon: #0c0f0d;
  --carbon-2: #171a18;
  --paper: #f4f3ef;
  --white: #fff;
  --muted: #6e746f;
  --muted-light: #a8ada9;
  --line: rgba(17, 20, 18, .13);
  --line-dark: rgba(255, 255, 255, .14);
  --amber: #f7a536;
  --amber-light: #ffc46e;
  --canvas: 1680px;
  --gutter: clamp(22px, 4vw, 68px);
  --radius: 26px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: #171a18;
  font-family: Manrope, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.scroll-locked { touch-action: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 500; letter-spacing: -.045em; }
h1 em, h2 em { color: var(--amber-light); font-style: normal; }
strong, input, select, .case-controls, .step-icon, .risk-result-value { font-variant-numeric: lining-nums tabular-nums; }

.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 14px; color: var(--ink); background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow { color: var(--amber); font-size: 12px; font-weight: 700; letter-spacing: .13em; line-height: 1.3; text-transform: uppercase; }

.grid-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(90deg, transparent calc(25% - .5px), currentColor 25%, transparent calc(25% + .5px), transparent calc(50% - .5px), currentColor 50%, transparent calc(50% + .5px), transparent calc(75% - .5px), currentColor 75%, transparent calc(75% + .5px));
  color: rgba(127, 133, 129, .12);
}
.section-shell { position: relative; width: min(var(--canvas), calc(100% - 32px)); margin: 0 auto; overflow: hidden; }
.section-inner { position: relative; z-index: 1; padding: clamp(82px, 8vw, 138px) var(--gutter); }
.dark-section { color: var(--white); background: var(--carbon); }
.light-section { color: var(--ink); background: var(--paper); }
.section-heading { margin-bottom: clamp(44px, 6vw, 82px); }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: clamp(34px, 7vw, 110px); align-items: end; }
.split-heading > * { min-width: 0; }
.split-heading h2 { max-width: 1050px; margin-top: 18px; font-size: clamp(46px, 5.4vw, 88px); line-height: .98; }
.split-heading > p { max-width: 580px; color: var(--muted); font-size: clamp(17px, 1.3vw, 21px); line-height: 1.6; }
.dark-section .split-heading > p { color: var(--muted-light); }

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: transform .25s var(--ease), background .25s, color .25s;
}
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--ink); background: var(--white); }
.button-dark { color: var(--white); background: var(--ink); }
.button-accent { color: var(--ink); background: var(--amber); }
.button-small { min-height: 46px; padding: 11px 17px; font-size: 14px; }
.button-full { width: 100%; }
.arrow-link, .text-link { border: 0; color: inherit; background: none; font-weight: 700; cursor: pointer; }
.arrow-link { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 18px 0; border-top: 1px solid var(--line); font-size: 15px; }

/* Header */
.site-header { position: fixed; top: 12px; right: 0; left: 0; z-index: 90; width: min(calc(var(--canvas) - 48px), calc(100% - 48px)); margin: auto; color: var(--white); transition: color .25s, background .25s, transform .25s; }
.header-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 28px; min-height: 72px; align-items: center; padding: 9px 10px 9px 12px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 16px; background: rgba(12, 15, 13, .76); box-shadow: 0 16px 50px rgba(0, 0, 0, .18); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.brand-plate { display: flex; align-items: center; padding: 9px 12px; border-radius: 9px; background: #fff; }
.brand-plate img { width: 174px; height: auto; }
.brand-note { color: rgba(255, 255, 255, .58); font-size: 12px; font-weight: 700; letter-spacing: .08em; line-height: 1.25; text-transform: uppercase; }
.main-nav { display: flex; justify-content: center; gap: clamp(16px, 2.1vw, 34px); }
.main-nav a { position: relative; font-size: 14px; font-weight: 600; text-decoration: none; }
.main-nav a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: var(--amber); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.main-nav a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.phone-link { text-decoration: none; }
.phone-link span { display: block; color: rgba(255, 255, 255, .5); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.phone-link strong { display: block; font-size: 16px; font-weight: 700; }
.mobile-header-phone { display: none; }
.menu-toggle { display: none; }

/* Hero */
.hero { position: relative; width: min(var(--canvas), calc(100% - 32px)); min-height: max(760px, 100svh); margin: 0 auto; overflow: hidden; border-radius: 0 0 var(--radius) var(--radius); color: var(--white); background: var(--carbon); }
.hero-media, .hero-shade, .hero > .grid-lines { position: absolute; inset: 0; }
.hero-media { z-index: 0; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-mobile-poster { display: none; }
.hero-media iframe { position: absolute; top: 50%; left: 50%; width: max(100%, 177.7778vh); height: max(100%, 56.25vw); border: 0; pointer-events: none; transform: translate(-50%, -50%) scale(1.03); }
.hero-shade { z-index: 1; background: linear-gradient(90deg, rgba(7, 10, 8, .94) 0%, rgba(7, 10, 8, .76) 46%, rgba(7, 10, 8, .24) 74%, rgba(7, 10, 8, .55) 100%), linear-gradient(180deg, rgba(8, 10, 9, .22), rgba(8, 10, 9, .12) 48%, rgba(8, 10, 9, .88)); }
.hero > .grid-lines { z-index: 1; color: rgba(255, 255, 255, .12); }
.hero-inner { position: relative; z-index: 2; display: flex; min-height: max(760px, 100svh); align-items: flex-end; padding: 130px var(--gutter) 64px; }
.hero-bottom { display: grid; width: 100%; grid-template-columns: minmax(0, 1.4fr) minmax(330px, .6fr); gap: clamp(44px, 7vw, 110px); align-items: end; }
.hero-copy h1 { max-width: 780px; margin: 18px 0 22px; font-size: clamp(36px, 3.2vw, 54px); line-height: 1.01; }
.hero-offer-badge { display: inline-flex; align-items: center; min-height: 40px; padding: 10px 15px; border: 1px solid rgba(255,190,98,.55); border-radius: 999px; color: #17130d; background: var(--amber-light); box-shadow: 0 10px 34px rgba(247,165,54,.22); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-lead { max-width: 760px; color: rgba(255, 255, 255, .75); font-size: clamp(17px, 1.35vw, 22px); line-height: 1.55; }
.hero-facts { display: grid; max-width: 790px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 34px 0 0; padding: 0; border-top: 1px solid rgba(255, 255, 255, .22); list-style: none; }
.hero-facts li { padding: 18px 20px 0 0; border-right: 1px solid rgba(255, 255, 255, .15); }
.hero-facts li + li { padding-left: 20px; }
.hero-facts li:last-child { border-right: 0; }
.hero-facts strong { display: block; font-size: clamp(23px, 2vw, 31px); font-weight: 600; letter-spacing: -.04em; }
.hero-facts span { color: rgba(255, 255, 255, .55); font-size: 12px; }
.hero-form { padding: 25px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 18px; background: rgba(11, 14, 12, .82); box-shadow: 0 24px 80px rgba(0, 0, 0, .28); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.hero-form h2 { margin: 8px 0 18px; font-size: 27px; line-height: 1.08; }
.hero-mobile-video { display: none; }
.hero-scroll { position: absolute; right: var(--gutter); bottom: 22px; z-index: 3; display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }

/* Forms */
.lead-form > label, .modal-form > label, .final-form label { display: block; margin-bottom: 14px; }
.lead-form label > span, .lead-form legend, .final-form label > span, .final-form legend { display: block; margin-bottom: 7px; color: rgba(255, 255, 255, .68); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
input, select, textarea { width: 100%; min-width: 0; border: 1px solid rgba(255, 255, 255, .22); border-radius: 9px; outline: 0; color: var(--white); background: rgba(255, 255, 255, .07); transition: border-color .2s, background .2s; }
input, select { height: 52px; padding: 0 14px; }
textarea { padding: 13px 14px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--amber); background: rgba(255,255,255,.1); }
select option { color: var(--ink); background: var(--white); }
.contact-choice { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 16px; padding: 0; border: 0; }
.contact-choice legend { width: 100%; }
.contact-choice label { margin: 0 !important; }
.contact-choice label > span { min-width: 76px; margin: 0; padding: 9px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; color: rgba(255,255,255,.72); font-size: 12px; text-align: center; text-transform: none; cursor: pointer; }
.contact-choice input { position: absolute; opacity: 0; }
.contact-choice input:checked + span { border-color: var(--amber); color: var(--ink); background: var(--amber); }
.form-note { margin-top: 10px; color: rgba(255,255,255,.52); font-size: 12px; }
.form-success { padding: 20px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.06); }
.form-success a { color: var(--amber-light); }

/* Control */
.feature-media { position: relative; min-height: 560px; overflow: hidden; border-radius: 22px; }
.feature-media img { width: 100%; height: 640px; object-fit: cover; }
.feature-media::after { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 42%, rgba(8, 10, 9, .82) 76%, rgba(8, 10, 9, .97)); content: ""; }
.feature-caption { position: absolute; top: 50%; right: clamp(24px, 5vw, 76px); z-index: 1; width: min(38%, 520px); transform: translateY(-50%); }
.feature-caption span { color: var(--amber-light); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.feature-caption strong { display: block; margin: 18px 0; font-size: clamp(30px, 3.2vw, 52px); font-weight: 500; letter-spacing: -.045em; line-height: 1.04; }
.feature-caption p { color: var(--muted-light); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 22px; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.benefit-grid article { min-height: 245px; padding: 24px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.benefit-grid article > span { color: var(--amber); font-size: 12px; font-weight: 700; }
.benefit-grid h3 { margin: 70px 0 12px; font-size: 25px; }
.benefit-grid p { color: var(--muted-light); font-size: 14px; }

/* Products and quiz */
.product-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #faf9f6; }
.product-card figure { position: relative; }
.product-card figure img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.product-card figcaption { position: absolute; right: 14px; bottom: 14px; padding: 8px 10px; border-radius: 7px; color: var(--white); background: rgba(13,15,14,.74); font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.product-copy { padding: 28px; }
.product-index { margin-bottom: 18px; color: #a05c0c; font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.product-copy h3 { font-size: clamp(40px, 3.6vw, 58px); line-height: .98; }
.product-copy > p { max-width: 620px; margin-top: 17px; color: var(--muted); }
.product-copy ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 24px 0; padding: 0; list-style: none; }
.product-copy li { min-width: 0; padding: 12px; border: 1px solid var(--line); border-radius: 8px; font-size: 12px; font-weight: 700; }
.quiz { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.2fr) minmax(320px, .88fr); margin-top: clamp(70px, 8vw, 120px); overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #f9f8f4; }
.quiz > * { min-width: 0; padding: 30px; }
.quiz-intro { border-right: 1px solid var(--line); }
.quiz-intro h3 { margin: 14px 0 17px; font-size: clamp(30px, 2.6vw, 43px); line-height: 1.06; }
.quiz-intro p:last-child { color: var(--muted); }
#quiz-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; border-right: 1px solid var(--line); }
#quiz-form label { min-width: 0; }
#quiz-form label:last-child { grid-column: 1 / -1; }
#quiz-form label > span { display: block; margin-bottom: 7px; color: #606560; font-size: 12px; font-weight: 700; }
#quiz-form select { color: var(--ink); background: #fff; border-color: var(--line); font-size: 15px; font-weight: 600; text-overflow: ellipsis; }
.quiz-result { background: var(--ink); color: var(--white); }
.quiz-result-grid { margin: 20px 0 24px; }
.quiz-result-grid > div { padding: 10px 0; border-bottom: 1px solid var(--line-dark); }
.quiz-result-grid b { display: block; color: var(--muted-light); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.quiz-result-grid strong { display: block; margin-top: 3px; font-size: 16px; font-weight: 600; }

/* Video */
.video-frame { position: relative; overflow: hidden; border: 1px solid var(--line-dark); border-radius: 20px; background: #000; aspect-ratio: 16 / 7; }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.video-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.video-tags span { padding: 9px 13px; border: 1px solid var(--line-dark); border-radius: 999px; color: #c8ccc9; font-size: 12px; font-weight: 700; }

/* Economics */
.economics-section .section-inner { padding-top: clamp(58px, 5vw, 82px); padding-bottom: clamp(58px, 5vw, 82px); }
.economics-section .section-heading { grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); margin-bottom: clamp(26px, 3vw, 38px); }
.economics-section .section-heading h2 { max-width: 860px; font-size: clamp(43px, 4.25vw, 66px); line-height: .96; }
.economics-section .section-heading > p { font-size: clamp(15px, 1.12vw, 18px); line-height: 1.52; }
.economics-grid { display: grid; gap: 18px; }
.risk-calculator { padding: clamp(24px, 3vw, 38px); border: 1px solid var(--line); border-radius: 20px; background: #faf9f6; }
.calc-heading h3 { max-width: 760px; margin: 10px 0 24px; font-size: clamp(31px, 3vw, 46px); line-height: 1.02; }
.calc-fields { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.calc-fields label > span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 12px; font-weight: 700; }
.calc-fields input { min-height: 52px; padding: 12px 15px; border-color: var(--line); color: var(--ink); background: #fff; font-size: 17px; font-weight: 600; }
.risk-result { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); gap: clamp(30px, 5vw, 84px); align-items: end; padding: clamp(28px, 4vw, 52px); overflow: hidden; border-radius: 20px; color: var(--white); background: var(--ink); }
.risk-result-value > span { display: block; color: var(--amber); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.risk-result-value strong { display: block; margin: 16px 0 8px; color: var(--amber-light); font-size: clamp(48px, 6.4vw, 96px); font-weight: 500; letter-spacing: -.055em; line-height: .95; overflow-wrap: anywhere; }
.risk-result-value p { color: var(--muted-light); font-size: 14px; }
.risk-result-action { max-width: 560px; }
.risk-result-action h3 { font-size: clamp(27px, 2.6vw, 42px); line-height: 1.04; }
.risk-result-action > p { margin-top: 15px; color: var(--muted-light); font-size: 14px; }
.risk-result-action small { display: block; margin: 20px 0; padding-top: 14px; border-top: 1px solid var(--line-dark); color: #d7dad7; font-size: 12px; }
.risk-result-action .button { width: 100%; }

/* Process */
.process-heading { display: grid; grid-template-columns: 1fr minmax(290px, .42fr); gap: 40px; align-items: start; }
.process-section .section-inner { padding-top: clamp(72px, 6vw, 104px); padding-bottom: clamp(72px, 6vw, 104px); }
.process-heading h2 { margin-top: 15px; font-size: clamp(52px, 6.2vw, 96px); line-height: .92; }
.process-heading aside { margin-top: 21px; padding: 20px; border: 1px solid var(--line-dark); border-radius: 16px; background: rgba(255,255,255,.035); }
.process-heading aside strong { display: block; color: var(--amber-light); font-size: clamp(46px, 5vw, 76px); font-weight: 500; letter-spacing: -.05em; line-height: 1; }
.process-heading aside span { display: block; margin-top: 10px; color: var(--muted-light); font-size: 13px; }
.process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 38px 0 0; padding: 0; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); list-style: none; }
.process-grid li { min-height: 210px; padding: 21px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.step-icon { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(247,165,54,.5); border-radius: 50%; color: var(--amber); font-size: 12px; font-weight: 700; }
.process-grid h3 { margin: 34px 0 10px; font-size: 24px; }
.process-grid p { max-width: 390px; color: var(--muted-light); font-size: 14px; }
.launch-banner { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 18px; padding: 24px; border-radius: 18px; color: var(--ink); background: var(--amber); }
.launch-banner .eyebrow { color: #6c3a00; }
.launch-banner h3 { max-width: 930px; margin-top: 8px; font-size: clamp(28px, 3vw, 48px); line-height: 1.02; }

/* Cases */
.cases-section { background: #efeee9; }
.cases-section .section-inner { padding-top: clamp(66px, 5.5vw, 94px); padding-bottom: clamp(66px, 5.5vw, 94px); }
.cases-section .section-heading { margin-bottom: clamp(30px, 3.5vw, 46px); }
.cases-section .section-heading h2 { max-width: 860px; font-size: clamp(44px, 4.7vw, 72px); line-height: .95; }
.cases-section .section-heading > p { font-size: clamp(15px, 1.15vw, 18px); }
.case-carousel { position: relative; }
.case-carousel-viewport { overflow: hidden; outline: 0; touch-action: pan-y; user-select: none; }
.case-grid { display: flex; gap: 16px; transition: transform .58s var(--ease); will-change: transform; }
.case-tile { position: relative; padding: 0; overflow: hidden; border: 0; border-radius: 18px; color: var(--white); background: var(--ink); aspect-ratio: 1; cursor: zoom-in; text-align: left; isolation: isolate; }
.case-tile { flex: 0 0 calc((100% - 32px) / 3); }
.case-tile::after { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 38%, rgba(7,10,8,.9)); content: ""; }
.case-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s var(--ease), filter .55s var(--ease); }
.case-tile > span { position: absolute; right: 18px; bottom: 17px; left: 18px; z-index: 2; display: grid; grid-template-columns: 1fr auto; gap: 5px 12px; align-items: end; }
.case-tile b { grid-column: 1 / -1; color: var(--amber-light); font-size: 12px; letter-spacing: .07em; text-transform: uppercase; }
.case-tile strong { overflow: hidden; font-size: clamp(22px, 2vw, 32px); font-weight: 600; letter-spacing: -.04em; line-height: 1.02; text-overflow: ellipsis; white-space: nowrap; }
.case-tile small { align-self: end; color: rgba(255,255,255,.72); font-size: 11px; font-weight: 700; }
.case-tile:hover img, .case-tile:focus-visible img { filter: saturate(1.05) contrast(1.03); transform: scale(1.035); }
.case-tile.is-shifting { animation: caseShift .42s var(--ease); }
.case-carousel-footer { display: grid; grid-template-columns: auto minmax(90px, 1fr) auto auto; gap: 12px; align-items: center; margin-top: 18px; }
.case-carousel-footer > button { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: transparent; font-size: 18px; cursor: pointer; transition: color .2s, background .2s, transform .2s; }
.case-carousel-footer > button:hover { color: var(--white); background: var(--ink); transform: translateY(-2px); }
.case-carousel-footer > span { font-size: 13px; font-weight: 700; white-space: nowrap; }
.case-carousel-progress { overflow: hidden; height: 3px; border-radius: 999px; background: rgba(17,20,18,.12); }
.case-carousel-progress span { display: block; width: 10%; height: 100%; background: var(--ink); transition: width .45s var(--ease); }
.case-swipe-hint { display: none; }
@keyframes caseShift { 0% { transform: scale(1); } 45% { transform: scale(.975); } 100% { transform: scale(1); } }
@keyframes swipeHint { 0%,100% { transform: translateX(0); opacity: .65; } 50% { transform: translateX(7px); opacity: 1; } }

/* Proof */
.proof-section .section-inner { padding-top: clamp(54px, 5vw, 82px); padding-bottom: clamp(54px, 5vw, 82px); }
.proof-section .section-heading { margin-bottom: clamp(30px, 3vw, 44px); }
.proof-section .section-heading h2 { max-width: 900px; font-size: clamp(42px, 4.6vw, 72px); }
.proof-grid { display: grid; grid-template-columns: minmax(250px, .55fr) minmax(0, 1.45fr); gap: clamp(26px, 4vw, 60px); align-items: start; }
.proof-copy article { padding: 15px 0; border-top: 1px solid var(--line); }
.proof-copy span { color: #a05c0c; font-size: 12px; font-weight: 700; }
.proof-copy h3 { margin: 10px 0 5px; font-size: 22px; }
.proof-copy p { color: var(--muted); font-size: 13px; }
.certificate-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; align-items: end; }
.certificate-grid button { position: relative; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 18px 48px rgba(17,20,18,.11); cursor: zoom-in; transition: transform .35s var(--ease); }
.certificate-grid button:hover { transform: translateY(-9px); }
.certificate-grid img { width: 100%; aspect-ratio: 3 / 4; object-fit: contain; }
.certificate-grid button > span { position: absolute; right: 9px; bottom: 9px; padding: 8px 10px; border-radius: 7px; color: var(--white); background: var(--ink); font-size: 12px; font-weight: 700; }
.certificate-modal, .case-modal { width: min(1120px, calc(100% - 32px)); max-height: 92vh; padding: 46px 18px 18px; border: 0; border-radius: 18px; background: var(--paper); box-shadow: 0 30px 100px rgba(0,0,0,.38); }
.certificate-modal { width: min(920px, calc(100% - 32px)); }
.certificate-modal::backdrop, .case-modal::backdrop { background: rgba(7,9,8,.86); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.certificate-modal img, .case-modal img { max-width: 100%; max-height: calc(92vh - 70px); margin: auto; object-fit: contain; }
.certificate-close { position: absolute; top: 8px; right: 8px; display: grid; width: 36px; height: 36px; place-items: center; border: 0; border-radius: 50%; color: var(--white); background: var(--ink); font-size: 24px; cursor: pointer; }
.case-modal-close { position: absolute; top: 8px; right: 8px; z-index: 2; display: grid; width: 36px; height: 36px; place-items: center; border: 0; border-radius: 50%; color: var(--white); background: var(--ink); font-size: 24px; cursor: pointer; }

/* FAQ + final */
.faq-layout { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(50px, 8vw, 120px); }
.faq-heading h2 { margin: 17px 0 22px; font-size: clamp(52px, 5.5vw, 88px); line-height: .94; }
.faq-heading p:last-child { max-width: 430px; color: var(--muted-light); }
.faq-list details { border-top: 1px solid var(--line-dark); }
.faq-list details:last-child { border-bottom: 1px solid var(--line-dark); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; font-size: 20px; font-weight: 600; cursor: pointer; list-style: none; }
.faq-list summary::after { color: var(--amber); font-size: 23px; content: "+"; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 850px; padding: 0 0 26px; color: var(--muted-light); }
.final-section { color: var(--white); background: #202321; }
.final-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .75fr); gap: clamp(40px, 7vw, 110px); }
.final-copy h2 { margin: 17px 0 22px; font-size: clamp(48px, 5vw, 80px); line-height: .96; }
.final-copy > p { color: var(--muted-light); font-size: 18px; }
.final-copy ul { margin: 30px 0; padding: 0; list-style: none; }
.final-copy li { padding: 13px 0; border-top: 1px solid var(--line-dark); }
.final-copy img { width: 100%; aspect-ratio: 16 / 7; border-radius: 16px; object-fit: cover; }
.final-form { padding: 30px; border-radius: 20px; color: var(--white); background: var(--carbon); }
.form-progress { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; margin-bottom: 28px; color: var(--muted-light); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.form-progress i { height: 1px; background: var(--line-dark); }
.form-progress .is-active { color: var(--amber); }
.form-heading h3 { margin: 9px 0 22px; font-size: 31px; line-height: 1.06; }
.form-nav { display: flex; align-items: center; justify-content: space-between; gap: 18px; }

/* Footer */
.site-footer { position: relative; width: min(var(--canvas), calc(100% - 32px)); min-height: 520px; margin: 0 auto 16px; overflow: hidden; color: var(--white); background: var(--carbon); }
.footer-top { position: relative; z-index: 1; display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 40px; padding: 76px var(--gutter) 50px; }
.footer-brand .brand-plate { width: fit-content; }
.footer-brand .brand-plate img { width: 246px; }
.footer-brand p { max-width: 390px; margin-top: 22px; color: var(--muted-light); }
.footer-top > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 11px; }
.footer-top a { width: fit-content; color: #d8dbd8; text-decoration: none; }
.footer-top span { color: var(--muted-light); }
.footer-phone { color: var(--amber-light) !important; font-size: 20px; font-weight: 700; }
.footer-bottom { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 24px; margin: 0 var(--gutter); padding: 20px 0; border-top: 1px solid var(--line-dark); color: var(--muted-light); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.footer-word { position: absolute; right: -2%; bottom: -10%; left: -2%; color: rgba(255,255,255,.09); font-size: clamp(120px, 18vw, 300px); font-weight: 500; letter-spacing: -.09em; line-height: .75; text-align: center; white-space: nowrap; }

/* Dialog + motion */
.lead-modal { width: min(720px, calc(100% - 32px)); max-height: calc(100svh - 24px); padding: clamp(26px, 4vw, 48px); overflow-y: auto; border: 0; border-radius: 20px; color: var(--white); background: var(--carbon); box-shadow: 0 30px 100px rgba(0,0,0,.38); }
.lead-modal::backdrop { background: rgba(7,9,8,.8); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.lead-modal h2 { margin: 14px 0; font-size: clamp(38px, 5vw, 60px); line-height: .98; }
.lead-modal .modal-copy > p:last-child { margin-bottom: 24px; color: var(--muted-light); }
.modal-close { position: absolute; top: 12px; right: 12px; width: 40px; height: 40px; border: 1px solid var(--line-dark); border-radius: 50%; color: var(--white); background: transparent; font-size: 25px; cursor: pointer; }
.mobile-actions { display: none; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1220px) {
  .brand-note, .phone-link { display: none; }
  .main-nav { gap: 19px; }
  .hero-bottom { grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: 34px; }
  .quiz { grid-template-columns: 1fr 1fr; }
  .quiz-intro { grid-column: 1 / -1; border-right: 0; border-bottom: 1px solid var(--line); }
  #quiz-form { border-bottom: 0; }
  .proof-grid { grid-template-columns: 1fr; }
}

@media (max-width: 980px) {
  .site-header { top: 8px; width: calc(100% - 20px); }
  .header-inner { grid-template-columns: auto 1fr auto; }
  .brand-plate img { width: 156px; }
  .menu-toggle { display: flex; width: 42px; height: 42px; align-items: center; justify-content: center; flex-direction: column; gap: 6px; border: 1px solid var(--line-dark); border-radius: 9px; background: transparent; }
  .menu-toggle span:not(.sr-only) { width: 19px; height: 1px; background: #fff; }
  .main-nav { position: fixed; top: 86px; right: 10px; left: 10px; display: none; flex-direction: column; padding: 22px; border: 1px solid var(--line-dark); border-radius: 15px; background: rgba(12,15,13,.98); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 10px 0; font-size: 18px; }
  .header-actions { justify-self: end; }
  .hero { min-height: 0; }
  .hero-inner { min-height: 0; padding-top: 128px; }
  .hero-form { display: block; width: min(620px, 100%); margin-top: 8px; }
  .hero-bottom { grid-template-columns: 1fr; }
  .hero-copy { max-width: 820px; }
  .split-heading { grid-template-columns: 1fr; }
  .benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-pair { grid-template-columns: 1fr; }
  .calc-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .risk-result { grid-template-columns: 1fr; align-items: start; }
  .process-heading { grid-template-columns: 1fr; }
  .case-tile { flex-basis: calc((100% - 16px) / 2); }
  .faq-layout, .final-layout { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1.6fr 1fr 1fr; }
  .footer-top > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 720px) {
  body { font-size: 15px; }
  .section-shell, .hero, .site-footer { width: 100%; }
  .section-inner { padding: 54px 20px; }
  .section-heading { margin-bottom: 32px; }
  .grid-lines { background-image: linear-gradient(90deg, transparent calc(50% - .5px), currentColor 50%, transparent calc(50% + .5px)); }
  .header-actions .button { display: none; }
  .header-actions { display: none; }
  .header-inner { grid-template-columns: auto 1fr auto; gap: 9px; min-height: 58px; padding: 7px 8px; }
  .brand-plate { padding: 7px 8px; }
  .brand-plate img { width: 120px; }
  .mobile-header-phone { display: inline-flex; min-height: 36px; align-items: center; justify-content: center; justify-self: end; padding: 0 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 9px; color: var(--white); font-size: 11px; font-weight: 700; letter-spacing: .02em; text-decoration: none; white-space: nowrap; }
  .menu-toggle { width: 38px; height: 38px; }
  .main-nav { top: 78px; }
  .hero { min-height: 0; border-radius: 0; }
  .hero-media, .hero-shade { right: 0; bottom: auto; left: 0; height: clamp(980px, 138svh, 1140px); }
  .hero-media iframe { display: none; }
  .hero-desktop-poster { display: none; }
  .hero-media .hero-mobile-poster { display: block; object-position: 50% center; filter: saturate(.92) contrast(1.05) brightness(.78); }
  .hero-shade { background: linear-gradient(90deg, rgba(6,9,7,.58), rgba(6,9,7,.3)), linear-gradient(180deg, rgba(6,9,7,.48), rgba(6,9,7,.72) 38%, rgba(6,9,7,.9) 72%, #080b09 100%); }
  .hero-inner { min-height: 0; padding: 96px 20px 78px; }
  .hero-bottom { gap: 20px; }
  .hero-offer-badge { min-height: 36px; padding: 8px 11px; font-size: 11px; letter-spacing: .045em; }
  .hero-copy h1 { margin: 15px 0 16px; font-size: clamp(30px, 8.3vw, 38px); line-height: 1.02; }
  .hero-lead { font-size: 15px; line-height: 1.48; }
  .hero-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 22px; }
  .hero-facts li { padding-right: 14px; }
  .hero-facts li + li { padding-left: 14px; }
  .hero-facts li:nth-child(2) { border-right: 1px solid rgba(255, 255, 255, .15); }
  .hero-facts li:last-child { grid-column: auto; padding-left: 14px; }
  .hero-facts strong { font-size: 20px; }
  .hero-facts span { font-size: 10px; line-height: 1.25; }
  .hero-mobile-video { position: relative; display: block; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: #000; aspect-ratio: 16 / 9; box-shadow: 0 18px 42px rgba(0,0,0,.3); }
  .hero-mobile-video iframe { width: 100%; height: 100%; border: 0; }
  .hero-mobile-video span { position: absolute; right: 10px; bottom: 10px; padding: 7px 9px; border-radius: 7px; color: var(--white); background: rgba(8,10,9,.78); font-size: 10px; font-weight: 700; pointer-events: none; }
  .hero-form { margin-top: 0; padding: 20px; border-radius: 15px; }
  .hero-form h2 { font-size: 24px; }
  .hero-scroll { display: none; }
  .split-heading h2 { font-size: clamp(34px, 9.5vw, 48px); }
  .economics-section .section-heading { grid-template-columns: 1fr; }
  .economics-section .section-heading h2 { max-width: none; font-size: clamp(34px, 9.5vw, 46px); line-height: 1; }
  .economics-section .section-heading > p { font-size: 15px; line-height: 1.5; }
  .economics-section .section-inner, .process-section .section-inner, .cases-section .section-inner { padding-top: 54px; padding-bottom: 54px; }
  .feature-media { min-height: 480px; }
  .feature-media img { height: 480px; object-position: 58% center; }
  .feature-media::after { background: linear-gradient(180deg, transparent 35%, rgba(8,10,9,.95) 75%); }
  .feature-caption { top: auto; right: 22px; bottom: 24px; left: 22px; width: auto; transform: none; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: 0; }
  .benefit-grid h3 { margin-top: 35px; }
  .product-copy { padding: 23px 20px; }
  .product-copy ul { grid-template-columns: 1fr; }
  .product-card figcaption { right: 8px; bottom: 8px; max-width: calc(100% - 16px); }
  .quiz { grid-template-columns: 1fr; margin-top: 48px; }
  .quiz > * { padding: 24px 20px; }
  #quiz-form { grid-template-columns: 1fr; border-right: 0; border-bottom: 1px solid var(--line); }
  #quiz-form label:last-child { grid-column: auto; }
  .video-frame { aspect-ratio: 16 / 9; border-radius: 14px; }
  .calc-fields { grid-template-columns: 1fr; }
  .risk-calculator { padding: 22px 18px; }
  .risk-result { gap: 28px; padding: 25px 20px; }
  .risk-result-value strong { font-size: clamp(42px, 13vw, 58px); }
  .risk-result-action h3 { font-size: 27px; }
  .process-heading { gap: 24px; }
  .process-heading h2 { font-size: clamp(43px, 12vw, 60px); }
  .process-heading aside { margin-top: 0; padding: 17px; }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 28px; }
  .process-grid li { min-height: 205px; padding: 16px; }
  .process-grid .step-icon { width: 36px; height: 36px; }
  .process-grid h3 { margin: 20px 0 8px; font-size: 20px; }
  .process-grid p { font-size: 12px; line-height: 1.45; }
  .launch-banner { align-items: stretch; flex-direction: column; padding: 24px; }
  .launch-banner h3 { font-size: 29px; }
  .case-carousel-viewport { overflow: hidden; }
  .case-grid { gap: 12px; }
  .case-tile { flex-basis: calc(100% - 28px); }
  .case-tile { border-radius: 14px; }
  .case-tile > span { right: 15px; bottom: 14px; left: 15px; }
  .case-tile strong { font-size: 27px; }
  .case-carousel-footer { grid-template-columns: auto 1fr auto auto; gap: 9px; margin-top: 13px; }
  .case-carousel-footer > button { width: 42px; height: 42px; }
  .case-swipe-hint { grid-column: 1 / -1; display: flex; align-items: center; justify-content: center; gap: 7px; color: var(--muted); font-size: 12px; font-weight: 700; }
  .case-swipe-hint i { display: inline-block; color: var(--amber); font-style: normal; animation: swipeHint 1.4s ease-in-out infinite; }
  .proof-section .section-inner { padding-top: 50px; padding-bottom: 50px; }
  .proof-section .section-heading { margin-bottom: 26px; }
  .proof-grid { grid-template-columns: 1fr; gap: 22px; }
  .proof-copy { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .proof-copy article { padding: 12px 10px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
  .proof-copy article:last-child { border-right: 0; }
  .proof-copy h3 { font-size: 16px; }
  .proof-copy p { font-size: 11px; }
  .certificate-grid { display: flex; gap: 12px; margin-right: -20px; padding: 0 20px 12px 0; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .certificate-grid::-webkit-scrollbar { display: none; }
  .certificate-grid button { flex: 0 0 min(76vw, 280px); scroll-snap-align: start; }
  .faq-list summary { font-size: 18px; }
  .final-form { padding: 24px 20px; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; padding: 52px 20px 36px; }
  .footer-top > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; margin: 0 20px; padding-bottom: 90px; }
  .footer-word { bottom: 1%; font-size: 27vw; }
  .mobile-actions { position: fixed; right: 10px; bottom: 10px; left: 10px; z-index: 80; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; box-shadow: 0 14px 50px rgba(0,0,0,.25); }
  .mobile-actions a, .mobile-actions button { min-height: 54px; display: grid; place-items: center; border: 0; color: var(--white); background: var(--ink); font-size: 14px; font-weight: 700; text-decoration: none; }
  .mobile-actions button { color: var(--ink); background: var(--amber); }
}

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