:root {
  --bg: #071118;
  --panel: #10212b;
  --panel-soft: #152d36;
  --text: #f6fbf9;
  --muted: #bdd0cd;
  --accent: #22c55e;
  --accent-strong: #16a34a;
  --gold: #f4c542;
  --line: rgba(255, 255, 255, 0.12);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

a {
  color: inherit;
}

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

.brand,
.nav,
.hero-actions,
.quick-stats,
.trust-band,
.screen-top {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: var(--accent);
  color: #03130a;
}

.nav {
  gap: clamp(12px, 3vw, 28px);
}

.nav a,
.header-cta {
  color: var(--muted);
  font-weight: 700;
  text-decoration: none;
}

.nav a:hover,
.header-cta:hover {
  color: var(--text);
}

.header-cta {
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  min-height: 680px;
  padding: clamp(54px, 8vw, 96px) clamp(18px, 5vw, 72px) 48px;
  background:
    radial-gradient(circle at 82% 18%, rgba(34, 197, 94, 0.2), transparent 34%),
    linear-gradient(135deg, #071118 0%, #0d1f26 58%, #102c25 100%);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 820px;
  margin-bottom: 20px;
  font-size: clamp(2.2rem, 7vw, 4.7rem);
  line-height: 1.02;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(1.75rem, 4vw, 3rem);
  line-height: 1.1;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.hero-text,
.section-heading p,
.split-section p,
.seo-content p,
.final-cta p {
  color: var(--muted);
  font-size: 1.08rem;
}

.hero-text {
  max-width: 680px;
  margin-bottom: 26px;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.button,
.price-card a,
.floating-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary,
.price-card a,
.floating-whatsapp {
  background: var(--accent);
  color: #03130a;
}

.button.primary:hover,
.price-card a:hover,
.floating-whatsapp:hover {
  background: var(--accent-strong);
}

.button.secondary {
  border: 1px solid var(--line);
  color: var(--text);
}

.quick-stats {
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
}

.quick-stats div {
  min-width: 128px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.quick-stats dt {
  font-size: 1.25rem;
  font-weight: 900;
}

.quick-stats dd {
  margin: 0;
  color: var(--muted);
}

.tv-showcase {
  position: relative;
  min-height: 430px;
}

.screen {
  min-height: 390px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
    linear-gradient(145deg, #183641 0%, #0d1b22 100%);
  box-shadow: var(--shadow);
}

.screen-top {
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
}

.match-card {
  display: flex;
  gap: 14px;
  align-items: center;
  min-height: 170px;
  margin: 40px 0 24px;
  padding: 22px;
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(34, 197, 94, 0.38), rgba(244, 197, 66, 0.18)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='300' viewBox='0 0 600 300'%3E%3Cg fill='none' stroke='rgba(255,255,255,0.22)' stroke-width='3'%3E%3Cpath d='M0 150h600M300 0v300M212 75h176v150H212z'/%3E%3Ccircle cx='300' cy='150' r='48'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
}

.match-card p {
  margin-bottom: 4px;
  color: #e8fff0;
  font-weight: 800;
}

.match-card strong {
  display: block;
  font-size: clamp(1.3rem, 3vw, 2rem);
  line-height: 1.15;
}

.live-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ff3b30;
  box-shadow: 0 0 0 8px rgba(255, 59, 48, 0.24);
}

.channel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.channel-grid span {
  min-height: 64px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  font-weight: 900;
}

.remote-panel {
  position: absolute;
  right: 24px;
  bottom: -10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  width: min(280px, 70%);
  padding: 14px;
  border-radius: 8px;
  background: #f5f8f3;
  box-shadow: var(--shadow);
}

.remote-panel span {
  height: 34px;
  border-radius: 8px;
  background: #17313a;
}

.remote-panel span:first-child {
  background: var(--accent);
}

.trust-band {
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px;
  background: #0d1f26;
  border-block: 1px solid var(--line);
}

.trust-band p {
  margin: 0;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted);
  font-weight: 800;
}

.section {
  padding: clamp(58px, 8vw, 96px) clamp(18px, 5vw, 72px);
}

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

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

.feature,
.price-card,
.faq details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.feature {
  padding: 22px;
}

.feature p,
.price-card p,
.faq p,
.footer p {
  color: var(--muted);
}

.icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 8px;
  background: rgba(34, 197, 94, 0.14);
  color: var(--accent);
  font-weight: 900;
}

.split-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 30px;
  align-items: start;
  background: #0a171d;
}

.device-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.device-list li {
  padding: 16px;
  border-left: 4px solid var(--accent);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted);
  font-weight: 700;
}

.pricing-section {
  background: #071118;
}

.price-card {
  position: relative;
  padding: 24px;
}

.price-card.highlighted {
  border-color: rgba(34, 197, 94, 0.8);
  background: var(--panel-soft);
}

.badge {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 5px 9px;
  border-radius: 8px;
  background: var(--gold);
  color: #1f1600;
  font-size: 0.8rem;
  font-weight: 900;
}

.price {
  margin: 10px 0 18px;
  color: var(--text);
  font-size: 2.1rem;
  font-weight: 900;
}

.price-card a {
  width: 100%;
}

.seo-content {
  max-width: 980px;
}

.faq {
  background: #0a171d;
}

.faq details {
  max-width: 900px;
  margin-bottom: 12px;
  padding: 18px 20px;
}

.faq summary {
  cursor: pointer;
  font-weight: 900;
}

.faq p {
  margin: 12px 0 0;
}

.final-cta {
  padding: clamp(52px, 8vw, 86px) clamp(18px, 5vw, 72px);
  text-align: center;
  background:
    linear-gradient(rgba(7, 17, 24, 0.86), rgba(7, 17, 24, 0.86)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='320' viewBox='0 0 900 320'%3E%3Cg fill='none' stroke='rgba(255,255,255,0.13)' stroke-width='2'%3E%3Cpath d='M0 40h900M0 120h900M0 200h900M0 280h900M80 0v320M220 0v320M360 0v320M500 0v320M640 0v320M780 0v320'/%3E%3C/g%3E%3C/svg%3E");
}

.footer {
  padding: 26px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: #061016;
}

.footer p {
  margin: 0 0 8px;
  font-size: 0.95rem;
}

.floating-whatsapp {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 30;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

@media (max-width: 980px) {
  .hero,
  .split-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

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

@media (max-width: 720px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
  }

  .header-cta {
    margin-left: auto;
  }

  .hero {
    padding-top: 36px;
  }

  .hero-actions .button,
  .pricing-grid,
  .feature-grid {
    width: 100%;
  }

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

  .screen {
    min-height: auto;
  }

  .match-card {
    min-height: 150px;
    margin-top: 24px;
  }

  .floating-whatsapp {
    left: 16px;
    right: 16px;
  }
}
