/* Stella TV · stellapktv.com */
:root {
  --bg: #0d0819;
  --bg-2: #140c26;
  --bg-3: #1c1236;
  --line: rgba(255, 255, 255, .09);
  --text: #f3eefc;
  --muted: #a99cc4;

  --pink: #ff4fa3;
  --purple: #8b3dff;
  --yellow: #ffd23f;
  --orange: #ff8a1f;
  --green: #2ee59d;
  --white: #ffffff;

  --g-pink: linear-gradient(135deg, var(--pink), var(--purple));
  --g-sun: linear-gradient(135deg, var(--yellow), var(--orange));
  --g-mint: linear-gradient(135deg, var(--green), var(--white));
  --g-all: linear-gradient(90deg, var(--pink), var(--purple) 30%, var(--orange) 62%, var(--yellow) 78%, var(--green));

  --r: 18px;
  --shadow: 0 20px 50px -20px rgba(0, 0, 0, .7);
  --font-h: "Bricolage Grotesque", system-ui, sans-serif;
  --font-b: "Figtree", system-ui, -apple-system, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 400 17px/1.65 var(--font-b);
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--yellow); }
h1, h2, h3 { font-family: var(--font-h); line-height: 1.12; margin: 0 0 .6em; letter-spacing: -.01em; }
h1 { font-size: clamp(2.1rem, 5.2vw, 3.6rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.6rem); font-weight: 800; }
h3 { font-size: 1.2rem; font-weight: 600; }
p { margin: 0 0 1.1em; }
strong, b { color: #fff; font-weight: 700; }
em { color: #e6dcff; }
u {
  text-decoration: none;
  background: var(--g-all) left bottom / 100% 3px no-repeat;
  padding-bottom: 2px;
}
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; border-radius: 6px; }

.wrap { width: min(1160px, 100% - 32px); margin-inline: auto; }
.narrow { max-width: 780px; margin-inline: auto; }
.center { text-align: center; }
.muted { color: var(--muted); }
.skip { position: absolute; left: -999px; top: 0; background: #fff; color: #000; padding: 8px 14px; z-index: 99; }
.skip:focus { left: 12px; top: 12px; }

.grad-pink, .grad-sun, .grad-mint { -webkit-background-clip: text; background-clip: text; color: transparent; }
.grad-pink { background-image: var(--g-pink); }
.grad-sun { background-image: var(--g-sun); }
.grad-mint { background-image: var(--g-mint); }

/* Botones */
.btn {
  --b: var(--g-pink);
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 22px; border-radius: 999px; border: 0;
  background: var(--b); color: #fff;
  font: 700 1rem/1 var(--font-b); text-decoration: none; cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, filter .2s;
  box-shadow: 0 10px 26px -12px rgba(255, 79, 163, .8);
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.08); }
.btn:active { transform: translateY(0); }
.btn--sun { --b: var(--g-sun); color: #2a1300; box-shadow: 0 10px 26px -12px rgba(255, 138, 31, .8); }
.btn--mint { --b: var(--g-mint); color: #06281b; box-shadow: none; }
.btn--ghost { background: transparent; border: 1.5px solid rgba(255, 255, 255, .25); box-shadow: none; }
.btn--ghost:hover { border-color: var(--pink); }
.btn--lg { padding: 17px 28px; font-size: 1.06rem; }
.btn--sm { padding: 10px 16px; font-size: .92rem; }
.btn--block { width: 100%; }

/* Barra de promo */
.promo-bar {
  display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap;
  padding: 8px 16px; font-size: .9rem; text-align: center;
  background: var(--g-all); color: #1a0b1f;
}
.promo-bar strong { color: #1a0b1f; }
.promo-bar__time { font: 700 .95rem/1 ui-monospace, "SFMono-Regular", Menlo, monospace; background: rgba(0,0,0,.78); color: #fff; padding: 5px 9px; border-radius: 8px; }
.promo-bar__link { color: #1a0b1f; font-weight: 700; }

/* Header */
.header { position: sticky; top: 0; z-index: 40; background: rgba(13, 8, 25, .82); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.header__in { display: flex; align-items: center; gap: 24px; height: 68px; }
.logo { display: flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; font: 800 1.3rem/1 var(--font-h); }
.logo b { background: var(--g-sun); -webkit-background-clip: text; background-clip: text; color: transparent; margin-left: 2px; }
.nav { display: flex; gap: 22px; margin-left: auto; }
.nav a { color: var(--muted); text-decoration: none; font-weight: 600; font-size: .95rem; }
.nav a:hover { color: #fff; }

/* Hero */
.hero { position: relative; padding: 64px 0 80px; overflow: hidden; }
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 50%; filter: blur(90px); opacity: .45; z-index: -1; }
.hero::before { width: 520px; height: 520px; background: var(--purple); top: -160px; right: -120px; }
.hero::after { width: 420px; height: 420px; background: var(--pink); bottom: -220px; left: -140px; opacity: .3; }
.hero__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--bg-2); font-size: .88rem; color: var(--muted); }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(46, 229, 157, .2); }
.lead { font-size: 1.12rem; color: #d8cdee; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 26px; }
.hero__cta--center { justify-content: center; }
.hero__facts { display: flex; flex-wrap: wrap; gap: 8px 22px; list-style: none; padding: 0; margin: 0; color: var(--muted); font-size: .94rem; }
.hero__facts li::before { content: "✓ "; color: var(--green); font-weight: 700; }

.hero__art { position: relative; min-height: 400px; }
.tv { position: absolute; inset: 20px 0 auto 0; }
.tv__screen {
  aspect-ratio: 16 / 10; border-radius: 16px; padding: 14px;
  background: linear-gradient(160deg, #22164a, #120b25);
  border: 8px solid #231a3a; box-shadow: var(--shadow), 0 0 80px -20px rgba(139, 61, 255, .7);
  display: flex; flex-direction: column; gap: 10px;
}
.tv__top { display: flex; justify-content: space-between; font-size: .75rem; color: var(--muted); }
.live { background: #ff3b5c; color: #fff; font-weight: 700; padding: 2px 8px; border-radius: 5px; letter-spacing: .04em; }
.tv__rows { flex: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.tile { border-radius: 9px; }
.t1 { background: var(--g-pink); grid-row: span 2; }
.t2 { background: var(--g-sun); }
.t3 { background: var(--g-mint); opacity: .85; }
.t4 { background: linear-gradient(135deg, var(--purple), #3a1f7a); }
.t5 { background: linear-gradient(135deg, var(--orange), var(--pink)); }
.t6 { display: none; }
.tv__bar { height: 5px; background: rgba(255, 255, 255, .12); border-radius: 5px; overflow: hidden; }
.tv__bar span { display: block; width: 62%; height: 100%; background: var(--g-all); }
.tv__stand { width: 34%; height: 12px; margin: 0 auto; background: #231a3a; border-radius: 0 0 12px 12px; }

.phone { position: absolute; right: -6px; bottom: 0; width: 34%; aspect-ratio: 9 / 18; border-radius: 26px; background: #231a3a; padding: 7px; box-shadow: var(--shadow); transform: rotate(6deg); }
.phone__screen { height: 100%; border-radius: 20px; background: linear-gradient(180deg, #1d1140, #0f0920); display: flex; flex-direction: column; align-items: center; padding-top: 26%; gap: 8px; font: 700 .82rem var(--font-h); }
.phone__screen i { display: block; width: 76%; height: 11%; border-radius: 8px; background: rgba(255, 255, 255, .07); }
.phone__screen i:nth-of-type(1) { background: var(--g-pink); opacity: .75; margin-top: 10px; }
.chip { position: absolute; padding: 8px 14px; border-radius: 999px; font-size: .82rem; font-weight: 700; box-shadow: var(--shadow); }
.chip--a { left: -10px; bottom: 60px; background: var(--g-sun); color: #2a1300; }
.chip--b { left: 30%; top: -4px; background: var(--g-mint); color: #06281b; }

/* Secciones */
.section { padding: 88px 0; position: relative; }
.section--alt { background: var(--bg-2); border-block: 1px solid var(--line); }
.section--glow { background: radial-gradient(900px 420px at 50% 0%, rgba(139, 61, 255, .22), transparent 70%), var(--bg); }

.features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 34px; }
.feature { padding: 22px; border-radius: var(--r); background: var(--bg-2); border: 1px solid var(--line); }
.feature p { margin: 0; color: var(--muted); font-size: .96rem; }
.feature__ico { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; margin-bottom: 12px; color: #fff; }
.feature__ico svg { width: 22px; height: 22px; }
.ico-pink { background: var(--g-pink); }
.ico-sun { background: var(--g-sun); color: #2a1300; }
.ico-mint { background: var(--g-mint); color: #06281b; }

/* Oferta */
.offer { text-align: center; max-width: 760px; margin: 0 auto 46px; }
.offer__kicker { display: inline-block; font-weight: 700; font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; color: var(--orange); margin-bottom: 12px; }
.offer__sub { color: #d8cdee; }
.countdown { display: inline-flex; align-items: center; gap: 10px; margin-top: 10px; }
.countdown__cell { min-width: 92px; padding: 14px 10px 10px; border-radius: 16px; background: var(--bg-3); border: 1px solid rgba(255, 210, 63, .28); box-shadow: inset 0 1px 0 rgba(255,255,255,.06); }
.countdown__cell span { display: block; font: 800 2.6rem/1 var(--font-h); font-variant-numeric: tabular-nums; background: var(--g-sun); -webkit-background-clip: text; background-clip: text; color: transparent; }
.countdown__cell small { color: var(--muted); font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.countdown__sep { font: 800 2rem var(--font-h); color: var(--orange); }
.countdown__note { font-size: .9rem; color: var(--muted); margin-top: 14px; }
.countdown.is-low .countdown__cell { border-color: rgba(255, 79, 163, .6); animation: pulse 1.6s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 6px rgba(255, 79, 163, .12); } }

.plans { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: stretch; }
.plan { position: relative; display: flex; flex-direction: column; padding: 28px 22px 22px; border-radius: 22px; background: var(--bg-2); border: 1px solid var(--line); }
.plan--featured { background: linear-gradient(var(--bg-2), var(--bg-2)) padding-box, var(--g-all) border-box; border: 2px solid transparent; transform: translateY(-10px); box-shadow: 0 30px 60px -30px rgba(255, 79, 163, .6); }
.plan__tag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); white-space: nowrap; padding: 5px 14px; border-radius: 999px; background: var(--g-sun); color: #2a1300; font-size: .78rem; font-weight: 800; }
.plan__name { font-size: 1.25rem; margin-bottom: 10px; }
.plan__old { margin: 0; color: var(--muted); font-size: .95rem; }
.plan__old span { margin-left: 6px; padding: 2px 7px; border-radius: 6px; background: rgba(46, 229, 157, .15); color: var(--green); font-weight: 700; font-size: .8rem; }
.plan__price { margin: 4px 0 2px; font: 800 2.5rem/1.1 var(--font-h); }
.plan__price small { font-size: .9rem; color: var(--muted); font-weight: 600; }
.plan__pm { font-size: .92rem; color: var(--muted); margin-bottom: 16px; }
.plan__pm b { color: var(--yellow); }
.plan__list { list-style: none; padding: 0; margin: 0 0 16px; font-size: .94rem; flex: 1; }
.plan__list li { padding: 6px 0 6px 24px; position: relative; border-top: 1px dashed var(--line); }
.plan__list li::before { content: ""; position: absolute; left: 2px; top: 13px; width: 11px; height: 6px; border-left: 2px solid var(--green); border-bottom: 2px solid var(--green); transform: rotate(-45deg); }
.plan__save { font-size: .88rem; font-weight: 700; color: var(--green); margin-bottom: 12px; }

.trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; list-style: none; padding: 0; margin: 40px 0 20px; }
.trust li { padding: 16px 18px; border-radius: 14px; background: rgba(255, 255, 255, .03); border: 1px solid var(--line); font-size: .94rem; color: var(--muted); }
.plans__foot { text-align: center; color: #d8cdee; max-width: 700px; margin: 0 auto; }

/* Descarga */
.dl { display: grid; grid-template-columns: 330px 1fr; gap: 36px; margin-top: 40px; align-items: start; }
.dl__code { position: sticky; top: 96px; padding: 26px; border-radius: 22px; text-align: center; background: linear-gradient(var(--bg-2), var(--bg-2)) padding-box, var(--g-mint) border-box; border: 2px solid transparent; }
.dl__code p { margin-bottom: 8px; color: var(--muted); font-weight: 600; }
.dl__code hr { border: 0; border-top: 1px solid var(--line); margin: 22px 0; }
.dl__code small { display: block; margin-top: 10px; color: var(--muted); font-size: .82rem; }
.code { font: 800 2.8rem/1.1 var(--font-h); letter-spacing: .08em; margin-bottom: 14px; background: var(--g-mint); -webkit-background-clip: text; background-clip: text; color: transparent; }
.steps { list-style: none; counter-reset: s; padding: 0; margin: 0; }
.steps li { counter-increment: s; position: relative; padding: 0 0 26px 66px; }
.steps li::before { content: counter(s); position: absolute; left: 0; top: -4px; width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; font: 800 1.2rem var(--font-h); background: var(--g-pink); }
.steps li:nth-child(2)::before { background: linear-gradient(135deg, var(--purple), var(--orange)); }
.steps li:nth-child(3)::before { background: var(--g-sun); color: #2a1300; }
.steps li:nth-child(4)::before { background: linear-gradient(135deg, var(--orange), var(--green)); }
.steps li:nth-child(5)::before { background: var(--g-mint); color: #06281b; }
.steps li:not(:last-child)::after { content: ""; position: absolute; left: 22px; top: 48px; bottom: 4px; width: 2px; background: var(--line); }
.steps h3 { margin-bottom: 4px; }
.steps p { color: var(--muted); margin: 0; }

.compat { margin-top: 50px; padding: 28px; border-radius: 22px; background: var(--bg-2); border: 1px solid var(--line); }
.compat__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.compat__grid div { padding: 12px 14px; border-radius: 12px; font-size: .93rem; }
.yes { background: rgba(46, 229, 157, .1); color: #bff5dd; }
.no { background: rgba(255, 79, 163, .1); color: #ffc2de; }

/* Países */
#paises h3 { margin-top: 1.6em; padding-left: 14px; border-left: 4px solid; border-image: var(--g-all) 1; }

/* Opiniones */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 36px; }
.review { margin: 0; padding: 24px; border-radius: 20px; background: var(--bg-2); border: 1px solid var(--line); display: flex; flex-direction: column; }
.review blockquote { margin: 10px 0 16px; flex: 1; color: #e3d9f5; }
.review figcaption { font-size: .9rem; color: var(--muted); }
.stars { color: var(--yellow); letter-spacing: 2px; }
.stars span { color: rgba(255, 255, 255, .18); }
.stars--sm { font-size: .85rem; margin-left: 6px; }

/* FAQ */
.faq { margin-top: 30px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 40px 20px 0; position: relative; font: 600 1.08rem/1.4 var(--font-b); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--bg-3); color: var(--yellow); font-size: 1.2rem; transition: transform .2s; }
.faq details[open] summary::after { content: "–"; background: var(--g-pink); color: #fff; }
.faq__a { padding: 0 0 18px; color: #d8cdee; }
.faq__a p { margin: 0; }

/* Comentarios */
.count { display: inline-grid; place-items: center; min-width: 34px; height: 34px; padding: 0 8px; border-radius: 999px; background: var(--g-pink); font-size: 1rem; vertical-align: middle; }
.alert { padding: 14px 18px; border-radius: 12px; margin-bottom: 18px; font-weight: 600; }
.alert--ok { background: rgba(46, 229, 157, .12); border: 1px solid rgba(46, 229, 157, .4); color: #c6f8e1; }
.alert--err { background: rgba(255, 79, 163, .12); border: 1px solid rgba(255, 79, 163, .45); color: #ffd0e5; }
.cform { display: grid; gap: 16px; padding: 26px; border-radius: 22px; background: var(--bg-2); border: 1px solid var(--line); margin-bottom: 36px; }
.cform__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cform label { display: grid; gap: 6px; font-weight: 600; font-size: .92rem; color: #d8cdee; }
.cform input[type=text], .cform select, .cform textarea {
  width: 100%; padding: 13px 14px; border-radius: 12px; border: 1px solid rgba(255, 255, 255, .14);
  background: var(--bg); color: var(--text); font: 400 1rem var(--font-b);
}
.cform textarea { resize: vertical; min-height: 120px; }
.cform input:focus, .cform select:focus, .cform textarea:focus { outline: none; border-color: var(--pink); box-shadow: 0 0 0 3px rgba(255, 79, 163, .2); }
.cform .btn { justify-self: start; }
.cform__legal { font-size: .85rem; color: var(--muted); margin: 0; }
.cform__legal a { color: var(--muted); }
.hp { position: absolute; left: -5000px; width: 1px; height: 1px; overflow: hidden; }

.rate { border: 0; padding: 0; margin: 0; }
.rate__stars { display: flex; flex-direction: row-reverse; justify-content: flex-end; gap: 4px; }
.rate legend { padding: 0; font-weight: 600; font-size: .92rem; color: #d8cdee; margin-bottom: 4px; }
.rate legend small { color: var(--muted); font-weight: 400; }
.rate input { position: absolute; opacity: 0; }
.rate label { display: block; font-size: 1.9rem; line-height: 1; color: rgba(255, 255, 255, .2); cursor: pointer; transition: color .15s; }
.rate label:hover, .rate label:hover ~ label, .rate input:checked ~ label { color: var(--yellow); }
.rate input:focus-visible + label { outline: 2px solid var(--yellow); border-radius: 4px; }

.captcha { display: grid; grid-template-columns: auto auto 1fr; gap: 12px; align-items: end; }
.captcha img { border-radius: 10px; border: 1px solid var(--line); }
.captcha__re { width: 44px; height: 56px; border-radius: 10px; border: 1px solid var(--line); background: var(--bg-3); color: #fff; font-size: 1.3rem; cursor: pointer; }
.captcha input { text-transform: uppercase; letter-spacing: .2em; font-weight: 700; }

.clist { display: grid; gap: 14px; }
.comment { padding: 20px; border-radius: 16px; background: var(--bg-2); border: 1px solid var(--line); }
.comment header { display: flex; gap: 12px; align-items: center; margin-bottom: 10px; }
.comment header time { display: block; font-size: .82rem; }
.comment p { margin: 0; color: #e3d9f5; }
.avatar { flex: none; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--g-pink); font-weight: 800; }
.comment:nth-child(3n+2) .avatar { background: var(--g-sun); color: #2a1300; }
.comment:nth-child(3n) .avatar { background: var(--g-mint); color: #06281b; }
.comment__reply { margin-top: 14px; padding: 12px 16px; border-left: 3px solid var(--green); background: rgba(46, 229, 157, .06); border-radius: 0 10px 10px 0; font-size: .95rem; }

/* Final */
.final { background: radial-gradient(700px 300px at 50% 100%, rgba(255, 138, 31, .18), transparent 70%); }

/* Footer */
.footer { border-top: 1px solid var(--line); padding: 44px 0 110px; background: #0a0613; }
.footer__in { display: grid; grid-template-columns: 1fr auto; gap: 24px; }
.footer nav { display: flex; flex-wrap: wrap; gap: 18px; align-items: start; }
.footer nav a { color: var(--muted); text-decoration: none; font-size: .94rem; }
.footer nav a:hover { color: #fff; }
.footer p { margin: 10px 0 0; font-size: .88rem; }
.footer__legal { grid-column: 1 / -1; }

/* Barra fija en móvil */
.mbar { display: none; }

/* Responsive */
@media (max-width: 1020px) {
  .plans { grid-template-columns: repeat(2, 1fr); gap: 26px 18px; }
  .plan--featured { transform: none; }
  .compat__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .nav { display: none; }
  .header__in .btn { margin-left: auto; }
  .hero { padding: 40px 0 60px; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__art { min-height: 300px; max-width: 460px; width: 100%; margin: 0 auto; }
  .dl { grid-template-columns: 1fr; }
  .dl__code { position: static; }
  .reviews { grid-template-columns: 1fr 1fr; }
  .trust { grid-template-columns: 1fr; }
  .footer__in { grid-template-columns: 1fr; }
  .mbar {
    display: grid; grid-template-columns: 1fr 1.3fr; gap: 10px;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    background: rgba(13, 8, 25, .94); backdrop-filter: blur(12px); border-top: 1px solid var(--line);
  }
  .mbar .btn { padding: 13px 10px; font-size: .95rem; }
  .mbar [data-countdown] { font-variant-numeric: tabular-nums; }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .section { padding: 64px 0; }
  .hero__cta .btn { width: 100%; }
  .features, .reviews, .plans, .cform__row { grid-template-columns: 1fr; }
  .countdown__cell { min-width: 74px; }
  .countdown__cell span { font-size: 2rem; }
  .compat__grid { grid-template-columns: 1fr; }
  .captcha { grid-template-columns: auto auto; }
  .captcha label { grid-column: 1 / -1; }
  .cform { padding: 18px; }
  .cform .btn { justify-self: stretch; }
  .promo-bar__link { display: none; }
  .phone { width: 38%; }
  .chip--b { left: 20%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}
