

:root {

  --background-deep:     #020203;
  --background-base:     #050506;
  --background-elevated: #0a0a0c;

  --surface:       rgba(255, 255, 255, .05);
  --surface-hover: rgba(255, 255, 255, .08);

  --foreground:        #EDEDEF;
  --foreground-muted:  #8A8F98;
  --foreground-subtle: rgba(255, 255, 255, .60);

  --accent:        #e1ff20;
  --accent-bright: #eaff5c;
  --accent-deep:   #b7d10e;
  --accent-deeper: #9db500;
  --accent-ink:    #0b0b0c;
  --accent-glow:   rgba(225, 255, 32, .30);

  --border-default: rgba(255, 255, 255, .06);
  --border-hover:   rgba(255, 255, 255, .10);
  --border-accent:  rgba(225, 255, 32, .30);

  --up:   #4ade80;
  --down: #ff6b6b;

  --on-accent:  var(--accent-ink);
  --chart-grid: rgba(255, 255, 255, .07);
  --chart-axis: #6f6f74;
  --chart-flat: #8A8F98;

  --maxw: 1320px;
  --gut: 20px;

  --r-lg: 16px;
  --r-md: 12px;
  --r-sm: 8px;

  --sh-card:
    0 0 0 1px rgba(255, 255, 255, .06),
    0 2px 20px rgba(0, 0, 0, .4),
    0 0 40px rgba(0, 0, 0, .2);
  --sh-card-hover:
    0 0 0 1px rgba(255, 255, 255, .1),
    0 8px 40px rgba(0, 0, 0, .5),
    0 0 80px rgba(225, 255, 32, .10);
  --sh-accent:
    0 0 0 1px rgba(225, 255, 32, .5),
    0 4px 12px rgba(225, 255, 32, .3),
    inset 0 1px 0 0 rgba(255, 255, 255, .2);
  --sh-accent-hover:
    0 0 0 1px rgba(225, 255, 32, .65),
    0 6px 22px rgba(225, 255, 32, .42),
    inset 0 1px 0 0 rgba(255, 255, 255, .28);
  --sh-inner: inset 0 1px 0 0 rgba(255, 255, 255, .1);

  --ease-expo: cubic-bezier(.16, 1, .3, 1);
  --t-quick: 200ms;
  --t-std: 300ms;

  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--background-base);
  color: var(--foreground);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  font-feature-settings: "cv11" 1, "ss01" 1;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
::selection { background: var(--accent); color: var(--accent-ink); }

.shell { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gut); }

.amb { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }

.amb::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at top, #0a0a0f 0%, var(--background-base) 50%, var(--background-deep) 100%);
}

.amb::after {
  content: "";
  position: absolute; inset: 0;
  opacity: .015;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
}

.blob { position: absolute; border-radius: 50%; }
.blob--1 {
  top: -420px; left: 50%; margin-left: -450px;
  width: 900px; height: 1400px;
  background: radial-gradient(closest-side, rgba(225, 255, 32, .13), rgba(225, 255, 32, .07) 38%, rgba(225, 255, 32, .025) 62%, transparent 82%);
}
.blob--2 {
  top: 12%; left: -220px;
  width: 600px; height: 800px;
  background: radial-gradient(closest-side, rgba(183, 209, 14, .085), rgba(170, 195, 8, .045) 40%, rgba(157, 181, 0, .018) 64%, transparent 84%);
}
.blob--3 {
  top: 44%; right: -180px;
  width: 500px; height: 700px;
  background: radial-gradient(closest-side, rgba(225, 255, 32, .075), rgba(225, 255, 32, .038) 40%, rgba(225, 255, 32, .014) 64%, transparent 84%);
}
.blob--4 {
  bottom: -260px; left: 30%;
  width: 700px; height: 600px;
  background: radial-gradient(closest-side, rgba(225, 255, 32, .06), rgba(225, 255, 32, .03) 42%, rgba(225, 255, 32, .012) 66%, transparent 86%);
}

.amb .grid-ov {
  position: absolute; inset: 0; opacity: .02;
  background-image:
    linear-gradient(to right, #fff 1px, transparent 1px),
    linear-gradient(to bottom, #fff 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at 50% 0%, #000 30%, transparent 78%);
}

.page {
  position: relative; z-index: 1;
  display: flex; flex-direction: column;
  min-height: 100vh; min-height: 100dvh;
}
.page > .fine { margin-top: auto; }

h1, h2, h3, h4 { margin: 0; font-weight: 600; letter-spacing: -.022em; line-height: 1.15; }

.t-display {
  font-size: clamp(2.4rem, 6.4vw, 4.9rem);
  font-weight: 600; letter-spacing: -.03em; line-height: 1.03;
  text-wrap: balance;
}
.t-h1 { font-size: clamp(1.95rem, 3.9vw, 3.1rem); letter-spacing: -.028em; line-height: 1.06; text-wrap: balance; }
.t-h2 { font-size: clamp(1.5rem, 2.5vw, 2.1rem); letter-spacing: -.024em; }
.t-h3 { font-size: clamp(1.08rem, 1.5vw, 1.28rem); letter-spacing: -.018em; }

.grad {
  background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, .95) 42%, rgba(255, 255, 255, .70) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

.grad-acc {
  background: linear-gradient(90deg, var(--accent) 0%, #f2ffa0 50%, var(--accent) 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  animation: shimmer 6s linear infinite;
}
@keyframes shimmer {
  0%   { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
.lead { font-size: clamp(1.02rem, 1.35vw, 1.2rem); line-height: 1.62; color: var(--foreground-muted); max-width: 60ch; }
.body { font-size: .96rem; line-height: 1.65; color: var(--foreground-muted); }
.sub { color: var(--foreground-subtle); }

.label {
  font-family: var(--mono); font-size: .68rem; font-weight: 500;
  letter-spacing: .18em; text-transform: uppercase; color: var(--foreground-muted);
}
.num { font-variant-numeric: tabular-nums; font-feature-settings: "tnum" 1; }
.acc { color: var(--accent); }

.pill {
  display: inline-flex; align-items: center; gap: 9px;
  border: 1px solid var(--border-accent); border-radius: 999px;
  background: rgba(225, 255, 32, .06);
  padding: 7px 14px 7px 11px;
  font-family: var(--mono); font-size: .66rem; letter-spacing: .16em;
  text-transform: uppercase; color: var(--accent);
}
.pill .dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--accent);
  box-shadow: 0 0 10px var(--accent); flex: none;
  animation: blink 2.6s ease-in-out infinite;
}
@keyframes blink { 0%, 100% { opacity: 1 } 50% { opacity: .35 } }

.hr {
  height: 1px; border: 0; margin: 0;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, .1), transparent);
}

html.js .rv { opacity: 0; transform: translateY(24px); transition: opacity 600ms var(--ease-expo), transform 600ms var(--ease-expo); }
html.js .rv.in { opacity: 1; transform: none; }
.rv-s { transition-delay: var(--d, 0ms); }

.nav {
  position: sticky; top: 0; z-index: 60;
  border-bottom: 1px solid transparent;
  transition: background var(--t-std) var(--ease-expo), border-color var(--t-std), backdrop-filter var(--t-std);
}
.nav.stuck {
  background: rgba(5, 5, 6, .82);
  backdrop-filter: blur(20px) saturate(160%);
  border-bottom-color: var(--border-default);
}
.nav .row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 0; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.brand .sq {
  width: 32px; height: 32px; border-radius: var(--r-sm); flex: none;
  background: linear-gradient(160deg, var(--accent-bright), var(--accent-deep));
  color: var(--accent-ink);
  display: grid; place-items: center;
  font-family: var(--mono); font-size: .76rem; font-weight: 700;
  box-shadow: var(--sh-inner), 0 4px 16px rgba(225, 255, 32, .22);
}
.brand .nm { font-size: .92rem; font-weight: 600; letter-spacing: -.015em; line-height: 1.2; }
.brand .sb { font-family: var(--mono); font-size: .6rem; letter-spacing: .16em; text-transform: uppercase; color: var(--foreground-muted); }

.nav-links { display: none; align-items: center; gap: 4px; }

.nav-links a:not(.btn) {
  font-size: .88rem; color: var(--foreground-muted); text-decoration: none;
  padding: 8px 12px; border-radius: var(--r-sm);
  transition: color var(--t-quick) var(--ease-expo), background var(--t-quick) var(--ease-expo);
}
.nav-links a:not(.btn):hover { color: var(--foreground); background: var(--surface); }

.burger {
  display: grid; place-items: center; width: 38px; height: 38px;
  border: 1px solid var(--border-hover); border-radius: var(--r-sm);
  background: var(--surface); color: var(--foreground); cursor: pointer;
  transition: background var(--t-quick) var(--ease-expo);
}
.burger:hover { background: var(--surface-hover); }
.burger svg { width: 17px; height: 17px; }
.burger .x { display: none; }
.burger[aria-expanded="true"] .x { display: block; }
.burger[aria-expanded="true"] .m { display: none; }

.sheet {
  display: none;
  border-top: 1px solid var(--border-default);
  background: rgba(5, 5, 6, .95);
  backdrop-filter: blur(20px);
}
.sheet.open { display: block; animation: sheetIn 200ms var(--ease-expo); }
@keyframes sheetIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
.sheet .in { padding: 14px 0 20px; display: grid; gap: 4px; }

.sheet a:not(.btn) {
  font-size: 1rem; color: var(--foreground-muted); text-decoration: none;
  padding: 12px 12px; border-radius: var(--r-sm);
  transition: color var(--t-quick), background var(--t-quick);
}
.sheet a:not(.btn):hover { color: var(--foreground); background: var(--surface); }
.sheet .btn { margin-top: 10px; }

.btn {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  width: 100%;
  font-family: var(--sans); font-size: .96rem; font-weight: 600; letter-spacing: -.01em;
  text-align: center; text-decoration: none;
  padding: 14px 22px; border: 0; border-radius: var(--r-sm);
  background: var(--accent); color: var(--accent-ink);
  cursor: pointer; box-shadow: var(--sh-accent);
  transition: background var(--t-quick) var(--ease-expo),
              box-shadow var(--t-quick) var(--ease-expo),
              transform var(--t-quick) var(--ease-expo);
}

.btn::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 32%, rgba(255, 255, 255, .45) 50%, transparent 68%);
  transform: translateX(-120%);
  transition: transform 620ms var(--ease-expo);
}
.btn:hover { background: var(--accent-bright); box-shadow: var(--sh-accent-hover); transform: translateY(-1px); }
.btn:hover::after { transform: translateX(120%); }
.btn:active { transform: scale(.98); box-shadow: var(--sh-accent); }
.btn:focus-visible { outline: 2px solid rgba(225, 255, 32, .5); outline-offset: 2px; }

.btn--sec {
  background: var(--surface); color: var(--foreground);
  box-shadow: var(--sh-inner), 0 0 0 1px var(--border-hover);
}
.btn--sec::after { display: none; }
.btn--sec:hover { background: var(--surface-hover); box-shadow: var(--sh-inner), 0 0 0 1px var(--border-hover), 0 0 30px rgba(225, 255, 32, .10); }

.btn--ghost { background: transparent; color: var(--foreground-muted); box-shadow: none; }
.btn--ghost::after { display: none; }
.btn--ghost:hover { background: var(--surface); color: var(--foreground); box-shadow: none; }

.btn--auto { width: auto; }
.btn--sm { padding: 11px 17px; font-size: .86rem; }
.btn .ar { font-family: var(--mono); font-size: .9em; transition: transform var(--t-quick) var(--ease-expo); }
.btn:hover .ar { transform: translateX(3px); }

.card {
  position: relative; isolation: isolate;
  background: linear-gradient(to bottom, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02));
  border: 1px solid var(--border-default); border-radius: var(--r-lg);
  box-shadow: var(--sh-card);
  transition: box-shadow var(--t-std) var(--ease-expo),
              border-color var(--t-std) var(--ease-expo),
              transform var(--t-std) var(--ease-expo);
  overflow: hidden;
}

.card::before {
  content: ""; position: absolute; top: 0; left: 12%; right: 12%; height: 1px; z-index: 2;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, .22), transparent);
}

.card::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(300px circle at var(--mx, 50%) var(--my, 0%), rgba(225, 255, 32, .15), transparent 70%);
  opacity: 0; transition: opacity var(--t-std) var(--ease-expo);
}
.card:hover { border-color: var(--border-hover); box-shadow: var(--sh-card-hover); }
.card:hover::after { opacity: 1; }
.card > * { position: relative; z-index: 2; }

.card--lift:hover { transform: translateY(-4px); }
.card--pad { padding: 26px 24px; }
.card--glass { background: rgba(255, 255, 255, .04); backdrop-filter: blur(14px); }
.card--accent {
  border-color: var(--border-accent);
  background:
    linear-gradient(to bottom, rgba(225, 255, 32, .07), rgba(255, 255, 255, .02)),
    var(--background-elevated);
}

.card-hd {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 15px 20px; border-bottom: 1px solid var(--border-default);
}
.card-hd .t { font-family: var(--mono); font-size: .66rem; letter-spacing: .18em; text-transform: uppercase; color: var(--foreground-muted); }

.hd-badge {
  font-family: var(--mono); font-size: .58rem; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase; white-space: nowrap;
  color: var(--accent); background: rgba(225, 255, 32, .08);
  border: 1px solid var(--border-accent); border-radius: 999px; padding: 4px 10px;
}
.card-bd { padding: 22px 20px; }

.ico {
  width: 38px; height: 38px; border-radius: var(--r-md); flex: none;
  border: 1px solid var(--border-hover); background: var(--surface);
  display: grid; place-items: center;
  font-family: var(--mono); font-size: .76rem; font-weight: 600; color: var(--accent);
}

.sec { padding: 64px 0; position: relative; }
.sec--line { border-top: 1px solid var(--border-default); }
.sec-hd { max-width: 62ch; margin-bottom: 40px; }
.sec-hd .label { display: block; margin-bottom: 16px; }
.sec-hd .t-h1 { margin-bottom: 16px; }

.hero { padding: 40px 0 56px; }
.hero .pill { margin-bottom: 20px; }
.hero .t-display { margin-bottom: 18px; }
.hero .lead { margin-bottom: 26px; }

.hero-cta { display: grid; gap: 10px; justify-items: stretch; }
.hero-note { font-family: var(--mono); font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; color: var(--foreground-muted); text-align: center; }

.hero-vis { position: relative; }

.ring {
  position: absolute; z-index: 3; left: 12px; bottom: -26px;
  width: 88px; height: 88px; border-radius: 50%;
  display: grid; place-items: center; text-decoration: none;
  background: rgba(10, 10, 12, .84); backdrop-filter: blur(8px);
  border: 1px solid var(--border-accent);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .55);
  transition: transform var(--t-quick) var(--ease-expo), box-shadow var(--t-quick) var(--ease-expo);
}
.ring img { grid-area: 1 / 1; width: 70px; height: 70px; animation: spin 20s linear infinite; }
.ring .ar { grid-area: 1 / 1; font-family: var(--mono); font-size: 1rem; color: var(--accent); }
.ring:hover { transform: scale(1.06); box-shadow: 0 10px 36px rgba(225, 255, 32, .24); }
.ring:hover .ar { animation: nudge 700ms var(--ease-expo); }
.ring:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes nudge { 50% { transform: translateY(3px); } }

.hero-vis { margin: 26px 0 56px; }

.hero-shot {
  position: relative; margin: 0;
  border: 1px solid var(--border-default); border-radius: var(--r-lg);
  overflow: hidden; background: var(--background-elevated); box-shadow: var(--sh-card);
}

.hero-shot img { width: 100%; }
.hero-shot::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to top, rgba(2, 2, 3, .82), transparent 42%);
}
.hero-shot figcaption {
  position: absolute; left: 14px; right: 14px; bottom: 11px; z-index: 1;
  display: flex; justify-content: space-between; gap: 10px;
  font-family: var(--mono); font-size: .58rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--foreground-subtle);
}

.hero-bul { display: grid; gap: 11px; margin: 0 0 26px; padding: 0; max-width: 60ch; }
.hero-bul li { display: grid; grid-template-columns: 18px 1fr; gap: 12px; align-items: start; list-style: none; font-size: .97rem; color: var(--foreground-muted); }
.hero-bul .c { color: var(--accent); font-family: var(--mono); font-size: .78rem; line-height: 1.7; }
.hero-bul b { color: var(--foreground); font-weight: 600; }

.hook { font-size: 1.06rem; font-weight: 600; letter-spacing: -.02em; color: var(--foreground); margin: 0 0 30px; }
.hook .q { color: var(--foreground-muted); font-weight: 400; }

.stats {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 46px; border: 1px solid var(--border-default);
  border-radius: var(--r-lg); overflow: hidden;
  background: linear-gradient(to bottom, rgba(255, 255, 255, .04), transparent);
}
.stat { padding: 18px 20px; border-right: 1px solid var(--border-default); border-bottom: 1px solid var(--border-default); }
.stat:nth-child(2n) { border-right: 0; }
.stat:nth-last-child(-n+2) { border-bottom: 0; }
.stat .k { display: block; font-family: var(--mono); font-size: .6rem; letter-spacing: .18em; text-transform: uppercase; color: var(--foreground-muted); margin-bottom: 8px; }
.stat .v { font-size: 1.5rem; font-weight: 600; letter-spacing: -.03em; }

.stat .v--wort { font-size: 1.08rem; line-height: 1.3; letter-spacing: -.015em; display: block; }

.bento { display: grid; grid-template-columns: minmax(0, 1fr); gap: 14px; }
.bento > .b-chart { grid-column: 1 / -1; }
.bento > .b-wide  { grid-column: 1 / -1; }

.b-chart .card-bd { padding: 14px 12px 6px; }
.legend { display: flex; flex-wrap: wrap; gap: 6px 16px; align-items: center; }
.legend .li { display: inline-flex; align-items: center; gap: 7px; font-family: var(--mono); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; color: var(--foreground-muted); }
.legend .sw { width: 8px; height: 8px; border-radius: 2px; flex: none; }
.sw-down { background: var(--down); }
.sw-flat { background: var(--chart-flat); }
.sw-up { background: var(--up); }
#chart { width: 100%; height: auto; display: block; }
.chart-note { padding: 10px 8px 12px; font-family: var(--mono); font-size: .62rem; line-height: 1.6; color: var(--foreground-muted); }

.scn { padding: 22px 20px; }
.scn .top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 18px; }
.scn .nm { font-family: var(--mono); font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; color: var(--foreground-muted); }
.chip {
  font-family: var(--mono); font-size: .62rem; font-weight: 500;
  padding: 3px 9px; border-radius: 999px; border: 1px solid currentColor;
}
.chip--d { color: var(--down); background: rgba(255, 107, 107, .08); }
.chip--f { color: var(--foreground-muted); background: rgba(138, 143, 152, .08); }
.chip--u { color: var(--up); background: rgba(74, 222, 128, .08); }
.scn .big {
  font-size: clamp(2.1rem, 4.4vw, 2.9rem); font-weight: 600;
  letter-spacing: -.04em; line-height: 1; color: var(--up); margin-bottom: 8px;
}
.scn .big sup { font-size: .28em; vertical-align: super; color: var(--foreground-muted); }
.scn .cap { font-size: .86rem; color: var(--foreground-muted); }

.mod { padding: 22px 20px; display: grid; gap: 14px; align-content: start; }
.mod .mtop { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.mod .mt { font-family: var(--mono); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; color: var(--foreground-muted); }
.mod p { margin: 0; font-size: .92rem; color: var(--foreground-muted); }

.steps { display: grid; gap: 14px; }
.stp { display: grid; grid-template-columns: 38px 1fr; gap: 16px; padding: 20px; align-items: start; }
.stp .n { font-family: var(--mono); font-size: .82rem; font-weight: 600; color: var(--accent); padding-top: 3px; }
.stp .mt { font-family: var(--mono); font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; color: var(--foreground-muted); display: block; margin-bottom: 6px; }
.stp p { margin: 6px 0 0; font-size: .92rem; color: var(--foreground-muted); }

.opts { display: grid; gap: 14px; }
.opt { padding: 26px 22px; display: grid; gap: 12px; align-content: start; }
.opt .tag { font-family: var(--mono); font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; color: var(--foreground-muted); }
.opt h3 { margin: 0; }
.opt h3 .dim { color: var(--foreground-muted); font-weight: inherit; }
.opt p { margin: 0; font-size: .94rem; color: var(--foreground-muted); }
.opt p b { color: var(--foreground-subtle); font-weight: 600; }

.bridge { text-align: center; padding: 54px 0 0; }
.bridge .t-h2 { margin: 0 auto; max-width: 30ch; }

.promise { display: grid; gap: 13px; padding: 26px 22px; }
.promise .tag { font-family: var(--mono); font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); }
.promise p { margin: 0; font-size: .97rem; color: var(--foreground-muted); }
.promise p b { color: var(--foreground); font-weight: 600; }

.form-grid { display: grid; gap: 26px; align-items: start; }

.fsteps { display: flex; gap: 6px; margin-bottom: 24px; }
.fsteps i { flex: 1; height: 3px; border-radius: 999px; background: rgba(255, 255, 255, .1); transition: background var(--t-std) var(--ease-expo), box-shadow var(--t-std); }
.fsteps i.on { background: linear-gradient(90deg, var(--accent-deep), var(--accent)); box-shadow: 0 0 12px rgba(225, 255, 32, .4); }
.fsteps i::after { content: ""; }

.fstep { display: none; }
.fstep.on { display: block; animation: stepIn 300ms var(--ease-expo); }
@keyframes stepIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.field { margin-bottom: 18px; }
.field > label, .field .flbl {
  display: block; font-family: var(--mono); font-size: .62rem; font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase; color: var(--foreground-muted); margin-bottom: 9px;
}
.input {
  width: 100%; font-family: var(--sans); font-size: 1rem; color: var(--foreground);
  background: #0F0F12; border: 1px solid var(--border-hover); border-radius: var(--r-sm);
  padding: 14px 15px; -webkit-appearance: none; appearance: none;
  transition: border-color var(--t-quick) var(--ease-expo), box-shadow var(--t-quick) var(--ease-expo);
}
.input::placeholder { color: #6f6f74; }
.input:focus {
  outline: none; border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(225, 255, 32, .16), 0 0 22px -6px rgba(225, 255, 32, .4);
}
.input.err { border-color: var(--down); box-shadow: 0 0 0 3px rgba(255, 107, 107, .16); }

select.input {
  font-family: var(--mono); font-size: .9rem; padding-left: 12px; padding-right: 26px;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--foreground-muted) 50%),
    linear-gradient(135deg, var(--foreground-muted) 50%, transparent 50%);
  background-position: calc(100% - 14px) calc(50% + 1px), calc(100% - 9px) calc(50% + 1px);
  background-size: 5px 5px, 5px 5px; background-repeat: no-repeat;
}
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.phone-row { display: grid; grid-template-columns: 210px 1fr; gap: 12px; }

.errmsg {
  display: none; font-family: var(--mono); font-size: .7rem; line-height: 1.5;
  color: var(--down); background: rgba(255, 107, 107, .07);
  border: 1px solid rgba(255, 107, 107, .28); border-radius: var(--r-sm);
  padding: 10px 12px; margin: -6px 0 15px;
}
.errmsg.on { display: block; }
.hint { font-family: var(--mono); font-size: .64rem; line-height: 1.6; color: var(--foreground-muted); margin: 0 0 18px; }
.legal { font-family: var(--mono); font-size: .6rem; line-height: 1.6; color: var(--foreground-muted); margin: 15px 0 0; }
.legal a { color: var(--accent); }

.filled { text-align: center; padding: 16px 0; }
.filled .tick {
  width: 58px; height: 58px; border-radius: 50%; margin: 0 auto 18px;
  border: 1px solid rgba(74, 222, 128, .45); background: rgba(74, 222, 128, .1);
  display: grid; place-items: center; color: var(--up);
  box-shadow: 0 0 36px -10px rgba(74, 222, 128, .5);
}
.filled .tick svg { width: 24px; height: 24px; }
.filled .st { font-family: var(--mono); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--up); }

.trust { display: grid; gap: 10px; }
.trust li { display: grid; grid-template-columns: 20px 1fr; gap: 12px; font-size: .93rem; color: var(--foreground-muted); align-items: start; list-style: none; }
.trust { margin: 0; padding: 0; }
.trust .c { color: var(--accent); font-family: var(--mono); font-size: .8rem; line-height: 1.6; }

.tms { display: grid; gap: 16px; }
.tm { align-content: start; }

.tm-vid {
  position: relative; display: block; width: 100%; padding: 0;
  border: 0; border-bottom: 1px solid var(--border-default);
  background: #000; cursor: pointer; overflow: hidden;
  aspect-ratio: 16 / 9;
}
.tm-vid img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms var(--ease-expo); }
.tm:hover .tm-vid img { transform: scale(1.04); }
.tm-vid:focus-visible { outline: 2px solid var(--accent); outline-offset: -3px; }

.tm-play {
  position: absolute; inset: 0; display: grid; place-items: center;
  background: linear-gradient(to top, rgba(2, 2, 3, .55), rgba(2, 2, 3, .12));
}
.tm-play > span {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--accent); color: var(--accent-ink);
  display: grid; place-items: center;
  box-shadow: 0 6px 26px rgba(225, 255, 32, .34);
  transition: transform var(--t-quick) var(--ease-expo);
}
.tm-vid:hover .tm-play > span { transform: scale(1.09); }
.tm-play svg { width: 19px; height: 19px; margin-left: 2px; }

.tm-bd { padding: 19px 19px 21px; display: grid; gap: 15px; align-content: start; }
.tm-top { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.tm-top h3 { margin: 0; }
.tm-res { font-family: var(--mono); font-size: .82rem; font-weight: 600; color: var(--up); white-space: nowrap; }
.tm-res sup { font-size: .62em; vertical-align: super; color: var(--foreground-muted); }

.tm-ba { display: grid; gap: 13px; }
.tm-ba .k {
  display: block; font-family: var(--mono); font-size: .57rem; font-weight: 500;
  letter-spacing: .18em; text-transform: uppercase; color: var(--foreground-muted); margin-bottom: 5px;
}
.tm-ba .aft .k { color: var(--accent); }
.tm-ba p { margin: 0; font-size: .9rem; line-height: 1.6; color: var(--foreground-muted); }
.tm-ba .aft p { color: var(--foreground-subtle); }

.lbx {
  position: fixed; inset: 0; z-index: 90;
  display: grid; place-items: center; padding: 20px;
  background: rgba(2, 2, 3, .9); backdrop-filter: blur(10px);
  animation: lbxIn 180ms var(--ease-expo);
}
.lbx[hidden] { display: none; }
@keyframes lbxIn { from { opacity: 0 } to { opacity: 1 } }
.lbx-in { position: relative; width: 100%; max-width: 940px; }
.lbx-fr {
  position: relative; aspect-ratio: 16 / 9; background: #000;
  border: 1px solid var(--border-hover); border-radius: var(--r-lg); overflow: hidden;
}
.lbx-fr iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.lbx-x {
  position: absolute; top: -48px; right: 0; width: 40px; height: 40px;
  display: grid; place-items: center; cursor: pointer;
  border: 1px solid var(--border-hover); border-radius: var(--r-sm);
  background: var(--surface); color: var(--foreground);
  transition: background var(--t-quick) var(--ease-expo);
}
.lbx-x:hover { background: var(--surface-hover); }
.lbx-x svg { width: 18px; height: 18px; }

html.no-scroll, html.no-scroll body { overflow: hidden; }

.prov { display: grid; gap: 24px; align-items: start; }
.prov .shot { position: relative; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--border-default); }
.prov .shot img { width: 100%; }
.prov .shot::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(2, 2, 3, .8), transparent 55%); }
.prov .shot .cap {
  position: absolute; left: 16px; right: 16px; bottom: 14px; z-index: 1;
  display: flex; justify-content: space-between; gap: 10px;
  font-family: var(--mono); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; color: var(--foreground-subtle);
}
.quote-lg { font-size: clamp(1.06rem, 1.7vw, 1.32rem); line-height: 1.5; color: var(--foreground); margin: 0 0 22px; }
.rows { display: grid; }
.rows .rw { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--border-default); }
.rows .rw:last-child { border-bottom: 0; }
.rows .k { font-family: var(--mono); font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; color: var(--foreground-muted); }
.rows .v { font-size: .94rem; font-weight: 500; text-align: right; }
.seal { display: flex; align-items: center; gap: 15px; margin-top: 22px; background: #fbfbf7; border-radius: var(--r-md); padding: 14px 16px; }
.seal img { width: 108px; flex: none; }
.seal p { margin: 0; font-family: var(--mono); font-size: .6rem; line-height: 1.55; color: #45443c; }

.voices { display: grid; gap: 14px; }
.voice { padding: 24px 22px; }
.voice q { display: block; font-size: 1.02rem; line-height: 1.55; hanging-punctuation: first; }
.voice q::before { content: "\201E"; color: var(--accent); }
.voice q::after { content: "\201C"; color: var(--accent); }
.voice .by { margin-top: 16px; font-family: var(--mono); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; color: var(--foreground-muted); }
.voice .by b { color: var(--foreground-subtle); font-weight: 600; }

.faq { border-top: 1px solid var(--border-default); }
details.fq { border-bottom: 1px solid var(--border-default); }
details.fq summary {
  list-style: none; cursor: pointer; position: relative;
  padding: 20px 46px 20px 0; font-size: 1rem; font-weight: 500; letter-spacing: -.015em;
  transition: color var(--t-quick) var(--ease-expo);
}
details.fq summary::-webkit-details-marker { display: none; }
details.fq summary:hover { color: var(--accent); }
details.fq summary::after {
  content: ""; position: absolute; right: 8px; top: 50%; width: 10px; height: 10px;
  border-right: 1.5px solid var(--accent); border-bottom: 1.5px solid var(--accent);
  transform: translateY(-70%) rotate(45deg);
  transition: transform var(--t-std) var(--ease-expo);
}
details.fq[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
details.fq .ans { padding: 0 0 22px; color: var(--foreground-muted); font-size: .95rem; max-width: 70ch; }

.outro { text-align: center; padding: 84px 0; }
.outro .t-h1 { margin: 0 auto 18px; max-width: 26ch; }
.outro .lead { margin: 0 auto 30px; max-width: 44ch; }
.outro .ctr { display: flex; justify-content: center; }

.win { display: grid; gap: 11px; margin: 0 auto 32px; padding: 0; max-width: 47ch; text-align: left; }
.win li { display: grid; grid-template-columns: 18px 1fr; gap: 12px; align-items: start; list-style: none; font-size: .97rem; color: var(--foreground-muted); }
.win .c { color: var(--accent); font-family: var(--mono); font-size: .78rem; line-height: 1.7; }
.win b { color: var(--foreground); font-weight: 600; }

.fine { border-top: 1px solid var(--border-default); padding: 40px 0 0; }
.fine .g { display: grid; gap: 24px; }
.fine h5 { margin: 0 0 10px; font-family: var(--mono); font-size: .6rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--foreground-muted); }
.fine ol { margin: 0; padding-left: 17px; }
.fine li, .fine p { font-family: var(--mono); font-size: .6rem; line-height: 1.7; color: var(--foreground-muted); margin: 0 0 9px; }
.fine .risk { border-left: 1px solid var(--down); padding-left: 14px; }
.fine .risk h5 { color: var(--down); }

footer.ft {
  border-top: 1px solid var(--border-default); margin-top: 38px;
  padding: 30px 0 34px; background: var(--background-deep);
}
footer.ft .r { display: flex; flex-wrap: wrap; gap: 12px 26px; justify-content: space-between; align-items: center; }
footer.ft span, footer.ft a { font-family: var(--mono); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; color: var(--foreground-muted); text-decoration: none; }
footer.ft nav { display: flex; flex-wrap: wrap; gap: 20px; }
footer.ft a:hover { color: var(--accent); }

.dock {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  background: rgba(10, 10, 12, .88); backdrop-filter: blur(18px);
  border-top: 1px solid var(--border-default);
  transform: translateY(101%); transition: transform var(--t-std) var(--ease-expo);
  padding-bottom: env(safe-area-inset-bottom, 0px);
}
.dock.on { transform: none; }
.dock .r { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 11px 0; }
.dock .m { display: flex; align-items: baseline; gap: 16px; font-family: var(--mono); font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; color: var(--foreground-muted); }
.dock .m b { color: var(--accent); font-weight: 600; }
.dock .btn { width: auto; flex: none; }

.step-note {
  font-family: var(--mono); font-size: .62rem; letter-spacing: .16em;
  text-transform: uppercase; color: var(--foreground-muted); white-space: nowrap;
}

.scroll-progress { position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 55; pointer-events: none; }
.scroll-progress i {
  display: block; height: 100%; transform: scaleX(0); transform-origin: 0 50%;
  background: linear-gradient(90deg, var(--accent-deep), var(--accent));
}

.btn.big { padding: 17px 26px; font-size: 1.02rem; }
.btn.full { width: 100%; }

.vsl-hd { max-width: 900px; margin: 0 auto 24px; text-align: center; }
.t-vsl {
  font-size: clamp(1.42rem, 2.6vw, 2.45rem);
  font-weight: 600; letter-spacing: -.026em; line-height: 1.12;
  text-wrap: balance; margin: 16px 0 0;
}

.vsl-wrap { max-width: min(1040px, calc((100svh - 380px) * 1.7778)); margin: 0 auto; }

html:not(.cta-frei) [data-gate] { display: none !important; }

.vsl-shell {
  position: relative; border: 1px solid var(--border-hover); border-radius: var(--r-lg);
  overflow: hidden; background: #000; box-shadow: var(--sh-card);
}

.vsl-frame { position: relative; width: 100%; }
.vsl-fallback {
  aspect-ratio: 16 / 9;
  display: grid; place-items: center; text-align: center; padding: 24px;
  font-size: .9rem; color: var(--foreground-muted); background: var(--background-elevated);
}
.vsl-fallback a { color: var(--accent); }
.vsl-meta {
  display: flex; flex-wrap: wrap; gap: 9px 22px; margin-top: 16px;
  font-family: var(--mono); font-size: .64rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--foreground-muted);
}
.vsl-meta .k b { color: var(--foreground); font-weight: 600; }

.vsl-cta {
  margin-top: 30px; display: grid; justify-items: center; gap: 12px;
  opacity: 0; transform: translateY(14px); pointer-events: none;
  transition: opacity .6s var(--ease-expo), transform .6s var(--ease-expo);
}
.vsl-cta.on { opacity: 1; transform: none; pointer-events: auto; }
.vsl-cta .btn { width: auto; }
.btn-note { font-family: var(--mono); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; color: var(--foreground-muted); text-align: center; }

.ticker {
  border-top: 1px solid var(--border-default); border-bottom: 1px solid var(--border-default);
  overflow: hidden; padding: 13px 0; background: rgba(255, 255, 255, .015);
}
.ticker-track { display: flex; gap: 44px; width: max-content; animation: marquee 34s linear infinite; }
.ticker-item {
  font-family: var(--mono); font-size: .64rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--foreground-muted); white-space: nowrap;
}
.ticker-item b { color: var(--accent); font-weight: 600; }
@keyframes marquee { to { transform: translateX(-50%); } }

.chat-shell {
  max-width: 640px; margin: 0 auto;
  background: var(--background-elevated);
  border: 1px solid var(--border-default); border-radius: var(--r-lg);
  overflow: hidden; box-shadow: var(--sh-card);
}
.chat-progress { padding: 16px 18px 0; }
.chat-progress .label {
  display: flex; justify-content: space-between; gap: 12px; margin-bottom: 9px;
  font-family: var(--mono); font-size: .6rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--foreground-muted);
}
.chat-progress .track { height: 3px; border-radius: 999px; background: rgba(255, 255, 255, .1); overflow: hidden; }
.chat-progress .fill {
  height: 100%; width: 0; border-radius: 999px;
  background: linear-gradient(90deg, var(--accent-deep), var(--accent));
  box-shadow: 0 0 12px rgba(225, 255, 32, .4);
  transition: width .5s var(--ease-expo);
}
.chat-head {
  display: flex; align-items: center; gap: 12px; padding: 15px 18px;
  border-bottom: 1px solid var(--border-default);
}
.chat-head .avatar {
  width: 38px; height: 38px; border-radius: 50%; flex: none;
  background: linear-gradient(160deg, var(--accent-bright), var(--accent-deep));
  color: var(--accent-ink); display: grid; place-items: center;
  font-family: var(--mono); font-size: .76rem; font-weight: 700;
}
.chat-head .who { display: block; font-size: .92rem; font-weight: 600; letter-spacing: -.012em; line-height: 1.25; }
.chat-head .stat-line { display: flex; align-items: center; gap: 6px; font-family: var(--mono); font-size: .58rem; letter-spacing: .14em; text-transform: uppercase; color: var(--up); }
.chat-head .stat-line i { width: 6px; height: 6px; border-radius: 50%; background: var(--up); display: block; }

.chat {
  height: min(58vh, 520px); overflow-y: auto; scroll-behavior: smooth;
  padding: 20px 18px 24px; display: flex; flex-direction: column; gap: 11px;
}
.bubble {
  max-width: 84%; padding: 12px 15px; border-radius: 14px;
  font-size: .94rem; line-height: 1.5;
  animation: bubbleIn .35s var(--ease-expo);
}
@keyframes bubbleIn { from { opacity: 0; transform: translateY(8px); } }
.bubble.bot {
  align-self: flex-start; border-bottom-left-radius: 4px;
  background: var(--surface); border: 1px solid var(--border-hover); color: var(--foreground);
}
.bubble.user {
  align-self: flex-end; border-bottom-right-radius: 4px;
  background: var(--accent); color: var(--accent-ink); font-weight: 500;
}
.bubble strong { font-weight: 600; }
.bubble.bot strong { color: var(--accent); }

.typing {
  align-self: flex-start; display: flex; gap: 5px; padding: 14px 16px;
  background: var(--surface); border: 1px solid var(--border-hover);
  border-radius: 14px; border-bottom-left-radius: 4px;
}
.typing i { width: 6px; height: 6px; border-radius: 50%; background: var(--foreground-muted); display: block; animation: dots 1.3s infinite; }
.typing i:nth-child(2) { animation-delay: .18s; }
.typing i:nth-child(3) { animation-delay: .36s; }
@keyframes dots { 0%, 60%, 100% { opacity: .28 } 30% { opacity: 1 } }

.quick { display: flex; flex-wrap: wrap; gap: 8px; align-self: flex-end; justify-content: flex-end; max-width: 92%; }
.quick button {
  font-family: var(--sans); font-size: .88rem; font-weight: 500;
  color: var(--foreground); background: var(--surface);
  border: 1px solid var(--border-hover); border-radius: 999px;
  padding: 10px 16px; cursor: pointer;
  transition: background var(--t-quick) var(--ease-expo), border-color var(--t-quick), color var(--t-quick), transform var(--t-quick) var(--ease-expo);
}
.quick button:hover { background: var(--accent); border-color: var(--accent); color: var(--accent-ink); transform: translateY(-1px); }
.quick button:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

.chat-cta { align-self: stretch; margin-top: 6px; }
.chat-cta form { margin: 0; }
.chat-cta .btn { width: 100%; }

.chat-input {
  display: flex; gap: 10px; padding: 13px 15px;
  border-top: 1px solid var(--border-default); background: var(--background-elevated);
}
.chat-input input {
  flex: 1; min-width: 0; font-family: var(--sans); font-size: 1rem;
  color: var(--foreground); background: #0F0F12;
  border: 1px solid var(--border-hover); border-radius: 999px; padding: 12px 17px;
  transition: border-color var(--t-quick), box-shadow var(--t-quick);
}
.chat-input input::placeholder { color: #6f6f74; }
.chat-input input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(225, 255, 32, .16); }
.chat-input button {
  border: 0; width: 44px; height: 44px; border-radius: 50%; flex: none; cursor: pointer;
  background: var(--accent); color: var(--accent-ink); display: grid; place-items: center;
  box-shadow: var(--sh-accent);
  transition: background var(--t-quick), transform var(--t-quick) var(--ease-expo);
}
.chat-input button:hover { background: var(--accent-bright); transform: translateY(-1px); }
.chat-input button svg { width: 17px; height: 17px; }

.calendly-box {
  background: #fff; border: 1px solid var(--border-hover);
  border-radius: var(--r-lg); overflow: hidden; padding: 6px;
}
#calendlyWidget { width: 100%; min-width: 0; }
#calendlyWidget iframe { width: 100%; height: 100%; border: 0; display: block; }

.ba { padding: 24px 22px; display: grid; gap: 16px; align-content: start; }
.ba-top { display: flex; align-items: center; gap: 12px; }
.ba-ini {
  width: 38px; height: 38px; border-radius: 50%; flex: none;
  border: 1px solid var(--border-hover); background: var(--surface);
  display: grid; place-items: center;
  font-family: var(--mono); font-size: .7rem; font-weight: 600; color: var(--accent);
}
.ba-name { display: block; font-size: .94rem; font-weight: 600; letter-spacing: -.012em; }
.ba-role { display: block; font-family: var(--mono); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; color: var(--foreground-muted); }
.ba q { display: block; font-size: 1.02rem; line-height: 1.5; color: var(--foreground); }
.ba q::before { content: "\201E"; color: var(--accent); }
.ba q::after { content: "\201C"; color: var(--accent); }
.ba-switch { display: flex; gap: 6px; }
.ba-switch button {
  font-family: var(--mono); font-size: .58rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--foreground-muted); background: transparent;
  border: 1px solid var(--border-hover); border-radius: 999px;
  padding: 7px 14px; cursor: pointer;
  transition: color var(--t-quick), background var(--t-quick), border-color var(--t-quick);
}
.ba-switch button[aria-selected="true"] { color: var(--accent-ink); background: var(--accent); border-color: var(--accent); }
.ba-panel p { margin: 0; font-size: .92rem; line-height: 1.6; color: var(--foreground-muted); }
.ba-panel strong { color: var(--foreground); font-weight: 600; }

.status-ico {
  width: 72px; height: 72px; margin: 0 auto 24px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid rgba(74, 222, 128, .45); background: rgba(74, 222, 128, .1);
  color: var(--up); box-shadow: 0 0 40px -10px rgba(74, 222, 128, .5);
}
.status-ico svg { width: 30px; height: 30px; }
.status-ico--neutral {
  border-color: var(--border-hover); background: var(--surface);
  color: var(--foreground-muted); box-shadow: none;
}

.facts { display: grid; gap: 12px; margin: 22px 0 0; padding: 0; }
.facts li { display: grid; grid-template-columns: 20px 1fr; gap: 12px; align-items: start; list-style: none; font-size: .94rem; color: var(--foreground-muted); }
.facts .c { color: var(--accent); font-family: var(--mono); font-size: .78rem; line-height: 1.7; }
.facts strong { color: var(--foreground); font-weight: 600; }

.duo { display: grid; gap: 20px; align-items: start; }

@media (min-width: 640px) and (max-width: 1023px) { .duo--inst { grid-template-columns: minmax(0, 1fr); } }
@media (min-width: 1024px) { .duo--inst { grid-template-columns: minmax(0, 1fr) 400px; gap: 44px; } }

@media (min-width: 640px) {
  .stats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .stat { border-bottom: 0; }
  .stat:nth-child(2n) { border-right: 1px solid var(--border-default); }
  .stat:last-child { border-right: 0; }
  .voices { grid-template-columns: repeat(3, 1fr); }
  .fine .g { grid-template-columns: 1.2fr 1.5fr 1fr; gap: 30px; }

  .fine .g--2 { grid-template-columns: 1.6fr 1fr; }
  .bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tms { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .hero-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
  .hero-cta .btn { width: auto; }
  .hero-note { text-align: left; }

  .duo { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
  .ba { padding: 26px 24px; }
}
@media (min-width: 768px) {
  .nav-links { display: flex; }
  .burger { display: none; }
  .sheet { display: none !important; }
  .sec { padding: 88px 0; }
  .hero { padding: 76px 0 88px; }
  .steps { grid-template-columns: repeat(3, 1fr); }

  .steps--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .opts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .form-grid { grid-template-columns: 1fr 300px; gap: 34px; }
  .hero-vis { margin: 34px 0 60px; }
}
@media (min-width: 1024px) {
  :root { --gut: 28px; }
  body { font-size: 16.5px; }
  .sec { padding: 104px 0; }
  .outro { padding: 118px 0; }
  .prov { grid-template-columns: 360px 1fr; gap: 40px; }
  .tms { grid-template-columns: repeat(3, minmax(0, 1fr)); }

  .hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, .92fr);
    column-gap: 52px; row-gap: 0;
    align-items: start;
  }

  .hero-grid > .pill { grid-column: 1; grid-row: 1; justify-self: start; }
  .hero-txt { grid-column: 1; grid-row: 2; margin-bottom: 34px; }
  .hero-sub { grid-column: 1; grid-row: 3; }
  .hero-vis { grid-column: 2; grid-row: 2 / 4; align-self: start; margin: 0; }

  .hero-txt .t-display { font-size: clamp(2.6rem, 3.5vw, 3.6rem); }
  .hero .lead { max-width: 46ch; }

  .hero-shot::after { background: linear-gradient(to top, rgba(2, 2, 3, .72), transparent 46%); }

  .ring { left: -30px; bottom: -30px; width: 106px; height: 106px; }
  .ring img { width: 86px; height: 86px; }
  .ring .ar { font-size: 1.15rem; }

  .hero-shot figcaption { padding-left: 64px; }

  .bento { grid-template-columns: repeat(6, minmax(0, 1fr)); grid-auto-rows: minmax(180px, auto); }
  .bento > .b-chart { grid-column: span 4; grid-row: span 2; }
  .bento > .b-scn   { grid-column: span 2; }
  .bento > .b-mod   { grid-column: span 2; }
  .bento > .b-wide  { grid-column: span 6; }
  .form-grid { grid-template-columns: 1fr 340px; gap: 44px; }
}
@media (max-width: 639px) {
  .two { grid-template-columns: 1fr; }

  .phone-row { grid-template-columns: 1fr; gap: 10px; }
  .dock .m { display: none; }
  .dock .btn { width: 100%; }
  .brand .sb { display: none; }
  .seal { flex-direction: column; align-items: flex-start; }

  .t-display { font-size: 2.08rem; }
  .hero { padding: 28px 0 48px; }
  .hero .pill { margin-bottom: 16px; }
  .hero .t-display { margin-bottom: 14px; }
  .hero .lead { font-size: .98rem; line-height: 1.56; margin-bottom: 22px; }

  .hero-shot::after { background: linear-gradient(to top, rgba(2, 2, 3, .7), transparent 52%); }

  .ring { width: 76px; height: 76px; left: 10px; bottom: -24px; }
  .ring img { width: 60px; height: 60px; }
  .hero-shot figcaption { padding-left: 78px; }
  .hero-shot figcaption span:last-child { display: none; }

  .step-note { display: none; }
  .chat { height: min(62vh, 460px); }
  .chat-shell { border-radius: var(--r-md); }
  .ba { padding: 20px 17px; }
  .ticker-track { gap: 30px; animation-duration: 26s; }
  .sec { padding: 54px 0; }
  .sec-hd { margin-bottom: 30px; }
  .bridge { padding: 40px 0 0; }
  .outro { padding: 64px 0; }
  .card-bd { padding: 20px 17px; }
  .scn, .mod, .opt, .promise { padding: 20px 17px; }
  .card-hd { padding: 13px 16px; }
  .stat { padding: 15px 16px; }
  .stat .v { font-size: 1.32rem; }

  footer.ft { padding: 26px 0 calc(92px + env(safe-area-inset-bottom, 0px)); }
}

@media (hover: none) {

  .nav.stuck { background: rgba(5, 5, 6, .97); backdrop-filter: none; }
  .sheet { background: rgba(5, 5, 6, .99); backdrop-filter: none; }
  .dock { background: rgba(10, 10, 12, .97); backdrop-filter: none; }
  .ring { backdrop-filter: none; background: rgba(10, 10, 12, .92); }
  .lbx { backdrop-filter: none; background: rgba(2, 2, 3, .96); }

  .ring img { animation: none; }

  .grad-acc {
    animation: none;
    background: none;
    -webkit-text-fill-color: var(--accent);
    color: var(--accent);
  }

  select.input { font-size: 16px; }

  .btn { min-height: 46px; }
  .btn--sm { min-height: 44px; }
  details.fq summary { padding-top: 18px; padding-bottom: 18px; }
  .nav-links a, .sheet a { min-height: 44px; }

  footer.ft nav a { display: inline-flex; align-items: center; min-height: 44px; padding: 0 2px; }
  footer.ft nav { gap: 8px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .blob { animation: none !important; }
  .grad-acc { animation: none; background: none; -webkit-text-fill-color: var(--accent); color: var(--accent); }
  .pill .dot { animation: none; }
  .rv { opacity: 1 !important; transform: none !important; transition: none !important; }
  .fstep.on { animation: none; }
  .btn::after { display: none; }
  .card::after { display: none; }
  .sheet.open { animation: none; }
  .tm:hover .tm-vid img { transform: none; }
  .lbx { animation: none; }
  .ring img { animation: none; }
  .ring:hover .ar { animation: none; }
  .ticker-track { animation: none; }
  .bubble { animation: none; }
  .typing i { animation: none; opacity: .6; }
  *, *::before, *::after { transition-duration: 1ms !important; }
}
