:root {
  --bg: #08080d;
  --bg-2: #0e0e16;
  --card: #14141e;
  --gold: #e8b84a;
  --gold-2: #f6d98a;
  --ink: #f6f2ea;
  --muted: #9b968a;
  --line: rgba(232, 184, 74, 0.16);
  --whatsapp: #25d366;
  --radius: 18px;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Outfit, system-ui, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }

.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 40;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(820px, calc(100% - 40px)); }
.eyebrow {
  color: var(--gold);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 12px;
}
.section { padding: 96px 0; }
.section-alt { background: var(--bg-2); }
.section-title {
  font-family: Syne, sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  line-height: 1.15;
  margin-bottom: 14px;
}
.section-lead { color: var(--muted); max-width: 640px; margin-bottom: 40px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 700;
  transition: transform 0.2s, background 0.2s, color 0.2s;
}
.btn:hover { transform: translateY(-1px); }
.btn-lg { padding: 14px 24px; font-size: 1.02rem; }
.btn-gold { background: var(--gold); color: #1a1406; }
.btn-gold:hover { background: var(--gold-2); }
.btn-ghost {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.03);
}
.btn-whatsapp { background: var(--whatsapp); color: #06210f; }

.header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(16px);
  background: rgba(8, 8, 13, 0.72);
  border-bottom: 1px solid transparent;
}
.header.scrolled { border-bottom-color: var(--line); }
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.logo { display: flex; align-items: center; gap: 10px; }
.logo-mark {
  width: 36px; height: 36px;
  border-radius: 10px;
  display: grid; place-items: center;
  background: var(--gold);
  color: #1a1406;
  font-family: Syne, sans-serif;
  font-weight: 800;
}
.logo-text { font-family: Syne, sans-serif; font-weight: 800; letter-spacing: 0.04em; }
.logo-text span { color: var(--gold); margin-left: 4px; }
.nav { display: flex; align-items: center; gap: 22px; color: var(--muted); }
.nav a:hover { color: var(--ink); }
.menu-btn { display: none; width: 40px; height: 40px; position: relative; }
.menu-btn span {
  position: absolute; left: 10px; right: 10px; height: 1.5px; background: var(--ink);
}
.menu-btn span:first-child { top: 15px; }
.menu-btn span:last-child { bottom: 15px; }

.hero { position: relative; padding: 72px 0 96px; }
.hero-glow {
  position: absolute;
  width: 520px; height: 520px;
  right: -80px; top: -80px;
  background: radial-gradient(circle, rgba(232,184,74,0.18), transparent 65%);
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: center;
}
.hero h1 {
  font-family: Syne, sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1.05;
  margin-bottom: 18px;
}
.lead { color: var(--muted); font-size: 1.08rem; margin-bottom: 28px; max-width: 540px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }
.pills { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; }
.pills li {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--gold-2);
  font-size: 0.88rem;
}
.pills li::before { content: "✓ "; }

.hero-card { display: grid; gap: 16px; }
.tv-frame {
  background: linear-gradient(180deg, #1b1b28, #101018);
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.tv-bar {
  display: flex; align-items: center; gap: 8px;
  padding: 12px 16px;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: var(--gold);
  border-bottom: 1px solid var(--line);
}
.live-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #ff4d4d;
  box-shadow: 0 0 0 0 rgba(255,77,77,0.6);
  animation: pulse 1.6s infinite;
}
@keyframes pulse {
  70% { box-shadow: 0 0 0 8px rgba(255,77,77,0); }
}
.tv-body { padding: 32px 28px 36px; }
.tv-kicker { color: var(--muted); font-size: 0.85rem; margin-bottom: 8px; }
.tv-body h2 { font-family: Syne, sans-serif; font-size: 1.8rem; line-height: 1.2; }
.tv-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.tv-tags span {
  background: rgba(232,184,74,0.1);
  color: var(--gold-2);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.8rem;
}
.hero-price {
  display: flex; align-items: baseline; gap: 10px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px 20px;
}
.hero-price span, .hero-price em { color: var(--muted); font-style: normal; font-size: 0.9rem; }
.hero-price strong { font-size: 2rem; font-family: Syne, sans-serif; }

.feature-grid, .device-grid, .plans {
  display: grid;
  gap: 18px;
}
.feature-grid { grid-template-columns: repeat(4, 1fr); }
.device-grid { grid-template-columns: repeat(4, 1fr); }
.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
}
.card.slim { padding: 22px; }
.card h3 { font-size: 1.05rem; margin-bottom: 8px; }
.card p { color: var(--muted); font-size: 0.95rem; }
.icon-box {
  width: 42px; height: 42px;
  border-radius: 12px;
  display: grid; place-items: center;
  color: var(--gold);
  background: rgba(232,184,74,0.1);
  margin-bottom: 16px;
}
.icon-box svg { width: 22px; height: 22px; }

.pricing-wrap { display: grid; gap: 22px; }
.screen-picker {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  flex-wrap: wrap;
}
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 14px;
  color: var(--muted);
}
.chip.active { background: var(--gold); color: #1a1406; border-color: var(--gold); }
.plans { grid-template-columns: repeat(4, 1fr); }
.plan {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.plan.featured {
  border-color: var(--gold);
  background: linear-gradient(180deg, #221c10, #14141e);
}
.badge {
  position: absolute;
  top: -11px; left: 18px;
  background: var(--gold);
  color: #1a1406;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 999px;
}
.plan h3 { font-family: Syne, sans-serif; }
.plan .price { font-size: 2.1rem; font-family: Syne, sans-serif; }
.plan .meta, .plan .bonus { color: var(--muted); font-size: 0.9rem; }
.plan .btn { width: 100%; margin-top: 8px; }

.after-buy {
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 24px;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
}
.after-buy p { color: var(--muted); }

.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: start;
}
.split p { color: var(--muted); margin-bottom: 14px; }
.text-link { color: var(--gold); font-weight: 700; }
.check-list { list-style: none; display: grid; gap: 12px; }
.check-list li {
  padding-left: 28px;
  position: relative;
  color: var(--ink);
}
.check-list li::before {
  content: "";
  position: absolute; left: 0; top: 8px;
  width: 14px; height: 14px;
  border-radius: 4px;
  background: var(--gold);
}

.stats { background: #100e08; border-block: 1px solid var(--line); padding: 42px 0; }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  gap: 16px;
}
.stats strong { display: block; font-family: Syne, sans-serif; font-size: 2rem; color: var(--gold); }
.stats span { color: var(--muted); font-size: 0.9rem; }

.steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.steps li {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px;
}
.steps span { color: var(--gold); font-family: Syne, sans-serif; font-size: 1.4rem; }
.steps h3 { margin: 10px 0 8px; }
.steps p { color: var(--muted); }

.note {
  margin-top: 22px;
  padding: 16px 18px;
  border-left: 3px solid var(--gold);
  background: rgba(232,184,74,0.06);
  color: var(--muted);
}
.note strong { color: var(--ink); }

.faq { display: grid; gap: 10px; margin-top: 28px; }
.faq-item {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--card);
  overflow: hidden;
}
.faq-item button {
  width: 100%;
  text-align: left;
  padding: 16px 18px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.faq-item button::after { content: "+"; color: var(--gold); font-size: 1.2rem; }
.faq-item.open button::after { content: "–"; }
.faq-item p {
  display: none;
  padding: 0 18px 16px;
  color: var(--muted);
}
.faq-item.open p { display: block; }

.cta-band {
  background: linear-gradient(90deg, #1a160c, #121018);
  border-top: 1px solid var(--line);
  padding: 56px 0;
}
.cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.cta-inner p { color: var(--muted); }

.footer { padding: 56px 0 24px; border-top: 1px solid var(--line); }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 32px;
}
.footer h4 { margin-bottom: 12px; }
.footer a, .footer p { color: var(--muted); display: block; margin-bottom: 8px; }
.footer a:hover { color: var(--ink); }
.tiny { font-size: 0.8rem; }
.legal { border-top: 1px solid var(--line); padding-top: 16px; }
.legal p { color: #6f6a60; font-size: 0.8rem; }

.wa-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 35;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--whatsapp);
  color: #06210f;
  display: grid; place-items: center;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.35);
}
.wa-float svg { width: 28px; height: 28px; }

@media (max-width: 960px) {
  .hero-grid, .feature-grid, .device-grid, .plans, .split, .steps, .stats-grid, .footer-grid, .cta-inner {
    grid-template-columns: 1fr 1fr;
  }
  .feature-grid, .plans { grid-template-columns: 1fr 1fr; }
  .nav { display: none; }
  .nav.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 72px; left: 0; right: 0;
    background: #0c0c14;
    padding: 20px;
    border-bottom: 1px solid var(--line);
  }
  .menu-btn { display: block; }
}

.page-main { padding: 48px 0 96px; }
.checkout-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 32px;
  align-items: start;
}
.checkout-card h2 { font-family: Syne, sans-serif; margin-bottom: 8px; }
.meta-line { color: var(--muted); font-size: 0.92rem; margin-bottom: 16px; }
.field { display: grid; gap: 8px; margin-bottom: 18px; }
.field span { font-weight: 600; }
.field input {
  background: #0e0e16;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
  color: var(--ink);
  font: inherit;
}
.field input:focus { outline: 2px solid rgba(232, 184, 74, 0.45); }
.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.summary-row.total { border-bottom: 0; font-size: 1.15rem; }
.alert {
  padding: 12px 14px;
  border-radius: 12px;
  margin: 12px 0 16px;
  font-size: 0.95rem;
}
.alert-error { border: 1px solid #c45c5c; color: #ffc4c4; background: rgba(196, 92, 92, 0.08); }
.alert-wait { border: 1px solid var(--line); color: var(--muted); }
.alert-ok { border: 1px solid rgba(37, 211, 102, 0.35); color: #b8f5d0; background: rgba(37, 211, 102, 0.08); }
#testBtn, #cardBtn, #bankBtn { width: 100%; margin-bottom: 10px; }
#paypal-button { margin-top: 8px; min-height: 48px; }
.cred-grid { display: grid; gap: 10px; margin: 18px 0; }
.cred-item {
  position: relative;
  background: #0e0e16;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 14px 12px 14px;
}
.cred-item dt { color: var(--muted); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; }
.cred-item dd { word-break: break-all; font-family: ui-monospace, Consolas, monospace; }
.copy-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 700;
}

@media (max-width: 700px) {
  .hero-grid, .feature-grid, .device-grid, .plans, .split, .steps, .stats-grid, .footer-grid, .cta-inner, .after-buy, .checkout-layout {
    grid-template-columns: 1fr;
  }
  .section { padding: 72px 0; }
  .hero { padding-top: 40px; }
}
