:root {
  --bg: #050607;
  --surface: #0b0d10;
  --surface-2: #101318;
  --text: #f5f7f9;
  --muted: #9298a3;
  --line: rgba(255, 255, 255, 0.1);
  --blue: #15a8ff;
  --blue-2: #0869ff;
  --green: #83f2bd;
  --yellow: #f9d65c;
  --violet: #9e8bff;
  --radius: 28px;
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; overscroll-behavior-x: none; }
body {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
}

@supports (overflow: clip) {
  html, body { overflow-x: clip; }
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  content: "";
  opacity: 0.032;
  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='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }

.page-glow {
  position: fixed;
  width: 820px;
  height: 820px;
  border-radius: 50%;
  filter: blur(30px);
  pointer-events: none;
  background: radial-gradient(circle, rgba(0, 137, 255, 0.14), transparent 67%);
}
.page-glow--top { top: -430px; right: -250px; }

.site-header {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1440px, calc(100% - 96px));
  height: 96px;
  transform: translateX(-50%);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 20px;
  font-weight: 780;
  letter-spacing: -0.03em;
}
.brand--header { align-self: stretch; }
.header-logo { width: 205px; height: 100%; object-fit: contain; object-position: left center; }
.brand__symbol { width: 39px; height: 39px; object-fit: contain; }

.nav { display: flex; gap: 36px; color: #b7bcc5; font-size: 14px; }
.nav a { transition: color .25s ease; }
.nav a:hover { color: white; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(390px, .78fr) minmax(600px, 1.22fr);
  align-items: center;
  min-height: 900px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 145px 64px 100px;
  overflow: hidden;
}
.hero::after {
  position: absolute;
  right: -25%;
  bottom: 4%;
  width: 85%;
  height: 65%;
  content: "";
  pointer-events: none;
  background: radial-gradient(ellipse, rgba(17, 111, 176, .13), transparent 67%);
}
.hero__copy { position: relative; z-index: 3; padding-left: clamp(0px, 2vw, 32px); }
.eyebrow, .kicker {
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 11px;
  font-weight: 700;
}
.eyebrow { display: flex; align-items: center; gap: 10px; color: #bac1ca; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 15px var(--blue); animation: pulse 2.5s infinite; }
@keyframes pulse { 50% { opacity: .45; box-shadow: 0 0 4px var(--blue); } }

h1, h2, h3, p { margin-top: 0; }
h1 {
  margin: 26px 0 25px;
  font-size: clamp(56px, 5.2vw, 88px);
  line-height: .88;
  letter-spacing: -.072em;
  font-weight: 760;
}
h1 em { color: var(--blue); font-style: normal; }
.hero__lead { max-width: 530px; color: #a8aeb8; font-size: 18px; line-height: 1.65; }
.store-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.store-button {
  display: flex;
  align-items: center;
  min-width: 174px;
  gap: 12px;
  padding: 12px 17px;
  color: #050607;
  border: 1px solid white;
  border-radius: 13px;
  background: white;
  text-align: left;
  cursor: default;
  box-shadow: 0 8px 30px rgba(0,0,0,.25);
}
.store-button svg { width: 27px; height: 27px; flex: 0 0 auto; fill: currentColor; }
.store-button span { font-size: 17px; font-weight: 740; line-height: 1.05; }
.store-button small { display: block; margin-bottom: 3px; font-size: 9px; font-weight: 650; letter-spacing: .03em; }
.store-button--muted { color: #f2f4f6; border-color: rgba(255,255,255,.19); background: rgba(255,255,255,.07); backdrop-filter: blur(15px); }
.hero__note { margin: 14px 0 0; color: #707782; font-size: 12px; }

.hero__visual { position: relative; z-index: 2; min-width: 0; padding: 38px 0 72px; perspective: 1200px; }
.hero__visual::before { position: absolute; z-index: -2; inset: -18% -12% -25%; content: ""; background: radial-gradient(ellipse at center, rgba(15,143,230,.22), transparent 58%); filter: blur(12px); }
.tv-context { display: flex; align-items: center; gap: 8px; margin: 0 0 13px 3px; color: #7a828d; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.tv-context span { width: 5px; height: 5px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 10px var(--blue); }
.tv-shell {
  position: relative;
  overflow: hidden;
  padding: 6px 6px 0;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 13px 13px 9px 9px;
  background: linear-gradient(145deg, #22272d, #070809 58%);
  box-shadow: 0 45px 85px rgba(0,0,0,.65), 0 0 80px rgba(16,135,255,.1), inset 0 1px rgba(255,255,255,.16);
  transform: rotateY(-3deg);
}
.tv-screen { position: relative; overflow: hidden; aspect-ratio: 16/9; border-radius: 7px 7px 3px 3px; background: #111; }
.tv-screen::after { position: absolute; inset: 0; content: ""; pointer-events: none; background: linear-gradient(115deg, rgba(255,255,255,.09), transparent 25%); mix-blend-mode: screen; }
.tv-screen img { width: 100%; height: 100%; object-fit: cover; }
.tv-shell__chin { position: relative; display: flex; align-items: center; justify-content: center; height: 19px; color: #555b63; font-size: 6px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.tv-shell__chin i { position: absolute; right: 18px; width: 3px; height: 3px; border-radius: 50%; background: #1679a9; box-shadow: 0 0 5px #1aa9ed; }
.tv-feet { position: relative; z-index: -1; display: flex; justify-content: space-between; width: 82%; height: 28px; margin: -5px auto 0; }
.tv-feet i { width: 95px; height: 25px; border-radius: 0 0 3px 3px; background: linear-gradient(105deg, transparent 12%, #171a1e 13%, #050607 78%); transform: skewX(-20deg); }
.tv-feet i:last-child { transform: scaleX(-1) skewX(-20deg); }
.tv-surface { position: absolute; z-index: -2; right: -6%; bottom: 50px; left: -6%; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.16) 16%, rgba(255,255,255,.16) 84%, transparent); box-shadow: 0 14px 30px rgba(0,0,0,.75); }
.tv-remote { position: absolute; right: 9%; bottom: 36px; width: 23px; height: 68px; border: 1px solid rgba(255,255,255,.2); border-radius: 9px; background: linear-gradient(145deg, #333940, #0a0b0d 65%); box-shadow: 8px 12px 24px rgba(0,0,0,.65); transform: rotate(67deg) skewY(-5deg); }
.tv-remote span { position: absolute; top: 7px; left: 50%; width: 13px; height: 13px; border: 1px solid #515963; border-radius: 50%; transform: translateX(-50%); }
.tv-remote i, .tv-remote b { position: absolute; left: 50%; width: 3px; height: 3px; border-radius: 50%; background: #666d75; transform: translateX(-50%); }
.tv-remote i { top: 28px; }
.tv-remote b { top: 38px; }
.orbit { position: absolute; z-index: -1; border: 1px solid rgba(21,168,255,.12); border-radius: 50%; }
.orbit--one { width: 570px; height: 570px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.orbit--two { width: 750px; height: 750px; top: 50%; left: 50%; transform: translate(-50%,-50%); border-color: rgba(21,168,255,.06); }
.floating-pill {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  background: rgba(14,17,22,.78);
  box-shadow: 0 18px 45px rgba(0,0,0,.4);
  backdrop-filter: blur(16px);
}
.floating-pill span { font-size: 13px; font-weight: 650; }
.floating-pill em { color: #7e8691; font-size: 10px; font-style: normal; font-weight: 500; }
.floating-pill--sync > span:last-child { max-width: 235px; }
.floating-pill small { display: block; margin-bottom: 2px; color: #7e8691; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.floating-pill--sync { left: -28px; bottom: 18px; }
.sync-icon { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 9px; color: var(--blue); background: rgba(21,168,255,.12); font-size: 19px !important; }
.floating-pill--progress { top: 0; right: -20px; }
.floating-pill--progress strong { position: relative; display: grid; width: 46px; height: 46px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: conic-gradient(var(--blue) 0 40%, rgba(255,255,255,.14) 40% 100%); font-size: 12px; }
.floating-pill--progress strong::before { position: absolute; inset: 3px; border-radius: 50%; content: ""; background: #14171b; }
.floating-pill--progress strong span { position: relative; z-index: 1; }

.scroll-cue { position: absolute; bottom: 40px; left: 50%; display: flex; align-items: center; gap: 13px; color: #666d77; font-size: 9px; text-transform: uppercase; letter-spacing: .18em; transform: translateX(-50%); }
.scroll-cue i { position: relative; width: 31px; height: 31px; border: 1px solid var(--line); border-radius: 50%; }
.scroll-cue i::after { position: absolute; top: 8px; left: 50%; width: 1px; height: 8px; content: ""; background: var(--blue); transform: translateX(-50%); animation: drop 1.8s ease-in-out infinite; }
@keyframes drop { 50% { transform: translate(-50%, 7px); opacity: .25; } }

.manifesto, .free-banner, .footer { width: min(1340px, calc(100% - 96px)); margin-inline: auto; }
.manifesto { padding: 160px 0 115px; border-top: 1px solid var(--line); }
.kicker { margin-bottom: 23px; color: var(--blue); }
.manifesto h2, .free-banner h2, .availability h2 { margin-bottom: 32px; font-size: clamp(45px, 5.2vw, 82px); line-height: .98; letter-spacing: -.058em; }
.manifesto h2 span { color: #464b54; }
.manifesto__content > p:last-child { max-width: 655px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.manifesto__content { max-width: 1000px; margin-left: 0; }
.essential-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 85px; padding: 36px 0; border-top: 1px solid rgba(255,255,255,.11); border-bottom: 1px solid rgba(255,255,255,.11); background: linear-gradient(90deg, transparent, rgba(9,18,27,.72) 12%, rgba(9,18,27,.72) 88%, transparent); }
.essential-card { position: relative; display: grid; grid-template-columns: 58px minmax(0, 1fr); align-items: center; gap: 23px; min-height: 78px; padding: 0 42px; }
.essential-card:not(:last-child)::after { position: absolute; top: 5px; right: 0; width: 1px; height: calc(100% - 10px); content: ""; background: linear-gradient(transparent, rgba(255,255,255,.23) 20%, rgba(255,255,255,.23) 80%, transparent); }
.essential-card__icon { display: grid; width: 58px; height: 58px; place-items: center; color: var(--blue); filter: drop-shadow(0 0 10px rgba(21,168,255,.2)); }
.essential-card__icon svg { width: 46px; height: 46px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.6; }
.essential-card h3 { margin-bottom: 7px; font-size: 12px; font-weight: 760; letter-spacing: .08em; line-height: 1.3; text-transform: uppercase; }
.essential-card p { max-width: 230px; margin-bottom: 0; color: #8c939e; font-size: 13px; line-height: 1.45; }

.showcase { position: relative; width: min(1500px, calc(100% - 48px)); margin: 0 auto; padding: 45px; border-radius: 38px; background: linear-gradient(135deg, rgba(7,123,210,.22), rgba(8,10,12,.5) 50%, rgba(117,65,255,.14)); }
.showcase::before { position: absolute; inset: 0; border: 1px solid rgba(90,183,255,.16); border-radius: inherit; content: ""; pointer-events: none; }
.showcase__frame { overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: #080a0d; box-shadow: 0 35px 90px rgba(0,0,0,.55); }
.showcase__bar { display: flex; align-items: center; justify-content: space-between; min-height: 66px; padding: 10px 16px 10px 25px; border-bottom: 1px solid var(--line); }
.showcase__label { color: #68707b; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.showcase__tabs { display: flex; gap: 3px; padding: 4px; border-radius: 999px; background: rgba(255,255,255,.05); }
.showcase__tab { padding: 8px 15px; color: #777f8a; border: 0; border-radius: 999px; background: transparent; cursor: pointer; font-size: 11px; transition: .25s ease; }
.showcase__tab:hover { color: white; }
.showcase__tab.is-active { color: white; background: rgba(255,255,255,.1); }
.showcase__image-wrap { overflow: hidden; aspect-ratio: 16/9; }
.showcase__image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: opacity .18s ease, transform .4s ease; }
.showcase__image-wrap img.is-changing { opacity: 0; transform: scale(1.015); }

.free-banner { position: relative; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); align-items: center; gap: 70px; min-height: 430px; margin-top: 150px; padding: 100px 0 70px; border-top: 1px solid var(--line); }
.free-banner::before { position: absolute; top: -1px; left: 0; width: 110px; height: 1px; content: ""; background: var(--blue); box-shadow: 0 0 20px rgba(21,168,255,.65); }
.free-banner__copy { display: flex; flex-direction: column; justify-content: center; }
.free-banner h2 { margin-bottom: 30px; font-size: clamp(48px, 5.1vw, 78px); }
.free-banner h2 span { color: #646b75; }
.free-banner__copy > p:last-child { max-width: 520px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.free-banner__price { position: relative; display: flex; flex-direction: column; justify-content: center; min-height: 290px; padding: 20px 0 20px 70px; border-left: 1px solid var(--line); }
.free-banner__price > span { color: #7e8792; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.free-banner__price strong { margin: 13px 0 2px; font-size: 96px; line-height: 1; letter-spacing: -.08em; }
.free-banner__price sup { position: relative; top: -25px; margin-left: 7px; color: var(--blue); font-size: 30px; letter-spacing: 0; }
.free-banner__price p { margin-bottom: 35px; color: white; font-size: 17px; font-weight: 650; }
.free-banner__price i { display: flex; align-items: center; gap: 8px; color: var(--green); font-size: 9px; font-style: normal; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.free-banner__price i::before { width: 5px; height: 5px; border-radius: 50%; content: ""; background: currentColor; box-shadow: 0 0 9px currentColor; }

.availability { position: relative; display: grid; min-height: 850px; margin-top: 60px; place-items: center; overflow: hidden; text-align: center; background: radial-gradient(ellipse at 50% 65%, rgba(0,121,214,.25), transparent 42%); }
.availability::before { position: absolute; top: 45%; left: 50%; width: 750px; height: 750px; border: 1px solid rgba(21,168,255,.1); border-radius: 50%; content: ""; transform: translate(-50%,-50%); box-shadow: 0 0 0 110px rgba(21,168,255,.025), 0 0 0 220px rgba(21,168,255,.015); }
.availability__inner { position: relative; z-index: 1; }
.status-dot { display: block; width: 9px; height: 9px; margin: 0 auto 22px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 22px var(--blue); }
.availability h2 { margin-bottom: 27px; font-size: clamp(68px, 8vw, 126px); }
.availability__text { color: var(--muted); font-size: 16px; line-height: 1.7; }
.store-row--centered { justify-content: center; }

.footer { display: flex; align-items: center; justify-content: space-between; min-height: 145px; border-top: 1px solid var(--line); color: #626973; font-size: 11px; }
.footer .brand { color: white; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal--delay { transition-delay: .15s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .site-header { width: calc(100% - 48px); }
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 170px 48px 130px; }
  .hero__copy { max-width: 760px; padding-left: 0; }
  .hero__visual { width: min(900px, 100%); margin: 105px auto 0; }
  .scroll-cue { display: none; }
  .manifesto, .free-banner, .footer { width: calc(100% - 64px); }
  .manifesto__content { margin-left: 0; }
  .essential-card { gap: 16px; padding-inline: 24px; }
  .free-banner { grid-template-columns: 1fr 300px; gap: 35px; padding: 90px 0 60px; }
  .free-banner__price { padding-left: 45px; }
}

@media (max-width: 760px) {
  html, body { overscroll-behavior-x: none; touch-action: pan-y pinch-zoom; }
  .site-header { width: calc(100% - 32px); height: 76px; }
  .nav { display: none; }
  .header-logo { width: 165px; }
  .hero { display: block; width: 100%; max-width: 100%; padding: 126px 20px 105px; overflow: hidden; }
  h1 { margin-top: 22px; font-size: clamp(48px, 14vw, 64px); }
  .hero__lead { font-size: 16px; line-height: 1.6; }
  .store-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .store-button { min-width: 0; padding: 11px 12px; }
  .store-button svg { width: 23px; }
  .store-button span { font-size: 14px; }
  .hero__visual { width: 100%; max-width: 100%; margin-top: 85px; padding-bottom: 65px; }
  .tv-context { margin-bottom: 9px; }
  .tv-shell { padding: 4px 4px 0; border-radius: 9px 9px 6px 6px; transform: none; }
  .tv-screen { border-radius: 8px; }
  .tv-shell__chin { height: 14px; }
  .tv-feet { height: 19px; }
  .tv-feet i { width: 55px; height: 17px; }
  .tv-surface { bottom: 46px; }
  .tv-remote { right: 8%; bottom: 35px; transform: rotate(67deg) scale(.8); }
  .floating-pill { padding: 9px 11px; border-radius: 11px; }
  .floating-pill--sync { left: -5px; bottom: 4px; }
  .floating-pill--progress { top: -5px; right: -2px; }
  .floating-pill--progress strong { width: 35px; height: 35px; }
  .orbit--one { width: 400px; height: 400px; }
  .orbit--two { display: none; }

  .manifesto, .free-banner, .footer { width: calc(100% - 40px); }
  .manifesto { display: block; padding: 105px 0 75px; }
  .manifesto h2 { font-size: 43px; }
  .manifesto__content > p:last-child { font-size: 15px; }
  .essential-grid { grid-template-columns: 1fr; margin-top: 70px; padding: 0; background: linear-gradient(180deg, rgba(9,18,27,.68), transparent); }
  .essential-card { grid-template-columns: 52px minmax(0, 1fr); min-height: 128px; gap: 20px; padding: 24px 12px; }
  .essential-card:not(:last-child)::after { top: auto; right: 12px; bottom: 0; left: 12px; width: auto; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.2) 15%, rgba(255,255,255,.2) 85%, transparent); }
  .essential-card__icon { width: 52px; height: 52px; }
  .essential-card__icon svg { width: 42px; height: 42px; }
  .essential-card p { max-width: none; }
  .showcase { width: calc(100% - 20px); padding: 9px; border-radius: 20px; }
  .showcase__frame { border-radius: 14px; }
  .showcase__bar { display: block; padding: 14px; }
  .showcase__label { display: none; }
  .showcase__tabs { justify-content: space-between; }
  .showcase__tab { flex: 1; padding-inline: 8px; }

  .free-banner { display: block; min-height: 0; margin-top: 90px; padding: 70px 0 20px; }
  .free-banner::before { left: 0; }
  .free-banner h2 { margin-bottom: 22px; font-size: 46px; }
  .free-banner__copy { margin-bottom: 42px; }
  .free-banner__price { min-height: 0; padding: 38px 0 10px; border-top: 1px solid var(--line); border-left: 0; }
  .free-banner__price { align-items: center; text-align: center; }
  .free-banner__price strong { font-size: 82px; }
  .availability { min-height: 720px; margin-top: 35px; padding-inline: 20px; }
  .availability h2 { font-size: 65px; }
  .availability__text br { display: none; }
  .footer { flex-direction: column; justify-content: center; gap: 17px; padding: 35px 0; text-align: center; }
  .footer p { margin: 0; }
}

@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; }
}
