/* Homepage-only section styles (hero, categories, leagues, pricing,
   devices, reviews, faq, cta). Loaded only on the front page. */

/* ================== HERO ================== */
.hero {
  position: relative;
  overflow: hidden;
  padding: 64px 0 32px;
  isolation: isolate;
}
.hero-bg { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.55; }
.orb-1 { width: 520px; height: 520px; left: -180px; top: -120px; background: radial-gradient(circle, #c7d2fe 0%, transparent 70%); }
.orb-2 { width: 620px; height: 620px; right: -240px; top: -180px; background: radial-gradient(circle, #bfdbfe 0%, transparent 70%); }
.dot-grid {
  position: absolute; right: 30%; top: 56%; width: 240px; height: 240px;
  background-image: radial-gradient(rgba(37, 99, 235, 0.18) 1.4px, transparent 1.4px);
  background-size: 18px 18px; opacity: 0.55;
}

.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; align-items: center; min-height: 580px; }

.hero-copy { max-width: 560px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: #ffffff; border: 1px solid #e2e8f0; border-radius: 999px; padding: 8px 14px;
  font-size: 13px; font-weight: 500; color: #1e293b;
  box-shadow: 0 6px 18px -12px rgba(15, 23, 42, 0.12);
}
.hero-title {
  font-size: clamp(40px, 5.2vw, 64px); line-height: 1.05; font-weight: 800; letter-spacing: -0.02em;
  margin: 22px 0 18px; color: #0f172a;
}
.text-blue { color: #2563eb; }
.hero-sub { font-size: 16px; line-height: 1.6; color: #475569; margin: 0 0 30px; max-width: 460px; }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 44px; }

.compatible-label { font-size: 13px; color: #64748b; font-weight: 500; margin-bottom: 14px; display: block; }
.device-row { display: flex; gap: 28px; flex-wrap: wrap; }
.device { display: flex; flex-direction: column; align-items: center; gap: 8px; color: #64748b; font-size: 12px; font-weight: 500; }
.device svg { width: 26px; height: 26px; color: #64748b; }

/* ================== HERO VISUAL / TV ================== */
.hero-visual {
  position: relative; min-height: 580px;
  margin-right: calc(50% - 50vw); padding-right: calc(50vw - 50%);
  perspective: 1800px; perspective-origin: 30% 50%;
}
.stat-card {
  position: absolute; background: #ffffff; border: 1px solid rgba(15, 23, 42, 0.04); border-radius: 16px;
  padding: 16px 20px;
  box-shadow: 0 24px 48px -24px rgba(15, 23, 42, 0.22), 0 8px 20px -10px rgba(37, 99, 235, 0.14);
  min-width: 180px; z-index: 6;
}
.stat-card-top { top: 6%; left: 4%; animation: floatY 6s ease-in-out infinite; }
.stat-card-mid { top: 52%; left: -2%; animation: floatYMid 7s ease-in-out -2s infinite; }
.stat-card-bot { bottom: 8%; right: 18%; animation: floatY 6.5s ease-in-out -3.5s infinite; }
@keyframes floatY { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes floatYMid { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

.stat-icon {
  width: 36px; height: 36px; border-radius: 8px; background: rgba(37, 99, 235, 0.1);
  display: inline-flex; align-items: center; justify-content: center; margin-bottom: 10px;
}
.stat-num { font-size: 22px; font-weight: 800; color: #0f172a; line-height: 1.1; }
.stat-label { font-size: 12.5px; color: #64748b; font-weight: 500; margin-top: 4px; }

.tv { position: relative; width: 100%; max-width: 760px; margin-left: 8%; transform-style: preserve-3d; }
.tv-screen {
  position: relative; background: #0a0f1c; border-radius: 14px; padding: 14px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06), 0 60px 120px -40px rgba(15, 23, 42, 0.55), 0 30px 60px -20px rgba(37, 99, 235, 0.4);
  transform: perspective(1800px) rotateY(-22deg) rotateX(2deg) rotateZ(-1deg);
  transform-origin: 25% 50%;
}
.tv-img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 6px; display: block; }
.tv-vignette {
  position: absolute; inset: 14px; border-radius: 6px;
  background: radial-gradient(ellipse at center, transparent 55%, rgba(0,0,0,0.25) 100%);
  pointer-events: none;
}
.tv-overlay-top {
  position: absolute; top: 30px; left: 30px; display: flex; align-items: center; gap: 8px; z-index: 3;
  font-size: 13px; font-weight: 700; color: #ffffff; font-family: 'Inter', sans-serif;
}
.live-pill { background: #ef4444; color: #ffffff; padding: 4px 10px; border-radius: 4px; font-size: 11px; letter-spacing: 0.6px; }
.time { background: rgba(10, 15, 28, 0.75); padding: 4px 10px; border-radius: 4px; font-size: 12px; font-weight: 600; backdrop-filter: blur(4px); }
.team { background: rgba(10, 15, 28, 0.75); padding: 4px 10px; border-radius: 4px; font-size: 12px; font-weight: 700; backdrop-filter: blur(4px); }
.score { background: rgba(10, 15, 28, 0.85); padding: 4px 12px; border-radius: 4px; font-size: 12px; font-weight: 700; backdrop-filter: blur(4px); }

.goal-chips { position: absolute; bottom: 32px; left: 30px; right: 30px; display: flex; gap: 8px; flex-wrap: wrap; z-index: 3; }
.goal-chip {
  display: inline-flex; align-items: center; gap: 6px; background: rgba(10, 15, 28, 0.78); color: #ffffff;
  font-size: 12px; font-weight: 600; padding: 6px 12px; border-radius: 999px; backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.goal-chip .goal-dot { width: 14px; height: 14px; border-radius: 50%; background: #93c5fd; flex: 0 0 auto; }
.goal-chip.mci .goal-dot { background: #93c5fd; }
.goal-chip.che .goal-dot { background: #1d4ed8; }
.goal-chip .goal-min { color: #cbd5e1; font-weight: 500; margin-left: 2px; }

.tv-legs {
  position: relative; height: 60px; margin-top: 14px; display: flex; align-items: flex-start; justify-content: space-between;
  padding: 0 12%;
  transform: perspective(1800px) rotateY(-22deg) rotateX(2deg) rotateZ(-1deg);
  transform-origin: 25% 50%;
}
.tv-leg { width: 60%; height: 8px; background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%); border-radius: 0 0 6px 6px; position: relative; }
.tv-leg::after { content: ""; position: absolute; bottom: -14px; left: 50%; transform: translateX(-50%); width: 80%; height: 4px; background: #0f172a; border-radius: 2px; }
.tv-soundbar {
  position: absolute; left: 50%; bottom: -22px; transform: translateX(-50%); width: 70%; height: 22px;
  background: linear-gradient(180deg, #0f172a 0%, #020617 100%); border-radius: 4px;
  display: flex; align-items: center; padding: 0 12px; gap: 8px; box-shadow: 0 8px 16px -6px rgba(0,0,0,0.5);
}
.tv-soundbar-light { width: 4px; height: 4px; border-radius: 50%; background: #38bdf8; box-shadow: 0 0 8px #38bdf8; flex: 0 0 auto; }
.tv-soundbar-grille { flex: 1; height: 2px; background: repeating-linear-gradient(90deg, rgba(56, 189, 248, 0.35) 0 6px, transparent 6px 10px); }

/* ================== STATS BAR ================== */
.stats-bar {
  margin-top: 80px; background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%); border-radius: 18px; padding: 28px 32px;
  display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 16px; color: #ffffff;
  box-shadow: 0 24px 48px -24px rgba(15, 23, 42, 0.45);
}
.stat-item { display: flex; align-items: center; gap: 14px; padding: 4px 8px; border-right: 1px solid rgba(255, 255, 255, 0.08); }
.stat-item:last-child { border-right: none; }
.stat-item strong { display: block; font-size: 18px; font-weight: 700; }
.stat-item span { display: block; font-size: 12.5px; color: #94a3b8; font-weight: 500; }

/* ================== SECTION HEADINGS (shared) ================== */
.section { max-width: 1280px; margin: 0 auto; padding: 60px 24px; }
.section-heading { text-align: center; margin-bottom: 40px; }
.section-heading h2 { font-size: 42px; font-weight: 700; color: var(--text-dark); }
.section-heading h2 .accent {
  background: var(--primary-gradient); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.section-heading p { margin-top: 10px; color: var(--text-muted); font-size: 16px; }

/* ================== CATEGORIES GRID ================== */
.categories { display: grid; grid-template-columns: repeat(8, minmax(0,1fr)); gap: 14px; margin-bottom: 60px; }
.category-card {
  position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 3 / 4; cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease; background: #111;
}
.category-card:hover { transform: translateY(-4px); box-shadow: 0 18px 30px -10px rgba(0,0,0,0.35); }
.category-bg {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  transition: transform 0.4s ease;
}
.category-card:hover .category-bg { transform: scale(1.05); }
.category-bg svg { width: 38%; height: 38%; opacity: 0.92; }
.category-bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.category-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 30%, rgba(0,0,0,0.55) 65%, rgba(0,0,0,0.85) 100%);
}
.category-info { position: absolute; bottom: 14px; left: 14px; right: 14px; z-index: 2; color: #fff; text-align: center; }
.category-info h3 { font-size: 18px; font-weight: 700; margin-bottom: 2px; text-shadow: 0 1px 3px rgba(0,0,0,0.5); }
.category-info p { font-size: 12px; font-weight: 500; opacity: 0.95; text-shadow: 0 1px 3px rgba(0,0,0,0.5); }

/* ================== LEAGUE LOGO SLIDER ================== */
.leagues-wrap {
  position: relative; margin-bottom: 60px; overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 60px, #000 calc(100% - 60px), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 60px, #000 calc(100% - 60px), transparent 100%);
}
.leagues-track { display: flex; gap: 12px; width: max-content; animation: scroll-leagues 30s linear infinite; }
.leagues-track:hover { animation-play-state: paused; }
@keyframes scroll-leagues { from { transform: translateX(0); } to { transform: translateX(calc(-50% - 6px)); } }
.league-tile {
  flex: 0 0 150px; background: #ffffff; border: 1px solid var(--border); border-radius: 12px; height: 120px;
  display: flex; align-items: center; justify-content: center; padding: 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.league-tile:hover { transform: translateY(-3px); box-shadow: 0 8px 20px -6px rgba(0,0,0,0.12); }
.league-tile svg { max-width: 100%; max-height: 70px; width: auto; height: auto; }
.league-tile img {
  max-width: 100%; max-height: 100%; width: auto; height: auto;
  object-fit: contain; display: block;
}

/* ================== PRICING PLANS ================== */
.pricing-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.plan-card {
  position: relative; background: var(--card-bg); border-radius: 14px; border: 1px solid var(--border);
  padding: 28px 22px 22px; display: flex; flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.plan-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px -10px rgba(0,0,0,0.18); }
.plan-card.popular {
  background: linear-gradient(180deg, #f5f8ff 0%, #ffffff 100%); border: 2px solid var(--primary-light);
  box-shadow: 0 20px 40px -12px rgba(37, 99, 235, 0.25); transform: translateY(-6px);
}
.popular-badge {
  position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
  background: var(--primary-gradient); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 0.5px;
  padding: 7px 18px; border-radius: 20px; box-shadow: 0 6px 14px -4px rgba(37, 99, 235, 0.5);
  display: flex; align-items: center; gap: 6px; white-space: nowrap;
}
.popular-badge::before { content: "★"; font-size: 11px; }

.plan-duration { font-size: 13px; font-weight: 700; letter-spacing: 1px; color: #94a3b8; text-transform: uppercase; }
.plan-subtitle { font-size: 14px; color: var(--text-muted); margin-top: 4px; }
.plan-price { display: flex; align-items: baseline; margin-top: 18px; margin-bottom: 6px; color: var(--primary); }
.plan-price .currency { font-size: 22px; font-weight: 700; margin-right: 2px; }
.plan-price .amount { font-size: 44px; font-weight: 800; line-height: 1; }
.plan-divider { height: 1px; background: var(--border); margin: 20px 0 16px; }
.plan-features { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 22px; }
.plan-features li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #334155; }
.plan-features li svg { flex-shrink: 0; color: var(--check); }
.plan-cta {
  display: block; width: 100%; text-align: center; padding: 12px 0; border-radius: 999px;
  background: #ffffff; color: var(--text-dark); font-weight: 600; font-size: 15px; text-decoration: none;
  border: 1.5px solid var(--primary-light); transition: all 0.2s ease;
}
.plan-cta:hover { background: var(--primary-light); color: #fff; }
.plan-card.popular .plan-cta { background: var(--primary-gradient); color: #fff; border: none; box-shadow: 0 8px 16px -6px rgba(37, 99, 235, 0.45); }
.plan-card.popular .plan-cta:hover { background: linear-gradient(90deg, #1d4ed8 0%, #6d28d9 100%); transform: translateY(-1px); }
.plan-whatsapp {
  display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; margin-top: 10px;
  padding: 10px 0; border-radius: 999px; background: #dcfce7; color: #15803d; font-weight: 600; font-size: 14px;
  text-decoration: none; transition: background 0.2s ease;
}
.plan-whatsapp:hover { background: #bbf7d0; }

/* ================== DEVICES / "STREAM ANYWHERE" ================== */
.devices {
  background: radial-gradient(120% 80% at 80% 20%, #16266a 0%, #0a1437 60%, #050a22 100%);
  color: #fff; padding: 64px 0 96px; position: relative; overflow: hidden;
}
.devices-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 32px; align-items: center; }
.devices h1 { font-size: 48px; line-height: 1.15; font-weight: 800; margin-bottom: 16px; letter-spacing: -.02em; }
.devices h1 .accent { color: #5b8cff; }
.devices .lede { color: #b9c2e0; font-size: 17px; margin-bottom: 56px; max-width: 460px; }
.devices .device-row { display: grid; grid-template-columns: repeat(9, minmax(0,1fr)); gap: 6px; align-items: end; }
.devices .dev-item {
  display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center;
  padding: 6px 2px; border-right: 1px solid rgba(255,255,255,.08); min-width: 0;
}
.devices .dev-item:last-child { border-right: 0; }
.dev-icon { width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; color: #c9d3f0; }
.dev-icon svg { width: 100%; height: 100%; stroke: currentColor; fill: none; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.dev-name { font-size: 12px; font-weight: 600; color: #fff; line-height: 1.15; overflow-wrap: break-word; }
.dev-sub { font-size: 10px; color: #7e8aac; line-height: 1.15; overflow-wrap: break-word; }

/* device mockup composition (dm-* prefix to avoid clashing with hero .tv) */
.mockup-wrap { position: relative; display: flex; justify-content: center; align-items: center; padding: 24px 16px; }
.dm-stage { position: relative; width: 100%; max-width: 580px; aspect-ratio: 16/10.5; }

/* Main TV, foreground — light bezel for clear contrast against the dark section background */
.dm-tv {
  position: absolute; left: 0%; top: 4%; z-index: 2;
  width: 80%; aspect-ratio: 16/10; border-radius: 14px;
  background: linear-gradient(180deg,#1d2768,#0e1442); border: 6px solid #28316e;
  box-shadow: 0 30px 60px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.06) inset;
  overflow: visible;
}
.dm-tv::before { content:""; position:absolute; left:50%; bottom:-10px; width:90px; height:11px; background:#28316e; border-radius:0 0 8px 8px; transform:translateX(-50%); }
.dm-tv-screen {
  position: absolute; inset: 0; border-radius: 8px; overflow: hidden;
  background: radial-gradient(120% 80% at 0% 0%, rgba(70,110,255,.18), transparent 60%), linear-gradient(180deg,#0e1840,#08102c);
  padding: 14px; display: flex; flex-direction: column; gap: 10px;
}
.dm-tv-head { display: flex; align-items: center; gap: 8px; }
.dm-tv-head .avatar {
  width: 16px; height: 16px; border-radius: 50%; background: linear-gradient(135deg,#5b8cff,#2c5cff);
}
.dm-tv-head .icon { width: 14px; height: 14px; border-radius: 4px; background: rgba(154,166,207,.35); }
.dm-tv-head .title { margin-left: auto; font-size: 10px; font-weight: 700; color: #c9d3f0; letter-spacing: .04em; opacity: .8; }
.dm-tv-rows { display: flex; flex-direction: column; gap: 8px; flex: 1; }
.dm-tv-row { display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; flex: 1; }
.dm-tv-tile { border-radius: 6px; background: linear-gradient(160deg,#23306b,#0e1633); position: relative; overflow: hidden; }
.dm-tv-tile::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.45)); }
.dm-tv-tile.t1 { background: linear-gradient(160deg,#7a3030,#3a1212); }
.dm-tv-tile.t2 { background: linear-gradient(160deg,#2a4a8a,#0e1633); }
.dm-tv-tile.t3 { background: linear-gradient(160deg,#1f6e7a,#0a2433); }
.dm-tv-tile.t4 { background: linear-gradient(160deg,#7a3a2a,#3a1812); }
.dm-tv-tile.t5 { background: linear-gradient(160deg,#3b2c6e,#160e33); }
.dm-tv-tile.t6 { background: linear-gradient(160deg,#1f4a3a,#0a2418); }
.dm-tv-tile.t7 { background: linear-gradient(160deg,#5a2a6e,#220c33); }
.dm-tv-tile.t8 { background: linear-gradient(160deg,#2a6e5a,#0a3328); }
/* Hero tile spans 2 columns, like the highlighted title card in the reference */
.dm-tv-tile.hero {
  grid-column: span 2;
  background: linear-gradient(135deg,#3b6bff 0%,#7c3aed 100%);
  display: flex; align-items: center; justify-content: center;
}
.dm-tv-tile.hero::before {
  content: "▶"; color: #fff; font-size: 9px; opacity: .9; z-index: 1;
  position: absolute; left: 8px; bottom: 6px;
}
.dm-tv-tile.hero .label {
  position: relative; z-index: 1; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .03em; opacity: .95;
}

/* Phone, front-right — light bezel so it reads as a distinct object against the TV behind it */
.dm-phone {
  position: absolute; right: 0%; bottom: 0%; z-index: 3;
  width: 21%; aspect-ratio: 1/2.05; border-radius: 18px;
  background: linear-gradient(180deg,#222c63,#10153f); border: 4px solid #2c3777;
  box-shadow: 0 22px 44px rgba(0,0,0,.55);
  overflow: hidden;
}
.dm-phone::before { content:""; position:absolute; top:6%; left:50%; transform:translateX(-50%); width:28%; height:2.6%; background:#2c3777; border-radius:4px; }
.dm-phone-screen {
  position: absolute; inset: 9% 6%; border-radius: 13px; overflow: hidden;
  background: linear-gradient(180deg,#0e1840,#08102c); padding: 8%; display: flex; flex-direction: column; gap: 6%;
}
.dm-ph-tile { flex: 1; border-radius: 6px; background: linear-gradient(160deg,#23306b,#0e1633); }
.dm-ph-tile.b { background: linear-gradient(160deg,#7a3030,#3a1212); }
.dm-ph-tile.c { background: linear-gradient(160deg,#1f6e7a,#0a2433); }


/* ================== REVIEWS ================== */
.reviews { background: #fff; padding: 72px 0 32px; text-align: center; }
.reviews h2 { font-size: 36px; font-weight: 800; letter-spacing: -.02em; }
.reviews h2 .accent { color: var(--blue); }
.tp-bar {
  display: inline-flex; align-items: center; gap: 12px; margin-top: 18px;
  background: #fff; border: 1px solid var(--line); padding: 10px 16px; border-radius: 8px; font-size: 14px; color: #374151;
}
.tp-stars { display: inline-flex; gap: 2px; }
.tp-stars span { width: 22px; height: 22px; background: #00b67a; display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 11px; font-weight: 700; }
.tp-pill { display: inline-flex; align-items: center; gap: 4px; font-weight: 700; color: #0e1631; }
.tp-pill svg { width: 16px; height: 16px; fill: #00b67a; }

.carousel { position: relative; margin-top: 40px; }
.carousel-track { display: grid; grid-template-columns: repeat(6,1fr); gap: 18px; }
.review-card {
  background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 20px 18px 18px;
  text-align: left; display: flex; flex-direction: column; gap: 14px; min-height: 230px;
}
.stars { display: inline-flex; gap: 2px; }
.stars svg { width: 14px; height: 14px; fill: #f5a623; }
.review-text { font-size: 14px; color: #374151; line-height: 1.55; flex: 1; }
.reviewer { display: flex; align-items: center; gap: 10px; margin-top: auto; }
.reviewer .avatar { width: 34px; height: 34px; border-radius: 50%; background: #dbe2f5; display: flex; align-items: center; justify-content: center; font-weight: 700; color: #4b5b88; font-size: 13px; overflow: hidden; }
.reviewer .avatar img { width: 100%; height: 100%; object-fit: cover; }
.reviewer .name { font-size: 13px; font-weight: 600; color: #1f2937; }

.nav-btn {
  position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 50%;
  background: #fff; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center;
  color: #374151; box-shadow: 0 6px 14px rgba(0,0,0,.06);
}
.nav-btn:hover { background: #f9fafb; }
.nav-btn.prev { left: -8px; }
.nav-btn.next { right: -8px; }
.dots { display: flex; justify-content: center; gap: 8px; margin-top: 28px; }
.dots span { width: 8px; height: 8px; border-radius: 50%; background: #d1d5db; }
.dots span.active { background: var(--blue); width: 22px; border-radius: 4px; }

/* ================== FAQ ================== */
.faq { background: #fff; padding: 48px 0 96px; }
.faq h2 { font-size: 36px; font-weight: 800; text-align: center; letter-spacing: -.02em; margin-bottom: 36px; }
.faq h2 .accent { color: var(--blue); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 56px; max-width: 980px; margin: 0 auto; }
.faq-item {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 4px;
  border-bottom: 1px solid var(--line); font-size: 15px; color: #1f2937; cursor: pointer;
}
.faq-item .chev { color: #9ca3af; transition: transform .2s; }
.faq-item.open .chev { transform: rotate(180deg); color: var(--blue); }
.faq-answer { display: none; padding: 0 4px 16px; font-size: 14px; color: #4b5563; }
.faq-item.open + .faq-answer { display: block; }

/* ================== CTA BANNER ================== */
.cta { background: linear-gradient(135deg,#1a4cff 0%,#2c5cff 60%,#4f7bff 100%); color: #fff; padding: 36px 0; }
.cta-banner-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.cta-left { display: flex; align-items: center; gap: 18px; }
.rocket { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; color: #fff; }
.rocket svg { width: 100%; height: 100%; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.cta h3 { font-size: 24px; font-weight: 700; margin-bottom: 4px; }
.cta p { color: #dbe4ff; font-size: 14px; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.cta .btn .arr { display: inline-flex; width: 16px; height: 16px; align-items: center; justify-content: center; }
/* Scoped overrides so the CTA banner keeps its white/ghost button look on the blue gradient,
   without altering the global header/hero button styles */
.cta .btn-primary { background: #fff; color: var(--blue); box-shadow: none; }
.cta .btn-primary:hover { background: #eef3ff; transform: translateY(-1px); }
.cta .btn-ghost { background: transparent; border: 1px solid rgba(255,255,255,.55); color: #fff; }
.cta .btn-ghost:hover { background: rgba(255,255,255,.08); }



/* ================== RESPONSIVE ==================
   IMPORTANT: kept in THIS file (not base.css) so these overrides
   come after this file's own unconditional desktop rules in the
   cascade — base.css loads first, so any homepage-section responsive
   rule placed there would be silently overridden by the unconditional
   rule below it once both have equal specificity. ================== */
@media (max-width: 1100px) {
  .categories { grid-template-columns: repeat(4, 1fr); }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1080px) {
  .stats-bar { grid-template-columns: repeat(3, 1fr); }
  .stat-item:nth-child(3) { border-right: none; }
  .stat-item:nth-child(4) { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 14px; }
  .stat-item:nth-child(5), .stat-item:nth-child(6) { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 14px; }
  .hero-visual { margin-right: 0; padding-right: 0; }
  .tv-screen { transform: perspective(1800px) rotateY(-14deg) rotateX(1deg); }
  .tv-legs { transform: perspective(1800px) rotateY(-14deg) rotateX(1deg); }
}
@media (max-width: 1024px) {
  .devices-grid { grid-template-columns: 1fr; gap: 32px; }
  .carousel-track { grid-template-columns: repeat(3,1fr); }
  .review-card:nth-child(n+4) { display: none; }
  .faq-grid { grid-template-columns: 1fr; gap: 0; }
}
@media (max-width: 860px) {
  .hero { padding-top: 40px; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-visual { min-height: auto; }
  .stat-card-top { left: 0; }
  .stat-card-mid { left: 0; }
  .stat-card-bot { right: 0; }
  .tv-screen { transform: none; }
  .tv-legs { transform: none; padding: 0 6%; }
}
@media (max-width: 640px) {
  .stats-bar { grid-template-columns: repeat(2, 1fr); padding: 22px 18px; }
  .stat-item { border-right: none; padding: 12px 6px; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .stat-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.08); }
  .stat-item:last-child { border-bottom: none; }
  .device-row { gap: 18px; }
  .goal-chips { bottom: 18px; left: 18px; right: 18px; }
  .goal-chip { font-size: 11px; padding: 5px 9px; }
  .section { padding: 40px 16px; }
  .section-heading h2 { font-size: 30px; }
  .categories { grid-template-columns: repeat(2, 1fr); }
  .league-tile { flex: 0 0 110px; height: 95px; padding: 10px; }
  .pricing-grid { grid-template-columns: 1fr; gap: 36px; }
  .plan-card.popular { transform: none; margin-top: 14px; }
  .devices h1 { font-size: 34px; }
  .devices .device-row { grid-template-columns: repeat(5,1fr); }
  .devices .dev-item:nth-child(n+6) { display: none; }
  .carousel-track { grid-template-columns: 1fr; }
  .review-card, .review-card:nth-child(n+4) { display: flex; }
  .cta-banner-row { flex-direction: column; align-items: flex-start; }
  .reviews h2, .faq h2 { font-size: 28px; }
}
@media (max-width: 480px) {
  .hero-title { font-size: 34px; }
  .hero-sub { font-size: 15px; }
  .eyebrow { font-size: 12.5px; padding: 7px 12px; }
  .stats-bar { grid-template-columns: 1fr 1fr; padding: 18px 14px; gap: 8px 0; }
  .stat-item { padding: 10px 4px; }
  .stat-item span:first-of-type, .stat-item strong { font-size: 13px; }
  .compatible-label { font-size: 12px; }
  .device-row { gap: 12px 14px; flex-wrap: wrap; justify-content: flex-start; }
  .device { min-width: 64px; }
  .categories { grid-template-columns: 1fr 1fr; gap: 10px; }
  .category-info h3 { font-size: 14px; }
  .category-info p { font-size: 12px; }
  .league-tile { flex: 0 0 92px; height: 80px; padding: 8px; }
  .section { padding: 32px 14px; }
  .section-heading h2 { font-size: 24px; }
  .section-heading p { font-size: 14px; }
  .plan-card { padding: 22px 16px 18px; }
  .plan-price .amount { font-size: 36px; }
  .plan-features li { font-size: 13px; }
  .popular-badge { font-size: 10px; padding: 6px 14px; }
  .devices h1 { font-size: 27px; }
  .devices .lede { font-size: 14px; }
  .devices .device-row { grid-template-columns: repeat(4,1fr); }
  .devices .dev-item:nth-child(n+5) { display: none; }
  .dev-name { font-size: 11px; }
  .dev-sub { font-size: 9.5px; }
  .reviews h2, .faq h2 { font-size: 22px; }
  .review-text { font-size: 13.5px; }
  .tp-bar { flex-wrap: wrap; gap: 8px; font-size: 12px; justify-content: center; text-align: center; }
  .faq-item { font-size: 13.5px; padding: 14px 4px; }
  .cta h3 { font-size: 18px; }
  .cta p { font-size: 13px; }
  .cta-left { gap: 12px; }
}
