:root {
  --font-geist-sans: "Manrope";
  --font-geist-mono: "Space Grotesk";
  --black: #02040a;
  --panel: rgba(6, 12, 25, 0.76);
  --white: #f4f7ff;
  --muted: rgba(225, 233, 249, 0.58);
  --line: rgba(151, 185, 255, 0.15);
  --blue: #1677ff;
  --blue-light: #63b2ff;
  --ease: cubic-bezier(.2,.8,.2,1);
}

* { box-sizing: border-box; }

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  background: var(--black);
}

body {
  overflow: hidden;
  color: var(--white);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.modal-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }

.landing {
  position: relative;
  isolation: isolate;
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 640px;
  padding: clamp(20px, 3vw, 42px) clamp(22px, 5vw, 88px) clamp(16px, 2.4vw, 34px);
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 22%, rgba(22,119,255,.13), transparent 24%),
    radial-gradient(circle at 64% 82%, rgba(8,61,159,.12), transparent 28%),
    linear-gradient(115deg, #02040a 0%, #030711 48%, #02040a 100%);
}

.landing::before {
  content: "";
  position: absolute;
  z-index: -3;
  inset: 0;
  opacity: .3;
  background: linear-gradient(105deg, transparent 48%, rgba(28,118,255,.09) 49%, transparent 49.3%);
}

.landing::after {
  content: "";
  position: absolute;
  z-index: 8;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.025);
}

.bg-word {
  position: absolute;
  z-index: -4;
  left: 50%;
  top: 50%;
  width: 110%;
  transform: translate(-50%,-51%);
  color: rgba(214,228,255,.038);
  font: 700 min(14.5vw, 275px)/.8 var(--font-geist-sans), sans-serif;
  letter-spacing: -.08em;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 0 90px rgba(37,124,255,.08);
  animation: bgDrift 12s ease-in-out infinite alternate;
  pointer-events: none;
}

.tech-grid,
.scanlines,
.beams {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.tech-grid {
  z-index: -5;
  opacity: .17;
  background-image:
    linear-gradient(rgba(111,161,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(111,161,255,.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, #000 23%, #000 89%, transparent);
}

.scanlines {
  z-index: 6;
  opacity: .035;
  background: repeating-linear-gradient(0deg, transparent 0, transparent 3px, #7db7ff 4px);
}

.beams { z-index: -2; overflow: hidden; }
.beams i {
  position: absolute;
  display: block;
  width: 1px;
  height: 155%;
  top: -30%;
  background: linear-gradient(180deg, transparent, rgba(74,153,255,.6), transparent);
  transform: rotate(24deg);
  opacity: .2;
  animation: beamMove 8s linear infinite;
}
.beams i:nth-child(1) { left: 54%; }
.beams i:nth-child(2) { left: 70%; animation-delay: -3s; opacity: .1; }
.beams i:nth-child(3) { left: 89%; animation-delay: -5s; opacity: .14; }

.topbar,
.footer {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: grid;
  grid-template-columns: 42px auto;
  grid-template-rows: 1fr 1fr;
  column-gap: 12px;
  align-items: center;
}

.brand-mark {
  grid-row: 1 / 3;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.brand-mark img {
  width: 76%;
  height: 76%;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(115,185,255,.25));
}

.brand-copy { display: contents; }
.brand-copy strong { align-self: end; font-size: 15px; line-height: 1; letter-spacing: .24em; }
.brand-copy small { align-self: start; padding-top: 5px; color: rgba(225,233,249,.72); font-size: 8px; font-weight: 700; letter-spacing: .22em; }

.hero-grid {
  position: relative;
  z-index: 4;
  align-self: center;
  width: 100%;
  max-width: 1580px;
  margin: 0 auto;
  padding: clamp(16px, 3vh, 38px) 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(370px, 445px);
  gap: clamp(45px, 7.2vw, 120px);
  align-items: center;
}

.hero-copy { max-width: 960px; }

.eyebrow {
  margin: 0 0 clamp(12px, 1.8vh, 19px);
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(213,228,255,.67);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .19em;
}
.eyebrow span { width: 29px; height: 1px; background: var(--blue-light); box-shadow: 0 0 12px var(--blue); }

h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(48px, 5.15vw, 83px);
  font-weight: 580;
  line-height: .91;
  letter-spacing: -.058em;
}

h1 em {
  display: block;
  margin-top: 4px;
  color: transparent;
  font-style: normal;
  background: linear-gradient(102deg, #eaf3ff 0%, #70b9ff 43%, #1677ff 78%, #82c2ff 100%);
  background-size: 180% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  animation: titleShift 6s ease-in-out infinite;
}

.lead {
  max-width: 685px;
  margin: clamp(14px, 2vh, 22px) 0 0;
  color: rgba(232,239,252,.77);
  font-size: clamp(14px, .95vw, 16px);
  line-height: 1.55;
}

.blueprint {
  max-width: 770px;
  margin-top: clamp(14px, 2.2vh, 23px);
  padding: 13px 15px;
  display: grid;
  grid-template-columns: 138px 1fr;
  align-items: center;
  border: 1px solid rgba(57,141,255,.24);
  background: linear-gradient(90deg, rgba(18,80,174,.16), rgba(2,4,10,.22));
  box-shadow: inset 3px 0 0 var(--blue);
}

.blueprint-number { padding-right: 15px; border-right: 1px solid var(--line); }
.blueprint-number strong { display: block; color: #eaf4ff; font-size: 32px; line-height: .85; letter-spacing: -.05em; }
.blueprint-number span { display: block; margin-top: 7px; color: var(--blue-light); font-size: 9px; font-weight: 800; letter-spacing: .17em; }
.blueprint-copy { padding-left: 16px; }
.blueprint-copy > span { color: #a9d2ff; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.blueprint-copy p { margin: 7px 0 0; color: rgba(236,242,253,.79); font-size: 13px; line-height: 1.45; }

.program-trigger {
  position: relative;
  width: 100%;
  max-width: 770px;
  min-height: 76px;
  margin-top: clamp(13px, 2.1vh, 22px);
  padding: 0 18px;
  display: grid;
  grid-template-columns: 108px minmax(0,1fr) auto;
  align-items: center;
  gap: 18px;
  overflow: hidden;
  border: 1px solid rgba(77,151,255,.31);
  border-left: 3px solid var(--blue);
  background: linear-gradient(90deg, rgba(15,74,166,.22), rgba(3,8,18,.32));
  color: var(--white);
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color .3s ease, background .3s ease, transform .3s var(--ease), box-shadow .3s ease;
}
.program-trigger::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 35%, rgba(76,158,255,.13), transparent 65%);
  transform: translateX(-100%);
  transition: transform .65s var(--ease);
}
.program-trigger:hover,
.program-trigger:focus-visible { transform: translateY(-2px); border-color: rgba(91,171,255,.62); background: linear-gradient(90deg, rgba(18,91,205,.31), rgba(3,8,18,.4)); box-shadow: 0 18px 45px rgba(0,0,0,.28); outline: none; }
.program-trigger:hover::before,
.program-trigger:focus-visible::before { transform: translateX(100%); }
.program-trigger__index { position: relative; color: var(--blue-light); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.program-trigger__copy { position: relative; padding-left: 18px; border-left: 1px solid var(--line); }
.program-trigger__copy strong { display: block; font-size: 13px; letter-spacing: .105em; }
.program-trigger__copy small { display: block; margin-top: 7px; color: rgba(231,239,252,.72); font-size: 11px; }
.program-trigger__action { position: relative; display: flex; align-items: center; gap: 13px; color: #b9dcff; font-size: 9px; font-weight: 800; letter-spacing: .14em; white-space: nowrap; }
.program-trigger__action i { color: white; font-size: 17px; font-style: normal; transition: transform .3s var(--ease); }
.program-trigger:hover .program-trigger__action i { transform: translate(3px,-3px); }

.program-modal {
  position: fixed;
  z-index: 90;
  inset: 0;
  padding: 32px;
  display: grid;
  place-items: center;
}
.program-modal[hidden] { display: none; }
.program-modal__backdrop { position: absolute; inset: 0; border: 0; background: rgba(0,3,10,.84); backdrop-filter: blur(13px); cursor: default; }
.program-panel {
  position: relative;
  width: min(990px, 100%);
  max-height: min(820px, 90vh);
  padding: clamp(24px, 3vw, 42px);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  border: 1px solid rgba(84,159,255,.34);
  background:
    radial-gradient(circle at 90% 0, rgba(27,115,240,.16), transparent 30%),
    linear-gradient(145deg, rgba(8,18,37,.98), rgba(2,6,14,.98));
  box-shadow: 0 50px 150px rgba(0,0,0,.7), inset 0 1px 0 rgba(255,255,255,.04);
}
.program-panel::-webkit-scrollbar { display: none; }
.program-panel::before,
.program-panel::after { content: ""; position: absolute; width: 24px; height: 24px; pointer-events: none; }
.program-panel::before { left: -1px; top: -1px; border-left: 2px solid var(--blue-light); border-top: 2px solid var(--blue-light); }
.program-panel::after { right: -1px; bottom: -1px; border-right: 2px solid var(--blue); border-bottom: 2px solid var(--blue); }
.program-panel__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; padding-bottom: 24px; border-bottom: 1px solid rgba(126,174,255,.2); }
.program-panel__head p { margin: 0 0 12px; color: var(--blue-light); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.program-panel__head h2 { margin: 0; font-size: clamp(36px, 4.2vw, 58px); font-weight: 570; line-height: .95; letter-spacing: -.045em; }
.program-panel__close { width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(112,170,255,.28); background: rgba(10,38,80,.28); color: white; font: 300 29px/1 Arial,sans-serif; cursor: pointer; }
.program-panel__close:hover,
.program-panel__close:focus-visible { background: rgba(25,98,200,.36); border-color: rgba(112,183,255,.65); outline: none; }
.program-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 38px; }
.program-grid article { min-height: 93px; padding: 19px 0; display: grid; grid-template-columns: 38px 1fr; gap: 13px; border-bottom: 1px solid var(--line); }
.program-grid article > span { color: var(--blue-light); font-size: 9px; font-weight: 800; }
.program-grid strong,
.program-coaching strong { display: block; font-size: 13px; line-height: 1.1; letter-spacing: .09em; }
.program-grid p,
.program-coaching p { margin: 8px 0 0; color: rgba(229,237,251,.72); font-size: 11.5px; line-height: 1.45; }
.program-coaching { margin-top: 22px; padding: 17px 18px; display: grid; grid-template-columns: 50px minmax(0,1fr) auto; align-items: center; gap: 13px; border: 1px solid rgba(78,154,255,.34); border-left: 3px solid var(--blue); background: linear-gradient(90deg, rgba(18,94,207,.22), rgba(4,9,19,.18)); }
.program-coaching > span { color: #cde7ff; font-size: 13px; font-weight: 800; }
.program-coaching p { max-width: 630px; }
.program-coaching b { color: #8fc5ff; font-size: 9px; letter-spacing: .14em; white-space: nowrap; }
.program-panel__foot { margin-top: 23px; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 30px; }
.program-panel__foot p { max-width: 610px; margin: 0; color: rgba(231,239,252,.7); font-size: 12px; line-height: 1.5; }
.program-panel__foot a { min-height: 50px; padding: 0 18px; display: flex; align-items: center; gap: 22px; background: linear-gradient(95deg,#116cea,#3497ff); color: white; font-size: 10px; font-weight: 800; letter-spacing: .13em; white-space: nowrap; }
.program-panel__foot a span { font-size: 16px; }

.offer {
  position: relative;
  width: 100%;
  padding: 21px;
  overflow: hidden;
  border: 1px solid rgba(103,164,255,.23);
  background: linear-gradient(145deg, rgba(9,18,36,.89), rgba(3,6,14,.75));
  box-shadow: 0 38px 100px rgba(0,0,0,.52), inset 0 1px 0 rgba(255,255,255,.035);
  backdrop-filter: blur(22px);
}

.offer::before {
  content: "";
  position: absolute;
  inset: -50% -30%;
  background: linear-gradient(115deg, transparent 43%, rgba(47,133,255,.12) 50%, transparent 57%);
  animation: cardScan 6s ease-in-out infinite;
  pointer-events: none;
}

.offer::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -27px;
  top: 29px;
  width: 230px;
  height: 230px;
  background: url("vavo-logo-white.png") center / contain no-repeat;
  opacity: .035;
  filter: drop-shadow(0 0 28px rgba(71,151,255,.55));
}

.offer-head,
.price,
.included,
.buy-button,
.checkout-trust,
.launch,
.purchase-consent,
.result-note { z-index: 2; }
.offer-corner { position: absolute; z-index: 3; width: 17px; height: 17px; }
.offer-corner-tl { left: -1px; top: -1px; border-left: 2px solid var(--blue-light); border-top: 2px solid var(--blue-light); }
.offer-corner-br { right: -1px; bottom: -1px; border-right: 2px solid var(--blue); border-bottom: 2px solid var(--blue); }

.offer-head { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.offer-head span { color: rgba(218,232,255,.72); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.offer-head strong { color: var(--blue-light); font-size: 12px; letter-spacing: .1em; }

.price { position: relative; margin-top: 23px; padding-bottom: 19px; border-bottom: 1px solid var(--line); }
.price > p { margin: 0 0 8px; color: #b9daff; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.price > div { display: flex; align-items: flex-start; }
.price div > strong { font-size: clamp(67px, 5.4vw, 88px); font-weight: 540; line-height: .78; letter-spacing: -.075em; }
.price div > span { margin: 4px 0 0 10px; color: var(--blue-light); font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.price .regular-price { align-self: flex-end; margin: 0 0 2px auto; color: rgba(225,233,249,.67); font-size: 9px; font-weight: 750; letter-spacing: .08em; }
.price > small { display: block; margin-top: 10px; color: rgba(225,233,249,.58); font-size: 8px; font-weight: 700; letter-spacing: .15em; }

.included { position: relative; margin: 17px 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.included li { display: grid; grid-template-columns: 19px 1fr; align-items: center; gap: 9px; }
.included li > span { width: 19px; height: 19px; display: grid; place-items: center; border: 1px solid rgba(74,151,255,.35); background: rgba(22,119,255,.08); color: var(--blue-light); font-size: 8px; }
.included p { margin: 0; color: rgba(239,244,253,.87); font-size: 12px; line-height: 1.4; }

.buy-button {
  position: relative;
  min-height: 59px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  background: linear-gradient(95deg, #116cea, #3497ff);
  box-shadow: 0 12px 42px rgba(16,105,239,.22);
  color: white;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  transition: transform .3s var(--ease), box-shadow .3s ease;
}
.buy-button::before { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,.42) 48%, transparent 68%); transform: translateX(-130%); animation: buttonShine 4s 2.8s ease-in-out infinite; }
.buy-button span,
.buy-button i { position: relative; z-index: 1; }
.buy-button i { font-style: normal; font-size: 18px; transition: transform .3s var(--ease); }
.buy-button:hover,
.buy-button:focus-visible { transform: translateY(-2px); box-shadow: 0 17px 50px rgba(16,105,239,.35); outline: none; }
.buy-button:hover i { transform: translate(3px,-3px); }

.checkout-trust {
  position: relative;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: rgba(198,220,250,.66);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .11em;
}
.checkout-trust span { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.checkout-trust span:first-child::before {
  content: "";
  width: 6px;
  height: 8px;
  border: 1px solid var(--blue-light);
  border-radius: 1px;
  box-shadow: inset 0 0 0 1px rgba(2,4,10,.65);
}
.checkout-trust span + span::before { content: "·"; color: rgba(99,178,255,.55); }

.launch { position: relative; margin-top: 13px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.launch p { margin: 0; display: flex; align-items: center; gap: 7px; color: rgba(225,233,249,.7); font-size: 9px; font-weight: 750; letter-spacing: .1em; }
.launch p span { width: 6px; height: 6px; border-radius: 50%; background: #53a9ff; box-shadow: 0 0 0 4px rgba(45,136,255,.09), 0 0 16px rgba(45,136,255,.7); animation: livePulse 1.7s ease-in-out infinite; }
.launch > strong { color: #b8daff; font-size: 10px; letter-spacing: .12em; }
.purchase-consent { position: relative; margin: 10px 0 0; color: rgba(225,233,249,.53); font-size: 8px; line-height: 1.45; }
.purchase-consent a { color: rgba(181,215,255,.78); text-decoration: underline; text-decoration-color: rgba(99,178,255,.35); text-underline-offset: 2px; }
.purchase-consent a:hover,
.purchase-consent a:focus-visible { color: #dcedff; outline: none; }
.result-note { position: relative; margin: 12px 0 0; color: rgba(225,233,249,.55); font-size: 8.5px; line-height: 1.45; }

.footer { color: rgba(225,233,249,.57); font-size: 8px; font-weight: 750; letter-spacing: .13em; }
.footer p { margin: 0; }
.footer nav { display: flex; gap: 18px; }
.footer a,
.footer button { transition: color .25s ease; }
.footer button,
.thanks-footer button { padding: 0; border: 0; background: none; color: inherit; font: inherit; letter-spacing: inherit; cursor: pointer; }
.footer a:hover,
.footer button:hover,
.thanks-footer button:hover { color: #a9d2ff; }

.intro-screen {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  background:
    radial-gradient(circle at 50% 46%, rgba(28,113,231,.12), transparent 27%),
    #02040a;
  pointer-events: none;
  animation: introScreenOut .68s 1.42s var(--ease) forwards;
}
.intro-screen__logo { width: clamp(108px, 11vw, 158px); aspect-ratio: 1; opacity: 0; transform: scale(.7) translateY(14px); animation: introLogoIn .9s .1s var(--ease) forwards; }
.intro-screen__logo img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 0 35px rgba(71,151,255,.25)); }
.intro-screen p { margin: 2px 0 0; color: rgba(239,246,255,.96); font: 700 11px/1 var(--font-geist-mono),sans-serif; letter-spacing: .31em; opacity: 0; transform: translateY(8px); animation: introCopyIn .55s .55s ease forwards; }
.intro-screen p span { color: var(--blue-light); }

.cookie-consent {
  position: fixed;
  z-index: 150;
  right: 22px;
  bottom: 22px;
  width: min(430px, calc(100vw - 32px));
  padding: 17px;
  border: 1px solid rgba(91,164,255,.42);
  background: rgba(4,10,22,.97);
  box-shadow: 0 24px 70px rgba(0,0,0,.6), inset 0 1px 0 rgba(255,255,255,.04);
  backdrop-filter: blur(18px);
}
.cookie-consent[hidden] { display: none; }
.cookie-consent strong { display: block; font-size: 12px; letter-spacing: .08em; }
.cookie-consent p { margin: 8px 0 14px; color: rgba(228,237,252,.72); font-size: 11px; line-height: 1.5; }
.cookie-consent p a { color: #9dceff; text-decoration: underline; text-underline-offset: 2px; }
.cookie-consent__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.cookie-consent button {
  min-height: 42px;
  border: 1px solid rgba(99,178,255,.34);
  background: rgba(19,56,104,.3);
  color: white;
  font: 800 9px/1 var(--font-geist-sans), sans-serif;
  letter-spacing: .12em;
  cursor: pointer;
}
.cookie-consent button[data-cookie-accept] { border-color: transparent; background: linear-gradient(95deg,#116cea,#3497ff); }
.cookie-consent button:hover,
.cookie-consent button:focus-visible { border-color: #75baff; outline: none; }

.thanks-page {
  min-height: 100vh;
  min-height: 100svh;
  overflow-x: hidden;
  overflow-y: auto;
  background:
    radial-gradient(circle at 76% 14%, rgba(22,119,255,.16), transparent 27%),
    radial-gradient(circle at 16% 88%, rgba(8,61,159,.12), transparent 30%),
    #02040a;
}
.thanks-shell {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  min-height: 100svh;
  padding: clamp(22px,4vw,56px);
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
}
.thanks-shell::before {
  content: "VAVO";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  color: rgba(214,228,255,.035);
  font: 700 min(36vw,520px)/1 var(--font-geist-sans),sans-serif;
  letter-spacing: -.09em;
  white-space: nowrap;
}
.thanks-card {
  align-self: center;
  width: min(790px,100%);
  margin: 36px auto;
  padding: clamp(28px,5vw,58px);
  border: 1px solid rgba(93,164,255,.3);
  background: linear-gradient(145deg,rgba(8,19,39,.94),rgba(2,6,14,.92));
  box-shadow: 0 42px 120px rgba(0,0,0,.58), inset 0 1px 0 rgba(255,255,255,.04);
}
.thanks-check {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(99,178,255,.52);
  background: rgba(22,119,255,.13);
  color: #8bc8ff;
  font-size: 24px;
  box-shadow: 0 0 44px rgba(22,119,255,.18);
}
.thanks-kicker { margin: 24px 0 10px; color: var(--blue-light); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.thanks-card h1 { max-width: 680px; font-size: clamp(42px,7vw,72px); line-height: .94; }
.thanks-card h1 span { color: var(--blue-light); }
.thanks-lead { max-width: 620px; margin: 20px 0 0; color: rgba(234,241,253,.76); font-size: 15px; line-height: 1.65; }
.thanks-steps { margin: 28px 0 0; padding: 0; display: grid; gap: 0; list-style: none; border-top: 1px solid var(--line); }
.thanks-steps li { padding: 15px 0; display: grid; grid-template-columns: 30px 1fr; gap: 12px; border-bottom: 1px solid var(--line); }
.thanks-steps span { color: var(--blue-light); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.thanks-steps p { margin: 0; color: rgba(227,236,250,.72); font-size: 12px; line-height: 1.5; }
.thanks-contact { margin: 20px 0 0; color: rgba(205,219,240,.62); font-size: 11px; line-height: 1.5; }
.thanks-contact a { color: #9dceff; }
.thanks-home { width: fit-content; min-height: 50px; margin-top: 24px; padding: 0 19px; display: inline-flex; align-items: center; gap: 18px; background: linear-gradient(95deg,#116cea,#3497ff); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.thanks-footer { display: flex; justify-content: space-between; gap: 20px; color: rgba(225,233,249,.5); font-size: 8px; font-weight: 750; letter-spacing: .12em; }
.thanks-footer span:last-child { display: flex; align-items: center; gap: 18px; }

.enter { opacity: 0; transform: translateY(18px); animation: enter .9s var(--ease) forwards; }
.enter-1 { animation-delay: 1.28s; }
.enter-2 { animation-delay: 1.35s; }
.enter-3 { animation-delay: 1.42s; }
.enter-4 { animation-delay: 1.49s; }
.enter-5 { animation-delay: 1.56s; }
.enter-6 { animation-delay: 1.63s; }

@keyframes enter { to { opacity: 1; transform: translateY(0); } }
@keyframes bgDrift { to { transform: translate(-49%,-52%) scale(1.02); } }
@keyframes beamMove { 50% { transform: translateX(60px) rotate(24deg); opacity: .34; } }
@keyframes titleShift { 50% { background-position: 100% 0; } }
@keyframes cardScan { 0%,35% { transform: translateX(-45%); } 75%,100% { transform: translateX(45%); } }
@keyframes buttonShine { 0%,55% { transform: translateX(-130%); } 82%,100% { transform: translateX(130%); } }
@keyframes livePulse { 50% { transform: scale(.72); opacity: .48; } }
@keyframes introLogoIn { to { opacity: 1; transform: scale(1) translateY(0); } }
@keyframes introCopyIn { to { opacity: 1; transform: translateY(0); } }
@keyframes introScreenOut { to { opacity: 0; visibility: hidden; transform: scale(1.035); } }

@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: minmax(0,1fr) minmax(340px,400px); gap: 40px; }
  h1 { font-size: clamp(46px,5.5vw,67px); }
}

@media (max-width: 760px) {
  html,
  body { min-height: 100%; }
  body { overflow-x: hidden; overflow-y: auto; }
  body.modal-open { overflow: hidden; }
  .landing { height: auto; min-height: 100svh; padding: 18px 16px 16px; display: block; overflow: hidden; }
  .bg-word { top: 23%; width: 150%; font-size: 31vw; line-height: .72; white-space: normal; opacity: .8; }
  .tech-grid { background-size: 48px 48px; opacity: .13; }
  .scanlines { opacity: .022; }
  .beams i:nth-child(2),
  .beams i:nth-child(3) { display: none; }
  .beams i:nth-child(1) { left: 78%; opacity: .1; }
  .topbar { min-height: 42px; }
  .brand { grid-template-columns: 38px auto; column-gap: 9px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-mark img { width: 86%; height: 86%; }
  .brand-copy strong { font-size: 14px; }
  .brand-copy small { padding-top: 4px; font-size: 7px; }
  .hero-grid { width: 100%; padding: 28px 0 0; display: flex; flex-direction: column; gap: 34px; align-items: stretch; }
  .hero-copy { order: 2; width: 100%; max-width: none; }
  .eyebrow { margin-bottom: 14px; gap: 8px; font-size: 8px; line-height: 1.35; letter-spacing: .15em; }
  .eyebrow span { width: 24px; flex: 0 0 auto; }
  h1 { max-width: 100%; font-size: clamp(39px, 11.5vw, 52px); line-height: .92; letter-spacing: -.057em; }
  h1 em { margin-top: 4px; }
  .lead { max-width: none; margin-top: 18px; font-size: 13px; line-height: 1.55; }
  .blueprint { width: 100%; max-width: none; margin-top: 18px; padding: 14px 12px; grid-template-columns: 88px 1fr; box-shadow: inset 3px 0 0 var(--blue); }
  .blueprint-number { padding-right: 11px; }
  .blueprint-number strong { font-size: 28px; }
  .blueprint-number span { margin-top: 6px; font-size: 6px; letter-spacing: .12em; }
  .blueprint-copy { padding-left: 12px; }
  .blueprint-copy > span { font-size: 7px; letter-spacing: .1em; }
  .blueprint-copy p { margin-top: 6px; font-size: 10px; line-height: 1.4; }
  .program-trigger { width: 100%; max-width: none; min-height: 82px; margin-top: 14px; padding: 12px 13px; grid-template-columns: minmax(0,1fr) auto; gap: 7px 12px; }
  .program-trigger__index { grid-column: 1 / -1; font-size: 6px; }
  .program-trigger__copy { padding: 0; border-left: 0; }
  .program-trigger__copy strong { font-size: 10px; line-height: 1.3; }
  .program-trigger__copy small { margin-top: 5px; font-size: 9px; line-height: 1.35; }
  .program-trigger__action { gap: 7px; font-size: 7px; letter-spacing: .1em; }
  .program-trigger__action i { font-size: 15px; }
  .offer { order: 1; width: 100%; margin: 0; padding: 19px; display: flex; flex-direction: column; border-color: rgba(91,164,255,.4); background: radial-gradient(circle at 94% 8%, rgba(39,131,255,.16), transparent 28%), linear-gradient(150deg,rgba(8,20,42,.97),rgba(2,6,14,.94)); box-shadow: 0 28px 80px rgba(0,0,0,.56), inset 0 1px 0 rgba(255,255,255,.045); }
  .offer::after { right: -40px; top: 62px; width: 190px; height: 190px; opacity: .025; }
  .offer-head { order: 1; margin: 0; padding-bottom: 13px; border-bottom: 1px solid rgba(132,177,255,.18); }
  .offer-head span { font-size: 7px; }
  .offer-head strong { font-size: 10px; }
  .price { order: 2; margin-top: 20px; padding: 0; border-right: 0; border-bottom: 0; }
  .price > p { margin-bottom: 8px; font-size: 8px; }
  .price div > strong { font-size: 82px; }
  .price div > span { margin: 3px 0 0 8px; font-size: 9px; }
  .price .regular-price { display: block; margin: 0 0 2px auto; font-size: 7px; }
  .price > small { margin-top: 9px; font-size: 6px; }
  .included { order: 7; margin: 18px 0 0; padding-top: 17px; gap: 0; border-top: 1px solid var(--line); }
  .included li { padding: 9px 0; grid-template-columns: 19px 1fr; gap: 9px; border-bottom: 1px solid rgba(151,185,255,.09); }
  .included li:last-child { border-bottom: 0; }
  .included li > span { width: 19px; height: 19px; font-size: 8px; }
  .included p { font-size: 11px; line-height: 1.4; }
  .buy-button { order: 3; min-height: 62px; margin-top: 20px; padding: 0 17px; font-size: 10px; letter-spacing: .13em; box-shadow: 0 17px 48px rgba(16,105,239,.3); }
  .buy-button i { font-size: 17px; }
  .checkout-trust { order: 4; margin-top: 11px; font-size: 6px; letter-spacing: .07em; }
  .launch { order: 5; margin-top: 14px; padding-bottom: 2px; }
  .launch p { font-size: 7px; letter-spacing: .07em; }
  .launch > strong { font-size: 8px; }
  .purchase-consent { order: 6; margin-top: 10px; font-size: 7px; }
  .result-note { order: 8; display: block; margin-top: 10px; font-size: 7px; }
  .footer { margin-top: 28px; padding-top: 17px; border-top: 1px solid var(--line); font-size: 7px; line-height: 1.4; }
  .footer nav { gap: 12px; }
  .intro-screen__logo { width: 102px; }
  .intro-screen p { font-size: 9px; }
  .program-modal { padding: 8px; }
  .program-panel { width: 100%; max-height: calc(100svh - 16px); padding: 22px 16px; }
  .program-panel__head { gap: 14px; padding-bottom: 17px; }
  .program-panel__head p { margin-bottom: 9px; font-size: 7px; }
  .program-panel__head h2 { font-size: clamp(29px, 9vw, 38px); }
  .program-panel__close { width: 38px; height: 38px; font-size: 25px; }
  .program-grid { grid-template-columns: 1fr; }
  .program-grid article { min-height: auto; padding: 14px 0; grid-template-columns: 29px 1fr; gap: 9px; }
  .program-grid article > span { font-size: 7px; }
  .program-grid strong,
  .program-coaching strong { font-size: 10px; line-height: 1.25; }
  .program-grid p,
  .program-coaching p { margin-top: 6px; font-size: 9px; line-height: 1.45; }
  .program-coaching { margin-top: 15px; padding: 13px; grid-template-columns: 34px 1fr; gap: 9px; }
  .program-coaching > span { font-size: 10px; }
  .program-coaching b { grid-column: 2; font-size: 7px; }
  .program-panel__foot { margin-top: 17px; grid-template-columns: 1fr; gap: 13px; }
  .program-panel__foot p { font-size: 9px; }
  .program-panel__foot a { min-height: 46px; justify-content: space-between; font-size: 8px; }
  .cookie-consent { right: 16px; bottom: 16px; padding: 15px; }
  .thanks-shell { padding: 18px 16px; }
  .thanks-card { margin: 28px auto; padding: 26px 20px; }
  .thanks-card h1 { font-size: clamp(39px,12vw,52px); }
  .thanks-lead { font-size: 13px; }
  .thanks-footer { flex-direction: column; gap: 8px; }
}

@media (max-width: 380px) {
  .landing { padding-left: 13px; padding-right: 13px; }
  .hero-grid { padding-top: 34px; }
  h1 { font-size: 36px; }
  .lead { font-size: 12px; }
  .blueprint { grid-template-columns: 78px 1fr; }
  .blueprint-number strong { font-size: 25px; }
  .program-trigger__action { font-size: 0; }
  .program-trigger__action i { font-size: 16px; }
  .launch p { font-size: 6.5px; }
  .program-panel__head h2 { font-size: 27px; }
}

@media (max-height: 700px) and (min-width: 761px) {
  .landing { padding-top: 19px; padding-bottom: 14px; }
  .hero-grid { padding: 10px 0; }
  h1 { font-size: clamp(43px,4.8vw,62px); }
  .lead { margin-top: 10px; }
  .blueprint { margin-top: 10px; padding-top: 9px; padding-bottom: 9px; }
  .program-trigger { margin-top: 9px; min-height: 64px; }
  .offer { padding: 17px; }
  .price { margin-top: 15px; padding-bottom: 13px; }
  .price div > strong { font-size: 66px; }
  .included { margin: 12px 0; gap: 7px; }
  .buy-button { min-height: 49px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .enter { opacity: 1; transform: none; }
  .intro-screen { display: none; }
}
