:root{--accent:#86ff00;--bg:#050505;--muted:#bdbdbd;--header-height:72px;--footer-col-gap:32px;--footer-row-gap:14px}body{background:var(--bg);color:#fff;font-family:Inter,Arial,sans-serif;margin:0;padding-top:var(--header-height)}.site-header{position:fixed;top:0;left:0;right:0;height:var(--header-height);background:rgba(5,5,5,1);padding:10px 0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:999;transition:background .3s ease}.site-header.scrolled{background:#000}.site-header.scrolled nav{display:none}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:0 3rem}.logo{font-weight:800;font-size:24px;color:#fff;text-transform:uppercase;letter-spacing:.5px;margin:0}nav ul{display:flex;gap:26px;list-style:none;margin:0;padding:0;align-items:center;justify-content:center}nav a{color:#e6e6e6;text-decoration:none;font-size:15px;font-weight:600;letter-spacing:.2px;padding:8px 12px;transition:color .2s}nav a:hover{color:var(--accent)}.burger{display:none;position:relative;width:44px;height:44px;border:1px solid rgba(134,255,0,.25);border-radius:12px;background:rgba(255,255,255,.04);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#e6e6e6;align-items:center;justify-content:center;cursor:pointer;transition:box-shadow .2s,border-color .2s,background .2s,transform .2s}.burger:hover{box-shadow:0 0 0 3px rgba(134,255,0,.18);border-color:rgba(134,255,0,.5);background:rgba(255,255,255,.06)}.burger:active{transform:scale(.98)}.burger:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(134,255,0,.45)}.burger span{position:absolute;left:50%;transform:translateX(-50%);width:24px;height:2.5px;border-radius:2px;background:#e6e6e6;transition:transform .2s ease,opacity .2s ease,background-color .2s ease}.burger span:first-child{top:14px}.burger span:nth-child(2){top:20px}.burger span:nth-child(3){top:26px}.burger.open span{background:var(--accent)}.burger.open span:first-child{top:20px;transform:translateX(-50%) rotate(45deg)}.burger.open span:nth-child(2){opacity:0;transform:translateX(-50%) scaleX(.2)}.burger.open span:nth-child(3){top:20px;transform:translateX(-50%) rotate(-45deg)}.mobile-menu{display:none;position:fixed;top:var(--header-height);left:0;right:0;background:rgba(5,5,5,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid rgba(255,255,255,.06);padding:12px 20px 20px;z-index:998}.mobile-menu.open,.site-header.scrolled .mobile-menu.open{display:block}.mobile-menu ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;align-items:center}.mobile-menu a{color:#e6e6e6;text-decoration:none;padding:10px 12px;display:block;font-size:15px;font-weight:600;letter-spacing:.2px;transition:color .2s}.mobile-menu a:hover{color:var(--accent)}.mobile-menu .mobile-cta .btn-cta{display:inline-block;margin-top:6px}.free-trial{background:var(--accent);border:none;padding:10px 18px;border-radius:22px;color:#000!important;font-weight:700;cursor:pointer;transition:transform .2s,opacity .2s}.free-trial:hover{transform:translateY(-1px);opacity:.95}.header-inner nav{flex:1 1;display:flex;justify-content:center}.hero{padding:110px 0 60px}.hero-inner{display:flex;gap:30px;align-items:center}.hero-left,.hero-right{flex:1 1}.hero h1{font-size:44px;line-height:1.02;margin:0}.hero .accent{color:var(--accent)}.lead{color:#cfcfcf;margin:18px 0 24px}.btn-cta{background:var(--accent);border:none;padding:12px 20px;border-radius:8px;color:#000!important;font-weight:700;cursor:pointer;transition:transform .2s,opacity .2s}.btn-cta:hover{transform:translateY(-1px);opacity:.95}.devices img{width:50%;height:auto;margin-top:18px}.hero-right img{width:100%;border-radius:12px;box-shadow:0 12px 30px rgba(0,0,0,.6)}.stats{gap:30px;justify-content:space-between;padding:40px 0}.stat-item{text-align:center;flex:1 1}.stat-item h2{color:var(--accent);font-size:34px;margin:0}.stat-item p{color:var(--muted);margin-top:8px}.stat-item+.stat-item:before{height:48px;background:rgba(255,255,255,.08);display:inline-block;margin:0 20px;vertical-align:middle}.pricing{padding:40px 0}.pricing h2{text-align:center;margin-bottom:20px}.pricing .pricing-tabs{display:flex;gap:12px;justify-content:center;margin-bottom:2rem}.tab-button{background:transparent;border:1px solid rgba(255,255,255,.06);padding:10px 18px;border-radius:24px;color:#fff}.tab-button.active{background:var(--accent);color:#000;border-color:var(--accent)}.pricing-cards{gap:20px}.pricing-card{background:rgba(255,255,255,.04);border-radius:12px;min-width:220px;max-width:260px;border:1px solid rgba(255,255,255,.06)}.pricing-card.featured{background:linear-gradient(180deg,rgba(134,255,0,.12),rgba(134,255,0,.06));transform:scale(1.04)}.price{font-size:28px;color:var(--accent);font-weight:800;margin:12px 0}.buy-now{background:var(--accent);padding:10px 16px;border-radius:8px;color:#000}.streaming{padding:0 5%}.service-logos{gap:36px}.service-logos img{opacity:.85}.movies{padding:36px 0}.movie-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:16px;gap:16px}.movie-card img{border-radius:8px}@media (max-width:900px){.hero-inner{flex-direction:column}.stats{flex-direction:row;flex-wrap:wrap}.hero{flex-direction:column;padding:3rem 1rem 2rem;text-align:center}}*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,sans-serif}.hero{display:flex;padding:8rem 5% 4rem;gap:2rem;align-items:center}.hero-content{flex:1 1}.hero h1{font-size:3rem;margin-bottom:1.5rem}.highlight{color:#7dff00}.hero p{font-size:1.1rem;margin-bottom:2rem;line-height:1.6;color:#cccccc}.supported-devices{display:flex;gap:2rem;margin-top:2rem}.supported-devices img{width:71%;height:63px;opacity:.7;transition:opacity .3s;display:inline-block;vertical-align:middle;justify-content:center}.supported-devices img:hover{opacity:1}.hero-image{flex:1 1}.hero-image img{width:100%;border-radius:10px}.stats{justify-content:space-around;padding:4rem 5%;background-color:rgba(255,255,255,.05);text-align:center}.stat-item,.stats{display:flex;align-items:center}.stat-item{flex-direction:column;justify-content:center;position:relative}.stat-item h2{font-size:2.5rem;color:#7dff00;margin-bottom:.5rem;min-height:3rem}.stat-item h2 span{display:inline-block;min-width:4ch}.stat-item+.stat-item:before{content:"";position:absolute;left:-1.5rem;top:50%;transform:translateY(-50%);width:1px;height:60%;background:#7dff00}@media (max-width:768px){.stat-item+.stat-item:before{display:none}}.stat-item p{color:#cccccc}.pricing{padding:4rem 5%;text-align:center}.pricing h2{font-size:2.5rem;margin-bottom:2rem}.pricing-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.tab-button{background-color:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);color:#ffffff;padding:1rem 2rem;border-radius:30px;cursor:pointer;font-size:1.1rem;transition:all .3s ease}.tab-button:hover{background-color:rgba(125,255,0,.1);border-color:rgba(125,255,0,.3)}.tab-button.active{background-color:#7dff00;color:#000000;border-color:#7dff00}.pricing-content{display:none}.pricing-content.active{display:block}.pricing-cards{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;max-width:1400px;margin:0 auto}.pricing-card{background-color:rgba(255,255,255,.05);padding:1rem;border-radius:10px;flex:1 1;min-width:250px;max-width:300px;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.device-count{color:#7dff00;font-size:.9rem;margin:-.5rem 0 1rem;font-weight:700}.pricing-card.featured{background-color:rgba(125,255,0,.1);border:1px solid rgba(125,255,0,.3);transform:scale(1.05);position:relative}.pricing-card.featured:before{content:"Popular";position:absolute;top:-12px;left:50%;transform:translateX(-50%);background-color:#7dff00;color:#000;padding:4px 15px;border-radius:20px;font-size:.8rem;font-weight:800;letter-spacing:.3px;box-shadow:0 2px 8px rgba(0,0,0,.35);z-index:2}.pricing-card .badge{display:none!important}.pricing-card:hover{transform:translateY(-10px)}.pricing-card h3{font-size:1.5rem;margin-bottom:1rem}.price{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:#7dff00}.features{list-style:none;margin-bottom:1rem}.features:before{display:none!important}.features li{padding:.25rem 0;color:#cccccc;border-bottom:1px solid rgba(125,255,0,.2)}.features li:last-child{border-bottom:none}.features li:before{content:"✓";color:#7dff00;margin-right:.5rem}.buy-now{background-color:#7dff00;color:#000000;border:none;padding:1rem 2rem;border-radius:5px;cursor:pointer;font-weight:700;width:100%;margin-bottom:.5rem;transition:background-color .3s}.buy-now:hover{background-color:#6ce600}.delivery{color:#cccccc;font-size:.9rem}.streaming-services{padding:4rem 5%;text-align:center}.streaming h2{text-align:center;font-size:2.5rem;margin-top:2rem;margin-bottom:2rem}.streaming-services h2{margin-top:1rem}.faq{padding:4rem 5%;background:rgba(255,255,255,.02)}.faq h2{text-align:center;font-size:2.5rem;margin-bottom:3rem}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);border-radius:10px;margin-bottom:1rem;overflow:hidden;transition:all .3s ease}.faq-item:hover{background:rgba(255,255,255,.06);border-color:rgba(134,255,0,.2)}.faq-item.active{border-color:rgba(134,255,0,.3)}.faq-question{width:100%;background:transparent;border:none;color:#fff;padding:.5rem;text-align:left;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:color .2s}.faq-icon,.faq-question:hover{color:var(--accent)}.faq-icon{font-size:1.5rem;font-weight:400;min-width:24px;text-align:center}.faq-answer{padding:0 1.5rem 1.5rem;color:var(--muted);line-height:1.6;animation:slideDown .3s ease-out}.faq-answer p{margin:0}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.why-choose-us{padding:4rem 5%;background:rgba(255,255,255,.01)}.why-choose-us h2{text-align:center;font-size:2.5rem;margin-bottom:3rem}.world-channels{padding:4rem 5%}.world-channels h2{text-align:center;font-size:2.2rem;margin-bottom:2rem}.world-image-wrap{max-width:641px;margin:0 auto;width:641px;height:auto}.world-image{width:100%;height:auto;display:block;border-radius:12px;box-shadow:0 12px 30px rgba(0,0,0,.35)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{background:rgba(255,255,255,.06);border-color:rgba(134,255,0,.3);transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem;filter:grayscale(.3);transition:filter .3s}.feature-card:hover .feature-icon{filter:grayscale(0)}.feature-title{font-size:1.3rem;font-weight:700;margin-bottom:1rem;color:#fff}.feature-text{color:var(--muted);line-height:1.6;font-size:.95rem}@media (max-width:768px){.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:1.5rem}}.sports-events{padding:60px 0;position:relative}.sports-events h2{text-align:center;font-size:32px;margin-bottom:40px}.service-track{overflow:hidden;width:100%}.service-logos{gap:3rem;align-items:center;display:flex;white-space:nowrap;animation:scroll var(--scroll-duration,20s) linear infinite}.service-logos img{height:48px;display:inline-block}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){.service-logos img{height:36px}.service-logos{gap:1.5rem;animation-duration:var(--scroll-duration,18s)}}.movies{padding:4rem 5%;position:relative}.movies h2{font-size:2.5rem;margin-bottom:2rem;text-align:center}.movie-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem;margin:0 2rem}.movie-card{position:relative;overflow:hidden;border-radius:10px;transition:transform .3s}.movie-card:hover{transform:scale(1.05)}.movie-card img{width:100%;height:auto}.movie-strip{overflow:hidden;width:85%;margin:0 auto;padding:1rem 0 2rem}.movie-row{display:flex;gap:16px;align-items:center;white-space:nowrap;animation:scroll-left var(--movie-scroll-duration,20s) linear infinite}.movie-row .movie-card{flex:0 0 auto;width:180px}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){.movie-row{gap:12px;animation-duration:calc(var(--movie-scroll-duration, 20s) * .8)}.movie-row .movie-card{width:140px}}.movie-nav{position:absolute;width:100%;top:50%;left:0;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 1rem}.next-btn,.prev-btn{background-color:rgba(0,0,0,.7);color:#ffffff;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;transition:background-color .3s}.next-btn:hover,.prev-btn:hover{background-color:rgba(0,0,0,.9)}@media (max-width:768px){header{padding:1rem}header,nav ul{flex-direction:column;gap:1rem}.hero,nav ul{text-align:center}.hero{flex-direction:column;padding:3rem 1rem 2rem}.hero h1{font-size:2rem}.hero p{text-align:center}.devices img{margin-left:auto;margin-right:auto;display:block}.stats{flex-wrap:wrap;gap:2rem}.stat-item{flex:1 1 40%}.pricing-tabs{flex-wrap:wrap;gap:.5rem;max-width:100%}.tab-button{font-size:.9rem;padding:.75rem 1.25rem}.pricing-cards:before{content:"← Swipe →";display:block;text-align:center;color:#7dff00;font-size:.9rem;font-weight:600;margin:1rem 0;letter-spacing:2px;animation:pulse-arrows 2s ease-in-out infinite;position:absolute;top:-2.5rem;left:50%;transform:translateX(-50%);white-space:nowrap;z-index:1}.pricing{position:relative}@keyframes pulse-arrows{0%,to{opacity:.6}50%{opacity:1}}.pricing-cards{position:relative;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;max-width:100%;margin:3rem -20px 0;padding:2rem 2rem 0}.pricing-cards::-webkit-scrollbar{height:6px}.pricing-cards::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:3px}.pricing-cards::-webkit-scrollbar-thumb{background:var(--accent);border-radius:3px}.pricing-card{min-width:280px;max-width:280px;flex-shrink:0;scroll-snap-align:center}.service-logos{flex-wrap:wrap;gap:2rem}.world-image-wrap{max-width:100%;width:100%}}@media (max-width:842.4px) and (max-height:729.6px){.header-inner{gap:12px}.header-inner .free-trial,.header-inner nav{display:none}.burger{display:inline-flex;margin-left:auto}.logo{margin-right:auto}.mobile-menu{display:none}.mobile-menu.open{display:block}.site-header.scrolled .mobile-menu.open{display:block!important}}.site-footer{background:#0b0b0b;border-top:1px solid rgba(255,255,255,.06);padding:40px 0 24px;color:#e6e6e6}.footer-grid{display:flex;flex-direction:column;gap:var(--footer-row-gap);padding:0 3rem}.footer-first-row{display:flex;align-items:center;justify-content:space-between;gap:var(--footer-col-gap);border-bottom:1px solid rgba(108,230,0,.3);padding-bottom:2rem}.footer-logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none}.footer-logo img{height:36px;width:auto}.footer-logo-fallback{font-weight:800;font-size:18px;color:#fff;letter-spacing:.5px}.footer-contact h4,.footer-nav h4{color:#fff;margin:0 0 12px;font-size:1rem;letter-spacing:.3px}.footer-nav ul{list-style:none;padding:0;margin:0;display:flex;gap:16px;align-items:center;flex-wrap:nowrap;white-space:nowrap}.footer-nav a{color:#e6e6e6;text-decoration:none;font-size:14px}.footer-nav a:hover{color:var(--accent)}.footer-col{display:flex;align-items:center}.footer-logo-col{justify-content:flex-start}.footer-links{justify-content:center}.footer-email-col{justify-content:flex-end}.footer-whatsapp-col{justify-content:center;padding:2rem 3rem}.footer-nav-list{list-style:none;padding:0;margin:0;display:flex;gap:20px;align-items:center;flex-wrap:nowrap;white-space:nowrap}.footer-nav-list li{display:inline-flex}.footer-email-col .email-link{color:#e6e6e6;text-decoration:none;font-size:15px;font-weight:700;padding:2px 0;border-bottom:none;transition:color .2s}.footer-email-col .email-link:hover{color:var(--accent);text-decoration:none;border-bottom:none}.footer-email{margin:0 0 16px}.footer-email .email-link{color:#e6e6e6;text-decoration:none;font-size:15px;padding:2px 0;border-bottom:none;transition:color .2s}.footer-email .email-link:hover{color:var(--accent);text-decoration:none;border-bottom:none}.footer-hours p{margin:0 0 6px;color:#cfcfcf}.footer-whatsapp p{margin:0 0 8px;color:#cfcfcf}.footer-whatsapp .whatsapp-link,.footer-whatsapp-col .whatsapp-link{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;background:rgba(37,211,102,.12);border:1px solid rgba(37,211,102,.4);color:#e6e6e6;text-decoration:none;transition:border-color .2s,color .2s,background .2s}.footer-whatsapp .whatsapp-link:hover,.footer-whatsapp-col .whatsapp-link:hover{border-color:#25D366;color:#25D366;background:rgba(37,211,102,.16)}.footer-bottom{padding-top:16px;padding-left:20px;padding-right:20px;border-top:1px solid rgba(255,255,255,.06);text-align:center;color:#bdbdbd;font-size:13px}@media (max-width:900px){.footer-first-row,.footer-grid{flex-direction:column;gap:16px}.footer-col{text-align:center}.footer-col,.footer-whatsapp-col{justify-content:center}.footer-bottom{text-align:center}}@media (max-width:393px) and (max-height:851px){.footer-first-row,.footer-grid{flex-direction:column;gap:16px}.footer-col{text-align:center}.footer-col,.footer-whatsapp-col{justify-content:center}.footer-bottom,.hero{text-align:center}.hero{flex-direction:column;padding:3rem 1rem 2rem}.header-inner .free-trial,.header-inner nav{display:none}.burger{display:inline-flex;margin-left:auto}.logo{margin-right:auto}.mobile-menu{display:none}.mobile-menu.open{display:block}.site-header.scrolled .mobile-menu.open{display:block!important}}@media (max-width:412px) and (max-height:915px){.footer-first-row,.footer-grid{flex-direction:column;gap:16px}.footer-col{text-align:center}.footer-col,.footer-whatsapp-col{justify-content:center}.footer-bottom,.hero{text-align:center}.hero{flex-direction:column;padding:3rem 1rem 2rem}.header-inner .free-trial,.header-inner nav{display:none}.burger{display:inline-flex;margin-left:auto}.logo{margin-right:auto}.mobile-menu{display:none}.mobile-menu.open{display:block}.site-header.scrolled .mobile-menu.open{display:block!important}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}