:root {
  --bg: #0b0908;
  --bg-2: #120e0c;
  --surface: #17120f;
  --surface-2: #1f1814;
  --line: rgba(255, 255, 255, .08);
  --line-2: rgba(255, 255, 255, .14);
  --text: #f5efeb;
  --muted: #b3a79f;
  --faint: #7d726b;
  --brand: #ff6a00;
  --brand-2: #ff3d1f;
  --brand-soft: rgba(255, 106, 0, .14);
  --grad: linear-gradient(135deg, #ff9a1f 0%, #ff6a00 45%, #ff3d1f 100%);
  --radius: 18px;
  --radius-sm: 12px;
  --max: 1180px;
  --shadow: 0 30px 80px -30px rgba(0, 0, 0, .8);
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--text); font-family: var(--font);
  font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p a, li a, td a, .prose a { color: var(--brand); text-decoration: underline; text-underline-offset: 3px; }
:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; border-radius: 6px; }
.skip { position: absolute; left: -9999px; top: 8px; background: var(--brand); color: #000; padding: 8px 14px; border-radius: 8px; z-index: 100; }
.skip:focus { left: 8px; }
.wrap { width: min(100% - 40px, var(--max)); margin-inline: auto; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* Header */
.hdr { position: sticky; top: 0; z-index: 50; backdrop-filter: saturate(160%) blur(16px); -webkit-backdrop-filter: saturate(160%) blur(16px); background: rgba(11, 9, 8, .72); border-bottom: 1px solid var(--line); }
.hdr .wrap { display: flex; align-items: center; gap: 28px; height: 68px; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: .02em; font-size: 19px; white-space: nowrap; }
.logo img { width: 34px; height: 34px; border-radius: 9px; }
.logo b { color: var(--brand); font-weight: 800; }
.logo span { white-space: nowrap; }
.nav { display: flex; gap: 6px; margin-left: auto; align-items: center; }
.nav a { padding: 8px 14px; border-radius: 999px; color: var(--muted); font-size: 15px; font-weight: 500; transition: color .15s, background .15s; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--text); background: rgba(255, 255, 255, .06); }
.lang { display: flex; border: 1px solid var(--line-2); border-radius: 999px; overflow: hidden; font-size: 13px; font-weight: 600; }
.lang a { padding: 6px 11px; color: var(--muted); }
.lang a[aria-current="true"] { background: rgba(255, 255, 255, .1); color: var(--text); }
.menu-btn { display: none; margin-left: auto; background: none; border: 1px solid var(--line-2); color: var(--text); border-radius: 10px; width: 42px; height: 38px; cursor: pointer; }
.menu-btn span { display: block; width: 18px; height: 2px; background: currentColor; margin: 4px auto; border-radius: 2px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 24px; border-radius: 999px; font-weight: 700; font-size: 16px; border: 1px solid transparent; transition: transform .15s, box-shadow .15s, background .15s; cursor: pointer; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--grad); color: #1a0a00; box-shadow: 0 12px 30px -10px rgba(255, 106, 0, .6); }
.btn-ghost { border-color: var(--line-2); color: var(--text); background: rgba(255, 255, 255, .03); }
.btn-ghost:hover { background: rgba(255, 255, 255, .07); }
.btn svg { width: 20px; height: 20px; }
.btn[aria-disabled="true"] { opacity: .75; cursor: default; transform: none; }

/* Hero */
.hero { position: relative; overflow: hidden; padding: 84px 0 40px; }
.hero::before { content: ""; position: absolute; inset: -30% -10% auto 35%; height: 780px; background: radial-gradient(closest-side, rgba(255, 90, 0, .28), transparent 70%); pointer-events: none; }
.hero .wrap { position: relative; display: grid; grid-template-columns: 1.02fr 1fr; gap: 48px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border-radius: 999px; background: var(--brand-soft); color: #ffb37a; font-size: 13px; font-weight: 700; letter-spacing: .06em; }
.eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 10px var(--brand); }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.02em; margin: 0; }
.hero h1 { font-size: clamp(40px, 5.6vw, 68px); font-weight: 800; margin: 20px 0 20px; }
.grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lead { font-size: clamp(17px, 1.6vw, 20px); color: var(--muted); max-width: 560px; margin: 0 0 32px; }
.cta { display: flex; gap: 14px; flex-wrap: wrap; }
.trust { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 32px; color: var(--faint); font-size: 14px; }
.trust span { display: inline-flex; align-items: center; gap: 8px; }
.trust svg { width: 16px; height: 16px; color: #ff9a55; }

/* Sections */
section { padding: 88px 0; }
.sec-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.sec-head h2 { font-size: clamp(30px, 3.6vw, 44px); font-weight: 800; margin: 14px 0 16px; }
.sec-head p { color: var(--muted); margin: 0; font-size: 18px; }
.kicker { color: var(--brand); font-weight: 700; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
.alt { background: linear-gradient(180deg, var(--bg-2), var(--bg)); border-block: 1px solid var(--line); }

.platforms { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.plat { padding: 28px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); display: flex; flex-direction: column; gap: 10px; }
.plat .ico { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: var(--brand-soft); color: var(--brand); }
.plat .ico svg { width: 26px; height: 26px; }
.plat h3 { font-size: 20px; margin-top: 8px; }
.plat p { color: var(--muted); margin: 0; font-size: 15.5px; flex: 1; }
.badge { align-self: flex-start; font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 999px; letter-spacing: .03em; }
.badge.ok { background: rgba(62, 207, 142, .12); color: #5fe0a6; }
.badge.soon { background: rgba(255, 255, 255, .08); color: var(--muted); }

.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feat { padding: 26px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); transition: border-color .2s, transform .2s; }
.feat:hover { border-color: rgba(255, 106, 0, .35); transform: translateY(-2px); }
.feat .ico { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--grad); color: #1a0a00; margin-bottom: 18px; }
.feat .ico svg { width: 22px; height: 22px; }
.feat h3 { font-size: 17.5px; margin-bottom: 8px; letter-spacing: -.01em; }
.feat p { color: var(--muted); font-size: 15px; margin: 0; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split.rev .split-media { order: -1; }
.split h2 { font-size: clamp(28px, 3.2vw, 40px); font-weight: 800; margin: 12px 0 18px; }
.split p { color: var(--muted); }
.checks { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 12px; }
.checks li { display: flex; gap: 12px; align-items: flex-start; color: var(--text); }
.checks li::before { content: ""; flex: 0 0 22px; height: 22px; margin-top: 2px; border-radius: 50%; background: var(--brand-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff6a00' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center/13px no-repeat; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: s; }
.step { position: relative; padding: 30px 28px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); }
.step::before { counter-increment: s; content: counter(s); display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255, 106, 0, .5); color: var(--brand); font-weight: 800; margin-bottom: 18px; }
.step h3 { font-size: 19px; margin-bottom: 8px; }
.step p { color: var(--muted); margin: 0; font-size: 15.5px; }

.privacy { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.priv { padding: 28px; border-radius: var(--radius); border: 1px solid var(--line); background: linear-gradient(160deg, rgba(255, 106, 0, .08), transparent 60%), var(--surface); }
.priv b { display: block; font-size: 30px; font-weight: 800; margin-bottom: 4px; }
.priv h3 { font-size: 17px; margin-bottom: 6px; }
.priv p { color: var(--muted); margin: 0; font-size: 15px; }

.notice { display: flex; gap: 20px; padding: 28px 30px; border-radius: var(--radius); border: 1px solid rgba(255, 106, 0, .3); background: rgba(255, 106, 0, .06); }
.notice svg { flex: 0 0 28px; width: 28px; height: 28px; color: var(--brand); margin-top: 2px; }
.notice h3 { font-size: 18px; margin-bottom: 6px; }
.notice p { margin: 0; color: var(--muted); font-size: 15.5px; }

.faq { max-width: 820px; margin: 0 auto; display: grid; gap: 12px; }
.faq details { border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface); padding: 0 22px; }
.faq summary { cursor: pointer; list-style: none; padding: 20px 0; font-weight: 650; font-size: 17px; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--brand); font-size: 24px; line-height: 1; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details > div { padding: 0 0 20px; color: var(--muted); }
.faq details > div p { margin: 0 0 10px; }

.cta-band { position: relative; overflow: hidden; border-radius: 28px; padding: 64px 48px; text-align: center; background: radial-gradient(120% 140% at 50% 0%, rgba(255, 106, 0, .35), transparent 60%), var(--surface); border: 1px solid rgba(255, 106, 0, .25); }
.cta-band h2 { font-size: clamp(28px, 3.4vw, 42px); font-weight: 800; margin-bottom: 14px; }
.cta-band p { color: var(--muted); margin: 0 auto 30px; max-width: 560px; }
.cta-band .cta { justify-content: center; }

/* Page header (inner pages) */
.page-hero { padding: 72px 0 36px; position: relative; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: -60% 20% auto 20%; height: 520px; background: radial-gradient(closest-side, rgba(255, 90, 0, .2), transparent 70%); pointer-events: none; }
.page-hero .wrap { position: relative; }
.page-hero h1 { font-size: clamp(34px, 4.4vw, 54px); font-weight: 800; margin: 14px 0 14px; }
.page-hero p { color: var(--muted); font-size: 19px; max-width: 720px; margin: 0; }
.crumbs { font-size: 14px; color: var(--faint); }
.crumbs a:hover { color: var(--text); }

/* Download cards */
.dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.dl-card { padding: 32px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); display: flex; flex-direction: column; gap: 14px; }
.dl-card h2 { font-size: 22px; }
.dl-card .ico { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; background: var(--brand-soft); color: var(--brand); }
.dl-card .ico svg { width: 30px; height: 30px; }
.dl-card ul { margin: 0; padding-left: 18px; color: var(--muted); font-size: 15px; }
.dl-card .btn { justify-content: center; margin-top: auto; }
.spec { width: 100%; border-collapse: collapse; font-size: 15px; }
.spec th, .spec td { text-align: left; padding: 14px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
.spec th { color: var(--faint); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: .05em; }
.spec td:first-child { color: var(--text); font-weight: 600; }
.spec td { color: var(--muted); }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }

/* Prose (legal pages) */
.doc { display: grid; grid-template-columns: 250px 1fr; gap: 56px; align-items: start; padding-bottom: 96px; }
.toc { position: sticky; top: 92px; font-size: 14px; border-left: 1px solid var(--line); padding-left: 18px; }
.toc b { display: block; color: var(--faint); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 10px; }
.toc a { display: block; color: var(--muted); padding: 5px 0; }
.toc a:hover { color: var(--text); }
.prose { max-width: 760px; color: #ddd3cd; }
.prose h2 { font-size: 24px; margin: 44px 0 14px; color: var(--text); scroll-margin-top: 92px; }
.prose h3 { font-size: 18px; margin: 28px 0 10px; color: var(--text); }
.prose p, .prose li { color: #cfc4bd; }
.prose ul, .prose ol { padding-left: 22px; }
.prose li { margin: 6px 0; }
.prose strong { color: var(--text); }
.prose .meta { color: var(--faint); font-size: 15px; margin: 0 0 24px; }
.prose .box { border: 1px solid var(--line-2); background: var(--surface); border-radius: var(--radius-sm); padding: 18px 20px; margin: 20px 0; }
.prose .box.warn { border-color: rgba(255, 106, 0, .35); background: rgba(255, 106, 0, .06); }
.prose pre { white-space: pre-wrap; font-size: 13.5px; line-height: 1.55; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 18px; color: #bdb2ab; overflow-x: auto; }
.prose table { width: 100%; border-collapse: collapse; font-size: 15px; margin: 16px 0; }
.prose th, .prose td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; vertical-align: top; }
.prose th { background: var(--surface); color: var(--text); }

.contact { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.contact .c { padding: 28px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); }
.contact h2 { font-size: 20px; margin: 10px 0 8px; }
.contact p { color: var(--muted); margin: 0 0 14px; font-size: 15.5px; }
.contact a.mail { color: var(--brand); font-weight: 700; word-break: break-all; }

/* Footer */
.ftr { border-top: 1px solid var(--line); background: #080606; padding: 64px 0 36px; font-size: 15px; }
.ftr-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 40px; }
.ftr h4 { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; color: var(--faint); margin: 0 0 14px; }
.ftr ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.ftr ul a { color: var(--muted); }
.ftr ul a:hover { color: var(--text); }
.ftr .about { color: var(--faint); max-width: 340px; margin: 16px 0 0; font-size: 14.5px; }
.ftr-bottom { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 12px 28px; justify-content: space-between; color: var(--faint); font-size: 13px; }
.ftr-bottom p { margin: 0; max-width: 820px; }

/* ---------- Device mockups (pure CSS, placeholder content only) ---------- */
.stage { position: relative; height: 520px; }
.tv { position: absolute; right: 0; top: 20px; width: 100%; max-width: 600px; aspect-ratio: 16 / 9.4; border-radius: 16px; padding: 10px; background: linear-gradient(145deg, #2a2320, #0d0a09); box-shadow: var(--shadow), 0 0 0 1px rgba(255, 255, 255, .06); }
.tv::after { content: ""; position: absolute; left: 50%; bottom: -26px; width: 36%; height: 16px; transform: translateX(-50%); border-radius: 0 0 14px 14px; background: linear-gradient(#1c1715, #0c0a09); }
.screen { position: relative; height: 100%; border-radius: 8px; overflow: hidden; background: radial-gradient(90% 90% at 80% 0%, rgba(255, 106, 0, .12), transparent 60%), #0c0a09; display: grid; grid-template-columns: 11% 1fr; font-size: 10px; }
.rail { border-right: 1px solid rgba(255, 255, 255, .06); display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 12px 0; }
.rail i { width: 18px; height: 18px; border-radius: 6px; background: rgba(255, 255, 255, .1); }
.rail i.logo-dot { width: 26px; height: 26px; border-radius: 7px; background: url("img/icon-64.png") center/cover; margin-bottom: 8px; }
.rail i.on { background: var(--grad); box-shadow: 0 0 12px rgba(255, 106, 0, .6); }
.pane { padding: 12px 14px; display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.bar { display: flex; gap: 6px; }
.pill { height: 16px; border-radius: 99px; background: rgba(255, 255, 255, .08); flex: 0 0 auto; }
.pill.hot { background: rgba(255, 106, 0, .6); }
.feature-card { position: relative; border-radius: 10px; height: 38%; overflow: hidden; background: linear-gradient(110deg, rgba(12, 10, 9, .95) 20%, rgba(12, 10, 9, .2) 70%), var(--art, linear-gradient(135deg, #4a1e0b, #9a3a0b 50%, #1c0f0a)); padding: 12px 14px; display: flex; flex-direction: column; justify-content: flex-end; gap: 6px; }
.feature-card .t { width: 42%; height: 11px; border-radius: 4px; background: rgba(255, 255, 255, .85); }
.feature-card .s { width: 30%; height: 7px; border-radius: 4px; background: rgba(255, 255, 255, .35); }
.feature-card .p { width: 64px; height: 16px; border-radius: 99px; background: var(--grad); margin-top: 4px; }
.row-label { height: 7px; width: 22%; border-radius: 4px; background: rgba(255, 154, 85, .7); }
.tiles { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; flex: 1; min-height: 0; }
.tile { border-radius: 7px; background: var(--art); position: relative; overflow: hidden; }
.tile::after { content: ""; position: absolute; left: 8%; right: 30%; bottom: 10%; height: 6px; border-radius: 3px; background: rgba(255, 255, 255, .55); }
.tile.sel { outline: 2px solid var(--brand); outline-offset: 1px; }
.a1 { --art: linear-gradient(160deg, #3b1d6e, #120a24); }
.a2 { --art: linear-gradient(160deg, #0d4f5c, #061a1f); }
.a3 { --art: linear-gradient(160deg, #6b2a10, #1d0c05); }
.a4 { --art: linear-gradient(160deg, #1e4d2b, #09160d); }
.a5 { --art: linear-gradient(160deg, #5c1230, #1a060e); }
.a6 { --art: linear-gradient(160deg, #1f3a6b, #0a1224); }

.phone { position: absolute; left: 0; bottom: 0; width: 210px; aspect-ratio: 9 / 19.2; border-radius: 34px; padding: 9px; background: linear-gradient(145deg, #2b2421, #0d0a09); box-shadow: var(--shadow), 0 0 0 1px rgba(255, 255, 255, .07); z-index: 2; }
.phone .screen { display: flex; flex-direction: column; border-radius: 26px; font-size: 9px; }
.phone .notch { width: 34%; height: 14px; background: #000; border-radius: 0 0 10px 10px; margin: 0 auto; flex: 0 0 auto; }
.ph-top { display: flex; align-items: center; gap: 6px; padding: 10px 12px 6px; }
.ph-top .l { width: 18px; height: 18px; border-radius: 5px; background: url("img/icon-64.png") center/cover; }
.ph-top .w { height: 8px; width: 60px; border-radius: 4px; background: rgba(255, 255, 255, .8); }
.ph-chips { display: flex; gap: 5px; padding: 4px 12px 8px; }
.ph-chips span { height: 14px; flex: 0 0 auto; width: 38px; border-radius: 99px; background: rgba(255, 255, 255, .08); }
.ph-chips span:first-child { background: var(--grad); }
.ph-list { display: flex; flex-direction: column; gap: 6px; padding: 0 10px; flex: 1; }
.ph-item { display: flex; gap: 8px; align-items: center; padding: 7px; border-radius: 10px; background: rgba(255, 255, 255, .04); }
.ph-item .av { width: 26px; height: 26px; border-radius: 8px; background: var(--art); flex: 0 0 auto; }
.ph-item .tx { flex: 1; display: grid; gap: 4px; }
.ph-item .tx i { height: 6px; border-radius: 3px; background: rgba(255, 255, 255, .7); width: 70%; }
.ph-item .tx i + i { background: rgba(255, 255, 255, .25); width: 45%; }
.ph-item .pr { height: 3px; border-radius: 2px; background: rgba(255, 255, 255, .1); position: relative; overflow: hidden; }
.ph-item .pr::after { content: ""; position: absolute; inset: 0 40% 0 0; background: var(--brand); }
.ph-nav { display: flex; justify-content: space-around; padding: 9px 0 12px; border-top: 1px solid rgba(255, 255, 255, .06); }
.ph-nav i { width: 16px; height: 16px; border-radius: 5px; background: rgba(255, 255, 255, .15); }
.ph-nav i.on { background: var(--brand); }

.mock-panel { position: relative; border-radius: 22px; padding: 22px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); overflow: hidden; }
.epg { display: grid; gap: 7px; font-size: 12px; }
.epg-times { display: grid; grid-template-columns: 120px repeat(4, 1fr); color: var(--faint); font-weight: 600; padding-bottom: 4px; }
.epg-row { display: grid; grid-template-columns: 120px 1fr; gap: 7px; }
.epg-ch { display: flex; align-items: center; gap: 8px; padding: 10px; border-radius: 10px; background: rgba(255, 255, 255, .05); color: var(--text); font-weight: 600; white-space: nowrap; overflow: hidden; }
.epg-ch i { width: 22px; height: 22px; border-radius: 6px; background: var(--art); flex: 0 0 auto; }
.epg-progs { display: flex; gap: 6px; position: relative; }
.epg-progs span { border-radius: 10px; background: rgba(255, 255, 255, .06); padding: 10px 12px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.epg-progs span.now { background: rgba(255, 106, 0, .18); color: #ffc79e; border: 1px solid rgba(255, 106, 0, .35); }
.epg-now { position: absolute; top: -26px; bottom: 0; left: 38%; width: 2px; background: #ffc542; box-shadow: 0 0 8px #ffc542; }

.player-mock { position: relative; aspect-ratio: 16 / 10; border-radius: 16px; overflow: hidden; background: linear-gradient(135deg, #1b2a4a 0%, #0d1424 40%, #2b1206 100%); }
.player-mock::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 60% at 70% 40%, rgba(255, 150, 60, .35), transparent 70%); }
.pm-bar { position: absolute; left: 0; right: 0; bottom: 0; padding: 16px 18px; background: linear-gradient(transparent, rgba(0, 0, 0, .85)); display: grid; gap: 10px; }
.pm-track { height: 4px; border-radius: 3px; background: rgba(255, 255, 255, .25); position: relative; }
.pm-track::after { content: ""; position: absolute; inset: 0 55% 0 0; border-radius: 3px; background: var(--brand); }
.pm-ctrls { display: flex; gap: 10px; align-items: center; }
.pm-ctrls i { width: 26px; height: 26px; border-radius: 50%; background: rgba(255, 255, 255, .15); }
.pm-ctrls i.play { width: 36px; height: 36px; background: var(--grad); }
.pm-ctrls span { margin-left: auto; display: flex; gap: 6px; }
.pm-ctrls span b { font-size: 11px; font-weight: 700; padding: 4px 8px; border-radius: 6px; background: rgba(255, 255, 255, .14); color: #fff; }
.pip { position: absolute; right: 16px; top: 16px; width: 32%; aspect-ratio: 16 / 9; border-radius: 10px; background: linear-gradient(135deg, #2a4d3a, #0b1a12); box-shadow: 0 10px 30px rgba(0, 0, 0, .6); border: 1px solid rgba(255, 255, 255, .2); }

.login-mock { max-width: 380px; margin: 0 auto; display: grid; gap: 12px; }
.login-mock .brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 20px; margin-bottom: 8px; }
.login-mock .brand img { width: 40px; height: 40px; border-radius: 11px; }
.login-mock .brand b { color: var(--brand); }
.field { border: 1px solid var(--line-2); border-radius: 12px; padding: 10px 14px; }
.field small { display: block; color: var(--faint); font-size: 12px; }
.field span { color: var(--text); font-size: 15px; }
.field.focus { border-color: var(--brand); }
.login-mock .go { text-align: center; padding: 13px; border-radius: 12px; background: var(--grad); color: #1a0a00; font-weight: 800; }
.login-mock .safe { display: flex; gap: 8px; align-items: center; color: var(--faint); font-size: 13px; }

.mock-note { margin-top: 12px; text-align: center; color: var(--faint); font-size: 13px; }

/* Reveal */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* Responsive */
@media (max-width: 1060px) {
  .features { grid-template-columns: repeat(2, 1fr); }
  .ftr-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 920px) {
  .nav { display: none; position: absolute; top: 68px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 2px; padding: 12px 20px 20px; background: rgba(11, 9, 8, .97); border-bottom: 1px solid var(--line); }
  .nav.open { display: flex; }
  .nav a { padding: 12px 14px; border-radius: 10px; }
  .menu-btn { display: block; }
  .hero .wrap, .split { grid-template-columns: 1fr; gap: 40px; }
  .split.rev .split-media { order: 0; }
  .stage { height: 440px; max-width: 620px; width: 100%; margin: 0 auto; }
  .platforms, .steps, .privacy, .dl, .contact { grid-template-columns: 1fr; }
  .doc { grid-template-columns: 1fr; gap: 20px; }
  .toc { position: static; }
  section { padding: 64px 0; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .hero { padding-top: 48px; }
  .features { grid-template-columns: 1fr; }
  .stage { height: 360px; }
  .phone { width: 150px; border-radius: 26px; }
  .phone .screen { border-radius: 19px; }
  .tv { top: 0; }
  .cta-band { padding: 44px 22px; }
  .ftr-grid { grid-template-columns: 1fr; }
  .epg-times, .epg-row { grid-template-columns: 90px 1fr; }
  .epg-times span:nth-child(n+4) { display: none; }
}

/* Liste yükle */
.nav a.nav-cta { background: var(--grad); color: #1a0a00; font-weight: 700; }
.nav a.nav-cta:hover, .nav a.nav-cta[aria-current="page"] { color: #1a0a00; background: var(--grad); filter: brightness(1.08); }
.warn-band { border: 1px solid rgba(255, 90, 60, .35); background: linear-gradient(180deg, rgba(255, 70, 40, .12), rgba(255, 70, 40, .04)); border-radius: 22px; padding: 30px 32px; display: grid; grid-template-columns: 56px 1fr; gap: 20px; }
.warn-band .ico { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; background: rgba(255, 70, 40, .16); color: #ff7a5c; }
.warn-band .ico svg { width: 28px; height: 28px; }
.warn-band h2 { margin: 0 0 10px; font-size: 24px; }
.warn-band p { margin: 0 0 10px; color: var(--muted); }
.warn-band ul { margin: 0; padding-left: 18px; color: var(--muted); }
.warn-band li { margin: 4px 0; }
.upl { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 28px; align-items: start; }
.ucard { background: var(--surface); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.ucard > header { padding: 20px 26px; border-bottom: 1px solid var(--line); }
.ucard > header h2 { margin: 0; font-size: 20px; }
.ucard > header p { margin: 4px 0 0; color: var(--muted); font-size: 14px; }
.ucard .ubody { padding: 22px 26px; display: grid; gap: 16px; }
.ucard > footer { padding: 16px 26px; border-top: 1px solid var(--line); background: rgba(255, 255, 255, .02); display: flex; justify-content: flex-end; }
.ufield { display: grid; gap: 6px; }
.ufield label { font-size: 14px; font-weight: 600; }
.ufield small { color: var(--muted); font-size: 13px; }
.ufield input { width: 100%; box-sizing: border-box; padding: 13px 14px; border-radius: 12px; border: 1px solid var(--line-2); background: rgba(0, 0, 0, .35); color: var(--text); font: inherit; font-size: 16px; }
.ufield input:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(255, 106, 0, .22); }
.ufield input.code { font-size: 26px; letter-spacing: .18em; text-transform: uppercase; font-weight: 700; text-align: center; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.utabs { display: inline-flex; padding: 4px; border-radius: 999px; border: 1px solid var(--line-2); gap: 4px; }
.utabs button { border: 0; background: none; color: var(--muted); padding: 8px 16px; border-radius: 999px; font: inherit; font-weight: 600; cursor: pointer; }
.utabs button[aria-pressed="true"] { background: rgba(255, 255, 255, .1); color: var(--text); }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--muted); }
.consent input { margin-top: 3px; width: 18px; height: 18px; accent-color: var(--brand); flex: none; }
.ustatus { border-radius: 12px; padding: 12px 14px; font-size: 15px; font-weight: 600; }
.ustatus.ok { background: rgba(46, 204, 113, .12); color: #7ee2a8; border: 1px solid rgba(46, 204, 113, .3); }
.ustatus.err { background: rgba(255, 70, 40, .12); color: #ff9a85; border: 1px solid rgba(255, 70, 40, .3); }
.ustatus.wait { background: rgba(255, 255, 255, .05); color: var(--muted); border: 1px solid var(--line); }
.usteps { counter-reset: us; list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.usteps li { counter-increment: us; display: grid; grid-template-columns: 34px 1fr; gap: 12px; color: var(--muted); }
.usteps li::before { content: counter(us); width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 106, 0, .14); color: var(--brand); font-weight: 800; }
.usteps b { color: var(--text); }
.tvcode { margin-top: 18px; border-radius: 18px; border: 1px solid var(--line); background: #0f0c0b; padding: 20px; text-align: center; }
.tvcode .lbl { color: var(--muted); font-size: 13px; }
.tvcode .c { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 30px; letter-spacing: .16em; font-weight: 800; color: var(--brand); margin: 6px 0; }
@media (max-width: 860px) { .upl { grid-template-columns: 1fr; } .row2 { grid-template-columns: 1fr; } .warn-band { grid-template-columns: 1fr; padding: 24px; } }
.ugrid { display: grid; gap: 16px; }
[hidden] { display: none !important; }
