:root {
  color-scheme: dark;
  --bg: #030712;
  --bg-soft: #07142f;
  --panel: rgba(10, 23, 48, 0.82);
  --panel-strong: #0c1730;
  --text: #f7f9ff;
  --muted: #adc1df;
  --cyan: #00e5ff;
  --mint: #4dffd2;
  --purple: #8b5cff;
  --pink: #ff2d68;
  --line: rgba(0, 229, 255, 0.28);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
  --radius: 24px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  isolation: isolate;
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 14% 10%, rgba(0, 229, 255, 0.12), transparent 27rem),
    radial-gradient(circle at 88% 18%, rgba(139, 92, 255, 0.16), transparent 32rem),
    linear-gradient(180deg, #07183a 0%, #090a24 34%, var(--bg) 74%);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: -30%;
  background:
    radial-gradient(circle at 30% 30%, rgba(0, 229, 255, 0.08), transparent 24%),
    radial-gradient(circle at 70% 62%, rgba(139, 92, 255, 0.1), transparent 28%);
  animation: ambient-drift 18s ease-in-out infinite alternate;
  pointer-events: none;
  content: "";
}

.motion-field {
  position: fixed;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.78;
  pointer-events: none;
}

.scroll-progress {
  position: fixed;
  z-index: 80;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--mint), var(--purple));
  box-shadow: 0 0 14px rgba(0, 229, 255, 0.6);
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left center;
  pointer-events: none;
}

main,
.site-footer {
  position: relative;
  z-index: 1;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--mint);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 100;
  padding: 0.8rem 1rem;
  border-radius: 12px;
  background: var(--mint);
  color: #02131d;
  font-weight: 800;
  text-decoration: none;
}

.skip-link:focus {
  top: 1rem;
}

.container {
  width: min(1180px, calc(100% - 2.2rem));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(0, 229, 255, 0.12);
  background: rgba(3, 7, 18, 0.78);
  backdrop-filter: blur(18px);
  transition: background 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.nav-shell {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  transition: min-height 260ms ease;
}

.is-scrolled .site-header {
  border-color: rgba(77, 255, 210, 0.2);
  background: rgba(3, 7, 18, 0.92);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.24);
}

.is-scrolled .nav-shell {
  min-height: 68px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  text-decoration: none;
  white-space: nowrap;
}

.brand-word {
  font-size: clamp(1.4rem, 2.7vw, 2rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  background: linear-gradient(90deg, var(--cyan), #55a8ff 48%, var(--purple));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-tv {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.6rem;
  padding: 0.08rem 0.48rem 0.18rem;
  border: 2px solid #ffb0c6;
  border-radius: 10px;
  background: var(--pink);
  color: white;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1.45;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.3rem;
}

.site-nav a {
  border-radius: 999px;
  padding: 0.58rem 0.8rem;
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: rgba(0, 229, 255, 0.1);
  color: white;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 9vw, 8.5rem) 0 4.5rem;
}

.hero::before {
  position: absolute;
  inset: -12rem -18rem -8rem 34%;
  background:
    radial-gradient(circle at 42% 44%, rgba(0, 229, 255, 0.15), transparent 34%),
    radial-gradient(circle at 72% 52%, rgba(139, 92, 255, 0.2), transparent 44%);
  filter: blur(22px);
  animation: aurora-breathe 10s ease-in-out infinite alternate;
  pointer-events: none;
  content: "";
}

.hero-motion {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-motion i {
  position: absolute;
  border: 1px solid rgba(77, 255, 210, 0.14);
  border-radius: 42% 58% 64% 36% / 42% 38% 62% 58%;
  box-shadow:
    inset 0 0 50px rgba(0, 229, 255, 0.025),
    0 0 65px rgba(139, 92, 255, 0.055);
  animation: hero-orbit 13s ease-in-out infinite alternate;
}

.hero-motion i:nth-child(1) {
  top: 4%;
  right: 7%;
  width: 22rem;
  height: 22rem;
}

.hero-motion i:nth-child(2) {
  right: 38%;
  bottom: 2%;
  width: 8rem;
  height: 8rem;
  border-color: rgba(139, 92, 255, 0.16);
  animation-duration: 9s;
  animation-delay: -3s;
}

.hero-motion i:nth-child(3) {
  top: 18%;
  left: 2%;
  width: 5rem;
  height: 5rem;
  border-color: rgba(0, 229, 255, 0.13);
  animation-duration: 7s;
  animation-delay: -5s;
}

.hero-grid {
  position: relative;
  width: min(1480px, calc(100% - 3.5rem));
  display: grid;
  grid-template-columns: minmax(420px, 0.78fr) minmax(620px, 1.22fr);
  align-items: center;
  gap: clamp(1.5rem, 3vw, 3.8rem);
}

.eyebrow,
.status-pill,
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--mint);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before,
.status-pill::before {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 18px rgba(77, 255, 210, 0.72);
  content: "";
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
}

h1 {
  margin-top: 1.2rem;
  font-size: clamp(3.1rem, 7.4vw, 6.5rem);
  letter-spacing: -0.065em;
}

h2 {
  font-size: clamp(2rem, 4.2vw, 3.55rem);
  letter-spacing: -0.04em;
}

h3 {
  font-size: 1.2rem;
}

.headline-line {
  display: inline-block;
  text-wrap: balance;
}

.gradient-text {
  background: linear-gradient(100deg, white 2%, #c7e7ff 28%, var(--mint) 54%, #6ab8ff 76%, var(--mint));
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: gradient-flow 7s ease-in-out infinite alternate;
}

.hero-copy {
  min-width: 0;
  max-width: 610px;
}

.js-ready .hero-copy > * {
  opacity: 0;
  transform: translateY(24px);
}

.js-ready .hero-copy.is-loaded > * {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 720ms ease var(--hero-delay, 0ms),
    transform 720ms cubic-bezier(0.2, 0.78, 0.24, 1) var(--hero-delay, 0ms);
}

.hero-copy > :nth-child(1) {
  --hero-delay: 80ms;
}

.hero-copy > :nth-child(2) {
  --hero-delay: 170ms;
}

.hero-copy > :nth-child(3) {
  --hero-delay: 260ms;
}

.hero-copy > :nth-child(4) {
  --hero-delay: 350ms;
}

.hero-copy > :nth-child(5) {
  --hero-delay: 440ms;
}

.hero-copy > p {
  max-width: 640px;
  margin: 1.4rem 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.actions-center {
  justify-content: center;
}

.button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.78rem 1.15rem;
  border: 1px solid rgba(0, 229, 255, 0.36);
  border-radius: 14px;
  background: rgba(15, 31, 62, 0.86);
  color: white;
  font-weight: 850;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button::after {
  position: absolute;
  inset: -40% auto -40% -55%;
  width: 36%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.48), transparent);
  transform: skewX(-18deg);
  transition: left 520ms ease;
  content: "";
}

.button:hover::after {
  left: 125%;
}

.button:hover {
  transform: translateY(-2px);
  border-color: var(--cyan);
  background: rgba(20, 44, 84, 0.94);
}

.button.primary {
  border-color: transparent;
  background: linear-gradient(90deg, var(--cyan), var(--mint));
  color: #02131d;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 2rem;
}

.trust-row span,
.mini-tag {
  border: 1px solid rgba(173, 193, 223, 0.17);
  border-radius: 999px;
  padding: 0.35rem 0.68rem;
  background: rgba(10, 23, 48, 0.65);
  color: #c7d4e7;
  font-size: 0.78rem;
  font-weight: 700;
}

.trust-row span {
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease, background 180ms ease;
}

.trust-row span:hover {
  transform: translateY(-2px);
  border-color: rgba(77, 255, 210, 0.52);
  background: rgba(0, 229, 255, 0.1);
  color: white;
}

.tv-demo {
  --demo-rotate-x: 0deg;
  --demo-rotate-y: 0deg;
  --spotlight-x: 60%;
  --spotlight-y: 35%;
  --demo-lift: 0px;
  position: relative;
  min-height: 520px;
  margin-left: -1rem;
  overflow: visible;
  isolation: isolate;
  opacity: 1;
  transform: translateY(var(--demo-lift)) perspective(1200px) rotateX(var(--demo-rotate-x)) rotateY(var(--demo-rotate-y));
  transform-style: preserve-3d;
  transition: transform 420ms ease, opacity 720ms ease;
}

.js-ready .tv-demo {
  --demo-lift: 28px;
  opacity: 0;
}

.js-ready .tv-demo.is-loaded {
  --demo-lift: 0px;
  opacity: 1;
}

.tv-demo::before {
  position: absolute;
  z-index: -1;
  inset: -11% -8% -13% -15%;
  border-radius: 48%;
  background:
    radial-gradient(ellipse at 58% 48%, rgba(20, 48, 104, 0.86) 0%, rgba(32, 20, 91, 0.52) 47%, transparent 76%),
    repeating-linear-gradient(135deg, transparent 0 34px, rgba(107, 133, 199, 0.07) 34px 68px);
  filter: blur(14px);
  opacity: 0.9;
  content: "";
}

.demo-inner {
  position: relative;
  z-index: 1;
  padding: 1.15rem 0.55rem 1.15rem 2.5rem;
  background: linear-gradient(90deg, rgba(7, 24, 58, 0) 0%, rgba(7, 24, 58, 0.6) 15%, rgba(8, 15, 42, 0.78) 74%, rgba(8, 15, 42, 0) 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 93%, transparent 100%);
  animation: demo-float 8s ease-in-out infinite alternate;
}

.demo-inner::after {
  position: absolute;
  inset: 0;
  z-index: 5;
  background: radial-gradient(circle at var(--spotlight-x) var(--spotlight-y), rgba(77, 255, 210, 0.12), transparent 26%);
  mix-blend-mode: screen;
  pointer-events: none;
  content: "";
}

.demo-appbar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 38px;
  color: #c7d4e7;
  font-size: 0.68rem;
}

.demo-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  white-space: nowrap;
}

.demo-brand strong {
  background: linear-gradient(90deg, var(--cyan), #61a8ff 52%, var(--purple));
  background-clip: text;
  color: transparent;
  font-size: 1rem;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.demo-brand b {
  border: 1px solid #ffb0c6;
  border-radius: 6px;
  padding: 0.04rem 0.28rem 0.09rem;
  background: var(--pink);
  color: white;
  font-size: 0.62rem;
  line-height: 1.25;
}

.demo-nav {
  display: flex;
  align-items: center;
  gap: 0.28rem;
  margin-left: auto;
}

.demo-plan {
  display: inline-flex;
  flex-direction: column;
  gap: 0.05rem;
  min-width: 58px;
  margin-left: 0.2rem;
  line-height: 1;
}

.demo-plan small {
  color: #8297b8;
  font-size: 0.42rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  white-space: nowrap;
}

.demo-plan > span {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  color: var(--cyan);
  font-size: 0.61rem;
  font-weight: 850;
}

.demo-plan b {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background: var(--cyan);
}

.demo-nav i {
  border: 1px solid rgba(0, 229, 255, 0.3);
  border-radius: 7px;
  padding: 0.27rem 0.37rem;
  background: rgba(16, 35, 69, 0.92);
  color: #e5ecf7;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.demo-nav i:first-child {
  border-color: rgba(0, 229, 255, 0.8);
  background: linear-gradient(135deg, var(--cyan), var(--mint));
  color: #03131d;
}

.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 10px;
  padding: 0.36rem 0.65rem;
  background: var(--pink);
  color: white;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.live-badge::before {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.6);
  animation: live-pulse 1.7s ease-out infinite;
  content: "";
}

.demo-feature {
  position: relative;
  display: flex;
  min-height: 260px;
  margin-top: 0.65rem;
  overflow: hidden;
  border: 1px solid rgba(0, 229, 255, 0.22);
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(4, 24, 52, 0.98) 0%, rgba(27, 17, 74, 0.8) 42%, rgba(6, 20, 43, 0.25) 72%, rgba(4, 16, 35, 0.6) 100%),
    url("world-animal-documentary-v1.webp") center / cover no-repeat;
  align-items: center;
  animation: image-breathe 12s ease-in-out infinite alternate;
}

.demo-feature::after {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(transparent, rgba(2, 9, 24, 0.9));
  content: "";
}

.demo-feature-copy {
  position: relative;
  z-index: 2;
  width: 72%;
  padding: 1.15rem;
}

.demo-feature-meta {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--cyan);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.demo-feature-copy > strong {
  display: block;
  margin-top: 0.75rem;
  font-size: clamp(1.7rem, 3.2vw, 2.45rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.demo-feature-copy p {
  margin: 0.35rem 0 0;
  color: #becce0;
  font-size: 0.74rem;
}

.demo-watch {
  display: inline-flex;
  margin-top: 0.9rem;
  border-radius: 8px;
  padding: 0.45rem 0.7rem;
  background: linear-gradient(90deg, var(--cyan), var(--mint));
  color: #02131d;
  font-size: 0.68rem;
  font-weight: 900;
}

.demo-channel-mark {
  position: absolute;
  z-index: 2;
  right: 1.35rem;
  display: grid;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  place-items: center;
  background: rgba(9, 24, 51, 0.72);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.35);
  color: white;
  font-size: 1.25rem;
  font-weight: 950;
  letter-spacing: -0.07em;
  backdrop-filter: blur(10px);
}

.wa-mark {
  display: flex;
  gap: 0.05rem;
  flex-direction: column;
}

.wa-mark b {
  background: linear-gradient(135deg, #ffffff 5%, #72f4dc 55%, #00c8ee 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1.45rem;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.1em;
}

.wa-mark small {
  color: #c8d9ea;
  font-size: 0.34rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.demo-shelf-heading {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  margin: 0.8rem 0 0.45rem;
}

.demo-shelf-heading strong {
  font-size: 0.88rem;
}

.demo-shelf-heading span {
  color: var(--cyan);
  font-size: 0.58rem;
  font-weight: 800;
}

.channel-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.48rem;
}

.channel-tile {
  position: relative;
  display: flex;
  min-height: 100px;
  overflow: hidden;
  border: 1px solid rgba(0, 229, 255, 0.2);
  border-radius: 12px;
  padding: 0.68rem;
  background: linear-gradient(155deg, rgba(0, 124, 145, 0.9), rgba(8, 13, 23, 0.98));
  flex-direction: column;
  justify-content: flex-end;
}

.channel-tile:nth-child(2) {
  background: linear-gradient(155deg, rgba(91, 45, 180, 0.88), rgba(8, 13, 23, 0.98));
}

.channel-tile:nth-child(3) {
  background: linear-gradient(155deg, rgba(161, 40, 104, 0.85), rgba(8, 13, 23, 0.98));
}

.channel-tile:nth-child(4) {
  background: linear-gradient(155deg, rgba(24, 137, 104, 0.85), rgba(8, 13, 23, 0.98));
}

.channel-tile-art {
  background:
    linear-gradient(180deg, rgba(6, 30, 61, 0.1), rgba(5, 12, 28, 0.96)),
    url("world-animal-documentary-v1.webp") center / cover no-repeat;
}

.channel-tile.channel-tile-city {
  background:
    linear-gradient(180deg, rgba(19, 30, 69, 0.08), rgba(7, 11, 29, 0.94)),
    url("fictional-channel-city-v1.jpg") center / cover no-repeat;
}

.wa-tile-mark {
  color: var(--mint);
}

.tile-mark {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  place-items: center;
  background: rgba(10, 25, 53, 0.72);
  color: white;
  font-size: 0.58rem;
  font-weight: 950;
  backdrop-filter: blur(8px);
}

.channel-tile strong {
  position: relative;
  z-index: 1;
  font-size: 0.72rem;
  line-height: 1.15;
}

.channel-tile small {
  position: relative;
  z-index: 1;
  margin-top: 0.2rem;
  color: #b9c7db;
  font-size: 0.54rem;
}

.demo-disclaimer {
  display: block;
  margin-top: 0.55rem;
  color: rgba(190, 204, 224, 0.62);
  font-size: 0.52rem;
  text-align: right;
}

.section {
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
  scroll-margin-top: 88px;
}

.promise-band {
  position: relative;
  z-index: 2;
  padding: 0 0 clamp(2.5rem, 5vw, 4.5rem);
}

.hero-marquee {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-block: 1px solid rgba(0, 229, 255, 0.16);
  background:
    linear-gradient(90deg, rgba(0, 229, 255, 0.055), rgba(139, 92, 255, 0.07), rgba(77, 255, 210, 0.05)),
    rgba(3, 10, 28, 0.66);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
}

.hero-marquee-static {
  display: none;
}

.hero-marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-flow 27s linear infinite;
  animation-delay: 550ms;
}

.hero-marquee-track > div {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  padding: 0.68rem 1.75rem;
  white-space: nowrap;
}

.hero-marquee span {
  color: var(--mint);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-shadow: 0 0 18px rgba(77, 255, 210, 0.2);
  text-transform: uppercase;
}

.hero-marquee b {
  color: var(--mint);
  font-size: 0.68rem;
  text-shadow: 0 0 16px rgba(77, 255, 210, 0.7);
}

.promise-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(77, 255, 210, 0.25);
  border-radius: 22px;
  background: rgba(5, 16, 40, 0.72);
  box-shadow: 0 18px 65px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
}

.promise-grid > div {
  position: relative;
  display: grid;
  min-height: 116px;
  padding: 1.25rem 1.5rem 1.25rem 4.1rem;
  align-content: center;
}

.promise-grid > div + div {
  border-left: 1px solid rgba(0, 229, 255, 0.15);
}

.promise-number {
  position: absolute;
  left: 1.35rem;
  color: var(--mint);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.promise-grid strong {
  font-size: 1.12rem;
}

.promise-grid small {
  margin-top: 0.15rem;
  color: var(--muted);
}

.section-heading {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: end;
  margin-bottom: 2.2rem;
}

.section-heading p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.feature-grid,
.steps-grid,
.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.feature-card,
.step-card,
.plan-card,
.policy-nav,
.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(13, 31, 64, 0.9), rgba(8, 12, 31, 0.88));
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.15);
}

.feature-card,
.step-card,
.plan-card {
  min-height: 220px;
  padding: 1.5rem;
}

.feature-card,
.plan-card,
.pricing-card {
  position: relative;
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.feature-card::before,
.plan-card::before,
.pricing-card::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, rgba(0, 229, 255, 0.1), transparent 34%, transparent 70%, rgba(139, 92, 255, 0.11));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
  content: "";
}

.feature-card::after,
.plan-card::after,
.pricing-card::after {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at var(--card-x, 50%) var(--card-y, 50%),
    rgba(77, 255, 210, 0.15),
    transparent 34%
  );
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
  content: "";
}

.feature-card:hover,
.plan-card:hover,
.pricing-card:hover {
  transform: translateY(-6px);
  border-color: rgba(77, 255, 210, 0.5);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.28);
}

.feature-card:hover::before,
.plan-card:hover::before,
.pricing-card:hover::before {
  opacity: 1;
}

.feature-card:hover::after,
.plan-card:hover::after,
.pricing-card:hover::after {
  opacity: 1;
}

.icon-box {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(77, 255, 210, 0.34);
  border-radius: 14px;
  background: rgba(0, 229, 255, 0.11);
  color: var(--mint);
  font-size: 1.1rem;
  font-weight: 900;
}

.feature-card h3,
.step-card h3,
.plan-card h3 {
  margin-top: 1.3rem;
}

.feature-card p,
.step-card p,
.plan-card p {
  margin: 0.65rem 0 0;
  color: var(--muted);
}

.privacy-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 6vw, 4.5rem);
  border: 1px solid rgba(77, 255, 210, 0.34);
  border-radius: 30px;
  background:
    radial-gradient(circle at 86% 32%, rgba(77, 255, 210, 0.15), transparent 27%),
    linear-gradient(110deg, rgba(6, 46, 89, 0.95), rgba(37, 16, 100, 0.9));
  box-shadow: var(--shadow);
}

.privacy-panel::after {
  position: absolute;
  top: -35%;
  right: -12%;
  width: 42%;
  aspect-ratio: 1;
  border: 1px solid rgba(77, 255, 210, 0.16);
  border-radius: 50%;
  box-shadow:
    0 0 0 38px rgba(77, 255, 210, 0.025),
    0 0 0 78px rgba(139, 92, 255, 0.025);
  animation: privacy-orbit 16s linear infinite;
  pointer-events: none;
  content: "";
}

.privacy-panel > * {
  position: relative;
  z-index: 1;
}

.privacy-panel p {
  max-width: 720px;
  margin: 1rem 0 0;
  color: #c7d4e7;
  font-size: 1.05rem;
}

.privacy-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 2rem;
}

.privacy-proof-grid article {
  min-height: 150px;
  border: 1px solid rgba(77, 255, 210, 0.26);
  border-radius: 18px;
  padding: 1.15rem;
  background: rgba(3, 12, 32, 0.48);
  backdrop-filter: blur(12px);
}

.privacy-proof-grid strong,
.privacy-proof-grid span {
  display: block;
}

.privacy-proof-grid strong {
  color: white;
  font-size: 1.02rem;
}

.privacy-proof-grid span {
  margin-top: 0.5rem;
  color: #bed0e7;
  font-size: 0.9rem;
}

.section-compact {
  padding-top: clamp(2.5rem, 5vw, 4.5rem);
  padding-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.product-page-hero {
  padding-bottom: clamp(3rem, 7vw, 6rem);
}

.product-page-hero h1 {
  max-width: 1080px;
}

.product-page-hero p {
  max-width: 880px;
}

.faq-shell {
  max-width: 980px;
}

.faq-shell > h2 {
  margin-top: 0.75rem;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
  margin-top: 2rem;
}

.faq-list article {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.35rem 1.5rem;
  background: linear-gradient(145deg, rgba(13, 31, 64, 0.84), rgba(8, 12, 31, 0.78));
}

.faq-list p {
  margin: 0.55rem 0 0;
  color: var(--muted);
}

.plan-card.featured {
  border-color: rgba(77, 255, 210, 0.7);
  background: linear-gradient(145deg, rgba(0, 124, 145, 0.36), rgba(39, 24, 91, 0.9));
}

.plans-section {
  position: relative;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.pricing-card {
  display: flex;
  min-height: 430px;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: clamp(1.6rem, 4vw, 2.4rem);
  background: linear-gradient(145deg, rgba(13, 31, 64, 0.94), rgba(8, 12, 31, 0.92));
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.18);
  flex-direction: column;
}

.pricing-card.premium {
  border-color: rgba(77, 255, 210, 0.68);
  background:
    radial-gradient(circle at 82% 10%, rgba(77, 255, 210, 0.17), transparent 31%),
    linear-gradient(145deg, rgba(7, 76, 108, 0.88), rgba(41, 20, 99, 0.94));
  box-shadow: 0 26px 80px rgba(27, 11, 77, 0.35);
}

.best-value {
  align-self: flex-start;
  margin-bottom: 1.15rem;
  border: 1px solid rgba(77, 255, 210, 0.48);
  border-radius: 999px;
  padding: 0.34rem 0.66rem;
  background: rgba(77, 255, 210, 0.11);
  color: var(--mint);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.pricing-card h3 {
  margin-top: 0.65rem;
  font-size: clamp(1.35rem, 3vw, 1.9rem);
}

.price-line {
  margin: 0.7rem 0 0;
  color: white;
  font-size: clamp(1.75rem, 4vw, 2.7rem);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.check-list {
  display: grid;
  gap: 0.78rem;
  margin: 1.6rem 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 1.65rem;
  color: #d9e5f5;
}

.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--mint);
  font-weight: 950;
  content: "✓";
}

.pricing-note {
  margin-top: auto;
  color: var(--muted);
  font-size: 0.86rem;
}

.pricing-disclaimer {
  max-width: 820px;
  margin: 1.2rem auto 0;
  color: #8fa5c5;
  font-size: 0.82rem;
  text-align: center;
}

.plan-label {
  color: var(--cyan);
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.plan-card ul {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
  color: #d6e1f1;
}

.notice {
  margin-top: 2rem;
  padding: 1.1rem 1.2rem;
  border-left: 4px solid var(--pink);
  border-radius: 0 14px 14px 0;
  background: rgba(255, 45, 104, 0.08);
  color: #d9e4f4;
}

.cta {
  padding: 1.5rem 0 7rem;
}

.cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(2rem, 5vw, 3.5rem);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(105deg, #06325d, #24105b 58%, #071b38);
  box-shadow: var(--shadow);
}

.cta-card p {
  margin: 0.65rem 0 0;
  color: var(--muted);
}

.site-footer {
  border-top: 1px solid rgba(0, 229, 255, 0.12);
  background: rgba(2, 5, 14, 0.72);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(2, 0.8fr);
  gap: 2rem;
  padding: 3rem 0;
}

.footer-grid p {
  max-width: 430px;
  margin: 0.75rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-links {
  display: grid;
  align-content: start;
  gap: 0.55rem;
}

.footer-links strong {
  margin-bottom: 0.25rem;
}

.footer-links a {
  color: var(--muted);
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--cyan);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 0 1.8rem;
  border-top: 1px solid rgba(173, 193, 223, 0.1);
  color: #8599b8;
  font-size: 0.78rem;
}

.page-hero {
  padding: 5.5rem 0 3rem;
}

.page-hero h1 {
  max-width: 880px;
  font-size: clamp(2.8rem, 6vw, 5rem);
}

.page-hero p {
  max-width: 760px;
  margin: 1.2rem 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.last-updated {
  display: inline-block;
  margin-top: 1.2rem;
  color: #8fa5c5;
  font-size: 0.82rem;
}

.privacy-summary {
  margin-bottom: clamp(3rem, 7vw, 6rem);
  border: 1px solid rgba(77, 255, 210, 0.34);
  border-radius: 28px;
  padding: clamp(1.5rem, 4vw, 3rem);
  background:
    radial-gradient(circle at 84% 20%, rgba(77, 255, 210, 0.1), transparent 26%),
    linear-gradient(135deg, rgba(7, 38, 75, 0.94), rgba(25, 14, 72, 0.86));
}

.privacy-summary > h2 {
  max-width: 820px;
  margin-top: 0.7rem;
}

.policy-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 760px);
  align-items: start;
  justify-content: space-between;
  gap: clamp(2rem, 7vw, 6rem);
  padding-bottom: 7rem;
}

.policy-nav {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 0.2rem;
  padding: 1rem;
}

.policy-nav a {
  border-radius: 10px;
  padding: 0.52rem 0.65rem;
  color: var(--muted);
  font-size: 0.85rem;
  text-decoration: none;
}

.policy-nav a:hover {
  background: rgba(0, 229, 255, 0.08);
  color: white;
}

.prose section {
  scroll-margin-top: 110px;
  padding: 0 0 2.6rem;
}

.prose h2 {
  font-size: clamp(1.55rem, 3vw, 2.15rem);
}

.prose h3 {
  margin-top: 1.5rem;
}

.prose p,
.prose li {
  color: #c3d0e3;
}

.prose ul,
.prose ol {
  padding-left: 1.35rem;
}

.prose a {
  color: var(--cyan);
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding-bottom: 2rem;
}

.support-card {
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(10, 23, 48, 0.8);
}

.support-card p {
  margin: 0.6rem 0 0;
  color: var(--muted);
}

.contact-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin: 2rem 0 7rem;
  padding: 2rem;
}

.contact-card p {
  margin: 0.45rem 0 0;
  color: var(--muted);
}

.error-page {
  min-height: calc(100vh - 200px);
  display: grid;
  place-items: center;
  padding: 5rem 0;
  text-align: center;
}

.error-code {
  font-size: clamp(5rem, 18vw, 11rem);
  font-weight: 950;
  line-height: 0.9;
  background: linear-gradient(90deg, var(--cyan), var(--purple));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@keyframes ambient-drift {
  0% {
    transform: translate3d(-3%, -2%, 0) scale(1);
  }
  100% {
    transform: translate3d(4%, 3%, 0) scale(1.08);
  }
}

@keyframes hero-orbit {
  0% {
    transform: translate3d(-8px, 12px, 0) rotate(-8deg) scale(0.96);
  }
  100% {
    transform: translate3d(18px, -16px, 0) rotate(18deg) scale(1.08);
  }
}

@keyframes demo-float {
  0% {
    transform: translate3d(0, 4px, 0);
  }
  100% {
    transform: translate3d(0, -8px, 0);
  }
}

@keyframes marquee-flow {
  to {
    transform: translateX(-50%);
  }
}

@keyframes aurora-breathe {
  0% {
    transform: translate3d(-2%, 0, 0) scale(0.98);
    opacity: 0.76;
  }
  100% {
    transform: translate3d(2%, -1%, 0) scale(1.06);
    opacity: 1;
  }
}

@keyframes gradient-flow {
  to {
    background-position: 100% 50%;
  }
}

@keyframes live-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.62);
  }
  70% {
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes image-breathe {
  to {
    background-position: 52% center;
  }
}

@keyframes privacy-orbit {
  to {
    transform: rotate(360deg);
  }
}

.js-ready .section-heading,
.js-ready .feature-card,
.js-ready .privacy-panel,
.js-ready .pricing-card,
.js-ready .plan-card,
.js-ready .cta-card {
  opacity: 0;
  transform: translateY(24px);
}

.js-ready .section-heading.is-visible,
.js-ready .feature-card.is-visible,
.js-ready .privacy-panel.is-visible,
.js-ready .pricing-card.is-visible,
.js-ready .plan-card.is-visible,
.js-ready .cta-card.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 620ms ease var(--reveal-delay, 0ms),
    transform 620ms cubic-bezier(0.2, 0.75, 0.25, 1) var(--reveal-delay, 0ms),
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.js-ready .feature-card.is-visible:hover,
.js-ready .plan-card.is-visible:hover,
.js-ready .pricing-card.is-visible:hover {
  transform: translateY(-6px);
}

@media (min-width: 1400px) {
  .demo-inner {
    padding: 1.4rem 0.7rem 1.35rem 2.8rem;
  }

  .demo-appbar {
    gap: 0.9rem;
    min-height: 46px;
    font-size: 0.76rem;
  }

  .demo-brand strong {
    font-size: 1.12rem;
  }

  .demo-brand b {
    font-size: 0.7rem;
  }

  .demo-plan {
    min-width: 68px;
  }

  .demo-plan small {
    font-size: 0.47rem;
  }

  .demo-plan > span {
    font-size: 0.68rem;
  }

  .demo-nav {
    gap: 0.34rem;
  }

  .demo-nav i {
    padding: 0.32rem 0.4rem;
  }

  .demo-feature {
    min-height: 285px;
    margin-top: 0.8rem;
    border-radius: 20px;
  }

  .demo-feature-copy {
    padding: 1.45rem;
  }

  .demo-feature-meta {
    font-size: 0.66rem;
  }

  .demo-feature-copy > strong {
    font-size: clamp(2.2rem, 2.5vw, 3rem);
  }

  .demo-feature-copy p {
    font-size: 0.86rem;
  }

  .demo-watch {
    padding: 0.55rem 0.85rem;
    font-size: 0.76rem;
  }

  .demo-channel-mark {
    right: 1.65rem;
    width: 88px;
    height: 88px;
  }

  .wa-mark b {
    font-size: 1.7rem;
  }

  .wa-mark small {
    font-size: 0.39rem;
  }

  .demo-shelf-heading {
    margin: 1rem 0 0.55rem;
  }

  .demo-shelf-heading strong {
    font-size: 1rem;
  }

  .demo-shelf-heading span {
    font-size: 0.66rem;
  }

  .channel-strip {
    gap: 0.6rem;
  }

  .channel-tile {
    min-height: 112px;
    padding: 0.82rem;
  }

  .tile-mark {
    width: 34px;
    height: 34px;
    font-size: 0.66rem;
  }

  .channel-tile strong {
    font-size: 0.82rem;
  }

  .channel-tile small {
    font-size: 0.61rem;
  }
}

@media (max-width: 1200px) {
  .hero-grid {
    width: min(1180px, calc(100% - 2.2rem));
    grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
    gap: clamp(1rem, 3vw, 2.8rem);
  }

  .tv-demo {
    min-height: 455px;
    margin-left: -1.5rem;
  }

  .demo-feature {
    min-height: 224px;
  }

  .channel-tile {
    min-height: 88px;
  }
}

@media (max-width: 900px) {
  .hero-grid,
  .section-heading,
  .policy-layout {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    width: min(1180px, calc(100% - 2.2rem));
    gap: 3rem;
  }

  .tv-demo {
    min-height: 455px;
    margin-left: 0;
  }

  .feature-grid,
  .steps-grid,
  .plan-grid,
  .privacy-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .policy-nav {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 1.25rem, 1180px);
  }

  .nav-shell {
    min-height: 70px;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.65rem;
    padding: 0.75rem 0;
  }

  .site-nav {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.15rem;
  }

  .site-nav a {
    flex: 0 0 auto;
  }

  .hero {
    padding-top: 3.2rem;
  }

  .motion-field {
    opacity: 0.52;
  }

  .hero-motion i:nth-child(1) {
    right: -10rem;
    width: 19rem;
    height: 19rem;
  }

  .hero-marquee-track > div {
    gap: 1rem;
    padding-block: 0.62rem;
  }

  .hero-marquee span {
    font-size: 0.68rem;
  }

  h1 {
    font-size: clamp(2.75rem, 14vw, 4.2rem);
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .tv-demo {
    min-height: 500px;
  }

  .demo-inner {
    padding-inline: 0.45rem;
    background: rgba(7, 18, 46, 0.54);
    -webkit-mask-image: none;
    mask-image: none;
  }

  .demo-appbar {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .demo-plan {
    margin-left: auto;
  }

  .demo-nav {
    order: 3;
    width: 100%;
    overflow: hidden;
  }

  .demo-nav i:nth-child(2),
  .demo-nav i:nth-child(3),
  .demo-nav i:nth-child(4) {
    display: none;
  }

  .demo-feature {
    min-height: 230px;
  }

  .demo-feature-copy {
    width: 78%;
    padding: 0.9rem;
  }

  .demo-channel-mark {
    right: 0.8rem;
    width: 58px;
    height: 58px;
  }

  .channel-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .channel-tile {
    min-height: 82px;
  }

  .feature-grid,
  .steps-grid,
  .plan-grid,
  .pricing-grid,
  .privacy-proof-grid,
  .support-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .step-card,
  .plan-card {
    min-height: auto;
  }

  .cta-card,
  .contact-card,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .policy-nav {
    grid-template-columns: 1fr;
  }

  .promise-grid {
    grid-template-columns: 1fr;
  }

  .promise-grid > div {
    min-height: 96px;
  }

  .promise-grid > div + div {
    border-top: 1px solid rgba(0, 229, 255, 0.15);
    border-left: 0;
  }

  .pricing-card {
    min-height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: 0.01ms !important;
  }

  .js-ready .section-heading,
  .js-ready .feature-card,
  .js-ready .privacy-panel,
  .js-ready .pricing-card,
  .js-ready .plan-card,
  .js-ready .cta-card {
    opacity: 1;
    transform: none;
  }

  .motion-field,
  .scroll-progress,
  .hero-motion {
    display: none;
  }

  .hero-marquee {
    border: 0;
    background: transparent;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .hero-marquee-track {
    display: none;
  }

  .hero-marquee-static {
    display: inline-flex;
    color: var(--mint);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .js-ready .hero-copy > *,
  .js-ready .tv-demo {
    opacity: 1;
    transform: none;
  }
}
