.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}.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}


.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;
}
}



@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);
}

@media (prefers-reduced-motion: no-preference) {
.pulse-shadow { 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); }
}















.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; }
































.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; }

























.hero-swiper .swiper-button-next,
.hero-swiper .swiper-button-prev {
display: none; 
}


}



@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, 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");font-weight:400;font-style:normal;}:root{--swiper-theme-color:#007aff;}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block;}.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-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block;}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear;}@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-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-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);}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer;}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color));}.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-pagination-lock{display:none;}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000;}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity;}.swiper-fade .swiper-slide-active{pointer-events:auto;}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto;}
: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: background-color 0.3s ease, transform 0.3s ease;
text-decoration: none;
position: relative;
}
.social-link::after {
content: "";
position: absolute;
inset: -4px;
}
.social-link:hover {
background: var(--footer-accent);
transform: translateY(-3px);
}
.social-link:active {
transform: translateY(-1px) scale(0.94);
}
.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;
align-items: center;
gap: 6px;
background: rgba(255, 255, 255, 0.05);
border-radius: 12px;
padding: 4px;
border: 1px solid var(--footer-border);
transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.input-group:focus-within {
border-color: var(--footer-accent);
box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
}
.input-group.is-invalid {
border-color: #f87171;
box-shadow: 0 0 0 3px rgba(248, 113, 113, 0.2);
}
.input-group input {
flex: 1 1 auto;
min-width: 0;
height: 44px;
background: transparent;
border: none;
color: var(--footer-heading);
padding: 0 12px;
outline: none;
font-size: 14px;
}
.input-group input::placeholder {
color: #8b8b8b;
}
.input-group button {
flex: 0 0 44px;
width: 44px;
height: 44px;
padding: 0;
display: inline-flex;
align-items: center;
justify-content: center;
background: var(--footer-accent);
color: #fff;
border: none;
border-radius: 9px;
cursor: pointer;
transition: background 0.25s ease, transform 0.2s cubic-bezier(0.32, 0.72, 0, 1);
}
.input-group button svg {
width: 20px;
height: 20px;
display: block;
}
.input-group button:hover {
background: var(--footer-accent-hover);
}
.input-group button:active {
transform: scale(0.94);
}
.input-group button:focus-visible {
outline: 2px solid #fff;
outline-offset: 2px;
}
.input-group button.is-done,
.input-group button.is-done:hover {
background: #16a34a;
}
.input-group button:disabled {
cursor: progress;
}
.input-group button.is-loading svg {
display: none;
}
.input-group button.is-loading::after {
content: "";
width: 18px;
height: 18px;
border: 2px solid rgba(255, 255, 255, 0.35);
border-top-color: #fff;
border-radius: 50%;
animation: newsletter-spin 0.7s linear infinite;
}
@keyframes newsletter-spin {
to { transform: rotate(360deg); }
}
.newsletter-col .newsletter-note {
margin: 10px 0 0;
font-size: 12px;
line-height: 1.5;
}
.newsletter-col .newsletter-note a {
color: inherit;
text-decoration: underline;
text-underline-offset: 0.18em;
}
.newsletter-col .newsletter-note a:hover {
color: var(--footer-heading);
}
.newsletter-col .newsletter-status {
margin: 8px 0 0;
font-size: 13px;
line-height: 1.4;
}
.newsletter-col .newsletter-status:empty {
display: none;
}
.newsletter-col .newsletter-status.is-ok {
color: #4ade80;
}
.newsletter-col .newsletter-status.is-err {
color: #f87171;
}
.nl-hp {
position: absolute;
left: -9999px;
width: 1px;
height: 1px;
overflow: hidden;
}
.nl-sr {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
@media (max-width: 767px) {
.input-group input {
font-size: 16px;
}
}
@media (prefers-reduced-motion: reduce) {
.input-group,
.input-group button {
transition: none;
}
.input-group button.is-loading::after {
animation: none;
}
}
.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: background-color 0.3s ease, transform 0.3s ease, opacity 0.3s ease, visibility 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);
}
.back-to-top:active {
transform: translateY(-1px) scale(0.94);
}
@media (prefers-reduced-motion: reduce) {
.social-link,
.back-to-top {
transition: none;
}
.social-link:hover,
.back-to-top:hover {
transform: none;
}
}
@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; }
}
@media (max-width: 767px) {
.footer-links li { margin-bottom: 0; }
.footer-links a { display: inline-flex; align-items: center; min-height: 44px; min-width: 44px; }
}
.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: background-color 0.3s ease, transform 0.3s ease;
text-decoration: none;
}
.whatsapp-button:hover {
background: #20ba5a;
transform: scale(1.05);
}
.whatsapp-button:active {
transform: scale(0.96);
}
@media (prefers-reduced-motion: reduce) {
.whatsapp-button {
transition: none;
}
}
.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-search-input:focus-visible {
border-color: #2563eb;
box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.35);
}
.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-question:active {
background: rgba(0, 0, 0, 0.05);
}
.faq-heading {
text-wrap: balance;
}
.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;
text-wrap: pretty;
}
.faq-question,
.faq-question h3 {
text-wrap: balance;
}
@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;
}
}
