/* ============ TVDYALEK — IPTV landing, Arabic RTL ============ */

:root {
  --radius: 16px;
  --font-head: 'Changa', sans-serif;
  --font-body: 'Almarai', sans-serif;
  --max-w: 1180px;
}

/* ---------- Themes ---------- */
:root[data-theme="gold"] {
  --bg: #0b0908;
  --bg-2: #120e0a;
  --surface: #181209;
  --surface-2: #1f1810;
  --line: rgba(220, 168, 42, 0.16);
  --line-strong: rgba(220, 168, 42, 0.38);
  --accent: #dca82a;
  --accent-soft: #f5d265;
  --accent-deep: #8a6716;
  --on-accent: #1a1204;
  --ink: #f5efe2;
  --muted: #b0a48c;
  --grad: linear-gradient(135deg, #f7d877 0%, #dca82a 45%, #946f1c 100%);
  --glow: rgba(220, 168, 42, 0.14);
}
:root[data-theme="red"] {
  --bg: #0c0707;
  --bg-2: #140b0b;
  --surface: #1a0e0e;
  --surface-2: #221212;
  --line: rgba(227, 56, 60, 0.16);
  --line-strong: rgba(227, 56, 60, 0.4);
  --accent: #e3242b;
  --accent-soft: #ff6b6e;
  --accent-deep: #8f1216;
  --on-accent: #fff5f5;
  --ink: #f7eded;
  --muted: #b29a9a;
  --grad: linear-gradient(135deg, #ff5a5f 0%, #e3242b 50%, #99151a 100%);
  --glow: rgba(227, 36, 43, 0.16);
}
:root[data-theme="violet"] {
  --bg: #0a0810;
  --bg-2: #110d1b;
  --surface: #171024;
  --surface-2: #1e152e;
  --line: rgba(167, 139, 250, 0.16);
  --line-strong: rgba(167, 139, 250, 0.4);
  --accent: #a78bfa;
  --accent-soft: #c4b0ff;
  --accent-deep: #6d4ed1;
  --on-accent: #150b2e;
  --ink: #f1edfa;
  --muted: #a79fc0;
  --grad: linear-gradient(135deg, #c9b6ff 0%, #a78bfa 50%, #7050d8 100%);
  --glow: rgba(167, 139, 250, 0.15);
}

/* ---------- Base ---------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.3; margin: 0; text-wrap: balance; }
p { margin: 0; text-wrap: pretty; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; }

.wrap { max-width: var(--max-w); margin: 0 auto; padding: 0 clamp(30px, 5.5vw, 64px); }

.grad-text {
  background: var(--grad);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (prefers-reduced-motion: no-preference) {
  .grad-text { animation: gradShift 5s ease-in-out infinite alternate; }
  @keyframes gradShift { from { background-position: 0% 30%; } to { background-position: 100% 70%; } }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border-radius: calc(var(--radius) * 0.75);
  font-family: var(--font-head); font-weight: 600; font-size: 17px;
  padding: 13px 30px; border: none; transition: transform .15s ease, box-shadow .15s ease, filter .15s;
}
.btn:active { transform: translateY(1px); }
.btn-primary {
  background: var(--grad); color: var(--on-accent);
  box-shadow: 0 8px 28px -8px var(--glow), 0 2px 8px -2px rgba(0,0,0,.6);
}
.btn-primary:hover { filter: brightness(1.08); box-shadow: 0 12px 36px -8px var(--glow); }
.btn-ghost {
  background: transparent; color: var(--ink);
  border: 1px solid var(--line-strong);
}
.btn-ghost:hover { background: var(--surface); border-color: var(--accent); }
.btn-lg { font-size: 19px; padding: 16px 40px; }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in oklab, var(--bg) 82%, transparent);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; gap: 36px; height: 72px; }
.nav-links { display: flex; gap: 28px; margin-inline-start: auto; }
.nav-links a { color: var(--muted); font-size: 15.5px; font-weight: 700; transition: color .15s; }
.nav-links a:hover { color: var(--accent-soft); }
.nav .btn { padding: 9px 22px; font-size: 15px; }

/* ---------- Logo ---------- */
.logo { display: inline-flex; align-items: center; gap: 12px; }
.logo-mark {
  width: 42px; height: 42px; flex: none;
  display: grid; place-items: center;
  background: var(--grad);
  border-radius: 13px;
  box-shadow: 0 4px 18px -4px var(--glow);
}
.logo-mark svg { width: 20px; height: 20px; display: block; }
.logo-name { display: flex; flex-direction: column; line-height: 1.05; }
.logo-name b { font-family: var(--font-head); font-size: 21px; letter-spacing: .04em; font-weight: 700; }
.logo-name span { font-size: 10.5px; letter-spacing: .3em; color: var(--muted); font-weight: 700; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(700px 500px at 10% 110%, var(--glow), transparent 70%),
    var(--bg);
  border-bottom: 1px solid var(--line);
}
.hero-inner {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.2fr);
  gap: 56px; align-items: center; padding-block: 84px 96px;
}
/* let grid items shrink so long Arabic headings can't push past the gutter */
.hero-inner > * { min-width: 0; }
.hero h1, .hero-sub { overflow-wrap: break-word; }
.hero-kicker {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid var(--line-strong); border-radius: 999px;
  padding: 6px 18px; font-size: 14px; font-weight: 700; color: var(--accent-soft);
  background: color-mix(in oklab, var(--surface) 70%, transparent);
  width: fit-content;
}
.hero h1 { font-size: 54px; font-weight: 700; margin: 22px 0 0; }
.hero-sub { color: var(--muted); font-size: 18.5px; margin-top: 18px; max-width: 46ch; }
.hero-sub strong { color: var(--accent-soft); font-weight: 800; }
.hero-ctas { display: flex; gap: 16px; margin-top: 34px; flex-wrap: wrap; }
.hero-stats {
  display: flex; flex-wrap: wrap; gap: 0; margin-top: 44px;
  border-top: 1px solid var(--line); padding-top: 26px;
}
.hero-stat { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.hero-stat + .hero-stat { border-inline-start: 1px solid var(--line); padding-inline-start: 18px; }
.hero-stat b { font-family: var(--font-head); font-size: clamp(19px, 1.7vw, 23px); font-weight: 700; white-space: nowrap; }
.hero-stat span { color: var(--muted); font-size: 13px; }

/* ---------- Hero image slider ---------- */
.hero-slider { position: absolute; inset: 0; overflow: hidden; }
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover; background-repeat: no-repeat;
  opacity: 0; transition: opacity 1.1s ease;
}
.hero-slide.on { opacity: 1; }
@media (prefers-reduced-motion: no-preference) {
  .hero-slide.on { animation: heroKen 9s ease-out both; }
  @keyframes heroKen { from { transform: scale(1.04); } to { transform: scale(1.11); } }
}
.hero-veil {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(900px 480px at 85% -10%, var(--glow), transparent 60%),
    linear-gradient(to right, color-mix(in oklab, var(--bg) 28%, transparent), color-mix(in oklab, var(--bg) 72%, transparent) 50%, var(--bg) 90%),
    linear-gradient(180deg, color-mix(in oklab, var(--bg) 40%, transparent) 0%, color-mix(in oklab, var(--bg) 30%, transparent) 40%, var(--bg) 100%);
}
.hero-inner { position: relative; z-index: 1; }

/* ---------- TV mock ---------- */
.tv { position: relative; filter: drop-shadow(0 40px 60px rgba(0,0,0,.6)); }
.tv-frame {
  background: #060606;
  border: 1px solid #2a2a2a;
  border-radius: 18px;
  padding: 12px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}
.tv-screen {
  background: linear-gradient(160deg, var(--bg-2), #08080a 70%);
  border-radius: 10px; overflow: hidden;
  border: 1px solid rgba(255,255,255,.05);
}
.tv-stand { width: 38%; height: 10px; margin: 0 auto; background: linear-gradient(#1c1c1c, #0c0c0c); border-radius: 0 0 10px 10px; }
.tv-base { width: 56%; height: 7px; margin: 0 auto; background: #141414; border-radius: 999px; }

.ui-top { display: flex; align-items: center; gap: 10px; padding: 14px 18px 10px; }
.ui-top .logo-mark { width: 26px; height: 26px; border-radius: 8px; }
.ui-top .logo-mark svg { width: 12px; height: 12px; }
.ui-top b { font-family: var(--font-head); font-size: 13px; letter-spacing: .05em; }
.ui-top-icons { margin-inline-start: auto; display: flex; gap: 12px; color: var(--muted); }
.ui-top-icons svg { width: 15px; height: 15px; }

.ui-banner { position: relative; margin: 4px 14px 0; border-radius: 10px; overflow: hidden; }
.ui-banner image-slot { width: 100%; height: 218px; }
.ui-banner-meta {
  position: absolute; inset-inline-start: 0; bottom: 0; inset-inline-end: 0;
  padding: 38px 18px 14px;
  background: linear-gradient(0deg, rgba(5,4,2,.92), transparent);
  display: flex; align-items: flex-end; gap: 12px;
  pointer-events: none;
}
.ui-banner-meta div { display: flex; flex-direction: column; gap: 2px; }
.ui-banner-meta b { font-family: var(--font-head); font-size: 16px; }
.ui-banner-meta span { font-size: 11px; color: var(--muted); }
.ui-badge {
  margin-inline-start: auto;
  background: var(--grad); color: var(--on-accent);
  font-family: var(--font-head); font-weight: 700; font-size: 12px;
  border-radius: 6px; padding: 3px 10px; line-height: 1.6;
}

.ui-cats { display: flex; gap: 10px; padding: 14px; }
.ui-cat {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px;
  border: 1px solid var(--line); border-radius: 9px;
  background: color-mix(in oklab, var(--surface) 80%, transparent);
  color: var(--muted); font-size: 12px; font-weight: 800; padding: 10px 6px;
}
.ui-cat svg { width: 15px; height: 15px; }
.ui-cat.active { border-color: var(--accent); color: var(--accent-soft); box-shadow: 0 0 0 1px var(--accent), 0 4px 16px -4px var(--glow); }

.ui-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; padding: 0 14px 16px; }
.ui-row image-slot { width: 100%; height: auto; aspect-ratio: 2 / 3; background: rgba(0, 0, 0, .5); }

/* ---------- Sections ---------- */
.section { padding: 92px 0; }
.section-alt { background: var(--bg-2); border-block: 1px solid var(--line); }
.section-head { text-align: center; max-width: 660px; margin: 0 auto 56px; }
.section-kicker {
  font-family: var(--font-head); color: var(--accent); font-weight: 700;
  font-size: 15px; letter-spacing: .06em;
}
.section-head h2 { font-size: 38px; font-weight: 700; margin-top: 8px; }
.section-head p { color: var(--muted); margin-top: 14px; font-size: 17px; }

/* ---------- Features ---------- */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 30px 26px;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.feature:hover { transform: translateY(-4px); border-color: var(--line-strong); box-shadow: 0 18px 44px -18px rgba(0,0,0,.7); }
.feature-icon {
  width: 54px; height: 54px; border-radius: 15px;
  display: grid; place-items: center;
  border: 1px solid var(--line-strong);
  background: color-mix(in oklab, var(--surface-2) 80%, transparent);
  color: var(--accent); margin-bottom: 18px;
}
.feature-icon svg { width: 26px; height: 26px; }
.feature h3 { font-size: 20px; font-weight: 700; }
.feature p { color: var(--muted); font-size: 15px; margin-top: 8px; }

/* ---------- Showcase ---------- */
.showcase-rows { display: flex; flex-direction: column; gap: 36px; }
.show-row-head { display: flex; align-items: baseline; gap: 14px; margin-bottom: 16px; }
.show-row-head h3 { font-size: 22px; font-weight: 700; }
.show-row-head span { color: var(--muted); font-size: 14px; }
.show-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.show-row image-slot { width: 100%; height: auto; aspect-ratio: 2 / 3; background: rgba(0, 0, 0, .5); border: 1px solid var(--line); border-radius: 12px; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 44px; }
.chip {
  border: 1px solid var(--line); border-radius: 999px;
  background: var(--surface); color: var(--muted);
  font-size: 14px; font-weight: 700; padding: 8px 20px;
}
.chip b { color: var(--accent-soft); font-weight: 800; }

/* ---------- Pricing ---------- */
.plans { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: stretch; }
.plan {
  position: relative;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 30px 26px;
  display: flex; flex-direction: column;
  transition: transform .2s ease, border-color .2s ease;
}
.plan:hover { transform: translateY(-4px); border-color: var(--line-strong); }
.plan-featured {
  background: var(--surface-2);
  border-color: var(--accent);
  box-shadow: 0 0 0 1px var(--accent), 0 24px 60px -24px var(--glow);
}
.plan-flag {
  position: absolute; top: -14px; inset-inline-start: 50%; transform: translateX(50%);
  background: var(--grad); color: var(--on-accent);
  font-family: var(--font-head); font-weight: 700; font-size: 13px;
  border-radius: 999px; padding: 3px 18px; white-space: nowrap;
}
.plan h3 { font-size: 19px; font-weight: 700; color: var(--muted); }
.plan-price { display: flex; align-items: baseline; gap: 8px; margin-top: 12px; }
.plan-price b { font-family: var(--font-head); font-size: 44px; font-weight: 700; line-height: 1; }
.plan-price span { color: var(--muted); font-size: 15px; font-weight: 700; }
.plan-note { font-size: 13px; color: var(--accent-soft); font-weight: 700; margin-top: 6px; min-height: 22px; }
.plan ul { list-style: none; margin: 18px 0 26px; padding: 18px 0 0; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 10px; flex: 1; }
.plan li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; color: var(--muted); }
.plan li svg { width: 17px; height: 17px; flex: none; margin-top: 4px; color: var(--accent); }
.plan .btn { width: 100%; }

/* ---------- Devices / steps ---------- */
.devices-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }
.device-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.device {
  border: 1px solid var(--line); border-radius: calc(var(--radius) * .8);
  background: var(--surface); padding: 18px 12px;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  color: var(--muted); font-size: 13.5px; font-weight: 700; text-align: center;
}
.device svg { width: 28px; height: 28px; color: var(--accent); }
.steps { display: flex; flex-direction: column; gap: 0; }
.step { display: flex; gap: 20px; position: relative; padding-bottom: 30px; }
.step:last-child { padding-bottom: 0; }
.step::before {
  content: ""; position: absolute; top: 44px; bottom: 6px;
  inset-inline-start: 21px; width: 1px; background: var(--line-strong);
}
.step:last-child::before { display: none; }
.step-num {
  width: 43px; height: 43px; flex: none; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid var(--accent);
  font-family: var(--font-head); font-weight: 700; font-size: 18px; color: var(--accent);
  background: var(--surface);
}
.step h3 { font-size: 18.5px; font-weight: 700; }
.step p { color: var(--muted); font-size: 15px; margin-top: 4px; }

/* ---------- Testimonials (grid) ---------- */
.rating-summary {
  display: flex; align-items: center; justify-content: center; gap: 20px;
  margin: 4px 0 38px;
}
.rating-big {
  font-family: var(--font-head); font-weight: 700; font-size: 64px; line-height: 1;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.rating-big span { font-size: 24px; color: var(--muted); -webkit-text-fill-color: var(--muted); }
.rating-meta { display: flex; flex-direction: column; gap: 7px; align-items: flex-start; }
.rating-meta .rating-stars { display: flex; gap: 3px; color: var(--accent); }
.rating-meta .rating-stars svg { width: 20px; height: 20px; }
.rating-meta > span { color: var(--muted); font-size: 14px; font-weight: 700; }
.quotes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.quote {
  position: relative; overflow: hidden;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 30px 28px;
  display: flex; flex-direction: column; gap: 14px;
  transition: transform .2s ease, border-color .2s ease;
}
.quote:hover { transform: translateY(-4px); border-color: var(--line-strong); }
.quote-mark {
  position: absolute; top: -26px; inset-inline-start: 16px;
  font-family: Georgia, "Times New Roman", serif; font-size: 130px; line-height: 1;
  color: var(--accent); opacity: .12; pointer-events: none; direction: ltr;
}
.quote-stars { display: flex; gap: 3px; color: var(--accent); position: relative; }
.quote-stars svg { width: 16px; height: 16px; }
.quote p { font-size: 15.5px; color: var(--ink); line-height: 1.9; flex: 1; position: relative; }
.quote-by { display: flex; align-items: center; gap: 12px; margin-top: 4px; padding-top: 18px; border-top: 1px solid var(--line); }
.quote-av {
  width: 50px; height: 50px; border-radius: 50%; overflow: hidden; flex: none;
  display: grid; place-items: center;
  background: var(--surface-2); border: 1px solid var(--line-strong);
  font-family: var(--font-head); font-weight: 700; color: var(--accent); font-size: 18px;
}
.quote-av img { width: 100%; height: 100%; object-fit: cover; display: block; }
.quote-by > div { display: flex; flex-direction: column; line-height: 1.4; }
.quote-by b { font-size: 15px; }
.quote-by > div span { color: var(--muted); font-size: 12.5px; }
.quote-verified {
  margin-inline-start: auto; width: 26px; height: 26px; border-radius: 50%;
  display: grid; place-items: center; flex: none;
  background: color-mix(in oklab, var(--accent) 16%, transparent);
  color: var(--accent); border: 1px solid color-mix(in oklab, var(--accent) 38%, transparent);
}
.quote-verified svg { width: 14px; height: 14px; }
@media (max-width: 900px) { .quotes-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) {
  .quotes-grid { grid-template-columns: 1fr; }
  .rating-summary { gap: 14px; }
  .rating-big { font-size: 52px; }
}

/* ---------- FAQ ---------- */
.faq { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: calc(var(--radius) * .8); overflow: hidden;
}
.faq-item.open { border-color: var(--line-strong); }
.faq-q {
  width: 100%; display: flex; align-items: center; gap: 14px;
  background: none; border: none; color: var(--ink);
  font-family: var(--font-head); font-weight: 600; font-size: 17px;
  padding: 18px 22px; text-align: start;
}
.faq-q svg { width: 18px; height: 18px; flex: none; margin-inline-start: auto; color: var(--accent); transition: transform .25s; }
.faq-item.open .faq-q svg { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-item.open .faq-a { max-height: 240px; }
.faq-a p { padding: 0 22px 20px; color: var(--muted); font-size: 15.5px; }

/* ---------- CTA band ---------- */
.cta-band {
  text-align: center; padding: 96px 0;
  background:
    radial-gradient(640px 320px at 50% 0%, var(--glow), transparent 70%),
    var(--bg-2);
  border-top: 1px solid var(--line);
}
.cta-band h2 { font-size: 40px; font-weight: 700; }
.cta-band p { color: var(--muted); margin: 14px auto 34px; max-width: 50ch; }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid var(--line); background: var(--bg); padding: 44px 0 36px; }
.footer-inner { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.footer-inner p { color: var(--muted); font-size: 13.5px; margin-inline-start: auto; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { color: var(--muted); font-size: 14px; font-weight: 700; }
.footer-links a:hover { color: var(--accent-soft); }

/* ---------- WhatsApp float ---------- */
.wa-float {
  position: fixed; bottom: 26px; inset-inline-start: 26px; z-index: 60;
  width: 58px; height: 58px; border-radius: 50%;
  display: grid; place-items: center;
  background: #22c15e; color: #fff; border: none;
  box-shadow: 0 10px 30px -8px rgba(34, 193, 94, .55);
  transition: transform .15s;
}
.wa-float:hover { transform: scale(1.07); }
.wa-float svg { width: 28px; height: 28px; }

/* ---------- Checkout modal ---------- */
.modal-veil {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(4, 3, 2, .72); backdrop-filter: blur(6px);
  display: grid; place-items: center; padding: 24px;
}
.modal {
  width: 100%; max-width: 480px;
  background: var(--bg-2); border: 1px solid var(--line-strong);
  border-radius: calc(var(--radius) * 1.1);
  box-shadow: 0 40px 100px -20px rgba(0,0,0,.8);
  overflow: hidden;
}
.modal-head {
  display: flex; align-items: center; gap: 12px;
  padding: 20px 26px; border-bottom: 1px solid var(--line);
}
.modal-head h3 { font-size: 19px; font-weight: 700; }
.modal-close {
  margin-inline-start: auto; background: none; border: none; color: var(--muted);
  width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center;
}
.modal-close:hover { background: var(--surface); color: var(--ink); }
.modal-body { padding: 26px; display: flex; flex-direction: column; gap: 18px; }

.co-plan {
  display: flex; align-items: center; gap: 14px;
  border: 1px solid var(--line-strong); border-radius: 12px;
  background: var(--surface); padding: 14px 18px;
}
.co-plan b { font-family: var(--font-head); font-size: 17px; }
.co-plan span { color: var(--muted); font-size: 13.5px; }
.co-plan .co-price { margin-inline-start: auto; font-family: var(--font-head); font-weight: 700; font-size: 20px; color: var(--accent-soft); }

.field { display: flex; flex-direction: column; gap: 7px; }
.field label { font-size: 13.5px; font-weight: 800; color: var(--muted); }
.field input, .field select {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: 10px; color: var(--ink);
  font-family: var(--font-body); font-size: 15.5px; padding: 12px 16px;
  outline: none; transition: border-color .15s;
}
.field input:focus { border-color: var(--accent); }
.field input.err { border-color: #e3565c; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field-err { color: #e3878b; font-size: 12.5px; font-weight: 700; }

.pay-opts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.pay-opt {
  border: 1px solid var(--line); border-radius: 11px;
  background: var(--surface); color: var(--muted);
  font-weight: 800; font-size: 13.5px; padding: 14px 8px;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.pay-opt svg { width: 22px; height: 22px; }
.pay-opt.sel { border-color: var(--accent); color: var(--accent-soft); box-shadow: 0 0 0 1px var(--accent); }

.co-steps { display: flex; align-items: center; gap: 8px; margin-inline-start: auto; }
.co-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--line-strong); }
.co-dot.on { background: var(--accent); }

.co-success { text-align: center; padding: 18px 6px 8px; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.co-success-icon {
  width: 76px; height: 76px; border-radius: 50%;
  display: grid; place-items: center;
  background: color-mix(in oklab, var(--accent) 16%, transparent);
  border: 1px solid var(--accent); color: var(--accent);
}
.co-success-icon svg { width: 36px; height: 36px; }
.co-success h4 { font-size: 22px; font-weight: 700; }
.co-success p { color: var(--muted); font-size: 15px; max-width: 36ch; }

/* ---------- Promo bar ---------- */
.promo {
  display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap;
  background: var(--grad); color: var(--on-accent);
  font-family: var(--font-head); font-weight: 700; font-size: 14.5px;
  padding: 9px 18px; line-height: 1.6; text-align: center;
}
.promo .time {
  direction: ltr; font-variant-numeric: tabular-nums;
  background: rgba(0, 0, 0, .2); border-radius: 7px; padding: 1px 12px;
}

/* ---------- Motion ---------- */
@media (prefers-reduced-motion: no-preference) {
  .tv { animation: tvFloat 7s ease-in-out infinite alternate; }
  @keyframes tvFloat { from { transform: translateY(0); } to { transform: translateY(-12px); } }
  .btn-shine { position: relative; overflow: hidden; }
  .btn-shine::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(115deg, transparent 32%, rgba(255, 255, 255, .38) 50%, transparent 68%);
    transform: translateX(-140%); animation: btnShine 3.4s ease-in-out infinite;
  }
  @keyframes btnShine { 0%, 55% { transform: translateX(-140%); } 85%, 100% { transform: translateX(140%); } }
  .features .feature:nth-child(2), .plans .plan:nth-child(2) { transition-delay: .09s; }
  .features .feature:nth-child(3), .plans .plan:nth-child(3) { transition-delay: .18s; }
  .features .feature:nth-child(4), .plans .plan:nth-child(4) { transition-delay: .27s; }
  .features .feature:nth-child(5) { transition-delay: .36s; }
  .features .feature:nth-child(6) { transition-delay: .45s; }
  .show-row image-slot, .ui-row image-slot { transition: transform .25s ease, box-shadow .25s ease; }
  .show-row image-slot:hover, .ui-row image-slot:hover { transform: translateY(-6px) scale(1.03); box-shadow: 0 18px 40px -14px rgba(0, 0, 0, .8); }
}

/* ---------- Poster marquee ---------- */
.marquee {
  direction: ltr; overflow: hidden; margin-top: 44px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee-track { display: flex; gap: 16px; width: max-content; will-change: transform; }
@media (prefers-reduced-motion: no-preference) {
  .marquee-track { animation: marqueeMove 42s linear infinite; }
  @keyframes marqueeMove { to { transform: translateX(-50%); } }
}
.marquee img {
  width: 152px; aspect-ratio: 2 / 3; object-fit: cover;
  border-radius: 10px; border: 1px solid var(--line); display: block;
}

/* ---------- Duo offer ---------- */
.duo { display: grid; grid-template-columns: 1fr 1.3fr; gap: 22px; max-width: 860px; margin: 0 auto; align-items: stretch; }
.duo-card {
  position: relative; display: flex; flex-direction: column;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 34px 30px;
}
.duo-card h3 { font-size: 21px; color: var(--muted); font-weight: 700; }
.duo-price { display: flex; align-items: baseline; gap: 10px; margin-top: 14px; }
.duo-price b { font-family: var(--font-head); font-size: 58px; font-weight: 700; line-height: 1; }
.duo-price span { color: var(--muted); font-weight: 700; }
.duo-sub { color: var(--accent-soft); font-weight: 800; font-size: 14px; margin-top: 8px; min-height: 24px; }
.duo-card ul { list-style: none; margin: 20px 0 28px; padding: 20px 0 0; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 11px; flex: 1; }
.duo-card li { display: flex; gap: 10px; font-size: 15px; color: var(--muted); align-items: flex-start; }
.duo-card li svg { width: 18px; height: 18px; flex: none; margin-top: 3px; color: var(--accent); }
.duo-best {
  background: var(--surface-2); border-color: var(--accent);
  box-shadow: 0 0 0 1px var(--accent), 0 30px 70px -28px var(--glow);
}
.duo-flag {
  position: absolute; top: -15px; inset-inline-start: 30px;
  background: var(--grad); color: var(--on-accent);
  font-family: var(--font-head); font-weight: 700; font-size: 13.5px;
  border-radius: 999px; padding: 4px 20px;
}
.duo-guarantee { display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 26px; color: var(--muted); font-size: 14px; font-weight: 700; }
.duo-guarantee svg { width: 18px; height: 18px; color: var(--accent); }

/* ---------- Trust strip ---------- */
.trust { display: flex; justify-content: center; gap: 36px; flex-wrap: wrap; margin-top: 40px; }
.trust span { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 14px; font-weight: 800; }
.trust svg { width: 19px; height: 19px; color: var(--accent); flex: none; }

/* ---------- Sticky mobile CTA ---------- */
.sticky-cta {
  position: fixed; bottom: 0; inset-inline: 0; z-index: 70;
  display: none; align-items: center; gap: 14px;
  padding: 12px 18px calc(12px + env(safe-area-inset-bottom));
  background: color-mix(in oklab, var(--bg) 88%, transparent);
  backdrop-filter: blur(14px); border-top: 1px solid var(--line-strong);
}
.sticky-cta strong { font-family: var(--font-head); font-size: 15px; }
.sticky-cta small { display: block; color: var(--muted); font-size: 12px; font-weight: 700; }
.sticky-cta .btn { margin-inline-start: auto; padding: 11px 26px; font-size: 15px; }
@media (max-width: 720px) {
  .sticky-cta { display: flex; }
  .wa-float { bottom: 96px; }
  body { padding-bottom: 76px; }
  .duo { grid-template-columns: 1fr; }
}

/* ---------- Hero rating / trust ---------- */
.hero-rating {
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
  margin-top: 30px; padding: 14px 20px;
  background: color-mix(in oklab, var(--surface) 78%, transparent);
  border: 1px solid var(--line); border-radius: calc(var(--radius) * .9);
  width: fit-content;
}
.avatar-stack { display: flex; }
.avatar-stack img, .avatar-stack image-slot {
  width: 42px; height: 42px; border-radius: 50%;
  border: 2px solid var(--bg-2); object-fit: cover; display: block;
}
.avatar-mono {
  width: 42px; height: 42px; border-radius: 50%;
  border: 2px solid var(--bg-2);
  display: grid; place-items: center;
  background: var(--surface-2); color: var(--accent-soft);
  font-family: var(--font-head); font-weight: 700; font-size: 17px;
}
.avatar-stack > * + * { margin-inline-start: -12px; }
.hero-rating-stars { display: flex; gap: 2px; color: var(--accent); }
.hero-rating-stars svg { width: 17px; height: 17px; }
.hero-rating-text { font-size: 13.5px; color: var(--muted); font-weight: 700; line-height: 1.55; }
.hero-rating-text b { color: var(--accent-soft); }
.hero-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid var(--line); border-radius: 999px;
  background: color-mix(in oklab, var(--surface) 70%, transparent);
  color: var(--muted); font-size: 13px; font-weight: 800; padding: 7px 16px;
}
.hero-badge svg { width: 15px; height: 15px; color: var(--accent); flex: none; }

/* ---------- Reasons (more reasons to join) ---------- */
.reasons-head { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: end; margin-bottom: 48px; }
.reasons-head h2 { font-size: 42px; font-weight: 700; margin-top: 8px; }
.reasons-head p { color: var(--muted); font-size: 16.5px; }
.reasons { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.reason {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: calc(var(--radius) * .9); padding: 26px 22px;
  transition: transform .2s ease, border-color .2s ease;
}
.reason:hover { transform: translateY(-4px); border-color: var(--line-strong); }
.reason-icon {
  width: 44px; height: 44px; border-radius: 12px;
  display: grid; place-items: center; margin-bottom: 16px;
  border: 1px solid var(--line-strong);
  background: color-mix(in oklab, var(--surface-2) 80%, transparent);
  color: var(--accent);
}
.reason-icon svg { width: 22px; height: 22px; }
.reason h3 { font-size: 17.5px; font-weight: 700; }
.reason p { color: var(--muted); font-size: 14px; margin-top: 7px; line-height: 1.7; }

/* ---------- Trial banner ---------- */
.trial {
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
  margin-top: 26px; padding: 20px 26px;
  border: 1px dashed var(--line-strong); border-radius: var(--radius);
  background: color-mix(in oklab, var(--surface) 60%, transparent);
}
.trial-icon {
  width: 50px; height: 50px; border-radius: 14px; flex: none;
  display: grid; place-items: center;
  background: var(--grad); color: var(--on-accent);
}
.trial-icon svg { width: 24px; height: 24px; }
.trial-copy { flex: 1; min-width: 240px; }
.trial-copy b { font-family: var(--font-head); font-size: 19px; display: block; }
.trial-copy span { color: var(--muted); font-size: 14px; font-weight: 700; }
.trial-price { font-family: var(--font-head); font-weight: 700; font-size: 34px; }
.trial-price small { font-size: 15px; color: var(--muted); font-weight: 700; }

@media (max-width: 1024px) {
  .reasons { grid-template-columns: 1fr 1fr; }
  .reasons-head { grid-template-columns: 1fr; gap: 14px; }
}
@media (max-width: 640px) {
  .reasons { grid-template-columns: 1fr; }
}

/* ---------- Ambient animated background ---------- */
.ambient { position: fixed; inset: 0; z-index: 3; pointer-events: none; overflow: hidden; }
.ambient .stars {
  position: absolute; top: 0; left: 0; width: 2px; height: 2px;
  border-radius: 50%; background: transparent; opacity: .5; display: block;
}
.ambient .s2 { opacity: .3; }
.ambient .orb {
  position: absolute; width: 460px; height: 460px; border-radius: 50%;
  background: radial-gradient(circle, var(--glow), transparent 70%);
  filter: blur(46px); mix-blend-mode: screen; opacity: .9; display: block;
}
.ambient .o1 { top: 6%; inset-inline-start: 4%; }
.ambient .o2 { top: 42%; inset-inline-end: 2%; width: 560px; height: 560px; }
.ambient .o3 { bottom: 4%; inset-inline-start: 32%; width: 380px; height: 380px; }
@media (prefers-reduced-motion: no-preference) {
  .ambient .s1 { animation: starDrift 64s ease-in-out infinite alternate, twinkle 4.2s ease-in-out infinite alternate; }
  .ambient .s2 { animation: starDrift 96s ease-in-out infinite alternate-reverse, twinkle 6.4s ease-in-out infinite alternate; }
  .ambient .o1 { animation: orbFloat 19s ease-in-out infinite alternate; }
  .ambient .o2 { animation: orbFloat 26s ease-in-out infinite alternate-reverse; }
  .ambient .o3 { animation: orbFloat 33s ease-in-out infinite alternate; animation-delay: -12s; }
  @keyframes starDrift { from { transform: translate(0, 0); } to { transform: translate(-44px, -90px); } }
  @keyframes twinkle { from { opacity: .18; } to { opacity: .6; } }
  @keyframes orbFloat { from { transform: translate(0, 0) scale(1); } to { transform: translate(70px, -90px) scale(1.18); } }
}

/* ---------- Channels carousel ---------- */
.chan-rail {
  display: flex; flex-direction: column; gap: 18px; margin-top: 10px;
  direction: ltr; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.chan-row { overflow: hidden; padding: 10px 0; }
.chan-track { display: flex; align-items: center; width: max-content; will-change: transform; }
@media (prefers-reduced-motion: no-preference) {
  .chan-track { animation: chanMove 48s linear infinite; }
  .chan-row-rev .chan-track { animation-direction: reverse; animation-duration: 60s; }
  @keyframes chanMove { to { transform: translateX(-50%); } }
}
/* Pause-on-hover only where a real pointer exists — on touch screens :hover
   sticks after a tap and would freeze the strips mid-scroll. */
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .marquee:hover .marquee-track,
  .chan-row:hover .chan-track { animation-play-state: paused; }
}
.chan { display: flex; align-items: center; flex: none; direction: rtl; }
.chan b {
  font-family: var(--font-head); font-weight: 600; font-size: 19px;
  letter-spacing: .01em; white-space: nowrap;
  color: color-mix(in oklab, var(--ink) 62%, transparent);
  transition: color .2s ease;
}
.chan:hover b { color: var(--accent-soft); }
.chan::after {
  content: ""; width: 4px; height: 4px; border-radius: 50%;
  background: var(--line-strong); margin-inline: 30px; flex: none;
}
.chan-note { text-align: center; color: var(--muted); font-size: 13.5px; font-weight: 700; margin-top: 22px; }

/* ---------- Mid-page CTA bands ---------- */
.midcta { padding: 10px 0 56px; }
.midcta-card {
  position: relative; overflow: hidden;
  display: flex; align-items: center; gap: 26px; flex-wrap: wrap;
  border: 1px solid var(--line-strong); border-radius: var(--radius);
  background:
    radial-gradient(540px 240px at 88% -30%, var(--glow), transparent 70%),
    var(--surface);
  padding: 32px 36px;
}
.midcta-copy { flex: 1; min-width: 260px; }
.midcta-kicker { color: var(--accent-soft); font-weight: 800; font-size: 13.5px; letter-spacing: .04em; }
.midcta-card h3 { font-size: 28px; font-weight: 700; margin-top: 6px; }
.midcta-card p { color: var(--muted); font-size: 15px; margin-top: 6px; }
.midcta-price { font-family: var(--font-head); font-weight: 700; font-size: 46px; line-height: 1; }
.midcta-price small { font-size: 15px; color: var(--muted); font-weight: 700; display: block; margin-top: 6px; }
.midcta-year .midcta-card { border-color: var(--accent); box-shadow: 0 24px 60px -30px var(--glow); }
@media (max-width: 640px) {
  .midcta-card { padding: 26px 22px; }
  .midcta-card h3 { font-size: 23px; }
}

/* ---------- How it works (stepper) ---------- */
.how { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.how-item { position: relative; text-align: start; }
.how-top { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.how-icon {
  width: 48px; height: 48px; border-radius: 14px; flex: none;
  display: grid; place-items: center;
  background: var(--surface-2); border: 1px solid var(--line-strong);
  color: var(--accent);
}
.how-icon svg { width: 22px; height: 22px; }
.how-item::after {
  content: ""; position: absolute; top: 24px;
  inset-inline-start: 62px; inset-inline-end: -40px; height: 1px;
  background: linear-gradient(to left, var(--line-strong) 55%, transparent);
}
.how-item:last-child::after { display: none; }
.how-num {
  font-family: var(--font-head); font-size: 12.5px; font-weight: 700;
  letter-spacing: .14em; color: var(--accent-soft);
}
.how-item h3 { font-size: 19px; font-weight: 700; margin-top: 2px; }
.how-item > p { color: var(--muted); font-size: 14.5px; line-height: 1.85; }
.how-cta { display: flex; align-items: center; justify-content: center; gap: 22px; flex-wrap: wrap; margin-top: 52px; }
.how-cta-alt { color: var(--muted); font-size: 14px; font-weight: 700; }
.how-cta-alt button {
  background: none; border: none; cursor: pointer; font: inherit;
  color: var(--accent-soft); border-bottom: 1px solid var(--line-strong); padding: 0 0 2px;
}
@media (max-width: 1024px) {
  .how { grid-template-columns: 1fr 1fr; gap: 32px; }
  .how-item:nth-child(2n)::after { display: none; }
}
@media (max-width: 640px) {
  .how { grid-template-columns: 1fr; }
  .how-item::after { display: none; }
}

/* ---------- World Cup 2026 event card ---------- */
.wc-card {
  position: relative; overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: calc(var(--radius) * 1.5);
  background: var(--bg-2);
  box-shadow: 0 40px 90px -50px rgba(0, 0, 0, .9);
}
.wc-media { position: absolute; inset-block: 0; inset-inline-end: 0; width: 62%; pointer-events: none; }
.wc-media img {
  width: 100%; height: 100%; object-fit: cover; object-position: 36% center; display: block;
  -webkit-mask-image: linear-gradient(to right, black 52%, transparent 97%);
  mask-image: linear-gradient(to right, black 52%, transparent 97%);
}
.wc-content { position: relative; width: min(560px, 52%); padding: 64px 56px; }
.wc-live {
  display: inline-flex; align-items: center; gap: 9px;
  border: 1px solid var(--line-strong); border-radius: 999px;
  background: var(--surface);
  color: var(--accent-soft); font-family: var(--font-head);
  font-size: 13px; font-weight: 700; padding: 6px 16px;
}
.wc-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); flex: none; }
@media (prefers-reduced-motion: no-preference) {
  .wc-dot { animation: wcPulse 1.6s ease-in-out infinite; }
  @keyframes wcPulse { 0%, 100% { box-shadow: 0 0 0 0 var(--glow); } 50% { box-shadow: 0 0 0 7px transparent; } }
}
.wc-title { font-size: clamp(30px, 3.4vw, 44px); font-weight: 700; line-height: 1.26; margin-top: 20px; }
.wc-text { color: var(--muted); font-size: 15.5px; line-height: 2; margin-top: 14px; }
.wc-facts { display: flex; flex-wrap: nowrap; margin-top: 30px; }
.wc-fact { display: flex; flex-direction: column; gap: 6px; min-width: 0; flex: 0 1 auto; }
.wc-fact + .wc-fact { border-inline-start: 1px solid var(--line-strong); padding-inline-start: 16px; margin-inline-start: 16px; }
.wc-fact b {
  font-family: var(--font-head); font-size: clamp(24px, 2.8vw, 36px); font-weight: 700; line-height: 1; white-space: nowrap;
  background: linear-gradient(115deg, var(--accent-soft), var(--accent) 35%, #fff6dd 50%, var(--accent) 65%, var(--accent-soft));
  background-size: 250% 250%;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 0 10px rgba(226, 182, 100, .4));
}
@media (prefers-reduced-motion: no-preference) {
  .wc-fact b { animation: wcFactShine 2.6s linear infinite; }
  @keyframes wcFactShine { from { background-position: 200% 50%; } to { background-position: -50% 50%; } }
}
.wc-fact span { color: var(--muted); font-size: 12.5px; font-weight: 700; white-space: nowrap; }
.wc-fact b.wc-fact-4k {
  font-size: clamp(24px, 2.8vw, 36px) !important;
  line-height: 1 !important;
  font-family: var(--font-head) !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media (max-width: 560px) {
  .wc-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 16px; }
  .wc-fact + .wc-fact { border: none; padding: 0; margin: 0; }
}
.wc-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
@media (max-width: 900px) {
  .wc-media {
    position: relative; width: 100%; height: 250px; inset: auto;
  }
  .wc-media img {
    object-position: 30% 20%;
    -webkit-mask-image: linear-gradient(to bottom, black 58%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 58%, transparent 100%);
  }
  .wc-content { width: 100%; padding: 6px 26px 40px; }
}

/* ---------- Payment logos ---------- */
.pay-logos { display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; }
.pay-logo {
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  height: 30px; padding: 0 14px;
  border: 1px solid var(--line); border-radius: 8px;
  background: var(--surface); color: var(--muted);
  font-size: 12.5px; font-weight: 800;
}
.pay-logo svg { height: 14px; width: auto; display: block; }
.pay-logo-txt svg { height: 13px; }
.pay-logos-sm .pay-logo { height: 26px; padding: 0 10px; }

/* ---------- Checkout secure note ---------- */
.co-secure {
  display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap;
  color: var(--muted); font-size: 12.5px; font-weight: 700;
  border-top: 1px solid var(--line); padding-top: 16px; margin-top: 4px;
}
.co-secure > svg { width: 14px; height: 14px; color: var(--accent); }
.co-secure .pay-logos { margin-inline-start: 6px; }

/* ---------- Legal modal body ---------- */
.legal-body { max-height: 60vh; overflow-y: auto; }
.legal-body p { color: var(--muted); font-size: 14.5px; line-height: 1.95; }
.legal-body p + p { margin-top: 14px; }
.legal-body .legal-note { color: var(--accent-soft); font-size: 13px; font-weight: 700; margin-top: 20px; }

/* ---------- Footer legal links ---------- */
.footer-legal button {
  background: none; border: none; cursor: pointer; font: inherit;
  color: var(--muted); font-size: 13.5px; font-weight: 700;
}
.footer-legal button:hover { color: var(--accent-soft); }

/* ---------- Channel categories ---------- */
.chan-cats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 44px;
}
.chan-cat {
  display: flex; align-items: center; gap: 16px; text-align: start;
  background: color-mix(in oklab, var(--surface) 70%, transparent);
  border: 1px solid var(--line);
  border-radius: var(--radius); padding: 20px 22px;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.chan-cat:hover { transform: translateY(-4px); border-color: var(--line-strong); background: var(--surface); }
.chan-cat-ic {
  flex: none; width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center;
  background: var(--surface-2); border: 1px solid var(--line-strong); color: var(--accent);
}
.chan-cat-ic svg { width: 24px; height: 24px; }
.chan-cat-num {
  font-family: var(--font-head); font-size: 24px; font-weight: 700; line-height: 1.1;
  color: var(--accent-soft); display: block;
}
.chan-cat-label { color: var(--muted); font-size: 13.5px; font-weight: 700; display: block; margin-top: 2px; }
.chan-cats-note {
  text-align: center; color: var(--muted); font-size: 13.5px; font-weight: 700; margin-top: 22px;
}
@media (max-width: 900px) { .chan-cats { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .chan-cats { grid-template-columns: 1fr; } }

/* ---------- Scroll nudge ---------- */
.nudge {
  position: fixed; bottom: 100px; inset-inline-start: 22px; z-index: 65;
  width: min(330px, calc(100vw - 44px));
  background: var(--surface-2); border: 1px solid var(--line-strong);
  border-radius: var(--radius); padding: 22px;
  box-shadow: 0 30px 70px -20px rgba(0, 0, 0, .85);
}
@media (prefers-reduced-motion: no-preference) {
  .nudge { animation: nudgeIn .45s cubic-bezier(.2, .9, .3, 1.2); }
  @keyframes nudgeIn { from { opacity: 0; transform: translateY(26px) scale(.96); } to { opacity: 1; transform: none; } }
}
.nudge b { font-family: var(--font-head); font-size: 17px; display: block; }
.nudge p { color: var(--muted); font-size: 13.5px; line-height: 1.8; margin: 8px 0 16px; }
.nudge .btn { width: 100%; padding: 11px; font-size: 14.5px; }
.nudge-close {
  position: absolute; top: 10px; inset-inline-end: 10px;
  background: none; border: none; cursor: pointer; color: var(--muted);
  width: 28px; height: 28px; display: grid; place-items: center;
}
.nudge-close svg { width: 14px; height: 14px; }
@media (max-width: 720px) { .nudge { bottom: 170px; } }

/* ---------- Back to top ---------- */
.to-top {
  position: fixed; bottom: 26px; inset-inline-end: 26px; z-index: 60;
  width: 46px; height: 46px; border-radius: 50%;
  display: grid; place-items: center; cursor: pointer;
  background: var(--surface-2); color: var(--accent-soft);
  border: 1px solid var(--line-strong);
  box-shadow: 0 14px 34px -12px rgba(0, 0, 0, .8);
  opacity: 0; pointer-events: none; transform: translateY(14px);
  transition: opacity .25s ease, transform .25s ease;
}
.to-top.on { opacity: 1; pointer-events: auto; transform: none; }
.to-top:hover { color: var(--accent); border-color: var(--accent); }
.to-top svg { width: 20px; height: 20px; }
@media (max-width: 720px) { .to-top { bottom: 96px; } }

/* ---------- Sports leagues logo strip ---------- */
.leagues { padding-block: 56px; }
.leagues-kicker {
  text-align: center; color: var(--muted);
  font-family: var(--font-head); font-weight: 700; font-size: 15px;
  letter-spacing: .02em; margin-bottom: 32px;
}
.leagues-row {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 16px; align-items: stretch;
}
.league-logo {
  display: grid; place-items: center;
  height: 88px; padding: 0 16px; box-sizing: border-box;
  background: color-mix(in oklab, var(--surface) 55%, transparent);
  border: 1px solid var(--line); border-radius: 16px;
  transition: border-color .25s ease, transform .25s ease, background .25s ease;
}
.league-logo:hover {
  border-color: var(--line-strong); transform: translateY(-3px);
  background: color-mix(in oklab, var(--surface) 82%, transparent);
}
.league-logo img {
  max-height: 42px; max-width: 100%; object-fit: contain;
  /* Normalize every logo to clean white so colored/dark source files read
     consistently on the dark tiles. The filter is brightness+invert ONLY —
     no color-mix inside it (some mobile browsers drop a filter that contains
     color-mix, which left the colored logos rendering in their dark original). */
  filter: brightness(0) invert(1);
  opacity: .82; transition: opacity .25s ease;
}
.league-logo:hover img { opacity: 1; }
@media (max-width: 900px) {
  .leagues-row { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 480px) {
  .leagues-row { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .league-logo { height: 78px; }
}

/* ---------- Reveal animation ---------- */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
  .reveal.in { opacity: 1; transform: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; padding-block: 56px 64px; }
  .hero h1 { font-size: 42px; text-shadow: 0 2px 16px rgba(0,0,0,.5); }
  .hero-sub { text-shadow: 0 1px 12px rgba(0,0,0,.5); }
  /* The desktop veil darkens the right column where the Arabic text sits; once
     the layout stacks to one column that hides the slider, so swap to a vertical
     scrim — image visible up top, fading to solid where the content sits. */
  .hero-veil {
    background:
      radial-gradient(600px 360px at 50% -8%, var(--glow), transparent 62%),
      linear-gradient(180deg,
        color-mix(in oklab, var(--bg) 16%, transparent) 0%,
        color-mix(in oklab, var(--bg) 30%, transparent) 30%,
        color-mix(in oklab, var(--bg) 58%, transparent) 56%,
        color-mix(in oklab, var(--bg) 84%, transparent) 80%,
        var(--bg) 100%);
  }
  .features { grid-template-columns: 1fr 1fr; }
  .plans { grid-template-columns: 1fr 1fr; }
  .show-row { grid-template-columns: repeat(4, 1fr); }
  .show-row image-slot:nth-child(n+5) { display: none; }
  .devices-grid { grid-template-columns: 1fr; gap: 44px; }
  .nav-links { display: none; }
}
@media (max-width: 640px) {
  .wrap { padding-inline: 17px; }
  .features, .plans { grid-template-columns: 1fr; }

  /* Hero on phones: a full-width photo banner on top (landscape photo in a
     landscape box = all players visible, no crop/letterbox), then the text and
     CTAs on solid dark below. */
  .hero { display: flex; flex-direction: column; }
  .hero-slider { position: relative; inset: auto; height: 218px; flex: none; }
  .hero-slide { background-size: cover; background-position: center 22%; }
  .hero-slide.on { animation: none; }
  .hero-slider::after {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background: linear-gradient(to bottom, rgba(11,9,8,.12) 0%, transparent 32%, var(--bg) 97%);
  }
  .hero-veil { display: none; }
  .hero-inner { padding-block: 22px 52px; gap: 32px; }

  .hero h1 { font-size: 32px; line-height: 1.2; }
  .hero-sub { font-size: 16px; }
  .hero-ctas { gap: 12px; margin-top: 26px; }
  .hero-ctas .btn { flex: 1 1 0; justify-content: center; }
  .hero-rating { width: 100%; box-sizing: border-box; }
  .hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 18px; }
  .hero-stat { min-width: 0; }
  .hero-stat b { font-size: 20px; }
  .hero-stat span { font-size: 12.5px; }
  .hero-stat + .hero-stat { border: none; padding: 0; }
  .show-row { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 64px 0; }
}

/* ---------- Standalone pages: checkout.html / thank-you.html ---------- */
.page { min-height: 100vh; display: flex; flex-direction: column; }
.page-head {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; max-width: 720px; margin: 0 auto; box-sizing: border-box;
  padding: 22px 28px;
}
.logo-text { font-family: var(--font-head); font-weight: 700; font-size: 20px; letter-spacing: .04em; }
.page-back {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--muted); font-weight: 700; font-size: 14px;
}
.page-back:hover { color: var(--accent-soft); }
.page-back svg { width: 16px; height: 16px; }
.page-main {
  flex: 1; width: 100%; max-width: 720px; margin: 0 auto; box-sizing: border-box;
  padding: 12px 28px 64px; display: flex; align-items: flex-start; justify-content: center;
}
.co-card, .thanks-card {
  width: 100%; max-width: 520px; box-sizing: border-box;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: calc(var(--radius) * 1.2); padding: 32px 30px;
  display: flex; flex-direction: column; gap: 18px;
}
.co-card-head h1 { font-size: 28px; font-weight: 700; }
.co-card-head p { color: var(--muted); font-size: 15px; margin-top: 8px; }
.co-note { color: var(--muted); font-size: 14px; line-height: 1.9; margin: -4px 0 2px; }

.thanks-card { text-align: center; align-items: center; max-width: 540px; }
.thanks-icon {
  width: 76px; height: 76px; border-radius: 50%; display: grid; place-items: center;
  background: color-mix(in oklab, var(--accent) 18%, transparent);
  border: 1px solid var(--line-strong); color: var(--accent);
}
.thanks-icon svg { width: 38px; height: 38px; }
.thanks-card h1 { font-size: 30px; font-weight: 700; }
.thanks-card > p { color: var(--muted); font-size: 16px; line-height: 1.9; max-width: 42ch; }
.thanks-price { color: var(--accent-soft); font-weight: 800; }
.wa-cta { width: 100%; max-width: 340px; }
.thanks-steps {
  list-style: none; padding: 18px 0 0; margin: 4px 0 0; width: 100%;
  border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 12px;
  text-align: start;
}
.thanks-steps li { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 14.5px; }
.thanks-steps svg { width: 18px; height: 18px; color: var(--accent); flex: none; }

@media (max-width: 560px) {
  .page-head, .page-main { padding-inline: 18px; }
  .co-card, .thanks-card { padding: 26px 20px; }
  .co-card-head h1 { font-size: 24px; }
  .thanks-card h1 { font-size: 26px; }
}
