/* MATRIXTV-P2.1-PUBLIC-EXPERIENCE */
:root {
    color-scheme: dark;
    --bg: #06080f;
    --panel: #0d1220;
    --panel-2: #11182a;
    --line: rgba(255,255,255,.11);
    --muted: #9aa6bb;
    --text: #f5f7fb;
    --orange: #ff6a2a;
    --orange-2: #ff9a3d;
    --cyan: #4fd9ff;
    --green: #56e39f;
    --radius: 22px;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; background: var(--bg); color: var(--text); line-height: 1.5; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 1000; padding: 10px 14px; background: white; color: black; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.visually-hidden { position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important; margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important; }
.site-header { position: sticky; top: 0; z-index: 100; backdrop-filter: blur(20px); background: rgba(6,8,15,.86); border-bottom: 1px solid var(--line); }
.header-shell { width: min(1500px, calc(100% - 36px)); min-height: 74px; margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 33px; height: 33px; display: grid; grid-template-columns: repeat(3,1fr); gap: 3px; transform: skew(-10deg); }
.brand-mark i { display: block; border-radius: 3px; background: linear-gradient(180deg,var(--orange-2),var(--orange)); }
.brand-mark i:nth-child(2) { transform: translateY(5px); opacity: .8; }
.brand-mark i:nth-child(3) { transform: translateY(10px); opacity: .55; }
.brand-word { font-size: 1.35rem; font-weight: 850; letter-spacing: -.04em; }
.brand-word span { color: var(--orange); }
.primary-navigation { display: flex; align-items: center; justify-content: center; gap: clamp(12px,1.35vw,24px); }
.primary-navigation a { color: #c7ceda; font-size: .84rem; font-weight: 650; white-space: nowrap; transition: .2s ease; }
.primary-navigation a:hover, .primary-navigation a:focus-visible { color: white; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.location-button, .language-select { min-height: 38px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.045); color: white; padding: 0 12px; }
.location-button { display: inline-flex; align-items: center; gap: 7px; }
.location-button span:first-child { color: var(--cyan); }
.language-label { position: absolute; width: 1px; height: 1px; overflow: hidden; }
.language-select { max-width: 76px; }
.language-select option { background: #111827; }
.button { border: 1px solid transparent; border-radius: 999px; padding: 10px 17px; min-height: 40px; font-weight: 750; color: white; background: transparent; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: linear-gradient(135deg,var(--orange),#ff3f5f); box-shadow: 0 10px 28px rgba(255,83,47,.23); }
.button-quiet { border-color: var(--line); background: rgba(255,255,255,.04); }
.button-outline { border-color: rgba(255,255,255,.34); }
.menu-toggle { display: none; border: 1px solid var(--line); border-radius: 999px; padding: 8px 13px; background: transparent; color: white; }
.hero { position: relative; width: min(1500px, calc(100% - 36px)); min-height: 700px; margin: 0 auto; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(370px,.75fr); align-items: center; gap: clamp(40px,7vw,110px); padding: 86px 0 76px; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 8% 35% 15% -15%; background: radial-gradient(circle,rgba(255,84,33,.2),transparent 66%); z-index: -2; }
.hero-orbit { position: absolute; border: 1px solid rgba(79,217,255,.12); border-radius: 50%; z-index: -1; pointer-events: none; }
.orbit-one { width: 620px; height: 620px; right: -130px; top: 40px; }
.orbit-two { width: 430px; height: 430px; right: -35px; top: 135px; }
.eyebrow { margin: 0 0 14px; color: var(--orange-2); font-size: .75rem; font-weight: 850; letter-spacing: .2em; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 900px; font-size: clamp(4rem,8vw,8.9rem); line-height: .88; letter-spacing: -.075em; font-weight: 900; }
.hero h1 span { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.52); text-stroke: 1px rgba(255,255,255,.52); }
.hero-copy { max-width: 730px; margin: 30px 0; color: #b8c2d3; font-size: clamp(1rem,1.3vw,1.25rem); }
.global-search { display: flex; max-width: 820px; padding: 7px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(14,19,32,.86); box-shadow: 0 22px 70px rgba(0,0,0,.28); }
.global-search input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: white; padding: 12px 14px; font-size: 1rem; }
.global-search input::placeholder { color: #737f94; }
.global-search button { border: 0; border-radius: 12px; padding: 12px 18px; background: white; color: #090b11; font-weight: 850; }
.hero-signals { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 24px; color: #8895a9; font-size: .78rem; text-transform: uppercase; letter-spacing: .07em; }
.hero-signals strong { color: white; }
.hero-console { position: relative; padding: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 30px; background: linear-gradient(145deg,rgba(19,27,45,.94),rgba(8,11,19,.97)); box-shadow: 0 35px 100px rgba(0,0,0,.38), inset 0 1px rgba(255,255,255,.08); overflow: hidden; }
.hero-console::after { content: ""; position: absolute; width: 250px; height: 250px; right: -100px; bottom: -120px; background: radial-gradient(circle,rgba(255,106,42,.28),transparent 67%); }
.console-topline { display: flex; justify-content: space-between; color: #8592a7; font-size: .68rem; letter-spacing: .14em; }
.console-topline b { color: var(--green); }
.world-visual { position: relative; width: min(100%,360px); aspect-ratio: 1; margin: 12px auto 20px; display: grid; place-items: center; }
.world-core { width: 66%; height: 66%; border-radius: 50%; background: radial-gradient(circle at 38% 34%,rgba(79,217,255,.82),rgba(32,73,115,.22) 37%,rgba(7,11,20,.9) 68%), repeating-radial-gradient(circle,transparent 0 16px,rgba(79,217,255,.12) 17px 18px); border: 1px solid rgba(79,217,255,.35); box-shadow: 0 0 70px rgba(79,217,255,.18); }
.world-visual::before, .world-visual::after { content: ""; position: absolute; inset: 16%; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; transform: rotate(57deg) scaleY(.32); }
.world-visual::after { transform: rotate(-28deg) scaleY(.55); }
.signal { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 18px var(--orange); }
.signal-a { top: 23%; left: 35%; }.signal-b { top: 46%; right: 18%; }.signal-c { bottom: 23%; left: 28%; }.signal-d { top: 31%; right: 34%; }
.console-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; }
.console-grid div { padding: 13px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.035); }
.console-grid small { display: block; color: #748197; font-size: .68rem; text-transform: uppercase; }
.console-grid strong { display: block; margin-top: 3px; font-size: .92rem; }
.geography-panel, .search-results-shell, .services-section, .content-strip, .subscriber-section { width: min(1500px, calc(100% - 36px)); margin: 0 auto 42px; }
.geography-panel { padding: clamp(24px,4vw,48px); border-radius: 28px; background: linear-gradient(135deg,#121a2b,#0a0e18 68%); border: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 28px; }
.section-heading h2 { margin: 0; font-size: clamp(2rem,4vw,4.1rem); line-height: 1; letter-spacing: -.055em; }
.section-heading > p { max-width: 560px; margin: 0; color: var(--muted); }
.section-heading.compact h2 { font-size: 2rem; }
.section-heading.light .eyebrow { color: #ffd1be; }
.geography-heading h2 { font-size: clamp(2rem,3.3vw,3.4rem); }
.geography-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr auto; align-items: end; gap: 8px; }
.geography-flow > i { align-self: center; color: #59657a; font-style: normal; font-size: 1.6rem; }
.geography-flow label { min-width: 0; }
.geography-flow label > span { display: inline-grid; place-items: center; width: 21px; height: 21px; margin-right: 6px; border-radius: 50%; background: rgba(255,106,42,.14); color: var(--orange-2); font-size: .68rem; font-weight: 850; }
.geography-flow small { color: #8f9bb0; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.geography-flow select, .geography-flow input { width: 100%; min-height: 48px; margin-top: 8px; padding: 0 12px; border: 1px solid var(--line); border-radius: 12px; background: #0b101c; color: white; outline: none; }
.geography-flow select:focus, .geography-flow input:focus { border-color: var(--cyan); }
.geography-summary { margin-top: 18px; padding: 12px 14px; border-left: 3px solid var(--cyan); background: rgba(79,217,255,.06); color: #b9c6d8; }
.search-results-shell { padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: var(--panel); }
.search-results { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.search-result { display: block; padding: 17px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.03); }
.search-result:hover { border-color: rgba(79,217,255,.5); }
.search-result small { color: var(--orange-2); font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.search-result h3 { margin: 6px 0 4px; }
.search-result p { margin: 0; color: var(--muted); font-size: .86rem; }
.text-button, .text-link { border: 0; background: transparent; color: var(--cyan); font-weight: 750; }
.services-section { padding: 80px 0 55px; }
.service-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.service-card { position: relative; min-height: 230px; padding: 23px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg,rgba(18,25,42,.9),rgba(9,13,22,.95)); overflow: hidden; transition: transform .2s ease, border-color .2s ease; }
.service-card::after { content: ""; position: absolute; width: 110px; height: 110px; right: -45px; bottom: -50px; border-radius: 50%; background: radial-gradient(circle,rgba(79,217,255,.16),transparent 67%); }
.service-card:hover { transform: translateY(-4px); border-color: rgba(79,217,255,.42); }
.service-card.featured { background: linear-gradient(145deg,#f65d25,#d83a3f); border-color: transparent; }
.service-card.commerce::after { background: radial-gradient(circle,rgba(255,106,42,.22),transparent 67%); }
.service-code { display: inline-block; padding: 5px 8px; border: 1px solid rgba(255,255,255,.16); border-radius: 6px; color: #aab6c8; font-size: .62rem; font-weight: 900; letter-spacing: .11em; }
.service-card.featured .service-code { color: white; }
.service-card h3 { margin: 35px 0 8px; font-size: 1.35rem; }
.service-card p { margin: 0; color: #9ba7ba; font-size: .9rem; }
.service-card.featured p { color: #ffe3d6; }
.service-card small { position: absolute; left: 23px; bottom: 20px; color: #758399; font-weight: 700; }
.service-card.featured small { color: white; }
.live-section { margin-top: 30px; padding: 80px max(18px,calc((100vw - 1500px)/2)); background: linear-gradient(145deg,#f25722,#c92743); }
.live-section .section-heading { max-width: 1500px; margin-left: auto; margin-right: auto; }
.live-section .section-heading > p { color: #ffe0d4; }
.playback-layout { max-width: 1500px; margin: 0 auto; display: grid; grid-template-columns: minmax(0,1.65fr) minmax(310px,.65fr); gap: 18px; }
.player-card, .channel-panel { border-radius: 22px; background: #090b11; box-shadow: 0 30px 70px rgba(70,0,18,.23); overflow: hidden; }
.player-card video { display: block; width: 100%; min-height: 520px; background: black; object-fit: contain; }
.player-meta { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px 6px; }
.player-meta small, .panel-heading small { display: block; color: #717e92; font-size: .66rem; font-weight: 850; letter-spacing: .12em; }
.player-meta strong { display: block; margin-top: 3px; }
.live-pill { padding: 5px 10px; border-radius: 999px; background: #e6263f; font-size: .7rem; font-weight: 900; }
#status { min-height: 42px; padding: 8px 20px 18px; color: #9ba7b8; }
#status[data-level="error"] { color: #ff9d9d; } #status[data-level="warning"] { color: #ffd18b; } #status[data-level="success"] { color: #8af0b7; }
.channel-panel { padding: 20px; }
.panel-heading { display: flex; justify-content: space-between; align-items: start; margin-bottom: 15px; }
.panel-heading h3 { margin: 3px 0 0; font-size: 1.4rem; }
.panel-heading > span { color: var(--green); font-size: .72rem; font-weight: 750; }
#channels { display: grid; gap: 8px; }
#channels .channel, #channels button { display: block; width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 12px; background: #111725; color: white; text-align: left; }
#channels .channel:hover, #channels button:hover { background: #182237; }
#channels [aria-current="true"] { border-color: var(--orange); background: #2a1820; }
.content-strip { padding: 95px 0 60px; }
.media-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 15px; }
.media-card { border: 1px solid var(--line); border-radius: 20px; background: var(--panel); overflow: hidden; }
.media-art { aspect-ratio: 16/10; position: relative; overflow: hidden; }
.media-art::before, .media-art::after { content: ""; position: absolute; border-radius: 50%; }
.media-art::before { width: 180px; height: 180px; left: -35px; top: -70px; background: rgba(255,255,255,.12); }
.media-art::after { width: 140px; height: 140px; right: -35px; bottom: -60px; border: 20px solid rgba(255,255,255,.1); }
.media-art span { position: absolute; z-index: 2; left: 15px; top: 15px; padding: 5px 8px; border-radius: 6px; background: rgba(0,0,0,.45); font-size: .63rem; font-weight: 900; letter-spacing: .08em; }
.art-one { background: linear-gradient(135deg,#1e6a8e,#6d4ad3); }.art-two { background: linear-gradient(135deg,#ee5f21,#8c1943); }.art-three { background: linear-gradient(135deg,#187b62,#e0a12f); }.art-four { background: linear-gradient(135deg,#313b73,#34a6bd); }
.media-card > div:last-child { padding: 18px; }
.media-card small { color: var(--orange-2); font-weight: 850; letter-spacing: .08em; }
.media-card h3 { margin: 6px 0; }
.media-card p { margin: 0 0 12px; color: var(--muted); font-size: .88rem; }
.media-card b { color: var(--green); font-size: .75rem; }
.data-note { margin-top: 16px; color: #7f8ca0; font-size: .82rem; }
.domain-bands { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line); }
.domain-bands article { min-height: 380px; padding: clamp(38px,6vw,90px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; justify-content: end; background: linear-gradient(145deg,rgba(17,24,40,.88),rgba(6,8,15,.95)); }
.domain-bands article:nth-child(4n+2), .domain-bands article:nth-child(4n+3) { background: linear-gradient(145deg,#111827,#0a0e17); }
.domain-bands span { color: var(--orange-2); font-size: .72rem; font-weight: 900; letter-spacing: .16em; }
.domain-bands h2 { max-width: 620px; margin: 10px 0; font-size: clamp(2rem,4vw,4rem); line-height: 1; letter-spacing: -.055em; }
.domain-bands p { max-width: 600px; color: var(--muted); }
.domain-bands a { margin-top: 12px; color: var(--cyan); font-weight: 800; }
.subscriber-section { margin-top: 80px; margin-bottom: 80px; padding: clamp(34px,5vw,70px); border-radius: 30px; display: flex; align-items: center; justify-content: space-between; gap: 40px; background: radial-gradient(circle at 90% 10%,rgba(79,217,255,.2),transparent 35%),linear-gradient(135deg,#17243d,#0d111c); border: 1px solid var(--line); }
.subscriber-section h2 { max-width: 850px; margin: 0; font-size: clamp(2.3rem,5vw,5.3rem); line-height: .98; letter-spacing: -.06em; }
.subscriber-section p:not(.eyebrow) { max-width: 750px; color: #aab5c7; }
.subscriber-actions { display: flex; flex-direction: column; min-width: 220px; gap: 10px; }
.site-footer { display: grid; grid-template-columns: 2fr repeat(4,1fr); gap: 34px; padding: 65px max(18px,calc((100vw - 1500px)/2)) 30px; border-top: 1px solid var(--line); background: #05070c; }
.footer-brand p { color: var(--muted); }
.site-footer h3 { margin: 0 0 12px; font-size: .85rem; }
.site-footer a { display: block; margin: 8px 0; color: #8f9aae; font-size: .84rem; }
.site-footer a:hover { color: white; }
.footer-bottom { grid-column: 1/-1; margin: 28px 0 0; padding-top: 20px; border-top: 1px solid var(--line); color: #626e82; font-size: .74rem; }
.subscriber-dialog { width: min(560px,calc(100% - 28px)); border: 1px solid rgba(255,255,255,.16); border-radius: 24px; padding: 28px; background: #101626; color: white; box-shadow: 0 30px 120px rgba(0,0,0,.7); }
.subscriber-dialog::backdrop { background: rgba(0,0,0,.73); backdrop-filter: blur(6px); }
.dialog-close-row { position: absolute; right: 16px; top: 12px; }
.dialog-close { border: 0; background: transparent; color: #9aa6b8; font-size: 1.9rem; }
.subscriber-dialog h2 { margin: 0; font-size: 2.2rem; }
.subscriber-dialog p:not(.eyebrow) { color: var(--muted); }
.api-status { margin: 22px 0; padding: 15px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.035); }
.api-status span { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }
.api-status strong { font-size: .9rem; }
.api-status code { display: block; margin-top: 8px; color: var(--cyan); font-size: .75rem; }
@media (max-width: 1240px) {
    .header-shell { grid-template-columns: auto auto 1fr; }
    .menu-toggle { display: inline-block; justify-self: end; }
    .primary-navigation { display: none; grid-column: 1/-1; justify-content: flex-start; flex-wrap: wrap; padding: 0 0 18px; }
    .primary-navigation.is-open { display: flex; }
    .header-actions { justify-self: end; }
    .service-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .geography-flow { grid-template-columns: repeat(5,minmax(0,1fr)); }
    .geography-flow > i { display: none; }
    .geography-flow .button { grid-column: 1/-1; }
}
@media (max-width: 900px) {
    .header-shell { min-height: 66px; }
    .header-actions .button, .language-label { display: none; }
    .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 62px; }
    .hero-console { max-width: 560px; width: 100%; }
    .service-grid, .media-grid, .search-results { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .player-card video { min-height: 330px; }
    .domain-bands { grid-template-columns: 1fr; }
    .domain-bands article { border-right: 0; }
    .subscriber-section { align-items: stretch; flex-direction: column; }
    .subscriber-actions { flex-direction: row; }
    .site-footer { grid-template-columns: repeat(2,1fr); }
    .footer-brand { grid-column: 1/-1; }
}
@media (max-width: 650px) {
    .header-shell, .hero, .geography-panel, .search-results-shell, .services-section, .content-strip, .subscriber-section { width: min(100% - 22px,1500px); }
    .header-actions { gap: 4px; }
    .location-button { max-width: 104px; overflow: hidden; }
    .language-select { max-width: 62px; padding: 0 7px; }
    .hero h1 { font-size: clamp(3.4rem,19vw,5.8rem); }
    .hero-copy { margin: 24px 0; }
    .global-search { flex-direction: column; }
    .global-search button { width: 100%; }
    .section-heading { align-items: start; flex-direction: column; }
    .geography-flow { grid-template-columns: 1fr; }
    .service-grid, .media-grid, .search-results { grid-template-columns: 1fr; }
    .service-card { min-height: 205px; }
    .live-section { padding-top: 58px; padding-bottom: 58px; }
    .player-card video { min-height: 230px; }
    .domain-bands article { min-height: 330px; padding: 38px 22px; }
    .subscriber-actions { flex-direction: column; }
    .site-footer { grid-template-columns: 1fr 1fr; padding-top: 48px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { transition: none!important; animation: none!important; } }


/* MATRIXTV-P2.1.2-TV-FIRST-BEGIN */
/* The live television experience is now the first substantive element below the navigation. */
.tv-first-live {
    margin-top: 0;
    min-height: calc(100svh - 74px);
    padding: clamp(10px, 1.25vw, 18px) max(18px, calc((100vw - 1500px) / 2)) clamp(18px, 2vw, 30px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    scroll-margin-top: 74px;
}
.tv-first-live .section-heading {
    width: 100%;
    margin: 0 auto clamp(8px, 1vw, 14px);
    align-items: end;
    gap: 18px;
}
.tv-first-live .section-heading h2 {
    margin: 0;
    font-size: clamp(2rem, 3.4vw, 4rem);
    line-height: .95;
    letter-spacing: -.045em;
}
.tv-first-live .section-heading .eyebrow {
    margin: 0 0 4px;
}
.tv-first-live .section-heading > p {
    max-width: 570px;
    margin: 0;
    font-size: clamp(.78rem, .9vw, .95rem);
    line-height: 1.35;
}
.tv-first-live .playback-layout {
    flex: 1;
    width: 100%;
    height: calc(100svh - 184px);
    min-height: 480px;
    max-height: 760px;
    grid-template-columns: minmax(0, 1fr) minmax(310px, 28%);
    gap: clamp(10px, 1.2vw, 18px);
}
.tv-first-live .player-card {
    height: 100%;
    min-height: 0;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto auto;
}
.tv-first-live .player-card video {
    width: 100%;
    height: 100%;
    min-height: 0;
    aspect-ratio: 16 / 9;
    object-fit: contain;
}
.tv-first-live .player-meta {
    padding: 11px 16px 5px;
}
.tv-first-live #status {
    min-height: 34px;
    padding: 5px 16px 12px;
    font-size: .82rem;
}
.tv-first-live .channel-panel {
    height: 100%;
    min-height: 0;
    padding: clamp(14px, 1.4vw, 20px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.tv-first-live .panel-heading {
    flex: 0 0 auto;
    margin-bottom: 10px;
}
.tv-first-live #channels {
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    padding-right: 3px;
}
.tv-first-live #channels::-webkit-scrollbar { width: 7px; }
.tv-first-live #channels::-webkit-scrollbar-thumb { background: rgba(255,255,255,.2); border-radius: 999px; }

/* The former promotional hero remains available as supporting discovery content below live television. */
.supporting-hero {
    min-height: auto;
    padding: clamp(46px, 6vw, 78px) 0;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
}
.supporting-hero h1 {
    font-size: clamp(3.4rem, 6.6vw, 7.2rem);
}
.supporting-hero .hero-copy {
    margin: 22px 0;
}

@media (max-width: 1180px) {
    .tv-first-live .playback-layout {
        grid-template-columns: minmax(0, 1fr) minmax(290px, 34%);
        height: calc(100svh - 178px);
        min-height: 450px;
    }
    .tv-first-live .section-heading > p { max-width: 430px; }
}

@media (max-width: 850px) {
    .tv-first-live {
        min-height: auto;
        padding: 9px 11px 22px;
        scroll-margin-top: 66px;
    }
    .tv-first-live .section-heading {
        min-height: 42px;
        margin-bottom: 7px;
        align-items: center;
        flex-direction: row;
    }
    .tv-first-live .section-heading h2 {
        font-size: clamp(1.55rem, 6vw, 2.15rem);
    }
    .tv-first-live .section-heading .eyebrow,
    .tv-first-live .section-heading > p {
        display: none;
    }
    .tv-first-live .playback-layout {
        display: grid;
        grid-template-columns: 1fr;
        height: auto;
        min-height: 0;
        max-height: none;
        gap: 10px;
    }
    .tv-first-live .player-card {
        height: auto;
        min-height: 0;
    }
    .tv-first-live .player-card video {
        display: block;
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 9;
    }
    .tv-first-live .player-meta {
        padding: 9px 12px 4px;
    }
    .tv-first-live #status {
        min-height: 30px;
        padding: 4px 12px 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .tv-first-live .channel-panel {
        height: auto;
        max-height: min(280px, 38svh);
        padding: 12px;
    }
    .tv-first-live .panel-heading {
        margin-bottom: 8px;
    }
    .tv-first-live .panel-heading h3 {
        font-size: 1.15rem;
    }
    .supporting-hero {
        grid-template-columns: 1fr;
        padding: 42px 0;
    }
    .supporting-hero .hero-console {
        max-width: 100%;
    }
}

@media (max-width: 520px) {
    .tv-first-live {
        padding-left: 7px;
        padding-right: 7px;
    }
    .tv-first-live .section-heading {
        padding: 0 5px;
    }
    .tv-first-live .player-card,
    .tv-first-live .channel-panel {
        border-radius: 15px;
    }
    .tv-first-live .player-meta strong {
        max-width: 230px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .tv-first-live .channel-panel {
        max-height: 250px;
    }
    .supporting-hero .hero-console {
        display: none;
    }
    .supporting-hero h1 {
        font-size: clamp(3rem, 17vw, 5.2rem);
    }
}
/* MATRIXTV-P2.1.2-TV-FIRST-END */


/* MATRIXTV-P2.1.3-DENSE-SPACING-BEGIN */
/* Dense vertical rhythm: minimize empty vertical space between public landing-page sections. */
:root {
    --matrix-section-gap-min: 0px;
    --matrix-section-pad-y: clamp(14px, 2vw, 26px);
    --matrix-section-pad-y-tight: clamp(8px, 1.2vw, 16px);
    --matrix-card-gap-tight: clamp(8px, 1vw, 14px);
}

html[data-spacing-release="8A.4.0-P2.1.3"] body,
body {
    scroll-padding-top: 76px;
}

main#main-content {
    display: flex;
    flex-direction: column;
    gap: 0 !important;
}

main#main-content > section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

main#main-content > section + section {
    margin-top: 0 !important;
    border-top: 1px solid rgba(255,255,255,.055);
}

.section-heading,
.tv-first-live .section-heading,
.live-section .section-heading {
    margin-top: 0 !important;
    margin-bottom: var(--matrix-card-gap-tight) !important;
}

.section-heading h2,
.panel-heading h3,
.live-section h2,
.supporting-hero h1 {
    margin-top: 0 !important;
}

.tv-first-live,
.live-section {
    min-height: auto !important;
    padding-top: clamp(4px, .55vw, 8px) !important;
    padding-bottom: clamp(6px, .75vw, 10px) !important;
}

.tv-first-live .playback-layout,
.live-section .playback-layout {
    gap: var(--matrix-card-gap-tight) !important;
}

.tv-first-live .player-meta,
.live-section .player-meta {
    padding-top: 7px !important;
    padding-bottom: 3px !important;
}

.tv-first-live #status,
.live-section #status {
    min-height: 22px !important;
    padding-top: 3px !important;
    padding-bottom: 7px !important;
}

.tv-first-live .channel-panel,
.live-section .channel-panel {
    padding-top: clamp(10px, 1vw, 14px) !important;
    padding-bottom: clamp(10px, 1vw, 14px) !important;
}

.tv-first-live .panel-heading,
.live-section .panel-heading {
    margin-bottom: 7px !important;
}

.supporting-hero,
.hero.supporting-hero,
.hero {
    min-height: auto !important;
    padding-top: clamp(18px, 2.4vw, 32px) !important;
    padding-bottom: clamp(18px, 2.4vw, 32px) !important;
}

.supporting-hero .hero-copy,
.hero .hero-copy {
    margin-top: 12px !important;
    margin-bottom: 14px !important;
}

.supporting-hero .hero-actions,
.hero .hero-actions,
.supporting-hero .hero-meta,
.hero .hero-meta {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}

.discovery-section,
.services-section,
.service-section,
.catalogue-section,
.countries-section,
.languages-section,
.experience-section,
.platform-section,
.market-section,
.footer-cta,
.public-section {
    padding-top: var(--matrix-section-pad-y) !important;
    padding-bottom: var(--matrix-section-pad-y) !important;
}

.discovery-grid,
.service-grid,
.catalogue-grid,
.country-grid,
.language-grid,
.cards-grid,
.feature-grid,
.stats-grid,
.market-grid {
    gap: var(--matrix-card-gap-tight) !important;
}

.card,
.service-card,
.country-card,
.catalogue-card,
.feature-card,
.discovery-card,
.channel-card {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.card p,
.service-card p,
.country-card p,
.catalogue-card p,
.feature-card p,
.discovery-card p {
    margin-bottom: 0 !important;
}

footer,
.site-footer {
    margin-top: 0 !important;
    padding-top: clamp(16px, 2vw, 28px) !important;
    padding-bottom: clamp(14px, 1.8vw, 24px) !important;
}

@media (max-width: 850px) {
    body { scroll-padding-top: 64px; }
    :root {
        --matrix-section-pad-y: 14px;
        --matrix-section-pad-y-tight: 8px;
        --matrix-card-gap-tight: 8px;
    }
    .tv-first-live,
    .live-section {
        padding-top: 4px !important;
        padding-bottom: 8px !important;
    }
    .tv-first-live .section-heading,
    .live-section .section-heading {
        min-height: 0 !important;
        margin-bottom: 6px !important;
    }
    .tv-first-live .playback-layout,
    .live-section .playback-layout {
        gap: 8px !important;
    }
    .tv-first-live .channel-panel,
    .live-section .channel-panel {
        max-height: min(220px, 32svh) !important;
        padding: 9px !important;
    }
    .supporting-hero,
    .hero.supporting-hero,
    .hero {
        padding-top: 16px !important;
        padding-bottom: 18px !important;
    }
    .discovery-section,
    .services-section,
    .service-section,
    .catalogue-section,
    .countries-section,
    .languages-section,
    .experience-section,
    .platform-section,
    .market-section,
    .footer-cta,
    .public-section {
        padding-top: 14px !important;
        padding-bottom: 14px !important;
    }
}

@media (max-width: 520px) {
    :root {
        --matrix-section-pad-y: 10px;
        --matrix-card-gap-tight: 7px;
    }
    .tv-first-live,
    .live-section {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
    .supporting-hero,
    .hero.supporting-hero,
    .hero {
        padding-top: 12px !important;
        padding-bottom: 14px !important;
    }
    main#main-content > section + section {
        border-top-color: rgba(255,255,255,.04);
    }
}
/* MATRIXTV-P2.1.3-DENSE-SPACING-END */


/* MATRIXTV-P2.1.4-CATEGORY-CARD-REFRAME-BEGIN */
/* Compact, media-rich service cards: smaller titles, shorter cards, category iconography and readable overlays. */
:root {
    --matrix-card-title-size: clamp(1.35rem, 2vw, 2.4rem);
    --matrix-card-title-size-mobile: clamp(1.22rem, 6vw, 1.85rem);
    --matrix-card-body-size: clamp(.86rem, .95vw, 1rem);
    --matrix-card-pad: clamp(22px, 3vw, 42px);
    --matrix-card-min-h: clamp(230px, 30vh, 300px);
    --matrix-card-icon-size: clamp(46px, 5.5vw, 76px);
}

.domain-bands {
    background: #070a12;
}

.domain-bands article {
    position: relative !important;
    isolation: isolate !important;
    overflow: hidden !important;
    min-height: var(--matrix-card-min-h) !important;
    padding: var(--matrix-card-pad) !important;
    justify-content: center !important;
    gap: 7px !important;
    background: linear-gradient(145deg, rgba(14, 20, 34, .92), rgba(5, 7, 13, .97)) !important;
}

.domain-bands article:nth-child(4n+2),
.domain-bands article:nth-child(4n+3) {
    background: linear-gradient(145deg, rgba(17, 24, 39, .92), rgba(6, 9, 16, .97)) !important;
}

.domain-bands article::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: .56;
    background:
        radial-gradient(circle at 82% 24%, rgba(79, 217, 255, .20), transparent 28%),
        radial-gradient(circle at 18% 88%, rgba(255, 106, 42, .13), transparent 34%),
        linear-gradient(145deg, rgba(255,255,255,.035), transparent 48%);
}

.domain-bands article::before {
    position: absolute;
    top: clamp(16px, 2.4vw, 34px);
    right: clamp(16px, 3vw, 42px);
    z-index: -1;
    width: var(--matrix-card-icon-size);
    height: var(--matrix-card-icon-size);
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: clamp(16px, 2vw, 24px);
    background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.035));
    box-shadow: 0 18px 50px rgba(0,0,0,.30), inset 0 1px rgba(255,255,255,.12);
    color: white;
    font-size: calc(var(--matrix-card-icon-size) * .48);
    line-height: 1;
    opacity: .95;
}

.domain-bands article#radio::before { content: "📻"; }
.domain-bands article#news::before { content: "📰"; }
.domain-bands article#sports::before { content: "⚽"; }
.domain-bands article#education::before { content: "🎓"; }
.domain-bands article#kids::before { content: "★"; color: #ffd36f; }
.domain-bands article#shopping::before { content: "🛒"; }
.domain-bands article#business::before { content: "▦"; color: #dbe7ff; }
.domain-bands article#finance::before { content: "↗"; color: #56e39f; }
.domain-bands article#culture::before { content: "🎭"; }
.domain-bands article#faith::before { content: "✦"; color: #e9dcff; }

.domain-bands article#sports::after {
    background:
        radial-gradient(circle at 82% 22%, rgba(86, 227, 159, .24), transparent 28%),
        linear-gradient(115deg, rgba(255,255,255,.05) 0 1px, transparent 1px 22px),
        linear-gradient(145deg, rgba(13, 60, 38, .34), rgba(6, 8, 15, .95));
}
.domain-bands article#education::after {
    background:
        radial-gradient(circle at 84% 24%, rgba(79, 217, 255, .24), transparent 28%),
        linear-gradient(135deg, rgba(56, 93, 184, .30), rgba(6, 8, 15, .96));
}
.domain-bands article#shopping::after {
    background:
        radial-gradient(circle at 84% 24%, rgba(255, 154, 61, .25), transparent 29%),
        linear-gradient(145deg, rgba(105, 51, 21, .35), rgba(6, 8, 15, .96));
}
.domain-bands article#business::after {
    background:
        radial-gradient(circle at 84% 24%, rgba(141, 164, 255, .22), transparent 30%),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(145deg, rgba(24, 36, 65, .42), rgba(6, 8, 15, .96));
    background-size: auto, 42px 42px, 42px 42px, auto;
}
.domain-bands article#finance::after {
    background:
        radial-gradient(circle at 84% 24%, rgba(86, 227, 159, .25), transparent 28%),
        linear-gradient(115deg, transparent 0 42%, rgba(86,227,159,.18) 42% 44%, transparent 44%),
        linear-gradient(145deg, rgba(8, 78, 56, .30), rgba(6, 8, 15, .96));
}
.domain-bands article#radio::after,
.domain-bands article#culture::after {
    background:
        radial-gradient(circle at 84% 24%, rgba(255, 106, 42, .24), transparent 28%),
        repeating-radial-gradient(circle at 80% 24%, rgba(255,255,255,.075) 0 1px, transparent 1px 22px),
        linear-gradient(145deg, rgba(84, 30, 46, .34), rgba(6, 8, 15, .96));
}
.domain-bands article#news::after {
    background:
        radial-gradient(circle at 84% 24%, rgba(79, 217, 255, .22), transparent 28%),
        linear-gradient(90deg, rgba(255,255,255,.045) 0 1px, transparent 1px 18px),
        linear-gradient(145deg, rgba(26, 51, 83, .34), rgba(6, 8, 15, .96));
}
.domain-bands article#kids::after {
    background:
        radial-gradient(circle at 84% 24%, rgba(255, 211, 111, .25), transparent 28%),
        radial-gradient(circle at 16% 84%, rgba(79, 217, 255, .16), transparent 26%),
        linear-gradient(145deg, rgba(71, 43, 113, .34), rgba(6, 8, 15, .96));
}
.domain-bands article#faith::after {
    background:
        radial-gradient(circle at 84% 24%, rgba(233, 220, 255, .22), transparent 28%),
        linear-gradient(145deg, rgba(54, 47, 83, .32), rgba(6, 8, 15, .96));
}

.domain-bands span {
    position: relative;
    z-index: 1;
    font-size: clamp(.62rem, .72vw, .72rem) !important;
    letter-spacing: .18em !important;
}

.domain-bands h2 {
    position: relative;
    z-index: 1;
    max-width: min(540px, calc(100% - clamp(70px, 9vw, 120px))) !important;
    margin: 5px 0 2px !important;
    font-size: var(--matrix-card-title-size) !important;
    line-height: 1.08 !important;
    letter-spacing: -.035em !important;
    font-weight: 850 !important;
}

.domain-bands p {
    position: relative;
    z-index: 1;
    max-width: min(560px, 100%) !important;
    margin: 4px 0 0 !important;
    color: #a8b4c6 !important;
    font-size: var(--matrix-card-body-size) !important;
    line-height: 1.45 !important;
}

.domain-bands a {
    position: relative;
    z-index: 1;
    margin-top: 8px !important;
    font-size: .88rem !important;
}

.service-card {
    min-height: clamp(155px, 18vw, 190px) !important;
    padding: clamp(16px, 1.65vw, 22px) !important;
}
.service-card h3 {
    margin: clamp(18px, 2vw, 26px) 0 6px !important;
    font-size: clamp(1.05rem, 1.18vw, 1.28rem) !important;
    line-height: 1.15 !important;
    letter-spacing: -.025em !important;
}
.service-card p {
    font-size: .84rem !important;
    line-height: 1.4 !important;
}
.service-card small {
    bottom: 14px !important;
}

.media-card h3 {
    font-size: clamp(1.02rem, 1.1vw, 1.22rem) !important;
    line-height: 1.18 !important;
}

.subscriber-section h2 {
    font-size: clamp(1.9rem, 3vw, 3.4rem) !important;
    line-height: 1.04 !important;
}

@media (max-width: 900px) {
    :root {
        --matrix-card-min-h: 220px;
        --matrix-card-pad: 24px;
        --matrix-card-icon-size: 54px;
    }
    .domain-bands h2 {
        max-width: calc(100% - 70px) !important;
    }
}

@media (max-width: 650px) {
    :root {
        --matrix-card-min-h: auto;
        --matrix-card-pad: 20px;
        --matrix-card-icon-size: 46px;
    }
    .domain-bands article {
        min-height: 190px !important;
    }
    .domain-bands article::before {
        top: 16px;
        right: 16px;
        border-radius: 15px;
    }
    .domain-bands h2 {
        max-width: calc(100% - 58px) !important;
        font-size: var(--matrix-card-title-size-mobile) !important;
    }
    .domain-bands p {
        font-size: .86rem !important;
    }
    .domain-bands a {
        font-size: .84rem !important;
    }
    .service-card {
        min-height: 150px !important;
    }
}
/* MATRIXTV-P2.1.4-CATEGORY-CARD-REFRAME-END */

/* MATRIXTV LIVETV STEP1 CORRECT HEADER SELECTOR START */
/* Header text only. No player, playback layout, channel panel, navbar, runtime, HLS, or pagination changes. */

/* WATCH NOW stays first. */
.tv-first-live .section-heading .eyebrow {
  display: inline-block !important;
  margin: 0 !important;
  font-size: .75rem !important;
  line-height: 1 !important;
  letter-spacing: .2em !important;
  vertical-align: baseline !important;
}

/* Live on MatrixTV becomes same visual size and sits after WATCH NOW. */
.tv-first-live .section-heading h2 {
  display: inline-block !important;
  margin: 0 0 0 .7rem !important;
  font-size: .75rem !important;
  line-height: 1 !important;
  letter-spacing: .08em !important;
  vertical-align: baseline !important;
}

/* Hide only the descriptive paragraph under the header. */
.tv-first-live .section-heading > p {
  display: none !important;
}

/* MATRIXTV LIVETV STEP1 CORRECT HEADER SELECTOR END */

/* MATRIXTV LIVETV STEP2 LOCK CHANNEL RIGHT START */
/* CSS only. Locks player left + Live Channels right. Keeps NOW PLAYING under player. */

/* Desktop/tablet: never allow Live Channels to drop under the player. */
@media (min-width: 851px) {
  .tv-first-live .playback-layout,
  .live-section .playback-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(310px, 28%) !important;
    grid-template-rows: auto !important;
    grid-auto-flow: row !important;
    align-items: stretch !important;
    column-gap: clamp(10px, 1.2vw, 18px) !important;
  }

  .tv-first-live .playback-layout > .player-card,
  .live-section .playback-layout > .player-card {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: stretch !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .tv-first-live .playback-layout > .channel-panel,
  .live-section .playback-layout > .channel-panel {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: stretch !important;
    width: 100% !important;
    min-width: 310px !important;
    height: auto !important;
    max-height: none !important;
  }

  /* Defensive correction if earlier CSS placed the channel panel into column 1. */
  .tv-first-live .channel-panel,
  .live-section .channel-panel {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  /* NOW PLAYING remains below the video inside the player card. */
  .tv-first-live .player-card,
  .live-section .player-card {
    display: grid !important;
    grid-template-rows: minmax(0, 1fr) auto auto !important;
  }

  .tv-first-live .player-card video,
  .live-section .player-card video {
    grid-row: 1 !important;
  }

  .tv-first-live .player-card .player-meta,
  .live-section .player-card .player-meta {
    grid-row: 2 !important;
    position: static !important;
    display: flex !important;
  }

  .tv-first-live .player-card #status,
  .live-section .player-card #status {
    grid-row: 3 !important;
  }

  /* If an accidental empty card exists in the playback grid, do not let it reserve the right column. */
  .tv-first-live .playback-layout > :empty,
  .live-section .playback-layout > :empty {
    display: none !important;
  }
}

/* MATRIXTV LIVETV STEP2 LOCK CHANNEL RIGHT END */

/* MATRIXTV LIVETV REMOVE PLAYER META TEXT START */
/* CSS only. Removes visible NOW PLAYING / MatrixTV Live Player / LIVE labels from TV player frame. */

.tv-first-live .player-card .player-meta,
.live-section .player-card .player-meta {
  display: none !important;
}

/* MATRIXTV LIVETV REMOVE PLAYER META TEXT END */

/* MATRIXTV LIVETV STEP3 DARK GREY FRAME START */
/* CSS only. Dark grey thin frame + smaller Live Channels menu text. */

/* Replace the orange/red live area with a thin dark-grey frame. */
.tv-first-live,
.live-section {
  background: #14171f !important;
  min-height: auto !important;
  padding-top: clamp(2px, .2vw, 4px) !important;
  padding-bottom: clamp(4px, .35vw, 7px) !important;
}

/* Keep the frame close to the player image and channel panel. */
.tv-first-live .playback-layout,
.live-section .playback-layout {
  gap: 6px !important;
  align-items: stretch !important;
}

/* Keep the player surface dark and remove visual orange bleed. */
.tv-first-live .player-card,
.live-section .player-card,
.tv-first-live .channel-panel,
.live-section .channel-panel {
  background: #07090f !important;
  box-shadow: none !important;
  border: 1px solid #242936 !important;
}

/* Make the visible frame around the video much thinner. */
.tv-first-live .player-card,
.live-section .player-card {
  border-radius: 16px !important;
  overflow: hidden !important;
}

/* Live Channels menu text size reduction only. */
.tv-first-live #channels .channel,
.tv-first-live #channels button,
.live-section #channels .channel,
.live-section #channels button {
  font-size: .86rem !important;
  line-height: 1.2 !important;
}

/* MATRIXTV LIVETV STEP3 DARK GREY FRAME END */

/* MATRIXTV SHARED LIVETV TEMPLATE CSS START */
/* Shared top template for OnDemand, Shopping, Music, News. CSS only. */

.matrix-page-tv-template {
  background: #14171f !important;
  padding: clamp(2px, .2vw, 4px) max(18px, calc((100vw - 1500px) / 2)) clamp(4px, .35vw, 7px) !important;
  min-height: auto !important;
}

.matrix-page-tv-template .section-heading {
  display: flex !important;
  align-items: baseline !important;
  gap: .85rem !important;
  flex-wrap: wrap !important;
  margin: 0 0 8px !important;
}

.matrix-page-tv-template .section-heading .eyebrow,
.matrix-page-tv-template .section-heading h2 {
  display: inline-block !important;
  margin: 0 !important;
  font-size: .92rem !important;
  line-height: 1.05 !important;
  font-weight: 850 !important;
  letter-spacing: .11em !important;
  vertical-align: baseline !important;
}

.matrix-page-tv-template .section-heading h2 {
  text-transform: none !important;
}

.matrix-page-tv-template .section-heading > p {
  display: none !important;
}

.matrix-page-tv-template .playback-layout {
  max-width: 1500px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 28%) !important;
  gap: 6px !important;
  align-items: stretch !important;
}

.matrix-page-tv-template .player-card,
.matrix-page-tv-template .channel-panel {
  background: #07090f !important;
  border: 1px solid #242936 !important;
  box-shadow: none !important;
  border-radius: 16px !important;
  overflow: hidden !important;
}

.matrix-page-tv-template .player-card {
  display: grid !important;
  grid-template-rows: minmax(0, 1fr) auto !important;
  min-height: 0 !important;
}

.matrix-page-tv-template .player-card video {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: contain !important;
  background: #000 !important;
}

.matrix-page-tv-template .player-meta {
  display: none !important;
}

.matrix-page-tv-template #status {
  min-height: 22px !important;
  padding: 7px 14px !important;
  color: #9ba7b8 !important;
  font-size: .82rem !important;
}

.matrix-page-tv-template .channel-panel {
  grid-column: 2 !important;
  grid-row: 1 !important;
  padding: 10px !important;
  min-width: 310px !important;
}

.matrix-page-tv-template .panel-heading {
  margin-bottom: 7px !important;
}

.matrix-page-tv-template .panel-heading small,
.matrix-page-tv-template .panel-heading h3,
.matrix-page-tv-template .panel-heading > span {
  font-size: .78rem !important;
  line-height: 1.1 !important;
}

.matrix-page-tv-template #channels {
  display: grid !important;
  gap: 7px !important;
}

.matrix-page-tv-template #channels .channel,
.matrix-page-tv-template #channels button {
  font-size: .86rem !important;
  line-height: 1.2 !important;
  padding: 10px 12px !important;
}

@media (max-width: 850px) {
  .matrix-page-tv-template .playback-layout {
    grid-template-columns: 1fr !important;
  }

  .matrix-page-tv-template .channel-panel {
    grid-column: 1 !important;
    min-width: 0 !important;
  }
}

/* MATRIXTV SHARED LIVETV TEMPLATE CSS END */

/* MATRIXTV MORE PAGE CSS START */
/* More page only. Product card landing page for navbar More... */

.matrix-more-page {
  min-height: calc(100svh - 74px);
  padding: clamp(34px, 5vw, 72px) max(18px, calc((100vw - 1500px) / 2)) clamp(44px, 6vw, 90px);
  background:
    radial-gradient(circle at 12% 18%, rgba(79,217,255,.12), transparent 30%),
    radial-gradient(circle at 90% 10%, rgba(255,106,42,.10), transparent 32%),
    #070a12;
}

.matrix-more-page .more-shell {
  width: min(1500px, 100%);
  margin: 0 auto;
}

.matrix-more-page .more-eyebrow {
  margin: 0 0 10px;
  color: var(--orange-2);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.matrix-more-page h1 {
  margin: 0;
  max-width: 950px;
  font-size: clamp(2.7rem, 5.8vw, 6.4rem);
  line-height: .94;
  letter-spacing: -.06em;
}

.matrix-more-page .more-intro {
  max-width: 760px;
  margin: 20px 0 34px;
  color: #aeb8ca;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  line-height: 1.55;
}

.matrix-more-page .more-card-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.matrix-more-page .more-card {
  min-height: 230px;
  padding: 22px;
  border: 1px solid #242936;
  border-radius: 22px;
  background: linear-gradient(145deg, #121826, #080b13);
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
  color: white;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.matrix-more-page .more-card:hover {
  border-color: rgba(79,217,255,.55);
  transform: translateY(-2px);
}

.matrix-more-page .more-card small {
  color: var(--orange-2);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.matrix-more-page .more-card h2 {
  margin: 10px 0;
  font-size: clamp(1.55rem, 2vw, 2.25rem);
  line-height: 1;
  letter-spacing: -.035em;
}

.matrix-more-page .more-card p {
  margin: 0;
  color: #96a2b7;
  font-size: .92rem;
  line-height: 1.42;
}

.matrix-more-page .more-card span {
  margin-top: 18px;
  color: var(--cyan);
  font-weight: 850;
  font-size: .86rem;
}

@media (max-width: 1180px) {
  .matrix-more-page .more-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .matrix-more-page .more-card-grid {
    grid-template-columns: 1fr;
  }
}

/* MATRIXTV MORE PAGE CSS END */

