:root {
  color-scheme: dark;
  --bg: #090716;
  --bg-soft: #131126;
  --panel: rgba(255, 255, 255, 0.055);
  --panel-strong: rgba(255, 255, 255, 0.09);
  --ink: #f7f4ff;
  --muted: #b7acc7;
  --blue: #4f67ff;
  --deep-blue: #20347a;
  --purple: #7b2cff;
  --cyan: #35e7ff;
  --lime: #d9ff5b;
  --orange: #ff8d4d;
  --line: rgba(255, 255, 255, 0.14);
  --radius: 28px;
  --max: 1240px;
  --headline: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  --body: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(123, 44, 255, 0.18), transparent 26rem),
    radial-gradient(circle at 88% 16%, rgba(79, 103, 255, 0.17), transparent 30rem),
    var(--bg);
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.45;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .11;
  z-index: 10;
  background-image:
    repeating-linear-gradient(0deg, transparent 0 3px, rgba(255,255,255,.035) 3px 4px),
    repeating-linear-gradient(90deg, transparent 0 5px, rgba(255,255,255,.018) 5px 6px);
}
body.modal-open { overflow: hidden; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
mark { color: var(--lime); background: none; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: 12px; padding: 12px 16px; border-radius: 12px; background: var(--lime); color: var(--bg); font-weight: 900; transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.noscript-note { position: relative; z-index: 60; padding: 12px 20px; background: #2b2141; color: var(--ink); text-align: center; }
.noscript-note a { color: var(--cyan); text-decoration: underline; }
:where(a, button, summary):focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.honey { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

.ambient { position: fixed; width: 34rem; height: 34rem; border-radius: 50%; filter: blur(110px); opacity: .12; pointer-events: none; }
.ambient-a { background: var(--cyan); left: -18rem; top: 35vh; }
.ambient-b { background: var(--purple); right: -19rem; top: 120vh; }

.site-header {
  position: fixed;
  left: 50%;
  top: 18px;
  transform: translateX(-50%);
  z-index: 50;
  width: min(calc(100% - 32px), var(--max));
  height: 62px;
  padding: 0 14px 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 999px;
  background: rgba(9, 7, 22, .68);
  backdrop-filter: blur(22px);
  transition: background .25s, box-shadow .25s;
}
.site-header.scrolled { background: rgba(9, 7, 22, .92); box-shadow: 0 18px 60px rgba(0,0,0,.35); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: .08em; }
.brand-mark { width: 14px; height: 30px; background: var(--lime); border-radius: 4px; box-shadow: 0 0 24px rgba(217,255,91,.45); transform: skew(-7deg); }
.site-header nav { display: flex; align-items: center; gap: 28px; color: var(--muted); font-size: 14px; }
.site-header nav a { transition: color .2s; }
.site-header nav a:hover { color: var(--ink); }
.mini-cta { padding: 12px 19px; border-radius: 999px; background: var(--ink); color: var(--bg); font-size: 13px; font-weight: 800; }

.section-pad, .section-grid { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section-pad { padding: 115px 0; }
.section-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.hero.section-grid { grid-template-columns: 1fr 1fr; }

.hero { min-height: 100svh; padding-top: 120px; position: relative; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .kicker { font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 8px 12px; border: 1px solid rgba(217,255,91,.33); border-radius: 999px; color: var(--lime); }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 16px var(--lime); }
h1, h2 { margin: 0; font-family: var(--headline); font-weight: 900; letter-spacing: -.035em; line-height: .96; text-transform: uppercase; }
h1 { margin-top: 26px; font-size: clamp(56px, 5.6vw, 88px); }
h1 em { color: var(--blue); font-style: normal; text-shadow: 0 0 45px rgba(79,103,255,.36); }
.hero-revenue { font-size: clamp(46px, 4.65vw, 73px); line-height: .89; }
.hero-revenue > span, .hero-revenue > em { display: block; }
.hero-revenue > em { margin-top: .09em; color: transparent; background: linear-gradient(100deg, var(--cyan), var(--blue) 48%, #a486ff); background-clip: text; -webkit-background-clip: text; filter: drop-shadow(0 0 24px rgba(79,103,255,.35)); }
.neon-brush { position: relative; z-index: 0; display: inline-block; padding-inline: .12em; color: #070812; font-style: italic; isolation: isolate; }
.neon-brush::after { content: ""; position: absolute; z-index: -1; left: -.07em; right: -.09em; top: .08em; bottom: .01em; background: linear-gradient(90deg, #d7ff00 0 72%, var(--cyan) 100%); clip-path: polygon(0 15%, 4% 7%, 97% 2%, 100% 13%, 97% 89%, 3% 98%, 0 84%); transform: rotate(-.7deg); box-shadow: 0 0 20px rgba(217,255,91,.38), 0 0 28px rgba(53,231,255,.22); }
h2 { font-size: clamp(48px, 6vw, 88px); }
.hero-lead { max-width: 610px; color: var(--muted); font-size: clamp(18px, 1.7vw, 22px); font-weight: 700; }

.quick-form { position: relative; display: grid; grid-template-columns: minmax(180px, 1fr) auto; gap: 10px; max-width: 590px; margin-top: 28px; }
input, select, textarea { width: 100%; border: 1px solid var(--line); background: rgba(255,255,255,.07); color: var(--ink); outline: none; transition: border-color .2s, box-shadow .2s; }
input, select { min-height: 58px; border-radius: 16px; padding: 0 18px; }
textarea { border-radius: 18px; padding: 16px 18px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 4px rgba(53,231,255,.12); }
input::placeholder, textarea::placeholder { color: #8c839c; }
.liquid-button {
  position: relative;
  overflow: hidden;
  min-height: 58px;
  padding: 0 26px;
  border: 0;
  border-radius: 16px;
  color: white;
  font-weight: 900;
  background: linear-gradient(110deg, var(--cyan), var(--blue), var(--purple), var(--orange), var(--lime), var(--cyan));
  background-size: 350% 100%;
  animation: liquid-shift 6s linear infinite;
  box-shadow: 0 12px 44px rgba(79,103,255,.27);
}
.liquid-button::before { content: ""; position: absolute; inset: 1px; border-radius: 15px; background: rgba(9,7,22,.2); opacity: .18; }
.liquid-button span { position: relative; z-index: 1; }
.liquid-button:hover { transform: translateY(-2px); box-shadow: 0 18px 56px rgba(79,103,255,.42); }
.liquid-button:disabled { opacity: .6; cursor: wait; }
@keyframes liquid-shift { to { background-position: 350% 0; } }
.form-note, .privacy-note, .legal-note { color: var(--muted); font-size: 12px; }
.form-status { grid-column: 1 / -1; min-height: 18px; margin: 0; font-size: 13px; color: var(--lime); }
.form-status.error { color: #ff9d92; }

.hero-visual { position: relative; min-height: 590px; }
.hero-scene { position: absolute; inset: 8px 0 28px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 42px; background: var(--bg-soft); box-shadow: 0 35px 90px rgba(0,0,0,.38); }
.hero-scene::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(9,7,22,.08) 15%, rgba(9,7,22,.1) 48%, rgba(9,7,22,.78) 100%); }
.hero-scene-photo { width: 100%; height: 100%; object-fit: cover; object-position: 43% center; filter: saturate(1.08) contrast(1.03); transform: scale(1.006); }
.scene-source { position: absolute; z-index: 3; left: 24px; top: 22px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(9,7,22,.5); backdrop-filter: blur(12px); color: var(--ink); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.hero-video-link { position: absolute; z-index: 4; right: 24px; bottom: 28px; display: flex; align-items: center; gap: 12px; color: var(--ink); }
.hero-video-link i { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--lime); color: var(--bg); font-style: normal; box-shadow: 0 0 30px rgba(217,255,91,.28); }
.hero-video-link span { display: flex; flex-direction: column; }
.hero-video-link b { font-size: 13px; }
.hero-video-link small { color: rgba(255,255,255,.68); font-size: 10px; }
.floating-stat { position: absolute; z-index: 4; display: flex; flex-direction: column; padding: 15px 18px; border: 1px solid var(--line); border-radius: 17px; background: rgba(9,7,22,.78); backdrop-filter: blur(16px); }
.floating-stat strong { font-family: var(--headline); font-size: 28px; color: var(--lime); }
.floating-stat span { color: var(--muted); font-size: 12px; }
.stat-one { right: -1%; top: 23%; }

.metric-ribbon { width: min(calc(100% - 40px), var(--max)); margin: 4px auto 50px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; scroll-margin-top: 105px; }
.metric-ribbon div { position: relative; min-height: 174px; padding: 26px 25px 24px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 27px; background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); box-shadow: inset 0 1px 0 rgba(255,255,255,.05); }
.metric-ribbon div::after { content: ""; position: absolute; width: 115px; height: 115px; right: -54px; bottom: -62px; border-radius: 50%; background: var(--metric-accent); filter: blur(15px); opacity: .18; }
.metric-ribbon b { display: block; margin-bottom: 18px; color: var(--metric-accent); font-size: 9px; letter-spacing: .13em; }
.metric-ribbon strong { position: relative; z-index: 1; display: block; color: var(--ink); font-family: var(--headline); font-size: clamp(39px, 3.7vw, 54px); letter-spacing: -.03em; line-height: .96; white-space: nowrap; }
.metric-ribbon sup { color: var(--metric-accent); font-size: .36em; letter-spacing: 0; vertical-align: super; }
.metric-ribbon span { position: relative; z-index: 1; display: block; margin-top: 13px; color: var(--muted); font-size: 11px; line-height: 1.4; }
.metric-cost { --metric-accent: var(--lime); }
.metric-speed { --metric-accent: var(--cyan); }
.metric-price { --metric-accent: var(--orange); }
.metric-revenue { --metric-accent: #a486ff; }

.category-statement { width: min(calc(100% - 40px), var(--max)); margin: 10px auto 50px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); gap: 18px; scroll-margin-top: 105px; }
.category-copy { min-height: 430px; padding: clamp(34px, 5vw, 66px); border: 1px solid rgba(255,255,255,.12); border-radius: 38px; background: radial-gradient(circle at 90% 10%, rgba(79,103,255,.18), transparent 36%), linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); }
.category-copy h2 { margin: 42px 0 25px; font-size: clamp(62px, 7.5vw, 112px); line-height: .82; }
.category-copy .yield-headline { margin: 32px 0 24px; font-size: clamp(64px, 6.4vw, 96px); line-height: .9; }
.yield-headline span, .yield-headline mark, .yield-headline small { display: block; }
.yield-headline mark { margin-top: .1em; font-size: .78em; line-height: 1; white-space: nowrap; }
.yield-headline small { margin-top: .16em; color: var(--ink); font-size: .48em; line-height: 1; letter-spacing: .1em; }
.category-copy > p:last-child { max-width: 680px; color: var(--muted); font-size: 18px; }
.addon-card { position: relative; display: flex; flex-direction: column; justify-content: center; min-height: 430px; padding: clamp(34px, 4.5vw, 60px); overflow: hidden; border: 1px solid rgba(217,255,91,.4); border-radius: 38px; background: radial-gradient(circle at 85% 20%, rgba(217,255,91,.24), transparent 37%), linear-gradient(145deg, rgba(217,255,91,.12), rgba(79,103,255,.08)); }
.addon-card::after { content: "+"; position: absolute; right: -18px; bottom: -104px; color: rgba(217,255,91,.07); font-family: var(--headline); font-size: 360px; line-height: 1; }
.addon-card > span { position: relative; z-index: 1; color: var(--lime); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.addon-card strong { position: relative; z-index: 1; margin: 28px 0 10px; color: var(--ink); font-family: var(--headline); font-size: clamp(66px, 6.6vw, 104px); line-height: .8; white-space: nowrap; }
.addon-card sup { color: var(--lime); font-size: .3em; vertical-align: super; }
.addon-card p { position: relative; z-index: 1; margin: 12px 0 34px; color: var(--ink); font-size: 22px; font-weight: 800; }
.addon-card small { position: relative; z-index: 1; max-width: 330px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.addon-flow { grid-column: 1 / -1; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; padding: 22px 28px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.035); }
.addon-flow span, .addon-flow b { padding: 11px 16px; border-radius: 999px; background: rgba(255,255,255,.06); color: var(--ink); font-size: 13px; text-transform: uppercase; }
.addon-flow b { background: var(--lime); color: var(--bg); }
.addon-flow i { color: var(--cyan); font-family: var(--headline); font-size: 25px; font-style: normal; }

.split-value { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.sales-format-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.sales-formats-heading { margin-bottom: 38px; }
.value-card { position: relative; min-height: 560px; padding: 54px; border: 1px solid var(--line); border-radius: 36px; overflow: hidden; background: var(--panel); }
.value-card::after { content: ""; position: absolute; width: 290px; height: 290px; border-radius: 50%; right: -90px; bottom: -100px; background: var(--deep-blue); }
.value-card h2 { margin-top: 110px; }
.value-card ul { position: relative; z-index: 2; margin-top: 50px; padding-left: 20px; color: var(--muted); font-size: 17px; }
.value-card li { margin: 13px 0; }
.section-index { position: absolute; right: 40px; top: 26px; font-family: var(--headline); font-size: 100px; color: rgba(255,255,255,.08); }
.value-money mark { color: var(--lime); }
.value-emotion mark { color: var(--blue); }
.sales-formats .value-card { min-height: 490px; padding: 38px 32px; }
.sales-formats .value-card h2 { margin-top: 88px; font-size: clamp(42px, 4.1vw, 59px); }
.sales-formats .value-card ul { margin-top: 38px; font-size: 15px; }
.value-combo mark { color: var(--orange); }
.value-pass mark { color: var(--cyan); }
.value-rent mark { color: #a486ff; }

.menu-model { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.menu-card { position: relative; min-width: 0; min-height: 430px; padding: 32px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: var(--panel); }
.menu-card::after { content: ""; position: absolute; width: 220px; height: 220px; right: -90px; bottom: -110px; border-radius: 50%; background: var(--menu-accent); filter: blur(16px); opacity: .19; }
.menu-card > span { color: var(--menu-accent); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.menu-card h3 { margin: 36px 0 15px; color: var(--menu-accent); font-family: var(--headline); font-size: clamp(42px, 4vw, 61px); line-height: .9; }
.menu-card strong { position: relative; z-index: 1; display: block; min-height: 76px; color: var(--ink); font-size: 19px; line-height: 1.35; }
.menu-card p { position: relative; z-index: 1; margin-top: 40px; color: var(--muted); font-size: 15px; line-height: 1.62; }
.menu-card--neutral { --menu-accent: var(--cyan); }
.menu-card--neutral h3 { font-size: clamp(42px, 4vw, 61px); }
.menu-card--signature { --menu-accent: var(--lime); }
.menu-card--flight { --menu-accent: var(--orange); }
.menu-legal { max-width: 880px; margin-top: 24px; line-height: 1.55; }

.showcase { display: grid; grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: center; }
.showcase-media { position: relative; min-height: 580px; border-radius: 38px; overflow: hidden; }
.showcase-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(9,7,22,.75)); }
.showcase-media img { width: 100%; height: 100%; min-height: 580px; object-fit: cover; }
.showcase-media--product { border: 1px solid rgba(255,255,255,.14); background: linear-gradient(145deg, #f8f7fa, #d7d4df); }
.showcase-media--product img { object-fit: contain; padding: 34px 56px 44px; filter: drop-shadow(0 26px 30px rgba(39,28,58,.18)); }
.showcase-media--product::after { background: linear-gradient(180deg, transparent 64%, rgba(9,7,22,.88)); }
.image-label { position: absolute; z-index: 2; left: 24px; bottom: 22px; color: var(--muted); font-size: 10px; letter-spacing: .08em; }
.showcase-copy p:not(.kicker) { max-width: 520px; color: var(--muted); font-size: 19px; }
.text-link { display: inline-flex; gap: 16px; margin-top: 20px; color: var(--cyan); font-weight: 800; }
.text-link span { font-size: 24px; }
.cyan { color: var(--cyan); }
.lime { color: var(--lime); }
.orange { color: var(--orange); }
.blue { color: var(--blue); }
.purple { color: var(--purple); }

.section-heading { max-width: 960px; margin-bottom: 56px; }
.section-heading > p:not(.kicker) { max-width: 740px; color: var(--muted); font-size: 18px; }
.package-economics { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.package-economics article { min-height: 300px; padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: radial-gradient(circle at 88% 12%, rgba(53,231,255,.12), transparent 34%), var(--panel); }
.package-economics article:nth-child(2) { background: radial-gradient(circle at 88% 12%, rgba(255,141,77,.16), transparent 34%), var(--panel); }
.package-economics article:nth-child(3) { background: radial-gradient(circle at 88% 12%, rgba(217,255,91,.14), transparent 34%), var(--panel); }
.package-economics article:nth-child(4) { background: radial-gradient(circle at 88% 12%, rgba(123,44,255,.2), transparent 34%), var(--panel); }
.package-economics span { color: var(--cyan); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.package-economics article:nth-child(2) span { color: var(--orange); }
.package-economics article:nth-child(3) span { color: var(--lime); }
.package-economics article:nth-child(4) span { color: #b89cff; }
.package-economics strong { display: block; margin: 42px 0 14px; font-family: var(--headline); font-size: clamp(48px, 5vw, 72px); line-height: .9; }
.package-economics b { display: block; color: var(--ink); font-size: 13px; }
.package-economics p { max-width: 480px; margin-top: 26px; color: var(--muted); font-size: 15px; }
.wide-form { max-width: none; grid-template-columns: 1fr minmax(220px, .55fr) auto; align-items: center; padding: 24px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.035); }
.wide-form > div { display: flex; flex-direction: column; }
.wide-form > div span { color: var(--muted); font-size: 13px; }

.audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.audience-card { position: relative; min-height: 285px; padding: 32px; border: 1px solid var(--line); border-radius: 26px; background: var(--panel); transition: transform .25s, border-color .25s, background .25s; }
.audience-card:hover { transform: translateY(-5px); border-color: rgba(53,231,255,.5); background: var(--panel-strong); }
.audience-card > span { color: var(--blue); font-family: var(--headline); font-size: 52px; }
.audience-card h3 { margin: 12px 0; font-family: var(--headline); font-size: 32px; text-transform: uppercase; }
.audience-card p { color: var(--muted); font-size: 16px; }
.audience-card b { position: absolute; bottom: 28px; color: var(--lime); font-size: 13px; }

.steps { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.step-line { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step-line > div { position: relative; padding: 34px; min-height: 240px; border-left: 2px solid var(--deep-blue); }
.step-line span { color: var(--cyan); font-family: var(--headline); font-size: 60px; }
.step-line h3 { margin: 12px 0; font-family: var(--headline); font-size: 30px; text-transform: uppercase; }
.step-line p { color: var(--muted); }

.important-note { margin-top: 16px; padding: 25px 28px; border: 1px solid var(--line); border-radius: 20px; color: var(--muted); background: rgba(255,255,255,.035); }
.important-note b { color: var(--ink); }

.formats { display: grid; grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr); gap: 54px; align-items: stretch; }
.formats-media { position: relative; min-height: 760px; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 38px; background: var(--panel); box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.formats-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 62%, rgba(9,7,22,.82)); pointer-events: none; }
.formats-media img { width: 100%; height: 100%; min-height: 760px; object-fit: cover; object-position: center; }
.formats-media figcaption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; color: rgba(255,255,255,.72); font-size: 10px; font-weight: 800; letter-spacing: .11em; }
.formats-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(32px, 4.5vw, 68px); border: 1px solid rgba(255,255,255,.1); border-radius: 38px; background: radial-gradient(circle at 88% 18%, rgba(53,231,255,.15), transparent 30%), radial-gradient(circle at 12% 88%, rgba(217,255,91,.12), transparent 28%), linear-gradient(145deg, rgba(123,44,255,.14), rgba(255,255,255,.025)); }
.liquids-big span { display: block; color: var(--cyan); font-size: 14px; font-weight: 900; letter-spacing: .14em; }
.liquids-big strong { display: block; font-family: var(--headline); font-size: clamp(78px, 8.4vw, 126px); line-height: .83; }
.liquids-big em { color: var(--lime); font-style: normal; }
.formats-lead { max-width: 660px; margin: 30px 0 0; color: var(--muted); font-size: 18px; }
.format-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 28px; }
.format-options div { display: flex; flex-direction: column; min-width: 0; padding: 17px 16px; border: 1px solid var(--line); border-radius: 17px; background: rgba(9,7,22,.42); }
.format-options strong { color: var(--cyan); font-family: var(--headline); font-size: 30px; }
.format-options div:nth-child(2) strong { color: var(--lime); }
.format-options div:nth-child(3) strong { color: var(--orange); }
.format-options span { overflow-wrap: anywhere; color: var(--muted); font-size: 11px; }
.warning { display: flex; flex-direction: column; gap: 8px; margin-top: 26px; padding: 22px; border-radius: 20px; background: rgba(255,141,77,.10); border: 1px solid rgba(255,141,77,.25); }
.warning b { color: var(--orange); }
.warning span { color: var(--muted); font-size: 14px; }

.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.price-card { display: flex; flex-direction: column; justify-content: center; min-height: 230px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: var(--panel); }
.price-card span { min-height: 44px; color: var(--muted); font-size: 13px; }
.price-card strong { font-family: var(--headline); font-size: 37px; color: var(--cyan); white-space: nowrap; }
.price-card > b { margin-top: 18px; color: var(--cyan); font-size: 10px; letter-spacing: .11em; }
.muted-price strong { color: var(--muted); }
.muted-price > b { color: var(--muted); }
.pilot-price { grid-column: 1 / -1; min-height: 270px; padding: clamp(34px, 5vw, 64px); background: radial-gradient(circle at 85% 20%, rgba(217,255,91,.2), transparent 30%), linear-gradient(145deg, rgba(217,255,91,.18), rgba(79,103,255,.08)); border-color: rgba(217,255,91,.45); }
.pilot-price span { min-height: 0; color: var(--ink); font-size: 15px; font-weight: 800; text-transform: uppercase; }
.pilot-price strong { margin-top: 20px; color: var(--lime); font-size: clamp(62px, 8vw, 108px); line-height: .82; }
.pilot-price > b { color: var(--lime); font-size: 11px; }
.price-grid--simple { grid-template-columns: repeat(2, 1fr); }
.price-grid--simple .pilot-price { grid-column: auto; min-height: 270px; }
.trial-price-hero { display: flex; flex-direction: column; justify-content: center; min-height: 470px; padding: clamp(38px, 6vw, 82px); border: 1px solid rgba(217,255,91,.55); border-radius: 38px; background: radial-gradient(circle at 82% 18%, rgba(217,255,91,.28), transparent 32%), linear-gradient(145deg, rgba(217,255,91,.16), rgba(79,103,255,.10)); }
.trial-price-hero span { color: var(--lime); font-size: 13px; font-weight: 900; letter-spacing: .14em; }
.trial-price-hero strong { margin: 42px 0 30px; color: var(--ink); font-family: var(--headline); font-size: clamp(92px, 13vw, 180px); line-height: .75; white-space: nowrap; }
.trial-price-hero b { color: var(--lime); font-size: clamp(20px, 2.2vw, 32px); }
.price-grid--standard { margin-top: 16px; }
.price-grid--standard .price-card { min-height: 210px; }
.pricing-form { max-width: 740px; margin-top: 28px; }

.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.proof-card { min-height: 270px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: var(--panel); }
.proof-card strong { font-family: var(--headline); font-size: 52px; color: var(--cyan); }
.proof-card h3 { margin: 10px 0; font-size: 16px; }
.proof-card p { color: var(--muted); font-size: 13px; }
.proof-links { display: flex; gap: 14px; margin-top: 18px; }
.proof-links a { padding: 14px 18px; border: 1px solid var(--line); border-radius: 14px; color: var(--lime); font-size: 13px; }

.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 260px; gap: 16px; }
.video-card { position: relative; display: block; min-height: 260px; border-radius: 30px; overflow: hidden; border: 1px solid var(--line); background: var(--panel); color: var(--ink); }
.video-featured { grid-column: span 2; grid-row: span 2; }
.video-card img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; transition: transform .5s; }
.video-card:hover img { transform: scale(1.04); }
.video-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(9,7,22,.9)); }
.video-card > div { position: absolute; z-index: 3; left: 22px; right: 22px; bottom: 20px; }
.video-card b { color: var(--lime); font-family: var(--headline); font-size: 23px; text-transform: uppercase; }
.video-card p { margin: 5px 0 0; color: #d4cde0; font-size: 12px; }
.video-featured > div { left: 30px; right: 30px; bottom: 28px; }
.video-featured b { font-size: clamp(34px, 4vw, 58px); }
.video-featured p { max-width: 620px; font-size: 15px; }
.play { position: absolute; z-index: 4; left: 50%; top: 43%; transform: translate(-50%,-50%); display: grid; place-items: center; width: 62px; height: 62px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 50px rgba(79,103,255,.45); }
.video-featured .play { width: 88px; height: 88px; }
.cyan-play { background: var(--cyan); color: var(--bg); }
.orange-play { background: var(--orange); color: var(--bg); }
.lime-play { background: var(--lime); color: var(--bg); }
.purple-play { background: #a486ff; color: var(--bg); }
.channel-link { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 16px; padding: 22px 26px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(105deg, rgba(79,103,255,.12), rgba(217,255,91,.07)); }
.channel-link span { color: var(--muted); }
.channel-link b { color: var(--lime); }
.video-card:focus-visible, .channel-link:focus-visible, .hero-video-link:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }

.video-modal { width: min(calc(100% - 32px), 1000px); max-width: none; max-height: calc(100dvh - 32px); padding: 0; overflow: auto; border: 1px solid rgba(255,255,255,.2); border-radius: 30px; background: rgba(9,7,22,.97); color: var(--ink); box-shadow: 0 40px 140px rgba(0,0,0,.72); }
.video-modal::backdrop { background: rgba(4,3,12,.84); backdrop-filter: blur(14px); }
.video-modal-shell { position: relative; padding: 18px; }
.video-modal-close { position: absolute; z-index: 5; right: 30px; top: 30px; display: grid; place-items: center; width: 46px; height: 46px; padding: 0; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: rgba(9,7,22,.78); color: var(--ink); font-size: 31px; font-weight: 300; line-height: 1; backdrop-filter: blur(12px); }
.video-stage { position: relative; display: grid; place-items: center; min-height: 300px; overflow: hidden; aspect-ratio: 16 / 9; border-radius: 20px; background: #030208; }
.video-stage.is-ready, .video-stage.is-ready .video-player { cursor: pointer; }
.video-player { width: 100%; height: 100%; background: #030208; object-fit: contain; }
.video-start { position: absolute; z-index: 4; left: 50%; top: 50%; transform: translate(-50%,-50%); display: flex; align-items: center; gap: 12px; min-height: 62px; padding: 10px 24px 10px 12px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; background: rgba(9,7,22,.86); color: var(--ink); font-size: 15px; backdrop-filter: blur(14px); box-shadow: 0 18px 60px rgba(0,0,0,.46); }
.video-start span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--lime); color: var(--bg); }
.video-start:hover { border-color: var(--lime); transform: translate(-50%,-50%) scale(1.03); }
.video-loading { display: flex; align-items: center; gap: 14px; color: var(--muted); }
.video-loading span { width: 22px; height: 22px; border: 3px solid rgba(255,255,255,.18); border-top-color: var(--lime); border-radius: 50%; animation: video-spin .8s linear infinite; }
@keyframes video-spin { to { transform: rotate(360deg); } }
.video-modal-copy { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: center; padding: 24px 10px 8px; }
.video-modal-copy h2 { margin-top: 7px; font-size: clamp(36px, 4.3vw, 62px); }
.video-modal-actions { display: flex; flex-direction: column; align-items: stretch; gap: 10px; min-width: 330px; }
.video-buy { display: inline-flex; align-items: center; justify-content: center; text-align: center; }
.video-fallback { padding: 10px 14px; color: var(--muted); font-size: 12px; text-align: center; }
.video-fallback:hover { color: var(--lime); }
.video-error { margin: 8px 10px 0; color: #ffb1a8; font-size: 13px; }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 30px 54px 30px 0; list-style: none; cursor: pointer; font-family: var(--headline); font-size: clamp(24px, 3vw, 38px); text-transform: uppercase; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 24px; color: var(--lime); font-size: 38px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 820px; margin: 0 0 30px; color: var(--muted); font-size: 17px; }

.contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; padding-bottom: 140px; }
.contact-copy { position: sticky; top: 120px; }
.contact-copy > p:not(.kicker) { color: var(--muted); font-size: 18px; }
.contact-direct { display: flex; flex-direction: column; margin-top: 30px; }
.contact-direct span { color: var(--muted); font-size: 12px; }
.contact-direct a { color: var(--cyan); font-family: var(--headline); font-size: 30px; }
.detail-form { display: grid; gap: 18px; padding: 34px; border: 1px solid var(--line); border-radius: 30px; background: var(--panel); }
.detail-form label { display: grid; gap: 8px; color: var(--ink); font-size: 13px; font-weight: 700; }
.detail-form label b { color: var(--lime); }
.detail-form label span { color: var(--muted); font-weight: 400; }
.two-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.large-button { min-height: 68px; font-size: 16px; }
.privacy-note a { color: var(--cyan); text-decoration: underline; }

footer { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; padding: 60px 0 38px; border-top: 1px solid var(--line); color: var(--muted); }
footer > p { max-width: 360px; }
footer > div:not(.brand) { display: flex; gap: 24px; margin: 28px 0; }
footer a:hover { color: var(--ink); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

.privacy-page { width: min(calc(100% - 40px), 880px); margin: 0 auto; padding: 130px 0 80px; }
.privacy-page h1 { font-size: clamp(46px, 7vw, 82px); }
.privacy-page h2 { margin-top: 42px; font-size: 28px; }
.privacy-page p, .privacy-page li { color: var(--muted); }
.back-link { display: inline-block; margin-bottom: 30px; color: var(--cyan); }

.error-page { min-height: 100svh; display: grid; place-items: center; padding: 40px 20px; text-align: center; }
.error-card { width: min(100%, 760px); padding: clamp(30px, 7vw, 72px); border: 1px solid var(--line); border-radius: 34px; background: var(--panel); }
.error-code { display: block; color: var(--lime); font-family: var(--headline); font-size: clamp(92px, 24vw, 190px); line-height: .72; }
.error-card h1 { margin-top: 32px; font-size: clamp(42px, 8vw, 76px); }
.error-card p { max-width: 560px; margin: 24px auto; color: var(--muted); font-size: 18px; }
.error-card .mini-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; }

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .section-grid, .hero.section-grid, .showcase, .formats, .contact { grid-template-columns: minmax(0, 1fr); }
  .section-grid > *, .showcase > *, .formats > *, .contact > * { min-width: 0; }
  .hero { padding-top: 130px; padding-bottom: 80px; }
  .hero-visual { min-height: 560px; }
  .split-value, .category-statement { grid-template-columns: 1fr; }
  .sales-format-grid { grid-template-columns: 1fr; }
  .package-economics { grid-template-columns: 1fr; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-card { min-height: 350px; }
  .metric-ribbon, .price-grid, .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .video-grid { grid-template-columns: repeat(2, 1fr); }
  .video-featured { grid-column: span 2; }
  .wide-form { grid-template-columns: 1fr auto; }
  .wide-form > div { grid-column: 1 / -1; }
  .formats-media, .formats-media img { min-height: 680px; }
  .contact-copy { position: static; }
}

@media (max-width: 680px) {
  html { scroll-behavior: auto; }
  [id] { scroll-margin-top: 82px; }
  body { line-height: 1.5; }
  .site-header { top: 10px; width: calc(100% - 20px); height: 56px; padding: 0 9px 0 16px; }
  .brand { font-size: 13px; }
  .site-header .brand { min-height: 44px; }
  .brand-mark { width: 10px; height: 23px; }
  .mini-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 8px 13px; font-size: 11px; }
  .section-pad { padding: 62px 0; }
  .section-pad, .section-grid, .metric-ribbon, .category-statement, footer { width: min(calc(100% - 24px), var(--max)); }
  h1, h2, h3, strong, mark { overflow-wrap: anywhere; }
  h1 { margin-top: 20px; font-size: clamp(44px, 13.7vw, 58px); line-height: .94; }
  .hero-revenue { font-size: clamp(39px, 11.8vw, 51px); line-height: .91; }
  .hero-revenue > em { margin-top: .14em; }
  h2 { font-size: clamp(36px, 11.4vw, 52px); line-height: .96; }
  .hero.section-grid { gap: 30px; }
  .hero { min-height: auto; padding-top: 96px; padding-bottom: 38px; }
  .hero-lead { margin: 22px 0 0; font-size: 18px; line-height: 1.48; }
  .eyebrow { gap: 7px; padding: 7px 10px; font-size: 10px; }
  .hero-visual { min-height: 430px; }
  .hero-scene { inset: 0; border-radius: 27px; }
  .hero-scene-photo { object-position: 47% center; }
  .hero-video-link { left: 18px; right: 18px; bottom: 18px; }
  .hero-video-link i { flex: 0 0 auto; width: 44px; height: 44px; }
  .scene-source { left: 16px; top: 16px; max-width: calc(100% - 32px); }
  .floating-stat { padding: 12px; }
  .stat-one { top: 20%; }
  .quick-form, .wide-form { grid-template-columns: minmax(0, 1fr); gap: 9px; }
  .quick-form { margin-top: 24px; }
  input, select { min-height: 54px; }
  .liquid-button { min-height: 54px; }
  .quick-form button { width: 100%; }
  .metric-ribbon, .split-value, .audience-grid, .price-grid, .proof-grid, .video-grid, .step-line { grid-template-columns: 1fr; }
  .metric-ribbon { gap: 10px; margin-bottom: 28px; }
  .metric-ribbon div { min-height: 0; padding: 22px; border-radius: 22px; }
  .metric-ribbon b { margin-bottom: 12px; }
  .metric-ribbon strong { font-size: clamp(38px, 13vw, 52px); white-space: normal; }
  .category-statement { gap: 12px; margin-bottom: 28px; }
  .category-copy, .addon-card { min-height: 0; padding: 28px 24px; border-radius: 27px; }
  .category-copy h2 { margin: 28px 0 20px; font-size: clamp(50px, 16vw, 72px); line-height: .86; }
  .category-copy .yield-headline { margin: 24px 0 20px; font-size: clamp(58px, 17vw, 70px); line-height: .9; }
  .yield-headline mark { font-size: .7em; }
  .yield-headline small { font-size: .44em; }
  .category-copy > p:last-child { font-size: 16px; }
  .addon-card strong { margin-top: 24px; font-size: clamp(68px, 23vw, 94px); white-space: normal; }
  .addon-card p { margin-bottom: 22px; font-size: 19px; }
  .addon-flow { align-items: stretch; flex-direction: column; padding: 18px; text-align: center; }
  .addon-flow i { line-height: 1; transform: rotate(90deg); }
  .value-card { min-height: 0; padding: 26px 24px 30px; border-radius: 27px; }
  .value-card h2 { margin-top: 70px; }
  .value-card ul { margin-top: 28px; font-size: 15px; }
  .section-index { right: 22px; top: 18px; font-size: 74px; }
  .menu-card { min-height: 0; padding: 26px 24px; border-radius: 24px; }
  .menu-card h3 { margin: 24px 0 14px; font-size: clamp(36px, 12vw, 50px); }
  .menu-card--neutral h3 { font-size: clamp(36px, 12vw, 50px); }
  .menu-card strong { min-height: 0; font-size: 17px; }
  .menu-card p { margin-top: 24px; font-size: 14px; }
  .showcase { gap: 30px; }
  .showcase-media, .showcase-media img { min-height: 370px; }
  .showcase-media { border-radius: 27px; }
  .showcase-media--product img { padding: 24px 28px 34px; }
  .showcase-copy p:not(.kicker) { font-size: 17px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading > p:not(.kicker) { font-size: 16px; }
  .package-economics { gap: 10px; }
  .package-economics article { min-height: 0; padding: 26px 24px; border-radius: 24px; }
  .package-economics strong { margin-top: 28px; font-size: clamp(42px, 13vw, 58px); }
  .wide-form { padding: 18px; }
  .wide-form > div { grid-column: auto; }
  .audience-card { min-height: 0; padding: 24px 22px; }
  .audience-card > span { font-size: 44px; }
  .audience-card h3 { font-size: 28px; }
  .audience-card p { font-size: 15px; }
  .audience-card b { position: static; display: block; margin-top: 22px; }
  .step-line { gap: 0; }
  .step-line > div { min-height: 0; padding: 24px 22px; }
  .step-line span { font-size: 48px; }
  .step-line h3 { font-size: 27px; }
  .formats { gap: 14px; width: min(calc(100% - 24px), var(--max)); }
  .formats-media, .formats-copy { width: 100%; min-width: 0; }
  .formats-media, .formats-media img { min-height: 440px; }
  .formats-media { border-radius: 27px; }
  .formats-copy { padding: 28px 22px; }
  .liquids-big strong { font-size: clamp(60px, 20vw, 82px); overflow-wrap: normal; }
  .formats-lead { margin-top: 22px; font-size: 16px; }
  .format-options { grid-template-columns: 1fr; }
  .important-note { padding: 20px; }
  .warning { padding: 19px; }
  .price-card, .pilot-price { min-height: 0; padding: 24px 22px; }
  .trial-price-hero { min-height: 330px; padding: 30px 24px; border-radius: 27px; }
  .trial-price-hero strong { margin: 34px 0 24px; font-size: clamp(66px, 22vw, 94px); white-space: normal; }
  .trial-price-hero b { font-size: 18px; }
  .price-card span { min-height: 0; }
  .price-card strong { margin-top: 12px; font-size: clamp(34px, 11vw, 46px); white-space: normal; }
  .pilot-price strong { font-size: clamp(56px, 18vw, 76px); }
  .proof-card { min-height: 0; padding: 24px 22px; }
  .proof-card strong { font-size: 46px; }
  .proof-links { align-items: stretch; flex-direction: column; }
  .proof-links a { text-align: center; }
  .video-grid { grid-auto-rows: auto; }
  .video-featured { grid-column: auto; grid-row: auto; }
  .video-card, .video-card img { min-height: 260px; }
  .video-card { border-radius: 24px; }
  .video-featured > div, .video-card > div { left: 20px; right: 20px; bottom: 18px; }
  .video-featured b, .video-card b { font-size: 25px; }
  .video-featured p, .video-card p { font-size: 12px; }
  .video-featured .play, .play { width: 58px; height: 58px; }
  .channel-link { align-items: flex-start; flex-direction: column; }
  .video-modal { width: calc(100% - 14px); max-height: calc(100dvh - 14px); border-radius: 23px; }
  .video-modal-shell { padding: 8px; }
  .video-modal-close { right: 18px; top: 18px; width: 42px; height: 42px; }
  .video-stage { min-height: 0; border-radius: 17px; }
  .video-modal-copy { grid-template-columns: 1fr; gap: 18px; padding: 20px 10px 10px; }
  .video-modal-copy h2 { font-size: clamp(32px, 10vw, 44px); }
  .video-modal-actions { min-width: 0; }
  .video-buy { min-height: 58px; padding: 12px 18px; }
  .faq-list summary { padding: 24px 48px 24px 0; font-size: 25px; line-height: 1.03; }
  .faq-list summary::after { top: 17px; }
  .faq-list details p { margin-bottom: 24px; font-size: 15px; }
  .contact { gap: 30px; padding-bottom: 84px; }
  .contact-direct a { font-size: 26px; overflow-wrap: anywhere; }
  .two-fields { grid-template-columns: 1fr; }
  .detail-form { gap: 15px; padding: 20px 18px; border-radius: 24px; }
  textarea { min-height: 120px; }
  footer { padding-top: 42px; }
  footer > div:not(.brand) { flex-direction: column; gap: 10px; }
}

@media (max-width: 420px) {
  .site-header { width: calc(100% - 16px); }
  .mini-cta { padding-inline: 11px; font-size: 10px; }
  .section-pad, .section-grid, .metric-ribbon, .category-statement, .formats, footer { width: calc(100% - 20px); }
  h1 { font-size: clamp(42px, 13.6vw, 54px); }
  h2 { font-size: clamp(34px, 11vw, 46px); }
  .hero-lead { font-size: 17px; }
  .hero-visual { min-height: 400px; }
  .hero-video-link small { display: none; }
  .category-copy h2 { font-size: clamp(48px, 15.6vw, 66px); }
  .liquids-big strong { font-size: clamp(56px, 19vw, 76px); }
  .contact-direct a { font-size: 23px; }
}

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