@font-face {
  font-family: "Inter Local";
  src: url("../fonts/inter-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Doto Scoreboard Local";
  src: url("../fonts/doto-scoreboard-800.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

:root {
  color-scheme: light;
  --color-ink: #162a34;
  --color-ink-soft: #425963;
  --color-surface: #f3f7f9;
  --color-paper: #ffffff;
  --color-line: rgba(22, 42, 52, .14);
  --color-accent: #b51e2a;
  --color-accent-hot: #911821;
  --color-structure: #276a82;
  --color-structure-dark: #19495c;
  --color-structure-soft: #dfeaf0;
  --color-signal: #177a57;
  --color-focus: #0b6f94;
  --color-solar: #dfa927;
  --color-white: #fff;
  --glass-surface: linear-gradient(135deg, rgba(255,255,255,.76), rgba(255,255,255,.42));
  --glass-surface-strong: linear-gradient(135deg, rgba(255,255,255,.9), rgba(255,255,255,.58));
  --glass-shadow: 0 20px 52px -28px rgba(22,42,52,.38);
  --glass-blur: blur(16px) saturate(1.22);
  --font-display: "Inter Local", "Segoe UI", sans-serif;
  --font-body: "Inter Local", "Segoe UI", sans-serif;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --space-16: 64px;
  --space-24: 96px;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 28px;
  --shadow-high: 0 28px 70px rgba(22, 42, 52, .16);
  --max-width: 1440px;
}

* { box-sizing: border-box; }
[data-campaign-variant="1"] [data-hero-variant="2"], [data-campaign-variant="2"] [data-hero-variant="1"] { display: none !important; }

html { max-width: 100%; overflow-x: clip; overflow-y: scroll; scroll-behavior: smooth; scroll-padding-top: 84px; scrollbar-gutter: stable; }
[id] { scroll-margin-top: 88px; }

body {
  margin: 0;
  max-width: 100%;
  overflow-x: clip;
  background: var(--color-surface);
  color: var(--color-ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

button, input, a { font: inherit; }
button, a { touch-action: manipulation; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img, canvas, svg { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); line-height: 1; letter-spacing: -.05em; text-wrap: balance; }
h2 { font-size: clamp(2.45rem, 4.65vw, 4.85rem); margin-bottom: var(--space-8); }
em { color: var(--color-accent); font-style: normal; }

:focus-visible { outline: 3px solid var(--color-focus); outline-offset: 4px; }
.lucide-sprite { position: absolute; width: 0; height: 0; overflow: hidden; pointer-events: none; }
.lucide { width: 18px; height: 18px; flex: 0 0 auto; display: block; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.lucide-round { width: 14px; height: 14px; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 100; padding: 12px 18px; background: var(--color-white); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--color-ink);
  transition: background-color .3s ease, box-shadow .3s ease;
}
.header-main {
  min-height: 76px;
  padding: 14px clamp(20px, 4vw, 64px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: var(--space-8);
  transition: min-height .42s cubic-bezier(.2,.75,.2,1), padding .42s cubic-bezier(.2,.75,.2,1), gap .42s ease;
}
.site-header.is-scrolled { background: rgba(255, 255, 255, .92); box-shadow: 0 8px 32px rgba(22, 42, 52, .09); backdrop-filter: blur(16px); }
.site-header.is-menu-open { background: rgba(255,255,255,.96); box-shadow: 0 8px 32px rgba(22,42,52,.1); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.site-header.is-scrolled .header-main { min-height: 62px; padding-block: 8px; gap: 18px; }
.campaign-countdown-banner { max-height: 0; min-height: 0; padding-inline: clamp(20px, 4vw, 64px); overflow: hidden; display: flex; align-items: center; justify-content: center; gap: 9px; background: linear-gradient(90deg, #edf2f3 0%, #fbfcfc 48%, #eef3f4 100%); color: var(--color-ink); box-shadow: inset 0 -1px rgba(22,42,52,.1); font: 500 .76rem/1 var(--font-display); letter-spacing: .01em; opacity: 0; transform: translateY(-100%); transition: max-height .48s cubic-bezier(.2,.75,.2,1), min-height .48s cubic-bezier(.2,.75,.2,1), opacity .3s ease, transform .48s cubic-bezier(.2,.75,.2,1); }
.site-header.has-active-countdown:not(.is-scrolled) .campaign-countdown-banner { max-height: 44px; min-height: 44px; opacity: 1; transform: translateY(0); }
.countdown-timer-icon { width: 16px; height: 16px; margin-right: 3px; color: var(--color-accent); opacity: .9; }
.countdown-intro { margin-right: 3px; }
.countdown-unit { display: inline-flex; align-items: baseline; gap: 3px; white-space: nowrap; }
.countdown-unit b { min-width: 27px; color: var(--color-accent); font-size: 1.08rem; font-weight: 610; text-align: center; font-variant-numeric: tabular-nums; }
.countdown-unit small { color: var(--color-ink-soft); font: 500 .66rem/1 var(--font-display); letter-spacing: .02em; }
.countdown-offer { margin-left: 9px; padding-left: 16px; border-left: 1px solid rgba(181,30,42,.24); color: var(--color-accent-hot); font-weight: 620; letter-spacing: .01em; }
.header-actions { justify-self: end; min-width: 0; display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.countdown-compact { max-width: 0; padding: 0; overflow: hidden; display: flex; align-items: center; gap: 4px; border-left: 1px solid rgba(181,30,42,.28); color: var(--color-ink); font: 510 .67rem/1 var(--font-display); white-space: nowrap; opacity: 0; transform: translateY(-10px); transform-origin: right center; transition: max-width .48s cubic-bezier(.2,.75,.2,1), padding .48s ease, opacity .28s ease, transform .48s cubic-bezier(.2,.75,.2,1); }
.countdown-compact .lucide { width: 15px; height: 15px; margin-right: 2px; color: var(--color-accent); }
.countdown-compact b { min-width: 17px; padding: 0; background: none; color: var(--color-accent); font-size: .78rem; font-weight: 620; text-align: center; font-variant-numeric: tabular-nums; }
.countdown-compact .countdown-days-value { min-width: 23px; }
.countdown-compact small { margin-right: 3px; color: var(--color-ink-soft); font: inherit; }
.countdown-clock { display: inline-flex; align-items: center; gap: 1px; }
.countdown-clock i { color: rgba(22,42,52,.42); font-style: normal; }
.site-header.has-active-countdown.is-scrolled .countdown-compact { max-width: 238px; padding: 7px 0 7px 12px; opacity: 1; transform: translateY(0); }
.countdown-unit b, .countdown-compact b { position: relative; height: 1.2em; overflow: hidden; display: inline-grid; place-items: center; line-height: 1.2; }
.countdown-unit b.is-ticking, .countdown-compact b.is-ticking { color: transparent; }
.countdown-unit b.is-ticking::before, .countdown-unit b.is-ticking::after, .countdown-compact b.is-ticking::before, .countdown-compact b.is-ticking::after { content: attr(data-countdown-previous); position: absolute; inset: 0; display: grid; place-items: center; color: var(--color-accent); }
.countdown-unit b.is-ticking::before, .countdown-compact b.is-ticking::before { animation: countdown-number-out .42s cubic-bezier(.45,0,.25,1) both; }
.countdown-unit b.is-ticking::after, .countdown-compact b.is-ticking::after { content: attr(data-countdown-next); animation: countdown-number-in .42s cubic-bezier(.45,0,.25,1) both; }
@keyframes countdown-number-out { from { opacity: 1; transform: translateY(0); } to { opacity: 0; transform: translateY(-115%); } }
@keyframes countdown-number-in { from { opacity: 0; transform: translateY(115%); } to { opacity: 1; transform: translateY(0); } }
.site-header.is-scrolled .header-actions { gap: 10px; }
.site-header.is-scrolled .header-actions > .button { min-height: 40px; padding-inline: 16px; gap: 9px; }
.site-header.countdown-expired .campaign-countdown-banner, .site-header.countdown-expired .countdown-compact { display: none; }
.brand { justify-self: start; display: inline-flex; gap: 12px; align-items: center; font-family: var(--font-display); font-weight: 800; letter-spacing: .04em; }
.brand-logo { width: 104px; height: auto; transition: width .42s cubic-bezier(.2,.75,.2,1); }
.brand-product { max-width: 140px; padding-left: 12px; overflow: hidden; border-left: 1px solid rgba(22,42,52,.22); font-size: .78rem; letter-spacing: .08em; white-space: nowrap; opacity: 1; transition: max-width .38s ease, padding .38s ease, border-color .2s ease, opacity .24s ease, transform .38s ease; }
.site-header.is-scrolled .brand-logo { width: 94px; }
.site-header.is-scrolled .brand-product { max-width: 0; padding-left: 0; border-color: transparent; opacity: 0; transform: translateX(-8px); }
.brand-mark { width: 29px; height: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; transform: skewY(-18deg); }
.brand-mark i { background: var(--color-accent); }
.brand-mark i:nth-child(2) { transform: translateY(4px); }
.brand-mark i:nth-child(3) { transform: translateY(8px); }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 44px); font-size: .84rem; font-weight: 600; transition: gap .4s ease, font-size .4s ease; }
.site-header.is-scrolled .desktop-nav { gap: clamp(14px, 1.55vw, 25px); font-size: .78rem; }
.desktop-nav a { position: relative; min-width: 44px; min-height: 44px; padding: 12px 3px; display: inline-flex; align-items: center; justify-content: center; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: 5px; width: 100%; height: 1px; background: var(--color-accent); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-actions > .button { flex: 0 0 auto; }
.mobile-menu-toggle { width: 46px; height: 46px; padding: 0; display: none; place-items: center; border: 1px solid rgba(22,42,52,.14); border-radius: 50%; background: rgba(255,255,255,.86); color: var(--color-ink); cursor: pointer; transition: color .22s ease, border-color .22s ease, background-color .22s ease, transform .22s ease; }
.mobile-menu-toggle:hover { border-color: rgba(181,30,42,.3); color: var(--color-accent); background: white; }
.mobile-menu-toggle:focus-visible { outline: 3px solid rgba(181,30,42,.22); outline-offset: 3px; }
.mobile-menu-toggle .lucide { grid-area: 1 / 1; width: 22px; height: 22px; transition: opacity .25s ease, transform .34s cubic-bezier(.2,.8,.2,1); }
.mobile-menu-close-icon { opacity: 0; transform: rotate(-70deg) scale(.7); }
.site-header.is-menu-open .mobile-menu-open-icon { opacity: 0; transform: rotate(70deg) scale(.7); }
.site-header.is-menu-open .mobile-menu-close-icon { opacity: 1; transform: rotate(0) scale(1); }
.mobile-menu { display: none; }

.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 0; border-radius: 999px; font-weight: 750; cursor: pointer; box-shadow: none; transition: transform .22s ease, background-color .22s ease, color .22s ease, box-shadow .22s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button span { font-size: 1.1em; }
.button-small { min-height: 44px; padding: 0 20px; gap: 14px; font-size: .84rem; }
.button-light { border: 1px solid rgba(22,42,52,.16); background: rgba(255,255,255,.82); color: var(--color-ink); }
.button-light:hover { border-color: rgba(22,42,52,.28); box-shadow: 0 10px 28px rgba(22,42,52,.1); }
.header-offer-button { width: 184px; min-width: 184px; transition: background-color .3s ease, border-color .3s ease, color .3s ease, box-shadow .3s ease; }
.header-cta-label { display: grid; overflow: hidden; }
.button .header-cta-label, .button .header-cta-label > span { font-size: 1em; }
.header-cta-label > span { grid-area: 1 / 1; transition: opacity .28s ease, transform .38s cubic-bezier(.2,.75,.2,1); }
.header-cta-default { opacity: 1; transform: translateY(0); }
.header-cta-scrolled { opacity: 0; transform: translateY(110%); }
.site-header.is-scrolled .header-offer-button { border-color: var(--color-accent); background: var(--color-accent); color: var(--color-white); box-shadow: 0 10px 24px rgba(181,30,42,.2); }
.site-header.is-scrolled .header-actions > .header-offer-button { min-height: 44px; padding-inline: 20px; gap: 14px; }
.site-header.is-scrolled .header-offer-button:hover { border-color: var(--color-accent-hot); background: var(--color-accent-hot); box-shadow: 0 12px 28px rgba(181,30,42,.26); }
.site-header.is-scrolled .header-cta-default { opacity: 0; transform: translateY(-110%); }
.site-header.is-scrolled .header-cta-scrolled { opacity: 1; transform: translateY(0); }
.button-primary { background: var(--color-accent); color: var(--color-white); box-shadow: 0 14px 34px rgba(181, 30, 42, .2); }
.button-primary:hover { background: var(--color-accent-hot); }
.button-signal { background: var(--color-signal); color: var(--color-white); box-shadow: 0 14px 34px rgba(23,122,87,.22); }
.button-signal:hover { background: #126848; box-shadow: 0 16px 36px rgba(23,122,87,.28); }
.button-outline { border: 1px solid rgba(22,42,52,.3); background: rgba(255,255,255,.28); color: var(--color-ink); }
.button-outline:hover { border-color: rgba(22,42,52,.52); background: rgba(255,255,255,.58); box-shadow: 0 12px 30px rgba(22,42,52,.1); }
.button-dark { background: var(--color-ink); color: var(--color-white); }
.button-dark:hover { background: var(--color-structure-dark); box-shadow: 0 14px 34px rgba(25,73,92,.2); }
.header-cta-short { display: none; }
.back-to-top { position: fixed; z-index: 45; right: clamp(18px, 2.4vw, 36px); bottom: clamp(18px, 2.4vw, 34px); width: 54px; height: 54px; padding: 0; display: grid; place-items: center; border: 1px solid rgba(22,42,52,.12); border-radius: 50%; background: rgba(255,255,255,.94); color: var(--color-accent); box-shadow: 0 18px 42px rgba(22,42,52,.18); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(18px) scale(.88); transition: opacity .28s ease, visibility .28s ease, transform .38s cubic-bezier(.2,.8,.2,1), background-color .22s ease, color .22s ease, box-shadow .22s ease; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.back-to-top:hover { background: var(--color-accent); color: var(--color-white); box-shadow: 0 20px 46px rgba(181,30,42,.26); transform: translateY(-3px) scale(1); }
.back-to-top:focus-visible { outline: 3px solid rgba(181,30,42,.28); outline-offset: 4px; }
.back-to-top .lucide { width: 22px; height: 22px; stroke-width: 2.2; }

.hero {
  position: relative;
  min-height: 100svh;
  padding: 128px clamp(20px, 5.2vw, 84px) 64px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr);
  align-items: center;
  gap: clamp(32px, 5vw, 88px);
  overflow: hidden;
  background: var(--color-ink);
  color: var(--color-white);
}
.hero::before { content: ""; position: absolute; width: 55vw; height: 55vw; right: -16vw; top: -19vw; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 8vw rgba(255,255,255,.018), 0 0 0 16vw rgba(255,255,255,.012); }
.hero-grid-lines, .final-cta-grid { position: absolute; inset: 0; opacity: .12; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, black, transparent 70%); }
.hero-copy { position: relative; z-index: 2; padding-top: var(--space-8); }
.eyebrow { margin-bottom: var(--space-6); display: flex; align-items: center; gap: 12px; font-size: .78rem; line-height: 1.2; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 2px; background: var(--color-accent); }
.eyebrow-dark::before { background: var(--color-ink); }
.hero h1 { max-width: 780px; margin-bottom: var(--space-8); font-size: clamp(3.2rem, 5.35vw, 5.9rem); line-height: .96; }
.hero h1 em { position: relative; }
.hero-lead { max-width: 620px; margin-bottom: var(--space-8); color: rgba(255,255,255,.76); font-size: clamp(1.08rem, 1.5vw, 1.32rem); }
.hero-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.text-link { min-height: 44px; padding-block: 8px; display: inline-flex; align-items: center; gap: 14px; border-bottom: 1px solid rgba(255,255,255,.42); font-weight: 650; transition: color .2s ease, border-color .2s ease; }
.text-link-dark { border-bottom-color: rgba(22,42,52,.35); color: var(--color-ink); }
.text-link-dark:hover { color: var(--color-accent); border-bottom-color: var(--color-accent); }
.campaign-note { margin-top: var(--space-8); display: flex; gap: 12px; align-items: center; color: rgba(255,255,255,.68); font-size: .82rem; }
.campaign-note strong { color: var(--color-white); }
.pulse-dot, .status-dot::before { width: 8px; height: 8px; border-radius: 50%; background: var(--color-signal); box-shadow: 0 0 0 5px rgba(23, 122, 87, .12); }

.hero-visual { position: relative; z-index: 2; min-height: min(70vh, 720px); overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius-lg); background: radial-gradient(circle at 65% 30%, rgba(39,106,130,.22), transparent 32%), linear-gradient(145deg, #19495c, #102f3d); box-shadow: var(--shadow-high); }
.hero-visual canvas, .product-stage canvas { width: 100%; height: 100%; position: absolute; inset: 0; }
.scene-fallback { position: absolute; inset: 0; place-items: center; color: rgba(255,255,255,.5); }
.scene-fallback:not([hidden]) { display: grid; }
.scene-topline { position: absolute; z-index: 2; top: 24px; left: 24px; right: 24px; display: flex; justify-content: space-between; color: rgba(255,255,255,.55); font: 600 .66rem/1 var(--font-display); letter-spacing: .14em; }
.scene-sequence { position: absolute; z-index: 3; top: 58px; right: 24px; width: min(210px, 42%); display: grid; gap: 8px; color: rgba(255,255,255,.72); font: 650 .64rem/1.2 var(--font-display); letter-spacing: .08em; text-align: right; text-transform: uppercase; }
.scene-sequence > div { height: 2px; overflow: hidden; background: rgba(255,255,255,.15); }
.scene-sequence i { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--color-structure), var(--color-accent)); box-shadow: 0 0 16px rgba(39,106,130,.45); transition: width .18s linear; }
.scene-metric { position: absolute; z-index: 3; padding: 12px 16px; display: grid; gap: 2px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; background: rgba(6,21,34,.68); backdrop-filter: blur(12px); box-shadow: 0 10px 30px rgba(0,0,0,.2); }
.scene-metric span { color: rgba(255,255,255,.55); font-size: .64rem; text-transform: uppercase; letter-spacing: .1em; }
.scene-metric strong { font-family: var(--font-display); font-size: .95rem; }
.scene-metric-a { left: 24px; bottom: 28px; }
.scene-metric-b { right: 24px; bottom: 28px; }
.scene-hint { position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%); color: rgba(255,255,255,.38); font-size: .64rem; text-transform: uppercase; letter-spacing: .14em; }
.scroll-cue { position: absolute; z-index: 3; bottom: 20px; left: 50%; transform: translateX(-50%); min-width: 44px; min-height: 44px; display: grid; justify-items: center; gap: 6px; color: rgba(255,255,255,.5); font-size: .62rem; text-transform: uppercase; letter-spacing: .16em; }
.scroll-cue i { width: 1px; height: 28px; background: var(--color-accent); transform-origin: top; animation: scroll-line 1.8s ease-in-out infinite; }

.marquee { contain: layout paint; overflow: hidden; padding: 20px 0; background: var(--color-structure-dark); color: var(--color-white); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 30px; font-family: var(--font-display); font-weight: 800; font-size: clamp(1rem, 1.7vw, 1.35rem); text-transform: uppercase; animation: marquee 30s linear infinite; }
.marquee-track i { font-size: .55rem; font-style: normal; }

.section { max-width: var(--max-width); margin-inline: auto; padding: clamp(84px, 9vw, 136px) clamp(20px, 5.2vw, 84px); }
.section-heading { max-width: 900px; }
.section-heading > p:last-child, .check-heading > p:last-child { max-width: 620px; color: var(--color-ink-soft); font-size: 1.06rem; }
.problem-section { display: grid; grid-template-columns: minmax(360px, .95fr) 1.05fr; gap: clamp(48px, 7vw, 112px); }
.problem-kicker { max-width: 700px; margin: 0 0 24px; font-size: clamp(3rem, 4.8vw, 5.4rem); line-height: .96; letter-spacing: -.06em; text-wrap: balance; }
.problem-subtitle { max-width: 540px; margin: 0 0 22px; color: var(--color-structure); font-size: clamp(1.65rem, 2.3vw, 2.55rem); line-height: 1.08; letter-spacing: -.04em; text-wrap: balance; }
.pain-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--color-line); }
.pain-list li { min-height: 104px; padding: 26px 8px; display: grid; grid-template-columns: 56px 1fr 32px; align-items: center; gap: 12px; border-bottom: 1px solid var(--color-line); }
.pain-list span { color: #5d717a; font: 650 .76rem/1 var(--font-display); }
.pain-list p { margin: 0; font: 600 clamp(1.05rem, 1.6vw, 1.35rem)/1.25 var(--font-display); letter-spacing: -.025em; }
.pain-list i { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--color-line); border-radius: 50%; font-style: normal; transition: transform .25s ease, background-color .25s ease; }
.pain-list li:hover i { transform: rotate(45deg); border-color: var(--color-accent); background: var(--color-accent); color: var(--color-white); }

.benefits-section { max-width: none; padding: clamp(88px, 9vw, 144px) 0 clamp(72px, 7vw, 112px); overflow: hidden; background: linear-gradient(145deg, #f5f7f6 0%, #edf3f3 52%, #e4eff1 100%); color: var(--color-ink); }
.benefits-layout { width: min(calc(100% - clamp(40px, 10.4vw, 168px)), var(--max-width)); margin-inline: auto; display: grid; grid-template-columns: minmax(330px, .82fr) minmax(560px, 1.35fr); gap: clamp(48px, 6vw, 104px); align-items: center; }
.benefits-copy { position: relative; z-index: 2; }
.benefits-copy h2 { max-width: 670px; margin: 18px 0 28px; font-size: clamp(3rem, 4.75vw, 5.5rem); line-height: .94; letter-spacing: -.062em; text-wrap: balance; }
.benefits-copy h2 em { display: block; color: var(--color-structure); }
.benefits-lead { max-width: 610px; color: var(--color-ink-soft); font-size: clamp(1rem, 1.2vw, 1.16rem); line-height: 1.62; }
.benefits-note { max-width: 560px; margin: clamp(28px, 3vw, 42px) 0 0; display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 12px; color: var(--color-ink); font: 680 .86rem/1.45 var(--font-display); }
.benefits-note span { width: 38px; height: 2px; background: var(--color-accent); }
.feature-showcase { min-width: 0; }
.feature-visuals { position: relative; aspect-ratio: 1627 / 1005; overflow: hidden; background: #d7e1e3; box-shadow: 0 38px 90px -52px rgba(22,42,52,.56); }
.feature-visual { position: absolute; inset: 0; margin: 0; opacity: 0; transform: scale(1.035); transition: opacity .7s ease, transform 1.1s cubic-bezier(.22,.7,.2,1); }
.feature-visual.is-active { z-index: 1; opacity: 1; transform: scale(1); }
.feature-visual::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(11,28,36,.78) 100%); pointer-events: none; }
.feature-image-button { position: absolute; inset: 0; width: 100%; padding: 0; overflow: hidden; border: 0; background: transparent; cursor: zoom-in; }
.feature-image-button img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; background: #f7faf9; filter: saturate(.86) contrast(1.02); transition: transform .65s cubic-bezier(.2,.75,.2,1), filter .35s ease; }
.feature-image-button:hover img, .feature-image-button:focus-visible img { transform: scale(1.018); filter: saturate(.94) contrast(1.03); }
.feature-image-button:focus-visible { outline: 3px solid var(--color-accent); outline-offset: -5px; }
.feature-zoom-hint { position: absolute; z-index: 3; top: 18px; right: 18px; min-height: 40px; padding: 0 14px; display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; background: rgba(255,255,255,.88); color: var(--color-ink); box-shadow: 0 12px 32px -18px rgba(11,28,36,.58); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); font: 680 .72rem/1 var(--font-display); opacity: .88; transform: translateY(0); transition: opacity .25s ease, transform .25s ease, background-color .25s ease; }
.feature-zoom-hint .lucide { width: 17px; height: 17px; }
.feature-image-button:hover .feature-zoom-hint, .feature-image-button:focus-visible .feature-zoom-hint { opacity: 1; transform: translateY(-2px); background: #fff; }
.feature-visual:nth-child(2) img { image-rendering: auto; }
.feature-visual figcaption { position: absolute; z-index: 2; left: clamp(22px, 3vw, 42px); right: 22px; bottom: clamp(22px, 2.5vw, 34px); display: flex; align-items: baseline; gap: 16px; color: #fff; pointer-events: none; }
.feature-visual figcaption span { color: rgba(255,255,255,.58); font: 650 .68rem/1 var(--font-display); letter-spacing: .12em; }
.feature-visual figcaption strong { font: 670 clamp(1.2rem, 1.7vw, 1.65rem)/1.15 var(--font-display); letter-spacing: -.03em; }
.feature-checklist { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; background: rgba(255,255,255,.7); }
.feature-checklist li { position: relative; min-width: 0; color: #586d76; overflow: hidden; transition: color .45s ease, background-color .45s ease; }
.feature-checklist li + li { border-left: 1px solid rgba(22,42,52,.1); }
.feature-checklist button { position: relative; width: 100%; min-height: 82px; padding: 20px clamp(14px, 1.5vw, 24px) 18px; display: grid; grid-template-columns: 30px 1fr; align-items: center; gap: 8px; border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; }
.feature-checklist button:hover { color: var(--color-ink); background: rgba(255,255,255,.56); }
.feature-checklist button:focus-visible { z-index: 2; outline: 2px solid var(--color-accent); outline-offset: -4px; }
.feature-checklist li span { font-size: .65rem; letter-spacing: .08em; }
.feature-checklist li strong { font: 680 clamp(.82rem, 1vw, .95rem)/1.2 var(--font-display); }
.feature-checklist li i { position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: rgba(22,42,52,.08); }
.feature-checklist li i::after { content: ""; display: block; width: 100%; height: 100%; background: var(--color-accent); transform: scaleX(0); transform-origin: left; }
.feature-checklist li.is-active { color: var(--color-ink); background: rgba(255,255,255,.96); }
.feature-checklist li.is-active i::after { animation: feature-progress 4.6s linear forwards; }
.feature-lightbox { width: min(94vw, 1500px); max-width: none; height: min(92vh, 960px); max-height: none; margin: auto; padding: 0; overflow: hidden; border: 0; border-radius: 20px; background: #f7faf9; color: var(--color-ink); box-shadow: 0 34px 110px rgba(4,18,25,.42); }
.feature-lightbox::backdrop { background: rgba(6,20,27,.8); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.feature-lightbox[open] { animation: feature-lightbox-in .32s cubic-bezier(.2,.78,.2,1) both; }
.feature-lightbox-close { position: absolute; z-index: 3; top: 18px; right: 18px; width: 48px; height: 48px; padding: 0; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--color-ink); box-shadow: 0 14px 35px -18px rgba(4,18,25,.7); cursor: pointer; }
.feature-lightbox-close:hover { background: #fff; transform: scale(1.04); }
.feature-lightbox-close:focus-visible { outline: 3px solid var(--color-accent); outline-offset: 3px; }
.feature-lightbox-close .lucide { width: 22px; height: 22px; }
.feature-lightbox figure { width: 100%; height: 100%; margin: 0; padding: clamp(16px, 2.4vw, 34px); display: grid; grid-template-rows: minmax(0, 1fr) auto; gap: 18px; }
.feature-lightbox img { width: 100%; height: 100%; min-height: 0; display: block; object-fit: contain; object-position: center; border-radius: 12px; background: #e6edef; }
.feature-lightbox figcaption { padding-inline: 4px 72px; display: flex; align-items: baseline; gap: 16px; }
.feature-lightbox figcaption span { color: var(--color-accent); font: 720 .72rem/1 var(--font-display); letter-spacing: .12em; }
.feature-lightbox figcaption strong { font: 680 clamp(1rem, 2vw, 1.4rem)/1.2 var(--font-display); }
@keyframes feature-lightbox-in { from { opacity: 0; transform: translateY(16px) scale(.985); } to { opacity: 1; transform: none; } }
.feature-capabilities { width: 100%; margin-top: clamp(54px, 6vw, 88px); overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.feature-capabilities-track { width: max-content; display: flex; animation: capability-marquee 42s linear infinite; }
.feature-capabilities ol { margin: 0; padding: 0 10px 0 0; display: flex; align-items: center; gap: 10px; list-style: none; }
.feature-capabilities li { min-height: 48px; padding: 10px 18px 10px 12px; display: flex; align-items: center; gap: 12px; border-radius: 999px; background: rgba(255,255,255,.72); box-shadow: 0 14px 34px -28px rgba(22,42,52,.5); color: var(--color-ink); font: 650 .8rem/1.2 var(--font-display); white-space: nowrap; }
.feature-capabilities li span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--color-ink); color: #fff; font-size: .58rem; letter-spacing: .05em; }

@keyframes feature-progress { to { transform: scaleX(1); } }
@keyframes capability-marquee { to { transform: translateX(-50%); } }

.product-section { position: relative; min-height: 0; background: var(--color-paper); color: var(--color-ink); }
.product-sticky { position: relative; top: auto; height: calc(100svh - 72px); min-height: 700px; max-height: 920px; display: grid; grid-template-columns: minmax(540px, 680px) 1fr; overflow: hidden; }
.product-copy { z-index: 5; grid-column: 1; grid-row: 1; align-self: center; width: min(640px, calc(100% - 48px)); max-height: calc(100% - 48px); margin-left: clamp(24px, 3.5vw, 64px); padding: clamp(30px, 3vw, 42px); display: flex; flex-direction: column; justify-content: flex-start; overflow-x: hidden; overflow-y: auto; }
.product-copy.glass-card { border-radius: 26px; background: linear-gradient(135deg, rgba(255,255,255,.68), rgba(255,255,255,.32)); box-shadow: 0 28px 70px -34px rgba(22,42,52,.48); backdrop-filter: blur(26px) saturate(1.16); -webkit-backdrop-filter: blur(26px) saturate(1.16); }
.product-copy h2 { font-size: clamp(2.55rem, 3.1vw, 3.65rem); hyphens: none; overflow-wrap: normal; }
.product-copy h2 span { white-space: normal; color: var(--color-structure); }
.product-copy > p:not(.eyebrow) { max-width: 540px; color: var(--color-ink-soft); }
.product-tabs { margin: clamp(24px, 2.4vw, 34px) 0 0; padding: 0; display: grid; gap: 6px; list-style: none; }
.product-step { width: 100%; min-height: 96px; padding: 13px 12px 13px 10px; display: grid; grid-template-columns: 40px minmax(0, 1fr) 18px; align-items: start; gap: 10px; border-left: 3px solid transparent; background: transparent; color: #586d76; transition: color .45s ease, background-color .45s ease, border-color .45s ease; }
.product-step > span { padding-top: 3px; font-size: .68rem; }
.product-step > div { min-width: 0; display: grid; gap: 5px; }
.product-step strong { min-width: 0; overflow-wrap: break-word; font-family: var(--font-display); font-size: clamp(.92rem, 1.12vw, 1.06rem); }
.product-step p { max-width: 470px; margin: 0; color: inherit; font-size: clamp(.72rem, .82vw, .8rem); line-height: 1.42; opacity: .82; }
.product-step i { width: 10px; height: 10px; margin-top: 5px; border-radius: 50%; background: rgba(22,42,52,.12); box-shadow: 0 0 0 0 rgba(39,106,130,0); transition: background-color .45s ease, box-shadow .45s ease; }
.product-step[aria-current="step"] { border-left-color: var(--color-accent); border-radius: 0 12px 12px 0; background: rgba(255,255,255,.42); color: var(--color-ink); }
.product-step[aria-current="step"] i { background: var(--color-structure); box-shadow: 0 0 0 5px rgba(39,106,130,.11); }
.product-stage { position: relative; z-index: 1; grid-column: 1 / -1; grid-row: 1; min-width: 0; min-height: 700px; overflow: hidden; background: linear-gradient(180deg, #78bddd 0%, #b9ddeb 48%, #e9f2f3 100%); }
.product-stage-head { position: absolute; z-index: 3; top: 28px; left: min(47vw, 700px); right: 30px; display: flex; justify-content: space-between; font: 650 .64rem/1 var(--font-display); letter-spacing: .14em; color: rgba(22,42,52,.76); }
.status-dot { display: flex; align-items: center; gap: 9px; color: var(--color-signal); }
.status-dot b { color: rgba(22,42,52,.82); font: inherit; }
.status-dot::before { content: ""; display: block; width: 6px; height: 6px; }
.product-panel { position: absolute; z-index: 4; right: 30px; bottom: 30px; min-width: 240px; padding: 18px 20px; display: grid; color: var(--color-ink); }
.product-panel[hidden] { display: none; }
.product-panel span, .product-panel small { color: rgba(22,42,52,.78); font-size: .66rem; text-transform: uppercase; letter-spacing: .08em; }
.product-panel strong { margin: 4px 0; font-family: var(--font-display); font-size: 1.15rem; }

.savings-section { min-height: min(760px, 100svh); padding: clamp(64px, 6vw, 96px) clamp(24px, 5.2vw, 84px); display: grid; grid-template-columns: minmax(360px, 1fr) minmax(480px, 1fr); gap: clamp(48px, 5.4vw, 88px); align-items: stretch; background: radial-gradient(circle at 8% 18%, rgba(39,106,130,.1), transparent 30%), linear-gradient(135deg, #edf4f5 0%, #f8faf9 52%, #e8f1ee 100%); }
.savings-intro { min-height: 500px; padding-block: clamp(8px, 2vw, 24px); }
.savings-intro h2 { max-width: 650px; margin: 14px 0 22px; font-size: clamp(3rem, 4.5vw, 5rem); line-height: .95; letter-spacing: -.06em; }
.savings-lead { max-width: 570px; color: var(--color-ink-soft); font-size: clamp(1rem, 1.18vw, 1.16rem); line-height: 1.6; }
.savings-explainer { max-width: 560px; margin-top: clamp(28px, 3vw, 44px); padding-left: 18px; border-left: 2px solid var(--color-accent); }
.savings-explainer h3 { margin: 0 0 8px; font-size: clamp(1.25rem, 1.65vw, 1.65rem); line-height: 1.12; letter-spacing: -.035em; }
.savings-explainer p { margin: 0; color: var(--color-ink-soft); font-size: .88rem; line-height: 1.55; }
.savings-consulting { min-width: 210px; margin-top: clamp(20px, 2vw, 28px); justify-content: space-between; }
.savings-calculator { align-self: center; min-width: 0; padding: clamp(28px, 3vw, 42px); border-radius: 26px; background: linear-gradient(145deg, rgba(255,255,255,.82), rgba(255,255,255,.46)); box-shadow: 0 34px 90px -48px rgba(22,42,52,.55); backdrop-filter: blur(24px) saturate(1.18); -webkit-backdrop-filter: blur(24px) saturate(1.18); }
.savings-field { margin-top: 0; }
.savings-field label { display: block; margin-bottom: 10px; color: var(--color-ink); font: 750 .82rem/1.3 var(--font-display); }
.savings-input-wrap { position: relative; }
.savings-input-wrap input { width: 100%; min-height: 56px; padding: 12px 122px 12px 16px; border: 0; border-radius: 12px; outline: 1px solid rgba(22,42,52,.16); background: rgba(255,255,255,.76); color: var(--color-ink); font: 720 clamp(1.15rem, 1.5vw, 1.4rem)/1 var(--font-display); font-variant-numeric: tabular-nums; transition: outline-color .2s ease, box-shadow .2s ease, background-color .2s ease; }
.savings-input-wrap input:focus { outline: 2px solid var(--color-focus); outline-offset: 2px; background: #fff; box-shadow: 0 14px 34px -24px rgba(11,111,148,.55); }
.savings-input-wrap span { position: absolute; right: 18px; top: 50%; color: var(--color-ink-soft); font: 700 .78rem/1 var(--font-display); transform: translateY(-50%); pointer-events: none; }
.savings-field small { display: block; margin-top: 8px; color: rgba(22,42,52,.72); font-size: .72rem; }
.savings-results { margin: 18px 0 0; padding: 0; display: grid; }
.savings-results > div { padding: 10px 0; display: flex; align-items: baseline; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgba(22,42,52,.1); }
.savings-results dt { color: var(--color-ink-soft); font-size: .83rem; }
.savings-results dd { margin: 0; color: var(--color-ink); font: 760 1rem/1 var(--font-display); font-variant-numeric: tabular-nums; white-space: nowrap; }
.savings-results .savings-bonus { color: var(--color-signal); }
.savings-results .savings-price { padding-block: 13px; border-bottom: 0; }
.savings-results .savings-price dt { color: var(--color-ink); font-weight: 750; }
.savings-results .savings-price dd { color: var(--color-accent); font-size: clamp(1.65rem, 2.5vw, 2.35rem); letter-spacing: -.04em; }
.savings-comparison { margin-top: 2px; padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-radius: 12px; background: var(--color-ink); color: #fff; }
.savings-comparison[hidden] { display: none; }
.savings-comparison span { max-width: 350px; color: #83e4b7; font-size: clamp(.92rem, 1.1vw, 1.05rem); font-weight: 700; line-height: 1.3; }
.savings-comparison strong { color: #83e4b7; font: 780 clamp(1.35rem, 2vw, 1.9rem)/1 var(--font-display); font-variant-numeric: tabular-nums; white-space: nowrap; }
.savings-comparison.is-more-costly span,
.savings-comparison.is-more-costly strong { color: #ffc06a; }
.savings-disclaimer { margin: 12px 0 0; color: rgba(22,42,52,.72); font-size: .66rem; line-height: 1.45; }
.savings-maintenance-note { margin: 14px 0 0; padding: 13px 14px; border-radius: 10px; background: rgba(39,106,130,.07); color: rgba(22,42,52,.72); font-size: .7rem; line-height: 1.5; }
.savings-maintenance-note strong { color: var(--color-ink); font-weight: 720; }

.bonus-section { position: relative; overflow: hidden; padding: clamp(84px, 9vw, 136px) max(clamp(20px, 7vw, 110px), calc((100vw - var(--max-width)) / 2 + 84px)); display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: clamp(56px, 7vw, 108px); background: #dfeaf0; color: var(--color-ink); }
.bonus-sun { position: absolute; width: 46vw; height: 46vw; left: -20vw; bottom: -25vw; border: 2px solid rgba(39,106,130,.18); border-radius: 50%; box-shadow: 0 0 0 5vw rgba(39,106,130,.035), 0 0 0 10vw rgba(39,106,130,.02); }
.bonus-intro, .bonus-list, .support-package { position: relative; z-index: 2; }
.bonus-intro h2 { font-size: clamp(2.8rem, 4vw, 4.7rem); }
.bonus-intro h2 em { color: var(--color-ink); text-decoration: underline; text-decoration-thickness: .07em; text-underline-offset: .12em; }
.bonus-intro-copy { max-width: 560px; }
.onboarding-teaser { max-width: 560px; margin-top: clamp(26px, 3vw, 38px); padding: clamp(22px, 2.4vw, 30px); border-radius: 22px; background: linear-gradient(145deg, rgba(255,255,255,.76), rgba(255,255,255,.48)); box-shadow: 0 24px 58px -42px rgba(22,42,52,.62); backdrop-filter: blur(16px) saturate(1.12); -webkit-backdrop-filter: blur(16px) saturate(1.12); }
.onboarding-teaser-meta { margin-bottom: 18px; display: flex; align-items: center; gap: 10px; color: var(--color-accent); }
.onboarding-teaser-meta .lucide { width: 22px; height: 22px; stroke-width: 1.8; }
.onboarding-teaser-meta span { font: 720 .66rem/1 var(--font-display); letter-spacing: .12em; text-transform: uppercase; }
.onboarding-teaser h3 { margin: 0; color: var(--color-ink); font: 690 clamp(1.35rem, 2vw, 1.85rem)/1.15 var(--font-display); letter-spacing: -.035em; }
.onboarding-teaser p { margin: 12px 0 0; color: var(--color-ink-soft); font-size: .9rem; line-height: 1.55; }
.bonus-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(22,42,52,.2); }
.bonus-list li { min-height: 82px; padding: 18px 6px; display: grid; grid-template-columns: 48px 1fr 32px; align-items: center; border-bottom: 1px solid rgba(22,42,52,.2); }
.bonus-list span { font-size: .68rem; opacity: .54; }
.bonus-list strong { font: 650 clamp(1rem, 1.4vw, 1.25rem)/1.25 var(--font-display); letter-spacing: -.025em; }
.bonus-list i { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--color-ink); border-radius: 50%; font-style: normal; }
.support-package { align-self: center; overflow: hidden; border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(255,255,255,.57)); box-shadow: 0 28px 70px -42px rgba(22,42,52,.58); backdrop-filter: blur(18px) saturate(1.14); -webkit-backdrop-filter: blur(18px) saturate(1.14); }
.support-package-head { padding: clamp(28px, 3.4vw, 46px); border-bottom: 1px solid rgba(22,42,52,.1); }
.support-package-head > span { display: block; margin-bottom: 12px; color: var(--color-signal); font: 720 .69rem/1 var(--font-display); letter-spacing: .12em; text-transform: uppercase; }
.support-package-head > strong { display: flex; align-items: baseline; gap: 10px; color: var(--color-ink); font: 690 clamp(2.2rem, 3.2vw, 3.9rem)/.95 var(--font-display); letter-spacing: -.055em; }
.support-package-head > strong b { color: var(--color-accent); font-size: 1.62em; font-weight: 760; }
.support-package-head > strong span { display: inline-flex; align-items: flex-start; gap: 3px; }
.support-package-head > strong sup { position: relative; top: -.12em; color: var(--color-accent); font-size: .42em; line-height: 1; letter-spacing: 0; }
.support-package-head > p { max-width: 520px; margin: 18px 0 0; color: var(--color-ink-soft); }
.support-benefits { margin: 0; padding: 10px clamp(28px, 3.4vw, 46px); list-style: none; }
.support-benefits li { min-height: 68px; padding: 14px 0; display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 14px; color: var(--color-ink-soft); }
.support-benefits li + li { border-top: 1px solid rgba(22,42,52,.1); }
.support-benefits .lucide { width: 22px; height: 22px; padding: 4px; border-radius: 50%; background: rgba(23,122,87,.1); color: var(--color-signal); stroke-width: 2.5; }
.support-benefits strong { color: var(--color-ink); }
.support-fineprint { margin: 0; padding: 18px clamp(28px, 3.4vw, 46px) 24px; background: rgba(22,42,52,.035); color: rgba(22,42,52,.74); font-size: .7rem; line-height: 1.5; }

.check-section { max-width: none; padding-inline: max(clamp(20px, 5.2vw, 84px), calc((100vw - var(--max-width)) / 2 + 84px)); display: grid; grid-template-columns: minmax(320px, .82fr) minmax(480px, 1.18fr); align-items: center; gap: clamp(48px, 8vw, 120px); background: radial-gradient(circle at 82% 22%, rgba(39,106,130,.12), transparent 26%), radial-gradient(circle at 12% 82%, rgba(181,30,42,.055), transparent 28%), #eef4f6; }
.check-heading { max-width: 590px; }
.check-heading h2 { max-width: 650px; font-size: clamp(2.75rem, 3.8vw, 4.45rem); }
.check-window { width: min(100%, 680px); min-height: 540px; justify-self: end; padding: clamp(26px, 3vw, 40px); display: grid; overflow: hidden; }
.check-window.glass-card { border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.86), rgba(255,255,255,.5)); box-shadow: 0 30px 80px -42px rgba(22,42,52,.56); backdrop-filter: blur(22px) saturate(1.12); -webkit-backdrop-filter: blur(22px) saturate(1.12); }
.check-form, .check-result { grid-area: 1 / 1; min-width: 0; }
.check-form { display: flex; flex-direction: column; }
.check-form[hidden] { display: none; }
.check-progress { margin-bottom: clamp(34px, 5vw, 54px); }
.check-progress > div { margin-bottom: 10px; display: flex; justify-content: space-between; gap: 24px; color: #657a84; font-size: .69rem; letter-spacing: .08em; text-transform: uppercase; }
.check-progress > div strong { color: var(--color-structure); font-family: var(--font-display); font-size: inherit; font-weight: 750; line-height: 1; }
.check-progress-track { height: 4px; display: block; overflow: hidden; border-radius: 999px; background: rgba(22,42,52,.09); }
.check-progress-track i { width: 25%; height: 100%; display: block; border-radius: inherit; background: var(--color-structure); transition: width .42s cubic-bezier(.2,.75,.25,1); }
.check-step { min-width: 0; margin: 0; padding: 0; border: 0; animation: quiz-step-in .36s cubic-bezier(.2,.75,.25,1) both; }
.check-step[hidden] { display: none; }
.check-step legend { width: 100%; max-width: 560px; margin-bottom: 28px; font: 720 clamp(1.45rem, 2.2vw, 2rem)/1.16 var(--font-display); letter-spacing: -.035em; }
.check-options { display: grid; gap: 10px; }
.check-options label { display: block; cursor: pointer; }
.check-options input { position: absolute; opacity: 0; pointer-events: none; }
.check-options label span { min-height: 64px; padding: 12px 16px; display: grid; grid-template-columns: 34px minmax(0, 1fr) 28px; align-items: center; gap: 12px; border-radius: 14px; background: rgba(255,255,255,.64); color: var(--color-ink); box-shadow: inset 0 0 0 1px rgba(22,42,52,.08); transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease, color .2s ease; }
.check-options label:hover span { transform: translateX(4px); background: rgba(255,255,255,.92); box-shadow: inset 0 0 0 1px rgba(39,106,130,.26); }
.check-options b { color: #72868f; font: 650 .67rem/1 var(--font-display); letter-spacing: .08em; }
.check-options strong { min-width: 0; font: 650 1rem/1.25 var(--font-display); letter-spacing: -.015em; }
.check-options .lucide { width: 22px; height: 22px; padding: 4px; border-radius: 50%; background: rgba(39,106,130,.1); color: transparent; stroke-width: 2.6; }
.check-options input:checked + span { background: var(--color-structure); color: var(--color-white); box-shadow: 0 14px 34px -24px rgba(22,42,52,.8); }
.check-options input:checked + span b { color: rgba(255,255,255,.64); }
.check-options input:checked + span .lucide { background: var(--color-white); color: var(--color-signal); }
.check-options input:focus-visible + span { outline: 3px solid var(--color-focus); outline-offset: 3px; }
.check-navigation { min-height: 52px; margin-top: auto; padding-top: 30px; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.check-navigation .button { min-width: 148px; justify-content: center; }
.check-navigation .button:disabled { background: #d7dfe2; color: #819098; cursor: not-allowed; transform: none; box-shadow: none; }
.check-back, .check-reset { min-height: 44px; padding: 8px 2px; display: inline-flex; align-items: center; gap: 9px; border: 0; background: transparent; color: var(--color-ink-soft); font-weight: 700; cursor: pointer; }
.check-back .lucide { transform: rotate(180deg); }
.check-back:hover, .check-reset:hover { color: var(--color-accent); }
.check-result { align-self: center; justify-self: center; width: 100%; max-width: 560px; padding: 14px 6px; opacity: 0; transform: translateY(12px); }
.check-result:focus { outline: none; }
.check-result[hidden] { display: none; }
.check-result.is-visible { opacity: 1; transform: translateY(0); transition: opacity .42s ease, transform .42s ease; }
.check-result-icon { width: 82px; height: 82px; margin-bottom: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--color-signal); color: var(--color-white); box-shadow: 0 18px 44px -20px rgba(23,122,87,.72); transform: scale(.55); opacity: 0; }
.check-result-icon .lucide { width: 42px; height: 42px; stroke-dasharray: 30; stroke-dashoffset: 30; stroke-width: 2.3; }
.check-result.is-visible .check-result-icon { animation: quiz-check-pop .58s cubic-bezier(.2,.9,.25,1.25) .08s forwards; }
.check-result.is-visible .check-result-icon .lucide { animation: quiz-check-draw .48s ease .42s forwards; }
.check-result .eyebrow { margin-bottom: 16px; }
.check-result h3 { max-width: 520px; margin-bottom: 18px; font-size: clamp(2rem, 3.1vw, 3rem); line-height: 1.02; }
.check-result > p:not(.eyebrow) { max-width: 540px; margin-bottom: 30px; color: var(--color-ink-soft); }
.check-result-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }

.proof-section { padding: clamp(84px, 9vw, 136px) max(clamp(20px, 5.2vw, 84px), calc((100vw - var(--max-width)) / 2 + 84px)); background: radial-gradient(circle at 92% 8%, rgba(39,106,130,.12), transparent 24%), radial-gradient(circle at 8% 72%, rgba(181,30,42,.055), transparent 24%), #f1f6f8; color: var(--color-ink); }
.proof-heading { max-width: 900px; }
.proof-heading p:last-child { max-width: 600px; color: var(--color-ink-soft); }
.screenshot-gallery { margin-top: 72px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(16px, 2vw, 28px); }
.software-shot { min-width: 0; margin: 0; padding: clamp(18px, 2.4vw, 30px); overflow: hidden; }
.software-shot-wide { grid-column: 1 / -1; }
.software-shot-frame { aspect-ratio: 16 / 10; overflow: hidden; background: var(--color-white); box-shadow: 0 20px 52px rgba(22,42,52,.16); }
.software-shot-wide .software-shot-frame { aspect-ratio: 16 / 8.4; }
.software-shot img { width: 100%; height: 100%; object-fit: contain; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.software-shot:hover img { transform: scale(1.025); }
.software-shot figcaption { padding: 22px 2px 2px; display: grid; grid-template-columns: minmax(146px, auto) 1fr; gap: 22px; }
.software-shot figcaption span { color: rgba(22,42,52,.55); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.software-shot figcaption strong { max-width: 580px; font: 650 clamp(1rem, 1.45vw, 1.25rem)/1.3 var(--font-display); letter-spacing: -.025em; }
.capability-strip { margin: 34px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 10px; list-style: none; }
.capability-strip li { min-height: 96px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; border-radius: 14px; background: rgba(255,255,255,.58); box-shadow: 0 14px 34px -26px rgba(22,42,52,.42); backdrop-filter: blur(12px) saturate(1.18); -webkit-backdrop-filter: blur(12px) saturate(1.18); font: 600 .9rem/1.3 var(--font-display); }
.capability-strip span { color: var(--color-signal); font-size: .62rem; letter-spacing: .12em; }

.trial-section { max-width: var(--max-width); margin-inline: auto; padding: clamp(84px, 9vw, 136px) clamp(20px, 5.2vw, 84px); background: radial-gradient(circle at 92% 28%, rgba(39,106,130,.12), transparent 26%), radial-gradient(circle at 18% 88%, rgba(181,30,42,.045), transparent 23%); }
.trial-copy { max-width: 1120px; }
.trial-copy h2 { max-width: 840px; font-size: clamp(2.9rem, 4.35vw, 4.9rem); }
.trial-copy h2 em { color: var(--color-ink); text-decoration: underline; text-decoration-color: var(--color-accent); text-decoration-thickness: .075em; text-underline-offset: .11em; }
.trial-copy > p:not(.eyebrow) { max-width: 660px; color: var(--color-ink-soft); font-size: 1.06rem; }
.trial-actions { margin-top: 36px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.trial-facts { margin-top: clamp(48px, 7vw, 82px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.trial-facts div { min-height: 126px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 14px; background: rgba(255,255,255,.68); box-shadow: 0 16px 38px -28px rgba(22,42,52,.42); backdrop-filter: blur(12px) saturate(1.18); -webkit-backdrop-filter: blur(12px) saturate(1.18); }
.trial-facts strong { font: 750 clamp(1.8rem, 3vw, 3rem)/1 var(--font-display); letter-spacing: -.05em; }
.trial-facts span { max-width: 160px; color: #607680; font-size: .73rem; line-height: 1.35; }

.video-section {
  width: min(calc(100% - 40px), calc(var(--max-width) - 40px));
  min-height: min(860px, calc(100svh - 48px));
  margin: 20px auto;
  padding: clamp(58px, 7vw, 108px) clamp(24px, 6.5vw, 104px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  align-items: center;
  gap: clamp(56px, 9vw, 144px);
  overflow: hidden;
  position: relative;
  isolation: isolate;
  border-radius: clamp(24px, 3vw, 42px);
  background:
    radial-gradient(circle at 86% 18%, rgba(39,106,130,.5), transparent 30%),
    radial-gradient(circle at 14% 86%, rgba(181,30,42,.2), transparent 26%),
    #162a34;
  color: var(--color-white);
}
.video-section::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(90deg, transparent, #000 56%, #000); -webkit-mask-image: linear-gradient(90deg, transparent, #000 56%, #000); pointer-events: none; }
.video-copy { max-width: 700px; }
.video-copy h2 { max-width: 690px; margin-bottom: 28px; font-size: clamp(3rem, 5vw, 5.5rem); }
.video-copy h2 em { color: #70d5ad; }
.video-copy > p:not(.eyebrow) { max-width: 600px; margin-bottom: 34px; color: rgba(255,255,255,.7); font-size: clamp(1rem, 1.35vw, 1.18rem); }
.eyebrow-light { color: rgba(255,255,255,.78); }
.eyebrow-light::before { background: #70d5ad; }
.button-light { background: var(--color-white); color: var(--color-ink); }
.button-light:hover { background: #e8f3ef; }
.video-portrait { width: 100%; max-width: 430px; aspect-ratio: 9 / 16; justify-self: end; position: relative; overflow: hidden; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; border-radius: 30px; background: #0a171d; box-shadow: 0 40px 90px -36px rgba(0,0,0,.75), 0 0 0 1px rgba(255,255,255,.14); }
.video-portrait-head { min-height: 74px; padding: 22px 24px 18px; display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; border-bottom: 1px solid rgba(255,255,255,.11); }
.video-portrait-head span { color: #70d5ad; font: 700 .6rem/1.2 var(--font-display); letter-spacing: .13em; }
.video-portrait-head strong { color: rgba(255,255,255,.72); font: 600 .7rem/1.2 var(--font-display); }
.video-media { min-height: 0; position: relative; overflow: hidden; isolation: isolate; background: #03090c; }
.video-preview { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; overflow: hidden; display: grid; place-items: center; border: 0; background: #071218; color: #fff; cursor: pointer; }
.video-preview::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,9,12,.12), rgba(3,9,12,.42)); pointer-events: none; transition: background-color .35s ease; }
.video-preview img { position: absolute; inset: -5%; width: 110%; height: 110%; object-fit: cover; filter: blur(14px) brightness(.72) saturate(.82); transform: scale(1.04); transition: filter .45s ease, transform .55s cubic-bezier(.2,.75,.25,1); }
.video-play-control { position: relative; z-index: 2; width: 82px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.96); color: var(--color-accent); box-shadow: 0 18px 42px rgba(0,0,0,.3), 0 0 0 10px rgba(255,255,255,.12); transition: transform .3s cubic-bezier(.2,.75,.25,1), box-shadow .3s ease; }
.video-play-control .lucide { width: 30px; height: 30px; margin-left: 4px; fill: currentColor; stroke-width: 1.8; }
.video-play-label { position: absolute; z-index: 2; left: 50%; top: calc(50% + 72px); translate: -50% 0; color: #fff; font: 680 .72rem/1 var(--font-display); letter-spacing: .06em; text-transform: uppercase; text-shadow: 0 2px 16px rgba(0,0,0,.65); white-space: nowrap; }
.video-preview:hover img { filter: blur(11px) brightness(.78) saturate(.88); transform: scale(1.08); }
.video-preview:hover .video-play-control { transform: scale(1.08); box-shadow: 0 22px 52px rgba(0,0,0,.34), 0 0 0 13px rgba(255,255,255,.14); }
.video-preview:focus-visible { outline: 3px solid #fff; outline-offset: -6px; }
.video-media iframe { width: 100%; height: 100%; min-height: 0; display: block; border: 0; background: #03090c; }
.video-portrait-foot { min-height: 64px; padding: 18px 24px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; border-top: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.58); font: 600 .62rem/1 var(--font-display); letter-spacing: .04em; }
.video-portrait-foot i { height: 1px; background: linear-gradient(90deg, #70d5ad, rgba(112,213,173,.15)); }

.faq-section { display: grid; grid-template-columns: .6fr 1.4fr; gap: clamp(56px, 11vw, 180px); }
.faq-heading h2 { font-size: clamp(3rem, 4.2vw, 4.8rem); }
.faq-list { border-top: 1px solid var(--color-line); }
.faq-list details { border-bottom: 1px solid var(--color-line); }
.faq-list summary { min-height: 84px; padding: 22px 0; display: grid; grid-template-columns: 1fr 36px; align-items: center; gap: 20px; cursor: pointer; list-style: none; font: 650 clamp(1rem, 1.4vw, 1.2rem)/1.3 var(--font-display); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-icon { width: 32px; height: 32px; position: relative; display: grid; place-items: center; border-radius: 50%; background: rgba(39,106,130,.08); color: var(--color-structure); }
.faq-icon .lucide { position: absolute; width: 16px; height: 16px; transition: opacity .25s ease, transform .35s cubic-bezier(.2,.8,.2,1); }
.faq-icon .lucide-minus { opacity: 0; transform: rotate(-35deg) scale(.55); }
.faq-list details[open] .faq-icon .lucide-plus { opacity: 0; transform: rotate(35deg) scale(.55); }
.faq-list details[open] .faq-icon .lucide-minus { opacity: 1; transform: rotate(0) scale(1); }
.faq-list details { transition: background-color .2s ease; }
.faq-list details:hover { background: rgba(39,106,130,.035); }
.faq-list details p { max-width: 740px; margin: -4px 54px 26px 0; color: var(--color-ink-soft); }

.lead-section {
  width: min(calc(100% - 40px), calc(var(--max-width) - 40px));
  margin: 20px auto;
  padding: clamp(64px, 8vw, 120px) clamp(24px, 6.5vw, 104px);
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(480px, 1.18fr);
  align-items: start;
  gap: clamp(52px, 8vw, 124px);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: clamp(24px, 3vw, 42px);
  background: radial-gradient(circle at 8% 88%, rgba(181,30,42,.24), transparent 28%), radial-gradient(circle at 88% 12%, rgba(39,106,130,.4), transparent 32%), #162a34;
  color: var(--color-white);
}
.lead-section::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(90deg, transparent, #000); -webkit-mask-image: linear-gradient(90deg, transparent, #000); pointer-events: none; }
.lead-intro { padding-top: 18px; }
.lead-intro h2 { max-width: 580px; margin-bottom: 26px; color: white; font-size: clamp(3rem, 4.8vw, 5.25rem); }
.lead-intro h2 em { color: #70d5ad; }
.lead-intro > p:not(.eyebrow) { max-width: 540px; color: rgba(255,255,255,.74); font-size: 1.05rem; }
.lead-assurances { margin: 42px 0 0; padding: 0; display: grid; gap: 14px; list-style: none; }
.lead-assurances li { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.88); font: 600 .92rem/1.35 var(--font-display); }
.lead-assurances .lucide { width: 20px; height: 20px; padding: 4px; border-radius: 50%; background: #70d5ad; color: #10282b; stroke-width: 2.5; }
.lead-form-card { min-width: 0; padding: clamp(24px, 3.3vw, 46px); border-radius: 28px; background: rgba(255,255,255,.96); color: var(--color-ink); box-shadow: 0 34px 76px -38px rgba(0,0,0,.72); backdrop-filter: blur(18px) saturate(1.12); -webkit-backdrop-filter: blur(18px) saturate(1.12); }
.lead-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px 18px; }
.form-field { min-width: 0; }
.form-field-full { grid-column: 1 / -1; }
.form-field label { margin-bottom: 7px; display: flex; gap: 5px; color: #314750; font: 650 .78rem/1.3 var(--font-display); }
.form-field label span { color: #566b74; font-weight: 500; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 52px; padding: 13px 15px; border: 1px solid rgba(22,42,52,.16); border-radius: 10px; background: #f5f8f9; color: var(--color-ink); font: 500 .94rem/1.3 var(--font-body); transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease; }
.form-field textarea { min-height: 82px; resize: vertical; }
.form-field input:hover, .form-field select:hover, .form-field textarea:hover { border-color: rgba(22,42,52,.32); }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 0; border-color: var(--color-focus); background: white; box-shadow: 0 0 0 3px rgba(11,111,148,.16); }
.form-field .is-invalid, .form-consent .is-invalid { border-color: var(--color-accent); box-shadow: 0 0 0 3px rgba(181,30,42,.12); }
.lead-form .input-group { display: block; }
.form-required-note { margin: 12px 0 0; color: #566b74; font-size: .75rem; }
.form-consent { margin: 22px 0 24px; display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 11px; color: #566b74; font-size: .76rem; line-height: 1.5; cursor: pointer; }
.form-consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--color-accent); }
.form-consent a { color: var(--color-accent); font-weight: 650; text-decoration: underline; text-underline-offset: 2px; }
.lead-submit { width: 100%; min-height: 56px; justify-content: center; }
.recaptcha-wrap { position: relative; width: min(100%, 304px); min-height: 78px; margin: 4px 0 18px; overflow: hidden; border-radius: 10px; transition: min-height .25s ease; }
.g-recaptcha-contact-small { position: relative; z-index: 1; min-height: 78px; }
.recaptcha-loading { position: absolute; z-index: 2; inset: 0; padding: 14px 16px; display: grid; grid-template-columns: 22px minmax(0, 1fr); align-content: center; align-items: center; gap: 12px; border: 1px solid rgba(22,42,52,.12); border-radius: inherit; background: linear-gradient(135deg, #f6f9f9, #eef4f4); color: #405761; font: 600 .76rem/1.4 var(--font-display); opacity: 1; visibility: visible; transition: opacity .25s ease, visibility .25s ease; }
.recaptcha-loading-spinner { width: 22px; height: 22px; flex: 0 0 auto; border: 2px solid rgba(181,30,42,.18); border-top-color: var(--color-accent); border-radius: 50%; animation: recaptcha-loading-spin .85s linear infinite; }
.recaptcha-wrap.is-ready .recaptcha-loading { opacity: 0; visibility: hidden; pointer-events: none; }
.recaptcha-wrap.is-delayed { min-height: 96px; }
.recaptcha-wrap.is-delayed .recaptcha-loading { color: #5b6f77; font-size: .71rem; }
.recaptcha-wrap.is-blocked { min-height: 206px; }
.recaptcha-wrap.is-blocked .recaptcha-loading { grid-template-columns: 1fr; gap: 12px; border-color: rgba(181,30,42,.18); background: linear-gradient(135deg, #fff9f9, #f8eeee); color: #5c3034; }
.recaptcha-wrap.is-blocked .recaptcha-loading-spinner { display: none; }
.recaptcha-consent-button { min-height: 44px; padding: 10px 16px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; background: var(--color-accent); color: #fff; font: 750 .75rem/1.2 var(--font-display); cursor: pointer; transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease; }
.recaptcha-consent-button[hidden] { display: none; }
.recaptcha-consent-button:hover { background: #9f1824; transform: translateY(-1px); }
.recaptcha-consent-button:focus-visible { outline: 3px solid rgba(11,111,148,.3); outline-offset: 3px; }
@keyframes recaptcha-loading-spin { to { transform: rotate(360deg); } }
.lead-form .alert { margin: 0 0 16px; padding: 14px 16px; border-radius: 12px; font-size: .86rem; line-height: 1.45; }
.lead-form .alert h4 { margin: 0 0 4px; font-size: .95rem; }
.lead-form .alert p { margin: 0; }
.lead-form .alert-danger { background: rgba(181,30,42,.09); color: #8f1721; }
.lead-form .alert-success { background: rgba(23,122,87,.11); color: #126344; }
.lead-form .alert-success:not(.d-none):not(.hidden) { animation: quiz-step-in .45s cubic-bezier(.2,.8,.2,1) both; }
.d-none, .hidden { display: none !important; }
.cms-page-ident-error { position: fixed; z-index: 10000; top: 16px; left: 50%; width: min(calc(100% - 32px), 760px); padding: 16px 20px; transform: translateX(-50%); border-radius: 12px; background: #fff0f1; color: #8f1721; box-shadow: 0 16px 48px rgba(22,42,52,.2); }
.lead-success { min-height: 430px; padding: 44px 18px; text-align: center; place-content: center; justify-items: center; }
.lead-success:not([hidden]) { display: grid; animation: quiz-step-in .5s cubic-bezier(.2,.8,.2,1) both; }
.lead-success-icon { width: 72px; height: 72px; margin-bottom: 24px; display: grid; place-items: center; border-radius: 50%; background: rgba(23,122,87,.12); color: var(--color-signal); animation: quiz-check-pop .58s cubic-bezier(.2,.9,.25,1.25) both; }
.lead-success-icon .lucide { width: 34px; height: 34px; stroke-width: 2.5; }
.lead-success h3 { margin: 0 0 12px; font-size: clamp(1.9rem, 3vw, 2.7rem); }
.lead-success > p:last-child { max-width: 440px; margin: 0; color: var(--color-ink-soft); }

.plan-hero { position: relative; min-height: 100svh; padding: clamp(112px, 9vw, 142px) max(clamp(22px, 7vw, 110px), calc((100vw - var(--max-width)) / 2 + 84px)) clamp(72px, 7vw, 98px); display: grid; grid-template-columns: minmax(0, 1.24fr) minmax(190px, .32fr); align-items: center; gap: clamp(40px, 5vw, 84px); overflow: hidden; isolation: isolate; background: #dfe3e5; color: var(--color-ink); }
[data-campaign-variant="1"] .plan-hero { grid-template-columns: minmax(0, 1fr); }
.plan-hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(251,252,253,.97) 0%, rgba(247,250,251,.93) 32%, rgba(238,246,248,.68) 52%, rgba(232,242,244,.25) 72%, rgba(232,242,244,.08) 100%), radial-gradient(circle at 10% 88%, rgba(181,30,42,.075), transparent 25%), radial-gradient(circle at 82% 30%, rgba(23,122,87,.08), transparent 28%); filter: grayscale(1) saturate(0); transition: filter 1.2s cubic-bezier(.2,.75,.2,1); pointer-events: none; }
.plan-hero-photo { position: absolute; z-index: 0; inset: 0; overflow: hidden; opacity: .92; mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.18) 30%, rgba(0,0,0,.82) 56%, #000 72%, #000 100%); -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.18) 30%, rgba(0,0,0,.82) 56%, #000 72%, #000 100%); pointer-events: none; }
.plan-hero-photo::before { content: ""; position: absolute; inset: -2px; background: url("../img/hero-pv-house-1920.webp") center 48% / cover no-repeat; filter: grayscale(1) saturate(0) contrast(.92); transform: scaleX(-1); transition: filter 1.2s cubic-bezier(.2,.75,.2,1); }
[data-campaign-variant="1"] .plan-hero-photo { opacity: 1; mask-image: none; -webkit-mask-image: none; }
[data-campaign-variant="1"] .plan-hero-photo::before { background-image: url("../img/hero-stadion-1920.webp"); background-position: center bottom; filter: saturate(.88) contrast(.95) brightness(1.02); transform: none; }
[data-campaign-variant="1"] .plan-hero::before { background: linear-gradient(90deg, rgba(250,252,252,.98) 0%, rgba(249,251,251,.94) 30%, rgba(246,250,249,.78) 47%, rgba(243,248,247,.34) 63%, rgba(240,247,245,.08) 78%, transparent 100%), linear-gradient(180deg, rgba(255,255,255,.14), transparent 34%, rgba(15,54,37,.08) 100%); filter: none; }
[data-campaign-variant="1"] .plan-hero::after { border-color: rgba(255,255,255,.2); box-shadow: 0 0 0 7vw rgba(255,255,255,.035), 0 0 0 14vw rgba(255,255,255,.02); filter: none; }
.plan-hero .final-cta-grid { z-index: 1; opacity: .2; background-image: linear-gradient(rgba(39,106,130,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(39,106,130,.1) 1px, transparent 1px); mask-image: linear-gradient(to left, black, transparent 78%); }
.plan-hero::after { content: ""; position: absolute; z-index: 1; right: -10vw; top: -23vw; width: min(68vw, 980px); height: min(68vw, 980px); border: 1px solid rgba(39,106,130,.12); border-radius: 50%; box-shadow: 0 0 0 7vw rgba(39,106,130,.035), 0 0 0 14vw rgba(39,106,130,.02); filter: grayscale(1); transition: filter 1.2s cubic-bezier(.2,.75,.2,1); pointer-events: none; }
.plan-hero.is-activated::before, .plan-hero.is-activated::after, .plan-hero.is-activated .plan-hero-photo::before { filter: none; }
.plan-hero-copy { position: relative; z-index: 2; min-width: 0; max-width: 900px; }
.plan-hero h1 { max-width: 890px; margin: 0 0 26px; font-size: clamp(3.5rem, 5.35vw, 6.35rem); line-height: .94; letter-spacing: -.065em; text-wrap: balance; }
.plan-hero h1 > span { display: block; }
.plan-hero-line-nowrap { display: inline-block; white-space: nowrap; }
.plan-hero h1 em { display: inline-block; margin-top: .12em; color: var(--color-accent); transition: color 1.2s cubic-bezier(.2,.75,.2,1); }
.plan-hero.is-activated h1 em { color: var(--color-signal); }
.plan-hero-lead { max-width: 700px; margin-bottom: 0; display: flex; align-items: baseline; gap: 8px 16px; flex-wrap: wrap; color: var(--color-ink-soft); font-size: clamp(1rem, 1.25vw, 1.15rem); }
.plan-hero-lead-switch { display: block; max-width: none; line-height: 1.45; white-space: nowrap; }
.plan-hero-lead strong { color: var(--color-accent); font-size: 1.12em; font-weight: 760; transition: color 1.2s cubic-bezier(.2,.75,.2,1); }
[data-campaign-variant="1"] .plan-hero-lead strong { font-size: clamp(1.25rem, 1.6vw, 1.48rem); line-height: 1.1; letter-spacing: -.018em; }
.plan-hero.is-activated .plan-hero-lead strong { color: var(--color-signal); }
.plan-hero-actions { margin-top: 34px; display: grid; gap: 22px; }
.plan-hero-ctas { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.plan-hero-ctas .button-signal { min-width: min(100%, 370px); }
.plan-hero-ctas .button-outline { min-width: 208px; }
.plan-hero-trust { margin: 0; padding: 0; display: flex; align-items: center; gap: 12px clamp(18px, 2.4vw, 34px); flex-wrap: wrap; list-style: none; color: var(--color-ink-soft); font-size: .83rem; }
.plan-hero-trust li { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.plan-hero-trust .lucide { width: 15px; height: 15px; color: var(--color-solar); stroke-width: 2.5; }
.plan-referee { position: absolute; z-index: 2; right: clamp(20px, 4vw, 76px); bottom: 0; height: min(84vh, 850px); aspect-ratio: 476 / 768; container-type: inline-size; pointer-events: none; filter: drop-shadow(0 28px 34px rgba(22,42,52,.2)); }
[data-campaign-variant="1"] .plan-referee { will-change: transform; animation: referee-side-drift 12s ease-in-out infinite alternate; }
.plan-referee-media,
.plan-referee-media > img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.plan-referee-media > img { object-fit: contain; object-position: center bottom; }
.referee-scoreboard { position: absolute; z-index: 2; left: 10.7%; top: 3.6%; width: 78.4%; height: 25.9%; overflow: hidden; display: grid; place-items: center; background: transparent; animation: scoreboard-power-on 1.05s steps(1,end) both; }
.referee-scoreboard::before, .referee-scoreboard::after, .scoreboard-scan { display: none; }
.scoreboard-message { position: absolute; z-index: 3; inset: 12% 5%; display: grid; place-content: center; gap: .12em; text-align: center; font-family: "Doto Scoreboard Local", monospace; font-variant-numeric: tabular-nums; font-weight: 800; letter-spacing: .065em; text-transform: uppercase; }
.scoreboard-message small { font-size: 7.695cqw; line-height: .9; font-weight: 800; letter-spacing: .02em; white-space: nowrap; }
.scoreboard-message strong { font-size: 20.71cqw; line-height: .78; font-weight: 800; letter-spacing: .055em; }
.scoreboard-message-old { opacity: 1; animation: scoreboard-old 7.5s ease-in-out infinite; }
.scoreboard-message-old small, .scoreboard-message-old strong { color: #ff554b; text-shadow: 0 0 5px rgba(255,54,44,.88), 0 0 13px rgba(255,54,44,.42); }
.scoreboard-message-new { opacity: 0; animation: scoreboard-new 7.5s ease-in-out infinite; }
.scoreboard-message-new small, .scoreboard-message-new strong { color: #67f28b; text-shadow: 0 0 5px rgba(63,255,113,.82), 0 0 13px rgba(63,255,113,.38); }
@keyframes scoreboard-old { 0%, 38% { opacity: 1; } 44%, 92% { opacity: 0; } 98%, 100% { opacity: 1; } }
@keyframes scoreboard-new { 0%, 46% { opacity: 0; } 52%, 86% { opacity: 1; } 92%, 100% { opacity: 0; } }
@keyframes scoreboard-power-on { 0%, 12%, 24% { opacity: 0; } 8%, 19%, 32% { opacity: .28; } 40% { opacity: .78; } 48%, 100% { opacity: 1; } }
@keyframes referee-side-drift { from { transform: translate3d(-7px, 0, 0); } to { transform: translate3d(9px, 0, 0); } }
[data-campaign-variant="1"] .plan-hero-copy { max-width: min(720px, 57vw); }
.plan-switch { position: relative; z-index: 3; min-width: 190px; padding: 8px; display: grid; place-items: center; gap: 12px; border: 0; border-radius: 20px; background: transparent; color: #51656e; font: 750 .68rem/1 var(--font-display); letter-spacing: .13em; cursor: pointer; }
[data-campaign-variant="1"] .plan-switch { display: none; }
.plan-switch::before { content: ""; position: absolute; z-index: -1; width: 220px; height: 290px; border-radius: 50%; background: radial-gradient(circle, rgba(181,30,42,.1), rgba(181,30,42,.025) 48%, transparent 72%); transition: background .45s ease; pointer-events: none; }
.plan-switch-old, .plan-switch strong { padding: 8px 12px; border-radius: 999px; transition: color .3s ease, background-color .3s ease, box-shadow .3s ease; }
.plan-switch-old { background: rgba(255,255,255,.82); color: var(--color-ink); box-shadow: 0 8px 22px -16px rgba(22,42,52,.45); }
.plan-switch-track { --switch-pulse-rgb: 181, 30, 42; position: relative; width: 128px; height: 214px; padding: 11px; display: block; overflow: hidden; border-radius: 99px; background: #fff; box-shadow: inset 0 0 0 1px rgba(181,30,42,.16), 0 22px 54px rgba(22,42,52,.18); animation: plan-switch-attention 1.85s ease-in-out infinite; transition: background-color .45s ease, box-shadow .45s ease; }
.plan-switch-track::before { content: ""; position: absolute; inset: 11px; border: 1px solid rgba(var(--switch-pulse-rgb),.12); border-radius: inherit; transition: border-color .45s ease; }
.plan-switch-track i { position: relative; z-index: 2; width: 106px; height: 106px; display: grid; place-items: center; border-radius: 50%; background: var(--color-accent); transform: translateY(0); box-shadow: 0 12px 34px rgba(181,30,42,.28); transition: transform .7s cubic-bezier(.2,.8,.2,1), background-color .45s ease, box-shadow .45s ease; }
.plan-switch-track b { position: absolute; left: 50%; top: 50%; width: 42px; height: 1px; background: rgba(22,42,52,.12); transform: translate(-50%, -50%); }
.switch-face { position: absolute; inset: 0; display: grid; place-items: center; color: var(--color-white); transition: opacity .38s ease, transform .5s cubic-bezier(.2,.8,.2,1); }
.switch-face-sad { opacity: 1; transform: scale(1) rotate(0); }
.switch-face-ok { opacity: 0; transform: scale(.45) rotate(-32deg); }
.switch-face-sad .lucide { width: 46px; height: 46px; }
.switch-face-ok .lucide { width: 44px; height: 44px; }
.plan-switch strong { background: rgba(255,255,255,.66); color: #445b65; font-size: .78rem; letter-spacing: .08em; white-space: nowrap; }
.plan-switch:hover .plan-switch-track, .plan-switch:focus-visible .plan-switch-track { animation-duration: 1.25s; }
.plan-switch:focus-visible { outline: 2px solid var(--color-accent); outline-offset: 12px; border-radius: 12px; }
.plan-switch.is-on::before { background: radial-gradient(circle, rgba(23,122,87,.1), rgba(23,122,87,.025) 48%, transparent 72%); }
.plan-switch.is-on .plan-switch-track { --switch-pulse-rgb: 23, 122, 87; background: #fff; }
.plan-switch.is-on .plan-switch-track i { transform: translateY(86px); background: var(--color-signal); box-shadow: 0 12px 40px rgba(23,122,87,.3); }
.plan-switch.is-on .switch-face-sad { opacity: 0; transform: scale(.45) rotate(28deg); }
.plan-switch.is-on .switch-face-ok { opacity: 1; transform: scale(1) rotate(0); transition-delay: .16s; }
.plan-switch.is-on .plan-switch-old { background: transparent; color: #5d7078; box-shadow: none; }
.plan-switch.is-on strong { background: rgba(17,104,75,.82); color: #fff; box-shadow: 0 8px 24px -14px rgba(9,54,40,.72); text-shadow: 0 1px 2px rgba(0,0,0,.18); }
.plan-switch.is-requested { animation: plan-switch-nudge .48s ease; }
.plan-scroll-cue { position: absolute; z-index: 4; left: 50%; bottom: 22px; min-height: 44px; padding: 8px 10px; display: flex; align-items: center; gap: 10px; color: #526770; font: 650 .59rem/1 var(--font-display); letter-spacing: .14em; text-transform: uppercase; transform: translateX(-50%); }
.plan-scroll-cue i { width: 20px; height: 20px; color: var(--color-structure); animation: plan-cue 1.7s ease-in-out infinite; }
.product-section { scroll-margin-top: 72px; }

.plan-hero:not(.is-activated) .plan-hero-actions .button { opacity: .58; background: #737d82; box-shadow: none; }
.plan-hero:not(.is-activated) .plan-hero-actions .button-outline { border-color: rgba(22,42,52,.22); background: rgba(255,255,255,.34); color: var(--color-ink); }

footer { padding: 26px clamp(20px, 5.2vw, 84px); display: grid; grid-template-columns: 1fr auto 1fr; gap: 32px; align-items: center; border-top: 1px solid var(--color-line); background: #e8eff2; color: #4f626b; font-size: .75rem; }
.brand-footer { color: var(--color-ink); }
footer p { margin: 0; text-align: center; }
footer nav { justify-self: end; display: flex; gap: 12px; }
footer nav a { min-height: 44px; padding: 10px 6px; display: inline-flex; align-items: center; }
footer a:hover { color: var(--color-accent); }
.ai-disclosure { grid-column: 1 / -1; width: 100%; padding-top: 16px; border-top: 1px solid rgba(22,42,52,.1); color: #435861; font-size: .68rem; letter-spacing: .015em; }

.glass-card {
  border: 0;
  border-radius: 18px;
  background: var(--glass-surface);
  box-shadow: var(--glass-shadow);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
}
.product-panel.glass-card { border-radius: 14px; background: var(--glass-surface-strong); box-shadow: 0 18px 44px -24px rgba(22,42,52,.5); }
.software-shot.glass-card { border-radius: 20px; }

.motion-ready .reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform .75s cubic-bezier(.2,.7,.2,1); }
.motion-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes scroll-line { 0%, 100% { transform: scaleY(.15); opacity: .3; } 50% { transform: scaleY(1); opacity: 1; } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes plan-cue { 0%, 100% { transform: translateY(-2px); opacity: .5; } 50% { transform: translateY(5px); opacity: 1; } }
@keyframes plan-switch-attention {
  0%, 100% { transform: scale(1); box-shadow: inset 0 0 0 1px rgba(var(--switch-pulse-rgb),.16), 0 22px 54px rgba(22,42,52,.18), 0 0 0 0 rgba(var(--switch-pulse-rgb),0); }
  50% { transform: scale(1.035); box-shadow: inset 0 0 0 1px rgba(var(--switch-pulse-rgb),.28), 0 27px 62px rgba(22,42,52,.22), 0 0 0 9px rgba(var(--switch-pulse-rgb),.1); }
}
@keyframes plan-switch-nudge { 0%, 100% { transform: translateX(0); } 35% { transform: translateX(-10px); } 70% { transform: translateX(6px); } }
@keyframes quiz-step-in { from { opacity: 0; transform: translateX(14px); } to { opacity: 1; transform: translateX(0); } }
@keyframes quiz-check-pop { 0% { opacity: 0; transform: scale(.55) rotate(-12deg); } 70% { opacity: 1; transform: scale(1.08) rotate(2deg); } 100% { opacity: 1; transform: scale(1) rotate(0); } }
@keyframes quiz-check-draw { to { stroke-dashoffset: 0; } }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .header-main { grid-template-columns: 1fr auto; }
  .mobile-menu-toggle { display: grid; }
  .mobile-menu { position: absolute; top: 100%; left: clamp(14px, 3vw, 32px); right: clamp(14px, 3vw, 32px); max-height: min(620px, calc(100svh - 96px)); padding: 10px; display: grid; gap: 10px; overflow: auto; border-radius: 0 0 22px 22px; background: rgba(255,255,255,.97); box-shadow: 0 26px 58px rgba(22,42,52,.16); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-12px) scale(.985); transform-origin: top center; transition: opacity .25s ease, visibility .25s ease, transform .38s cubic-bezier(.2,.8,.2,1); }
  .site-header.is-menu-open .mobile-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0) scale(1); }
  .mobile-menu nav { display: grid; }
  .mobile-menu nav a { min-height: 58px; padding: 10px 14px; display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 10px; border-radius: 12px; color: var(--color-ink); transition: color .2s ease, background-color .2s ease, transform .2s ease; }
  .mobile-menu nav a:hover, .mobile-menu nav a:focus-visible { outline: 0; background: rgba(181,30,42,.065); color: var(--color-accent); transform: translateX(3px); }
  .mobile-menu nav span { color: #5d7078; font-size: .66rem; font-weight: 650; letter-spacing: .08em; }
  .mobile-menu nav strong { font-size: .98rem; font-weight: 700; }
  .mobile-menu-cta { width: 100%; min-height: 52px; }
  .hero { grid-template-columns: 1fr 1fr; }
  .problem-section, .check-section { grid-template-columns: 1fr; }
  .section-heading, .check-heading { max-width: 820px; }
  .check-window { justify-self: start; }
  .bonus-section { grid-template-columns: 1fr; }
  .plan-hero { grid-template-columns: minmax(0, 1fr) minmax(190px, .3fr); gap: 32px; }
  .plan-hero h1 { font-size: clamp(3.4rem, 6.4vw, 5.6rem); }
  .plan-referee { right: -3vw; height: min(80vh, 720px); opacity: .92; }
  [data-campaign-variant="1"] .plan-hero-copy { max-width: 60vw; }
  .savings-section { grid-template-columns: minmax(280px, .72fr) minmax(480px, 1.28fr); gap: 42px; }
  .savings-intro h2 { font-size: clamp(3rem, 5vw, 4.7rem); }
  .benefits-layout { width: min(calc(100% - 48px), var(--max-width)); grid-template-columns: 1fr; }
  .benefits-copy { max-width: 760px; }
  .feature-showcase { width: 100%; }
  .video-section { grid-template-columns: minmax(0, 1fr) minmax(290px, 380px); gap: 56px; }
  .lead-section { grid-template-columns: minmax(0, .72fr) minmax(450px, 1.28fr); gap: 52px; }
}

@media (max-width: 780px) {
  h2 { letter-spacing: -.045em; }
  .header-main { min-height: 66px; }
  .header-actions > .button { display: inline-flex; }
  .header-actions > .header-offer-button { display: none; }
  .countdown-compact { display: none; }
  .campaign-countdown-banner { padding-inline: 16px; gap: 5px; font-size: .7rem; }
  .campaign-countdown-banner > strong { display: none; }
  .countdown-unit b { min-width: 23px; padding-inline: 4px; }
  .header-cta-full { display: none; }
  .header-cta-short { display: inline; }
  .hero { min-height: auto; padding-top: 116px; grid-template-columns: 1fr; gap: 48px; }
  .plan-hero-photo::before { background-image: url("../img/hero-pv-house-1280.webp"); }
  [data-campaign-variant="1"] .plan-hero-photo::before { background-image: url("../img/hero-stadion-1280.webp"); }
  .hero h1 { font-size: clamp(3.05rem, 14vw, 5rem); }
  .hero-visual { min-height: 470px; }
  .scroll-cue { display: none; }
  .scene-hint { display: none; }
  .scene-metric-b { display: none; }
  .benefits-section { padding-block: 76px 64px; }
  .benefits-layout { width: calc(100% - 32px); gap: 38px; }
  .benefits-copy h2 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .benefits-note { grid-template-columns: 26px 1fr; }
  .benefits-note span { width: 26px; }
  .feature-visuals { aspect-ratio: 1627 / 1005; }
  .feature-checklist { grid-template-columns: 1fr; }
  .feature-checklist button { min-height: 58px; padding: 13px 16px; }
  .feature-checklist li + li { border-left: 0; border-top: 1px solid rgba(22,42,52,.1); }
  .feature-zoom-hint { top: 12px; right: 12px; min-height: 36px; padding-inline: 11px; font-size: .66rem; }
  .feature-lightbox { width: calc(100vw - 20px); height: calc(100svh - 20px); border-radius: 14px; }
  .feature-lightbox figure { padding: 12px; gap: 12px; }
  .feature-lightbox figcaption { padding: 2px 58px 4px 4px; gap: 10px; }
  .feature-lightbox-close { top: 16px; right: 16px; width: 44px; height: 44px; }
  .feature-capabilities { margin-top: 44px; mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent); }
  .feature-capabilities li { min-height: 44px; font-size: .75rem; }
  .product-section { min-height: auto; }
  .product-sticky { position: relative; top: auto; height: auto; min-height: 0; max-height: none; grid-template-columns: minmax(0, 1fr); overflow: visible; }
  .product-copy { grid-column: 1; grid-row: 1; width: auto; max-height: none; margin: 0; padding: 64px clamp(22px, 6vw, 48px); overflow: visible; }
  .product-copy.glass-card { border-radius: 0; background: var(--color-paper); box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
  .product-stage { grid-column: 1; grid-row: 2; min-height: 570px; }
  .product-stage-head { left: 24px; }
  .product-panel { left: 24px; right: auto; }
  .screenshot-gallery { grid-template-columns: 1fr; }
  .software-shot-wide { grid-column: auto; }
  .software-shot-wide .software-shot-frame, .software-shot-frame { aspect-ratio: 4 / 3; }
  .software-shot figcaption { grid-template-columns: 1fr; gap: 8px; }
  .capability-strip { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .trial-facts { grid-template-columns: 1fr; }
  .trial-facts div { min-height: 100px; }
  .trial-actions { align-items: stretch; flex-direction: column; }
  .trial-actions .button, .trial-actions .text-link { width: 100%; justify-content: center; }
  .video-section { width: calc(100% - 24px); min-height: 0; margin: 12px auto; padding: 64px 24px 24px; grid-template-columns: 1fr; gap: 48px; border-radius: 26px; }
  .video-copy { max-width: none; }
  .video-copy h2 { font-size: clamp(2.85rem, 12vw, 4.4rem); }
  .video-copy .button { width: 100%; justify-content: center; }
  .video-portrait { width: min(100%, 390px); justify-self: center; border-radius: 24px; }
  .faq-section { grid-template-columns: 1fr; }
  .lead-section { width: calc(100% - 24px); margin: 12px auto; padding: 64px 24px 24px; grid-template-columns: 1fr; gap: 42px; border-radius: 26px; }
  .lead-intro { padding-top: 0; }
  .lead-form-card { padding: 26px 20px; border-radius: 20px; }
  .lead-form-grid { grid-template-columns: 1fr; }
  .form-field-full { grid-column: auto; }
  .plan-hero { min-height: 100svh; grid-template-columns: 1fr; gap: 48px; padding-top: 108px; padding-bottom: 88px; }
  .plan-hero h1 { max-width: 680px; font-size: clamp(3.05rem, 10.5vw, 4.8rem); overflow-wrap: normal; }
  [data-campaign-variant="1"] .plan-hero h1 { font-size: clamp(1.65rem, 8.3vw, 2.6rem); }
  [data-campaign-variant="2"] .plan-hero h1 { font-size: clamp(2rem, 9vw, 3.2rem); }
  [data-campaign-variant="2"] .plan-hero-line-nowrap { white-space: normal; }
  .plan-hero-lead-switch { white-space: normal; }
  [data-campaign-variant="1"] .plan-hero { min-height: 100svh; padding-bottom: 88px; }
  [data-campaign-variant="1"] .plan-hero-copy { max-width: 100%; }
  .plan-referee { display: none; }
  .plan-switch { display: none; }
  .plan-scroll-cue { display: none; }
  .savings-section { min-height: 0; padding: 72px 22px; grid-template-columns: 1fr; gap: 44px; }
  .savings-intro { min-height: 0; gap: 30px; padding-block: 0; }
  .savings-intro h2 { font-size: clamp(2.9rem, 12vw, 4.6rem); }
  .savings-calculator { padding: 28px 22px; border-radius: 22px; }
  footer { grid-template-columns: 1fr; justify-items: start; }
  footer p { text-align: left; }
  footer nav { justify-self: start; flex-wrap: wrap; }
  .ai-disclosure { grid-column: auto; }
  .back-to-top { right: 16px; bottom: 16px; width: 48px; height: 48px; }
}

@media (max-width: 1080px) and (max-height: 520px) and (orientation: landscape) {
  .plan-hero { min-height: 560px; padding-top: 112px; padding-bottom: 48px; grid-template-columns: 1fr; align-items: start; gap: 24px; }
  .plan-hero h1 { max-width: 720px; margin-bottom: 16px; font-size: clamp(2.5rem, 6.3vw, 3.45rem); }
  .plan-hero-actions { margin-top: 20px; gap: 14px; }
  .plan-referee, .plan-switch, .plan-scroll-cue { display: none; }
  [data-campaign-variant="1"] .plan-hero-copy { max-width: min(680px, 82vw); }
}

@media (max-width: 480px) {
  .header-main { padding-inline: 16px; gap: 12px; }
  .header-actions > .button { min-height: 42px; padding-inline: 14px; gap: 8px; }
  .campaign-countdown-banner { padding-inline: 10px; gap: 4px; font-size: .64rem; }
  .campaign-countdown-banner .countdown-intro { display: none; }
  .countdown-timer-icon { margin-right: 1px; }
  .brand { font-size: .82rem; }
  .brand-logo { width: 86px; }
  .brand-product { padding-left: 8px; font-size: .66rem; }
  .hero { padding-inline: 18px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .text-link { justify-content: center; }
  .savings-consulting { width: 100%; }
  .savings-input-wrap input { padding-right: 106px; }
  .savings-results > div, .savings-comparison { gap: 14px; }
  .savings-results dt { font-size: .76rem; }
  .savings-results .savings-price { align-items: flex-end; }
  .savings-comparison { align-items: flex-start; flex-direction: column; }
  .recaptcha-wrap { min-height: 64px; }
  .recaptcha-wrap.is-blocked { min-height: 260px; }
  .g-recaptcha-contact-small { transform: scale(.8); transform-origin: left top; }
  .hero-visual { min-height: 410px; border-radius: 18px; }
  .scene-topline { left: 16px; right: 16px; top: 16px; }
  .scene-sequence { top: 48px; right: 16px; width: 190px; }
  .scene-metric-a { left: 16px; bottom: 16px; }
  .pain-list li { min-height: 92px; grid-template-columns: 38px 1fr 30px; }
  .product-copy { padding-inline: 22px; }
  .product-copy h2 span { white-space: normal; }
  .product-stage { min-height: 530px; }
  .product-panel { left: 18px; right: 18px; bottom: 18px; min-width: 0; }
  .product-stage-head { left: 18px; right: 18px; }
  .bonus-list li { grid-template-columns: 34px 1fr 30px; }
  .check-window { min-height: 520px; padding: 24px 18px; }
  .check-step legend { font-size: 1.42rem; }
  .check-options label span { min-height: 60px; padding-inline: 14px; }
  .check-navigation { gap: 12px; }
  .check-navigation .button { min-width: 132px; padding-inline: 17px; }
  .check-result-actions { align-items: stretch; flex-direction: column; }
  .check-result-actions .button, .check-result-actions .check-reset { width: 100%; justify-content: center; }
  .software-shot { padding: 14px; }
  .capability-strip { grid-template-columns: 1fr; }
  .plan-hero-actions { align-items: stretch; flex-direction: column; }
  .plan-hero-ctas { width: 100%; align-items: stretch; flex-direction: column; }
  .plan-hero-actions .button { width: 100%; min-width: 0; }
  .plan-hero-trust { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (max-width: 360px) {
  .recaptcha-wrap { min-height: 56px; }
  .g-recaptcha-contact-small { transform: scale(.68); }
}

@media (prefers-reduced-motion: reduce) {
  .recaptcha-loading-spinner { animation: none; border-color: rgba(181,30,42,.28); border-top-color: var(--color-accent); }
  html:not(.motion-force) { scroll-behavior: auto; }
  html:not(.motion-force) *, html:not(.motion-force) *::before, html:not(.motion-force) *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  html.motion-ready:not(.motion-force) .reveal { opacity: 1; transform: none; }
  html:not(.motion-force) .feature-visual { transition: none; }
  html:not(.motion-force) .feature-checklist li.is-active i::after { animation: none; transform: scaleX(1); }
  html:not(.motion-force) .feature-capabilities-track { width: auto; animation: none; }
  html:not(.motion-force) .feature-capabilities ol { flex-wrap: wrap; justify-content: center; padding-inline: 18px; }
  html:not(.motion-force) .feature-capabilities ol[aria-hidden="true"] { display: none; }
}
