.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.hero-swiper,.hero-swiper .swiper-slide,.vjs-wrap{position:relative}img{display:block;max-width:100%;height:auto}.swiper-slide img{aspect-ratio:420/630;width:100%;height:auto;object-fit:cover}.vjs-wrap{width:100%;aspect-ratio:16/9}.vjs-wrap video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-swiper{width:100%;min-height:400px;aspect-ratio:9/15;overflow:hidden}.hero-swiper .swiper-slide::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:180px;pointer-events:none;z-index:5;background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 50%,rgba(0,0,0,.95) 100%)}@media (min-width:640px){.hero-swiper{min-height:450px;aspect-ratio:4/3}}@media (min-width:1024px){.hero-swiper{min-height:600px;aspect-ratio:25/9}}.content-slider .swiper{width:100%;height:auto}.content-slider .swiper-wrapper{display:flex;align-items:stretch}.content-slider .swiper-slide{height:auto;display:flex}body{font-display:swap}#order-count{min-width:60px;display:inline-block;text-align:center}.hero-swiper .swiper-slide .image-hero-container{width:100%;height:100%;min-height:inherit}.hero-swiper .swiper-slide .image-hero-container img{width:100%;height:100%;object-fit:cover}@media (max-width:768px){.vjs-wrap{aspect-ratio:9/16;min-height:400px}}.hero-meta,.hero-overlay{position:relative;z-index:10}



.swiper-container-inner {

padding: 0 !important;
}


.content-slider .swiper-slide a {
display: block;
border-radius: 10px;
}


.content-slider .swiper-slide a:focus-visible {
outline: 2px solid #3b82f6;
outline-offset: 3px;
}


.content-slider .swiper-slide .poster-discover {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 0.4rem;
width: 100%;
aspect-ratio: 113/169;
padding: 0.75rem;
text-align: center;
border-radius: 10px;
background: #111827;
border: 1px solid rgba(255, 255, 255, 0.12);
color: #e5e7eb;
font-weight: 600;
font-size: 0.85rem;
line-height: 1.25;
text-decoration: none;
transition: background-color 0.2s ease, border-color 0.2s ease;
}

.content-slider .swiper-slide .poster-discover:hover {
background: #1f2937;
border-color: rgba(59, 130, 246, 0.6);
color: #fff;
}

.content-slider .swiper-slide .poster-discover-arrow {
font-size: 1.15rem;
line-height: 1;
color: #3b82f6;
}


.content-slider .swiper-slide {
width: calc((100% - 22px) / 3.2);   
}
@media (min-width: 640px) {
.content-slider .swiper-slide {
width: calc((100% - 48px) / 4.2);   
}
}
@media (min-width: 1024px) {
.content-slider .swiper-slide {
width: calc((100% - 52px) / 6.2);   
}
}
@media (min-width: 1280px) {
.content-slider .swiper-slide {
width: calc((100% - 104px) / 6.2); 
}
}


.content-slider .swiper-slide img {
width: 100%;
height: auto;
object-fit: cover;

aspect-ratio: 113/169;
border-radius: 10px; 
}


@media (min-width: 1024px) {
.content-slider .swiper-slide img {

aspect-ratio: 209/313;
border-radius: 12px; 
}


.content-slider .swiper-slide .poster-discover {
aspect-ratio: 209/313;
border-radius: 12px;
font-size: 0.95rem;
}
}


.iptv-feature-section {
font-family: 'Inter', system-ui, -apple-system, sans-serif;
background-color: #0a0a0a;
color: #e5e7eb;
}

.iptv-gradient-text {
background: linear-gradient(to right, #60a5fa, #22d3ee);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}


.iptv-animate-up {
opacity: 0;
transform: translateY(20px);
transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.iptv-animate-up.visible {
opacity: 1;
transform: translateY(0);
}

.delay-100 { transition-delay: 0.1s; }
.delay-200 { transition-delay: 0.2s; }
.delay-300 { transition-delay: 0.3s; }
.swiper-pagination-bullet {
width: 24px;
height: 24px;
margin: 0 1px !important;
background: transparent;
border-radius: 0;
opacity: 1;
position: relative;
}
.swiper-pagination-bullet::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 8px;
height: 8px;
transform: translate(-50%, -50%);
border-radius: 50%;
background: #4b5563;
transition: width 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease;
}
.swiper-pagination-bullet-active {
background: transparent;
}
.swiper-pagination-bullet-active::before {
width: 20px;
border-radius: 4px;
background: #3b82f6;
}
.swiper-button-next, .swiper-button-prev {
color: #3b82f6;
background: rgba(17, 24, 39, 0.8);
width: 40px;
height: 40px;
border-radius: 50%;
backdrop-filter: blur(4px);
border: 1px solid rgba(255, 255, 255, 0.1);
}
.swiper-button-next:after, .swiper-button-prev:after {
font-size: 18px;
font-weight: bold;
}
.review-card {
background: rgba(17, 24, 39, 0.7);
backdrop-filter: blur(12px);
border: 1px solid rgba(255, 255, 255, 0.05);
transition: all 0.3s ease;
}
.review-card:hover {
border-color: rgba(59, 130, 246, 0.3);
transform: translateY(-2px);
box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
}
.wa-reviews {
background: #0a0a0a;
padding: 0.5rem 0 3rem;
}
.wa-reviews-inner {
max-width: 1500px;
margin-inline: auto;
padding-inline: 1rem;
}
@media (min-width: 1024px) { .wa-reviews-inner { padding-inline: 2.5rem; } }
.wa-strip {
display: flex;
gap: 0.9rem;
overflow-x: auto;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
margin-inline: -1rem;
padding: 0.25rem 1rem 1rem;
scrollbar-width: thin;
scrollbar-color: rgba(255, 255, 255, 0.18) transparent;
}
@media (min-width: 1024px) {
.wa-strip { margin-inline: 0; padding-inline: 0; }
}
.wa-strip::-webkit-scrollbar { height: 6px; }
.wa-strip::-webkit-scrollbar-thumb {
background: rgba(255, 255, 255, 0.18);
border-radius: 3px;
}
.wa-shot {
flex: 0 0 auto;
width: 74vw;
max-width: 300px;
margin: 0;
scroll-snap-align: center;
border-radius: 0.8rem;
overflow: hidden;
border: 1px solid rgba(37, 211, 102, 0.22);
box-shadow: 0 18px 40px -20px rgba(0, 0, 0, 0.9);
background: #0b141a;
}
@media (min-width: 768px) { .wa-shot { width: 300px; } }
.wa-shot img {
display: block;
width: 100%;
height: auto;
}

.purchase-step-card {
background: rgba(255, 255, 255, 0.03);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.05);
transition: all 0.3s ease;
z-index: 10;
position: relative;
}

.purchase-step-card:hover {
transform: translateY(-5px);
background: rgba(255, 255, 255, 0.05);
border-color: rgba(59, 130, 246, 0.3);
box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
}

.step-number {
background: linear-gradient(135deg, #2563eb, #1d4ed8);
box-shadow: 0 0 15px rgba(37, 99, 235, 0.3);
}

.payment-badge {
background: rgba(255, 255, 255, 0.05);
border: 1px solid rgba(255, 255, 255, 0.1);
transition: all 0.2s ease;
}

.payment-badge:hover {
background: rgba(255, 255, 255, 0.1);
border-color: rgba(255, 255, 255, 0.2);
}


.ambient-light {
position: absolute;
border-radius: 50%;
filter: blur(120px);
pointer-events: none;
z-index: 1;
}

.light-1 {
top: 10%;
left: 5%;
width: 600px;
height: 600px;
background: radial-gradient(circle, rgba(37,99,235,0.6) 0%, rgba(59,130,246,0.3) 40%, rgba(0,0,0,0) 70%);
animation: float1 15s infinite ease-in-out;
}

.light-2 {
bottom: 10%;
right: 5%;
width: 700px;
height: 700px;
background: radial-gradient(circle, rgba(59,130,246,0.5) 0%, rgba(37,99,235,0.3) 40%, rgba(0,0,0,0) 70%);
animation: float2 18s infinite ease-in-out;
}

.light-3 {
top: 50%;
left: 50%;
width: 500px;
height: 500px;
background: radial-gradient(circle, rgba(96,165,250,0.4) 0%, rgba(59,130,246,0.2) 50%, rgba(0,0,0,0) 70%);
animation: float3 12s infinite ease-in-out;
transform: translate(-50%, -50%);
}

@keyframes float1 {
0%, 100% { 
transform: translate(0, 0); 
opacity: 0.6;
}
33% { 
transform: translate(100px, -80px); 
opacity: 0.8;
}
66% { 
transform: translate(-50px, 100px); 
opacity: 0.5;
}
}

@keyframes float2 {
0%, 100% { 
transform: translate(0, 0); 
opacity: 0.5;
}
33% { 
transform: translate(-120px, 70px); 
opacity: 0.7;
}
66% { 
transform: translate(80px, -90px); 
opacity: 0.6;
}
}

@keyframes float3 {
0%, 100% { 
transform: translate(-50%, -50%) scale(1); 
opacity: 0.4;
}
50% { 
transform: translate(-50%, -50%) scale(1.3); 
opacity: 0.6;
}
}



.step-visual {
aspect-ratio: 16 / 9;
margin-bottom: 1.25rem;
border-radius: 0.75rem;
border: 1px solid rgba(255, 255, 255, 0.07);
background:
radial-gradient(120% 110% at 50% 0%, rgba(37, 99, 235, 0.30), transparent 68%),
linear-gradient(160deg, rgba(8, 47, 110, 0.55) 0%, rgba(6, 182, 212, 0.10) 62%, rgba(255, 255, 255, 0.02) 100%);
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}

.step-visual svg {
width: 62%;
height: auto;
display: block;
transition: transform 0.35s ease;
}

.purchase-step-card:hover .step-visual svg { transform: scale(1.06); }

@media (prefers-reduced-motion: reduce) {
.step-visual svg { transition: none; }
.purchase-step-card:hover .step-visual svg { transform: none; }
}



@media (max-width: 767px) {
.purchase-steps-row.grid {
display: flex;
gap: 0.75rem;
overflow-x: auto;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
scroll-padding: 0 1rem;
padding-bottom: 0.5rem;
scrollbar-width: none;

margin-inline: -1rem;
padding-inline: 1rem;
}
.purchase-steps-row.grid::-webkit-scrollbar { display: none; }

.purchase-steps-row > .purchase-step-card {
flex: 0 0 76%;
scroll-snap-align: center;
padding: 1rem;
}

.purchase-steps-row .step-visual { margin-bottom: 0.875rem; }
.purchase-steps-row .step-number { width: 2rem; height: 2rem; font-size: 0.95rem; margin-bottom: 0.75rem; }
.purchase-steps-row .purchase-step-card h3 { font-size: 1rem; }
.purchase-steps-row .purchase-step-card p { font-size: 0.8125rem; }
}
.sticker-text {
position: relative;
display: inline-block;
margin-bottom: 0.95rem;
font-size: 1.55rem;
line-height: 1.15;
font-weight: 800;
letter-spacing: -0.015em;

color: #fff;
-webkit-text-stroke: 10px #fff;

filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.20))
drop-shadow(0 6px 9px rgba(0, 0, 0, 0.6));

transform: rotate(-4deg);
}

.sticker-text::after {
content: attr(data-text);
position: absolute;
left: 0;
top: 0;
-webkit-text-stroke: 0;
background: linear-gradient(100deg, #7dd3fc 0%, #818cf8 48%, #c084fc 100%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
@media (max-width: 767px) {
.sticker-text { font-size: 1.35rem; -webkit-text-stroke-width: 8px; }
}


.app-card {
background: rgba(255, 255, 255, 0.03);
border: 1px solid rgba(255, 255, 255, 0.05);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.app-card:hover {
transform: translateY(-5px);
background: rgba(255, 255, 255, 0.08);
border-color: rgba(59, 130, 246, 0.5);
box-shadow: 0 10px 30px -10px rgba(59, 130, 246, 0.3);
}

.app-icon-wrapper {
position: relative;
overflow: hidden;
background: white !important; 
}

.app-card:hover .app-icon-wrapper img {
transform: scale(1.1);
}


.app-name,
.app-platform {
transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.app-card:hover .app-name {
color: #60a5fa;   
}

.app-card:hover .app-platform {
color: #d1d5db;   
}


.hide-scrollbar::-webkit-scrollbar {
display: none;
}
.hide-scrollbar {
-ms-overflow-style: none;
scrollbar-width: none;
}
.whatsapp-float{position:fixed;bottom:20px;right:20px;width:48px;height:48px;background-color:#25d366;color:#fff;border-radius:50px;text-align:center;font-size:24px;box-shadow:0 4px 10px rgba(0,0,0,.3);z-index:1000;display:flex;align-items:center;justify-content:center;transition:.3s;text-decoration:none}.whatsapp-float:hover{background-color:#128c7e;transform:scale(1.1);box-shadow:0 6px 14px rgba(0,0,0,.4)}.whatsapp-icon{width:28px;height:28px;fill:white}
:root {
--footer-bg: #0a0a0a;
--footer-text: #a0a0a0;
--footer-heading: #ffffff;
--footer-accent: #3b82f6;
--footer-accent-hover: #2563eb;
--footer-border: #222222;
}
.modern-footer {
background-color: var(--footer-bg);
color: var(--footer-text);
padding: 80px 0 0;
font-family: "Inter", sans-serif;
border-top: 1px solid var(--footer-border);
position: relative;
}
.footer-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.footer-top {
display: grid;
grid-template-columns: 2fr 1fr 1fr 1.5fr;
gap: 40px;
padding-bottom: 60px;
border-bottom: 1px solid var(--footer-border);
}
.footer-logo {
color: var(--footer-heading);
font-size: 24px;
font-weight: 700;
margin-bottom: 20px;
letter-spacing: -0.5px;
}
.footer-logo span {
color: var(--footer-accent);
}
.footer-desc {
line-height: 1.6;
margin-bottom: 25px;
font-size: 15px;
}
.social-links {
display: flex;
gap: 15px;
}
.social-link {
display: flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
background: rgba(255, 255, 255, 0.05);
color: var(--footer-heading);
border-radius: 50%;
transition: all 0.3s ease;
text-decoration: none;
}
.social-link:hover {
background: var(--footer-accent);
transform: translateY(-3px);
}
.footer-col h4 {
color: var(--footer-heading);
font-size: 18px;
font-weight: 600;
margin-bottom: 25px;
}
.footer-links {
list-style: none;
padding: 0;
margin: 0;
}
.footer-links li {
margin-bottom: 12px;
}
.footer-links a {
color: var(--footer-text);
text-decoration: none;
transition: color 0.3s ease;
font-size: 15px;
display: inline-block;
}
.footer-links a:hover {
color: var(--footer-accent);
transform: translateX(5px);
}
.newsletter-col p {
margin-bottom: 20px;
font-size: 14px;
}
.input-group {
display: flex;
background: rgba(255, 255, 255, 0.05);
border-radius: 8px;
padding: 5px;
border: 1px solid var(--footer-border);
transition: border-color 0.3s ease;
}
.input-group:focus-within {
border-color: var(--footer-accent);
}
.input-group input {
background: transparent;
border: none;
color: var(--footer-heading);
padding: 10px 15px;
width: 100%;
outline: none;
font-size: 14px;
}
.input-group button {
background: var(--footer-accent);
color: white;
border: none;
width: 40px;
border-radius: 6px;
cursor: pointer;
transition: background 0.3s ease;
}
.input-group button:hover {
background: var(--footer-accent-hover);
}
.footer-bottom {
padding: 30px 0;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 14px;
}
.back-to-top {
background: var(--footer-border);
color: var(--footer-heading);
border: none;
width: 40px;
height: 40px;
border-radius: 50%;
cursor: pointer;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
visibility: hidden;
}
.back-to-top.visible {
opacity: 1;
visibility: visible;
}
.back-to-top:hover {
background: var(--footer-accent);
transform: translateY(-3px);
}
@media (max-width: 992px) {
.footer-top {
grid-template-columns: 1fr 1fr;
gap: 30px;
}
.brand-col {
grid-column: span 2;
}
}
@media (max-width: 576px) {
.footer-top {
grid-template-columns: 1fr;
}
.brand-col {
grid-column: span 1;
}
.footer-bottom {
flex-direction: column;
gap: 15px;
}
}


.pay-row {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 0.4rem;
}
.pay-chip {
display: inline-flex;
align-items: center;
justify-content: center;
background: #fff;
border-radius: 0.35rem;
padding: 0;
line-height: 0;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}
.pay-chip img {
display: block;
width: 42px;
height: auto;
}
@media (max-width: 767px) {
.pay-chip img { width: 38px; }
}


.footer-pay { justify-content: flex-start; margin-top: 1.1rem; }
@media (max-width: 767px) {
.footer-pay { justify-content: center; margin-top: 0.9rem; }
}
.faq-section {
background: #000000;
padding: 80px 20px;
font-family: -apple-system, BlinkMacMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
.faq-wrapper {
max-width: 1200px;
margin: 0 auto;
}
.faq-container {
display: grid;
grid-template-columns: 400px 1fr;
gap: 80px;
align-items: start;
}
.faq-left {
position: sticky;
top: 100px;
}
.faq-heading {
font-size: 48px;
font-weight: 900;
color: white;
margin-bottom: 40px;
line-height: 1.1;
}
.faq-chat-section {
margin-top: 40px;
}
.faq-chat-text {
color: rgba(255, 255, 255, 0.7);
font-size: 14px;
margin-bottom: 8px;
}
.faq-chat-subtext {
color: white;
font-size: 16px;
font-weight: 600;
margin-bottom: 24px;
}
.whatsapp-button {
display: inline-flex;
align-items: center;
justify-content: center;
width: 64px;
height: 64px;
background: #25d366;
border-radius: 50%;
transition: all 0.3s ease;
text-decoration: none;
}
.whatsapp-button:hover {
background: #20ba5a;
transform: scale(1.05);
}
.faq-right {
display: flex;
flex-direction: column;
gap: 24px;
}
.faq-search {
position: relative;
margin-bottom: 8px;
}
.search-icon {
position: absolute;
left: 16px;
top: 50%;
transform: translateY(-50%);
color: rgba(0, 0, 0, 0.5);
pointer-events: none;
}
.faq-search-input {
width: 100%;
padding: 14px 16px 14px 48px;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 8px;
font-size: 14px;
background: white;
color: #000;
outline: none;
transition: border-color 0.3s ease;
}
.faq-search-input::placeholder {
color: rgba(0, 0, 0, 0.4);
}
.faq-search-input:focus {
border-color: rgba(0, 0, 0, 0.3);
}
.faq-grid {
display: grid;
grid-template-columns: 1fr;
gap: 0;
}
.faq-item {
background: white;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
overflow: hidden;
}
.faq-item:first-child {
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.faq-question {
width: 100%;
background: transparent;
border: none;
padding: 24px 20px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
cursor: pointer;
text-align: left;
color: #000;
font-size: 16px;
font-weight: 600;
transition: background 0.3s ease;
}
.faq-question:hover {
background: rgba(0, 0, 0, 0.02);
}
.faq-text {
flex: 1;
}
.faq-icon {
flex-shrink: 0;
width: 24px;
height: 24px;
display: flex;
align-items: center;
justify-content: center;
color: rgba(0, 0, 0, 0.5);
transition: transform 0.3s ease;
}
.faq-icon svg {
transition: transform 0.3s ease;
}
.faq-item.active .faq-icon svg {
transform: rotate(180deg);
}
.faq-answer {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease, padding 0.3s ease;
padding: 0 20px;
}
.faq-item.active .faq-answer {
max-height: 500px;
padding: 0 20px 24px 20px;
}
.faq-answer p {
color: rgba(0, 0, 0, 0.7);
font-size: 14px;
line-height: 1.7;
margin: 0;
}
@media (max-width: 968px) {
.faq-container {
grid-template-columns: 1fr;
gap: 40px;
}
.faq-left {
position: static;
}
.faq-heading {
font-size: 36px;
}
}
@media (max-width: 640px) {
.faq-section {
padding: 60px 16px;
}
.faq-heading {
font-size: 28px;
margin-bottom: 24px;
}
.faq-question {
padding: 16px;
font-size: 14px;
}
.faq-answer p {
font-size: 13px;
}
.faq-item.active .faq-answer {
padding: 0 16px 16px 16px;
}
}



@font-face {
font-family: 'Inter Fallback';
src: local('Arial'),
local('Liberation Sans'),
local('Arimo'),
local('Helvetica Neue'),
local('Helvetica'),
local('Roboto'),
local('DejaVu Sans');
ascent-override: 90.44%;
descent-override: 22.52%;
line-gap-override: 0%;
size-adjust: 107.12%;
}

body {
font-family: 'Inter', 'Inter Fallback', sans-serif;
background-color: #111827; 
color: #d1d5db; 
overflow-x: hidden; 
}
.page-section { display: none; }
.page-section.active { display: block; }
.pulse-shadow {
box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);
animation: pulse 2s infinite;
}
@keyframes pulse {
0% { box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7); }
70% { box-shadow: 0 0 0 10px rgba(59, 130, 246, 0); }
100% { box-shadow: 0 0 0 0 rgba(59, 130, 246, 0); }
}
.faq-toggle svg { transition: transform 0.2s ease-in-out; }
.faq-toggle.faq-open svg { transform: rotate(45deg); }



.customer-reviews-swiper .swiper-button-next,
.customer-reviews-swiper .swiper-button-prev { color: #3b82f6; background-color: rgba(31, 41, 55, 0.8); width: 44px; height: 44px; border-radius: 9999px; transition: background-color 0.2s; }
.customer-reviews-swiper .swiper-button-next:hover,
.customer-reviews-swiper .swiper-button-prev:hover { background-color: rgba(55, 65, 81, 1); }
.customer-reviews-swiper .swiper-button-next::after,
.customer-reviews-swiper .swiper-button-prev::after { font-size: 1.25rem; font-weight: 800; }
.customer-reviews-swiper .swiper-pagination-bullet { background-color: #6b7280; opacity: 0.8; width: 10px; height: 10px; transition: background-color 0.2s; }
.customer-reviews-swiper .swiper-pagination-bullet-active { background-color: #3b82f6; opacity: 1; }
.customer-reviews-swiper .swiper-pagination { position: static; margin-top: 2rem; }





.content-slider .swiper-slide { width: auto; flex-shrink: 0; }
.content-slider .swiper-slide img { display: block; height: 350px; aspect-ratio: 2 / 3; object-fit: cover; border-radius: 0.5rem; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.content-slider .swiper-slide:hover img { transform: scale(1.05); box-shadow: 0 10px 5px -3px rgba(59, 130, 246, 0.3), 0 4px 6px -4px rgba(59, 130, 246, 0.3); }
.content-slider .swiper-button-next, .content-slider .swiper-button-prev { color: #ffffff; background-color: rgba(17, 24, 39, 0.6); width: 40px; height: 40px; border-radius: 9999px; top: 50%; transform: translateY(-50%); transition: background-color 0.2s; z-index: 10; }
.content-slider .swiper-button-prev { left: 10px; }
.content-slider .swiper-button-next { right: 10px; }
.content-slider .swiper-button-next:hover, .content-slider .swiper-button-prev:hover { background-color: rgba(17, 24, 39, 0.9); }
.content-slider .swiper-button-next::after, .content-slider .swiper-button-prev::after { font-size: 1rem; font-weight: 600; }



.featured-match-swiper { width: 100%; background-color: #1f2937; border-radius: 0; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); min-height: 200px; position: relative; overflow: hidden; z-index: 0; height: 550px; }
.featured-match-swiper .swiper-slide { display: flex; align-items: center; justify-content: flex-start; height: 100%; padding: 1rem 1rem 1rem 5%; position: relative; z-index: 1; background-size: contain; background-position: right; background-repeat: no-repeat; }
.featured-match-swiper .swiper-slide::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%); z-index: 0; }
.featured-match-swiper .swiper-button-next,
.featured-match-swiper .swiper-button-prev { color: #ffffff; width: 44px; height: 44px; top: 50%; transform: translateY(-50%); transition: background-color 0.2s; z-index: 2; }
.featured-match-swiper .swiper-button-next:hover,
.featured-match-swiper .swiper-button-prev:hover { background-color: rgba(17, 24, 39, 0.4); border-radius: 9999px; }
.featured-match-swiper .swiper-button-next::after,
.featured-match-swiper .swiper-button-prev::after { font-size: 1.25rem; font-weight: 800; }
.featured-match-swiper .swiper-wrapper { position: relative; z-index: 1; }
.slide-meta-text { color: #d1d5db; }
.slide-meta-text span.text-gray-600 { color: #6b7280; }





.vjs-wrap {
position: relative;
aspect-ratio: 21 / 9;
max-height: 85vh;	
width: 100%;
overflow: hidden;
background: #000;
}

.vjs-wrap .video-js,
.vjs-wrap .vjs-tech {
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
}

.vjs-wrap .video-js {
position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;
}


.image-hero-container {
position: relative;
height: 0;
padding-top: 40% !important;   
overflow: hidden;
background: #000;
max-width: 100%;
}

.image-hero-container img {
position: absolute;
top: 0; 
left: 0; 
width: 100%; 
height: 100%;
object-fit: cover;
}


#movie-hero-overlay {
position: absolute; bottom: 0; left: 0; right: 0; top: 0;
display: flex; flex-direction: column; justify-content: flex-end;
padding: 7% 7% 2% 2%;
background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0) 75%);
z-index: 10; pointer-events: none;
}
#movie-hero-overlay > * { pointer-events: auto; max-width: 60%; }


.custom-mute-button {
position: absolute; top: 1rem; right: 1rem; z-index: 15;
background-color: rgba(41, 41, 41, 0.7); border: none;
border-radius: 0.5rem; padding: 0.6rem; cursor: pointer;
transition: background-color 0.2s ease;
}
.custom-mute-button:hover { background-color: rgba(61, 61, 61, 0.9); }
.custom-mute-button svg { width: 1.5rem; height: 1.5rem; color: white; display: block; }


.hero-swiper .swiper-button-next,
.hero-swiper .swiper-button-prev {
color: #ffffff; width: 44px; height: 44px; top: 45%;
transform: translateY(-50%); transition: background-color 0.2s;
z-index: 15; 
}
.hero-swiper .swiper-button-next:hover,
.hero-swiper .swiper-button-prev:hover {
background-color: rgba(17, 24, 39, 0.4); border-radius: 9999px;
}
.hero-swiper .swiper-button-next::after,
.hero-swiper .swiper-button-prev::after { font-size: 1.25rem; font-weight: 800; }





@media (max-width: 768px) {

.content-slider .swiper-button-next, .content-slider .swiper-button-prev { display: none; }
.content-slider .swiper-slide img { height: 165px; } 
.content-slider.w-full { padding-left: 1rem; padding-right: 1rem; }
.content-slider h2.container { padding-left: 0rem; padding-right: 0rem; }


.featured-match-swiper .swiper-button-next, .featured-match-swiper .swiper-button-prev { display: none; }

.featured-match-swiper { height: 550px; border-radius: 0; width: 100vw; margin-left: calc(-50vw + 50%); }
.countdown-timer-wrapper .countdown-boxes .hidden.sm\:block { display: none !important; }
.countdown-timer-wrapper .countdown-boxes span.hidden.sm\:inline { display: none !important; }
.subscribe-hero-btn { width: calc(100% - 2rem); max-width: 300px; display: block; margin-left: auto; margin-right: auto; font-size: 1rem; padding: 0.6rem 2rem; }
.featured-match-swiper .swiper-slide { padding: 0; justify-content: flex-start; display: flex; flex-direction: column; }
.featured-match-swiper .swiper-slide::before { background: none; }
.featured-match-swiper .swiper-slide .relative.z-10 { z-index: 2; width: 100%; text-shadow: none; justify-content: flex-start; align-items: flex-start; }
.mobile-countdown-timer .countdown-boxes > div { min-width: 50px; padding: 0.35rem; }
.mobile-countdown-timer .countdown-boxes span:first-child { font-size: 1.25rem; }
.mobile-countdown-timer .countdown-boxes span:last-child { font-size: 0.65rem; margin-top: 0; }
.mobile-countdown-timer .countdown-boxes span.text-xl { font-size: 1.25rem; }



.vjs-wrap {
aspect-ratio: 9 / 16; 
height: auto !important;
}
.vjs-wrap .video-js, 
.vjs-wrap .vjs-tech {
object-fit: cover !important;
}

.vjs-wrap .video-js .vjs-tech {
object-fit: cover !important; 
}


.image-hero-container {
padding-top: 169% !important; 
aspect-ratio: auto !important; 
height: 0;
position: relative; 
}
.image-hero-container img {

position: absolute; top: 0; left: 0; height: 100%; width: 100%;
object-fit: cover; 
}


.hero-swiper .swiper-button-next,
.hero-swiper .swiper-button-prev {
display: none; 
}
#movie-hero-overlay { 
padding: 5% 5% 10% !important;
background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%) !important;
}
#movie-hero-overlay > * { max-width: 90% !important; }
}




@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal;}:root{--swiper-theme-color:#007aff;}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1;}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block;}.swiper-vertical>.swiper-wrapper{flex-direction:column;}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0);}.swiper-horizontal{touch-action:pan-y;}.swiper-vertical{touch-action:pan-x;}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block;}.swiper-slide-invisible-blank{visibility:hidden;}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto;}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height;}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px;}.swiper-3d .swiper-wrapper{transform-style:preserve-3d;}.swiper-3d{perspective:1200px;}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d;}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none;}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start;}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory;}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory;}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none;}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none;}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999;}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always;}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before);}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after);}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before);}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after);}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10;}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15);}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0));}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0));}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0));}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0));}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent;}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear;}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff;}.swiper-lazy-preloader-black{--swiper-preloader-color:#000;}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}:root{--swiper-navigation-size:44px;}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none;}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none;}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important;}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center;}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg);}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto;}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto;}.swiper-button-lock{display:none;}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1;}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev';}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto;}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next';}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10;}.swiper-pagination.swiper-pagination-hidden{opacity:0;}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important;}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%;}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0;}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative;}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33);}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2);}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none;}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer;}.swiper-pagination-bullet:only-child{display:none!important;}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color));}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0);}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block;}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top;}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px);}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left;}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right;}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit);}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute;}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top;}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top;}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0;}.swiper-pagination-lock{display:none;}.swiper-slide-zoomed{cursor:move;touch-action:none;}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000;}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto;}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out;}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity;}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none;}.swiper-fade .swiper-slide-active{pointer-events:auto;}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto;}
.channel-section {
background-color: transparent;
padding: 0rem 0;
overflow: hidden;
width: 100%;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.channel-card {
background-color: rgba(255, 255, 255, 0.03);
border-radius: 8px;
height: 70px;
width: 160px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
padding: 15px;
border: 1px solid rgba(255, 255, 255, 0.08);
box-sizing: border-box;
overflow: hidden;
}
.channel-logo {
max-width: 100%;
max-height: 100%;
width: 100%;
height: 100%;
object-fit: contain;
object-position: center;
opacity: 0.85;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
display: block;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
}
.channel-card:hover {
background-color: rgba(255, 255, 255, 0.08);
border-color: rgba(255, 255, 255, 0.15);
transform: translateY(-3px);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}
.channel-card:hover .channel-logo {
opacity: 1;
transform: scale(1.05);
}
.channel-swiper {
width: 100%;
padding: 10px 0;
}
.channel-swiper .swiper-wrapper {
transition-timing-function: linear !important;
}
.channel-swiper .swiper-slide {
width: auto !important;
}
.channel-next, .channel-prev { display: none !important; }
@media (max-width: 768px) {
.channel-section {
padding: 0rem 0;
}
.channel-card {
height: 55px;
width: 130px;
padding: 12px;
}
}
@media (max-width: 480px) {
.channel-card {
height: 45px;
width: 110px;
padding: 10px;
}
}
.hero-section {
position: relative;
width: 100%;
height: calc(100vh - 90px);
height: calc(100svh - 90px);
min-height: 560px;
background-color: #000;
overflow: hidden;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
.hero-section {
height: 70vh;
height: 70svh;
min-height: 380px;
}
}
.hero-gradient {
position: absolute;
inset: 0;
z-index: 10;
pointer-events: none;
background: linear-gradient(
to right,
rgba(0, 0, 0, 0.9) 0%,
rgba(0, 0, 0, 0.6) 30%,
rgba(0, 0, 0, 0.2) 60%,
transparent 100%
);
}
@media (max-width: 768px) {
.hero-gradient {
background: linear-gradient(
to top,
rgba(0, 0, 0, 0.9) 0%,
rgba(0, 0, 0, 0.4) 30%,
transparent 60%
);
}
}
.hero-content {
position: absolute;
inset: 0;
z-index: 20;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
padding: 88px 4rem 2rem 4rem;
}
@media (max-width: 768px) {
.hero-content {
padding: 0 1rem 0.25rem 1rem;
justify-content: flex-end;
}
}
@media (min-width: 1024px) {
.hero-section .hero-swiper { min-height: 0; aspect-ratio: auto; height: 100%; }
}
.hero-section .swiper,
.hero-section .swiper-slide { height: 100%; }
.hero-text-wrapper {
max-width: 550px;
width: 100%;
margin-top: auto;
}
.tod-badge {
color: #f59e0b;
font-weight: 800;
letter-spacing: 0.1em;
font-size: 0.75rem;
text-transform: uppercase;
border-left: 4px solid #f59e0b;
padding-left: 0.75rem;
display: inline-block;
margin-bottom: 1rem;
}
.hero-title {
font-size: clamp(2.5rem, 5vw, 4.5rem);
line-height: 0.95;
font-weight: 900;
text-transform: uppercase;
color: white;
margin-bottom: 1rem;
letter-spacing: -0.02em;
text-shadow: 2px 4px 10px rgba(0,0,0,0.8);
}
.badge-container {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 12px;
margin-bottom: 1.5rem;
font-weight: 600;
color: #e5e5e5;
font-size: 0.9rem;
}
.badge-hd {
border: 1px solid rgba(255,255,255,0.6);
padding: 2px 6px;
border-radius: 3px;
font-size: 0.75rem;
color: white;
}
.badge-match { color: #46d369; font-weight: 800; }
.badge-rating { border: 1px solid #808080; padding: 0 5px; color: white; }
.badge-new { color: #4ade80; font-weight: 800; }
.hero-description {
color: #d1d5db;
font-size: 1rem;
margin-bottom: 2rem;
max-width: 100%;
display: none;
line-height: 1.4;
text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}
@media (min-width: 768px) { .hero-description { display: block; } }
@media (max-width: 768px) {
.tod-badge {
font-size: 0.6rem;
padding-left: 0.4rem;
border-left-width: 3px;
margin-bottom: 0.25rem;
}
.hero-title {
font-size: 2rem;
margin-bottom: 0.3rem;
}
.badge-container {
font-size: 0.7rem;
gap: 8px;
margin-bottom: 0.5rem;
}
.badge-hd, .badge-rating {
padding: 1px 3px;
font-size: 0.6rem;
}
}
@media (min-width: 769px) and (max-height: 800px) {
.hero-content { padding-top: 84px; padding-bottom: 1.25rem; }
.hero-title { font-size: clamp(2rem, 3.4vw, 3.25rem); margin-bottom: 0.625rem; }
.hero-description { margin-bottom: 1.25rem; }
.badge-container { margin-bottom: 0.875rem; }
}
@media (min-width: 769px) and (max-height: 700px) {
.hero-title { font-size: clamp(1.75rem, 2.9vw, 2.5rem); }
.hero-description {
display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
overflow: hidden; margin-bottom: 1rem;
}
}
.btn-container {
display: flex;
gap: 1rem;
align-items: center;
}
.btn-play {
background: linear-gradient(90deg, #3b82f6 0%, #06b6d4 100%);
color: white;
border: none;
padding: 12px 32px;
border-radius: 6px;
font-size: 1.1rem;
font-weight: bold;
display: flex;
align-items: center;
gap: 10px;
cursor: pointer;
transition: transform 0.2s, filter 0.2s;
box-shadow: 0 4px 15px rgba(6, 182, 212, 0.3);
white-space: nowrap;
}
.btn-play:hover { transform: scale(1.05); filter: brightness(1.1); }
.btn-info {
background: rgba(109, 109, 110, 0.7);
color: white;
border: none;
padding: 12px 32px;
border-radius: 6px;
font-size: 1.1rem;
font-weight: bold;
display: flex;
align-items: center;
gap: 10px;
cursor: pointer;
backdrop-filter: blur(4px);
transition: background 0.2s;
white-space: nowrap;
}
.btn-info:hover { background: rgba(109, 109, 110, 0.4); }
@media (max-width: 768px) {
.btn-container {
gap: 0.6rem;
width: 100%;
}
.btn-play, .btn-info {
padding: 8px 16px;
font-size: 0.9rem;
gap: 6px;
border-radius: 4px;
flex: 1;
justify-content: center;
}
.btn-play svg, .btn-info svg {
width: 18px;
height: 18px;
}
}
.swiper-button-prev, .swiper-button-next {
color: white !important;
width: 5%;
height: 100%;
top: 0;
margin-top: 0;
opacity: 0;
transition: opacity 0.3s;
text-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
@media (min-width: 1024px) {
.hero-section:hover .swiper-button-prev,
.hero-section:hover .swiper-button-next { opacity: 1; }
}
.swiper-button-prev:after, .swiper-button-next:after { font-size: 2rem !important; font-weight: 900; }
@media (min-width: 1024px) {
.movies-swiper:hover .swiper-button-prev,
.movies-swiper:hover .swiper-button-next {
opacity: 1;
}
}
.pricing-card {
background-color: rgba(10, 10, 10, 0.7);
background-image: linear-gradient(to bottom,
rgba(255, 255, 255, 0.075) 0%,
rgba(255, 255, 255, 0.02) 45%,
rgba(255, 255, 255, 0) 100%);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10);
}
.pricing-card--best {
border-color: rgba(96, 165, 250, 0.65);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14),
0 24px 48px -12px rgba(30, 64, 175, 0.45);
}
#pricing .plan-logo {
height: 2rem;
padding: 0.25rem 0.375rem;
background: rgba(255, 255, 255, 0.045);
border: 1px solid rgba(255, 255, 255, 0.07);
}
#pricing .plan-logo img {
opacity: 0.72;
transition: opacity 0.25s ease;
}
#pricing .pricing-card:hover .plan-logo img { opacity: 1; }
#pricing .plan-logo--more {
color: rgba(255, 255, 255, 0.55);
font-weight: 600;
letter-spacing: 0.01em;
}
#pricing { scroll-margin-top: 5.5rem; }
@media (min-width: 1024px) {
#pricing { padding-top: 3rem; padding-bottom: 3rem; }
#pricing .pricing-card { padding: 1.5rem; }
#pricing .pricing-head { margin-bottom: 4.25rem; }
.pricing-card--best { transform: scale(1.04); }
}
.exp-cta {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0.7rem 1.4rem;
border-radius: 0.7rem;
font-weight: 600;
font-size: 0.9rem;
transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.exp-cta:active { transform: translateY(1px); }
.exp-cta--primary {
background-image: linear-gradient(95deg, #1d4ed8 0%, #2563eb 48%, #0ea5e9 100%);
color: #fff;
box-shadow: 0 14px 30px -12px rgba(37, 99, 235, 0.85);
}
.exp-cta--primary:hover {
filter: brightness(1.12);
box-shadow: 0 18px 36px -12px rgba(37, 99, 235, 0.95);
}
.exp-cta--lg {
padding: 1rem 2.4rem;
font-size: 1.2rem;
font-weight: 700;
letter-spacing: -0.01em;
border-radius: 0.85rem;
}
@media (min-width: 1024px) {
.exp-cta--lg { padding: 1.15rem 3rem; font-size: 1.45rem; }
}
.device-strip { margin-bottom: 1.4rem; }
.device-strip img {
display: block;
width: 100%;
max-width: 390px;
height: auto;
margin-inline: auto;
opacity: 0.55;
}
.device-strip .device-dup { display: none; }
@media (max-width: 767px) {
.device-strip {
position: relative;
overflow: hidden;
margin-inline: -1rem;
}
.device-track {
display: flex;
width: max-content;
animation: device-scroll 22s linear infinite;
}
.device-strip img {
width: 320px;
max-width: none;
flex: 0 0 auto;
margin-inline: 0;
}
.device-strip .device-dup { display: block; }
.device-strip::before,
.device-strip::after {
content: "";
position: absolute;
top: 0;
bottom: 0;
width: 64px;
z-index: 1;
pointer-events: none;
}
.device-strip::before {
left: 0;
background: linear-gradient(to right, #0a0a0a 12%, rgba(10, 10, 10, 0) 100%);
}
.device-strip::after {
right: 0;
background: linear-gradient(to left, #0a0a0a 12%, rgba(10, 10, 10, 0) 100%);
}
}
@keyframes device-scroll {
from { transform: translate3d(0, 0, 0); }
to   { transform: translate3d(-25%, 0, 0); }
}
@media (prefers-reduced-motion: reduce) {
.device-track { animation: none; }
.iptv-animate-up,
.fade-in-up,
.animate-on-scroll {
opacity: 1 !important;
transform: none !important;
transition: none !important;
}
}
.tv-glow {
position: absolute;
inset: 6% 6% 22%;
background: radial-gradient(60% 60% at 50% 45%, rgba(37, 99, 235, 0.45), transparent 70%);
filter: blur(38px);
pointer-events: none;
z-index: 0;
}
.hscroll {
position: relative;
z-index: 1;
overflow: hidden;
height: 240px;
margin-inline: -1rem;
perspective: 1000px;
}
@media (min-width: 768px)  { .hscroll { height: 300px; margin-inline: 0; } }
@media (min-width: 1024px) { .hscroll { height: 340px; } }
@media (min-width: 1400px) { .hscroll { height: 400px; } }
.hscroll-stage {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
transform-style: preserve-3d;
}
.hscroll {
touch-action: pan-y;
cursor: grab;
-webkit-user-select: none;
user-select: none;
}
.hscroll.is-dragging { cursor: grabbing; }
.hscroll img {
-webkit-user-drag: none;
user-drag: none;
pointer-events: none;
}
.hscroll-card {
position: absolute;
width: 88%;
margin: 0;
backface-visibility: hidden;
}
@media (min-width: 768px) { .hscroll-card { width: min(68%, 450px); } }
.hscroll.is-live .hscroll-card { will-change: transform, opacity; }
.hscroll-card img {
display: block;
width: 100%;
height: auto;
}
.hscroll-card:not([style]) { opacity: 0; }
.hscroll-card:first-child:not([style]) { opacity: 1; }
@media (max-width: 640px) {
.tv-glow { filter: blur(28px); }
}
.arc-divider {
position: relative;
height: 100px;
overflow: hidden;
background: linear-gradient(to bottom, #000 0%, #0a0a0a 100%);
}
.arc-divider::before,
.arc-divider::after {
content: "";
position: absolute;
left: 50%;
bottom: -200px;
width: 150%;
height: 260px;
transform: translateX(-50%);
border-radius: 50%;
pointer-events: none;
}
.arc-divider::before {
background: radial-gradient(closest-side,
rgba(37, 99, 235, 0.62),
rgba(37, 99, 235, 0.20) 55%,
transparent 100%);
-webkit-mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.5) 12%, rgba(0, 0, 0, 0) 23%);
mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.5) 12%, rgba(0, 0, 0, 0) 23%);
}
.arc-divider::after {
border-top: 2px solid #67e8f9;
filter: drop-shadow(0 0 2px #a5f3fc)
drop-shadow(0 0 9px #22d3ee)
drop-shadow(0 0 26px rgba(37, 99, 235, 0.85));
-webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0) 25%, rgba(0,0,0,0.22) 31%, rgba(0,0,0,0.62) 37%, rgba(0,0,0,0.9) 42%, #000 44%, #000 56%, rgba(0,0,0,0.9) 58%, rgba(0,0,0,0.62) 63%, rgba(0,0,0,0.22) 69%, rgba(0,0,0,0) 75%);
mask-image: linear-gradient(to right, rgba(0,0,0,0) 25%, rgba(0,0,0,0.22) 31%, rgba(0,0,0,0.62) 37%, rgba(0,0,0,0.9) 42%, #000 44%, #000 56%, rgba(0,0,0,0.9) 58%, rgba(0,0,0,0.62) 63%, rgba(0,0,0,0.22) 69%, rgba(0,0,0,0) 75%);
}
@media (max-width: 767px) {
.arc-divider { height: 76px; }
.arc-divider::before,
.arc-divider::after { bottom: -160px; height: 200px; width: 190%; }
.arc-divider::before {
-webkit-mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.5) 10%, rgba(0,0,0,0) 20%);
mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.5) 10%, rgba(0,0,0,0) 20%);
}
}
.iptv-feature-section { padding-top: 2.5rem; padding-bottom: 2.5rem; }
@media (min-width: 768px) {
.iptv-feature-section { padding-top: 3.5rem; padding-bottom: 3.5rem; }
}
.exp-hero {
position: relative;
isolation: isolate;
z-index: 1;
padding-top: 2rem;
padding-bottom: 2rem;
}
@media (min-width: 1024px) {
.exp-hero { padding-top: 2.25rem; padding-bottom: 2.25rem; }
}
.exp-hero-inner {
position: relative;
z-index: 1;
max-width: 1500px;
margin-inline: auto;
padding-inline: 1rem;
}
@media (min-width: 1024px) { .exp-hero-inner { padding-inline: 2.5rem; } }
.exp-waves-wrap {
position: absolute;
top: 0;
left: 0;
width: min(62%, 820px);
height: calc(100% + 300px);
z-index: 0;
pointer-events: none;
-webkit-mask-image: linear-gradient(to bottom, #000 calc(100% - 320px), rgba(0, 0, 0, 0) 100%);
mask-image: linear-gradient(to bottom, #000 calc(100% - 320px), rgba(0, 0, 0, 0) 100%);
}
.exp-waves {
display: block;
width: 100%;
height: 100%;
fill: none;
overflow: visible;
}
.exp-waves path {
stroke: #3b82f6;
stroke-width: 1.15;
vector-effect: non-scaling-stroke;
}
@supports (mask-image: linear-gradient(#000, #000)) or (-webkit-mask-image: linear-gradient(#000, #000)) {
.exp-waves {
-webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0.92) 30%, transparent 92%);
mask-image: linear-gradient(to right, rgba(0,0,0,0.92) 30%, transparent 92%);
}
}
@media (max-width: 1023px) {
.exp-waves-wrap { width: 100%; }
.exp-waves { opacity: 0.4; }
}
.exp-grid {
display: grid;
grid-template-columns: 1fr;
gap: 1.75rem;
align-items: center;
}
.exp-grid > * { min-width: 0; }
@media (min-width: 1024px) {
.exp-grid { grid-template-columns: 1fr 1.25fr; gap: 3.5rem; }
}
.exp-left { text-align: center; }
.exp-title {
font-size: 1.9rem;
line-height: 1.1;
font-weight: 700;
letter-spacing: -0.02em;
color: #fff;
margin-bottom: 0.6rem;
}
@media (min-width: 1024px) { .exp-title { font-size: 2.75rem; } }
.exp-sub {
font-size: 1rem;
line-height: 1.55;
font-weight: 600;
color: #f1f5f9;
max-width: 34rem;
margin: 0 auto 2rem;
}
@media (min-width: 1024px) { .exp-sub { font-size: 1.15rem; margin-bottom: 2.4rem; } }
.exp-row {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.exp-row--cta { gap: 0.7rem; margin-bottom: 0; }
.exp-visual { position: relative; }
.exp-stats {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 0.75rem 0;
margin-top: 1.5rem;
padding-top: 1.25rem;
border-top: 1px solid rgba(255, 255, 255, 0.07);
}
@media (min-width: 768px) { .exp-stats { margin-top: 1.75rem; } }
.exp-stat { text-align: center; }
.exp-stat + .exp-stat { border-left: 1px solid rgba(255, 255, 255, 0.07); }
.exp-stat-num {
font-size: 1.8rem;
line-height: 1.1;
font-weight: 700;
color: #fff;
transition: color 0.2s ease;
}
@media (min-width: 768px) { .exp-stat-num { font-size: 2.4rem; } }
.exp-stat:hover .exp-stat-num { color: #60a5fa; }
.exp-stat-label {
margin-top: 0.3rem;
font-size: 0.72rem;
font-weight: 500;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #94a3b8;
}
@media (min-width: 768px) { .exp-stat-label { font-size: 0.8rem; } }
@media (max-width: 767px) {
.exp-stats { align-items: start; }
.exp-stat-num { font-size: 1.25rem; }
.exp-stat-label {
margin-top: 0.2rem;
font-size: 0.58rem;
letter-spacing: 0.02em;
line-height: 1.3;
text-wrap: balance;
}
}
@media (max-width: 767px) {
.exp-hero { padding-top: 1rem; padding-bottom: 1rem; }
.exp-grid { gap: 0.85rem; }
.exp-sub { font-size: 0.95rem; margin-bottom: 1.5rem; }
.device-strip { margin-bottom: 1.15rem; }
.exp-stats { margin-top: 0.9rem; padding-top: 0.8rem; gap: 0.4rem 0; }
}
