:root {
  color-scheme: dark;
  --bg: #06070b;
  --panel: #141720;
  --panel-2: #1c202b;
  --text: #ffffff;
  --muted: #c6c9d2;
  --line: rgba(255, 255, 255, 0.16);
  --red: #e50914;
  --red-2: #ff303b;
  --gold: #f3ca63;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

html {
  scroll-padding-top: 86px;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
  letter-spacing: 0;
  -webkit-overflow-scrolling: touch;
}

main,
section {
  overflow: visible;
  scroll-margin-top: 86px;
  touch-action: pan-y;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

video {
  display: block;
  width: 100%;
  max-width: 100%;
  background: #000000;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px clamp(18px, 5vw, 56px);
  background: rgba(6, 7, 11, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.launch-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 10px clamp(18px, 5vw, 56px);
  background:
    linear-gradient(90deg, rgba(229, 9, 20, 0.94), rgba(255, 48, 59, 0.88)),
    #e50914;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 10px 30px rgba(229, 9, 20, 0.24);
}

.launch-banner div {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 10px;
  min-width: 0;
}

.launch-banner strong,
.launch-banner span,
.launch-banner time {
  line-height: 1.2;
}

.launch-banner strong {
  font-size: 0.98rem;
  font-weight: 950;
}

.launch-banner span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.9rem;
  font-weight: 750;
}

.launch-banner time {
  flex: 0 0 auto;
  min-width: 152px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.28);
  text-align: center;
  font-size: 0.86rem;
  font-weight: 950;
  font-variant-numeric: tabular-nums;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 9px;
  min-height: 46px;
}

.brand-mark {
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
  background: linear-gradient(92deg, #8a6dff 0%, #4d65ff 46%, #06a0ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  flex: 0 0 auto;
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: 0.02em;
  text-shadow: 0 14px 28px rgba(55, 79, 255, 0.26);
}

.brand-mark::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 1px;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e50914, rgba(229, 9, 20, 0.2));
  box-shadow: 0 0 14px rgba(229, 9, 20, 0.48);
}

.brand small {
  display: inline-block;
  white-space: nowrap;
}

.brand small {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 850;
  line-height: 1;
  transform: translateY(-1px);
}

.nav-links {
  display: flex;
  gap: 24px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 800;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 900;
}

.header-cta {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.1);
}

.hero {
  min-height: auto;
  display: grid;
  grid-template-rows: auto auto;
  gap: 24px;
  padding: clamp(24px, 4vw, 44px) clamp(18px, 5vw, 56px) clamp(28px, 5vw, 56px);
  background:
    linear-gradient(180deg, rgba(229, 9, 20, 0.1), transparent 32%),
    #06070b;
}

.hero > * {
  min-width: 0;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  min-width: 0;
  max-width: 980px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  width: 100%;
  max-width: 860px;
  margin-bottom: 10px;
  padding-bottom: 0.1em;
  font-size: clamp(2.5rem, 6.6vw, 5.8rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  padding-bottom: 0.05em;
  font-size: clamp(2.1rem, 5vw, 4.5rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.26rem;
}

.hero-copy p:not(.eyebrow),
.proof-row span,
.feature-list span,
.buy-card p,
.buy-card small,
.footer {
  color: var(--muted);
}

.hero-copy p:not(.eyebrow) {
  width: 100%;
  max-width: 720px;
  margin-bottom: 0;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 24px;
}

.button-primary {
  background: var(--red);
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(229, 9, 20, 0.34);
  transition: background 160ms ease, transform 160ms ease;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--red-2);
  transform: translateY(-1px);
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.12);
}

.hero-capture,
.buy-card,
.feature-list div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  box-shadow: 0 26px 82px rgba(0, 0, 0, 0.35);
}

.hero-capture {
  margin: 0;
  overflow: hidden;
  align-self: start;
  position: relative;
  animation: hero-in 760ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-capture img {
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: contain;
  object-position: center;
  background: #05060c;
}

.hero-capture video {
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.hero-capture figcaption {
  position: relative;
  z-index: 3;
  padding: 12px 16px 14px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 800;
}

.demo-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 34%),
    #08090e;
}

.demo-capture {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #05060c;
  box-shadow: 0 26px 82px rgba(0, 0, 0, 0.35);
}

.demo-capture video {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
}

.proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0f1118;
}

.proof-row div {
  min-height: 108px;
  padding: 26px clamp(18px, 4vw, 54px);
  border-right: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}

.proof-row div:last-child {
  border-right: 0;
}

.proof-row div::before {
  content: "";
  position: absolute;
  left: clamp(18px, 4vw, 54px);
  right: clamp(18px, 4vw, 54px);
  top: 0;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 520ms ease;
}

.proof-row div:hover::before,
.proof-row div:focus-within::before {
  transform: scaleX(1);
}

.proof-row strong,
.proof-row span,
.feature-list strong,
.feature-list span {
  display: block;
}

.proof-row strong {
  font-size: 1.12rem;
}

.proof-row span,
.feature-list span {
  margin-top: 4px;
}

.section,
.buy-section {
  padding: clamp(58px, 8vw, 96px) clamp(20px, 6vw, 80px);
}

.section-heading {
  margin-bottom: 28px;
}

.feature-section {
  background: #08090e;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  min-width: 0;
}

.feature-list div {
  padding: 0;
  overflow: hidden;
  min-width: 0;
  max-width: 100%;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.feature-list video {
  min-width: 0;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
  background: #05060c;
  border-bottom: 1px solid var(--line);
}

.feature-list strong {
  padding: 18px 20px 0;
  font-size: 1.24rem;
  line-height: 1.15;
}

.feature-list span {
  padding: 0 20px 20px;
  min-height: 52px;
}

.feature-list div:hover {
  border-color: rgba(255, 255, 255, 0.32);
  transform: translateY(-4px);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.js .reveal {
  opacity: 0;
  transform: translateY(22px);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms cubic-bezier(0.16, 1, 0.3, 1);
}

.js .feature-list div.reveal:nth-child(2),
.js .feature-list div.reveal:nth-child(5) {
  transition-delay: 70ms;
}

.js .feature-list div.reveal:nth-child(3),
.js .feature-list div.reveal:nth-child(6) {
  transition-delay: 140ms;
}

@keyframes hero-in {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.buy-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.52fr);
  gap: 18px;
  background: linear-gradient(120deg, rgba(229, 9, 20, 0.12), transparent 42%), #10121a;
}

.buy-card {
  padding: clamp(26px, 4vw, 44px);
}

.buy-card h2 {
  margin-bottom: 12px;
  padding-bottom: 0.08em;
  font-size: clamp(4.5rem, 10vw, 7rem);
  line-height: 1.04;
}

.buy-card .button {
  margin-top: 16px;
}

.buy-card small {
  display: block;
  margin-top: 14px;
  font-size: 0.9rem;
}

.note-card {
  background: #11141c;
}

.fine-print {
  margin-bottom: 0;
  font-size: 0.98rem;
}

.thanks-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 74% 18%, rgba(75, 101, 255, 0.22), transparent 34%),
    linear-gradient(120deg, rgba(229, 9, 20, 0.1), transparent 42%),
    #06070b;
}

.thanks-shell {
  width: min(100%, 780px);
  padding: clamp(26px, 6vw, 70px);
}

.thanks-card {
  margin-top: 38px;
}

.thanks-card h1 {
  max-width: 620px;
  font-size: clamp(3.2rem, 9vw, 6.6rem);
}

.footer {
  padding: 28px clamp(20px, 6vw, 80px) 42px;
  border-top: 1px solid var(--line);
  background: #06070b;
  font-size: 0.95rem;
}

@media (max-width: 940px) {
  .nav-links {
    display: none;
  }

  .hero-copy,
  .proof-row,
  .buy-section {
    grid-template-columns: 1fr;
  }

  .feature-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-actions {
    justify-content: flex-start;
  }

  .proof-row div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-row div:last-child {
    border-bottom: 0;
  }

}

@media (max-width: 560px) {
  .launch-banner {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
  }

  .launch-banner time {
    width: 100%;
  }

  .site-header {
    padding: 14px 16px;
  }

  .header-cta {
    display: none;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  h1 {
    font-size: clamp(2.2rem, 10.5vw, 2.9rem);
  }

  .hero-copy p:not(.eyebrow) {
    max-width: 320px;
    font-size: 0.98rem;
  }

  .hero-actions {
    width: min(100%, 320px);
  }

  .button {
    width: 100%;
  }

  .hero-capture img,
  .hero-capture video {
    height: auto;
  }

  .section,
  .buy-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-capture,
  .feature-list,
  .feature-list > div {
    width: min(100%, calc(100vw - 40px));
    max-width: calc(100vw - 40px);
  }

  .hero-capture img,
  .hero-capture video,
  .feature-list video {
    width: 100% !important;
    max-width: 100% !important;
  }

  .feature-list span {
    font-size: 0.95rem;
    line-height: 1.36;
  }
}

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

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}
