/* Lion OTT — site styles. Palette and type follow lionott.co. */
:root {
  --p900: #2e1065;
  --p800: #4c1d95;
  --p700: #6d28d9;
  --p600: #7c3aed;
  --p500: #8b5cf6;
  --p300: #c4b5fd;
  --p100: #ede9fe;
  --p50: #f5f3ff;
  --ink: #1e1b4b;
  --text: #6b7280;
  --muted: #9ca3af;
  --line: #e5e7eb;
  --line-soft: #ece8fb;
  --bg: #faf9ff;
  --white: #fff;
  --dark: #0f0a1f;
  --green: #22c55e;
  --wa: #25d366;
  --grad: linear-gradient(135deg, #6d28d9, #8b5cf6);
  --grad-btn: linear-gradient(95deg, #7c3aed 0%, #6d28d9 100%);
  --grad-deep: linear-gradient(140deg, #4c1d95 0%, #6d28d9 50%, #7c3aed 100%);
  --grad-night: linear-gradient(150deg, #1e1047 0%, #2e1065 55%, #4c1d95 100%);
  --r: 18px;
  --r-sm: 12px;
  --shadow: 0 10px 30px -12px rgba(76, 29, 149, .18);
  --shadow-lg: 0 24px 60px -20px rgba(76, 29, 149, .35);
  --head: "Cairo", "Urbanist", system-ui, sans-serif;
  --body: "Urbanist", system-ui, -apple-system, "Segoe UI", sans-serif;
  --mono: "JetBrains Mono", ui-monospace, Consolas, monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font: 400 16px/1.65 var(--body);
  color: var(--text);
  background-color: var(--bg);
  background-image: repeating-linear-gradient(-45deg, transparent 0 28px, rgba(109, 40, 217, .045) 28px 29px);
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: var(--p700); text-decoration: none; }
a:hover { color: var(--p600); }
h1, h2, h3, h4 { font-family: var(--head); color: var(--ink); margin: 0; line-height: 1.2; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }
button, input, select, textarea { font: inherit; color: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--p500); outline-offset: 2px; border-radius: 6px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 8px; z-index: 100; background: var(--ink); color: #fff; padding: 8px 14px; border-radius: 8px; }
.skip:focus { left: 8px; color: #fff; }

.i { width: 1.1em; height: 1.1em; flex: none; }
.wrap { width: 100%; max-width: 1200px; margin-inline: auto; padding-inline: 20px; }
.narrow { max-width: 860px; }
.center { text-align: center; }
.mt { margin-top: 22px; }
.mt-lg { margin-top: 36px; }
.muted { color: var(--muted); }
.mono { font-family: var(--mono); letter-spacing: .02em; }
.small { font-size: .8em; word-break: break-all; }
main { background: var(--white); max-width: 1320px; margin-inline: auto; box-shadow: 0 0 0 1px var(--line-soft); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 22px; border-radius: 10px; border: 1px solid transparent;
  font-weight: 700; font-size: 15px; line-height: 1.2; cursor: pointer; white-space: nowrap;
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease, color .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-lg { padding: 15px 26px; font-size: 16px; }
.btn-sm { padding: 7px 12px; font-size: 13px; }
.btn-block { display: flex; width: 100%; }
.btn.disabled { opacity: .55; cursor: not-allowed; transform: none; }
.btn-p { background: var(--grad-btn); color: #fff; box-shadow: 0 4px 16px rgba(109, 40, 217, .35); }
.btn-p:hover { color: #fff; box-shadow: 0 8px 24px rgba(109, 40, 217, .45); }
.btn-o { background: #fff; color: var(--p700); border-color: rgba(109, 40, 217, .35); }
.btn-o:hover { background: var(--p50); color: var(--p700); }
.btn-w { background: #fff; color: var(--p700); box-shadow: 0 6px 18px rgba(15, 10, 31, .18); }
.btn-w:hover { color: var(--p800); }
.btn-ghost { background: rgba(255, 255, 255, .14); color: #fff; border-color: rgba(255, 255, 255, .3); }
.btn-ghost:hover { background: rgba(255, 255, 255, .22); color: #fff; }
.btn-wa { background: var(--wa); color: #fff; box-shadow: 0 4px 16px rgba(37, 211, 102, .35); }
.btn-wa:hover { color: #fff; background: #1fbe5a; }
.btns { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.btns.center { justify-content: center; }

/* ---------- Header ---------- */
.hdr { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .92); backdrop-filter: saturate(160%) blur(12px); border-bottom: 1px solid var(--line-soft); transition: box-shadow .2s; }
.hdr.scrolled { box-shadow: 0 6px 24px -12px rgba(30, 27, 75, .2); }
.hdr-in { display: flex; align-items: center; gap: 24px; min-height: 76px; }
.logo img { height: 58px; width: auto; }
.nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav a { padding: 10px 13px; font-weight: 600; font-size: 15px; color: var(--text); border-radius: 8px; }
.nav a:hover { color: var(--p700); background: var(--p50); }
.nav a.on { color: var(--p700); }
.nav .nav-cta { display: none; }
.hdr-cta { margin-left: 8px; padding: 10px 20px; }
.burger { display: none; margin-left: auto; background: var(--p50); border: 1px solid var(--line-soft); border-radius: 10px; width: 44px; height: 44px; align-items: center; justify-content: center; color: var(--p700); cursor: pointer; }
.burger .i { width: 22px; height: 22px; }
.burger .i-close, .burger[aria-expanded="true"] .i-open { display: none; }
.burger[aria-expanded="true"] .i-close { display: block; }

/* ---------- Typography blocks ---------- */
.h1 { font-size: clamp(32px, 4.4vw, 50px); font-weight: 900; letter-spacing: -.5px; line-height: 1.15; }
.h1 em, .h2 em { font-style: normal; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.h1.light, .h2.light, .light .h2, .light h2 { color: #fff; }
.light .h2 em, .h1.light em { background: linear-gradient(135deg, #ddd6fe, #fff); -webkit-background-clip: text; background-clip: text; }
.h2 { font-size: clamp(26px, 3.2vw, 36px); font-weight: 900; }
.lead { font-size: 17px; max-width: 680px; margin: 14px auto 0; }
.lead.light, .light .lead { color: rgba(255, 255, 255, .8); }
.eyebrow { display: inline-block; margin: 0 0 10px; font: 700 13px/1 var(--body); letter-spacing: .14em; text-transform: uppercase; color: var(--p700); }
.eyebrow-sm { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--p600); margin-bottom: 8px; }
.light .eyebrow { color: var(--p300); }
.badge { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 99px; background: var(--p50); border: 1px solid var(--p100); color: var(--p700); font-weight: 700; font-size: 14px; }
.badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--p600); box-shadow: 0 0 0 4px rgba(124, 58, 237, .18); }
.badge-light { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .25); color: #fff; }
.badge-light .dot { background: #c4b5fd; }
.pill { display: inline-block; padding: 5px 12px; border-radius: 99px; background: var(--p50); color: var(--p700); font-weight: 700; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }

/* ---------- Sections ---------- */
.sec { padding: 84px 0; }
.sec-tight { padding: 44px 0; }
.sec-alt { background: var(--bg); border-block: 1px solid var(--line-soft); }
.sec-head { text-align: center; margin: 0 auto 48px; max-width: 760px; }
.sec-head .eyebrow::before, .sec-head .eyebrow::after { content: none; }
.sec-head-left { text-align: left; margin-inline: 0; }
.sec-head-left .lead { margin-left: 0; }
.sec-deep { background: var(--grad-night); position: relative; overflow: hidden; }
.sec-deep::after { content: ""; position: absolute; width: 520px; height: 520px; right: -160px; top: -200px; border-radius: 50%; border: 70px solid rgba(255, 255, 255, .04); pointer-events: none; }

/* ---------- Hero ---------- */
.hero { display: grid; grid-template-columns: 1.12fr 1fr; min-height: 520px; }
.hero-left { padding: 64px 48px 56px 56px; align-self: center; }
.hero-left .h1 { margin: 20px 0 18px; }
.hero-text { font-size: 17px; max-width: 540px; }
.hero-text strong { color: var(--ink); }
.hero-flags { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; max-width: 570px; margin-top: 21px; }
.hero-flags-label { margin-right: 2px; color: var(--ink); font-size: 13px; font-weight: 800; }
.hero-flag { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 22px; border: 0; border-radius: 3px; background: transparent; overflow: hidden; line-height: 1; }
.hero-flag img { display: block; width: 30px; height: 22px; border-radius: 3px; object-fit: cover; }
.hero-flags-more { margin-left: 2px; color: var(--p700); font-size: 13px; font-weight: 800; white-space: nowrap; }
.trust { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 26px; font-size: 14px; font-weight: 600; }
.trust li { display: flex; align-items: center; gap: 7px; }
.trust .i { color: var(--p600); }
.hero-right { background: var(--grad-deep); padding: 48px 44px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; }
.hero-right::before, .hero-right::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.hero-right::before { width: 380px; height: 380px; right: -120px; top: -120px; border: 60px solid rgba(255, 255, 255, .06); }
.hero-right::after { width: 240px; height: 240px; left: -90px; bottom: -110px; background: rgba(255, 255, 255, .05); }
.hcards { display: grid; gap: 14px; position: relative; z-index: 1; }
.hcard { display: flex; align-items: center; gap: 16px; padding: 16px 18px; border-radius: 14px; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .18); backdrop-filter: blur(6px); transition: transform .2s, background-color .2s; }
.hcard:hover { transform: translateX(4px); background: rgba(255, 255, 255, .17); }
.hcard-ic { width: 44px; height: 44px; border-radius: 11px; background: rgba(255, 255, 255, .16); display: grid; place-items: center; color: #fff; flex: none; }
.hcard-ic .i { width: 22px; height: 22px; }
.hcard strong { display: block; font: 900 26px/1.1 var(--head); color: #fff; }
.hcard span { color: rgba(255, 255, 255, .78); font-size: 14px; font-weight: 600; }
.hero-sync { position: relative; z-index: 1; margin: 18px 0 0; color: rgba(255, 255, 255, .7); font-size: 13px; display: flex; align-items: center; gap: 7px; }

/* ---------- Marquee strip ---------- */
.strip { background: linear-gradient(135deg, #6d28d9, #4c1d95); overflow: hidden; padding: 13px 0; }
.strip-track { display: flex; width: max-content; animation: marquee 40s linear infinite; }
.strip span { color: #fff; font-weight: 700; font-size: 15px; white-space: nowrap; padding: 0 26px; position: relative; }
.strip span::after { content: ""; position: absolute; right: -3px; top: 50%; width: 6px; height: 6px; border-radius: 50%; background: rgba(255, 255, 255, .45); transform: translateY(-50%); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Stats row ---------- */
.stats { border-bottom: 1px solid var(--line-soft); }
.stats-in { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-in > div { padding: 28px 16px; text-align: center; border-right: 1px solid var(--line-soft); }
.stats-in > div:last-child { border-right: 0; }
.stats-in strong { display: block; font: 900 clamp(22px, 2.4vw, 30px)/1.2 var(--head); color: var(--p700); }
.stats-in span { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--text); }

/* ---------- Cards ---------- */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.card { background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r); padding: 28px 26px; transition: transform .2s, box-shadow .2s, border-color .2s; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--p100); }
.card h3 { font-size: 19px; font-weight: 800; margin: 16px 0 8px; }
.card p { margin: 0; font-size: 15.5px; }
.ic { width: 48px; height: 48px; border-radius: 12px; background: var(--p50); color: var(--p700); display: grid; place-items: center; flex: none; }
.ic .i { width: 24px; height: 24px; }
.ic.sm { width: 38px; height: 38px; border-radius: 10px; }
.ic.sm .i { width: 19px; height: 19px; }
.card-cat { display: block; text-align: center; background: var(--bg); padding: 26px 18px 22px; }
.card-cat .ic { margin: 0 auto; }
.card-cat h3 { font-size: 17px; margin: 14px 0 4px; overflow-wrap: anywhere; }
.card-cat .count { color: var(--p700); font-weight: 700; margin: 0 0 8px; }
.card-cat .more { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-size: 14px; font-weight: 600; }
.card-cat:hover .more { color: var(--p700); }

/* ---------- Posters ---------- */
.rail { display: grid; grid-auto-flow: column; grid-auto-columns: 164px; gap: 18px; overflow-x: auto; padding: 4px 2px 16px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--p300) transparent; }
.rail > * { scroll-snap-align: start; }
.rail-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 16px; margin-bottom: 18px; }
.rail-head h2 { font-size: 24px; font-weight: 900; display: flex; align-items: center; gap: 10px; }
.rail-head h2 .i { color: var(--p600); }
.rail-head p { margin: 0; }
.poster { display: block; text-align: left; background: none; border: 0; padding: 0; cursor: pointer; color: inherit; min-width: 0; }
.poster-img { position: relative; display: block; aspect-ratio: 2 / 3; border-radius: 14px; overflow: hidden; background: linear-gradient(160deg, #ede9fe, #c4b5fd); box-shadow: 0 8px 20px -10px rgba(30, 27, 75, .35); transition: transform .2s, box-shadow .2s; }
.poster-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.poster-img .ph { position: absolute; inset: 0; display: grid; place-items: center; font: 900 42px var(--head); color: rgba(76, 29, 149, .35); }
.poster:hover .poster-img, .poster:focus-visible .poster-img { transform: translateY(-4px); box-shadow: 0 16px 30px -12px rgba(76, 29, 149, .5); }
.poster .rate { position: absolute; z-index: 2; top: 8px; left: 8px; display: inline-flex; align-items: center; gap: 4px; padding: 3px 8px; border-radius: 99px; background: rgba(15, 10, 31, .72); color: #fde68a; font-size: 12px; font-weight: 700; }
.poster .rate .i { width: 12px; height: 12px; fill: currentColor; }
.poster-t { display: block; margin-top: 10px; font-weight: 700; color: var(--ink); font-size: 15px; line-height: 1.3; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.poster-m { display: block; font-size: 13px; color: var(--muted); }

/* ---------- Pricing ---------- */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: center; max-width: 1080px; margin-inline: auto; }
.plan { position: relative; background: #fff; border: 1px solid var(--line-soft); border-radius: 22px; padding: 34px 30px 26px; box-shadow: var(--shadow); }
.plan-name { font-size: 22px; font-weight: 900; }
.plan-term { margin: 2px 0 14px; font-size: 13px; font-weight: 700; letter-spacing: .12em; color: var(--p700); }
.plan-price { margin: 0; font: 900 64px/1 var(--head); color: var(--ink); display: flex; align-items: flex-start; }
.plan-price sup { font-size: 24px; margin-top: 8px; }
.plan-price sup.c { font-size: 22px; margin-left: 2px; }
.plan-pm { margin: 8px 0 0; color: var(--muted); font-size: 15px; }
.plan-note { display: inline-block; margin: 10px 0 0; padding: 4px 10px; border-radius: 8px; background: var(--p50); color: var(--p700); font-size: 12.5px; font-weight: 700; }
.checks { list-style: none; display: grid; gap: 11px; margin: 22px 0 26px; padding-top: 22px; border-top: 1px solid var(--line-soft); }
.checks li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; color: #4b5563; }
.checks .i { width: 20px; height: 20px; padding: 3px; border-radius: 6px; background: var(--p50); color: var(--p700); stroke-width: 3; margin-top: 1px; }
.checks.two { grid-template-columns: repeat(2, 1fr); border-top: 0; padding-top: 0; margin: 24px 0; }
.plan-more { display: block; margin-top: 14px; text-align: center; font-size: 14px; font-weight: 600; }
.plan-flag { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; border-radius: 99px; background: #fff; color: var(--p700); font-size: 12.5px; font-weight: 800; box-shadow: 0 6px 16px -6px rgba(76, 29, 149, .5); white-space: nowrap; }
.plan-flag .i { width: 14px; height: 14px; }
.plan-flag-best { background: var(--grad-btn); color: #fff; }
.plan-pop { background: var(--grad); border: 0; padding-block: 44px 34px; box-shadow: var(--shadow-lg); }
.plan-pop .plan-name, .plan-pop .plan-price { color: #fff; }
.plan-pop .plan-term, .plan-pop .plan-pm { color: rgba(255, 255, 255, .8); }
.plan-pop .plan-note { background: rgba(255, 255, 255, .18); color: #fff; }
.plan-pop .checks { border-color: rgba(255, 255, 255, .2); }
.plan-pop .checks li { color: #fff; }
.plan-pop .checks .i { background: rgba(255, 255, 255, .2); color: #fff; }
.plan-pop .plan-more { color: rgba(255, 255, 255, .85); }
.plan-dark { background: linear-gradient(160deg, #1e1b4b, #2e1065); border: 0; }
.plan-dark .plan-name, .plan-dark .plan-price { color: #fff; }
.plan-dark .plan-term { color: var(--p300); }
.plan-dark .plan-pm { color: rgba(255, 255, 255, .6); }
.plan-dark .plan-note { background: rgba(139, 92, 246, .25); color: #ddd6fe; }
.plan-dark .checks { border-color: rgba(255, 255, 255, .12); }
.plan-dark .checks li { color: rgba(255, 255, 255, .88); }
.plan-dark .checks .i { background: rgba(139, 92, 246, .3); color: #ddd6fe; }
.plan-dark .plan-more { color: var(--p300); }
.plans-foot { margin: 32px 0 0; display: flex; justify-content: center; align-items: center; gap: 8px; flex-wrap: wrap; color: var(--muted); }
.plans-foot .i { color: var(--p600); }
.plans-foot a { font-weight: 700; }
.pay { margin-top: 56px; text-align: center; }
.pay-list { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 6px; }
.pay-list li { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border: 1px solid var(--line-soft); border-radius: 12px; background: #fff; font-weight: 700; color: var(--ink); font-size: 14px; }
.pay-list .i { color: var(--p600); }

.table-wrap { overflow-x: auto; border-radius: var(--r); border: 1px solid var(--line-soft); background: #fff; box-shadow: var(--shadow); }
.cmp { width: 100%; min-width: 640px; border-collapse: collapse; font-size: 15px; }
.cmp th, .cmp td { padding: 15px 20px; text-align: center; border-bottom: 1px solid var(--line-soft); }
.cmp thead th { background: var(--bg); vertical-align: bottom; }
.cmp thead th:first-child, .cmp tbody th { text-align: left; color: var(--ink); font-weight: 700; }
.cmp tbody tr:last-child > * { border-bottom: 0; }
.cmp .pop { background: var(--p50); }
.cmp thead .pop { background: var(--grad); color: #fff; }
.cmp-price { display: block; font: 900 24px/1.1 var(--head); color: var(--ink); }
.cmp-sub { display: block; font-size: 12.5px; font-weight: 600; color: var(--muted); margin-top: 3px; }
.cmp thead .pop .cmp-price, .cmp thead .pop .cmp-sub { color: #fff; }
.cmp .ok { color: var(--p700); margin: 0 auto; stroke-width: 3; }
.cmp td strong { color: var(--ink); }
.save { display: inline-block; padding: 3px 10px; border-radius: 99px; background: #dcfce7; color: #15803d; font-weight: 700; font-size: 13px; }

/* ---------- Referral / glass cards ---------- */
.sec-deep .wrap { position: relative; z-index: 1; }
.steps3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 18px; }
.gcard { padding: 24px 22px; border-radius: 16px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); text-align: center; }
.gcard .num { width: 36px; height: 36px; margin: 0 auto 12px; border-radius: 10px; background: var(--grad); color: #fff; display: grid; place-items: center; font: 900 17px var(--head); }
.gcard h3 { color: #fff; font-size: 17px; margin-bottom: 6px; }
.gcard p { margin: 0; color: rgba(255, 255, 255, .65); font-size: 15px; }
.gnote { display: flex; align-items: center; gap: 18px; padding: 20px 24px; margin-bottom: 28px; border-radius: 16px; background: rgba(139, 92, 246, .14); border: 1px solid rgba(196, 181, 253, .22); }
.gnote .big { width: 36px; height: 36px; color: #fbbf24; }
.gnote strong { color: #fff; }
.gnote p { margin: 2px 0 0; color: rgba(255, 255, 255, .7); }

/* ---------- Split / reseller teaser ---------- */
.split { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; }
.feat-list { list-style: none; display: grid; gap: 22px; margin: 0 0 32px; }
.feat-list li { display: flex; gap: 16px; }
.feat-list h3 { font-size: 17px; margin-bottom: 3px; }
.feat-list p { margin: 0; font-size: 15px; }
.feat .feature-icon { width: 64px; height: 64px; margin: 0 0 18px; display: block; border-radius: 20px; box-shadow: 0 14px 30px -18px rgba(76, 29, 149, .75); overflow: hidden; }
.feat .feature-icon img { display: block; width: 64px; height: 64px; object-fit: cover; }
.panel-card { background: var(--grad-deep); border-radius: 24px; padding: 34px 32px; box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.panel-card::after { content: ""; position: absolute; width: 220px; height: 220px; right: -70px; top: -70px; border-radius: 50%; border: 40px solid rgba(255, 255, 255, .07); }
.panel-card h3 { color: #fff; font-size: 20px; margin-bottom: 14px; }
.kv { margin: 0; }
.kv > div { display: flex; justify-content: space-between; gap: 16px; padding: 13px 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.kv dt { color: rgba(255, 255, 255, .7); }
.kv dd { margin: 0; color: #fff; font-weight: 800; text-align: right; }
.panel-foot { margin: 20px 0 0; padding: 12px 16px; border-radius: 12px; background: rgba(255, 255, 255, .12); color: #fff; font-weight: 700; display: flex; align-items: center; gap: 8px; font-size: 15px; }

/* ---------- Devices ---------- */
.devices { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.devices-4 { grid-template-columns: repeat(4, 1fr); }
.dev { text-align: center; background: #fff; border: 1px solid var(--line-soft); border-radius: 16px; padding: 24px 12px; transition: transform .2s, box-shadow .2s; }
.dev:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.dev .ic { margin: 0 auto 12px; }
.dev h3 { font-size: 16px; margin-bottom: 4px; }
.dev p { margin: 0; font-size: 13.5px; color: var(--muted); }
.compat-grid { align-items: stretch; }
.compat-card { display: flex; min-width: 0; min-height: 220px; flex-direction: column; align-items: center; justify-content: flex-start; padding: 26px 20px 24px; }
.compat-brand { width: auto; max-width: 100%; min-width: 104px; height: 62px; margin: 0 0 16px; padding: 8px 14px; display: flex; align-items: center; justify-content: center; gap: 13px; border: 1px solid var(--p100); border-radius: 15px; background: linear-gradient(145deg, #fdfcff, var(--p50)); box-sizing: border-box; }
.compat-brand img { display: block; width: auto; height: auto; max-width: 118px; max-height: 54px; object-fit: contain; filter: brightness(0) saturate(100%) invert(22%) sepia(89%) saturate(4546%) hue-rotate(260deg) brightness(85%) contrast(96%); opacity: .94; }
.compat-brand img.brand-wide { max-width: 152px; max-height: 46px; }
.compat-brand.mark-count-2 img { max-width: calc((100% - 13px) / 2); max-height: 42px; }
.compat-brand.mark-count-3 img { max-width: calc((100% - 26px) / 3); max-height: 42px; }
.compat-brand img.brand-formuler { max-height: 24px; }
.compat-card h3 { min-height: 2.7em; margin: 0 0 6px; display: flex; align-items: center; justify-content: center; line-height: 1.35; }
.compat-card p { max-width: 250px; line-height: 1.55; }
.brand-word { display: inline-flex; align-items: center; justify-content: center; color: var(--p700); white-space: nowrap; font: 900 16px/1 var(--head); letter-spacing: -.03em; }
.brand-word-mag { color: var(--p700); font-size: 22px; letter-spacing: .03em; }
.player-grid { align-items: stretch; }
.player-card { display: flex; min-width: 0; min-height: 310px; flex-direction: column; align-items: flex-start; }
.player-card .player-brand { height: 66px; justify-content: flex-start; margin-bottom: 12px; padding: 0; border: 0; background: transparent; }
.player-card .player-brand img.app-logo { width: 60px; height: 60px; max-width: 60px; max-height: 60px; padding: 4px; border: 1px solid var(--p100); border-radius: 15px; background: linear-gradient(145deg, #fff, var(--p50)); box-shadow: 0 10px 24px -14px rgba(109, 40, 217, .6); filter: none; opacity: 1; }
.player-card h3 { min-height: 2.7em; margin: 0 0 8px; display: flex; align-items: center; line-height: 1.35; }
.player-card p { line-height: 1.7; }
.player-card .format-m3u, .player-card .format-xtream { min-height: 34px; padding: 0 11px; border-radius: 9px; letter-spacing: .04em; }
.player-card .format-m3u { background: var(--p700); color: #fff; }
.player-card .format-xtream { border: 1px solid var(--p100); background: var(--p50); color: var(--p700); font-size: 12px; }

/* ---------- CTA band ---------- */
.cta { background: var(--grad-deep); position: relative; overflow: hidden; }
.cta::before { content: ""; position: absolute; width: 460px; height: 460px; left: 50%; top: 50%; transform: translate(-50%, -50%); border-radius: 50%; border: 70px solid rgba(255, 255, 255, .05); }
.cta-in { position: relative; padding-block: 80px; text-align: center; }
.cta h2 { color: #fff; font-size: clamp(26px, 3.2vw, 38px); font-weight: 900; }
.cta p { color: rgba(255, 255, 255, .82); max-width: 620px; margin: 14px auto 0; font-size: 17px; }

/* ---------- Footer ---------- */
.ftr { background: var(--dark); color: rgba(255, 255, 255, .6); padding-top: 64px; }
.ftr-grid { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 36px; padding-bottom: 48px; }
.ftr-grid.ftr-grid-4 { grid-template-columns: 1.5fr repeat(3, 1fr); }
.wa-masked a { margin-left: 6px; font-weight: 700; }
.ftr-logo img { height: 84px; width: auto; }
.ftr-brand p { margin: 16px 0; font-size: 15px; max-width: 290px; }
.ftr h3 { font: 800 14px/1 var(--head); letter-spacing: .1em; text-transform: uppercase; color: #fff; margin-bottom: 16px; }
.ftr h3.mt { margin-top: 26px; }
.ftr ul { list-style: none; display: grid; gap: 9px; }
.ftr ul a { color: var(--p500); font-size: 15px; }
.ftr ul a:hover { color: #c4b5fd; }
.chip-dark { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 10px; background: rgba(139, 92, 246, .14); border: 1px solid rgba(139, 92, 246, .3); color: #fff; font-size: 14px; font-weight: 700; }
.chip-dark .i { color: var(--p500); }
.socials { display: flex; gap: 10px; margin-top: 18px; }
.socials a { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .1); color: #fff; }
.socials a:hover { background: var(--p700); color: #fff; }
.socials .i { width: 17px; height: 17px; }
.ftr-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-block: 22px; border-top: 1px solid rgba(255, 255, 255, .08); font-size: 14px; }
.to-top { color: rgba(255, 255, 255, .6); }

/* ---------- Floating contact buttons ---------- */
.floats { position: fixed; bottom: 20px; z-index: 60; display: flex; flex-direction: column; gap: 12px; }
.floats-right { right: 20px; align-items: flex-end; }
.floats-left { left: 20px; align-items: flex-start; }
.float-btn { position: relative; width: 56px; height: 56px; border-radius: 50%; border: 0; color: #fff; display: grid; place-items: center; cursor: pointer; transition: transform .2s; }
.float-btn:hover { transform: scale(1.07); color: #fff; }
.float-btn .i { width: 27px; height: 27px; }
.float-wa { background: var(--wa); box-shadow: 0 10px 26px -6px rgba(37, 211, 102, .6); }
.float-tg { background: #229ed9; box-shadow: 0 10px 26px -6px rgba(34, 158, 217, .6); }
.float-tg .i { margin-left: -2px; }
.float-chat { background: var(--grad-btn); box-shadow: 0 10px 26px -6px rgba(109, 40, 217, .6); }
.float-chat .i-close, .float-chat.open .i-open { display: none; }
.float-chat.open .i-close { display: block; }
.float-badge { position: absolute; top: -3px; right: -3px; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 99px; background: #ef4444; color: #fff; font: 800 11px/20px var(--body); border: 2px solid #fff; }
.float-tip { position: absolute; top: 50%; transform: translateY(-50%); padding: 5px 10px; border-radius: 8px; background: var(--ink); color: #fff; font-size: 13px; font-weight: 700; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity .15s; }
.floats-right .float-tip { right: 66px; }
.floats-left .float-tip { left: 66px; }
.float-btn:hover .float-tip, .float-btn:focus-visible .float-tip { opacity: 1; }

/* ---------- Inner page hero ---------- */
.phero { padding: 72px 0 64px; background: radial-gradient(ellipse at top, #f3efff 0%, #fff 70%); border-bottom: 1px solid var(--line-soft); }
.phero .h1 { margin-top: 18px; }
.phero-deep { background: var(--grad-night); border: 0; position: relative; overflow: hidden; }
.phero-deep::after { content: ""; position: absolute; width: 600px; height: 600px; right: -220px; bottom: -300px; border-radius: 50%; border: 90px solid rgba(255, 255, 255, .04); }
.phero-deep .wrap { position: relative; z-index: 1; }
.chips { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.chips.center { justify-content: center; }
.chips li { display: inline-flex; align-items: center; gap: 7px; padding: 8px 14px; border-radius: 99px; background: #fff; border: 1px solid var(--line-soft); font-weight: 700; font-size: 14px; color: var(--ink); }
.chips .i { color: var(--p600); }
.chips-light li { background: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .2); color: #fff; }
.chips-light .i { color: var(--p300); }
.overview { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 820px; margin: 44px auto 0; }
.overview > div { padding: 18px 12px; border-radius: 16px; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .14); }
.overview strong { display: block; font: 900 30px/1.1 var(--head); color: #fff; }
.overview span { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: rgba(255, 255, 255, .65); }

/* ---------- Steps ---------- */
.steps4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: s; }
.step { position: relative; padding: 28px 22px 24px; border-radius: var(--r); background: #fff; border: 1px solid var(--line-soft); }
.step .num { font: 900 34px/1 var(--head); background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.step h3 { font-size: 18px; margin: 12px 0 6px; }
.step p { margin: 0; font-size: 15px; }

/* ---------- Free trial ---------- */
.trial { display: grid; grid-template-columns: 1fr 460px; gap: 56px; align-items: center; }
.trial-copy .lead { margin-left: 0; }
.mini-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.mini-stats > div { padding: 14px 10px; border-radius: 14px; background: #fff; border: 1px solid var(--line-soft); text-align: center; }
.mini-stats strong { display: block; font: 900 22px/1.2 var(--head); color: var(--p700); }
.mini-stats span { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.form-card { background: #fff; border: 1px solid var(--line-soft); border-radius: 24px; padding: 32px 30px; box-shadow: var(--shadow-lg); }
.form-card h2 { font-size: 26px; font-weight: 900; margin: 12px 0 6px; }
.field { display: block; margin-bottom: 16px; }
.field > span { display: flex; align-items: center; gap: 6px; font-weight: 700; color: var(--ink); font-size: 14px; margin-bottom: 6px; }
.field small { font-weight: 500; color: var(--muted); }
.field .wa { color: var(--wa); }
.field input, .field select, .phone select, .phone input {
  width: 100%; padding: 12px 14px; border-radius: 11px; border: 1px solid var(--line); background: var(--bg); color: var(--ink); font-size: 15px; transition: border-color .15s, box-shadow .15s, background-color .15s;
}
.field input:focus, .field select:focus, .phone select:focus, .phone input:focus { outline: 0; border-color: var(--p500); background: #fff; box-shadow: 0 0 0 4px rgba(139, 92, 246, .15); }
.phone { display: grid; grid-template-columns: 170px 1fr; gap: 8px; }
.field .invalid, .phone .invalid { border-color: #ef4444; background: #fef2f2; }
.hint { font-size: 13px; color: var(--muted); display: flex; align-items: flex-start; gap: 6px; margin: 4px 0 16px; }
.hint.center { justify-content: center; margin: 12px 0 0; }
.hint .i { margin-top: 3px; }
.alert { display: flex; align-items: flex-start; gap: 8px; padding: 12px 14px; border-radius: 12px; background: #fef2f2; border: 1px solid #fecaca; color: #b91c1c; font-weight: 600; font-size: 14px; margin: 12px 0 16px; }

/* ---------- Reseller calculator ---------- */
.calc { display: grid; grid-template-columns: 1.3fr 1fr; gap: 24px; max-width: 1040px; margin-inline: auto; }
.calc-main { background: #fff; border: 1px solid var(--line-soft); border-radius: 22px; padding: 30px; box-shadow: var(--shadow); }
.calc-head { display: flex; gap: 14px; align-items: center; padding-bottom: 20px; margin-bottom: 22px; border-bottom: 1px solid var(--line-soft); }
.calc-head h3 { font-size: 18px; }
.calc-head p { margin: 2px 0 0; font-size: 14px; }
.calc-label { font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--ink); margin: 0 0 10px; }
.stepper { display: grid; grid-template-columns: 56px 1fr 56px; gap: 8px; }
.stepper button { border: 1px solid var(--line); background: var(--p50); color: var(--p700); border-radius: 12px; font-size: 24px; font-weight: 700; cursor: pointer; }
.stepper button:hover { background: var(--p100); }
.stepper input { text-align: center; font: 900 28px var(--head); color: var(--ink); border: 1px solid var(--line); border-radius: 12px; padding: 8px; background: #fff; min-width: 0; -moz-appearance: textfield; }
.stepper input::-webkit-outer-spin-button, .stepper input::-webkit-inner-spin-button { -webkit-appearance: none; }
.durations { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.dur input { position: absolute; opacity: 0; pointer-events: none; }
.dur span { display: block; text-align: center; padding: 14px 8px; border-radius: 14px; border: 1.5px solid var(--line); cursor: pointer; transition: all .15s; }
.dur strong { display: block; color: var(--ink); font-size: 15px; }
.dur small { color: var(--muted); font-weight: 600; }
.dur input:checked + span { border-color: var(--p600); background: var(--p50); box-shadow: 0 0 0 3px rgba(124, 58, 237, .12); }
.dur input:checked + span strong { color: var(--p700); }
.dur input:focus-visible + span { outline: 3px solid var(--p500); outline-offset: 2px; }
.calc-sum { background: var(--grad-night); border-radius: 22px; padding: 28px; color: #fff; box-shadow: var(--shadow-lg); }
.calc-sum-t { display: flex; align-items: center; gap: 8px; font-weight: 800; margin-bottom: 16px; color: #fff; }
.big-num { font: 900 56px/1 var(--head); margin: 0; background: linear-gradient(135deg, #ddd6fe, #fff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.calc-sum-l { font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255, 255, 255, .6); margin: 6px 0 12px; }
.kv-light > div { padding: 10px 0; }
.calc-note { margin: 16px 0 12px; font-size: 14px; color: rgba(255, 255, 255, .75); }
.calc-note strong { color: #fff; }
/* Reseller credit packages and the total the reseller will pay. */
.rs-packs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 1000px; margin: 0 auto 14px; }
.rs-pack { position: relative; display: grid; gap: 4px; justify-items: center; padding: 20px 14px 16px; border-radius: 18px; background: #fff; border: 1.5px solid var(--line); color: var(--ink); font: inherit; cursor: pointer; transition: border-color .15s, transform .15s, box-shadow .15s; }
.rs-pack:hover { border-color: var(--p300); transform: translateY(-2px); }
.rs-pack.on { border-color: var(--p600); box-shadow: 0 0 0 4px rgba(124, 58, 237, .14); }
.rs-pack.best { border-color: var(--p300); background: linear-gradient(180deg, #faf5ff, #fff); }
.rs-credits { font-size: 13.5px; font-weight: 800; color: var(--p700); text-transform: uppercase; letter-spacing: .05em; }
.rs-total { font: 900 28px/1.1 var(--head); }
.rs-unit { font-size: 13.5px; color: var(--muted); font-weight: 600; }
.rs-save { position: absolute; top: -10px; right: 12px; padding: 3px 9px; border-radius: 99px; background: #16a34a; color: #fff; font-size: 11.5px; font-weight: 800; }
.rs-note { max-width: 720px; margin: 0 auto 26px; text-align: center; font-size: 14px; color: var(--muted); }
.calc-total { display: grid; gap: 8px; margin-top: 14px; padding-top: 16px; border-top: 1px solid rgba(255, 255, 255, .15); }
.calc-total-l { font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255, 255, 255, .65); }
.calc-total-v { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 12px; }
.calc-total-v strong { font: 900 34px/1 var(--head); color: #fff; }
.calc-total-v em { font-style: normal; padding: 5px 11px; border-radius: 99px; background: #16a34a; color: #fff; font-size: 12.5px; font-weight: 800; line-height: 1; }
@media (max-width: 760px) { .rs-packs { grid-template-columns: repeat(2, 1fr); } }
.calc-facts { list-style: none; display: grid; gap: 12px; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line-soft); }
.calc-facts li { display: flex; align-items: center; gap: 10px; font-size: 15px; color: #4b5563; }
.calc-facts .i { color: var(--p600); }
.pay-mini { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 18px; }
.pay-mini li { padding: 4px 9px; border-radius: 8px; background: rgba(255, 255, 255, .1); font-size: 12px; font-weight: 700; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 12px; }
.faq-item { background: #fff; border: 1px solid var(--line-soft); border-radius: 14px; transition: box-shadow .2s, border-color .2s; }
.faq-item[open] { border-color: var(--p100); box-shadow: var(--shadow); }
.faq-item summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 22px; cursor: pointer; font: 700 17px/1.4 var(--body); color: var(--ink); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-ic { color: var(--p600); transition: transform .2s; }
.faq-item[open] .faq-ic { transform: rotate(180deg); }
.faq-a { padding: 0 22px 18px; }
.faq-a p { margin: 0; }

/* ---------- Download ---------- */
.dl-hero { display: grid; grid-template-columns: 1.2fr 1fr; gap: 56px; align-items: center; }
.dl-hero .lead { margin-left: 0; }
.dl-hero .checks { border: 0; padding: 0; }
.app-card { background: #fff; border: 1px solid var(--line-soft); border-radius: 24px; padding: 34px 30px; text-align: center; box-shadow: var(--shadow-lg); max-width: 420px; justify-self: end; width: 100%; }
.app-card img { margin: 0 auto 14px; border-radius: 22px; box-shadow: 0 12px 30px -10px rgba(76, 29, 149, .45); }
.app-card h2 { font-size: 24px; font-weight: 900; }
.app-card .muted { margin: 4px 0 20px; font-size: 14px; }
.method h3 { display: flex; align-items: center; gap: 10px; margin-top: 0; }
.method h3 .i { color: var(--p600); }
.method > p { margin-bottom: 18px; }
.code-box { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 4px 12px; padding: 14px 16px; border-radius: 14px; background: var(--bg); border: 1px dashed var(--p300); margin-bottom: 12px; }
.code-l { grid-column: 1 / -1; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.code-box strong { font-size: 26px; color: var(--p700); }
.code-box strong.small { font-size: 14px; }
.note { display: flex; gap: 10px; align-items: flex-start; padding: 14px 16px; border-radius: 12px; background: var(--p50); color: var(--ink); font-size: 15px; }
.note .i { color: var(--p600); margin-top: 4px; }
.tab-list { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.tab-list button { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 12px; border: 1px solid var(--line-soft); background: #fff; font-weight: 700; color: var(--text); cursor: pointer; }
.tab-list button[aria-selected="true"] { background: var(--grad-btn); border-color: transparent; color: #fff; box-shadow: 0 4px 16px rgba(109, 40, 217, .3); }
.tab-panel { background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r); padding: 26px; }
.howto { list-style: none; counter-reset: h; display: grid; gap: 16px; margin-top: 18px; }
.howto li { counter-increment: h; position: relative; padding-left: 52px; }
.howto li::before { content: counter(h); position: absolute; left: 0; top: 0; width: 36px; height: 36px; border-radius: 10px; background: var(--grad); color: #fff; display: grid; place-items: center; font: 900 16px var(--head); }
.howto h4 { font-size: 17px; margin-bottom: 2px; }
.howto p { margin: 0; }

/* ---------- Guided setup wizard ---------- */
.setup-verinzo-card { position: relative; overflow: hidden; }
.setup-verinzo-card > img { object-fit: contain; background: #fff; }
.setup-recommended-badge, .setup-choice-badge { display: inline-flex; align-items: center; justify-content: center; min-height: 28px; padding: 5px 11px; border-radius: 8px; background: linear-gradient(135deg, #4f7cff, var(--p600)); color: #fff; font: 800 12px/1 var(--body); letter-spacing: .01em; box-shadow: 0 7px 16px -8px rgba(79, 70, 229, .75); }
.setup-verinzo-card .setup-recommended-badge { position: absolute; top: 20px; right: 20px; }
.setup-wizard-section { scroll-margin-top: 80px; background: #fff; }
.setup-wizard { --setup-progress: 0%; max-width: 1220px; scroll-margin-top: 88px; }
.setup-progress { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; margin: 8px 0 66px; padding: 0; }
.setup-progress::before { content: ""; position: absolute; z-index: -1; left: 12.5%; right: 12.5%; top: 23px; height: 2px; background: #e2e4ea; }
.setup-progress li { display: grid; justify-items: center; gap: 10px; color: var(--muted); font-size: 14px; }
.setup-progress li span { width: 46px; height: 46px; display: grid; place-items: center; border: 2px solid #e0e3ea; border-radius: 13px; background: #fff; color: var(--muted); font: 800 16px/1 var(--head); transition: .2s ease; }
.setup-progress li strong { font-weight: 800; }
.setup-progress li[aria-current="step"] { color: var(--p700); }
.setup-progress li[aria-current="step"] span, .setup-progress li.is-done span { border-color: transparent; background: var(--grad-btn); color: #fff; box-shadow: 0 8px 20px -8px rgba(109, 40, 217, .65); }
.setup-progress li.is-done { color: var(--p700); }
.setup-panel { min-height: 360px; }
.setup-panel-head { margin: 0 0 30px; }
.setup-panel-head h2 { margin: 0 0 8px; font-size: clamp(24px, 3vw, 32px); font-weight: 900; }
.setup-panel-head p { margin: 0; color: var(--muted); font-size: 17px; }
.setup-panel-head p strong { color: var(--p700); }
.setup-back { margin: 0 0 22px; padding: 9px 14px; border: 1px solid var(--line-soft); border-radius: 10px; background: #fff; color: var(--text); font: 700 14px/1 var(--body); cursor: pointer; }
.setup-back:hover { border-color: var(--p300); color: var(--p700); }
.setup-choice-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.setup-choice { position: relative; flex: 0 1 214px; max-width: 224px; min-height: 205px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding: 28px 18px 22px; border: 1px solid var(--line-soft); border-radius: 17px; background: #fff; color: var(--ink); font: inherit; text-align: center; cursor: pointer; transition: transform .2s, border-color .2s, box-shadow .2s, background .2s; }
.setup-choice:hover { transform: translateY(-3px); border-color: var(--p200); box-shadow: var(--shadow); }
.setup-choice[data-selected="true"], .setup-choice:focus-visible { outline: 0; border-color: var(--p500); background: linear-gradient(180deg, #fff, var(--p50)); box-shadow: 0 0 0 3px rgba(139, 92, 246, .13), var(--shadow); }
.setup-choice.is-popular, .setup-choice.is-recommended { border-top: 3px solid #4f7cff; padding-top: 26px; background: linear-gradient(180deg, #fff, #faf8ff); }
.setup-choice .setup-choice-badge { position: absolute; z-index: 2; top: 12px; left: 50%; transform: translateX(-50%); white-space: nowrap; }
.setup-choice.is-popular .setup-choice-logo, .setup-choice.is-recommended .setup-choice-logo { margin-top: 25px; }
.setup-choice-logo { width: 130px; max-width: 100%; height: 66px; margin: 0 0 15px; padding: 10px 13px; display: flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid var(--p100); border-radius: 15px; background: linear-gradient(145deg, #fff, var(--p50)); box-sizing: border-box; }
.setup-choice-logo img { display: block; width: auto; height: auto; max-width: 112px; max-height: 48px; object-fit: contain; filter: brightness(0) saturate(100%) invert(22%) sepia(89%) saturate(4546%) hue-rotate(260deg) brightness(85%) contrast(96%); opacity: .95; }
.setup-choice-logo img.brand-wide { max-width: 128px; }
.setup-choice-logo.mark-count-2 img { max-width: calc((100% - 12px) / 2); max-height: 38px; }
.setup-choice-logo.mark-count-3 img { max-width: calc((100% - 24px) / 3); max-height: 37px; }
.setup-choice-logo img.brand-formuler { max-height: 22px; }
.setup-choice strong { min-height: 2.6em; display: flex; align-items: center; justify-content: center; font: 800 16px/1.3 var(--head); }
.setup-choice small { margin-top: 7px; color: var(--muted); font-size: 13.5px; line-height: 1.45; }
.setup-app-grid .setup-choice { flex-basis: 250px; max-width: 270px; min-height: 245px; }
.setup-app-logo { width: 82px; height: 82px; padding: 9px; }
.setup-app-logo img { width: 62px; height: 62px; max-width: 62px; max-height: 62px; border-radius: 13px; filter: none; opacity: 1; }
.setup-format-mark { min-height: 34px; padding: 0 11px; display: inline-flex; align-items: center; justify-content: center; border-radius: 9px; background: var(--p700); color: #fff; font: 900 12px/1 var(--head); letter-spacing: .035em; white-space: nowrap; }
.setup-method-grid .setup-choice { flex-basis: 300px; max-width: 330px; min-height: 190px; }
.setup-method-grid .setup-choice-logo { width: auto; min-width: 86px; height: 58px; }
.setup-guide-card { padding: 30px; border: 1px solid var(--line-soft); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.setup-guide-note { display: grid; gap: 5px; padding: 17px 19px; border-radius: 13px; background: var(--p50); border-left: 4px solid var(--p600); }
.setup-guide-note strong { color: var(--ink); font: 800 17px/1.3 var(--head); }
.setup-guide-note span { color: var(--text); line-height: 1.6; }
.setup-guide-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 0; padding-top: 22px; border-top: 1px solid var(--line-soft); }
.setup-player-card { position: relative; padding-top: 30px; }
.setup-player-card.is-recommended { border-color: var(--p300); background: linear-gradient(180deg, #fff, var(--p50)); box-shadow: 0 12px 30px -22px rgba(109, 40, 217, .8); }
.setup-player-card .setup-choice-badge { position: absolute; top: 18px; right: 18px; }
.setup-player-card.is-recommended .player-brand { margin-top: 20px; }
.setup-player-card .setup-format-mark { margin-top: 12px; }
.setup-login-method { position: relative; padding-top: 32px; }
.setup-login-method > .setup-format-mark { margin-bottom: 16px; }
.branded-method { position: relative; padding-top: 30px; }
.branded-method.is-recommended { border-color: var(--p300); background: linear-gradient(180deg, #fff, var(--p50)); }
.branded-method > .setup-choice-badge { position: absolute; top: 18px; right: 18px; }
.branded-method.is-recommended > .method-brand { margin-top: 18px; }
.method-brand { width: 72px; height: 72px; margin: 0 0 16px; padding: 7px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--p100); border-radius: 16px; background: linear-gradient(145deg, #fff, var(--p50)); box-shadow: 0 10px 24px -16px rgba(109, 40, 217, .65); }
.method-brand img { display: block; width: 58px; height: 58px; object-fit: contain; border-radius: 12px; }
.method-brand.brand-pair { width: 132px; }
.method-brand.brand-pair img { width: 52px; height: 52px; }
.method-brand.brand-wide { width: 220px; height: 66px; padding-inline: 12px; }
.method-brand.brand-wide img { width: auto; height: auto; max-width: 92px; max-height: 42px; border-radius: 0; filter: brightness(0) saturate(100%) invert(22%) sepia(89%) saturate(4546%) hue-rotate(260deg) brightness(85%) contrast(96%); }
.tab-brand { width: 38px; height: 30px; padding: 4px; display: inline-flex; align-items: center; justify-content: center; border-radius: 7px; background: var(--p50); }
.tab-brand img { display: block; width: auto; height: auto; max-width: 30px; max-height: 22px; object-fit: contain; filter: brightness(0) saturate(100%) invert(22%) sepia(89%) saturate(4546%) hue-rotate(260deg) brightness(85%) contrast(96%); }
.tab-list button[aria-selected="true"] .tab-brand { background: rgba(255, 255, 255, .16); }
.tab-list button[aria-selected="true"] .tab-brand img { filter: brightness(0) invert(1); }

@media (max-width: 1024px) {
  .setup-choice { flex-basis: calc(33.333% - 12px); max-width: none; }
  .setup-app-grid .setup-choice { flex-basis: calc(50% - 8px); max-width: none; }
}
@media (max-width: 720px) {
  .setup-progress { margin-bottom: 46px; }
  .setup-progress li { gap: 7px; font-size: 12px; }
  .setup-progress li span { width: 38px; height: 38px; border-radius: 11px; font-size: 14px; }
  .setup-progress::before { top: 18px; }
  .setup-panel { min-height: 0; }
  .setup-panel-head { margin-bottom: 24px; }
  .setup-panel-head p { font-size: 15px; }
  .setup-choice-grid { gap: 12px; }
  .setup-choice, .setup-app-grid .setup-choice { flex-basis: calc(50% - 6px); max-width: none; min-height: 205px; padding-inline: 11px; }
  .setup-app-grid .setup-choice { min-height: 228px; }
  .setup-method-grid .setup-choice { flex-basis: 100%; max-width: none; min-height: 170px; }
  .setup-choice-logo { width: 118px; height: 62px; padding-inline: 9px; }
  .setup-choice strong { font-size: 14.5px; }
  .setup-choice small { font-size: 12.5px; }
  .setup-guide-card { padding: 22px 18px; }
  .setup-guide-actions .btn { width: 100%; }
}

/* ---------- Catalogue pages ---------- */
.cat-hero { padding: 40px 0 34px; background: radial-gradient(ellipse at top left, #f3efff 0%, #fff 65%); border-bottom: 1px solid var(--line-soft); }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: 14px; color: var(--muted); margin-bottom: 12px; }
.crumbs a { color: var(--text); font-weight: 600; }
.cat-hero .h1 { font-size: clamp(28px, 3.6vw, 42px); overflow-wrap: anywhere; }
.cat-hero .lead { margin: 8px 0 0; }
.search { position: relative; display: flex; gap: 10px; margin-top: 24px; max-width: 680px; }
.search > .i { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: var(--muted); pointer-events: none; }
.search input { flex: 1; min-width: 0; padding: 14px 16px 14px 46px; border-radius: 12px; border: 1px solid var(--line); background: #fff; font-size: 16px; color: var(--ink); box-shadow: var(--shadow); }
.search input:focus { outline: 0; border-color: var(--p500); box-shadow: 0 0 0 4px rgba(139, 92, 246, .15); }
.vod-tabs { display: inline-flex; gap: 6px; padding: 5px; margin-top: 22px; border-radius: 14px; background: var(--p50); border: 1px solid var(--line-soft); }
.vod-tabs a { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 10px; font-weight: 700; color: var(--text); }
.vod-tabs a b { font-size: 12px; padding: 2px 8px; border-radius: 99px; background: #fff; color: var(--p700); }
.vod-tabs a.on { background: var(--grad-btn); color: #fff; box-shadow: 0 4px 14px rgba(109, 40, 217, .3); }
.vod-tabs a.on b { background: rgba(255, 255, 255, .22); color: #fff; }
.trending { background: var(--bg); border-bottom: 1px solid var(--line-soft); }
.cat-layout { display: grid; grid-template-columns: 290px 1fr; gap: 32px; align-items: start; }
.cat-side { position: sticky; top: 96px; background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r); padding: 18px; }
.cat-side-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.cat-side-head h2 { font-size: 18px; }
.cat-side-head span { font-size: 13px; font-weight: 700; padding: 2px 10px; border-radius: 99px; background: var(--p50); color: var(--p700); }
.cat-filter { width: 100%; padding: 10px 12px; border-radius: 10px; border: 1px solid var(--line); background: var(--bg); font-size: 14px; margin-bottom: 10px; }
.cat-filter:focus { outline: 0; border-color: var(--p500); background: #fff; }
.cat-list { list-style: none; max-height: calc(100vh - 240px); overflow-y: auto; margin-right: -8px; padding-right: 8px; scrollbar-width: thin; scrollbar-color: var(--p300) transparent; }
.cat-list a { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 9px 12px; border-radius: 10px; color: var(--text); font-weight: 600; font-size: 14.5px; }
.cat-list a span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cat-list a b { flex: none; font-size: 12px; color: var(--muted); font-weight: 700; }
.cat-list a:hover { background: var(--p50); color: var(--p700); }
.cat-list a.on { background: var(--grad-btn); color: #fff; }
.cat-list a.on b { color: rgba(255, 255, 255, .8); }
.cat-select-wrap { display: none; }
.cat-bar { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 6px 16px; margin-bottom: 20px; }
.cat-bar h2 { font-size: 24px; font-weight: 900; overflow-wrap: anywhere; }
.cat-bar p { margin: 0; font-size: 14px; }
.ch-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(148px, 1fr)); gap: 14px; }
.ch { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 16px 12px 14px; background: #fff; border: 1px solid var(--line-soft); border-radius: 14px; text-align: center; transition: border-color .15s, box-shadow .15s; min-width: 0; }
.ch:hover { border-color: var(--p100); box-shadow: var(--shadow); }
.ch-logo { position: relative; width: 100%; aspect-ratio: 16 / 10; border-radius: 10px; background: var(--bg); overflow: hidden; }
.ch-logo img { position: absolute; inset: 10%; width: 80%; height: 80%; object-fit: contain; z-index: 1; }
.ch-logo .ph { position: absolute; inset: 0; display: grid; place-items: center; font: 900 22px var(--head); color: var(--p300); }
.ch-name { width: 100%; font-weight: 700; font-size: 13.5px; color: var(--ink); line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; overflow-wrap: anywhere; }
.poster-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 24px 18px; }
.empty { display: flex; justify-content: center; align-items: center; gap: 8px; padding: 40px 0; color: var(--muted); font-weight: 600; }
.is-loading #grid { opacity: .45; transition: opacity .15s; }
.empty-state { text-align: center; max-width: 520px; margin: 30px auto; padding: 40px 28px; border: 1px dashed var(--p300); border-radius: 22px; background: var(--bg); }
.empty-state .ic { margin: 0 auto 14px; }
.empty-state h2 { font-size: 22px; margin-bottom: 8px; }
.tmdb-note { margin: 40px 0 0; text-align: center; font-size: 12.5px; color: var(--muted); }

/* ---------- Maintenance ---------- */
.maintenance-page { min-height: 100vh; margin: 0; background: radial-gradient(circle at 50% 0, var(--p100), var(--bg) 48%, #fff 100%); color: var(--text); }
.maintenance-shell { min-height: 100vh; display: grid; place-items: center; padding: 32px 18px; }
.maintenance-card { width: min(100%, 620px); padding: clamp(32px, 7vw, 64px); text-align: center; background: rgba(255,255,255,.94); border: 1px solid var(--p100); border-radius: 28px; box-shadow: 0 28px 80px -42px rgba(76,29,149,.6); }
.maintenance-logo { width: 160px; height: auto; margin: 0 auto 22px; object-fit: contain; }
.maintenance-card .badge { margin-bottom: 20px; }
.maintenance-card h1 { max-width: 520px; margin: 0 auto 14px; color: var(--ink); font-size: clamp(34px, 7vw, 58px); line-height: 1.02; letter-spacing: -.035em; }
.maintenance-card > p { max-width: 480px; margin: 0 auto; color: var(--muted); font-size: clamp(16px, 2.5vw, 19px); line-height: 1.65; }
.maintenance-status { display: inline-flex; align-items: center; gap: 9px; margin-top: 28px; padding: 10px 16px; border-radius: 999px; background: var(--p50); color: var(--p800); font-weight: 700; }
.maintenance-status span { width: 9px; height: 9px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 0 5px rgba(109,40,217,.12); }
.maintenance-support { margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--line); }
.maintenance-support h2 { margin: 0 0 14px; color: var(--ink); font-size: 18px; }
.maintenance-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.maintenance-actions .btn { min-width: 150px; }
@media (max-width: 520px) { .maintenance-card { padding: 32px 20px; } .maintenance-actions .btn { width: 100%; } }

/* ---------- Modal ---------- */
.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; }
.modal-bg { position: absolute; inset: 0; background: rgba(15, 10, 31, .72); backdrop-filter: blur(4px); }
.modal-box { position: relative; width: 100%; max-width: 860px; max-height: calc(100vh - 40px); overflow-y: auto; background: #fff; border-radius: 22px; box-shadow: 0 30px 80px -20px rgba(0, 0, 0, .5); animation: pop .2s ease; }
.modal-box:focus { outline: 0; }
@keyframes pop { from { transform: translateY(12px) scale(.98); opacity: 0; } }
.modal-x { position: absolute; top: 14px; right: 14px; z-index: 3; width: 40px; height: 40px; border-radius: 50%; border: 0; background: rgba(15, 10, 31, .6); color: #fff; display: grid; place-items: center; cursor: pointer; }
.modal-x:hover { background: rgba(15, 10, 31, .85); }
.m-hero { height: 260px; background: var(--grad-night) center / cover no-repeat; position: relative; }
.m-hero img { width: 100%; height: 100%; object-fit: cover; }
.m-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 60%); }
.m-body { display: grid; grid-template-columns: 180px 1fr; gap: 28px; padding: 0 32px 32px; margin-top: -110px; position: relative; z-index: 2; }
.m-poster { aspect-ratio: 2 / 3; border-radius: 14px; overflow: hidden; background: linear-gradient(160deg, #ede9fe, #c4b5fd); box-shadow: 0 14px 30px -10px rgba(30, 27, 75, .5); }
.m-poster img { width: 100%; height: 100%; object-fit: cover; }
.m-info { padding-top: 110px; }
.m-info h2 { font-size: 28px; font-weight: 900; }
.m-meta { display: flex; flex-wrap: wrap; gap: 6px 14px; margin: 8px 0 10px; font-weight: 700; color: var(--text); font-size: 14px; }
.m-meta .star { color: #d97706; display: inline-flex; align-items: center; gap: 4px; }
.m-meta .star .i { width: 14px; height: 14px; }
.m-genres { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 14px; }
.m-genres span { padding: 4px 10px; border-radius: 99px; background: var(--p50); color: var(--p700); font-size: 13px; font-weight: 700; }
.m-overview { color: #4b5563; }
.m-cast { font-size: 14px; }
.m-cast strong { color: var(--ink); }
.m-info .btns { margin-top: 18px; }

/* ---------- Legal ---------- */
.legal-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 860px; margin: 34px auto 0; text-align: left; }
.lcard { display: flex; gap: 12px; align-items: center; padding: 16px; border-radius: 14px; background: #fff; border: 1px solid var(--line-soft); }
.lcard strong { display: block; color: var(--ink); font-size: 15px; }
.lcard span { font-size: 13.5px; }
.legal { display: grid; grid-template-columns: 260px 1fr; gap: 48px; align-items: start; }
.toc { position: sticky; top: 100px; background: var(--bg); border: 1px solid var(--line-soft); border-radius: var(--r); padding: 20px 22px; }
.toc-t { font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--ink); margin-bottom: 10px; }
.toc ol { padding-left: 20px; display: grid; gap: 7px; font-size: 14.5px; }
.toc a { color: var(--text); font-weight: 600; }
.toc a:hover { color: var(--p700); }
.updated { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 10px; background: var(--p50); color: var(--p700); font-weight: 700; font-size: 14px; }
.lsec { padding: 28px 0; border-bottom: 1px solid var(--line-soft); scroll-margin-top: 100px; }
.lsec:last-child { border-bottom: 0; }
.lsec h2 { display: flex; align-items: center; gap: 12px; font-size: 22px; font-weight: 900; margin-bottom: 14px; }
.lsec h2 .num { width: 34px; height: 34px; border-radius: 10px; background: var(--grad); color: #fff; display: grid; place-items: center; font-size: 16px; flex: none; }
.lsec ul { padding-left: 22px; display: grid; gap: 8px; margin: 0 0 14px; }
.lsec li::marker { color: var(--p600); }
.lsec strong { color: var(--ink); }
.callout { padding: 14px 18px; border-left: 4px solid var(--p600); border-radius: 0 12px 12px 0; background: var(--p50); color: var(--ink); margin: 0 0 14px; }

/* ---------- Responsive ---------- */
@media (max-width: 1120px) {
  .nav a { padding: 10px 9px; font-size: 14.5px; }
  .hdr-cta { padding: 9px 14px; }
  .ftr-grid { grid-template-columns: repeat(3, 1fr); }
  .ftr-brand { grid-column: 1 / -1; }
  .devices { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 1024px) {
  .burger { display: inline-flex; }
  .hdr-cta { display: none; }
  .nav { position: fixed; inset: 76px 0 auto 0; flex-direction: column; align-items: stretch; gap: 2px; margin: 0; padding: 12px 20px 22px; background: #fff; border-bottom: 1px solid var(--line-soft); box-shadow: 0 20px 40px -20px rgba(30, 27, 75, .3); transform: translateY(-8px); opacity: 0; visibility: hidden; transition: opacity .2s, transform .2s, visibility .2s; max-height: calc(100vh - 76px); overflow-y: auto; }
  .nav.open { transform: none; opacity: 1; visibility: visible; }
  .nav a { padding: 13px 12px; font-size: 16px; }
  .nav .nav-cta { display: flex; margin-top: 10px; color: #fff; }
  .hero { grid-template-columns: 1fr; }
  .hero-left { padding: 48px 28px 40px; }
  .hero-right { padding: 36px 28px; }
  .hcards { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .plans { grid-template-columns: 1fr; max-width: 460px; gap: 34px; }
  .split, .trial, .dl-hero { grid-template-columns: 1fr; gap: 36px; }
  .app-card { justify-self: stretch; max-width: none; }
  .steps4 { grid-template-columns: repeat(2, 1fr); }
  .calc { grid-template-columns: 1fr; }
  .cat-layout { grid-template-columns: 1fr; gap: 20px; }
  .cat-side { position: static; padding: 14px; }
  .cat-side-head, .cat-filter, .cat-list { display: none; }
  .cat-select-wrap { display: block; }
  .cat-select { width: 100%; padding: 12px 14px; border-radius: 11px; border: 1px solid var(--line); background: #fff; font-weight: 700; color: var(--ink); }
  .legal { grid-template-columns: 1fr; }
  .toc { position: static; }
}
@media (max-width: 720px) {
  .sec { padding: 60px 0; }
  .sec-head { margin-bottom: 34px; }
  .logo img { height: 50px; }
  .hdr-in { min-height: 68px; }
  .nav { top: 68px; max-height: calc(100vh - 68px); }
  .hero-left { padding: 38px 20px 34px; }
  .hero-right { padding: 28px 20px; }
  .hcards { grid-template-columns: 1fr 1fr; gap: 10px; }
  .hcard { flex-direction: column; align-items: flex-start; gap: 10px; padding: 14px; }
  .hcard strong { font-size: 22px; }
  .stats-in { grid-template-columns: repeat(2, 1fr); }
  .stats-in > div:nth-child(2) { border-right: 0; }
  .stats-in > div:nth-child(-n+2) { border-bottom: 1px solid var(--line-soft); }
  .stats-in > div { padding: 22px 10px; }
  .stats-in span { font-size: 12px; letter-spacing: .04em; }
  .grid-2, .grid-3, .steps3 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .card-cat { padding: 20px 12px 16px; }
  .devices, .devices-4 { grid-template-columns: repeat(2, 1fr); }
  .compat-card { min-height: 218px; padding-inline: 16px; }
  .compat-card .compat-brand { padding-inline: 10px; }
  .compat-card .compat-brand img.brand-wide { max-width: 100%; }
  .player-grid { grid-template-columns: 1fr; }
  .player-card { min-height: 0; }
  .player-card h3 { min-height: 0; }
  .steps4 { grid-template-columns: 1fr; }
  .overview { grid-template-columns: repeat(2, 1fr); }
  .mini-stats { grid-template-columns: repeat(2, 1fr); }
  .checks.two { grid-template-columns: 1fr; }
  .form-card { padding: 24px 18px; }
  .phone { grid-template-columns: 1fr; }
  .durations { grid-template-columns: repeat(2, 1fr); }
  .ftr-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .legal-cards { grid-template-columns: 1fr; }
  .phero { padding: 52px 0 46px; }
  .search { flex-wrap: wrap; }
  .search .btn { display: none; }
  .ch-grid { grid-template-columns: repeat(auto-fill, minmax(118px, 1fr)); gap: 10px; }
  .poster-grid { grid-template-columns: repeat(auto-fill, minmax(128px, 1fr)); gap: 18px 12px; }
  .rail { grid-auto-columns: 136px; gap: 12px; }
  .m-hero { height: 190px; }
  .m-body { grid-template-columns: 1fr; padding: 0 20px 24px; margin-top: -90px; gap: 16px; }
  .m-poster { width: 120px; }
  .m-info { padding-top: 0; }
  .m-info h2 { font-size: 23px; }
  .cta-in { padding-block: 60px; }
  .gnote { flex-direction: column; text-align: center; }
  .floats { bottom: 16px; gap: 10px; }
  .floats-right { right: 16px; }
  .floats-left { left: 16px; }
  .float-btn { width: 50px; height: 50px; }
  .float-tip { display: none; }
}
@media (max-width: 400px) {
  .hcards { grid-template-columns: 1fr; }
  .hcard { flex-direction: row; align-items: center; }
  .ftr-grid { grid-template-columns: 1fr; }
  .btns .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .strip-track { flex-wrap: wrap; width: auto; justify-content: center; }
}

/* Renewal banner on the checkout — .co is a grid, so span both columns. */
.co-renew { grid-column: 1 / -1; display: flex; align-items: flex-start; gap: 14px; padding: 16px 18px; margin-bottom: 18px;
  background: var(--p50, #f5f3ff); border: 1px solid var(--p100, #ede9fe); border-radius: 14px; }
.co-renew .ic { display: inline-grid; place-items: center; width: 38px; height: 38px; flex: none;
  border-radius: 10px; background: #fff; color: var(--p700, #6d28d9); }
.co-renew strong { display: block; color: var(--ink); font-size: 15px; }
.co-renew p { margin: 4px 0 0; font-size: 13.5px; color: var(--text); }
.co-renew .link { margin-left: auto; white-space: nowrap; font-size: 13.5px; }
@media (max-width: 560px) {
  .hero-flags { gap: 7px; margin-top: 19px; }
  .hero-flags-label { flex-basis: 100%; }
  .hero-flag, .hero-flag img { width: 29px; height: 22px; }
  .co-renew { flex-wrap: wrap; }
  .co-renew .link { margin-left: 52px; }
}

/* Text-style button (used by the checkout renewal banner and the bouquet bar). */
.link { background: none; border: 0; padding: 0; color: var(--p700); font-weight: 600; font-size: 14px; cursor: pointer; }
.link:hover { color: var(--p600); text-decoration: underline; }
.chat-as { margin: 0 0 10px; font-size: 13px; color: var(--muted); }
.chat-as strong { color: var(--ink); }

/* Continue with Google (sign-in pages and the free-trial page). */
.btn-google { display: flex; align-items: center; justify-content: center; gap: 11px; width: 100%; padding: 12px 18px;
  border: 1px solid var(--line); border-radius: 12px; background: #fff; color: #1f1f1f; font-weight: 700; font-size: 15px;
  transition: background-color .12s, box-shadow .12s; }
.btn-google:hover { background: #f8f9fa; color: #1f1f1f; box-shadow: 0 1px 3px rgba(60, 64, 67, .2); }
.btn-google-ic { display: inline-grid; place-items: center; }
.btn-google-ic svg { display: block; }

.or-line { display: flex; align-items: center; gap: 14px; margin: 18px 0; color: var(--muted); font-size: 13px; }
.or-line::before, .or-line::after { content: ""; flex: 1; height: 1px; background: var(--line-soft); }

/* "Ordering as …" on the checkout, when we already know the customer. */
.co-as { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border: 1px solid var(--line-soft); border-radius: 12px; background: var(--bg); }
.co-as strong { display: block; color: var(--ink); font-size: 15px; }
.co-as small { color: var(--muted); font-size: 13px; }
.co-as .link { margin-left: auto; }
.avatar-sm { width: 38px; height: 38px; flex: none; border-radius: 50%; background: var(--grad); color: #fff; display: grid; place-items: center; font: 800 16px var(--head); }
.calc-as { margin: 0 0 8px; font-size: 13.5px; color: rgba(255, 255, 255, .75); }
.calc-as strong { color: #fff; }
.calc-signup { margin: 10px 0 0; text-align: center; font-size: 13px; color: rgba(255, 255, 255, .7); }
.calc-signup a { color: #ddd6fe; text-decoration: underline; }

/* Header account chip, shown instead of the trial CTA once signed in. */
.nav-me { display: inline-flex; align-items: center; gap: 9px; padding: 6px 14px 6px 6px; border-radius: 99px;
  border: 1px solid var(--line); background: #fff; color: var(--ink); font-weight: 700; font-size: 14.5px; }
.nav-me:hover { border-color: var(--p300); background: var(--p50); color: var(--p700); }
.nav-me-av { display: inline-grid; place-items: center; width: 30px; height: 30px; flex: none; border-radius: 50%;
  background: var(--grad); color: #fff; font: 800 14px var(--head); }
.nav-me-name { max-width: 130px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
/* In the mobile menu .nav .nav-cta forces white text; the chip keeps its own. */
.nav .nav-me.nav-cta { justify-content: flex-start; color: var(--ink); background: #fff; }
.nav .nav-me.nav-cta:hover { color: var(--p700); background: var(--p50); }

@media (max-width: 1024px) {
  /* The chip stays in the header on small screens, so drop the menu copy. */
  .nav .nav-me.nav-cta { display: none; }
  .nav-me.hdr-cta { display: inline-flex; margin-left: auto; padding: 5px 12px 5px 5px; }
  .nav-me.hdr-cta .nav-me-name { max-width: 90px; }
}

/* Mobile menu: a solid panel over a dimmed, locked page, with one clear row per link. */
@media (max-width: 1024px) {
  html.menu-open { overflow: hidden; }
  html.menu-open body::after { content: ""; position: fixed; inset: 0; z-index: 40; background: rgba(30, 27, 75, .45); }
  html.menu-open .hdr { background: #fff; backdrop-filter: none; }
  .nav { gap: 0; padding: 8px 18px 20px; border-radius: 0 0 20px 20px; max-height: calc(100vh - 76px); max-height: calc(100dvh - 76px); overscroll-behavior: contain; }
  .nav > a:not(.btn):not(.nav-me) { display: flex; align-items: center; justify-content: space-between; padding: 15px 12px; font-size: 16.5px; font-weight: 700; color: var(--ink); border-radius: 0; border-bottom: 1px solid var(--line-soft); }
  .nav > a:not(.btn):not(.nav-me)::after { content: "›"; font-size: 24px; line-height: 1; font-weight: 400; color: var(--p300); }
  .nav > a:not(.btn):not(.nav-me):hover { background: var(--p50); }
  .nav > a.on:not(.btn) { color: var(--p700); background: var(--p50); border-radius: 12px; border-bottom-color: transparent; }
  .nav > a.on:not(.btn)::after { color: var(--p600); }
  .nav > a[href="/account/login"]:not(.btn):not(.nav-me) { justify-content: center; margin-top: 16px; border: 1.5px solid var(--p300); border-radius: 12px; color: var(--p700); }
  .nav > a[href="/account/login"]:not(.btn):not(.nav-me)::after { content: none; }
  .nav .nav-cta.btn { justify-content: center; min-height: 52px; margin-top: 10px; font-size: 16.5px; border-radius: 12px; }
}
@media (max-width: 720px) {
  .nav { max-height: calc(100vh - 68px); max-height: calc(100dvh - 68px); }
}

/* "Already paid?" block on the order page */
.order-paid { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line-soft); }
.order-paid h2 { display: flex; align-items: center; gap: 9px; font-size: 19px; margin-bottom: 6px; }
.paid-form { display: grid; gap: 12px; max-width: 420px; margin-top: 14px; }
.paid-form input { width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 11px; font-size: 15px; }
.paid-form input:focus { outline: 0; border-color: var(--p500); }

/* A plan's own page (/12-months/). */
.plan-name a { color: inherit; }
.crumbs-pub { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; margin-bottom: 14px; font-size: 13.5px; color: var(--muted); }
.crumbs-pub a { color: var(--muted); font-weight: 600; }
.crumbs-pub a:hover { color: var(--p700); }
.plan-hero-card .plan { max-width: 400px; margin-inline: auto; }
.checks.two.plan-included { max-width: 880px; margin: 30px auto 0; padding: 28px 32px; gap: 14px 40px; background: #fff; border: 1px solid var(--line-soft); border-radius: 20px; box-shadow: var(--shadow); }
.plan-hero .lead { margin-left: 0; }
.plan-hero .btns { margin-top: 26px; }

/* Editorial hub and long-form IPTV guides. */
.blog-featured h2 { margin: 8px 0 12px; font-size: clamp(24px, 3vw, 34px); }
.blog-featured h2 a, .blog-card h2 a { color: var(--ink); }
.blog-featured h2 a:hover, .blog-card h2 a:hover { color: var(--p700); }
.blog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.blog-card { display: flex; flex-direction: column; min-height: 285px; padding: 28px; }
.blog-card h2 { margin: 14px 0 10px; font-size: clamp(21px, 2vw, 27px); line-height: 1.18; }
.blog-card p { margin-bottom: 22px; }
.blog-more { margin-top: auto; font-weight: 800; }
.blog-cta { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 48px; padding: 42px 48px; border-radius: 24px; box-shadow: 0 24px 60px -32px rgba(76, 29, 149, .7); }
.blog-cta::before { left: 72%; width: 380px; height: 380px; border-width: 58px; }
.blog-cta-copy, .blog-cta-actions { position: relative; z-index: 1; }
.blog-cta-copy .eyebrow { margin: 0 0 9px; color: rgba(255, 255, 255, .74); }
.blog-cta-copy h2 { max-width: 720px; margin: 0; line-height: 1.12; }
.blog-cta-copy p { max-width: 620px; margin: 12px 0 0; }
.blog-cta-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; }
.blog-cta-actions .btn-p { background: #fff; color: var(--p700); box-shadow: 0 12px 30px -18px rgba(0, 0, 0, .65); }
.blog-cta-actions .btn-p:hover { background: var(--p50); color: var(--p700); }
.blog-cta-actions .btn-o { border-color: rgba(255, 255, 255, .55); color: #fff; background: rgba(255, 255, 255, .08); }
.blog-cta-actions .btn-o:hover { border-color: #fff; background: rgba(255, 255, 255, .16); color: #fff; }
.blog-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; color: var(--muted); font-size: 13px; font-weight: 700; letter-spacing: .01em; }
.blog-meta span + span { position: relative; }
.blog-meta span + span::before { content: ""; position: absolute; left: -10px; top: 50%; width: 3px; height: 3px; border-radius: 50%; background: var(--p300); }
.blog-article-head { padding-bottom: 74px; }
.blog-article-head .blog-meta { margin-bottom: 18px; }
.blog-article-head .h1 { max-width: 950px; }
.blog-article-head .lead { max-width: 820px; }
.blog-layout { display: grid; grid-template-columns: 250px minmax(0, 760px); justify-content: center; align-items: start; gap: 56px; padding-top: 64px; padding-bottom: 90px; }
.blog-toc { position: sticky; top: 96px; padding: 22px; }
.blog-toc ol { display: grid; gap: 10px; margin: 12px 0 0; padding-left: 20px; color: var(--muted); font-size: 14px; }
.blog-toc a { color: var(--text); }
.blog-toc a:hover { color: var(--p700); }
.blog-copy { min-width: 0; }
.blog-copy > section { scroll-margin-top: 100px; margin-bottom: 56px; }
.blog-copy > section > h2 { margin: 0 0 18px; font-size: clamp(26px, 3vw, 36px); line-height: 1.2; }
.blog-copy > section > p { font-size: 17.5px; line-height: 1.82; }
.blog-key, .blog-checklist { padding: 28px 30px; background: linear-gradient(145deg, var(--p50), #fff); }
.blog-key h2, .blog-checklist h2 { margin: 7px 0 15px; }
.blog-key .checks { margin-top: 0; }
.blog-checklist ol { counter-reset: blog-step; display: grid; gap: 14px; margin: 18px 0 0; padding: 0; list-style: none; }
.blog-checklist li { counter-increment: blog-step; display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 12px; color: var(--text); }
.blog-checklist li::before { content: counter(blog-step); display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--grad); color: #fff; font-weight: 800; }
.blog-next .grid-3 { margin-top: 20px; }
.blog-next-card { display: flex; flex-direction: column; justify-content: space-between; gap: 30px; min-height: 150px; color: var(--ink); }
.blog-next-card:hover { border-color: var(--p300); color: var(--p700); transform: translateY(-2px); }
.blog-next-card span { color: var(--p700); font-size: 14px; font-weight: 700; }
.blog-related-link { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 0; border-top: 1px solid var(--line-soft); color: var(--ink); }
.blog-related-link:last-child { border-bottom: 1px solid var(--line-soft); }
.blog-related-link span { display: grid; gap: 5px; }
.blog-related-link small { color: var(--p700); font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.blog-related-link strong { font-size: 18px; }
.blog-related-link:hover strong { color: var(--p700); }
@media (max-width: 900px) {
  .blog-layout { grid-template-columns: minmax(0, 760px); gap: 30px; }
  .blog-toc { position: static; }
  .blog-cta { grid-template-columns: 1fr; gap: 26px; }
  .blog-cta-actions { justify-content: flex-start; }
}
@media (max-width: 680px) {
  .blog-grid { grid-template-columns: 1fr; }
  .blog-card { min-height: 0; padding: 23px; }
  .blog-layout { padding-top: 36px; padding-bottom: 64px; }
  .blog-copy > section { margin-bottom: 42px; }
  .blog-copy > section > p { font-size: 16.5px; }
  .blog-key, .blog-checklist { padding: 22px; }
  .blog-cta { padding: 30px 24px; border-radius: 18px; }
  .blog-cta::before { left: 80%; }
  .blog-cta-actions { display: grid; grid-template-columns: 1fr; }
  .blog-cta-actions .btn { width: 100%; justify-content: center; }
}
