/* ============================================
   STREAM MAX — Apple TV inspired, mobile-first
   ============================================ */

:root {
  --bg: #000;
  --bg-2: #0a0a0a;
  --bg-3: #050505;
  --bg-card: #141414;
  --bg-card-2: #1c1c1e;
  --text: #f5f5f7;
  --muted: #98989e;
  --muted-2: #8e8e93;
  --line: #1f1f22;
  --blue: #0a84ff;
  --blue-2: #409cff;
  --blue-dark: #0066cc;
  --red: #ff453a;
  --green: #30d158;
  --radius: 18px;
  --radius-lg: 22px;
  --radius-xl: 28px;
  --maxw: 980px;
  --pad-x: 22px;
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text",
          "Helvetica Neue", Helvetica, Arial, "Segoe UI", Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

/* ============================================
   ACCESSIBILITY
   ============================================ */
.skip-link {
  position: absolute;
  top: -100px;
  left: 8px;
  z-index: 1000;
  background: var(--blue);
  color: #fff;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: top .2s ease;
}
.skip-link:focus {
  top: 8px;
  outline: 3px solid #fff;
  outline-offset: 2px;
}

/* Visible focus ring on keyboard navigation only */
*:focus { outline: none; }
a:focus-visible,
button:focus-visible,
summary:focus-visible,
[role="button"]:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--blue-2);
  outline-offset: 3px;
  border-radius: 4px;
}
.btn:focus-visible,
.nav-cta:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  background: #000;
}

body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  padding-bottom: 76px;
}

img, svg { display: block; max-width: 100%; }

/* Block native image save/download on mobile (long-press menu) */
img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; color: inherit; }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--pad-x);
}

/* ============================================
   NAV
   ============================================ */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(0,0,0,0.72);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.nav-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--pad-x);
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: 'Outfit', -apple-system, sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #fff;
  line-height: 1;
}
.nav-logo-img {
  height: 32px;
  width: auto;
  flex-shrink: 0;
  display: block;
}
.nav-logo i {
  font-style: normal;
  color: var(--blue-2);
  background: linear-gradient(135deg, #409cff 0%, #0a84ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav-toggle {
  width: 44px;
  height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 0;
  margin-right: -10px;
}
.nav-toggle span {
  width: 18px;
  height: 1.5px;
  background: #fff;
  border-radius: 2px;
  transition: transform .25s ease, opacity .2s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(3.25px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.25px) rotate(-45deg); }

.nav-links {
  position: fixed;
  top: 52px;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.97);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  flex-direction: column;
  gap: 0;
  padding: 8px var(--pad-x) 24px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  display: none;
  max-height: calc(100vh - 52px);
  overflow-y: auto;
}
.nav-links.open { display: flex; }
.nav-links a {
  padding: 16px 0;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.nav-links a:last-child { border-bottom: 0; }
.nav-cta {
  margin-top: 12px;
  background: var(--blue);
  color: #fff !important;
  border-radius: 999px;
  padding: 12px 22px !important;
  text-align: center;
  font-weight: 500;
  border: 0 !important;
}

/* ============================================
   HERO
   ============================================ */
.hero {
  position: relative;
  text-align: center;
  overflow: hidden;
  background: #000;
}

.hero-stage {
  position: relative;
  width: 100%;
  /* fit viewport with small peek of next section (Apple TV style) */
  min-height: min(700px, 90dvh);
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .9s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-slide.active {
  opacity: 1;
  pointer-events: auto;
}

/* The intro slide retains the mosaic + content layout */
.hero-slide-intro {
  display: flex;
  flex-direction: column;
}
.hero-slide-intro .hero-content {
  margin-top: auto;
  padding-bottom: 80px;
}

.hero-intro-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(60% 45% at 50% 50%, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.30) 60%, rgba(0,0,0,0.85) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.55) 0%, transparent 30%, transparent 70%, #000 100%);
  z-index: 1;
  pointer-events: none;
}
.hero-slide-intro .hero-content { z-index: 3; position: relative; }

/* Featured slides (backdrop full + bottom text) */
.hero-slide-feat {
  display: block;
}
.hero-feat-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 28%; /* foco no terço superior (rostos/assunto) */
  z-index: 0;
}
@media (min-width: 700px) {
  .hero-feat-img { object-position: center; }
}
.hero-feat-fade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, #000 0%, rgba(0,0,0,0.45) 12%, rgba(0,0,0,0.05) 32%, rgba(0,0,0,0.85) 75%, #000 100%),
    linear-gradient(90deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 50%);
  z-index: 1;
  pointer-events: none;
}

/* Trailer iframe inside hero featured slide (auto-play) */
.hero-feat-trailer-wrap {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  transition: opacity 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Hero trailer mute toggle button */
.hero-trailer-mute {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0,0,0,0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  z-index: 5;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.15);
  cursor: pointer;
  transition: opacity .4s ease, background .2s ease, transform .15s ease;
}
.hero-trailer-mute.visible { opacity: 1; }
.hero-trailer-mute:hover { background: rgba(0,0,0,0.85); }
.hero-trailer-mute:active { transform: scale(0.92); }
.hero-trailer-mute svg { display: none; }
.hero-trailer-mute[data-muted="true"] .ic-muted { display: block; }
.hero-trailer-mute[data-muted="false"] .ic-unmuted { display: block; }
.hero-feat-trailer-wrap.active { opacity: 1; }
/* Vídeo cobrindo TODA a área (cover 16:9), sem barras pretas.
   width/height calculados p/ sempre exceder o container; overflow:hidden corta o resto. */
.hero-feat-trailer-wrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 132vw;
  height: 74.25vw;        /* 16:9 a partir da largura */
  min-width: 235vh;       /* 16:9 a partir da altura — força >1920px p/ o YouTube servir 1080p */
  min-height: 132vh;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}
/* Escudo transparente: bloqueia QUALQUER toque/clique de chegar ao YouTube
   (sem isso o player mostra os controles de pausar/pular ao tocar) */
.hero-trailer-shield {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: auto;
  background: transparent;
  cursor: default;
}
.hero-feat-body {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 0 var(--pad-x) 36px;
  z-index: 2;
  color: #fff;
}

.hero-feat-synopsis {
  font-size: 13px;
  color: rgba(255,255,255,0.88);
  line-height: 1.4;
  max-width: 360px;
  margin: 8px auto 14px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.6);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hero-feat-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 8px;
  font-size: 11px;
  font-weight: 600;
  color: var(--blue-2);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 10px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.hero-feat-meta .dot { width: 3px; height: 3px; background: var(--muted); border-radius: 50%; }
.hero-feat-meta .year { color: var(--muted); }
.hero-feat-title {
  font-size: clamp(28px, 7.5vw, 44px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0 0 8px;
  color: #fff;
  text-shadow: 0 2px 20px rgba(0,0,0,0.6);
}

/* Title logo (oficial transparent PNG from TMDB) */
.hero-feat-logo {
  display: block;
  width: auto;
  max-width: min(82%, 360px);
  max-height: 90px;
  margin: 0 auto 14px;
  object-fit: contain;
  filter: drop-shadow(0 4px 20px rgba(0,0,0,0.7));
}
@media (min-width: 700px) {
  .hero-feat-logo {
    max-width: min(60%, 440px);
    max-height: 110px;
  }
}
.hero-feat-genre {
  color: var(--muted);
  font-size: 14px;
  margin: 0 0 18px;
}
.hero-feat-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.hero-feat-actions .btn {
  min-width: 0;
  padding: 12px 22px;
  font-size: 14px;
}

/* Dots — overlay at bottom of hero */
.hero-controls {
  position: absolute;
  left: 0; right: 0;
  bottom: 22px;
  z-index: 4;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.hero-dots {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  padding: 9px 14px;
  background: rgba(0,0,0,0.48);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 999px;
  pointer-events: auto;
}
.hero-dots button {
  position: relative;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,0.35);
  transition: background .3s ease, width .3s cubic-bezier(0.34,1.56,0.64,1), border-radius .3s ease;
  cursor: pointer;
}
.hero-dots button::after {
  content: '';
  position: absolute;
  inset: -14px -8px;
}
.hero-dots button.active {
  background: #fff;
  width: 22px;
  border-radius: 4px;
}

@media (min-width: 700px) {
  .hero-stage { min-height: min(700px, 88dvh); }
}
@media (min-width: 1024px) {
  .hero-stage { min-height: min(820px, 90dvh); }
}

/* ----- Hero horizontal carousels (Apple TV style) ----- */
.hero-rows {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 0;
  padding-top: 6px;
  /* reserve space pre-JS to prevent CLS — matches 3 rows of posters at mobile size */
  min-height: 280px;
}
@media (min-width: 700px) {
  .hero-rows { min-height: 360px; }
}
@media (min-width: 1024px) {
  .hero-rows { min-height: 460px; }
}
.hero-rows::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, transparent 35%, rgba(0,0,0,0.55) 70%, rgba(0,0,0,0.92) 90%, #000 100%);
  pointer-events: none;
  z-index: 1;
}

.hero-row {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, black 4%, black 96%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 4%, black 96%, transparent 100%);
}

.hero-track {
  display: flex;
  gap: 8px;
  width: max-content;
  will-change: transform;
  animation-duration: var(--dur, 60s);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: heroSlideLeft;
}
.hero-row-right .hero-track { animation-name: heroSlideRight; }

@keyframes heroSlideLeft {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@keyframes heroSlideRight {
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-track { animation: none; }
}

.hero-poster {
  flex: 0 0 auto;
  width: 100px;
  aspect-ratio: 2/3;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background: #1a1a1a;
}
.hero-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.85);
}
.hero-poster::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 16px;
  height: 16px;
  background: url('assets/icon.svg') center/contain no-repeat;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.6));
  z-index: 2;
  opacity: 0.95;
}

@media (min-width: 700px) {
  .hero-poster { width: 130px; }
  .hero-poster::after { width: 20px; height: 20px; top: 7px; left: 7px; }
}
@media (min-width: 1024px) {
  .hero-poster { width: 160px; }
}

.hero-glow {
  position: absolute;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 400px;
  background: radial-gradient(closest-side, rgba(10,132,255,0.30), transparent 70%);
  filter: blur(40px);
  pointer-events: none;
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  padding: 0 var(--pad-x);
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.hero-price-tag,
.hero-accent {
  font-style: normal;
  background: linear-gradient(135deg, #5ab4ff 0%, #0a84ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-social {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(0,0,0,0.5);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 999px;
  padding: 9px 18px;
  margin: 0 auto 24px;
  font-size: 14px;
  color: #fff;
}
.hero-social b { font-weight: 700; }
.hero-stars {
  color: #ffd60a;
  font-size: 13px;
  letter-spacing: 1.5px;
  line-height: 1;
}

.eyebrow {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--muted);
  margin: 0 0 14px;
}
.eyebrow-blue { color: var(--blue-2); }

.hero-title {
  font-size: clamp(48px, 12vw, 88px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 700;
  margin: 0 0 18px;
  color: #fff;
}

.hero-sub {
  font-size: clamp(16px, 3.8vw, 20px);
  line-height: 1.5;
  color: var(--muted);
  margin: 0 auto 32px;
  max-width: 540px;
  font-weight: 400;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  margin-bottom: 22px;
}

.hero-price {
  font-size: 14px;
  color: var(--muted);
  margin-top: 8px;
}
.hero-price b { color: #fff; font-weight: 600; }

/* ============================================
   BUTTONS
   ============================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 999px;
  text-align: center;
  transition: transform .15s ease, background .2s ease, opacity .2s ease;
  white-space: nowrap;
  letter-spacing: -0.01em;
  min-width: 200px;
  border: 0;
}
.btn:active { transform: scale(0.97); }

.btn-primary { background: var(--blue); color: #fff; }
.btn-primary:hover { background: var(--blue-2); }

.btn-secondary {
  background: rgba(255,255,255,0.10);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.12);
}
.btn-secondary:hover { background: rgba(255,255,255,0.16); }

.btn-white {
  background: #fff;
  color: #000;
}
.btn-white:hover { background: #e8e8e8; }

.btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--blue-2);
  font-size: 16px;
  font-weight: 400;
  padding: 12px 16px;
  min-height: 44px;
}
.btn-link:hover { color: #fff; }

.btn-full { width: 100%; min-width: 0; }
.btn-lg {
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 600;
  min-width: 0;
  box-shadow: none;
}
.btn-xl {
  padding: 18px 36px;
  font-size: 18px;
  min-width: 260px;
}

/* ============================================
   SECTION COMMON
   ============================================ */
section {
  padding: 44px 0;
  position: relative;
  background: var(--bg);
}

.section-title {
  font-size: clamp(34px, 8vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 700;
  margin: 0 0 32px;
  color: #fff;
  text-align: center;
}
.section-title .muted { color: var(--muted); display: inline; }

.eyebrow + .section-title { margin-top: 0; }
section .eyebrow { text-align: center; margin-bottom: 12px; }

/* ============================================
   SHOWCASE — hero carousel
   ============================================ */
.showcase {
  padding: 0;
  background: #000;
}

.showcase-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: #050505;
}

.showcase-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .8s ease;
  pointer-events: none;
}
.showcase-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.showcase-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.showcase-fade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, #000 0%, rgba(0,0,0,0.55) 12%, rgba(0,0,0,0.05) 32%, rgba(0,0,0,0.85) 78%, #000 100%),
    linear-gradient(90deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 50%);
  z-index: 1;
}

.showcase-body {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 22px var(--pad-x) 60px;
  z-index: 2;
  color: #fff;
}

.showcase-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  color: var(--blue-2);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.showcase-meta .dot {
  width: 3px; height: 3px; background: var(--muted); border-radius: 50%;
}
.showcase-meta span:not(.dot) { color: var(--blue-2); }
.showcase-meta .year { color: var(--muted); }

.showcase-title {
  font-size: clamp(28px, 7.5vw, 44px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0 0 8px;
  color: #fff;
  text-shadow: 0 2px 20px rgba(0,0,0,0.6);
}

.showcase-genre {
  color: var(--muted);
  font-size: 14px;
  margin: 0 0 18px;
}

.showcase-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.showcase-actions .btn { min-width: 0; padding: 12px 22px; font-size: 14px; }
.showcase-actions .btn-trailer {
  background: rgba(255,255,255,0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.18);
}

.showcase-controls {
  position: relative;
  margin-top: -34px;
  padding: 0 var(--pad-x) 18px;
  z-index: 4;
  display: flex;
  justify-content: center;
}
.showcase-dots {
  display: flex;
  gap: 6px;
}
.showcase-dots button {
  position: relative;
  width: 22px;
  height: 3px;
  border-radius: 2px;
  background: rgba(255,255,255,0.25);
  transition: background .25s ease, width .25s ease;
  cursor: pointer;
}
.showcase-dots button::after {
  /* expand tap area to 44px without changing visual size */
  content: '';
  position: absolute;
  inset: -20px -8px;
}
.showcase-dots button.active {
  background: var(--blue-2);
  width: 32px;
}

/* ============================================
   TOP 10
   ============================================ */
.top10 {
  background: var(--bg);
  padding: 60px 0 80px;
}

.top10-block {
  margin-bottom: 36px;
}
.top10-block:last-child { margin-bottom: 0; }

.top10-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--pad-x);
  margin-bottom: 14px;
}
.top10-head h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0;
}
.top10-more {
  color: var(--blue-2);
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  padding: 4px 8px;
}

.top10-row {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  overflow-y: visible;
  padding: 24px var(--pad-x) 16px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.top10-row::-webkit-scrollbar { display: none; }

.top10-card {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
  gap: 0;
  scroll-snap-align: start;
  position: relative;
  text-decoration: none;
  color: inherit;
}

.top10-num {
  font-size: 130px;
  font-weight: 900;
  line-height: 0.85;
  letter-spacing: -0.08em;
  color: #000;
  -webkit-text-stroke: 2px rgba(255,255,255,0.85);
  text-stroke: 2px rgba(255,255,255,0.85);
  margin-right: -22px;
  position: relative;
  z-index: 1;
  font-family: var(--font);
  user-select: none;
}
.top10-num.num-10 { font-size: 110px; margin-right: -10px; }

.top10-poster {
  position: relative;
  width: 110px;
  aspect-ratio: 2/3;
  border-radius: 10px;
  overflow: hidden;
  background: var(--bg-card);
  box-shadow: 0 8px 24px rgba(0,0,0,0.6);
  z-index: 2;
  transition: transform .25s ease;
}
.top10-card:hover .top10-poster { transform: scale(1.05); }
.top10-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================================
   WHY
   ============================================ */
.why {
  background:
    radial-gradient(60% 40% at 50% 0%, rgba(10,132,255,0.05), transparent 70%),
    var(--bg);
}

.card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.card {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 22px 18px;
  position: relative;
  overflow: hidden;
  min-height: 200px;
  display: flex;
  flex-direction: column;
}

.card-tag {
  font-size: 12px;
  font-weight: 600;
  color: var(--blue-2);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.card h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
  line-height: 1.1;
  color: #fff;
}

.card p {
  font-size: 15px;
  line-height: 1.45;
  color: var(--muted);
  margin: 0;
}

.card-lg {
  background: linear-gradient(135deg, #0a1a35 0%, #000 60%);
  min-height: 260px;
}
.card-lg h3 { font-size: 26px; }

.card-visual {
  margin-top: auto;
  padding-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.visual-4k .vk {
  font-size: clamp(80px, 22vw, 120px);
  font-weight: 800;
  letter-spacing: -0.05em;
  background: linear-gradient(180deg, var(--blue-2), var(--blue-dark));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
}

/* ============================================
   SPORTS — cinematic banner + leagues grid
   ============================================ */
.sports {
  background: var(--bg);
  padding: 0 0 80px;
}

/* Imagem de esportes — sem texto sobreposto */
.sports-hero {
  position: relative;
  width: 100%;
  height: 270px;
  overflow: hidden;
  background: #050505;
}
.sports-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 38% 20%;
  z-index: 0;
  filter: brightness(0.95) saturate(1.1);
}
.sports-hero-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(0,0,0,0.25) 0%,
    rgba(0,0,0,0) 40%,
    rgba(0,0,0,0.5) 80%,
    #000 100%);
  z-index: 1;
}

/* Bloco de texto abaixo da imagem */
.sports-body {
  background: #000;
  padding: 28px var(--pad-x) 36px;
  text-align: center;
}

.sports-title {
  font-size: clamp(36px, 10vw, 64px);
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.01em;
  margin: 0 0 14px;
  color: #fff;
  line-height: 1;
}

.sports-sub {
  color: rgba(255,255,255,0.8);
  font-size: 15px;
  line-height: 1.55;
  max-width: 520px;
  margin: 0 auto 24px;
}

.sports-cta {
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 16px 36px;
  min-width: 260px;
  border-radius: 999px;
  background: #fff;
  color: #000;
}
.sports-cta:hover { background: #e8e8e8; }

@media (min-width: 700px) {
  .sports-hero { height: 380px; }
  .sports-body { padding: 36px var(--pad-x) 44px; }
}
@media (min-width: 1024px) {
  .sports-hero { height: auto; aspect-ratio: 16/9; max-height: 560px; }
}

/* ===== Próximo jogo (TheSportsDB) ===== */
.next-match {
  max-width: 460px;
  margin: 22px auto 0;
  background: linear-gradient(180deg, rgba(48,209,88,0.06), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  padding: 16px 18px 18px;
  text-align: center;
}
.next-match[hidden] { display: none; }
.nm-head {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #30d158;
  margin-bottom: 14px;
}
.nm-head span { color: var(--muted); }
.nm-teams {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.nm-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  flex: 1 1 0;
  min-width: 0;
}
.nm-badge {
  width: 50px;
  height: 50px;
  object-fit: contain;
  filter: drop-shadow(0 3px 8px rgba(0,0,0,0.5));
}
.nm-badge-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  font-weight: 800;
  color: #fff;
}
.nm-team span {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}
.nm-vs {
  font-size: 13px;
  font-weight: 800;
  color: var(--muted);
  letter-spacing: 0.05em;
  flex: 0 0 auto;
}
.nm-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 14px;
  margin: 14px 0 16px;
  font-size: 12.5px;
  color: var(--muted);
}
.nm-cta {
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  padding: 11px 28px;
  border-radius: 999px;
  background: #fff;
  color: #000;
}
.nm-cta:hover { background: #e8e8e8; }

/* leagues grid below */
.sports-leagues {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media (min-width: 700px) {
  .sports-leagues { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1024px) {
  .sports-leagues { grid-template-columns: repeat(6, 1fr); }
}

.league-card {
  position: relative;
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, #1a1a22 0%, #0c0c10 100%);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .25s ease, border-color .25s ease;
}
.league-card:hover { transform: scale(1.04); border-color: rgba(10,132,255,0.4); }
.league-card img {
  max-width: 70%;
  max-height: 65%;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.5));
}
.league-more {
  background: transparent;
  border: 1.5px dashed rgba(255,255,255,0.18);
}
.league-more span {
  color: var(--muted);
  font-weight: 600;
  font-size: 14px;
}
.league-more:hover span { color: var(--blue-2); }

/* Card da Copa do Mundo — logo contido, igual aos outros cards de liga */
.league-card-wc img {
  max-width: 78%;
  max-height: 78%;
  border-radius: 8px;
}

/* ============================================
   NOVELAS — espelha a seção de esportes
   ============================================ */
.novelas {
  padding: 0 0 44px;
  background: var(--bg);
}
.novelas-hero {
  position: relative;
  width: 100%;
  height: 270px;
  overflow: hidden;
  background: #050505;
}
.novelas-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  z-index: 0;
  filter: brightness(0.95) saturate(1.05);
}
.novelas-hero-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    #000 0%,
    rgba(0,0,0,0.55) 10%,
    rgba(0,0,0,0.1) 28%,
    rgba(0,0,0,0) 45%,
    rgba(0,0,0,0.5) 80%,
    #000 100%);
  z-index: 1;
}
.novelas-body {
  background: #000;
  padding: 28px var(--pad-x) 0;
  text-align: center;
}
.novelas-title {
  font-size: clamp(36px, 10vw, 64px);
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.01em;
  margin: 0 0 14px;
  color: #fff;
  line-height: 1;
}
.novelas-sub {
  color: rgba(255,255,255,0.8);
  font-size: 15px;
  line-height: 1.55;
  max-width: 540px;
  margin: 0 auto 24px;
}
.novelas-sub b { color: #fff; font-weight: 700; }
.novelas-cta {
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 16px 36px;
  min-width: 260px;
  border-radius: 999px;
  background: #fff;
  color: #000;
}
.novelas-cta:hover { background: #e8e8e8; }

/* ============================================
   DEPOIMENTOS — prints reais (scroll horizontal)
   ============================================ */
/* marquee automático (igual ao letreiro dos stats) */
.reviews-marquee {
  position: relative;
  overflow: hidden;
  padding: 28px 0 10px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.reviews-track {
  display: flex;
  width: max-content;
  animation: reviews-scroll 50s linear infinite;
  will-change: transform;
}
@keyframes reviews-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
/* pausa ao passar o mouse (desktop) */
.reviews-marquee:hover .reviews-track { animation-play-state: paused; }

.review-card {
  flex: 0 0 auto;
  width: 270px;
  height: 380px;
  margin-right: 14px;
  background: #0b141a;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.35);
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* mostra o topo da conversa */
}
.review-card img {
  width: 100%;
  height: auto;
  display: block;
}
/* Renato: alinha embaixo p/ mostrar o elogio final */
.review-card-bottom { justify-content: flex-end; }
/* Gabriel: 1 balão só — centraliza no card */
.review-card-short { justify-content: center; }
.reviews-note {
  text-align: center;
  font-size: 13px;
  color: var(--muted);
  margin-top: 14px;
}
@media (min-width: 700px) {
  .review-card { width: 300px; height: 420px; }
}

/* Fileira de pôsteres com scroll horizontal */
.novelas-row {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 28px var(--pad-x) 8px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.novelas-row::-webkit-scrollbar { display: none; }
.novela-card {
  flex: 0 0 auto;
  width: 130px;
  aspect-ratio: 2/3;
  border-radius: 12px;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid rgba(255,255,255,0.08);
  transition: transform .25s ease, border-color .25s ease;
}
.novela-card { cursor: pointer; }
.novela-card:hover {
  transform: translateY(-4px);
  border-color: rgba(10,132,255,0.5);
}
.novela-card.novela-loading {
  opacity: 0.55;
  pointer-events: none;
}
.novela-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 700px) {
  .novelas-hero { height: 380px; }
  .novelas-body { padding: 36px var(--pad-x) 0; }
  .novela-card { width: 150px; }
}
@media (min-width: 1024px) {
  .novelas-hero { height: auto; aspect-ratio: 16/9; max-height: 480px; }
  .novelas-row { justify-content: center; flex-wrap: wrap; }
}

/* ============================================
   CHANNELS — logos grid
   ============================================ */
.channels {
  background:
    radial-gradient(70% 50% at 50% 100%, rgba(10,132,255,0.03), transparent 70%),
    var(--bg);
}

.logos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 28px;
}

.logo-tile {
  background: #fff;
  border-radius: 14px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.06);
  transition: transform .2s ease, box-shadow .2s ease;
  box-shadow: 0 2px 10px rgba(0,0,0,0.4);
}
.logo-tile:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 18px rgba(10,132,255,0.25);
}
.logo-tile img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.channels-more {
  text-align: center;
  color: var(--muted);
  font-size: 16px;
  margin: 0;
}
.channels-more b { color: #fff; font-weight: 600; }

/* ============================================
   ECONOMIZE
   ============================================ */
.economize {
  background:
    radial-gradient(60% 50% at 50% 30%, rgba(10,132,255,0.06), transparent 70%),
    var(--bg);
}

.econ-sub {
  text-align: center;
  color: var(--muted);
  font-size: 16px;
  margin: -20px auto 32px;
  max-width: 480px;
}

.econ-list {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 8px 18px;
  max-width: 520px;
  margin: 0 auto;
  color: #1d1d1f;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}

.econ-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 4px;
  border-bottom: 1px solid #ececec;
  gap: 12px;
}

.econ-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}
.econ-brand span {
  font-size: 15px;
  font-weight: 500;
  color: #1d1d1f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.econ-logo {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  background: #f5f5f7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  flex-shrink: 0;
}
.econ-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.econ-price {
  color: var(--red);
  font-weight: 600;
  font-size: 15px;
  text-decoration: line-through;
  text-decoration-color: var(--red);
  white-space: nowrap;
}
.econ-price i {
  font-style: normal;
  font-size: 12px;
  font-weight: 500;
}

.econ-total {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 4px 10px;
  border-bottom: 1px solid #ececec;
}
.econ-total span {
  font-size: 13px;
  color: #6e6e73;
}
.econ-total b {
  font-size: 22px;
  font-weight: 700;
  color: #1d1d1f;
  letter-spacing: -0.02em;
  text-decoration: line-through;
  text-decoration-color: var(--red);
}

.econ-our {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 4px;
}
.econ-our span {
  font-size: 13px;
  color: #1d1d1f;
  font-weight: 500;
}
.econ-our b {
  font-size: 32px;
  font-weight: 800;
  color: var(--blue);
  letter-spacing: -0.025em;
  line-height: 1;
}
.econ-our b i {
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
}

.econ-saving {
  background: linear-gradient(135deg, #0a84ff 0%, #0066cc 100%);
  color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin: 4px 0 16px;
}
.econ-saving b { font-weight: 700; font-size: 15px; }

.econ-list .btn {
  margin: 0 0 10px;
}

/* ============================================
   STATS — letreiro / marquee
   ============================================ */
.stats {
  background:
    radial-gradient(60% 50% at 50% 0%, rgba(10,132,255,0.05), transparent 70%),
    var(--bg);
  overflow: hidden;
}

/* faixa do letreiro */
.stats-marquee {
  position: relative;
  margin-top: 36px;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,0.07);
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: linear-gradient(180deg, rgba(10,132,255,0.06), rgba(10,132,255,0.02));
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.stats-track {
  display: flex;
  width: max-content;
  animation: stats-scroll 28s linear infinite;
  will-change: transform;
}

.stats-set {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.stat-pill {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  white-space: nowrap;
  font-size: clamp(16px, 4.2vw, 22px);
  font-weight: 600;
  color: var(--muted);
  letter-spacing: -0.01em;
  padding: 0 4px;
}
.stat-pill strong {
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.stat-dot {
  color: var(--blue-2);
  font-size: 10px;
  margin: 0 22px;
  transform: translateY(-2px);
}

@keyframes stats-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* pausa ao passar o mouse (desktop) */
.stats-marquee:hover .stats-track { animation-play-state: paused; }

/* ============================================
   PLANS
   ============================================ */
.plans {
  background:
    radial-gradient(70% 50% at 50% 0%, rgba(10,132,255,0.04), transparent 70%),
    var(--bg);
}

.plans-sub {
  text-align: center;
  color: var(--muted);
  font-size: 16px;
  margin: -20px auto 14px;
}

/* Toggle 1 tela / 2 telas */
.plans-toggle {
  display: flex;
  gap: 2px;
  margin: 8px auto 14px;
  padding: 4px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 999px;
  width: fit-content;
  text-align: center;
}
/* center the toggle inside its parent (which is .container, text-align: left by default) */
.plans .plans-toggle,
.plans .family-seal {
  margin-left: auto;
  margin-right: auto;
}
.plans-toggle-row {
  display: flex;
  justify-content: center;
  width: 100%;
}
.pt-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 14px;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: background .25s ease, color .25s ease, transform .15s ease;
  white-space: nowrap;
  min-height: 36px;
}
@media (min-width: 700px) {
  .pt-btn { padding: 9px 20px; font-size: 14px; gap: 8px; }
}
.pt-btn:hover { color: var(--text); }
.pt-btn:active { transform: scale(0.97); }
.pt-btn.active {
  background: #1c1c1e;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
.pt-btn svg { flex-shrink: 0; }

/* Selo Família (visível só no modo 2 telas) */
.family-seal {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(48,209,88,0.12);
  border: 1px solid rgba(48,209,88,0.35);
  color: #30d158;
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 600;
  margin: 0 auto 16px;
  text-align: center;
  line-height: 1.3;
  max-width: 92%;
  animation: familySealIn .35s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (min-width: 700px) {
  .family-seal { font-size: 14px; padding: 10px 20px; }
}
.family-seal[hidden] { display: none; }
.family-seal svg { flex-shrink: 0; }
@keyframes familySealIn {
  from { opacity: 0; transform: translateY(-6px) scale(0.95); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* Animação suave ao trocar preços */
.plan-price .val,
.plan-total,
.plan-save-badge {
  transition: opacity .25s ease;
}
.plans-grid.swapping .plan-price .val,
.plans-grid.swapping .plan-total,
.plans-grid.swapping .plan-save-badge {
  opacity: 0.3;
}

.plan-save-badge[hidden] { display: none; }
.trial-hint {
  text-align: center;
  color: var(--muted);
  font-size: 14px;
  margin: 0 auto 28px;
}
.trial-hint a {
  color: var(--blue-2);
  font-weight: 600;
  text-decoration: none;
}
.trial-hint a:hover { color: #fff; }

.cta-btns-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.plans-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 20px 0;
}

/* ----- Comparative table layout (NEW) ----- */
.plans-included {
  background: rgba(10,132,255,0.08);
  border: 1px solid rgba(10,132,255,0.22);
  border-radius: 14px;
  padding: 14px 16px;
  margin-bottom: 22px;
}
.incl-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--blue-2);
  text-align: center;
  margin: 0 0 10px;
}
.incl-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 14px;
  font-size: 12.5px;
  color: var(--text);
}
@media (min-width: 700px) {
  .incl-grid { grid-template-columns: repeat(3, 1fr); font-size: 14px; }
}

.plans-compare {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  padding: 14px 0 0;
  align-items: stretch;
}
@media (min-width: 700px) {
  .plans-compare { gap: 16px; }
}

.cmp-plan {
  background: var(--bg-card);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 14px;
  padding: 16px 8px 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
.cmp-plan.cmp-best {
  background: linear-gradient(180deg, rgba(10,132,255,0.14) 0%, rgba(10,132,255,0.02) 60%);
  border: 1.5px solid rgba(10,132,255,0.5);
  box-shadow: 0 0 28px rgba(10,132,255,0.18);
  transform: scale(1.03);
  z-index: 2;
}
.cmp-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--blue);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  padding: 4px 8px;
  border-radius: 6px;
  letter-spacing: 0.06em;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(10,132,255,0.5);
}
.cmp-name {
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.cmp-best .cmp-name { color: #fff; }
.cmp-price {
  margin-bottom: 10px;
  line-height: 1.1;
}
.cmp-price b {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  display: block;
  letter-spacing: -0.02em;
}
.cmp-price span {
  font-size: 11px;
  color: var(--muted);
}
.cmp-total {
  font-size: 11px;
  color: var(--text);
  line-height: 1.35;
  margin-bottom: 10px;
  min-height: 32px;
}
.cmp-savings {
  font-size: 11px;
  font-weight: 700;
  color: #30d158;
  margin-bottom: 14px;
  min-height: 18px;
}
.cmp-savings.cmp-no-saving { color: var(--muted-2); font-weight: 400; }
.cmp-cta {
  margin-top: auto;
  padding: 9px 6px;
  font-size: 12px;
  min-width: 0;
  font-weight: 600;
}
@media (min-width: 700px) {
  .cmp-name { font-size: 14px; }
  .cmp-price b { font-size: 22px; }
  .cmp-price span { font-size: 13px; }
  .cmp-total { font-size: 13px; min-height: 38px; }
  .cmp-savings { font-size: 13px; }
  .cmp-cta { padding: 12px 14px; font-size: 14px; }
  .cmp-plan { padding: 24px 14px 18px; }
}

.plan {
  background: #0e0e11;
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  position: relative;
  border: 1px solid rgba(255,255,255,0.08);
  transition: border-color .3s ease, transform .3s ease;
}
.plan:hover { border-color: rgba(255,255,255,0.16); }
@media (min-width: 700px) {
  .plan { padding: 34px 28px; }
}
.plan-name {
  padding-right: 110px; /* room for save-badge */
}

.plan-featured {
  background: #131318;
  border: 1px solid transparent;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
  z-index: 2;
  position: relative;
  transition: transform .3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.plan-featured:hover {
  transform: translateY(-4px);
}

/* Borda hairline com um feixe de luz azul percorrendo (refinado, minimalista) */
.plan-featured::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: conic-gradient(
    from var(--comet-angle, 0deg),
    rgba(255, 255, 255, 0.07) 0deg,
    rgba(255, 255, 255, 0.07) 90deg,
    rgba(10, 132, 255, 0.45) 150deg,
    rgba(130, 190, 255, 0.95) 185deg,
    rgba(10, 132, 255, 0.45) 220deg,
    rgba(255, 255, 255, 0.07) 280deg,
    rgba(255, 255, 255, 0.07) 360deg
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask-composite: exclude;
  animation: cometRotate 6s linear infinite;
  pointer-events: none;
  z-index: 3;
}

@property --comet-angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

@keyframes cometRotate {
  to { --comet-angle: 360deg; }
}

/* Fallback for browsers without @property support — static brighter border */
@supports not (background: conic-gradient(from 0deg, red, blue)) {
  .plan-featured::before { display: none; }
  .plan-featured { border-color: rgba(255,255,255,0.18); }
}

@media (min-width: 700px) {
  .plan-featured { transform: scale(1.03); }
  .plan-featured:hover { transform: scale(1.03) translateY(-4px); }
}


.plan-save-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(48,209,88,0.08);
  border: 1px solid rgba(48,209,88,0.25);
  color: #6bdf97;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 9px;
  border-radius: 999px;
  letter-spacing: 0.01em;
  white-space: nowrap;
  z-index: 3;
}
@media (min-width: 700px) {
  .plan-save-badge { font-size: 12px; padding: 5px 10px; }
}
.plan-save-best {
  background: rgba(48,209,88,0.14);
  color: #7ce6a6;
  border-color: rgba(48,209,88,0.38);
  box-shadow: none;
}

/* Halo removido — só a borda com efeito */
.plan-glow { display: none; }
@keyframes glowMove {
  0%,100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.plan-pop {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255,255,255,0.07);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  font-size: 10.5px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 4;
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: none;
}

.plan-name {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}

.plan-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.plan-price .cur { font-size: 16px; color: var(--muted); }
.plan-price .val {
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 1;
}
.plan-price .val small {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--muted);
}
.plan-price .per {
  font-size: 14px;
  color: var(--muted);
  margin-left: 4px;
}

.plan-acesso {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 10px;
}

.plan-total {
  display: inline-block;
  font-size: 13px;
  color: var(--muted);
  background: transparent;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 999px;
  padding: 7px 14px;
  margin-bottom: 18px;
}
.plan-total b {
  color: #fff;
  font-weight: 600;
}

.plan ul {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}
.plan ul li {
  font-size: 15px;
  padding: 9px 0;
  color: var(--text);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  display: flex;
  align-items: center;
  gap: 8px;
}
.plan ul li::before {
  content: "✓";
  color: var(--blue-2);
  font-weight: 700;
}
.plan ul li:last-child { border-bottom: 0; }

.guarantee {
  text-align: center;
  color: var(--muted);
  font-size: 14px;
  margin: 28px 0 0;
}

/* Faixa de indicação (depois dos planos) — minimalista, estilo Apple */
.referral-band {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 540px;
  margin: 30px auto 0;
  background: #0e0e11;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 18px 22px;
  transition: border-color .3s ease;
}
.referral-band:hover { border-color: rgba(255,255,255,0.16); }
.ref-icon {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(10,132,255,0.10);
  border: 1px solid rgba(10,132,255,0.22);
  color: #5ab4ff;
}
.ref-text h3 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #fff;
  margin: 0 0 2px;
}
.ref-text p {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
  line-height: 1.45;
}
@media (max-width: 560px) {
  .referral-band { gap: 14px; padding: 18px 20px; }
}

/* ============================================
   DEVICES
   ============================================ */
.devices {
  background:
    radial-gradient(60% 40% at 50% 100%, rgba(10,132,255,0.04), transparent 70%),
    var(--bg);
}

.devices-brands {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto 50px;
}
.devices-brands span {
  color: var(--blue-2);
  font-size: 15px;
  font-weight: 500;
  padding: 6px 0;
}

.devices-types {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 12px;
  max-width: 520px;
  margin: 0 auto;
}
.dev-type {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--text);
}
.dev-type svg { color: var(--text); }
.dev-type span {
  font-size: 13px;
  color: var(--blue-2);
  font-weight: 500;
}

/* ============================================
   FAQ
   ============================================ */
.faq { background: var(--bg); }

.faq-list {
  max-width: 720px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 4px 0;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 0;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }

.faq-icon {
  font-size: 22px;
  color: var(--muted);
  font-weight: 300;
  transition: transform .25s ease;
  flex-shrink: 0;
}
.faq-item[open] .faq-icon { transform: rotate(45deg); color: var(--blue-2); }

.faq-item p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

/* ============================================
   FINAL CTA
   ============================================ */
.final-cta {
  background:
    radial-gradient(60% 60% at 50% 50%, rgba(10,132,255,0.18), transparent 70%),
    var(--bg);
  text-align: center;
  padding: 100px 0;
}

.cta-title {
  font-size: clamp(36px, 9vw, 60px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0 0 16px;
  color: #fff;
}

.cta-sub {
  color: var(--muted);
  font-size: 17px;
  margin: 0 auto 32px;
  max-width: 480px;
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
  background: var(--bg-3);
  padding: 40px 0 60px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.foot-top {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 28px;
}

.foot-logo {
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.035em;
  line-height: 1;
}
.foot-logo i {
  font-style: normal;
  background: linear-gradient(135deg, #409cff 0%, #0a84ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.foot-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.foot-links a {
  font-size: 14px;
  color: var(--muted);
}
.foot-links a:hover { color: #fff; }

.foot-bottom {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.06);
  font-size: 12px;
  color: var(--muted-2);
}
.foot-attrib {
  font-size: 11px;
  color: var(--muted-2);
  margin: 14px 0 0;
  text-align: center;
}
.foot-attrib a { color: var(--blue-2); }

/* ============================================
   STICKY CTA BAR (mobile)
   ============================================ */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.92);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 12px 16px;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #fff;
}
.sticky-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.sticky-text b {
  font-size: 14px;
  font-weight: 600;
}
.sticky-text span {
  font-size: 12px;
  color: var(--muted);
}
.sticky-btn {
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 999px;
  white-space: nowrap;
}

/* ============================================
   TITLE DETAIL MODAL
   ============================================ */
body.modal-open { overflow: hidden; }

.title-modal {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 200;
  overflow: hidden;
  animation: tmFadeIn .25s ease;
}
@keyframes tmFadeIn { from { opacity: 0 } to { opacity: 1 } }

.tm-scroll {
  position: absolute;
  inset: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.tm-back, .tm-share {
  position: fixed;
  top: 16px;
  width: 44px;
  height: 44px;
  background: rgba(0,0,0,0.55);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border: 1px solid rgba(255,255,255,0.08);
  transition: background .2s ease;
}
.tm-back { left: 14px; }
.tm-share { right: 14px; display: none; }
.tm-back:hover, .tm-share:hover { background: rgba(0,0,0,0.8); }

.tm-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--bg-card);
}
.tm-hero img.tm-backdrop {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tm-hero-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, transparent 50%, rgba(0,0,0,0.65) 80%, #000 100%);
  z-index: 2;
  pointer-events: none;
}

.tm-hero-trailer {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  transition: opacity 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}
.tm-hero-trailer.active { opacity: 1; }

/* mobile (hero is 4:5) — iframe at 222% width covers full hero with 16:9 video */
.tm-hero-trailer iframe {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 222%;
  transform: translateX(-50%);
  border: 0;
  pointer-events: none;
}
@media (min-width: 700px) {
  /* desktop hero is 16:9 — iframe fills 1:1 */
  .tm-hero-trailer iframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
  }
}

/* mute/unmute toggle */
.tm-trailer-mute {
  position: absolute;
  right: 14px;
  top: 70px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0,0,0,0.55);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  z-index: 6;
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.18);
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.tm-trailer-mute.visible { display: flex; animation: tmFadeIn .35s ease; }
.tm-trailer-mute:hover { background: rgba(0,0,0,0.8); }
.tm-trailer-mute:active { transform: scale(0.92); }
.tm-trailer-mute svg { display: none; }
.tm-trailer-mute[data-muted="true"] .ic-muted { display: block; }
.tm-trailer-mute[data-muted="false"] .ic-unmuted { display: block; }

.tm-content {
  padding: 0 var(--pad-x) 100px;
  margin-top: -80px;
  position: relative;
  z-index: 2;
}

.tm-brand-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(10,132,255,0.18);
  border: 1px solid rgba(10,132,255,0.35);
  border-radius: 999px;
  padding: 6px 14px 6px 8px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}
.tm-brand-badge img {
  width: 22px; height: 22px;
  border-radius: 5px;
}

/* Logos das plataformas onde o título está disponível (dinâmico via TMDB) */
.tm-title-providers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
.tm-prov {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  background: #000;
  flex: 0 0 auto;
}
.tm-prov img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tm-title {
  font-size: clamp(30px, 8vw, 44px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0 0 6px;
  color: #fff;
}

.tm-tagline {
  font-style: italic;
  color: var(--muted);
  font-size: 15px;
  margin: 0 0 22px;
}

.tm-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 22px;
}
.tm-actions .btn {
  flex: 1;
  min-width: 0;
  padding: 13px 22px;
  max-width: 280px;
  font-size: 15px;
}
.tm-action-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.10);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(255,255,255,0.10);
}
.tm-action-circle:hover { background: rgba(255,255,255,0.16); }

.tm-genres {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 14px;
}

.tm-stats {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.tm-stats span {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}
.tm-stats .age {
  background: #b81a25;
  border-color: transparent;
  font-weight: 700;
}

.tm-synopsis {
  font-size: 15px;
  color: var(--text);
  line-height: 1.5;
  margin: 0 0 14px;
}

.tm-creator {
  font-size: 13px;
  color: var(--muted);
  margin: 0 0 36px;
  line-height: 1.5;
}
.tm-creator b { color: var(--text); font-weight: 500; }

.tm-section {
  padding: 0;
  margin-bottom: 24px;
}
.tm-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-right: 4px;
}
.tm-section-head h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0;
  color: #fff;
}
.tm-season-tag {
  background: rgba(255,255,255,0.08);
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 12px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* horizontal scroll rows */
.tm-row {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 2px;
  margin: 0 calc(var(--pad-x) * -1);
  padding-left: var(--pad-x);
  padding-right: var(--pad-x);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.tm-row::-webkit-scrollbar { display: none; }

/* episodes */
.tm-ep {
  flex: 0 0 240px;
  background: var(--bg-card);
  border-radius: 12px;
  overflow: hidden;
  scroll-snap-align: start;
  position: relative;
}
.tm-ep-still {
  width: 100%;
  aspect-ratio: 16/9;
  background: var(--bg-card-2);
  position: relative;
  overflow: hidden;
}
.tm-ep-still img { width: 100%; height: 100%; object-fit: cover; }
.tm-ep-num {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: rgba(0,0,0,0.75);
  color: #fff;
  padding: 3px 8px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
}
.tm-ep-body { padding: 12px; }
.tm-ep-title { font-size: 14px; font-weight: 600; margin: 0 0 4px; color: #fff; line-height: 1.25; }
.tm-ep-desc { font-size: 12px; color: var(--muted); margin: 0 0 8px; line-height: 1.4; min-height: 32px; }
.tm-ep-runtime { font-size: 11px; color: var(--muted-2); }

.tm-ep-locked {
  flex: 0 0 240px;
  scroll-snap-align: start;
  border-radius: 12px;
  background: linear-gradient(160deg, rgba(10,132,255,0.10), rgba(10,132,255,0.02));
  border: 1.5px dashed rgba(10,132,255,0.35);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 28px 18px;
  gap: 6px;
}
.tm-ep-locked svg { color: var(--blue-2); margin-bottom: 4px; }
.tm-ep-locked b { font-size: 15px; color: #fff; margin: 0; }
.tm-ep-locked span { font-size: 12px; color: var(--muted); margin-bottom: 10px; }
.tm-ep-locked a {
  background: var(--blue);
  color: #fff;
  padding: 9px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
}

/* cast */
.tm-cast-item {
  flex: 0 0 88px;
  scroll-snap-align: start;
  text-align: center;
}
.tm-cast-photo {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: var(--bg-card);
  overflow: hidden;
  margin: 0 auto 10px;
}
.tm-cast-photo img { width: 100%; height: 100%; object-fit: cover; }
.tm-cast-name {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 2px;
  color: #fff;
}
.tm-cast-char {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.2;
  margin: 0;
}

/* recommendations + trending */
.tm-rec-card {
  flex: 0 0 116px;
  scroll-snap-align: start;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.tm-rec-poster {
  width: 100%;
  aspect-ratio: 2/3;
  border-radius: 8px;
  overflow: hidden;
  background: var(--bg-card);
  transition: transform .2s ease;
}
.tm-rec-card:hover .tm-rec-poster { transform: scale(1.04); }
.tm-rec-card.tm-rec-loading .tm-rec-poster {
  opacity: 0.5;
  pointer-events: none;
}
.tm-rec-card.tm-rec-loading .tm-rec-poster::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 3px solid rgba(255,255,255,0.15);
  border-top-color: var(--blue-2);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  margin: auto;
  animation: tmSpin 0.8s linear infinite;
}
@keyframes tmSpin { to { transform: rotate(360deg); } }
.tm-rec-poster { position: relative; }
.tm-rec-poster img { width: 100%; height: 100%; object-fit: cover; }
.tm-rec-title {
  font-size: 12px;
  margin: 7px 0 0;
  color: var(--text);
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tm-footer-section {
  text-align: center;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.tm-footer-section h4 {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 18px;
  color: #fff;
}
.tm-providers {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.tm-providers .lt {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}
.tm-providers .lt img { max-width: 100%; max-height: 100%; object-fit: contain; }
.tm-footer-section .btn { display: inline-flex; }

/* ============================================
   TRAILER MODAL
   ============================================ */
.trailer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.trailer-frame {
  width: 100%;
  max-width: 960px;
  aspect-ratio: 16/9;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 30px 80px rgba(0,0,0,0.6);
}
.trailer-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.trailer-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trailer-close:hover { background: rgba(255,255,255,0.22); }

/* ============================================
   WHATSAPP FLOAT
   ============================================ */
.wpp-float {
  position: fixed;
  bottom: 90px;
  right: 18px;
  width: 52px;
  height: 52px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(37,211,102,0.4);
  z-index: 55;
  transition: transform .2s ease;
}
.wpp-float:hover { transform: scale(1.08); }
.wpp-float:active { transform: scale(0.95); }
.wpp-float {
  transition: opacity .3s ease, transform .3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.wpp-float.hidden {
  opacity: 0;
  transform: scale(0.4);
  pointer-events: none;
}

/* ============================================
   REVEAL ANIMATION
   ============================================ */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .plan-glow { animation: none; }
  .reviews-track, .stats-track { animation: none; }
  html { scroll-behavior: auto; }
}

/* ============================================
   RESPONSIVE — TABLET (>= 700px)
   ============================================ */
@media (min-width: 700px) {
  :root { --pad-x: 32px; }

  .hero-actions { flex-direction: row; justify-content: center; align-items: center; }

  .showcase-stage { aspect-ratio: 16/9; }
  .showcase-body { padding: 32px 40px 70px; max-width: 600px; }
  .showcase-title { font-size: 52px; }

  .top10-poster { width: 150px; }
  .top10-num { font-size: 180px; margin-right: -32px; }
  .top10-num.num-10 { font-size: 150px; margin-right: -16px; }

  .card-grid { grid-template-columns: 1fr 1fr; }
  .card-lg { grid-column: 1 / -1; }
  .card-wide { grid-column: 1 / -1; }
  .card { padding: 28px 22px; min-height: 240px; }
  .card h3 { font-size: 24px; }
  .card-lg { min-height: 300px; }
  .card-lg h3 { font-size: 30px; }
  section { padding: 56px 0; }

  .sports-grid { grid-template-columns: repeat(3, 1fr); }

  .logos-grid { grid-template-columns: repeat(4, 1fr); }

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

  .devices-types { grid-template-columns: repeat(6, 1fr); }

  .foot-top { flex-direction: row; justify-content: space-between; align-items: center; }
  .foot-bottom { flex-direction: row; justify-content: space-between; }

  body { padding-bottom: 0; }
  .sticky-cta { display: none; }
  .wpp-float { bottom: 24px; right: 24px; }
}

/* ============================================
   RESPONSIVE — DESKTOP (>= 1024px)
   ============================================ */
@media (min-width: 1024px) {
  :root { --pad-x: 40px; }

  .nav-toggle { display: none; }
  .nav-links {
    position: static;
    display: flex !important;
    flex-direction: row;
    gap: 24px;
    padding: 0;
    background: transparent;
    border: 0;
    align-items: center;
    max-height: none;
    overflow: visible;
  }
  .nav-links a {
    padding: 6px 0;
    font-size: 14px;
    border: 0;
  }
  .nav-cta {
    margin: 0;
    padding: 8px 18px !important;
    font-size: 13px;
  }

  section { padding: 88px 0; }
  .card { padding: 32px 26px; min-height: 260px; }
  .card h3 { font-size: 26px; }
  .card-lg { min-height: 340px; }
  .card-lg h3 { font-size: 32px; }

  .sports-grid { grid-template-columns: repeat(4, 1fr); }
  .logos-grid { grid-template-columns: repeat(6, 1fr); }

  .plans-grid { grid-template-columns: repeat(4, 1fr); }

  /* Hero intro — left-align estilo Apple TV+ */
  .hero-content {
    text-align: left;
    max-width: 700px;
    margin: 0;
    padding-left: var(--pad-x);
  }
  .hero-social { margin: 0 0 22px; }
  .hero-sub { margin: 0 0 32px; }
  .hero-actions {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
