:root{
  --bg:#040913;
  --bg-2:#071221;
  --panel:#09182d;
  --panel-2:#0d1d35;
  --line:rgba(112,155,255,.14);
  --text:#f6f7fb;
  --muted:#95a4bf;
  --blue:#0f4ff7;
  --red:#ff4b4b;
  --glow:rgba(255,75,75,.24);
  --radius:24px;
  --shadow:0 20px 70px rgba(0,0,0,.42);
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:radial-gradient(circle at 20% 0%, rgba(23,79,255,.2), transparent 28%),radial-gradient(circle at 80% 0%, rgba(255,75,75,.14), transparent 25%),linear-gradient(180deg,#050a14 0%,#030811 100%);color:var(--text);font:16px/1.55 Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;min-height:100%}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.shell{width:min(1320px, calc(100% - 48px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(5,10,20,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.06)}
.nav-shell{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px 0}
.brand{display:flex;align-items:center;gap:14px;font-weight:900;letter-spacing:-.04em}
.brand-mark{width:40px;height:40px;border-radius:14px;background:linear-gradient(135deg,var(--red),#ff6b5c);display:grid;place-items:center;color:white;box-shadow:0 0 0 1px rgba(255,255,255,.05),0 14px 30px rgba(255,75,75,.25)}
.brand-mark svg{width:20px;height:20px}
.brand-mark.small{width:34px;height:34px}
.brand-text{font-size:1.65rem}
.main-nav{display:flex;gap:28px;align-items:center}
.main-nav a{font-weight:700;color:#f6f7fb;opacity:.9}
.main-nav a.active,.main-nav a:hover{color:white}
.lang-switch{display:flex;gap:10px}
.lang-pill{width:46px;height:46px;border-radius:999px;display:grid;place-items:center;border:1px solid rgba(79,129,255,.2);background:rgba(7,18,33,.7);font-weight:800}
.lang-pill.active{background:linear-gradient(180deg,#11376d,#0c2550);border-color:#1b5ed6;box-shadow:0 0 0 3px rgba(27,94,214,.12)}
.hero-wrap{padding:34px 0 16px}
.hero-grid{display:grid;grid-template-columns:1.35fr .9fr;gap:26px;align-items:stretch}
.netflix-card{background:linear-gradient(180deg,rgba(11,24,44,.96),rgba(6,16,30,.98));border:1px solid var(--line);border-radius:32px;box-shadow:var(--shadow)}
.hero-main{padding:36px 34px 28px;position:relative;overflow:hidden;min-height:430px}
.hero-main:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 0%,rgba(39,121,255,.16),transparent 35%),radial-gradient(circle at 100% 100%,rgba(255,79,79,.12),transparent 30%);pointer-events:none}
.eyebrow{display:inline-flex;align-items:center;padding:8px 16px;border-radius:999px;background:#143664;color:#d9ecff;font-weight:800;font-size:.92rem;position:relative;z-index:1}
.hero-title{font-size:5.2rem;line-height:.94;letter-spacing:-.07em;max-width:760px;margin:18px 0 18px;font-weight:1000;position:relative;z-index:1}
.hero-copy{max-width:720px;color:#b0bdd4;font-size:1.55rem;position:relative;z-index:1}
.hero-actions{display:flex;gap:14px;margin:22px 0 26px;position:relative;z-index:1}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 22px;border-radius:18px;font-weight:900;border:1px solid rgba(255,255,255,.06);cursor:pointer}
.btn-primary{background:linear-gradient(180deg,#ff6254,#ff4b4b);box-shadow:0 20px 40px rgba(255,75,75,.22)}
.btn-secondary{background:rgba(255,255,255,.06)}
.search-wrap{position:relative;z-index:1}
.search-input{width:100%;height:56px;border-radius:18px;border:1px solid rgba(76,130,255,.18);background:#071424;color:white;padding:0 18px;font-size:1rem}
.hero-side{padding:22px;display:grid;grid-template-columns:1fr 1fr;gap:16px;align-content:start}
.feature-box,.feature-note{background:rgba(13,28,52,.82);border:1px solid var(--line);border-radius:24px;padding:22px}
.feature-box strong{display:block;font-size:2rem;line-height:1;font-weight:1000;margin-bottom:8px}
.feature-box p,.feature-note p{margin:0;color:#a4b2ca;font-size:1.08rem}
.feature-note{grid-column:1 / -1;background:linear-gradient(180deg,rgba(16,42,74,.82),rgba(8,25,46,.82))}
.section{padding:16px 0 34px}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:16px}
.section-title{font-size:3rem;letter-spacing:-.05em;line-height:1.02;margin:0 0 6px;font-weight:1000}
.section-sub{margin:0;color:#93a3bf;font-size:1.15rem}
.pill-link{display:inline-flex;align-items:center;padding:10px 16px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);font-size:.95rem}
.row-scroller{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}
.channel-card{display:block;border-radius:26px;background:linear-gradient(180deg,#11254a 0%,#0b1830 62%,#081222 100%);border:1px solid rgba(255,255,255,.05);overflow:hidden;position:relative;transition:transform .25s ease, box-shadow .25s ease}
.channel-card:hover{transform:translateY(-6px);box-shadow:0 24px 60px rgba(0,0,0,.36)}
.channel-thumb{aspect-ratio:16/9;background:linear-gradient(135deg,#17385f,#3a1c30);display:grid;place-items:center;overflow:hidden}
.channel-thumb img{width:100%;height:100%;object-fit:contain;padding:16px;background:transparent}
.channel-body{padding:15px 16px 18px}
.channel-name{font-weight:900;letter-spacing:-.03em;font-size:1.08rem;line-height:1.16;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.4em}
.channel-meta{color:#8c9bb6;font-size:.95rem}
.hero-billboard{position:relative;border-radius:34px;overflow:hidden;border:1px solid rgba(255,255,255,.06);background:#081325;min-height:560px}
.hero-billboard:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,9,20,.96),rgba(2,9,20,.62) 45%,rgba(2,9,20,.18)),radial-gradient(circle at 15% 5%,rgba(66,42,146,.4),transparent 28%);z-index:1}
.hero-billboard img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.62}
.billboard-copy{position:relative;z-index:2;padding:64px 56px;max-width:540px}
.billboard-copy h1{font-size:4.8rem;letter-spacing:-.06em;line-height:.94;margin:0 0 20px;font-weight:1000}
.billboard-copy p{font-size:1.28rem;color:#d1d9e8;max-width:500px}
.grid-page{padding:26px 0 40px}
.grid-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}
.filter-bar{display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap;margin:0 0 18px}
.filter-bar form{display:flex;gap:12px;flex-wrap:wrap;width:100%}
.filter-bar input,.filter-bar select,.contact-form input,.contact-form textarea{height:50px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#081528;color:white;padding:0 16px;font-size:1rem}
.filter-bar textarea,.contact-form textarea{height:auto;padding:14px 16px;min-height:160px}
.row-block{margin:0 0 36px}
.player-shell{padding:32px 0 48px}
.player-box{position:relative;border-radius:30px;overflow:hidden;background:#000;border:1px solid rgba(255,255,255,.08)}
.player-box video{width:100%;aspect-ratio:16/9;background:#000}
.player-info{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:18px 4px 0}
.player-title{font-size:2.1rem;letter-spacing:-.04em;font-weight:900;margin:0}

.player-info-main{width:100%}
.player-title-row{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}
.player-back-btn{margin-inline-start:auto;white-space:nowrap}
html[dir="rtl"] .player-title-row{flex-direction:row}
html[dir="rtl"] .player-back-btn{margin-inline-start:0;margin-inline-end:auto}
.player-sub{margin:8px 0 0;color:#9fb0cc}
.ad-overlay{position:absolute;inset:0;background:rgba(3,8,17,.84);display:flex;align-items:center;justify-content:center;padding:24px;z-index:4}
.ad-box{width:min(820px,100%);background:#f4f4f7;color:#101216;border-radius:28px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.42)}
.ad-head{padding:18px 24px;border-bottom:1px solid rgba(0,0,0,.08);font-size:1.2rem;font-weight:900}
.ad-media{padding:24px}
.ad-poster{border-radius:28px;overflow:hidden;background:linear-gradient(135deg,#13375d,#5a1a28);min-height:340px;display:flex;align-items:center;justify-content:center;padding:26px;color:white}
.ad-copy h3{font-size:4rem;line-height:.92;letter-spacing:-.06em;margin:0 0 14px;font-weight:1000}
.ad-copy p{font-size:1.3rem;max-width:680px;margin:0;color:#dce7ff}
.ad-foot{padding:0 24px 24px}
.ad-foot p{color:#78859c;font-size:1.25rem;margin:0 0 16px}
.ad-actions{display:flex;justify-content:space-between;align-items:center;gap:18px}
.ad-count{font-weight:700;color:#1f2937}
.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.blog-card{padding:24px;border-radius:24px;background:linear-gradient(180deg,#09172c,#071222);border:1px solid var(--line)}
.blog-card .tag{display:inline-flex;padding:7px 14px;border-radius:999px;background:rgba(255,255,255,.06);margin-bottom:18px;color:#d7e1f2}
.blog-card h3{font-size:2rem;line-height:1.02;letter-spacing:-.04em;margin:0 0 16px;font-weight:1000}
.blog-card p{color:#9db0ca;font-size:1.16rem;margin:0 0 18px}
.article-shell{padding:28px 0 46px}
.article-box{padding:34px;border-radius:28px;background:linear-gradient(180deg,#08162b,#06111f);border:1px solid var(--line)}
.article-box h1{font-size:3.5rem;line-height:.98;letter-spacing:-.06em;margin:0 0 20px;font-weight:1000}
.article-box h2{font-size:2.1rem;line-height:1.05;letter-spacing:-.05em;margin:30px 0 12px;font-weight:1000}
.article-box p,.article-box li{font-size:1.18rem;color:#bbcae1}
.article-box ul{padding-inline-start:22px}
.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;padding:26px 0 46px}
.contact-card{padding:30px;border-radius:28px;background:linear-gradient(180deg,#09172d,#06111f);border:1px solid var(--line)}
.contact-card h1{font-size:3.3rem;line-height:.96;letter-spacing:-.06em;margin:0 0 16px;font-weight:1000}
.contact-card p{font-size:1.14rem;color:#a8b7d0}
.contact-form{display:grid;gap:14px}
.contact-form .row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.form-note{padding:14px 16px;border-radius:16px;background:rgba(16,42,74,.55);border:1px solid rgba(97,156,255,.18);color:#d9eaff}
.notice{padding:14px 16px;border-radius:16px;margin-bottom:16px}
.notice.success{background:rgba(33,143,89,.18);border:1px solid rgba(33,143,89,.35)}
.notice.error{background:rgba(194,55,55,.18);border:1px solid rgba(194,55,55,.35)}
.site-footer{border-top:1px solid rgba(255,255,255,.06);padding:26px 0 42px;margin-top:14px}
.footer-grid{display:flex;justify-content:space-between;gap:32px;align-items:flex-start}
.footer-brand{display:flex;align-items:center;gap:12px;font-size:1.2rem;font-weight:900;margin-bottom:12px}
.footer-copy{max-width:720px;color:#9db0ca;margin:0}
.footer-links{display:flex;gap:18px;flex-wrap:wrap}
.footer-links a{color:#c9d5e9}
.admin-shell{padding:34px 0 48px}
.admin-box{max-width:760px;margin:0 auto;padding:30px;border-radius:28px;background:linear-gradient(180deg,#09172d,#06111f);border:1px solid var(--line)}
.hidden-admin-note{display:none}
@media (max-width:1180px){.hero-grid,.contact-grid,.blog-grid,.grid-list,.row-scroller{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-title{font-size:4rem}.hero-side{grid-template-columns:1fr 1fr}.billboard-copy h1{font-size:3.6rem}}
@media (max-width:760px){.shell{width:min(100% - 24px,1320px)}.nav-shell{flex-wrap:wrap;justify-content:center}.main-nav{order:3;flex-wrap:wrap;justify-content:center}.hero-grid,.contact-grid,.blog-grid,.grid-list,.row-scroller,.hero-side,.contact-form .row{grid-template-columns:1fr}.hero-title{font-size:3rem}.section-title{font-size:2.5rem}.billboard-copy{padding:36px 26px}.billboard-copy h1{font-size:2.9rem}.ad-copy h3{font-size:2.4rem}.footer-grid{flex-direction:column}.player-info{flex-direction:column;align-items:flex-start}.player-title-row{align-items:flex-start}.player-back-btn{margin-inline-start:0}.lang-switch{width:100%;justify-content:center}}

/* ===== 2026 refinements ===== */
.contact-card p{color:#b8c4d8}
.live-tv-page{padding-bottom:42px}
.live-tv-page--netflix{background:linear-gradient(180deg,#050914 0%,#030710 100%)}
.hero-billboard--full{border-radius:0;min-height:calc(100vh - 74px);border-inline:none;border-top:none}
.hero-billboard--netflix{min-height:calc(100vh - 74px);background:#020814}
.hero-billboard--netflix:before{background:linear-gradient(90deg,rgba(2,8,20,.96) 0%,rgba(2,8,20,.82) 28%,rgba(2,8,20,.35) 54%,rgba(2,8,20,.08) 100%),radial-gradient(circle at 12% 8%,rgba(40,72,156,.28),transparent 28%),radial-gradient(circle at 82% 10%,rgba(129,31,46,.18),transparent 22%);z-index:1}
.hero-billboard--netflix img{object-fit:cover;opacity:.48;filter:contrast(1.05) saturate(.92)}
.billboard-copy--netflix{padding:90px 44px 72px;max-width:620px;display:flex;flex-direction:column;justify-content:flex-end;min-height:calc(100vh - 74px)}
.hero-billboard--full .billboard-copy h1{font-size:4.4rem;max-width:420px}
.hero-billboard--full .billboard-copy p{font-size:1.08rem;max-width:460px;color:#d8deea}
.live-tv-shell{margin-top:-92px;position:relative;z-index:3}
.live-tv-shell--full{width:calc(100% - 42px);max-width:none;margin-left:auto;margin-right:auto}
.live-tv-toolbar{display:flex;align-items:end;justify-content:space-between;gap:24px;padding:0 0 18px}
.live-tv-toolbar--overlay{background:transparent;padding:0 4px 10px}
.live-tv-toolbar__title{margin:0;font-size:1.5rem;letter-spacing:-.05em;font-weight:900}
.live-tv-toolbar__sub{margin:5px 0 0;color:#91a2c1;font-size:.96rem}
.live-tv-search-form{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.live-tv-search-form--wide input{min-width:360px;height:48px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:rgba(7,18,34,.92);color:#fff;padding:0 18px}
.live-tv-search-form--wide .btn{padding:13px 20px;border-radius:999px}
.live-row-block{padding:10px 0 18px}
.live-row-block--full{margin:0 0 26px}
.live-row-title{font-size:2rem;display:flex;align-items:baseline;gap:10px}
.live-row-title span{font-size:1rem;color:#94a3bd;font-weight:700;letter-spacing:0}
.live-grid-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}
.channel-card--grid{border-radius:10px;background:linear-gradient(180deg,#0f1d39 0%,#0b1830 62%,#081222 100%);border:1px solid rgba(255,255,255,.05)}
.channel-card--grid:hover{transform:scale(1.03) translateY(-1px);box-shadow:0 16px 40px rgba(0,0,0,.42)}
.channel-card--grid .channel-thumb{aspect-ratio:16/9;background:linear-gradient(180deg,#132340,#0d1830);display:flex;align-items:center;justify-content:center;padding:0}
.channel-card--grid .channel-thumb img{width:100%;height:100%;object-fit:contain;padding:14px}
.channel-card--grid .channel-body{padding:9px 4px 10px;background:transparent}
.channel-card--grid .channel-name{font-size:.96rem;line-height:1.25;min-height:auto;margin-bottom:2px;color:#f7f9fd;padding:0 0}
.channel-card--grid .channel-meta{font-size:.72rem;letter-spacing:.04em;text-transform:uppercase;color:#7d8eab}
.ad-script-card{min-height:340px;border-radius:28px;background:linear-gradient(135deg,#0d2e59 0%,#322348 58%,#5a1828 100%);position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;padding:28px;color:#fff}
.ad-script-card:before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 0% 100%,rgba(33,80,160,.42),transparent 40%),radial-gradient(circle at 100% 100%,rgba(255,81,81,.26),transparent 35%)}
.ad-brand-lockup,.ad-direct-link{position:relative;z-index:2}
.ad-brand-pill{display:inline-flex;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.12);font-weight:900;font-size:.85rem;margin-bottom:16px}
.ad-script-card h3{margin:0 0 10px;font-size:3rem;line-height:.95;letter-spacing:-.06em;font-weight:1000;max-width:720px}
.ad-script-card p{margin:0 0 20px;font-size:1.1rem;color:rgba(255,255,255,.82);max-width:620px}
.ad-direct-link{align-self:flex-start;background:rgba(255,255,255,.14)}
.ad-foot-compact{padding:0 24px 24px}
.player-sub{max-width:900px}
@media (max-width: 900px){
  .hero-billboard--full{min-height:74vh}
  .billboard-copy--netflix{min-height:74vh;padding:84px 22px 42px}
  .hero-billboard--full .billboard-copy h1{font-size:3.2rem}
  .live-tv-shell--full{width:calc(100% - 20px)}
  .live-tv-toolbar{flex-direction:column;align-items:flex-start}
  .live-tv-search-form{width:100%}
  .live-tv-search-form input,.live-tv-search-form--wide input{min-width:0;width:100%}
  .live-grid-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .ad-script-card h3{font-size:2.25rem}
}
@media (min-width:768px) and (max-width:1180px){
  .live-grid-row{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media (min-width:1181px) and (max-width:1460px){
  .live-grid-row{grid-template-columns:repeat(5,minmax(0,1fr))}
}

/* ===== v4 home + article refinements ===== */
.home-netflix{background:linear-gradient(180deg,#050914 0%,#030710 100%);padding-bottom:42px}
.home-billboard{min-height:86vh}
.home-shell{margin-top:-86px}
.home-highlights{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:0 0 26px}
.feature-box--natural{padding:22px;border-radius:18px;background:linear-gradient(180deg,#09172d,#071222);border:1px solid rgba(255,255,255,.06);min-height:176px}
.feature-box--natural strong{display:block;font-size:1.1rem;margin-bottom:10px}
.feature-box--natural p{margin:0;color:#bfd0e6;line-height:1.6}
.home-row-sub{max-width:680px}
.article-box--rich{max-width:1080px}
.article-intro{font-size:1.28rem!important;color:#d8e2f3!important;max-width:920px}
.article-section{padding-top:6px}
.article-section p a{color:#8ec5ff;text-decoration:none}
.article-section p a:hover{text-decoration:underline}
.ad-mini-badge{float:right;font-weight:900;opacity:.8}
@media (max-width: 980px){
  .home-highlights{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 760px){
  .home-shell{margin-top:-46px}
  .home-highlights{grid-template-columns:1fr}
  .home-billboard{min-height:72vh}
}

/* ===== v5 native banner + popup refinements ===== */
.native-banner-section{margin:0 0 30px}
.native-banner-card{display:grid;grid-template-columns:minmax(260px,360px) 1fr;gap:22px;align-items:center;padding:22px;border-radius:22px;background:linear-gradient(180deg,#0a1528,#08111f);border:1px solid rgba(255,255,255,.07);box-shadow:0 22px 60px rgba(0,0,0,.24)}
.native-banner-card--wide{grid-template-columns:minmax(280px,420px) 1fr}
.native-banner-copy h2{margin:12px 0 10px;font-size:2rem;line-height:1.04;letter-spacing:-.05em;font-weight:1000}
.native-banner-copy p{margin:0;color:#b8c6dc;max-width:42ch}
.native-banner-frame{background:transparent;border-radius:18px;min-height:132px;padding:12px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.native-banner-frame > div[id^="container-"]{width:100%}
.native-ad-card{border-radius:26px;background:linear-gradient(180deg,#ffffff,#f4f6fb);padding:18px;border:1px solid rgba(10,20,40,.08)}
.native-ad-card--player{min-height:0}
.native-ad-topline{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:14px}
.native-ad-label,.native-ad-note{display:inline-flex;padding:7px 12px;border-radius:999px;font-size:.86rem;font-weight:900}
.native-ad-label{background:rgba(12,30,58,.08);color:#1c2c47}
.native-ad-note{background:rgba(255,86,86,.12);color:#b42318}
.native-ad-frame{background:transparent;border-radius:20px;padding:14px;min-height:170px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.native-ad-frame > div[id^="container-"]{width:100%}
.native-ad-copy{margin:14px 2px 0;color:#637188;font-size:.98rem;line-height:1.55}
.ad-media-live{padding:20px 24px 8px}
@media (max-width: 900px){
  .native-banner-card,.native-banner-card--wide{grid-template-columns:1fr}
  .native-banner-copy h2{font-size:1.5rem}
}

.contact-page{padding:24px 0 46px}
.contact-page .contact-grid{padding:0}
.legal-box{max-width:1080px}
.native-banner-section--compact{margin:0 0 24px}
.native-banner-frame--solo{background:transparent;border-radius:18px;min-height:126px;padding:10px 12px;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid rgba(255,255,255,.06);box-shadow:0 16px 36px rgba(0,0,0,.18)}
.native-banner-frame--wide{min-height:140px}
.native-banner-frame--solo > div[id^="container-"]{width:100%}
.article-box .native-banner-section{margin-top:18px}

.article-box--reader{max-width:1120px}
.article-topbar{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:12px;flex-wrap:wrap}
.article-lang-switch{display:flex;gap:8px;flex-wrap:wrap}
.lang-chip{display:inline-flex;align-items:center;justify-content:center;min-width:48px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);color:#dbe7f6;text-decoration:none;font-weight:800;letter-spacing:.02em}
.lang-chip.is-active{background:linear-gradient(135deg,#ff6257,#ff4e45);border-color:transparent;color:#fff}
.article-intro--wide{max-width:70ch;font-size:1.26rem;line-height:1.7;color:#d5e1f0}
.article-related{margin-top:40px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08)}
.article-related h3{margin:0 0 18px;font-size:1.4rem}
.article-related__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.article-related__card{display:flex;flex-direction:column;gap:10px;padding:18px;border-radius:20px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);text-decoration:none;color:#e7eef8}
.article-related__card strong{font-size:1.05rem;line-height:1.3}
.article-related__card span:last-child{color:#b7c7dc;line-height:1.5}
.native-banner-section--article-inline{margin:26px 0 18px}
@media (max-width:900px){.article-related__grid{grid-template-columns:1fr}.article-box h1{font-size:2.5rem}.article-box h2{font-size:1.6rem}.article-box p,.article-box li{font-size:1.04rem}.article-intro--wide{font-size:1.1rem}}

/* ===== mobile player ad fix ===== */
@media (max-width:768px){
  .player-box{
    overflow:visible;
    margin-bottom:22px;
  }

  .ad-overlay{
    padding:12px;
    align-items:flex-start;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
  }

  .ad-box.live-ad-box{
    width:100%;
    max-width:100%;
    border-radius:22px;
  }

  .ad-head{
    padding:14px 16px;
    font-size:1rem;
  }

  .ad-media,
  .ad-media-live{
    padding:14px 14px 8px;
  }

  .native-ad-card{
    padding:12px;
    border-radius:18px;
  }

  .native-ad-frame,
  .native-ad-frame--player{
    min-height:0;
    padding:8px;
  }

  .native-ad-frame > div[id^="container-"],
  .native-ad-frame--player > div[id^="container-"]{
    width:100%;
    max-width:100%;
    overflow:hidden;
  }

  .ad-direct-link{
    width:100%;
    margin-top:10px;
  }

  .ad-foot,
  .ad-foot-compact{
    padding:0 14px 14px;
  }

  .ad-actions{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:10px;
  }

  .ad-count{
    text-align:center;
    font-size:1rem;
  }

  .ad-actions .btn,
  .ad-actions a,
  .ad-actions button,
  [data-ad-continue]{
    width:100%;
    display:flex;
    justify-content:center;
    text-align:center;
  }
}

.live-grid-item.is-hidden[hidden]{display:none !important}
.load-more-wrap{display:flex;justify-content:center;margin:16px 0 8px}
.load-more-btn{min-width:220px}
.player-sponsored-slot{margin-top:18px}
.sponsored-promo{margin:22px 0 26px}
.sponsored-promo--compact{margin:0}
.sponsored-promo__panel{position:relative;display:grid;grid-template-columns:minmax(300px,1.05fr) minmax(420px,1.35fr);gap:22px;align-items:center;overflow:hidden;border-radius:28px;padding:26px 22px;background:linear-gradient(180deg,rgba(6,20,42,.98),rgba(4,15,32,.98));border:1px solid rgba(122,161,235,.12);box-shadow:0 22px 60px rgba(0,0,0,.28)}
.sponsored-promo__panel:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 18%,rgba(40,114,255,.16),transparent 24%),radial-gradient(circle at 85% 50%,rgba(26,171,255,.1),transparent 30%);pointer-events:none}
.sponsored-promo__copy,.sponsored-promo__visual{position:relative;z-index:1}
.sponsored-promo__copy{padding-inline:2px}
.sponsored-promo__badge{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);color:#eef5ff;font-size:.76rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px}
.sponsored-promo__title{margin:0 0 12px;font-size:3rem;line-height:.98;letter-spacing:-.06em;font-weight:1000;max-width:580px}
.sponsored-promo__text{margin:0;max-width:620px;color:#b7c7dd;font-size:1.09rem;line-height:1.62}
.sponsored-promo__actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:18px}
.sponsored-promo__cta{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:16px;background:linear-gradient(180deg,#d8edff,#7ec4ff 52%,#2f7dff);color:#04111f;font-weight:900;box-shadow:0 16px 34px rgba(37,118,255,.22)}
.sponsored-promo__meta{display:inline-flex;align-items:center;min-height:44px;padding:0 16px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);color:#d7e6fa;font-size:.96rem;font-weight:700}
.sponsored-promo__visual{display:flex;flex-direction:column;gap:14px;min-width:0}
.sponsored-promo__viewport{position:relative;overflow:hidden;border-radius:24px;min-height:196px;padding:6px 0}
.sponsored-promo__viewport:before,.sponsored-promo__viewport:after{content:"";position:absolute;top:0;bottom:0;width:34px;z-index:2;pointer-events:none}
.sponsored-promo__viewport:before{left:0;background:linear-gradient(90deg,rgba(5,17,36,1),rgba(5,17,36,0))}
.sponsored-promo__viewport:after{right:0;background:linear-gradient(270deg,rgba(5,17,36,1),rgba(5,17,36,0))}
.sponsored-promo__track{display:flex;gap:14px;width:max-content;animation:sponsoredMarquee 34s linear infinite;will-change:transform}
.sponsored-promo__panel:hover .sponsored-promo__track{animation-play-state:paused}
.sponsored-promo__card{display:block;flex:0 0 auto;width:132px;height:190px;border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#081325;box-shadow:0 16px 34px rgba(0,0,0,.22);transition:transform .22s ease, box-shadow .22s ease}
.sponsored-promo__card:hover{transform:translateY(-4px);box-shadow:0 22px 40px rgba(0,0,0,.28)}
.sponsored-promo__poster{width:100%;height:100%;object-fit:cover}
.sponsored-promo__chips{display:flex;flex-wrap:wrap;gap:10px}
.sponsored-promo__chips span{display:inline-flex;align-items:center;min-height:36px;padding:0 12px;border-radius:999px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08);font-size:.8rem;font-weight:800;color:#d7e6fa}
.sponsored-promo__fade{display:none}
.sponsored-promo--compact .sponsored-promo__panel{grid-template-columns:1.2fr .9fr;padding:18px;border-radius:22px}
.sponsored-promo--compact .sponsored-promo__title{font-size:1.25rem;max-width:420px;line-height:1.14;margin-bottom:10px}
.sponsored-promo--compact .sponsored-promo__text{font-size:.92rem;line-height:1.55}
.sponsored-promo--compact .sponsored-promo__badge{min-height:30px;padding:0 12px;font-size:.68rem;margin-bottom:10px}
.sponsored-promo--compact .sponsored-promo__cta{min-height:42px;padding:0 16px;border-radius:14px}
.sponsored-promo--compact .sponsored-promo__meta{min-height:38px;font-size:.82rem;padding:0 12px}
.sponsored-promo--compact .sponsored-promo__viewport{min-height:132px}
.sponsored-promo--compact .sponsored-promo__card{width:90px;height:126px;border-radius:14px}
.sponsored-promo--compact .sponsored-promo__chips{display:none}
@keyframes sponsoredMarquee{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 7px))}}
@media (max-width: 1120px){.sponsored-promo__panel{grid-template-columns:1fr}.sponsored-promo__title{font-size:2.4rem}.sponsored-promo__viewport{min-height:188px}.sponsored-promo--compact .sponsored-promo__panel{grid-template-columns:1fr}.sponsored-promo--compact .sponsored-promo__visual{display:none}}
@media (max-width: 720px){.sponsored-promo{margin:18px 0 22px}.sponsored-promo__panel{padding:18px 16px;border-radius:24px}.sponsored-promo__title{font-size:1.7rem;line-height:1.05}.sponsored-promo__text{font-size:.96rem}.sponsored-promo__actions{gap:10px}.sponsored-promo__cta,.sponsored-promo__meta{width:100%;justify-content:center;text-align:center}.sponsored-promo__viewport{min-height:148px}.sponsored-promo__card{width:102px;height:146px;border-radius:16px}.sponsored-promo__chips{gap:8px}.sponsored-promo__chips span{font-size:.74rem;min-height:32px}}

/* ===== March 8 promo and hero refinements ===== */
.hero-billboard--full .billboard-copy{max-width:min(40vw,640px);width:min(40vw,640px);padding:72px 56px 72px clamp(28px,4vw,56px)}
.hero-billboard--full .billboard-copy h1{max-width:620px}
.hero-billboard--full .billboard-copy p{max-width:600px;font-size:1.14rem}
.hero-billboard--netflix img{object-position:center center}

.sponsored-promo__panel{grid-template-columns:minmax(420px,1.08fr) minmax(620px,1.42fr);gap:28px;padding:30px 28px}
.sponsored-promo__title{font-size:3.2rem;max-width:620px}
.sponsored-promo__actions{gap:14px;margin-top:20px}
.sponsored-promo__cta{gap:12px;padding:0 24px;border-radius:18px;transition:transform .22s ease,box-shadow .22s ease}
.sponsored-promo__cta:hover{transform:translateY(-2px);box-shadow:0 20px 42px rgba(37,118,255,.28)}
.sponsored-promo__cta-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:rgba(4,17,31,.1);font-size:1rem;font-weight:1000}
.sponsored-promo__visual{gap:12px}
.sponsored-promo__viewport{min-height:212px;padding:4px 0}
.sponsored-promo__viewport--series{min-height:206px}
.sponsored-promo__track{gap:16px}
.sponsored-promo__card{width:142px;height:204px}
.sponsored-promo__track--movies{animation-duration:34s}
.sponsored-promo__track--reverse{animation:sponsoredMarqueeReverse 38s linear infinite}
.sponsored-promo__panel:hover .sponsored-promo__track--reverse{animation-play-state:paused}
@keyframes sponsoredMarqueeReverse{from{transform:translateX(calc(-50% - 8px))}to{transform:translateX(0)}}

.grid-page .sponsored-promo__card,.blog-grid + .sponsored-promo__card{width:148px;height:212px}

.load-more-btn{min-width:220px;background:#fff;color:#05111f;border-color:#fff;box-shadow:0 14px 30px rgba(255,255,255,.12)}
.load-more-btn:hover{background:#f3f7ff}

@media (min-width:1600px){
  .shell{width:min(1480px,calc(100% - 56px))}
  .sponsored-promo__panel{grid-template-columns:minmax(470px,1.02fr) minmax(760px,1.48fr);padding:34px 34px}
  .sponsored-promo__title{font-size:3.5rem}
  .sponsored-promo__card{width:154px;height:222px}
}

@media (max-width:1120px){
  .hero-billboard--full .billboard-copy{max-width:min(52vw,620px);width:min(52vw,620px);padding:56px 34px}
  .sponsored-promo__panel{grid-template-columns:1fr;padding:24px 22px}
  .sponsored-promo__title{font-size:2.5rem}
}

@media (max-width:760px){
  .hero-billboard--full .billboard-copy{width:100%;max-width:100%;padding:42px 24px}
  .hero-billboard--full .billboard-copy h1{font-size:3rem;max-width:100%}
  .hero-billboard--full .billboard-copy p{max-width:100%;font-size:1.05rem}
  .sponsored-promo__panel{padding:18px 16px}
  .sponsored-promo__title{font-size:1.85rem}
  .sponsored-promo__viewport{min-height:160px}
  .sponsored-promo__viewport--series{min-height:154px}
  .sponsored-promo__card{width:108px;height:154px}
  .sponsored-promo__cta{width:100%}
}

/* promo stability for Arabic / RTL */
html[dir="rtl"] .sponsored-promo__visual,
html[dir="rtl"] .sponsored-promo__viewport,
html[dir="rtl"] .sponsored-promo__track,
html[dir="rtl"] .sponsored-promo__chips{direction:ltr;}
html[dir="rtl"] .sponsored-promo__copy{direction:rtl;}
html[dir="rtl"] .sponsored-promo__viewport--series{display:block !important;visibility:visible !important;opacity:1 !important;}
html[dir="rtl"] .sponsored-promo__track--reverse{animation:sponsoredMarqueeReverse 38s linear infinite !important;}

/* ===== Home SEO band ===== */
.home-seo-band{
  padding:28px 0 10px;
}

.home-seo-band__wrap{
  position:relative;
  border:1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.06), transparent 34%),
    linear-gradient(180deg, rgba(14,20,35,.96), rgba(8,12,24,.98));
  border-radius:26px;
  padding:26px;
  box-shadow:0 18px 60px rgba(0,0,0,.28);
  overflow:hidden;
}

.home-seo-band__intro{
  max-width:820px;
  margin-bottom:22px;
}

.home-seo-band__badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.09);
  color:#dbe7ff;
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  margin-bottom:14px;
}

.home-seo-band__intro h2{
  margin:0 0 12px;
  font-size:clamp(1.45rem, 2.6vw, 2.35rem);
  line-height:1.08;
  letter-spacing:-.03em;
  color:#fff;
  max-width:900px;
}

.home-seo-band__intro p{
  margin:0;
  max-width:760px;
  color:rgba(235,241,255,.78);
  font-size:1rem;
  line-height:1.75;
}

.home-seo-band__grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:14px;
}

.home-seo-card{
  border-radius:20px;
  padding:18px 16px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.07);
  backdrop-filter:blur(4px);
  transition:transform .2s ease, border-color .2s ease, background .2s ease;
}

.home-seo-card:hover{
  transform:translateY(-3px);
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.12);
}

.home-seo-card__icon{
  width:42px;
  height:42px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.06);
  font-size:1.1rem;
  margin-bottom:12px;
}

.home-seo-card h3{
  margin:0 0 8px;
  color:#fff;
  font-size:1rem;
  line-height:1.25;
}

.home-seo-card p{
  margin:0;
  color:rgba(235,241,255,.72);
  font-size:.92rem;
  line-height:1.65;
}

@media (max-width:1100px){
  .home-seo-band__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:680px){
  .home-seo-band__wrap{
    padding:18px;
    border-radius:20px;
  }

  .home-seo-band__grid{
    grid-template-columns:1fr;
  }

  .home-seo-band__intro h2{
    font-size:1.45rem;
  }

  .home-seo-band__intro p{
    font-size:.96rem;
    line-height:1.7;
  }
}

/* ===== Live TV SEO band ===== */
.live-tv-seo-band{
  padding: 10px 0 22px;
}

.live-tv-seo-band__wrap{
  position: relative;
  border: 1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.06), transparent 34%),
    linear-gradient(180deg, rgba(14,20,35,.96), rgba(8,12,24,.98));
  border-radius: 26px;
  padding: 26px;
  box-shadow: 0 18px 60px rgba(0,0,0,.28);
  overflow: hidden;
}

.live-tv-seo-band__intro{
  max-width: 860px;
  margin-bottom: 22px;
}

.live-tv-seo-band__badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.09);
  color: #dbe7ff;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.live-tv-seo-band__intro h2{
  margin: 0 0 12px;
  font-size: clamp(1.45rem, 2.6vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: -.03em;
  color: #fff;
  max-width: 900px;
}

.live-tv-seo-band__intro p{
  margin: 0;
  max-width: 820px;
  color: rgba(235,241,255,.78);
  font-size: 1rem;
  line-height: 1.75;
}

.live-tv-seo-band__grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.live-tv-seo-card{
  border-radius: 20px;
  padding: 18px 16px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
  backdrop-filter: blur(4px);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.live-tv-seo-card:hover{
  transform: translateY(-3px);
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.12);
}

.live-tv-seo-card__icon{
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.06);
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.live-tv-seo-card h3{
  margin: 0 0 8px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.25;
}

.live-tv-seo-card p{
  margin: 0;
  color: rgba(235,241,255,.72);
  font-size: .92rem;
  line-height: 1.65;
}

@media (max-width: 1100px){
  .live-tv-seo-band__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px){
  .live-tv-seo-band__wrap{
    padding: 18px;
    border-radius: 20px;
  }

  .live-tv-seo-band__grid{
    grid-template-columns: 1fr;
  }

  .live-tv-seo-band__intro h2{
    font-size: 1.45rem;
  }

  .live-tv-seo-band__intro p{
    font-size: .96rem;
    line-height: 1.7;
  }
}


/* ===== Blog SEO band ===== */
.blog-page{
  padding-bottom: 34px;
}

.blog-seo-band{
  padding: 6px 0 26px;
}

.blog-seo-band__wrap{
  position: relative;
  border: 1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.06), transparent 34%),
    linear-gradient(180deg, rgba(14,20,35,.96), rgba(8,12,24,.98));
  border-radius: 26px;
  padding: 26px;
  box-shadow: 0 18px 60px rgba(0,0,0,.28);
  overflow: hidden;
}

.blog-seo-band__intro{
  max-width: 900px;
  margin-bottom: 22px;
}

.blog-seo-band__badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.09);
  color: #dbe7ff;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.blog-page-title{
  margin-bottom: 10px !important;
}

.blog-page-sub{
  max-width: 860px;
}

.blog-seo-band__grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.blog-seo-card{
  border-radius: 20px;
  padding: 18px 16px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
  backdrop-filter: blur(4px);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.blog-seo-card:hover{
  transform: translateY(-3px);
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.12);
}

.blog-seo-card__icon{
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.06);
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.blog-seo-card h2{
  margin: 0 0 8px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.25;
}

.blog-seo-card p{
  margin: 0;
  color: rgba(235,241,255,.72);
  font-size: .92rem;
  line-height: 1.65;
}

@media (max-width: 1100px){
  .blog-seo-band__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px){
  .blog-seo-band__wrap{
    padding: 18px;
    border-radius: 20px;
  }

  .blog-seo-band__grid{
    grid-template-columns: 1fr;
  }
}


/* Hide ad banner block on mobile but keep Continue button */
@media (max-width: 768px){

  .native-ad-frame--player{
    display:none !important;
  }

  .ad-media-live{
    padding:0 !important;
    background:transparent !important;
  }

  .live-ad-box{
    min-height:auto !important;
  }

}