:root {
  --x: 50%;
  --y: 45%;
  --dx: 0px;
  --dy: 0px;
  --blue: #0557ff;
  --blue-deep: #003dbf;
  --ink: #061331;
  --paper: #f8fbff;
  --muted: rgba(248, 251, 255, .76);
  --line: rgba(255, 255, 255, .22);
  --acid: #caff38;
  --hot: #ff3c63;
  --shadow: 0 28px 90px rgba(0, 25, 99, .38);
}

* { box-sizing: border-box; }

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--blue);
  color: var(--paper);
  font-family: ui-monospace, "SFMono-Regular", "Cascadia Mono", "Liberation Mono", Menlo, monospace;
}

body {
  min-height: 100svh;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

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

::selection {
  background: var(--acid);
  color: var(--ink);
}

.stage {
  position: relative;
  width: 100vw;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at var(--x) var(--y), rgba(202,255,56,.16), transparent 11rem),
    linear-gradient(90deg, rgba(255,255,255,.05), transparent 18%, transparent 82%, rgba(0,20,90,.16)),
    radial-gradient(circle at 82% 24%, rgba(202, 255, 56, .18), transparent 16rem),
    radial-gradient(circle at 12% 78%, rgba(255, 255, 255, .16), transparent 18rem),
    linear-gradient(135deg, #0760ff 0%, #034bdd 45%, #0636a5 100%);
}

.pointer-glow {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: -2;
  width: 34vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(202,255,56,.18), rgba(255,255,255,.07) 32%, transparent 64%);
  transform: translate(-50%, -50%);
  opacity: .68;
  filter: blur(18px);
  transition: left .18s ease-out, top .18s ease-out;
}

.stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 80px 80px, 80px 80px, 16px 16px, 16px 16px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.95), rgba(0,0,0,.78));
  animation: grid-breathe 9s ease-in-out infinite;
  z-index: -3;
}

.stage::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.42);
  pointer-events: none;
  z-index: 5;
}

.stage:focus-within .cta {
  outline: 1px solid rgba(202,255,56,.75);
  outline-offset: 4px;
}

.grain,
.scan {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.coordinates {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
  color: rgba(255,255,255,.48);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.coordinates span {
  position: absolute;
  writing-mode: vertical-rl;
}

.coordinates span:first-child { left: 28px; top: 120px; }
.coordinates span:last-child { right: 28px; bottom: 118px; transform: rotate(180deg); }

.corner-code {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 18px;
  z-index: 6;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  color: rgba(255,255,255,.36);
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.corner-code span {
  position: relative;
  padding: 0 0 8px;
}

.corner-code span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 38px;
  height: 1px;
  background: rgba(255,255,255,.38);
}

.grain {
  opacity: .18;
  z-index: 4;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.scan {
  z-index: -1;
  background: linear-gradient(115deg, transparent 0 42%, rgba(255,255,255,.16) 50%, transparent 58% 100%);
  transform: translateX(-65%);
  animation: scan 7s cubic-bezier(.2,.8,.2,1) infinite;
}

.topbar {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  padding: 22px clamp(30px, 5vw, 76px) 0;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .08em;
}

.brand,
.nav { display: flex; align-items: center; gap: 12px; }

.brand {
  font-weight: 800;
  letter-spacing: .12em;
  transition: transform .18s ease, opacity .18s ease;
}

.brand:hover { transform: translateY(-1px); opacity: .92; }

.brand-mark {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(255,255,255,.72);
  background: var(--paper);
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1;
  box-shadow: 6px 6px 0 rgba(202,255,56,.95);
}

.live-pill {
  position: absolute;
  left: 50%;
  top: 26px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(202,255,56,.34);
  background: rgba(0, 27, 111, .22);
  color: rgba(255,255,255,.74);
  backdrop-filter: blur(10px);
  font-size: 10px;
  letter-spacing: .16em;
}

.live-pill span {
  width: 7px;
  height: 7px;
  background: var(--acid);
  box-shadow: 0 0 18px rgba(202,255,56,.9);
  animation: live 1.6s ease-in-out infinite;
}

.nav span {
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(8px);
}

.nav span:hover { border-color: rgba(255,255,255,.52); }

.nav span:nth-child(2) {
  color: var(--acid);
  border-color: rgba(202,255,56,.42);
}

.hero {
  position: relative;
  height: calc(100svh - 76px);
  min-height: 544px;
  padding: clamp(30px, 5vw, 76px);
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: min(760px, 58vw);
  animation: rise .7s ease-out both;
  transform: translate3d(calc(var(--dx) * -.35), calc(var(--dy) * -.22), 0);
}

.kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  padding: 10px 13px;
  border: 1px solid rgba(255,255,255,.42);
  background: rgba(255,255,255,.1);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .12em;
  color: var(--muted);
  box-shadow: inset 0 -1px 0 rgba(255,255,255,.18);
  animation: rise .7s .08s ease-out both;
}

.kicker span {
  width: 9px;
  height: 9px;
  background: var(--acid);
  box-shadow: 0 0 0 6px rgba(202,255,56,.12);
}

h1 {
  margin: 22px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(66px, 9.2vw, 158px);
  line-height: .82;
  font-weight: 400;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 16px 56px rgba(0, 25, 99, .18);
  animation: rise .7s .14s ease-out both;
}

h1 em {
  display: inline-block;
  font-style: italic;
  color: transparent;
  -webkit-text-stroke: 1.6px rgba(255,255,255,.9);
  text-shadow: none;
}

.lead {
  max-width: 640px;
  margin: 24px 0 0;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: clamp(18px, 1.75vw, 29px);
  line-height: 1.18;
  color: rgba(255,255,255,.91);
  animation: rise .7s .2s ease-out both;
}

.sublead {
  width: fit-content;
  margin: 16px 0 0;
  padding: 9px 12px;
  border-left: 4px solid var(--acid);
  background: rgba(0, 17, 64, .24);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.15;
  color: rgba(255,255,255,.88);
  box-shadow: 14px 14px 0 rgba(0, 25, 99, .15);
  animation: rise .7s .26s ease-out both;
}

.mini-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  max-width: 610px;
}

.mini-facts span:nth-child(1) { animation: rise .55s .32s ease-out both; }
.mini-facts span:nth-child(2) { animation: rise .55s .38s ease-out both; }
.mini-facts span:nth-child(3) { animation: rise .55s .44s ease-out both; }

.mini-facts span {
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.26);
  background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.72);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.wordmark {
  position: absolute;
  left: 50%;
  bottom: -3.3vw;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  text-align: center;
  pointer-events: none;
  color: rgba(255,255,255,.12);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: clamp(120px, 24vw, 390px);
  line-height: .72;
  white-space: nowrap;
  animation: watermark 1.1s ease-out both;
  transform: translateX(-50%) translate3d(calc(var(--dx) * .45), 0, 0);
}

.wordmark strong {
  font-weight: 400;
  color: rgba(255,255,255,.19);
}

.offer {
  position: absolute;
  right: clamp(32px, 5.5vw, 86px);
  top: clamp(122px, 18vh, 188px);
  z-index: 4;
  width: min(356px, 28vw);
  padding: 18px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(255,255,255,.95);
  box-shadow: var(--shadow);
  animation: card-in .75s .12s cubic-bezier(.2,.8,.2,1) both;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform .22s ease, box-shadow .22s ease;
}

.offer-serial {
  position: absolute;
  right: 18px;
  bottom: 14px;
  z-index: 1;
  color: rgba(6,19,49,.18);
  font-size: 9px;
  letter-spacing: .16em;
  writing-mode: vertical-rl;
}

.offer:hover {
  transform: translateY(-3px) rotateX(calc(var(--tilt-y, 0) * 1deg)) rotateY(calc(var(--tilt-x, 0) * 1deg));
  box-shadow: 0 34px 110px rgba(0, 25, 99, .46);
}

.offer::before {
  content: "";
  position: absolute;
  inset: -9px 9px 9px -9px;
  border: 1px solid rgba(255,255,255,.5);
  z-index: -1;
}

.offer::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  background: linear-gradient(90deg, #fff 0 33%, #175dff 33% 66%, #e21d3c 66%);
}

.sim-chip {
  position: absolute;
  right: -20px;
  top: 66px;
  width: 116px;
  height: 150px;
  border: 1px solid rgba(6,19,49,.12);
  background:
    linear-gradient(135deg, rgba(5,87,255,.08), transparent 44%),
    linear-gradient(#fff, #eef4ff);
  opacity: .62;
  transform: rotate(8deg);
}

.sim-chip::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  background: var(--paper);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.sim-chip i {
  position: absolute;
  width: 24px;
  height: 18px;
  border: 1px solid rgba(6,19,49,.18);
}

.sim-chip i:nth-child(1) { left: 20px; top: 38px; }
.sim-chip i:nth-child(2) { left: 52px; top: 38px; }
.sim-chip i:nth-child(3) { left: 20px; top: 66px; }
.sim-chip i:nth-child(4) { left: 52px; top: 66px; }

.offer-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .1em;
  color: rgba(6,19,49,.58);
}

.offer-top::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -14px;
  width: 118px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(6,19,49,.14));
}

.flag {
  display: grid;
  place-items: center;
  width: 42px;
  height: 30px;
  color: #fff;
  background: linear-gradient(#fff 0 33%, #175dff 33% 66%, #e21d3c 66%);
  border: 1px solid rgba(6,19,49,.12);
  font-size: 0;
}

.price {
  position: relative;
  z-index: 1;
  margin-top: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(72px, 7vw, 102px);
  line-height: .9;
  letter-spacing: 0;
}

.price::after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: -13px;
  width: 104px;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--acid));
}

.price span {
  font-size: .45em;
  vertical-align: .72em;
  margin-right: 4px;
}

.terms {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  color: rgba(6,19,49,.72);
  font-size: 16px;
}

.offer-note {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  width: fit-content;
  padding: 6px 8px;
  background: rgba(5,87,255,.08);
  color: rgba(6,19,49,.58);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.card-bars {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 18px;
  margin-top: 12px;
  opacity: .34;
}

.card-bars span {
  display: block;
  width: 3px;
  background: var(--ink);
}

.card-bars span:nth-child(1) { height: 9px; }
.card-bars span:nth-child(2) { height: 15px; }
.card-bars span:nth-child(3) { height: 7px; }
.card-bars span:nth-child(4) { height: 18px; }
.card-bars span:nth-child(5) { height: 11px; }

.cta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
  min-height: 60px;
  padding: 0 17px 0 20px;
  background: var(--ink);
  color: #fff;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(6,19,49,.2);
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
  isolation: isolate;
  overflow: hidden;
}

.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0 34%, rgba(255,255,255,.12) 50%, transparent 66% 100%);
  transform: translateX(-120%);
  transition: transform .42s ease;
}

.cta:hover::before { transform: translateX(120%); }

.cta svg {
  width: 25px;
  height: 25px;
  fill: var(--acid);
  transition: transform .18s ease;
}

.cta:hover {
  transform: translateY(-2px);
  background: #000d27;
  box-shadow: 0 18px 34px rgba(6,19,49,.28);
}

.cta:hover svg { transform: translate(2px, -2px) rotate(-6deg); }
.cta:active { transform: translateY(0) scale(.992); }

.proof {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 7px;
  width: 308px;
  padding: 15px 16px;
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(0,27,111,.2);
  backdrop-filter: blur(10px);
  color: rgba(255,255,255,.8);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.25;
  box-shadow: 0 18px 54px rgba(0, 20, 90, .18);
}

.proof::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 34px;
  height: 3px;
  background: var(--acid);
}

.proof b {
  color: #fff;
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
}

.proof-left { left: clamp(30px, 5vw, 76px); bottom: clamp(32px, 8vh, 92px); }
.proof-right { right: clamp(32px, 5.5vw, 86px); bottom: clamp(32px, 8vh, 92px); }

.pixel {
  position: absolute;
  z-index: 2;
  width: 80px;
  height: 80px;
  background:
    linear-gradient(var(--acid), var(--acid)) 32px 0 / 16px 16px,
    linear-gradient(#fff, #fff) 32px 16px / 16px 16px,
    linear-gradient(#fff, #fff) 16px 32px / 16px 16px,
    linear-gradient(var(--acid), var(--acid)) 32px 32px / 16px 16px,
    linear-gradient(#fff, #fff) 48px 32px / 16px 16px,
    linear-gradient(#fff, #fff) 32px 48px / 16px 16px;
  background-repeat: no-repeat;
  filter: drop-shadow(0 12px 22px rgba(0,0,0,.16));
  animation: float 5s ease-in-out infinite;
}

.pixel-a { left: 43%; top: 18%; }
.pixel-b { right: 7%; top: 55%; transform: scale(.75); animation-delay: -2.2s; }
.pixel-c { left: 23%; top: 79%; transform: scale(.46); opacity: .75; animation-delay: -1.3s; }

.pixel::after {
  content: "";
  position: absolute;
  left: 32px;
  top: 32px;
  width: 16px;
  height: 16px;
  background: rgba(5,87,255,.34);
  animation: pixel-blink 1.8s steps(2, end) infinite;
}

.orbital {
  position: absolute;
  right: 30%;
  top: 14%;
  z-index: 2;
  width: 115px;
  height: 115px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  animation: spin 16s linear infinite;
}

.orbital span {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
}

.orbital span:nth-child(1) { left: 10px; top: 12px; background: var(--acid); }
.orbital span:nth-child(2) { right: -4px; top: 52px; }
.orbital span:nth-child(3) { left: 52px; bottom: -4px; }

.signal {
  position: absolute;
  right: 32.6%;
  top: 49%;
  z-index: 2;
  width: 86px;
  height: 86px;
  opacity: .75;
  transform: rotate(-18deg);
}

.signal span {
  position: absolute;
  left: 0;
  bottom: 0;
  border: 1px solid rgba(255,255,255,.34);
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 100% 0 0;
  animation: pulse 2.6s ease-in-out infinite;
}

.signal span:nth-child(1) { width: 28px; height: 28px; }
.signal span:nth-child(2) { width: 54px; height: 54px; animation-delay: .22s; }
.signal span:nth-child(3) { width: 80px; height: 80px; animation-delay: .44s; }

.route-line {
  position: absolute;
  left: 55%;
  top: 31%;
  z-index: 2;
  width: 300px;
  height: 180px;
  opacity: .5;
  border-top: 1px dashed rgba(255,255,255,.28);
  border-right: 1px dashed rgba(255,255,255,.18);
  transform: skew(-12deg) rotate(-2deg);
}

.route-line i {
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--acid);
  box-shadow: 0 0 18px rgba(202,255,56,.65);
}

.route-line i:nth-child(1) { left: 0; top: -4px; }
.route-line i:nth-child(2) { left: 48%; top: -4px; animation: route 3.8s ease-in-out infinite; }
.route-line i:nth-child(3) { right: -4px; bottom: 0; background: #fff; }

.ticker {
  position: absolute;
  left: 50%;
  bottom: 45px;
  z-index: 2;
  display: flex;
  gap: 18px;
  width: min(44vw, 620px);
  overflow: hidden;
  transform: translateX(-50%);
  color: rgba(255,255,255,.3);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.ticker span {
  flex: 0 0 auto;
  animation: ticker 14s linear infinite;
}

.statusbar {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 7;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.28);
  background: rgba(0, 20, 90, .12);
  backdrop-filter: blur(10px);
  color: rgba(255,255,255,.68);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.statusbar span {
  padding: 10px 14px;
  border-right: 1px solid rgba(255,255,255,.18);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.statusbar span:last-child { border-right: 0; }

@keyframes grid-breathe { 50% { opacity: .72; transform: scale(1.015); } }
@keyframes scan { 0%, 58% { transform: translateX(-70%); } 100% { transform: translateX(70%); } }
@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes card-in { from { opacity: 0; transform: translateY(18px) rotate(-1.4deg); } to { opacity: 1; transform: translateY(0) rotate(0); } }
@keyframes watermark { from { opacity: 0; transform: translateX(-50%) translateY(28px); } to { opacity: 1; transform: translateX(-50%) translateY(0); } }
@keyframes float { 50% { translate: 0 -12px; } }
@keyframes spin { to { rotate: 360deg; } }
@keyframes pulse { 50% { opacity: .38; transform: translate(2px, -2px); } }
@keyframes live { 50% { opacity: .35; transform: scale(.75); } }
@keyframes route { 50% { left: 78%; background: #fff; } }
@keyframes pixel-blink { 50% { opacity: .2; } }
@keyframes ticker { to { transform: translateX(-190px); } }

@media (max-width: 900px) {
  .stage { min-height: 100svh; }
  .pointer-glow { display: none; }
  .stage::after { inset: 10px; }
  .coordinates, .corner-code { display: none; }
  .topbar { height: 62px; padding: 16px 20px 0; }
  .live-pill { display: none; }
  .nav { display: none; }
  .hero {
    height: calc(100svh - 62px);
    min-height: 560px;
    padding: 28px 20px 20px;
  }
  .hero-copy { max-width: 100%; }
  .kicker { font-size: 10px; padding: 8px 10px; max-width: 100%; }
  h1 { font-size: clamp(56px, 18vw, 84px); line-height: .86; }
  h1 em { -webkit-text-stroke-width: 1.1px; }
  .lead { max-width: 92%; font-size: clamp(17px, 4.6vw, 22px); margin-top: 16px; }
  .sublead { margin-top: 11px; font-size: 14px; max-width: 92%; }
  .mini-facts { display: none; }
  .offer {
    left: 20px;
    right: 20px;
    top: auto;
    bottom: 72px;
    width: auto;
    padding: 15px;
  }
  .sim-chip { right: -32px; top: 54px; transform: rotate(8deg) scale(.82); opacity: .38; }
  .offer::before { inset: -7px 7px 7px -7px; }
  .price { font-size: clamp(64px, 18vw, 82px); }
  .price::after { bottom: -10px; width: 98px; }
  .terms { margin-top: 14px; font-size: 15px; }
  .offer-note { font-size: 9px; margin-top: 8px; }
  .card-bars, .offer-serial { display: none; }
  .cta { min-height: 56px; font-size: 17px; }
  .proof { display: none; }
  .wordmark { bottom: 7px; font-size: clamp(78px, 27vw, 122px); }
  .pixel-a { left: auto; right: 22px; top: 112px; transform: scale(.72); }
  .pixel-b, .pixel-c, .orbital, .signal, .route-line { display: none; }
  .statusbar, .ticker { display: none; }
}

@media (max-height: 720px) and (min-width: 901px) {
  .topbar { height: 64px; padding-top: 16px; }
  .hero { height: calc(100svh - 64px); padding-top: 34px; }
  .offer { top: 104px; }
  .proof { bottom: 30px; }
  .wordmark { font-size: clamp(112px, 21vw, 280px); }
  .statusbar span { padding-top: 7px; padding-bottom: 7px; }
  .ticker { bottom: 38px; }
}

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