:root {
  color: #eff6ff;
  background: #05080d;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 78% 8%, rgba(196, 255, 46, 0.14), transparent 24rem),
    radial-gradient(circle at 16% 8%, rgba(196, 255, 46, 0.08), transparent 18rem),
    linear-gradient(145deg, #080c12 0%, #05080d 55%, #020407 100%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(5, 8, 13, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 13px;
  background: #c7ff2e;
  color: #060a0f;
  font-weight: 900;
}

nav {
  display: flex;
  gap: 22px;
  color: #8993a3;
  font-size: 0.95rem;
}

nav a:hover {
  color: #ffffff;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  border-radius: 8px;
  font-weight: 750;
}

.header-cta {
  padding: 0 16px;
  background: #121821;
  color: #ffffff;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 74px);
  padding: clamp(56px, 8vw, 108px) clamp(20px, 5vw, 72px);
}

.eyebrow {
  margin: 0 0 14px;
  color: #c7ff2e;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(2.55rem, 6vw, 5.6rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.lead {
  max-width: 650px;
  color: #c4d7ec;
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  line-height: 1.65;
}

.hero-actions,
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 28px;
}

.button {
  padding: 0 20px;
}

.button.primary {
  background: #c7ff2e;
  color: #060a0f;
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #eaf5ff;
}

.trust-row {
  color: #98a2b3;
  font-size: 0.92rem;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.product-stage {
  position: relative;
  min-height: 520px;
}

.tv-frame {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(199, 255, 46, 0.12), rgba(255, 255, 255, 0.035));
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.45);
}

.app-screen {
  overflow: hidden;
  min-height: 480px;
  border-radius: 12px;
  background: #06090e;
}

.screen-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.search-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 8px;
  border: 1px solid #232b38;
  background: #10151e;
  color: #8993a3;
  font-size: 0.86rem;
}

.screen-layout {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  padding: 20px;
}

.dashboard-layout {
  grid-template-columns: 174px 1fr;
  gap: 0;
  padding: 0;
}

.app-sidebar {
  min-height: 480px;
  padding: 22px 14px;
  border-right: 1px solid #1d2430;
  background: #080c12;
}

.mini-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
  color: #f8fbff;
  font-size: 0.76rem;
  text-transform: uppercase;
}

.mini-brand span,
.avatar {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 11px;
  background: #c7ff2e;
  color: #060a0f;
  font-weight: 900;
}

.app-sidebar small {
  margin: 10px 10px 8px;
  color: #697386;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.app-sidebar span {
  display: block;
  padding: 12px 10px;
  border-radius: 8px;
  color: #98a2b3;
  font-size: 0.88rem;
  font-weight: 700;
}

.app-sidebar .active {
  background: rgba(199, 255, 46, 0.12);
  color: #f8fbff;
}

.dashboard-preview {
  padding: 22px;
}

.preview-topbar,
.content-cards,
.stats-grid {
  display: grid;
  gap: 14px;
}

.preview-topbar {
  grid-template-columns: 1fr 42px;
  align-items: center;
  margin-bottom: 16px;
}

.content-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 26px;
}

.poster-card {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  padding: 16px;
  border: 1px solid #222a36;
  border-radius: 14px;
  background:
    radial-gradient(circle at 70% 28%, rgba(255, 255, 255, 0.12), transparent 5rem),
    linear-gradient(135deg, rgba(90, 48, 42, 0.74), rgba(19, 22, 29, 0.96));
}

.poster-card.green {
  background:
    radial-gradient(circle at 70% 28%, rgba(255, 255, 255, 0.11), transparent 5rem),
    linear-gradient(135deg, rgba(46, 73, 31, 0.8), rgba(19, 22, 29, 0.96));
}

.poster-card span {
  align-self: flex-start;
  padding: 5px 8px;
  border-radius: 6px;
  background: #ff4d6a;
  color: #ffffff;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.poster-card strong {
  color: #f8fbff;
  font-size: 0.82rem;
}

.poster-card small,
.stats-grid small {
  color: #98a2b3;
}

.dashboard-preview h3 {
  margin: 0 0 14px;
  font-size: 1.1rem;
}

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

.stats-grid div {
  min-height: 82px;
  padding: 16px;
  border: 1px solid #222a36;
  border-radius: 14px;
  background: #11161f;
}

.stats-grid strong {
  display: block;
  margin-top: 12px;
  color: #f8fbff;
  font-size: 1.55rem;
}

.screen-layout > aside:not(.app-sidebar) {
  display: grid;
  gap: 10px;
}

.screen-layout > aside:not(.app-sidebar) span {
  padding: 12px;
  border-radius: 8px;
  color: #b3c7dc;
}

.screen-layout > aside:not(.app-sidebar) .active {
  background: #c7ff2e;
  color: #060a0f;
  font-weight: 800;
}

.guide {
  display: grid;
  gap: 12px;
}

.guide-row {
  display: grid;
  grid-template-columns: 130px 1.2fr 0.9fr 0.6fr;
  gap: 8px;
  align-items: stretch;
}

.channel,
.program {
  min-height: 54px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.channel {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
}

.channel span {
  display: grid;
  min-width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 7px;
  background: rgba(199, 255, 46, 0.15);
  color: #c7ff2e;
}

.program {
  background: linear-gradient(135deg, rgba(199, 255, 46, 0.35), rgba(255, 255, 255, 0.08));
}

.program.short {
  opacity: 0.58;
}

.phone-card {
  position: absolute;
  right: 24px;
  bottom: 0;
  display: grid;
  gap: 8px;
  width: 210px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(10, 28, 48, 0.9);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.35);
}

.phone-card span {
  color: #bdd0e6;
  font-size: 0.92rem;
}

.legal-band {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 clamp(20px, 5vw, 72px);
  padding: 22px;
  border: 1px solid rgba(199, 255, 46, 0.25);
  border-radius: 10px;
  background: rgba(199, 255, 46, 0.08);
  color: #dcecff;
}

.legal-band svg {
  flex: 0 0 auto;
  color: #c7ff2e;
}

.legal-band p {
  margin: 0;
  line-height: 1.55;
}

.section,
.split-section,
.how,
.faq {
  padding: clamp(70px, 9vw, 118px) clamp(20px, 5vw, 72px);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.section-heading p:not(.eyebrow),
.split-section p {
  color: #c4d7ec;
  line-height: 1.7;
}

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

.feature-card,
.price-card,
.steps article {
  border: 1px solid #222a36;
  border-radius: 14px;
  background: #11161f;
}

.feature-card {
  padding: 24px;
}

.feature-card svg {
  color: #c7ff2e;
}

.icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  background: rgba(199, 255, 46, 0.12);
  color: #c7ff2e;
  font-size: 1.35rem;
  font-weight: 900;
}

.feature-card h3 {
  margin: 18px 0 10px;
}

.feature-card p,
.price-card p,
.faq p,
footer p {
  color: #bdd0e6;
  line-height: 1.6;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: 40px;
  align-items: center;
  background: #080c12;
}

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

.device-grid span {
  display: flex;
  align-items: center;
  min-height: 86px;
  padding: 18px;
  border: 1px solid #222a36;
  border-radius: 14px;
  background: #11161f;
  color: #eff6ff;
  font-weight: 800;
}

.dark {
  background: #05080d;
}

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

.price-card {
  padding: 28px;
}

.price-card span {
  color: #c7ff2e;
  font-size: 0.86rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.price-card h3 {
  margin: 16px 0 10px;
  font-size: 3rem;
}

.premium {
  border-color: rgba(199, 255, 46, 0.42);
  background: linear-gradient(145deg, rgba(199, 255, 46, 0.14), rgba(17, 22, 31, 0.98));
}

ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  color: #dcecff;
}

li::before {
  content: "✓";
  margin-right: 9px;
  color: #c7ff2e;
}

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

.steps article {
  padding: 24px;
}

.steps span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: #c7ff2e;
  color: #060a0f;
  font-weight: 900;
}

.steps p {
  margin: 18px 0 0;
  color: #dcecff;
  line-height: 1.55;
}

.faq {
  max-width: 980px;
}

.legal-page {
  max-width: 980px;
  padding: clamp(58px, 8vw, 96px) clamp(20px, 5vw, 72px);
}

.legal-page h1 {
  max-width: 900px;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
}

.legal-content {
  margin-top: 34px;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid #222a36;
  border-radius: 18px;
  background: #11161f;
}

.legal-content h2 {
  margin-top: 34px;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.legal-content h2:first-of-type {
  margin-top: 10px;
}

.legal-content p,
.legal-content li {
  color: #c4d0df;
  line-height: 1.75;
}

.legal-content a,
footer a {
  color: #c7ff2e;
}

details {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 20px 0;
}

summary {
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 800;
}

details p {
  margin: 14px 0 0;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 5vw, 72px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer p {
  margin: 0;
}

@media (max-width: 980px) {
  .site-header {
    position: static;
  }

  nav,
  .header-cta {
    display: none;
  }

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

  .product-stage {
    min-height: auto;
  }

  .feature-grid,
  .pricing-grid,
  .steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: 42px;
  }

  h1 {
    font-size: 2.55rem;
  }

  .tv-frame {
    padding: 8px;
    border-radius: 12px;
  }

  .app-screen {
    min-height: 360px;
  }

  .screen-layout {
    grid-template-columns: 1fr;
  }

  .dashboard-layout {
    grid-template-columns: 1fr;
  }

  .app-sidebar {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #1d2430;
  }

  .app-sidebar span {
    display: inline-block;
    margin: 0 6px 8px 0;
  }

  .content-cards,
  .stats-grid,
  .preview-topbar {
    grid-template-columns: 1fr;
  }

  .avatar {
    display: none;
  }

  .guide-row {
    grid-template-columns: 1fr;
  }

  .program {
    display: none;
  }

  .phone-card {
    position: static;
    width: auto;
    margin-top: 14px;
  }

  .legal-band,
  footer {
    align-items: flex-start;
    flex-direction: column;
  }

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