:root{--blue:#1464c8;--blue-2:#0c3f92;--blue-3:#eaf4ff;--ink:#10243f;--muted:#5f728a;--line:#d9e7f5;--soft:#f7fbff;--white:#fff;--amber:#f59e0b;--shadow:0 14px 38px rgba(20,100,200,.13);--radius:18px}*{box-sizing:border-box}html,body{overflow-x:hidden;max-width:100vw;margin:0}html{scroll-behavior:smooth}body{font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65}section{width:100%;box-sizing:border-box}img{max-width:100%;height:auto}a{color:inherit}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:16px;top:16px;z-index:1000;background:#fff;padding:10px}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.header__inner{width:100%;max-width:1180px;margin:0 auto;padding:10px 16px;display:flex;align-items:center;gap:18px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:850;color:var(--blue-2);white-space:nowrap}.brand img{border-radius:12px}.header__nav{margin-left:auto}.header__nav-list{display:flex;gap:4px;list-style:none;margin:0;padding:0}.header__nav a,.header__mobile-menu a{display:block;text-decoration:none;font-weight:700;color:#25405f;padding:10px 11px;border-radius:999px}.header__nav a:hover,.header__mobile-menu a:hover{background:var(--blue-3);color:var(--blue-2)}.header__cta,.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:0;border-radius:999px;background:linear-gradient(135deg,var(--blue),#45a3ff);color:#fff;font-weight:850;padding:12px 18px;box-shadow:var(--shadow);min-height:44px;text-align:center}.btn--light{background:#fff;color:var(--blue-2)}.text-link,.scroll-link{color:var(--blue-2);font-weight:850;text-decoration:underline;text-underline-offset:4px}.header__toggle{display:none;margin-left:auto;width:44px;height:44px;border:1px solid var(--line);background:#fff;border-radius:12px;align-items:center;justify-content:center;flex-direction:column;gap:5px;flex:0 0 44px}.header__toggle span{width:22px;height:2px;background:var(--blue-2)}.header__mobile-overlay{display:none;position:fixed;inset:0;background:rgba(16,36,63,.38);z-index:60}.header__mobile-menu{position:fixed;top:0;right:0;height:100vh;width:min(88vw,340px);background:#fff;z-index:70;transform:translateX(100%);transition:.25s ease;padding:18px;box-shadow:-18px 0 40px rgba(16,36,63,.18)}.mobile-menu__top{display:flex;justify-content:space-between;align-items:center;font-weight:850;margin-bottom:12px}.mobile-menu__close{border:1px solid var(--line);border-radius:10px;background:#fff;width:36px;height:36px}.menu-open .header__mobile-overlay{display:block}.menu-open .header__mobile-menu{transform:translateX(0)}.hero{width:100%;padding:5px 16px 50px;min-height:calc(100vh - 70px);display:flex;align-items:center;justify-content:center;gap:28px;max-width:1180px;margin:0 auto;overflow:hidden}.hero__copy,.hero__preview{flex:1 1 0;min-width:0;max-width:100%}.hero__copy h1,.page-hero h1{font-size:clamp(2.2rem,6vw,4.7rem);line-height:1.02;margin:10px 0 16px;letter-spacing:0;word-break:break-word;overflow-wrap:break-word}.hero__lead{font-size:1.18rem;color:#27415f;font-weight:650}.trust-badge,.kicker,.plan-tag,.verified{display:inline-flex;max-width:100%;white-space:normal;justify-content:center;border-radius:999px;background:var(--blue-3);color:var(--blue-2);font-weight:850;padding:6px 12px;font-size:.88rem}.hero__actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:22px}.tv-content{background:linear-gradient(145deg,#061125,#0b2551 56%,#07172f);color:#fff;border-radius:26px;padding:20px;box-shadow:0 30px 80px rgba(5,22,48,.34);border:1px solid rgba(255,255,255,.1);width:100%;max-width:560px;margin:0 auto;overflow:hidden}.tv-header{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.tv-logo{display:flex;align-items:center;gap:8px;font-weight:800}.tv-logo-icon{width:28px;color:var(--amber)}.tv-version,.status-expire{color:#c8d4e7;font-size:.78rem}.status-pill{display:flex;flex-wrap:wrap;gap:8px;align-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:7px 10px;white-space:normal}.status-active{color:#111;background:var(--amber);border-radius:999px;padding:3px 7px;font-weight:850}.status-divider{width:1px;height:16px;background:rgba(255,255,255,.2)}.tv-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:28px 0}.tv-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:18px 10px;text-align:center;transition:.2s ease;min-width:0}.tv-card:hover{transform:scale(1.03);background:rgba(255,255,255,.13)}.tv-card.active{box-shadow:0 0 0 2px rgba(245,158,11,.6)}.tv-card-icon{height:54px;display:flex;align-items:center;justify-content:center;margin-bottom:8px;color:#fff}.tv-card svg{width:42px;height:42px}.tv-card img{width:54px;height:54px;object-fit:contain}.tv-footer{display:flex;justify-content:center}.tv-icon-group{display:flex;gap:8px}.tv-icon-btn{width:38px;height:38px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.08);color:#fff}.section{padding:70px 16px}.section__intro{max-width:760px;margin:0 auto 28px;text-align:center}.section__intro h2,.content-narrow h2{font-size:clamp(1.8rem,4vw,3rem);line-height:1.1;margin:10px 0}.section__intro p{color:var(--muted)}.section--dark{background:#07172f;color:#fff}.section--dark .section__intro p{color:#c7d5e8}.carousel{overflow:hidden;border-radius:var(--radius);background:rgba(255,255,255,.7);border:1px solid rgba(20,100,200,.12);padding:10px}.section--dark .carousel{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.14)}.carousel-track{display:flex;gap:12px;width:max-content;animation:marquee 48s linear infinite}.carousel-card{flex:0 0 auto;width:150px;background:#fff;border-radius:14px;box-shadow:0 10px 26px rgba(16,36,63,.1);overflow:hidden;border:1px solid rgba(16,36,63,.08)}.carousel-card img{width:100%;height:100%;object-fit:cover;display:block}.carousel--logos .carousel-card{width:118px;aspect-ratio:16/9;padding:8px}.carousel--logos img{object-fit:contain}.carousel--movies .carousel-card{width:160px;aspect-ratio:1/1.482}.carousel--sport .carousel-card{width:150px;aspect-ratio:9/16}.carousel--devices .carousel-card{width:150px;aspect-ratio:1/1}.carousel--wtsp .carousel-card{width:156px;aspect-ratio:473/1024}.carousel--preview .carousel-card{width:220px;aspect-ratio:16/10}@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}.table-wrap{max-width:980px;margin:0 auto;overflow:auto;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}table{width:100%;border-collapse:collapse;background:#fff}th,td{padding:16px;text-align:left;border-bottom:1px solid var(--line)}th{background:var(--blue-3);color:var(--blue-2)}td:nth-child(2){font-weight:850;color:var(--blue-2)}.pricing-grid,.multi-grid,.feature-grid,.feature-page-grid,.steps,.link-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.price-card,.multi-grid article,.feature-grid article,.feature-page-grid article,.steps article,.review-card,.contact-card,.link-grid a{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow)}.price-card--popular{border:2px solid var(--blue)}.price-card--wide{max-width:1180px;margin:18px auto 0;display:flex;align-items:center;justify-content:space-between;gap:18px}.price{font-size:2.4rem;font-weight:900;color:var(--blue-2);line-height:1;margin:12px 0}.price span{display:block;font-size:.9rem;color:var(--muted);font-weight:750;margin-top:7px}.price-card ul{padding:0;list-style:none;margin:18px 0}.muted{color:#8996a6}.strike{text-decoration:line-through}.payment-strip{max-width:580px;margin:22px auto 0;padding:10px;border:1px solid var(--line);border-radius:14px;text-align:center;background:#fff;box-shadow:var(--shadow)}.steps article span{font-size:2rem;color:var(--blue);font-weight:900}.review-carousel{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(7,minmax(260px,1fr));gap:16px;overflow-x:auto;padding-bottom:8px}.review-card{min-width:260px}.review-card img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:12px}.stars{color:#f6b51e;letter-spacing:0}.rating-summary{text-align:center;font-weight:900;color:var(--blue-2)}.page-hero{padding:80px 16px;background:linear-gradient(180deg,var(--blue-3),#fff);text-align:center}.page-hero>div,.content-narrow{max-width:900px;margin:0 auto}.content-section p,.page-hero p{color:#425a76}.install-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.install-grid article{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow)}.faq-list{max-width:900px;margin:0 auto}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:14px;margin:10px 0;padding:16px;box-shadow:0 8px 22px rgba(16,36,63,.06)}.faq-list summary{cursor:pointer;font-weight:850;color:var(--blue-2)}.link-grid{grid-template-columns:repeat(4,1fr)}.link-grid a{text-decoration:none;font-weight:850;color:var(--blue-2)}.link-grid span{display:block;color:var(--muted);font-size:.9rem}.contact-section{background:var(--soft)}.contact-card{max-width:760px;margin:0 auto}.contact-card form{display:grid;gap:12px}.contact-card label{display:grid;gap:6px;font-weight:800}.contact-card input,.contact-card textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px;font:inherit}.contact-card textarea{min-height:130px}.site-footer{background:#07172f;color:#fff;padding:54px 16px 22px}.footer__grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:26px}.footer__brand img{border-radius:14px}.footer__col h2,.footer__brand h2{font-size:1.05rem}.footer__col a{display:block;color:#d7e5f5;text-decoration:none;margin:9px 0}.footer__col a:hover{text-decoration:underline}.footer__brand p,.footer__bottom{color:#b7c8db}.footer__bottom{max-width:1180px;margin:28px auto 0;border-top:1px solid rgba(255,255,255,.12);padding-top:16px;display:flex;justify-content:space-between;gap:16px}.floating-whatsapp{position:fixed;right:16px;bottom:16px;z-index:55;background:#25d366;color:#07172f;text-decoration:none;border-radius:999px;padding:12px 16px;font-weight:900;box-shadow:0 16px 38px rgba(0,0,0,.22)}@media (max-width:960px){.header__nav,.header__cta{display:none}.header__toggle{display:flex}.hero{max-width:100%;flex-direction:column;text-align:center;min-height:auto;padding:60px 16px 40px}.hero__copy,.hero__preview{width:100%;flex-basis:auto}.hero__actions{justify-content:center;flex-direction:column}.tv-content{max-width:100%}.tv-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-grid,.multi-grid,.feature-grid,.feature-page-grid,.steps,.install-grid,.link-grid,.footer__grid{grid-template-columns:1fr}.price-card--wide{display:block}.footer__bottom{display:block}.section{padding:54px 16px}.carousel-card{width:132px}.carousel--preview .carousel-card{width:190px}.hero__copy h1{font-size:2.35rem}.tv-header{display:block}.status-pill{margin-top:12px;justify-content:center;border-radius:18px}.footer__brand,.footer__col{text-align:left}}@media (max-width:430px){.brand span{font-size:.95rem}.hero{padding:60px 16px 40px}.hero__copy h1,.page-hero h1{font-size:1.72rem;line-height:1.12}.hero__lead{font-size:1rem}.tv-content{padding:14px;border-radius:18px}.tv-card{padding:14px 6px}.tv-card span{font-size:.92rem}.section__intro h2{font-size:1.7rem}.price{font-size:2rem}th,td{padding:12px}.floating-whatsapp{left:16px;right:16px;text-align:center}}
.breadcrumb{width:100%;max-width:1180px;margin:0 auto;padding:10px 16px;color:var(--muted);font-size:.88rem}
.breadcrumb ol{display:flex;align-items:center;gap:8px;list-style:none;margin:0;padding:0;min-width:0}
.breadcrumb li{min-width:0;overflow-wrap:anywhere}
.breadcrumb li+li:before{content:"/";margin-right:8px;color:#91a3b8}
.breadcrumb a{color:var(--blue-2);font-weight:750}
.preview-section{background:#f7fbff;border-top:1px solid #e2edf8;border-bottom:1px solid #e2edf8}
.preview-section .section__intro{margin-bottom:36px}
.carousel--preview{width:100%;max-width:1280px;margin:0 auto;padding:20px;background:#fff;border:1px solid #d7e6f5;border-radius:18px;box-shadow:0 20px 50px rgba(16,36,63,.1)}
.carousel--preview .carousel-track{gap:24px;animation-duration:78s}
.carousel--preview .carousel-card{width:clamp(360px,38vw,520px);aspect-ratio:16/10;padding:8px;background:#f4f8fc;border:1px solid #ceddeb;border-radius:16px;box-shadow:0 14px 32px rgba(16,36,63,.14)}
.carousel--preview .carousel-card img{width:100%;height:100%;object-fit:contain;border-radius:10px;background:#081a32;image-rendering:auto}
.btn[href^="https://wa.me/"],.header__cta[href^="https://wa.me/"],.floating-whatsapp[href^="https://wa.me/"]{background:linear-gradient(135deg,#0b783f,#18a85b);color:#fff;border:1px solid rgba(5,91,47,.35);box-shadow:0 10px 24px rgba(11,120,63,.22);font-weight:850;letter-spacing:0;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}
.btn[href^="https://wa.me/"]{min-height:48px;padding:13px 22px;line-height:1.25}
.header__cta[href^="https://wa.me/"]{min-height:44px;padding:10px 17px}
.btn[href^="https://wa.me/"]:hover,.header__cta[href^="https://wa.me/"]:hover,.floating-whatsapp[href^="https://wa.me/"]:hover{transform:translateY(-2px);background:linear-gradient(135deg,#096b38,#14944f);box-shadow:0 14px 30px rgba(11,120,63,.28)}
.btn[href^="https://wa.me/"]:focus-visible,.header__cta[href^="https://wa.me/"]:focus-visible,.floating-whatsapp[href^="https://wa.me/"]:focus-visible{outline:3px solid rgba(44,183,104,.35);outline-offset:3px}
.contact-card button.btn{min-height:48px;padding:13px 22px;background:linear-gradient(135deg,#0b783f,#18a85b);color:#fff;border:1px solid rgba(5,91,47,.35);box-shadow:0 10px 24px rgba(11,120,63,.22);font-weight:850;cursor:pointer}
.floating-whatsapp[href^="https://wa.me/"]{min-height:42px;padding:10px 15px;display:inline-flex;align-items:center;justify-content:center;font-size:.88rem;line-height:1}
.whatsapp-section>.btn,.feature-teaser>.btn{display:flex;width:max-content;max-width:100%;margin:28px auto 0}
.price-card:not(.price-card--wide)>.btn,.multi-grid article>.btn{width:100%}
.carousel:hover .carousel-track{animation-play-state:paused}
.carousel--logos{background:linear-gradient(180deg,rgba(234,244,255,.9),rgba(255,255,255,.92))}
.carousel--logos .carousel-card{width:128px;aspect-ratio:16/9;padding:14px;background:linear-gradient(135deg,#0c3f92,#1464c8 58%,#3498ff);border:1px solid rgba(255,255,255,.28);border-radius:16px;box-shadow:0 12px 28px rgba(12,63,146,.25);display:flex;align-items:center;justify-content:center}
.carousel--logos img{object-fit:contain;width:100%;height:100%;max-height:62px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.18))}
.review-carousel{max-width:1180px;margin:0 auto;overflow-x:auto;overflow-y:hidden;padding:8px 2px 14px;scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none}
.review-carousel::-webkit-scrollbar{display:none}
.review-track{display:flex;align-items:stretch;gap:18px;width:max-content;animation:reviewMarquee 68s linear infinite}
.review-carousel:hover .review-track{animation-play-state:paused}
.review-card{width:330px;min-width:330px;min-height:520px;display:flex;flex-direction:column;padding:14px;scroll-snap-align:start;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #d9e7f5;border-radius:18px;box-shadow:0 16px 38px rgba(16,36,63,.12)}
.review-card img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:14px;display:block;margin-bottom:16px}
.review-card>div{display:flex;flex-direction:column;gap:6px;flex:1}
.review-card h3{margin:2px 0 0;font-size:1.08rem;line-height:1.2}
.review-card p{margin:0}
.review-card .verified{align-self:flex-start}
.review-city{color:var(--muted);font-weight:750}
.stars{font-size:1.02rem;color:#f6b51e;letter-spacing:0}
@keyframes reviewMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.floating-whatsapp{transition:opacity .2s ease,transform .2s ease}
@media (max-width:600px){.carousel--preview{padding:10px;border-radius:14px}.carousel--preview .carousel-track{gap:14px}.carousel--preview .carousel-card{width:calc(100vw - 52px);min-width:calc(100vw - 52px);padding:6px;border-radius:13px}.carousel--preview .carousel-card img{border-radius:8px}.review-carousel{width:100%;padding:8px 0 14px;scroll-snap-type:x mandatory}.review-track{gap:12px;animation:none}.review-card{width:calc(100vw - 32px);min-width:calc(100vw - 32px);min-height:540px;scroll-snap-align:start}.reviews-in-view .floating-whatsapp{opacity:0;pointer-events:none;transform:translateY(72px)}}
@media (max-width:430px){.carousel--logos .carousel-card{width:112px;padding:12px}.floating-whatsapp{left:auto;right:14px;bottom:14px;width:auto;min-width:0;padding:9px 12px;font-size:.8rem;line-height:1;border-radius:999px;box-shadow:0 10px 24px rgba(0,0,0,.18)}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.carousel-track,.review-track{animation:none!important}.tv-card,.btn,.header__cta,.floating-whatsapp{transition:none!important}.review-carousel{scroll-behavior:auto}}
