*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{background:#f1f5f9;color:#1e293b;font-family:ui-sans-serif,system-ui,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
ul{list-style:none} /* Page shell */
.page{max-width:1280px;margin:0 auto;background:#fff;min-height:100vh;position:relative} /* Header */
header{position:fixed;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:1280px;z-index:100;background:#b0060f;box-shadow:0 2px 8px rgba(0,0,0,.15)}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:64px}
.logo{display:flex;align-items:center;gap:10px}
.logo img{height:36px;width:auto}
.logo-text{font-family:ui-sans-serif,system-ui,sans-serif;font-weight:800;font-size:1.2rem;color:#fff;letter-spacing:-.02em}
nav{display:flex;align-items:center;gap:28px}
nav a{font-size:.95rem;font-weight:700;color:#fff}
nav a:hover{color:#fff}
.hamburger{display:none;background:none;border:none;cursor:pointer;padding:12px;color:#fff;min-width:48px;min-height:48px;align-items:center;justify-content:center}
.hamburger svg{display:block}
.mobile-menu{display:none;background:#b0060f;border-top:1px solid rgba(255,255,255,.2);position:absolute;top:64px;left:0;right:0}
.mobile-menu.open{display:block}
.mobile-menu a{display:block;padding:14px 24px;font-weight:600;color:#fff;border-bottom:1px solid rgba(255,255,255,.12)} /* Main */
main{padding-top:64px} /* Hero */
.hero{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:36px 24px 32px;background:#000;isolation:isolate;overflow:hidden;-webkit-user-select:none;user-select:none}
.hero::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.7);z-index:-1}
.hero-background{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 66%;z-index:-2}
.hero h1{font-family:ui-sans-serif,system-ui,sans-serif;font-size:clamp(1.35rem,3vw,2rem);font-weight:800;line-height:1.12;color:#fff;max-width:720px;margin:0 auto;text-shadow:0 2px 16px rgba(0,0,0,.5);-webkit-user-select:text;user-select:text}
.hero-logo{margin:12px auto;display:block}
.hero-logo img{width:160px;height:160px;margin:0 auto;filter:drop-shadow(0 8px 24px rgba(0,0,0,.5))}
.hero-btn{display:inline-flex;align-items:center;gap:8px;background:#b0060f;color:#fff;font-family:ui-sans-serif,system-ui,sans-serif;font-weight:700;font-size:1rem;padding:11px 28px;border-radius:8px;margin-top:8px;box-shadow:0 4px 16px rgba(229,9,20,.3);transition:transform .15s}
.hero-btn:hover{transform:scale(1.03)}
.hero-btn svg{width:18px;height:18px;flex-shrink:0}
.star-rating{display:flex;align-items:center;justify-content:center;gap:8px;margin:12px 0 4px}
.stars{display:inline-flex;gap:3px}.stars svg{width:22px;height:22px}
.rating-text{font-size:.95rem;font-weight:700;color:#fff}
.trust-strip{margin-top:18px;margin-bottom:8px;display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2px;padding:6px 16px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:999px;backdrop-filter:blur(6px)}
.trust-item{display:inline-flex;align-items:center;gap:5px;padding:4px 8px;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.02em;border-radius:999px;transition:background .2s ease}
.trust-item:hover{background:rgba(255,255,255,.1)}
.trust-ico{width:14px;height:14px;flex-shrink:0;color:#e50914}
.trust-label{color:#f8fafc}
.trust-divider{width:1px;height:12px;background:rgba(255,255,255,.12)}
@media(max-width:560px){.trust-strip{padding:5px 12px;gap:2px}.trust-item{padding:3px 6px;font-size:.72rem;gap:4px}.trust-ico{width:13px;height:13px}.trust-divider{height:10px}}
@media(max-width:380px){.trust-divider{display:none}}
.hero-subtitle{margin-top:28px;max-width:640px;margin-left:auto;margin-right:auto;color:#cbd5e1;font-size:.97rem;line-height:1.7} /* Quick facts */
.quick-facts{margin:32px 24px 0;border:1.5px solid #e2e8f0;border-radius:12px;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}
.qf{padding:18px 12px;text-align:center;border-right:1.5px solid #e2e8f0}
.qf:last-child{border-right:none}
.qf-label{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#b0060f;margin-bottom:4px}
.qf-value{font-size:1rem;font-weight:700;color:#0f172a} /* TOC */
.toc-wrap{margin:20px 24px 0}
.toc{border:1.5px solid #e2e8f0;border-radius:12px;overflow:hidden}
.toc-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;cursor:pointer;user-select:none;background:#fff}
.toc-title{font-family:ui-sans-serif,system-ui,sans-serif;font-weight:700;font-size:1.05rem;color:#0f172a;display:flex;align-items:center;gap:8px}
.toc-title svg{color:#e50914;width:20px;height:20px}
.toc-chevron{color:#64748b;transition:transform .2s;width:20px;height:20px}
.toc-chevron.open{transform:rotate(180deg)}
.toc-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;border-top:1.5px solid #e2e8f0;padding:16px 20px}
.toc-grid a{display:flex;align-items:center;gap:6px;padding:7px 0;font-size:.85rem;color:#b0060f;font-weight:600}
.toc-grid a::before{content:"›";font-size:1.1rem;flex-shrink:0}
.toc-grid a:hover{color:#b0060f;text-decoration:underline}
.toc-body{display:none}
.toc-body.open{display:block} /* Section banner headings */
.banner{padding:0 24px;margin-bottom:0}
.banner h2{background:#b0060f;border-radius:8px;padding:7px 24px;text-align:center;font-family:ui-sans-serif,system-ui,sans-serif;font-size:clamp(1.2rem,2.5vw,1.65rem);font-weight:800;color:#fff;letter-spacing:.01em} /* Screenshots carousel */
.screenshots-carousel{position:relative;overflow:hidden;padding:4px 0;max-width:100%;background:transparent}
.carousel-track{display:flex;align-items:stretch;background:transparent;will-change:transform;animation:carousel-scroll 20s linear infinite}
.carousel-track:hover{animation-play-state:paused}
.carousel-slide{flex:0 0 auto;width:180px;margin-right:6px;aspect-ratio:1/2;overflow:hidden;border-radius:14px;background:linear-gradient(160deg,#1a1d24 0%,#101319 55%,#171a21 100%);box-shadow:0 4px 14px rgba(0,0,0,.18)}
.carousel-slide img{width:100%;height:100%;object-fit:cover;display:block;background:transparent}
@keyframes carousel-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(max-width:640px){.carousel-slide{width:130px;margin-right:5px}.carousel-track{animation-duration:20s}}
@media(prefers-reduced-motion:reduce){.carousel-track{animation:none}}
/* Generic section content */
.section-body{padding:20px 48px}
.section-body p{color:#475569;line-height:1.8;margin-bottom:16px}
.section-body p:last-child{margin-bottom:0} /* Stands-out cards */
.cards-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}
.card{border:1.5px solid #e2e8f0;border-radius:12px;padding:24px;background:#fff}
.card-icon{width:44px;height:44px;border-radius:10px;background:#fef2f2;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.card-icon svg{width:22px;height:22px;color:#e50914}
.card h3{font-family:ui-sans-serif,system-ui,sans-serif;font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:8px}
.card p,.card li{color:#475569;font-size:.9rem;line-height:1.7} /* Feature cards */
.features-list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
@media(max-width:900px){.features-list{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.features-list{grid-template-columns:1fr}}
.feature-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:28px 20px 24px;border:1px solid #e2e8f0;border-top:3px solid #e50914;border-radius:0 0 14px 14px;background:#fff;transition:transform .2s ease,box-shadow .2s ease;cursor:default}
.feature-item:hover{transform:translateY(-5px);box-shadow:0 16px 36px rgba(229,9,20,.13)}
.feature-icon{width:56px;height:56px;border-radius:50%;background:#fef2f2;display:flex;align-items:center;justify-content:center;margin-bottom:14px;flex-shrink:0;transition:background .2s,transform .2s}
.feature-item:hover .feature-icon{background:#e50914;transform:scale(1.1)}
.feature-icon svg{width:26px;height:26px;color:#e50914;transition:color .2s}
.feature-item:hover .feature-icon svg{color:#fff}
.feature-text{display:flex;flex-direction:column;align-items:center}
.feature-item h3{display:block;font-family:ui-sans-serif,system-ui,sans-serif;font-weight:700;font-size:1rem;color:#0f172a;margin:0 0 8px}
.feature-item p{font-size:.84rem;color:#475569;line-height:1.65;margin:0}
/* OTT platform cards */
.ott-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-top:24px}
.ott-card{position:relative;background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;padding:24px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;overflow:hidden}
.ott-card::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--ott-accent,#e50914)}

.ott-card[data-platform="netflix"]{--ott-accent:#e50914}
.ott-card[data-platform="prime"]{--ott-accent:#00A8E1}
.ott-card[data-platform="hotstar"]{--ott-accent:#1f80e0}
.ott-card[data-platform="hbo"]{--ott-accent:#9d00ff}
.ott-card-top{display:flex;align-items:center;gap:16px;margin-bottom:14px}
.ott-logo{display:flex;align-items:center;justify-content:flex-start;flex-shrink:0;min-width:120px}.ott-logo img{height:34px;width:auto;max-width:150px;object-fit:contain}


.ott-meta{flex:1;min-width:0}
.ott-card h3{font-family:ui-sans-serif,system-ui,sans-serif;font-weight:700;font-size:1.1rem;color:#0f172a;margin:0 0 6px}
.ott-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:999px;background:#fef2f2;color:#b0060f;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.ott-badge::before{content:"";width:6px;height:6px;border-radius:50%;background:#22c55e}
.ott-card p{font-size:.88rem;color:#475569;line-height:1.7;margin:0}
@media(max-width:640px){.ott-grid{grid-template-columns:1fr}.ott-card-top{align-items:flex-start}.ott-logo{min-width:0}.ott-logo img{height:30px}.ott-card h3{font-size:1rem}}
/* Sys requirements */
.req-list li{display:flex;align-items:flex-start;gap:10px;padding:12px 0;border-bottom:1px solid #f1f5f9;color:#475569;font-size:.9rem}
.req-list li:last-child{border-bottom:none}
.req-list svg{width:18px;height:18px;color:#e50914;flex-shrink:0;margin-top:2px}
.req-list strong{color:#0f172a} /* Download tabs */
.tabs{margin-top:0}
.tab-buttons{display:flex;flex-wrap:wrap;gap:8px;padding:0 24px;margin-bottom:0}
.tab-btn{display:flex;align-items:center;gap:7px;padding:12px 20px;border:1.5px solid #e2e8f0;border-radius:8px;background:#fff;font-family:ui-sans-serif,system-ui,sans-serif;font-weight:700;font-size:.9rem;cursor:pointer;color:#475569;transition:all .15s;min-height:48px}
.tab-btn svg{width:18px;height:18px}
.tab-btn.active{background:#b0060f;color:#fff;border-color:#b0060f}
.tab-panel{display:none;padding:24px}
.tab-panel.active{display:block}
.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}
.step-card{border:1.5px solid #e2e8f0;border-radius:10px;overflow:hidden;background:#fff}
.step-card img{width:100%;aspect-ratio:4/3;object-fit:cover;background:#f1f5f9}
.step-card-body{padding:16px}
.step-card h3{font-family:ui-sans-serif,system-ui,sans-serif;font-size:.95rem;font-weight:700;color:#b0060f;margin-bottom:8px}
.step-card ul{padding-left:0}
.step-card li{display:flex;align-items:flex-start;gap:7px;font-size:.82rem;color:#475569;line-height:1.5;margin-bottom:6px}
.step-card li svg{width:14px;height:14px;color:#e50914;flex-shrink:0;margin-top:2px} /* How-to list */
.numbered-list{counter-reset:steps;padding:0}
.numbered-list li{counter-increment:steps;display:flex;align-items:flex-start;gap:14px;padding:12px 0;border-bottom:1px solid #f1f5f9;color:#475569;font-size:.9rem;line-height:1.7}
.numbered-list li:last-child{border-bottom:none}
.numbered-list li::before{content:counter(steps);min-width:28px;height:28px;background:#e50914;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;flex-shrink:0;font-family:ui-sans-serif,system-ui,sans-serif} /* Changelog / bullets */
.bullet-list li{display:flex;align-items:flex-start;gap:10px;padding:10px 0;border-bottom:1px solid #f1f5f9;color:#475569;font-size:.9rem;line-height:1.6}
.bullet-list li:last-child{border-bottom:none}
.bullet-list li::before{content:"✓";color:#b0060f;font-weight:700;flex-shrink:0} /* Troubleshooting */
.ts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:18px;margin-top:22px}
.ts-card{background:#fff;border:1.5px solid #e2e8f0;border-top:3px solid #e50914;border-radius:12px;padding:18px 20px;transition:transform .2s ease,box-shadow .2s ease}
.ts-card:hover{transform:translateY(-4px);box-shadow:0 14px 28px rgba(229,9,20,.12)}
.ts-head{display:flex;align-items:center;gap:12px;padding-bottom:12px;margin-bottom:6px;border-bottom:1px dashed #f1d4d5}
.ts-icon{flex-shrink:0;width:40px;height:40px;border-radius:10px;background:#fef2f2;display:flex;align-items:center;justify-content:center}
.ts-icon svg{width:21px;height:21px;stroke:#e50914}
.ts-card h3.t-title{color:#0f172a;margin:0;font-size:.95rem;font-family:inherit;font-weight:700;line-height:1.35}
.ts-tips{list-style:none;margin:0;padding:0}
.ts-tips li{display:flex;align-items:flex-start;gap:9px;padding:7px 0;border-bottom:1px solid #f8fafc;font-size:.86rem;color:#475569;line-height:1.6}
.ts-tips li:last-child{border-bottom:none}
.ts-tips li::before{content:"";flex-shrink:0;width:6px;height:6px;border-radius:50%;background:#e50914;margin-top:8px}
.table-wrap{overflow-x:auto}
table{width:100%;border-collapse:collapse;font-size:.88rem}
thead{background:#b0060f}
thead th{color:#fff;font-family:ui-sans-serif,system-ui,sans-serif;font-weight:700;padding:12px 16px;text-align:left}
tbody tr:nth-child(even){background:#f8fafc}
td{padding:11px 16px;border-bottom:1px solid #e2e8f0;color:#1e293b}
td:first-child{font-weight:600}
.yes{color:#b0060f;font-weight:700}
.no{color:#64748b} /* Pros/Cons */
.pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.pros{border:1.5px solid #e2e8f0;border-top:3px solid #16a34a;border-radius:0 0 12px 12px;background:#fff}
.cons{border:1.5px solid #e2e8f0;border-top:3px solid #ef4444;border-radius:0 0 12px 12px;background:#fff}
.pros-col-title,.cons-col-title{display:flex;align-items:center;gap:8px;font-family:ui-sans-serif,system-ui,sans-serif;font-size:1rem;font-weight:700;padding:14px 20px;border-bottom:1px solid #f1f5f9}
.pros-col-title{color:#15803d}
.cons-col-title{color:#b91c1c}
.pros-col-title svg,.cons-col-title svg{width:18px;height:18px;flex-shrink:0}
.pros ul,.cons ul{list-style:none;margin:0;padding:4px 0}
.pros li,.cons li{display:flex;align-items:flex-start;gap:10px;padding:10px 20px;border-bottom:1px solid #f1f5f9;font-size:.88rem;color:#475569;line-height:1.6}
.pros li:last-child,.cons li:last-child{border-bottom:none}
.pros li::before{content:"✓";color:#16a34a;font-weight:700;flex-shrink:0}
.cons li::before{content:"✗";color:#b91c1c;font-weight:700;flex-shrink:0} /* Alternatives */
.alts-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
@media(max-width:900px){.alts-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:560px){.alts-grid{grid-template-columns:repeat(2,1fr)}}
.alt-chip{display:flex;flex-direction:column;align-items:center;gap:10px;padding:22px 14px 18px;border:1.5px solid #e2e8f0;border-top:3px solid #e50914;border-radius:0 0 12px 12px;background:#fff;text-align:center;transition:transform .2s ease,box-shadow .2s ease;cursor:default}
.alt-chip:hover{transform:translateY(-5px);box-shadow:0 14px 30px rgba(229,9,20,.13)}
.alt-chip img,.alt-chip svg{width:52px;height:52px;object-fit:contain;border-radius:12px;background:#f8fafc;padding:4px}
.alt-chip h3{font-family:ui-sans-serif,system-ui,sans-serif;font-size:.88rem;font-weight:700;color:#0f172a;margin:0}.alt-chip p{font-size:.82rem;color:#475569;line-height:1.65;margin:0} /* FAQ accordion */
.faq-item{border:1.5px solid #e2e8f0;border-radius:10px;margin-bottom:10px;overflow:hidden}
.faq-q{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;cursor:pointer;font-family:ui-sans-serif,system-ui,sans-serif;font-weight:700;font-size:.95rem;color:#0f172a;background:#fff;gap:12px;width:100%;border:none;text-align:left;}
.faq-q svg{width:18px;height:18px;color:#64748b;flex-shrink:0;transition:transform .2s}
.faq-q[aria-expanded=true] svg{transform:rotate(180deg);color:#e50914}
.faq-a{display:none;padding:0 20px 16px;font-size:.88rem;color:#475569;line-height:1.7;border-top:1px solid #f1f5f9}
.faq-a.open{display:block} /* Footer */
footer{background:#b0060f;color:#fff;padding:18px 24px;margin-top:32px}
.footer-inner{max-width:960px;margin:0 auto}
.footer-top{text-align:center;padding-bottom:2px;margin-bottom:6px;border-bottom:1px solid rgba(255,255,255,0.15)}
.footer-logo{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:7px}
.footer-logo img{height:44px;width:auto;filter:drop-shadow(0 2px 6px rgba(0,0,0,0.25))}
.footer-logo span{font-family:ui-sans-serif,system-ui,sans-serif;font-weight:800;font-size:1.35rem;color:#fff;letter-spacing:.3px}
.footer-desc{font-size:.9rem;line-height:1.7;color:rgba(255,255,255,.78);max-width:560px;margin:0 auto 4px}
.footer-desc{font-size:.88rem;line-height:1.8;margin-bottom:0;max-width:580px;margin-left:auto;margin-right:auto}
.footer-links{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:24px;justify-content:center}
.footer-links a{font-size:.82rem;color:#fff}
.footer-links a:hover{color:#fff}
.footer-bottom{font-size:.95rem;color:#fff;text-align:center}
.disclaimer{background:rgba(0,0,0,.2);border-radius:8px;padding:14px 18px;font-size:.8rem;line-height:1.7;margin-bottom:20px;color:#fff} /* Responsive */
@media(max-width:768px){ nav{display:none} .hamburger{display:block} .quick-facts{grid-template-columns:1fr 1fr} .qf:nth-child(2){border-right:none} .pros-cons{grid-template-columns:1fr} .toc-grid{grid-template-columns:1fr} .tab-buttons{gap:6px} .tab-btn{padding:8px 14px;font-size:.82rem}
}
@media(max-width:480px){ .quick-facts{grid-template-columns:1fr 1fr} .hero h1{font-size:1.5rem}
}

/* Extracted from body - requirements table */
.req-table-wrap{margin-top:24px;border-radius:10px;overflow:hidden;border:1px solid #fecaca}
.req-table2{width:100%;border-collapse:collapse;font-size:.9rem}
.req-table2 thead tr{background:#fef2f2}
.req-table2 thead th{padding:11px 18px;text-align:left;font-weight:700;font-family:ui-sans-serif,system-ui,sans-serif;font-size:.82rem;letter-spacing:.07em;text-transform:uppercase;color:#7f1d1d}
.req-table2 tbody tr{border-top:1px solid #fee2e2;background:#fff;transition:background .12s}
.req-table2 tbody tr:hover{background:#fef2f2}
.req-table2 td{padding:12px 18px;vertical-align:middle}
.req-table2 td:first-child{width:40%}
.req-t-cell{display:flex;align-items:center;gap:10px}
.req-t-icon{width:30px;height:30px;background:#fef2f2;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.req-t-icon svg{width:16px;height:16px;stroke:#e50914}
.req-t-name{font-weight:600;color:#1e293b;font-size:.88rem}
.req-t-val{color:#475569;font-size:.88rem}
@media(max-width:560px){.req-table2 thead th,.req-table2 td{padding:10px 12px}.req-t-icon{display:none}}
/* Extracted from body - download steps */
.dl-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}
.dl-step{display:flex;flex-direction:column;min-width:0;border-radius:12px;overflow:hidden;border:1px solid #e6e9ef;box-shadow:0 8px 28px rgba(15,23,42,.08);background:#fff}
.dl-step-img{width:100%;position:relative;background:#f7f8fa;display:flex;align-items:center;justify-content:center;overflow:hidden;border-bottom:1px solid #eef0f4;padding:14px 0}
.dl-step-img img{width:auto;max-width:70%;height:190px;object-fit:contain;display:block;margin:0 auto}
#download-ios .dl-step-img{padding:24px 0}
#download-ios .dl-step-img img{height:160px;max-width:62%}
.dl-step-badge{position:absolute;top:12px;left:12px;background:#1f2937;color:#fff;font-family:ui-sans-serif,system-ui,sans-serif;font-size:.66rem;font-weight:700;padding:4px 11px;border-radius:20px;letter-spacing:.08em;text-transform:uppercase}
.dl-step-body{flex:1;padding:18px 20px 22px;display:flex;flex-direction:column;gap:12px}
.dl-step-body h3{font-family:ui-sans-serif,system-ui,sans-serif;font-size:.95rem;font-weight:800;color:#0f172a;margin:0;padding-bottom:12px;border-bottom:1px dashed #e5e7eb}
.dl-step-body ul{padding:0;display:flex;flex-direction:column;gap:9px;margin:0}
.dl-step-body li{display:flex;align-items:flex-start;gap:9px;font-size:.82rem;color:#334155;line-height:1.5}
.dl-step-body li svg{width:14px;height:14px;stroke:#e50914;flex-shrink:0;margin-top:3px}
.dl-step-note{margin-top:auto;padding:11px 12px;background:#fef2f2;border-left:3px solid #e50914;border-radius:0 7px 7px 0;color:#475569;font-size:.75rem;line-height:1.55}
.dl-tab-desc{color:#475569;font-size:.9rem;margin-bottom:18px;padding:11px 16px;background:#f8fffe;border-left:3px solid #e50914;border-radius:0 8px 8px 0}
@media(max-width:900px){.dl-steps{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.dl-steps{grid-template-columns:1fr}}
#download-tv .dl-steps{grid-template-columns:repeat(3,minmax(0,1fr))}
#download-tv .dl-step-img{padding:10px 0;background:#fff7f7}
#download-tv .dl-step-img img{width:100%;max-width:100%;height:auto;aspect-ratio:1200/896;object-fit:contain}
@media(max-width:900px){#download-tv .dl-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){#download-tv .dl-steps{grid-template-columns:1fr}}

.skip-link:focus{left:4px!important}
.ilink{color:#b0060f;border-bottom:1px solid #e50914;text-decoration:none}

/* Explore the NetMirror Library — minimal list */
.library-simple h3{font-family:ui-sans-serif,system-ui,sans-serif;font-size:1.05rem;font-weight:700;color:#0f172a;margin:22px 0 8px}
.library-simple h3:first-of-type{margin-top:16px}
#story .section-body h3{font-family:ui-sans-serif,system-ui,sans-serif;font-size:1.05rem;font-weight:700;color:#0f172a;margin:22px 0 8px}
#story .section-body h3:first-of-type{margin-top:16px}
#channels .section-body h3{font-family:ui-sans-serif,system-ui,sans-serif;font-size:1.05rem;font-weight:700;color:#0f172a;margin:22px 0 8px}
#channels .section-body h3:first-of-type{margin-top:16px}
#web-series .section-body h3{font-family:ui-sans-serif,system-ui,sans-serif;font-size:1.05rem;font-weight:700;color:#0f172a;margin:22px 0 8px}
#web-series .section-body h3:first-of-type{margin-top:16px}
.library-simple p{color:#475569;font-size:.9rem;line-height:1.8;margin-bottom:0}
.ilink:hover{color:#b0060f;border-bottom-color:#b0060f}

/* Stream Movies by Genre — simple list */
.genres-simple{display:flex;flex-direction:column;gap:6px;margin-top:20px}
.genres-simple h3{font-family:ui-sans-serif,system-ui,sans-serif;font-size:1.05rem;font-weight:700;color:#0f172a;margin:22px 0 6px}
.genres-simple h3:first-of-type{margin-top:14px}
.genres-simple p{color:#475569;font-size:.9rem;line-height:1.8;margin:0}

:focus-visible{outline:3px solid #0f172a;outline-offset:2px;border-radius:4px}
header :focus-visible,footer :focus-visible,.hero :focus-visible{outline-color:#fff}
.skip-link{position:absolute;left:-9999px;top:0;z-index:200;background:#fff;color:#b0060f;padding:12px 18px;font-weight:700;border-radius:0 0 8px 0}
.skip-link:focus{left:0}
.hero-logo img{content-visibility:auto}

/* Reasons — numbered rows layout */
.reasons-list{display:flex;flex-direction:column;gap:16px;margin-top:24px}
.reason-row{display:flex;align-items:flex-start;gap:22px;padding:22px 24px;background:#fff;border:1.5px solid #e2e8f0;border-left:4px solid #e50914;border-radius:12px;transition:transform .2s ease,box-shadow .2s ease}

.reason-num{font-family:ui-sans-serif,system-ui,sans-serif;font-size:2rem;font-weight:800;line-height:1;color:#b0060f;flex-shrink:0;min-width:52px;text-align:center;padding-top:4px}
.reason-icon{width:48px;height:48px;border-radius:50%;background:#fef2f2;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s,transform .2s}

.reason-icon svg{width:22px;height:22px;color:#e50914;transition:color .2s}

.reason-body h3{font-family:ui-sans-serif,system-ui,sans-serif;font-weight:700;font-size:1.05rem;color:#0f172a;margin:0 0 6px}
.reason-body p{font-size:.88rem;color:#475569;line-height:1.7;margin:0}
.reason-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.reason-tags span{background:#fef2f2;color:#b0060f;font-size:.78rem;font-weight:600;padding:4px 12px;border-radius:999px;border:1px solid #fecaca}
@media(max-width:640px){.reason-row{flex-wrap:wrap;gap:14px;padding:18px}.reason-num{min-width:0;font-size:1.6rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation-duration:.001ms!important;transition-duration:.001ms!important}}

.prefer-list{margin-top:28px;border-left:2px solid #e2e8f0}
.prefer-item{position:relative;padding:20px 0 20px 44px}
.prefer-item:not(:last-child){border-bottom:1px solid #f1f5f9}
.prefer-num{position:absolute;left:-20px;top:20px;width:40px;height:40px;border-radius:50%;background:#b0060f;color:#fff;display:flex;align-items:center;justify-content:center;font-family:ui-sans-serif,system-ui,sans-serif;font-size:.9rem;font-weight:800;line-height:1;box-shadow:0 2px 8px rgba(176,6,15,.2)}
.prefer-text h3{font-family:ui-sans-serif,system-ui,sans-serif;font-size:1.05rem;font-weight:700;color:#0f172a;margin-bottom:6px}
.prefer-text p{color:#475569;font-size:.92rem;line-height:1.75;margin:0}
@media(max-width:600px){.prefer-item{padding:16px 0 16px 36px}.prefer-num{width:34px;height:34px;left:-17px;top:16px;font-size:.8rem}}
.lang-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:24px}
.lang-item{position:relative;display:flex;flex-direction:column;gap:8px;padding:20px 18px 18px;background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.lang-item:hover{border-color:#b0060f;box-shadow:0 10px 24px -14px rgba(176,6,15,.45);transform:translateY(-3px)}
.lang-code{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:linear-gradient(135deg,#b0060f,#e11d2e);color:#fff;font-family:ui-sans-serif,system-ui,sans-serif;font-weight:700;font-size:.8rem;letter-spacing:.5px}
.lang-item h3{font-family:ui-sans-serif,system-ui,sans-serif;font-size:.98rem;font-weight:700;color:#0f172a;margin:0}
.lang-item p{color:#475569;font-size:.9rem;line-height:1.7;margin:0}
.lang-note{display:flex;align-items:flex-start;gap:12px;margin-top:24px;padding:16px 18px;border-radius:12px;background:#fff5f5;border:1.5px solid #fbd5d8;color:#475569;font-size:.92rem;line-height:1.7}
@media(max-width:1024px){.lang-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.lang-grid{grid-template-columns:1fr;gap:14px}}
/* Safety and Legality split cards */
.safety-split{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:24px;border:1.5px solid #e2e8f0;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 4px 20px rgba(15,23,42,.06)}
.safety-card{padding:28px 26px}
.safety-card:first-child{border-right:1.5px solid #e2e8f0;background:#fff}
.safety-card:last-child{background:#f8fafc}
.safety-card-header{display:flex;align-items:center;gap:16px;margin-bottom:18px}
.safety-icon{width:52px;height:52px;border-radius:50%;background:#fef2f2;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.safety-icon svg{width:26px;height:26px;color:#e50914}
.safety-card h3{font-family:ui-sans-serif,system-ui,sans-serif;font-size:1.15rem;font-weight:700;color:#0f172a;margin:0 0 4px}
.safety-card .safety-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.safety-card:first-child .safety-label{color:#16a34a}
.safety-card:last-child .safety-label{color:#64748b}
.safety-card p{color:#475569;font-size:.9rem;line-height:1.75;margin:0}
@media(max-width:768px){.safety-split{grid-template-columns:1fr}.safety-card:first-child{border-right:none;border-bottom:1.5px solid #e2e8f0}}
.vt-report-link{color:#b0060f;font-weight:600;border-bottom:1px solid #e50914;text-decoration:none}
.vt-report-link:hover{color:#7f1d1d;border-bottom-color:#7f1d1d}

/* VirusTotal comparison */
.vt-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:20px}
@media(max-width:720px){.vt-grid{grid-template-columns:1fr}}
.vt-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;padding:18px 20px;transition:transform .2s ease,box-shadow .2s ease}
.vt-card:hover{transform:translateY(-4px);box-shadow:0 14px 28px rgba(229,9,20,.12)}
.vt-card.vt-safe{border-top:3px solid #16a34a}
.vt-card.vt-flag{border-top:3px solid #e50914}
.vt-card h4{font-family:ui-sans-serif,system-ui,sans-serif;font-size:1rem;font-weight:700;color:#0f172a;margin:0 0 10px}
.vt-badge{display:inline-block;font-size:.78rem;font-weight:600;border-radius:999px;padding:4px 12px;margin:0 0 12px}
.vt-badge-safe{background:#dcfce7;color:#166534}
.vt-badge-flag{background:#fee2e2;color:#991b1b}
.vt-card img{width:100%;height:auto;object-fit:contain;border-radius:8px;border:1px solid #e2e8f0;display:block}
.vt-link{display:inline-block;margin-top:12px;font-size:.85rem;font-weight:600;color:#b0060f;text-decoration:underline;text-underline-offset:3px}
.vt-link:hover{color:#e50914}

/* Simple checklist used on the NetMirror For iOS page */
.check-list{list-style:none;margin:16px 0 0;padding:0;display:grid;gap:10px}
.check-list li{position:relative;padding-left:30px;color:#334155;line-height:1.7}
.check-list li::before{content:"";position:absolute;left:0;top:.45em;width:18px;height:18px;border-radius:50%;background:#fee2e2}
.check-list li::after{content:"";position:absolute;left:5px;top:.72em;width:8px;height:4px;border-left:2px solid #e50914;border-bottom:2px solid #e50914;transform:rotate(-45deg)}

/* Download sections: complete phone mockups with a full pink image panel */
#download .dl-step-img,#install-netmirror .dl-step-img,#download-ios .dl-step-img{padding:0;background:#fdf0f3;aspect-ratio:800/597}
#download .dl-step-img img,#install-netmirror .dl-step-img img,#download-ios .dl-step-img img{width:88%;max-width:88%;height:auto;object-fit:contain;object-position:center;display:block;margin:0 auto;border-radius:0;background:transparent;padding:0;box-shadow:none}


/* Unified legal and information page system */
.legal-shell{background:#f8fafc;padding:36px 24px 40px;min-height:calc(100vh - 64px)}
.breadcrumb{max-width:900px;margin:0 auto 20px;display:flex;flex-wrap:wrap;gap:9px;color:#64748b;font-size:.83rem;font-weight:600}
.breadcrumb a{color:#b0060f}.breadcrumb strong{color:#0f172a}
.legal-hero{max-width:900px;margin:0 auto;padding:34px 40px;background:#0f172a;border-radius:16px;color:#fff;position:relative;overflow:hidden}
.legal-hero::after{content:"";position:absolute;right:-38px;top:-56px;width:170px;height:170px;border:28px solid rgba(229,9,20,.18);border-radius:50%;pointer-events:none}
.document-badge{display:inline-flex;align-items:center;padding:6px 11px;background:#fef2f2;color:#b0060f;border-radius:999px;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.legal-hero h1{font-size:clamp(2rem,5vw,3.15rem);line-height:1.08;margin:18px 0 24px;letter-spacing:0;font-weight:800;position:relative;z-index:1}
.legal-meta{display:flex;flex-wrap:wrap;gap:10px 20px;align-items:center;color:#cbd5e1;font-size:.84rem;font-weight:600;position:relative;z-index:1}
.legal-meta span,.legal-meta a{display:inline-flex;align-items:center;gap:7px}.legal-meta a{color:#fff;border-bottom:1px solid rgba(255,255,255,.45)}
.legal-meta svg{width:16px;height:16px;color:#e50914;flex:none}
.legal-tabs{max-width:900px;margin:18px auto 0;display:flex;gap:8px;overflow-x:auto;padding:2px 2px 8px;scrollbar-width:thin}
.legal-tabs a{flex:none;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:9px 14px;font-size:.78rem;font-weight:700;transition:.18s ease}
.legal-tabs a:hover{color:#b0060f;border-color:#f3a6aa}.legal-tabs a.active{background:#b0060f;border-color:#b0060f;color:#fff;box-shadow:0 5px 14px rgba(176,6,15,.18)}
.legal-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;padding:40px 48px;max-width:900px;margin:24px auto 0;box-shadow:0 12px 32px rgba(15,23,42,.045)}
.legal-card p{color:#475569;line-height:1.82;margin:0 0 16px;font-size:.96rem}
.legal-card h2{font-size:1.25rem;line-height:1.35;color:#0f172a;border-left:4px solid #b0060f;padding-left:14px;margin:36px 0 14px;font-weight:800;letter-spacing:0}
.legal-card h3{font-size:1.04rem;color:#0f172a;margin:26px 0 10px;font-weight:800}
.legal-card ul{margin:8px 0 18px;padding:0}.legal-card ul+ul{margin-top:-18px}
.legal-card li{position:relative;padding:7px 0 7px 27px;color:#475569;line-height:1.65;font-size:.94rem}
.legal-card li::before,.legal-card .bullet-line::before{content:"✓";position:absolute;left:0;top:7px;width:18px;height:18px;display:grid;place-items:center;border-radius:50%;background:#fef2f2;color:#b0060f;font-size:.68rem;font-weight:900}
.legal-card .bullet-line{position:relative;padding-left:27px}
.legal-card a{color:#b0060f;font-weight:700;text-decoration:underline;text-decoration-color:#f3a6aa;text-underline-offset:3px}
.legal-callout{padding:18px 20px!important;background:#fef2f2;border:1px solid #fecaca;border-left:4px solid #b0060f;border-radius:0 8px 8px 0;color:#7f1d1d!important;font-weight:700}
.contact-callout a{display:inline-flex;align-items:center;gap:7px}
@media(max-width:760px){.legal-shell{padding:24px 16px 4px}.legal-hero{padding:28px 24px;border-radius:12px}.legal-card{padding:28px 24px;border-radius:12px;margin-top:18px}.legal-card h2{font-size:1.14rem;margin-top:30px}}
@media(max-width:420px){.legal-shell{padding-left:12px;padding-right:12px}.legal-hero{padding:25px 20px}.legal-meta{align-items:flex-start;flex-direction:column}.legal-card{padding:25px 20px}}
.disclaimer a{color:#fff;text-decoration:underline;font-weight:600}.disclaimer.dmca-footer{background:rgba(0,0,0,.35)}

/* Section banner image */
.section-banner-image{display:block;width:100%;max-width:960px;height:auto;border-radius:8px;margin:0 auto 16px}

thead,thead tr{background:#fde8e8}thead th{color:#9b1c1c;border-bottom:2px solid #f5b5b5}
