@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap);.seo-article-layout{max-width:1180px!important}.seo-intro{border-bottom:1px solid #ffffff14;margin-bottom:28px;padding-bottom:24px}.seo-intro p:last-child{margin-bottom:0}.seo-sections-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:8px}.seo-section-card{align-items:flex-start;background:#ffffff08;border:1px solid #ffffff12;border-radius:16px;display:flex;gap:16px;padding:20px 18px;transition:border-color .25s ease,background .25s ease,box-shadow .25s ease}.seo-section-card:hover{background:#c1121f0f;border-color:#e6395047;box-shadow:0 8px 28px #00000038}.seo-section-card--wide{grid-column:1/-1}.seo-section-icon-wrap{align-items:center;background:linear-gradient(145deg,#c1121f38,#3c0c1473);border:1px solid #e6395059;border-radius:14px;box-shadow:0 0 20px #c1121f26;color:#ff8fa3;display:flex;flex-shrink:0;height:52px;justify-content:center;width:52px}.seo-section-icon-svg,.seo-section-icon-svg svg{display:block;height:28px;width:28px}.seo-section-body{flex:1 1;min-width:0}.seo-section-title{font-size:clamp(1.05rem,1.4vw,1.2rem)!important;line-height:1.35!important;margin:0 0 10px!important}.seo-section-text p{font-size:clamp(.92rem,1.05vw,1rem)!important;line-height:1.72!important;margin:0 0 12px!important}.seo-section-text p:last-child{margin-bottom:0!important}.seo-section-text .faq-grid{margin-top:4px}.seo-outro{border-top:1px solid #ffffff14;margin-top:24px;padding-top:20px}.seo-outro p{margin-bottom:0}@media (max-width:900px){.seo-sections-grid{gap:14px;grid-template-columns:1fr}}@media (max-width:768px){.seo-section-card{gap:12px;padding:16px 14px}.seo-section-icon-wrap{border-radius:12px;height:46px;width:46px}.seo-section-icon-svg,.seo-section-icon-svg svg{height:24px;width:24px}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#060606;color:#fff;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.logo{align-items:center;display:flex;gap:12px;text-decoration:none}.logo-img{filter:drop-shadow(0 0 10px rgba(74,21,32,.5));height:40px;object-fit:contain;width:auto}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f0d8dc);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800;letter-spacing:1px;text-transform:uppercase}@media (max-width:768px){.logo-img{height:35px}.logo-text{font-size:1.2rem}}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#060606cc;border-bottom:1px solid #5c182233;left:0;position:fixed;right:0;top:0;z-index:1000}.nav-wrapper{justify-content:space-between;padding:15px 0}.logo-link,.nav-wrapper{align-items:center;display:flex}.logo-link{text-decoration:none}.nav-menu{align-items:center;display:flex;gap:30px;list-style:none;margin:0;padding:0}.nav-link{color:#fff;font-size:1rem;font-weight:500;padding:5px 0;position:relative;text-decoration:none;transition:all .3s ease}.nav-link:after{background:linear-gradient(90deg,#5c1822,#4a1520);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link.active,.nav-link:hover{color:#5c1822}.nav-link.active:after,.nav-link:hover:after{width:100%}.nav-toggle{cursor:pointer;display:none;flex-direction:column;gap:5px}.nav-toggle span{background:#fff;border-radius:2px;height:3px;transition:all .3s ease;width:25px}.nav-toggle.active span:first-child{transform:rotate(45deg) translate(8px,8px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media (max-width:768px){.nav-toggle{display:flex}.nav-menu{background:#060606fa;flex-direction:column;gap:20px;height:calc(100vh - 70px);left:-100%;padding:50px 20px;position:fixed;top:70px;transition:left .3s ease;width:100%}.nav-menu.active{left:0}}.footer{background:#050508f2;border-top:1px solid #5c182233;padding:60px 0 30px;position:relative;z-index:10}.footer-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:40px}.footer-brand{max-width:350px}.footer-brand .logo-link{display:inline-flex;margin-bottom:20px}.footer-brand p{color:#ffffffb3;font-size:.95rem;line-height:1.8}.footer-contact h4,.footer-links h4{color:#fff;font-size:1.2rem;font-weight:700;margin-bottom:20px}.footer-links ul{list-style:none;margin:0;padding:0}.footer-links ul li{margin-bottom:12px}.footer-links ul li a{color:#ffffffb3;display:inline-block;text-decoration:none;transition:all .3s ease}.footer-links ul li a:hover{color:#5c1822;transform:translateX(5px)}.contact-info{list-style:none;margin:0;padding:0}.contact-info li{align-items:center;color:#ffffffb3;display:flex;gap:12px;margin-bottom:15px}.contact-info li span{font-size:1.2rem}.footer-bottom{border-top:1px solid #5c18221a;padding-top:30px;text-align:center}.footer-bottom p{color:#ffffff80;font-size:.9rem;margin:0}@media (max-width:768px){.footer-grid{gap:30px;grid-template-columns:1fr}}.modal-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:2000}.modal-content{animation:slideUp .3s ease;background:#14141efa;border:1px solid #5c18224d;border-radius:20px;box-shadow:0 20px 60px #00000080;max-height:90vh;max-width:600px;overflow-y:auto;padding:40px;position:relative;width:100%}.modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:40px;justify-content:center;position:absolute;right:20px;top:20px;transition:all .3s ease;width:40px}.modal-close:hover{background:#ffffff1a;transform:rotate(90deg)}.modal-content h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f0d8dc);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800;margin-bottom:10px}.modal-subtitle{color:#ffffffb3;font-size:1rem;margin-bottom:30px}.form-group{margin-bottom:25px}.form-group label{color:#fff;display:block;font-size:.95rem;font-weight:600;margin-bottom:12px}.device-selection-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));margin-bottom:5px}.device-option{align-items:center;background:#ffffff0d;border:2px solid #ffffff1a;border-radius:12px;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-family:inherit;gap:8px;padding:15px 10px;transition:all .3s ease}.device-option:hover{background:#ffffff1a;border-color:#5c182280;transform:translateY(-2px)}.device-option.active{background:#5c182233;border-color:#5c1822;box-shadow:0 0 20px #5c18224d}.device-icon{font-size:1.8rem}.device-label{font-size:.85rem;font-weight:500}.form-group input,.form-group textarea{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;color:#fff;font-family:inherit;font-size:1rem;padding:12px 15px;transition:all .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{background:#ffffff14;border-color:#5c1822;box-shadow:0 0 0 3px #5c18221a;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff6}.form-group textarea{min-height:80px;resize:vertical}.btn-full{margin-top:10px}@media (max-width:768px){.modal-content{max-height:95vh;padding:30px 20px}.modal-content h2{font-size:1.5rem}.device-selection-grid{grid-template-columns:repeat(3,1fr)}.device-label{font-size:.75rem}}@media (max-width:480px){.device-selection-grid{grid-template-columns:repeat(2,1fr)}}.home{background:#030308;color:#fff;min-height:100vh;overflow-x:hidden;padding-top:70px;width:100%}.container{margin:0 auto;max-width:1200px;padding:0 20px}.hero{align-items:center;background:radial-gradient(circle at 50% 0,#5c18221a 0,#0000 60%);display:flex;justify-content:center;min-height:100vh;padding:60px 20px;position:relative}.hero:before{background:radial-gradient(circle at 50% 0,#7a2e3a14,#0000);content:"";height:400px;left:0;pointer-events:none;position:absolute;right:0;top:0}.hero-container{gap:70px;margin:0 auto;max-width:1200px;position:relative;width:100%;z-index:2}.hero-container,.hero-header{display:flex;flex-direction:column}.hero-header{align-items:center;gap:30px;text-align:center}.hero-title-wrapper{align-items:center;display:flex;height:180px;justify-content:center;position:relative;width:100%}.hero-title{font-size:6rem;font-weight:950;letter-spacing:-4px;line-height:1;margin:0;opacity:0;position:absolute;text-transform:uppercase;transition:opacity .8s ease;visibility:hidden}.hero-title.active{opacity:1;visibility:visible}.hero-highlight{align-items:center;display:flex;flex-direction:column}.hero-desc{color:#ffffffa6;font-size:1.35rem;line-height:1.6;max-width:700px}.hero-actions{display:flex;gap:20px;margin-top:15px}.hero-btn{border:none;border-radius:50px;cursor:pointer;font-size:1.15rem;font-weight:700;padding:20px 50px;text-decoration:none;transition:all .3s ease}.hero-btn-primary{background:linear-gradient(135deg,#f55,#ff9500);box-shadow:0 15px 35px #ff555559;color:#fff}.hero-btn-primary:hover{box-shadow:0 20px 45px #ff555580;transform:translateY(-4px)}.hero-btn-secondary{background:#0000;border:2.5px solid gold;color:gold}.hero-btn-secondary:hover{background:#ffd7001a}.hero-stats{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1150px;width:100%}.stat-box{align-items:center;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:28px;display:flex;flex-direction:row;gap:28px;padding:40px 35px;transition:all .4s ease}.stat-box:hover{background:#ffffff0f;border-color:#7a2e3a66;box-shadow:0 25px 50px #7a2e3a33;transform:translateY(-10px)}.stat-icon{align-items:center;border-radius:22px;display:flex;flex-shrink:0;height:85px;justify-content:center;transition:transform .3s ease;width:85px}.stat-box:hover .stat-icon{transform:scale(1.1)}.stat-icon-orange{background:linear-gradient(135deg,#ff8c0033,#ff640026);border:1.5px solid #ff8c004d;box-shadow:0 10px 30px #ff8c0033}.stat-icon-purple{background:linear-gradient(135deg,#7a2e3a33,#9333ea26);border:1.5px solid #7a2e3a4d;box-shadow:0 10px 30px #7a2e3a33}.stat-icon-green{background:linear-gradient(135deg,#3d121833,#05966926);border:1.5px solid #3d12184d;box-shadow:0 10px 30px #3d121833}.stat-content{display:flex;flex-direction:column;gap:8px;text-align:left}.stat-num{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#7a2e3a,#4a1520);-webkit-background-clip:text;filter:drop-shadow(0 2px 10px rgba(168,85,247,.3));font-size:3.8rem;font-weight:950;letter-spacing:-3px;line-height:1}.stat-text{color:#ffffff8c;font-size:.95rem;font-weight:700;letter-spacing:1.8px;text-transform:uppercase}@media (max-width:992px){.hero-title{font-size:4.5rem;letter-spacing:-2px}.hero-stats{gap:20px;grid-template-columns:1fr}}@media (max-width:768px){.hero-title{font-size:3rem;letter-spacing:-1px}.hero-title-wrapper{height:120px}.hero-desc{font-size:1.15rem}.hero-actions{flex-direction:column;max-width:340px;width:100%}.hero-btn{width:100%}.stat-box{gap:22px;padding:30px 25px}.stat-icon{font-size:2.2rem;height:65px;width:65px}.stat-num{font-size:2.8rem}.stat-text{font-size:.8rem}}.sports-carousel{background:#030308;overflow:hidden;padding:80px 0;position:relative}.carousel-header{margin-bottom:40px;text-align:center}.carousel-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#5c1822,#7a2e3a);-webkit-background-clip:text;font-size:2.5rem;margin-bottom:10px}.carousel-header p{color:#fff9;font-size:1.1rem}.carousel-wrapper{padding:20px 0}.carousel-track img{border-radius:12px;box-shadow:0 10px 20px #00000080;height:240px;transition:transform .3s ease;width:160px}.carousel-track img:hover{transform:scale(1.05)}.highlight-features{background:#030308;padding:80px 0}.features-grid-simple{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.feature-card-simple{background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;padding:40px 30px;text-align:center;transition:all .3s ease}.feature-card-simple:hover{background:#ffffff0d;border-color:#7a2e3a4d;transform:translateY(-5px)}.feature-icon-large{font-size:3.5rem;margin-bottom:20px}.feature-card-simple h3{color:#fff;font-size:1.5rem;margin-bottom:15px}.feature-card-simple p{color:#fff9;line-height:1.6}@media (max-width:768px){.features-grid-simple{grid-template-columns:1fr}}.package-preview-home{background:#030308;padding:80px 0}.section-title-center{font-size:2.5rem;margin-bottom:15px;text-align:center}.section-subtitle{color:#fff9;font-size:1.1rem}.gradient-text{background:linear-gradient(135deg,#5c1822,#7a2e3a)}.package-card-featured{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:25px;margin:0 auto;max-width:500px;padding:50px 40px;position:relative;text-align:center}.package-badge{background:linear-gradient(135deg,#f55,#ff9500);border-radius:20px;display:inline-block;font-size:.85rem;font-weight:700;margin-bottom:20px;padding:8px 20px}.package-card-featured h3{font-size:2rem;margin-bottom:20px}.package-price{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#7a2e3a,#4a1520);-webkit-background-clip:text;font-size:3.5rem;font-weight:900;margin-bottom:30px}.package-price span{font-size:2rem}.package-features li{font-size:1.1rem;padding:12px 0}.btn-primary{background:linear-gradient(135deg,#f55,#ff9500);border-radius:50px;display:inline-block;font-weight:700;padding:16px 40px;text-decoration:none;transition:all .3s ease}.btn-primary:hover{box-shadow:0 15px 35px #f556}.official-apps{background:#030308;padding:80px 0;position:relative}.section-subtitle-large{color:#ffffffb3;font-size:1.15rem;margin-bottom:50px;margin-left:auto;margin-right:auto;max-width:700px;text-align:center}.apps-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);margin-top:50px}.app-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;padding:40px 30px;text-align:center;transition:all .3s ease}.app-card:hover{background:#ffffff0f;border-color:#7a2e3a4d;transform:translateY(-5px)}.app-icon{font-size:4rem;margin-bottom:20px}.app-card h4{font-size:1.5rem;margin-bottom:15px}.app-card p{color:#fff9;line-height:1.6;margin-bottom:25px}.app-buttons{display:flex;flex-direction:column;gap:15px}.store-btn-modern{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;color:#fff;display:flex;gap:10px;justify-content:center;padding:12px 20px;text-decoration:none;transition:all .3s ease}.store-btn-modern:hover{background:#ffffff14;border-color:#7a2e3a4d}.store-btn-modern img{height:40px}@media (max-width:992px){.apps-grid{grid-template-columns:1fr}}.packages-page{background:#060606;color:#fff;min-height:100vh;overflow-x:hidden;padding-top:70px;width:100%}.packages-hero{background:linear-gradient(135deg,#5c18221a,#4a15201a);padding:100px 20px 60px;text-align:center}.packages-hero h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#5c1822);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;margin-bottom:20px}.packages-hero p{color:#fffc;font-size:1.3rem;margin:0 auto;max-width:700px}.platforms-carousel{background:#060606;overflow:hidden;padding:60px 0;position:relative}.carousel-wrapper{overflow:hidden;width:100%}.carousel-track{animation:scroll 40s linear infinite;display:flex;gap:20px;width:-webkit-max-content;width:max-content;will-change:transform}.carousel-track img{border-radius:16px;display:block;flex-shrink:0;height:200px;max-width:140px;min-width:140px;object-fit:cover;width:140px}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-50% - 10px))}}.packages-main{padding:80px 20px}.region-selector{display:flex;gap:20px;justify-content:center;margin-bottom:60px}.region-btn{background:#ffffff0d;border:2px solid #ffffff1a;border-radius:50px;color:#fff;cursor:pointer;font-family:inherit;font-size:1.1rem;font-weight:600;padding:15px 40px;transition:all .3s ease}.region-btn:hover{background:#ffffff1a;border-color:#5c182280}.region-btn.active{background:linear-gradient(135deg,#fff,#f0d8dc);border-color:#0000;box-shadow:0 10px 30px #5c182266}.packages-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin:0 auto;max-width:1400px}.package-card{background:#14141ecc;border:2px solid #5c182233;border-radius:20px;display:flex;flex-direction:column;padding:40px 30px;position:relative;text-align:center;transition:all .3s ease}.package-card:hover{border-color:#5c182280;box-shadow:0 20px 40px #5c18224d;transform:translateY(-10px)}.package-card.popular{border-color:#5c1822;box-shadow:0 0 40px #5c18224d}.package-badge{background:linear-gradient(135deg,#fff,#f0d8dc);border-radius:50px;color:#fff;font-size:.75rem;font-weight:800;left:50%;letter-spacing:.5px;padding:6px 20px;position:absolute;text-transform:uppercase;top:-15px;transform:translateX(-50%)}.package-card h3{color:#fff;font-size:1.8rem;font-weight:800;margin-bottom:10px}.package-duration{color:#fff9;font-size:1rem;margin-bottom:25px}.package-price-wrapper{margin-bottom:30px}.package-price{color:#fff;font-size:3rem;font-weight:800;line-height:1;margin-bottom:5px}.package-price span{font-size:1.5rem;margin-left:5px;opacity:.8}.package-original-price{color:#fff6;font-size:1.1rem;text-decoration:line-through}.package-features{flex-grow:1;list-style:none;margin:0 0 30px;padding:0;text-align:left}.package-features li{border-bottom:1px solid #ffffff0d;color:#fffc;font-size:.95rem;padding:12px 0 12px 25px;position:relative}.package-features li:last-child{border-bottom:none}.package-features li:before{color:#5c1822;content:"✓";font-size:1.1rem;font-weight:700;left:0;position:absolute}.faq-section{background:#05050880}.faq-header{margin-bottom:60px;text-align:center}.faq-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#5c1822);-webkit-background-clip:text;background-clip:text;font-size:2.8rem;font-weight:800;margin-bottom:15px}.faq-header p{color:#ffffffb3;font-size:1.1rem}@media (max-width:768px){.packages-hero h1{font-size:2.5rem}.packages-hero p{font-size:1.1rem}.carousel-track img{height:190px;max-width:130px;min-width:130px;width:130px}.packages-grid{gap:25px;grid-template-columns:1fr}.region-selector{align-items:stretch;flex-direction:column}.region-btn{width:100%}.faq-header h2{font-size:2rem}.faq-grid{grid-template-columns:1fr}.package-card{padding:30px 25px}.package-price{font-size:2.5rem}}@media (max-width:480px){.packages-hero{padding:60px 20px 40px}.packages-hero h1{font-size:2rem}.carousel-track img{height:160px;max-width:110px;min-width:110px;width:110px}.packages-main{padding:50px 15px}.package-card h3{font-size:1.5rem}.package-price{font-size:2rem}.faq-header h2{font-size:1.8rem}.whatsapp-float{bottom:20px;right:20px}.whatsapp-btn{height:55px;width:55px}}.earnings-calculator{margin:0 auto;max-width:1000px}.calculator-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#14141ee6;border:2px solid #5c18224d;border-radius:24px;box-shadow:0 20px 60px #00000080;padding:50px}.calculator-inputs{grid-gap:40px;display:grid;gap:40px;margin-bottom:50px}.input-group{display:flex;flex-direction:column;gap:15px}.input-group label{align-items:center;color:#fff;display:flex;font-size:1.1rem;font-weight:600;gap:10px}.label-icon{font-size:1.5rem}.slider{-webkit-appearance:none;appearance:none;background:#ffffff1a;border-radius:5px;height:8px;outline:none;width:100%}.slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:linear-gradient(135deg,#fff,#f0d8dc);border-radius:50%;box-shadow:0 0 20px #5c182280;cursor:pointer;height:24px;-webkit-transition:all .3s ease;transition:all .3s ease;width:24px}.slider::-webkit-slider-thumb:hover{box-shadow:0 0 30px #5c1822cc;transform:scale(1.2)}.slider::-moz-range-thumb{background:linear-gradient(135deg,#fff,#f0d8dc);border:none;border-radius:50%;box-shadow:0 0 20px #5c182280;cursor:pointer;height:24px;-moz-transition:all .3s ease;transition:all .3s ease;width:24px}.slider::-moz-range-thumb:hover{box-shadow:0 0 30px #5c1822cc;transform:scale(1.2)}.input-value{background:#5c18221a;border-radius:10px;color:#5c1822;font-size:1.3rem;font-weight:700;padding:10px;text-align:center}.calculator-results{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.result-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:30px;text-align:center;transition:all .3s ease}.result-card:hover{border-color:#5c182280;box-shadow:0 10px 30px #5c18224d;transform:translateY(-5px)}.result-card.highlight{background:linear-gradient(135deg,#5c182233,#4a152033);border-color:#5c182280;transform:scale(1.05)}.result-label{color:#ffffffb3;font-size:.95rem;letter-spacing:1px;margin-bottom:10px;text-transform:uppercase}.result-value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f0d8dc);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800}@media (max-width:768px){.calculator-card{padding:30px 20px}.calculator-inputs{gap:30px}.calculator-results{grid-template-columns:1fr}.result-card.highlight{transform:scale(1)}.result-value{font-size:1.5rem}}.reseller-page{background:#060606;color:#fff;min-height:100vh;overflow-x:hidden;padding-top:70px;width:100%}.reseller-hero{align-items:center;display:flex;justify-content:center;min-height:90vh;overflow:hidden;padding:100px 20px;position:relative}.hero-background{z-index:0}.bg-gradient-animated,.hero-background{bottom:0;left:0;position:absolute;right:0;top:0}.bg-gradient-animated{animation:gradientMove 10s ease infinite;background:linear-gradient(135deg,#5c182233,#4a152033 50%,#5c182233);background-size:200% 200%}@keyframes gradientMove{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.floating-shapes{bottom:0;left:0;position:absolute;right:0;top:0}.floating-shape{animation:floatShape linear infinite;background:#5c18221a;border-radius:50%;filter:blur(40px);height:100px;position:absolute;width:100px}@keyframes floatShape{0%{opacity:0;transform:translateY(100vh) translateX(0) rotate(0deg)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(-100px) translateX(100px) rotate(1turn)}}.hero-content-wrapper{margin:0 auto;max-width:900px;position:relative;text-align:center;z-index:1}.hero-title{font-size:4.5rem;margin-bottom:30px}.hero-subtitle{color:#ffffffe6;font-size:1.5rem;margin-bottom:50px}.highlight-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f0d8dc);-webkit-background-clip:text;background-clip:text;font-weight:700}.hero-stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:50px}.stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:25px}.stat-card:hover{box-shadow:0 10px 30px #5c18224d;transform:translateY(-5px)}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f0d8dc);-webkit-background-clip:text;background-clip:text;font-weight:800;margin-bottom:5px}.stat-label{font-size:.9rem;letter-spacing:1px;text-transform:uppercase}.hero-cta{margin-top:40px}.reveal{opacity:1;transform:translateY(0);visibility:visible}.calculator-section{background:#05050880;padding:100px 20px}.benefits-section{background:#060606;padding:100px 20px}.benefits-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1400px}.benefit-card{background:#14141ecc;border:1px solid #5c182233;border-radius:20px;overflow:hidden;padding:40px;position:relative;text-align:center;transition:all .3s ease}.benefit-card:before{background:radial-gradient(circle,#5c18221a 0,#0000 70%);content:"";height:200%;left:-50%;opacity:0;position:absolute;top:-50%;transition:opacity .3s ease;width:200%}.benefit-card:hover{border-color:#5c182280;box-shadow:0 20px 40px #5c18224d;transform:translateY(-10px)}.benefit-card:hover:before{opacity:1}.benefit-icon{border-radius:50%;display:inline-block;margin-bottom:25px;padding:20px;transition:transform .3s ease}.benefit-card:hover .benefit-icon{transform:scale(1.1) rotate(5deg)}.benefit-card h3{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:15px}.benefit-card p{color:#ffffffb3;font-size:1rem;line-height:1.7}.levels-section{background:#05050880;padding:100px 20px}.levels-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin:0 auto;max-width:1400px}.level-card{background:#14141ee6;border:2px solid #5c182233;border-radius:24px;cursor:pointer;display:flex;flex-direction:column;padding:40px;position:relative;text-align:center;transition:all .3s ease}.level-card:hover{border-color:#5c182280;box-shadow:0 20px 40px #5c18224d;transform:translateY(-10px)}.level-card.popular{border-color:#5c1822;box-shadow:0 0 40px #5c182266;transform:scale(1.05)}.level-badge{background:linear-gradient(135deg,#fff,#f0d8dc);border-radius:50px;color:#fff;font-size:.75rem;font-weight:800;left:50%;letter-spacing:.5px;padding:6px 20px;position:absolute;text-transform:uppercase;top:-15px;transform:translateX(-50%)}.level-header{margin-bottom:20px}.level-header h3{color:#fff;font-size:2rem;font-weight:800;margin-bottom:10px}.level-commission{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f0d8dc);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:900}.level-price{color:#ffffffb3;font-size:1.5rem;font-weight:600;margin-bottom:30px}.level-features{flex-grow:1;list-style:none;margin:0 0 30px;padding:0;text-align:left}.level-features li{align-items:center;color:#fffc;display:flex;font-size:.95rem;gap:12px;padding:12px 0}.check-icon{color:#3d1218;flex-shrink:0;font-size:1.2rem;font-weight:700}.panel-features-section{background:#060606;padding:100px 20px}.panel-features-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1400px}.panel-feature-card{background:#14141e99;border:1px solid #5c182233;border-radius:16px;padding:30px;text-align:center;transition:all .3s ease}.panel-feature-card:hover{border-color:#5c182280;box-shadow:0 10px 30px #5c182233;transform:translateY(-5px)}.panel-feature-icon{font-size:2.5rem;margin-bottom:15px}.panel-feature-card h4{color:#fff;font-size:1.2rem;font-weight:700;margin-bottom:10px}.panel-feature-card p{color:#ffffffb3;font-size:.9rem;line-height:1.6}.requirements-section{background:#05050880;padding:100px 20px}.requirements-card{background:#14141ee6;border:2px solid #5c18224d;border-radius:24px;box-shadow:0 20px 60px #00000080;margin:0 auto;max-width:1000px;padding:60px}.requirements-card .section-title{margin-bottom:50px;text-align:center}.requirements-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:50px}.requirement-item{align-items:center;background:#ffffff0d;border-radius:12px;display:flex;gap:20px;padding:20px;transition:all .3s ease}.requirement-item:hover{background:#ffffff14;transform:translateX(5px)}.requirement-icon{flex-shrink:0;font-size:2rem}.requirement-item p{color:#ffffffe6;font-size:1.1rem;line-height:1.6;margin:0}.requirements-cta{margin-top:40px;text-align:center}.cta-section{background:linear-gradient(135deg,#5c18221a,#4a15201a);padding:100px 20px;text-align:center}.cta-content h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#5c1822);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin-bottom:20px}.cta-content p{color:#fffc;font-size:1.3rem;margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:700px}.btn-full{margin-top:auto}@media (max-width:768px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.2rem}.hero-stats-grid{grid-template-columns:repeat(2,1fr)}.section-title{font-size:2rem}.benefits-grid,.levels-grid,.panel-features-grid{grid-template-columns:1fr}.requirements-card{padding:40px 30px}.requirements-grid{grid-template-columns:1fr}.cta-content h2{font-size:2rem}.level-card.popular{transform:scale(1)}}@media (max-width:480px){.hero-title{font-size:2.5rem}.stat-number{font-size:2rem}.level-commission{font-size:2.5rem}}.guide-modal-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000d9;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:20px;position:fixed;right:0;top:0;z-index:2000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.guide-modal-content{animation:slideUp .3s ease;background:#14141efa;border:2px solid #5c18224d;border-radius:20px;box-shadow:0 20px 60px #000000b3;max-height:85vh;max-width:550px;overflow-y:auto;padding:25px;position:relative;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.guide-modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.8rem;height:35px;justify-content:center;position:absolute;right:15px;top:15px;transition:all .3s ease;width:35px;z-index:10}.guide-modal-close:hover{background:#ffffff1a;transform:rotate(90deg)}.guide-header{margin-bottom:25px;text-align:center}.guide-device-icon{align-items:center;border-radius:50%;display:inline-flex;height:70px;justify-content:center;margin-bottom:15px;width:70px}.guide-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f0d8dc);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800;margin-bottom:10px}.guide-steps{margin-bottom:40px}.guide-step{align-items:flex-start;display:flex;gap:20px;margin-bottom:25px}.step-number-badge{align-items:center;background:linear-gradient(135deg,#fff,#f0d8dc);border-radius:50%;box-shadow:0 4px 15px #5c182266;color:#fff;display:flex;flex-shrink:0;font-size:1.2rem;font-weight:800;height:40px;justify-content:center;width:40px}.step-content{flex:1 1;padding-top:8px}.step-content p{color:#ffffffe6;font-size:1.1rem;line-height:1.8;margin:0}.guide-apps{border-top:1px solid #ffffff1a;margin-bottom:30px;padding-top:30px}.guide-apps h3{color:#fff;font-size:1.3rem;font-weight:700;margin-bottom:20px}.guide-apps-list{display:flex;flex-direction:column;gap:12px}.guide-app-btn{align-items:center;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-weight:600;justify-content:space-between;padding:15px 20px;text-decoration:none;transition:all .3s ease}.guide-app-btn:hover{box-shadow:0 5px 20px #0000004d;transform:translateX(5px)}.guide-footer{margin-top:30px}.smarttv-guide-content{margin-bottom:30px}.smarttv-intro{background:#ffffff0d;border-radius:10px;margin-bottom:20px;padding:15px}.smarttv-intro p{color:#ffffffe6;font-size:.9rem;line-height:1.6;margin:0;text-align:center}.section-label{border-bottom:2px solid #5c18224d;color:#fff;font-size:1.1rem;font-weight:700;margin-bottom:15px;padding-bottom:8px}.smarttv-apps-section{margin-bottom:25px}.smarttv-apps-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));margin-bottom:15px}.smarttv-app-card{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:130px;padding:15px;text-align:center;transition:all .3s ease}.smarttv-app-card:hover{background:#ffffff1a;border-color:#5c182280;box-shadow:0 10px 30px #5c182233;transform:translateY(-5px)}.smarttv-app-icon{filter:drop-shadow(0 0 10px rgba(74,21,32,.4));font-size:2rem;margin-bottom:8px}.smarttv-app-info h4{color:#fff;font-size:.95rem;font-weight:700;margin-bottom:6px}.smarttv-app-info p{color:#ffffffb3;font-size:.75rem;line-height:1.4;margin:0}.mac-address-section{border-top:1px solid #ffffff1a;margin-bottom:25px;padding-top:20px}.mac-address-card{background:#5c18221a;border:1px solid #5c18224d;border-radius:10px;padding:18px}.mac-example{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:12px}.mac-label{color:#fffc;font-size:.9rem;font-weight:600}.mac-value{background:#5c182233;border-radius:6px;color:#5c1822;font-family:Courier New,monospace;font-size:1.1rem;font-weight:800;letter-spacing:1px;padding:6px 12px}.mac-note{color:#ffffffb3;font-size:.85rem;line-height:1.5;margin:12px 0 0}@media (max-width:768px){.smarttv-app-card{min-height:140px;padding:15px}.mac-example{align-items:flex-start;flex-direction:column}.mac-value{font-size:1.1rem}.guide-modal-content{max-height:95vh;max-width:95%;padding:20px 15px}.guide-header h2{font-size:1.3rem}.guide-device-icon{height:60px;width:60px}.step-number-badge{font-size:1rem;height:35px;width:35px}.step-content p{font-size:1rem}.smarttv-apps-grid{grid-template-columns:1fr}.smarttv-app-card{min-height:110px;padding:12px}}.installation-page{background:#060606;color:#fff;min-height:100vh;overflow-x:hidden;padding-top:70px;width:100%}.installation-page .container{margin:0 auto;max-width:1200px;padding:0 20px}.installation-hero{align-items:center;background:linear-gradient(135deg,#5c18221a,#4a15201a);display:flex;justify-content:center;min-height:60vh;overflow:visible;padding:150px 20px 100px;position:relative;width:100%}.installation-hero:before{background:radial-gradient(circle at 50% 50%,#5c182233 0,#0000 70%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.installation-hero .container{max-width:1200px;padding:0 20px}.hero-content,.installation-hero .container{margin:0 auto;position:relative;width:100%;z-index:10}.hero-content{display:block;max-width:900px;text-align:center}.hero-content div,.hero-content h1,.hero-content p{display:block;position:relative;z-index:11}.hero-title{color:#fff;display:block;font-size:4rem;font-weight:900;line-height:1.2;margin-bottom:25px}.gradient-text{-webkit-text-fill-color:#0000;animation:gradientShift 3s ease infinite;background:linear-gradient(135deg,#fff,#5c1822,#4a1520);-webkit-background-clip:text;background-clip:text;background-size:200% 200%}@keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.hero-subtitle{color:#ffffffe6!important;display:block;font-size:1.4rem;line-height:1.8;margin-bottom:30px}.hero-badge{align-items:center;background:#5c182233;border:1px solid #5c18224d;border-radius:50px;color:#fff!important;display:inline-flex;font-weight:600;gap:10px;padding:12px 24px}.badge-icon{display:inline-block;font-size:1.2rem}.reveal{opacity:1!important;transform:translateY(0)!important;visibility:visible!important}.section-header{margin-bottom:60px;text-align:center}.section-title{background:linear-gradient(135deg,#fff,#5c1822);font-size:3rem;margin-bottom:15px}.section-subtitle{margin:0 auto;max-width:700px}.platforms-section{background:#060606;display:block;padding:100px 20px;width:100%}.platforms-section .container{display:block;margin:0 auto;max-width:1200px;padding:0 20px}.platforms-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1400px}.platform-card{background:#14141ecc;border:2px solid #5c182233;border-radius:24px;overflow:hidden;padding:40px;position:relative;text-align:center;transition:all .3s ease}.platform-card:before{background:radial-gradient(circle,#5c18221a 0,#0000 70%);content:"";height:200%;left:-50%;opacity:0;pointer-events:none;position:absolute;top:-50%;transition:opacity .3s ease;width:200%;z-index:0}.platform-card:hover{border-color:#5c182280;box-shadow:0 20px 40px #5c18224d;transform:translateY(-10px)}.platform-card:hover:before{opacity:1}.platform-icon{align-items:center;border-radius:50%;display:inline-flex;height:120px;justify-content:center;margin-bottom:25px;transition:transform .3s ease;width:120px}.platform-card:hover .platform-icon{transform:scale(1.1) rotate(5deg)}.platform-card h3{color:#fff;font-size:1.8rem;font-weight:800;margin-bottom:15px}.platform-card p{color:#ffffffb3;font-size:1rem;line-height:1.8;margin-bottom:30px}.platform-apps{display:flex;flex-direction:column;gap:12px;position:relative;z-index:1}.app-download-btn{align-items:center;border-radius:12px;box-shadow:0 4px 15px #0003;color:#fff;display:flex;font-weight:600;justify-content:space-between;padding:15px 20px;text-decoration:none;transition:all .3s ease}.app-download-btn:hover{box-shadow:0 8px 25px #0000004d;transform:translateY(-3px)}.app-name{font-size:1.1rem}.app-store{font-size:.9rem;opacity:.9}.guide-btn{background:#0000;border:2px solid;border-radius:12px;color:#fff;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:600;padding:15px 20px;pointer-events:auto;position:relative;transition:all .3s ease;width:100%;z-index:10}.guide-btn:hover{background:#ffffff1a;transform:translateY(-3px)}.guide-btn:active{transform:translateY(-1px)}.quick-steps-section{background:#05050880;display:block;padding:100px 20px;width:100%}.quick-steps-section .container{display:block;margin:0 auto;max-width:1200px;padding:0 20px}.quick-steps-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px}.quick-step-card{background:#14141ecc;border:1px solid #5c182233;border-radius:20px;padding:40px 30px;position:relative;text-align:center;transition:all .3s ease}.quick-step-card:hover{border-color:#5c182280;box-shadow:0 20px 40px #5c18224d;transform:translateY(-10px)}.step-number{align-items:center;background:linear-gradient(135deg,#fff,#f0d8dc);border-radius:50%;box-shadow:0 4px 15px #5c182266;color:#fff;display:flex;font-size:1.2rem;font-weight:800;height:40px;justify-content:center;left:50%;position:absolute;top:-15px;transform:translateX(-50%);width:40px}.step-icon{filter:drop-shadow(0 0 20px rgba(74,21,32,.4));font-size:3.5rem;margin-bottom:20px}.quick-step-card h4{color:#fff;font-size:1.3rem;font-weight:700;margin-bottom:12px}.quick-step-card p{color:#ffffffb3;font-size:.95rem;line-height:1.6}.faq-section{background:#060606;display:block;padding:100px 20px;width:100%}.faq-section .container{display:block;margin:0 auto;max-width:1200px;padding:0 20px}.faq-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.faq-item{border:1px solid #5c182233;border-radius:15px}.faq-item:hover{border-color:#5c182266}.faq-item.active{border-color:#5c182299}.faq-header-item{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:25px;transition:background .3s ease}.faq-header-item:hover{background:#ffffff0d}.faq-header-item h4{color:#fff;flex:1 1;font-size:1.1rem;font-weight:600;margin:0;text-align:left}.faq-toggle{align-items:center;background:#5c18221a;border-radius:50%;color:#5c1822;display:flex;flex-shrink:0;font-size:1.5rem;font-weight:300;height:30px;justify-content:center;margin-left:15px;transition:all .3s ease;width:30px}.faq-item.active .faq-toggle{background:#5c182233;transform:rotate(180deg)}.faq-content{padding:0 25px}.faq-item.active .faq-content{padding:0 25px 25px}.faq-content p{font-size:.95rem}.support-cta{background:#05050880;display:block;padding:100px 20px;width:100%}.support-cta .container{display:block;margin:0 auto;max-width:1200px;padding:0 20px}.support-card{background:#14141ee6;border:2px solid #5c18224d;border-radius:24px;box-shadow:0 20px 60px #00000080;margin:0 auto;max-width:800px;padding:60px;text-align:center}.support-icon{filter:drop-shadow(0 0 20px rgba(74,21,32,.4));font-size:4rem;margin-bottom:25px}.support-card h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f0d8dc);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800;margin-bottom:15px}.support-card p{color:#ffffffb3;font-size:1.1rem;line-height:1.8;margin-bottom:35px}.btn-large{font-size:1.2rem;padding:20px 50px}.btn-full{width:100%}.whatsapp-float{bottom:30px;position:fixed;right:30px;z-index:1000}.whatsapp-btn{align-items:center;background:#25d366;border-radius:50%;box-shadow:0 4px 20px #25d36666;display:flex;height:60px;justify-content:center;text-decoration:none;transition:all .3s ease;width:60px}.whatsapp-btn:hover{box-shadow:0 6px 30px #25d36699;transform:scale(1.1)}.whatsapp-btn img{height:35px;width:35px}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.section-title{font-size:2rem}.faq-grid,.platforms-grid,.quick-steps-grid{grid-template-columns:1fr}.support-card{padding:40px 30px}.support-card h3{font-size:1.5rem}}@media (max-width:480px){.installation-hero{min-height:50vh;padding:60px 20px}.hero-title{font-size:2rem}.platform-card{padding:30px 25px}.platform-icon{height:100px;width:100px}.quick-step-card{padding:30px 20px}}.about-page{background:#060606;color:#fff;min-height:100vh}.about-hero{background:linear-gradient(135deg,#5c18221a,#4a15201a);overflow:hidden;padding:150px 20px 100px;position:relative;text-align:center}.about-hero:before{background:radial-gradient(circle at 50% 50%,#5c182233 0,#0000 70%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.about-hero .container{position:relative;z-index:1}.about-hero h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f0d8dc);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:900;margin-bottom:20px}.about-hero p{color:#fffc;font-size:1.3rem;margin:0 auto;max-width:700px}.about-stats{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:100px}.stat-card{background:#14141ecc;border:2px solid #5c182233;border-radius:20px;overflow:hidden;padding:40px 30px;position:relative;text-align:center;transition:all .3s ease}.stat-card:before{background:radial-gradient(circle,#5c18221a 0,#0000 70%);content:"";height:200%;left:-50%;opacity:0;position:absolute;top:-50%;transition:opacity .3s ease;width:200%}.stat-card:hover{border-color:#5c182280;box-shadow:0 20px 40px #5c18224d;transform:translateY(-10px)}.stat-card:hover:before{opacity:1}.stat-icon{filter:drop-shadow(0 0 20px rgba(74,21,32,.5));font-size:3rem;margin-bottom:20px}.stat-number{color:#5c1822;font-size:2.5rem;font-weight:900;margin-bottom:10px}.stat-label,.stat-number{position:relative;z-index:1}.stat-label{color:#ffffffb3;font-size:1rem}.about-story{margin-bottom:100px}.story-content{background:#14141ecc;border:2px solid #5c182233;border-radius:24px;overflow:hidden;padding:60px;position:relative}.story-content:before{background:linear-gradient(90deg,#5c1822,#4a1520);content:"";height:4px;left:0;position:absolute;right:0;top:0}.story-content h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f0d8dc);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;margin-bottom:30px}.story-content p{color:#fffc;font-size:1.1rem;line-height:1.8;margin-bottom:25px}.story-content p:last-child{margin-bottom:0}.about-values{margin-bottom:100px}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f0d8dc);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;margin-bottom:50px;text-align:center}.values-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.value-card{background:#14141ecc;border:2px solid #5c182233;border-radius:20px;overflow:hidden;padding:40px 30px;position:relative;text-align:center;transition:all .3s ease}.value-card:before{background:radial-gradient(circle,#5c18221a 0,#0000 70%);content:"";height:200%;left:-50%;opacity:0;position:absolute;top:-50%;transition:opacity .3s ease;width:200%}.value-card:hover{border-color:#5c182280;box-shadow:0 20px 40px #5c18224d;transform:translateY(-10px)}.value-card:hover:before{opacity:1}.value-icon{filter:drop-shadow(0 0 20px rgba(74,21,32,.5));font-size:3.5rem;margin-bottom:20px}.value-card h3{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:15px;position:relative;z-index:1}.value-card p{color:#ffffffb3;font-size:1rem;line-height:1.7;position:relative;z-index:1}.about-contact{margin-bottom:100px}.contact-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:60px}.contact-card{background:#14141ecc;border:2px solid #5c182233;border-radius:20px;overflow:hidden;padding:40px 30px;position:relative;text-align:center;transition:all .3s ease}.contact-card:before{background:radial-gradient(circle,#5c18221a 0,#0000 70%);content:"";height:200%;left:-50%;opacity:0;position:absolute;top:-50%;transition:opacity .3s ease;width:200%}.contact-card:hover{border-color:#5c182280;box-shadow:0 20px 40px #5c18224d;transform:translateY(-10px)}.contact-card:hover:before{opacity:1}.contact-icon{filter:drop-shadow(0 0 20px rgba(74,21,32,.5));font-size:3.5rem;margin-bottom:20px}.contact-card h3{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:15px;position:relative;z-index:1}.contact-card p{color:#ffffffb3;font-size:1rem;line-height:1.7;margin-bottom:20px;position:relative;z-index:1}.response-badge{align-items:center;background:#5c182233;border:1px solid #5c18224d;border-radius:20px;color:#ffffffe6;display:inline-flex;font-size:.9rem;margin-bottom:25px;padding:8px 16px}.address-info,.response-badge{gap:8px;position:relative;z-index:1}.address-info{display:flex;flex-direction:column;margin-bottom:20px}.address-info strong{color:#fff;font-size:1.1rem;font-weight:600}.address-info span{color:#ffffffb3;font-size:1rem}.contact-card .btn{position:relative;z-index:1}.working-hours{background:#14141ecc;border:2px solid #5c182233;border-radius:20px;padding:40px;text-align:center}.working-hours h3{color:#fff;font-size:2rem;font-weight:700;margin-bottom:15px}.working-hours>p{color:#ffffffb3;font-size:1rem;margin-bottom:30px}.hours-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:30px}.hour-item{background:#5c18221a;border:1px solid #5c18224d;border-radius:12px;padding:20px}.hour-item .day{color:#fff;font-size:1rem;font-weight:600;margin-bottom:8px}.hour-item .time{color:#ffffffb3;font-size:.95rem}.highlight-text{color:#5c1822!important;font-size:1.1rem!important;font-weight:600!important;margin-top:25px!important}.about-faq,.section-subtitle{margin-bottom:50px}.section-subtitle{color:#ffffffb3;font-size:1.2rem;text-align:center}.faq-stats{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:60px}.faq-stat-card{background:#14141ecc;border:2px solid #5c182233;border-radius:20px;padding:30px;text-align:center;transition:all .3s ease}.faq-stat-card:hover{border-color:#5c182280;transform:translateY(-5px)}.faq-stat-number{color:#5c1822;font-size:2.5rem;font-weight:900;margin-bottom:10px}.faq-stat-label{color:#ffffffb3;font-size:1rem}.faq-grid{grid-gap:20px;display:grid;gap:20px}.faq-item{background:#14141ecc;border:2px solid #5c182233;border-radius:16px;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#5c182280}.faq-item.active{border-color:#5c1822cc}.faq-header{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:25px 30px;transition:all .3s ease}.faq-header:hover{background:#5c18220d}.faq-header h4{color:#fff;flex:1 1;font-size:1.2rem;font-weight:600;margin:0;padding-right:20px}.faq-icon{align-items:center;background:#5c18221a;border-radius:50%;color:#5c1822;display:flex;flex-shrink:0;font-size:1.8rem;font-weight:300;height:35px;justify-content:center;transition:all .3s ease;width:35px}.faq-item.active .faq-icon{background:#5c18224d;transform:rotate(180deg)}.faq-content{max-height:0;overflow:hidden;padding:0 30px;transition:max-height .3s ease,padding .3s ease}.faq-item.active .faq-content{max-height:500px;padding:0 30px 25px}.faq-content p{color:#ffffffb3;font-size:1rem;line-height:1.8;margin:0}.btn{border:none;border-radius:12px;cursor:pointer;display:inline-block;font-family:inherit;font-size:1rem;font-weight:600;padding:16px 32px;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#fff,#f0d8dc);box-shadow:0 10px 30px #5c182266;color:#fff}.btn-primary:hover{box-shadow:0 15px 40px #5c182299;transform:translateY(-3px)}.reveal{opacity:0;transform:translateY(30px);transition:all .6s ease}.reveal.active{opacity:1;transform:translateY(0)}@media (max-width:768px){.about-hero h1{font-size:2.5rem}.about-hero p{font-size:1.1rem}.about-stats{gap:20px;grid-template-columns:repeat(2,1fr);margin-bottom:60px}.stat-card{padding:30px 20px}.stat-number{font-size:2rem}.story-content{padding:40px 30px}.section-title,.story-content h2{font-size:2rem}.contact-grid,.values-grid{grid-template-columns:1fr}.working-hours{padding:30px 20px}.faq-stats,.hours-grid{grid-template-columns:1fr}.faq-stats{gap:20px}.faq-header{padding:20px}.faq-header h4{font-size:1rem}.faq-content{padding:0 20px}.faq-item.active .faq-content{padding:0 20px 20px}}*{box-sizing:border-box;margin:0;padding:0}.App{min-height:100vh;overflow-x:hidden;width:100%}body,html{margin:0!important;max-width:100vw!important;overflow-x:hidden!important;overflow-y:auto!important;padding:0!important;position:relative!important;width:100%!important}*{box-sizing:border-box!important}#root,.App,.about-page,.home,.installation-page,.packages-page,.reseller-page,section{max-width:100vw!important;overflow-x:hidden!important;width:100%!important}.container{max-width:1400px!important;overflow-x:hidden!important;width:100%!important}::-webkit-scrollbar{background:#0000!important;width:0!important}*{-ms-overflow-style:none!important;scrollbar-width:none!important}.navbar{backdrop-filter:blur(15px)!important;-webkit-backdrop-filter:blur(15px)!important;background:#030303f0!important;border-bottom:1px solid #4a152033!important;box-shadow:0 2px 10px #0000004d!important;left:0!important;min-height:0!important;padding:10px 0!important;position:fixed!important;right:0!important;top:0!important;transition:all .3s ease!important;z-index:1000!important}.navbar,.navbar .container{align-items:center!important;display:flex!important;justify-content:space-between!important;width:100%!important}.navbar .container{margin:0 auto!important;max-width:1400px!important;padding:0 20px!important}.nav-menu{align-items:center!important;display:flex!important;gap:10px!important;list-style:none!important;margin:0 0 0 auto!important;padding:0!important}.nav-link{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#4a152026!important;border:1px solid #4a15204d!important;border-radius:10px!important;color:#ffffffe6!important;font-size:1rem!important;font-weight:600!important;padding:12px 24px!important;position:relative!important;text-decoration:none!important;transition:all .3s ease!important}.nav-link:hover{background:#4a152040!important;border-color:#4a152080!important;box-shadow:0 6px 20px #4a152066!important;transform:translateY(-2px)!important}.nav-link.active,.nav-link:active{background:linear-gradient(135deg,#4a152066,#2d0c1266)!important;border-color:#4a152099!important;box-shadow:0 6px 25px #4a152080!important;font-weight:700!important}.mobile-menu-toggle{background:#0000!important;border:none!important;cursor:pointer!important;flex-direction:column!important;height:30px!important;justify-content:space-around!important;padding:0!important;position:relative!important;width:30px!important;z-index:1001!important}.mobile-menu-toggle span{background:#fff!important;border-radius:3px!important;height:3px!important;transform-origin:center!important;transition:all .3s ease!important;width:100%!important}.mobile-menu-toggle.active span:first-child{transform:rotate(45deg) translate(8px,8px)!important}.mobile-menu-toggle.active span:nth-child(2){opacity:0!important}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)!important}@media (max-width:768px){.navbar{padding:12px 0!important}.navbar .container{padding:0 15px!important}.mobile-menu-toggle{display:flex!important}.nav-menu{align-items:flex-start!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;background:#030303f0!important;box-shadow:-5px 0 20px #00000080!important;flex-direction:column!important;gap:0!important;height:100vh!important;justify-content:flex-start!important;margin:0!important;padding:80px 20px 20px!important;position:fixed!important;right:-100%!important;top:0!important;transition:right .3s ease!important;width:280px!important;z-index:1000!important}.nav-menu.active{right:0!important}.mobile-menu-overlay{-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important;background:#00000080!important;height:100%!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:999!important}.nav-menu li{border-bottom:1px solid #ffffff1a!important;margin:0!important;width:100%!important}.nav-link{background:#0000!important;border:none!important;border-radius:0!important;display:block!important;font-size:1rem!important;padding:18px 15px!important;text-align:left!important;width:100%!important}.nav-link:hover{background:#4a152033!important;transform:none!important}.navbar .logo .logo-img,.navbar .logo-navbar .logo-img{height:44px!important;max-width:168px!important}.hero-title{font-size:2.5rem!important}.hero-stats{gap:15px!important;grid-template-columns:1fr!important}.stat-box{gap:20px!important;padding:25px 20px!important}.stat-icon{font-size:2rem!important;height:60px!important;width:60px!important}.stat-num{font-size:2.5rem!important}.stat-text{font-size:.85rem!important}section.about-stats .container .about-stats{gap:15px!important;grid-template-columns:1fr!important}.about-stats .stat-card .stat-icon{font-size:2.5rem!important}.about-stats .stat-card .stat-number{font-size:2rem!important}.packages-grid{gap:20px!important;grid-template-columns:1fr!important}.package-card{padding:30px 20px!important}}.hero-stats{grid-gap:25px!important;display:grid!important;gap:25px!important;grid-template-columns:repeat(3,1fr)!important;margin:50px auto 0!important;max-width:1150px!important;width:100%!important}.stat-box{align-items:center!important;display:flex!important;flex-direction:row!important;gap:28px!important}.stat-icon{flex-shrink:0!important}.stat-content{text-align:left!important}.hero-stats-grid{grid-gap:25px!important;display:grid!important;gap:25px!important;grid-template-columns:repeat(4,1fr)!important;margin:40px auto!important;max-width:1200px!important;width:100%!important}.reseller-hero .stat-card{align-items:center!important;-webkit-backdrop-filter:blur(15px)!important;backdrop-filter:blur(15px)!important;background:#1e1e2d99!important;border:2px solid #4a152066!important;border-radius:18px!important;box-shadow:0 8px 24px #0000004d!important;display:flex!important;flex-direction:column!important;gap:15px!important;justify-content:center!important;min-height:180px!important;padding:40px 30px!important;text-align:center!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important}.reseller-hero .stat-card:hover{background:linear-gradient(135deg,#4a152033,#2d0c1233)!important;border-color:#4a1520cc!important;box-shadow:0 15px 40px #4a152066!important;transform:translateY(-8px) scale(1.05)!important}.reseller-hero .stat-number{-webkit-text-fill-color:#0000!important;background:linear-gradient(135deg,#fff,#f0d8dc 50%,#d4aab2)!important;-webkit-background-clip:text!important;background-clip:text!important;color:#fff!important;filter:none!important;font-size:4rem!important;font-weight:900!important;line-height:1.1!important;margin:0!important;white-space:nowrap!important}.reseller-hero .stat-label{color:#fffffff2!important;font-size:1rem!important;font-weight:700!important;letter-spacing:1.5px!important;line-height:1.4!important;margin:0!important;overflow:visible!important;text-shadow:0 2px 5px #00000080!important;text-transform:uppercase!important;white-space:nowrap!important}.calculator-results{grid-gap:20px!important;display:grid!important;gap:20px!important;grid-template-columns:repeat(3,1fr)!important;margin-top:30px!important}.result-card{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#ffffff14!important;border:2px solid #ffffff26!important;border-radius:16px!important;padding:25px 20px!important;text-align:center!important;transition:all .3s ease!important}.result-card.highlight{background:#4a152026!important;border-color:#4a152080!important;box-shadow:0 8px 25px #4a15204d!important}.result-card:hover{box-shadow:0 10px 30px #4a152033!important;transform:translateY(-5px)!important}.result-label{color:#fffc!important;font-size:.9rem!important;font-weight:700!important;letter-spacing:1.5px!important;margin-bottom:15px!important;text-shadow:0 1px 3px #00000080!important;text-transform:uppercase!important}.result-value{-webkit-text-fill-color:#0000!important;background:linear-gradient(135deg,#fff,#f0d8dc 50%,#d4aab2)!important;-webkit-background-clip:text!important;background-clip:text!important;color:#fff!important;filter:none!important;font-size:2.2rem!important;font-weight:900!important;line-height:1.2!important}.input-value{background:#4a152033!important;border-radius:8px!important;display:inline-block!important;font-size:1.3rem!important;margin-top:10px!important;padding:8px 16px!important;text-align:center!important;text-shadow:0 2px 5px #00000080!important}.input-group label,.input-value{color:#fff!important;font-weight:700!important}.input-group label{align-items:center!important;display:flex!important;font-size:1.1rem!important;gap:10px!important;margin-bottom:12px!important;text-shadow:0 1px 3px #00000080!important}.input-group .label-icon{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))!important;font-size:1.5rem!important}.platform-icon{font-size:5rem!important;margin-bottom:25px!important}@media (max-width:992px){.hero-stats{grid-template-columns:1fr!important}.hero-stats-grid{grid-template-columns:repeat(2,1fr)!important}.reseller-hero .stat-card{min-height:160px!important;padding:30px 20px!important}.reseller-hero .stat-number{font-size:3rem!important}.reseller-hero .stat-label{font-size:.85rem!important;letter-spacing:1px!important}.calculator-results{grid-template-columns:1fr!important}.result-value{font-size:1.8rem!important}.input-value{font-size:1.1rem!important}.stats-grid-about{gap:15px!important;grid-template-columns:repeat(2,1fr)!important}.stat-item-about{min-height:160px!important;padding:25px 15px!important}.stat-icon-about{font-size:2.5rem!important}.stat-value-about{font-size:2rem!important}}.installation-hero{align-items:center!important;display:flex!important;min-height:70vh!important;padding:80px 0!important}.installation-hero .hero-content{margin:0 auto!important;max-width:900px!important;padding:40px 20px!important;text-align:center!important}.installation-hero .hero-badge{align-items:center!important;background:#4a152033!important;border:2px solid #4a152080!important;border-radius:50px!important;color:#fff!important;display:inline-flex!important;font-size:1rem!important;font-weight:600!important;gap:10px!important;margin-bottom:30px!important;padding:12px 24px!important}.installation-hero .hero-badge .badge-icon{display:inline-block!important;font-size:1.5rem!important;min-width:30px!important;text-align:center!important;transition:all .3s ease!important}.installation-hero .hero-badge .rotating-icon{animation:deviceIconRotate .6s ease-in-out!important;display:inline-block!important}@keyframes deviceIconRotate{0%{opacity:0;transform:scale(.7) rotateY(90deg) rotate(-10deg)}50%{opacity:.8;transform:scale(1.2) rotateY(0deg) rotate(5deg)}to{opacity:1;transform:scale(1) rotateY(0deg) rotate(0deg)}}.installation-hero .hero-title{color:#fff!important;font-size:3rem!important;font-weight:900!important;line-height:1.2!important;margin-bottom:25px!important}.installation-hero .hero-description{color:#fffc!important;font-size:1.2rem!important;line-height:1.8!important;margin-bottom:40px!important;margin-left:auto!important;margin-right:auto!important;max-width:700px!important}.installation-hero .hero-features{grid-gap:20px!important;display:grid!important;gap:20px!important;grid-template-columns:repeat(2,1fr)!important;margin:-20px auto 40px!important;max-width:600px!important}.installation-hero .hero-feature-item{align-items:center!important;background:#ffffff0d!important;border:1px solid #ffffff1a!important;border-radius:15px!important;color:#fff!important;display:flex!important;flex-direction:column!important;font-size:1rem!important;font-weight:600!important;gap:10px!important;justify-content:center!important;padding:25px 20px!important;text-align:center!important;transition:all .3s ease!important}.installation-hero .hero-feature-item:hover{background:#4a152026!important;border-color:#4a152080!important;box-shadow:0 8px 25px #4a15204d!important;transform:translateY(-5px)!important}.installation-hero .hero-feature-item .feature-icon{display:block!important;flex-shrink:0!important;font-size:3.5rem!important;line-height:1!important;margin-bottom:0!important}.installation-hero .hero-cta-buttons{display:flex!important;flex-wrap:wrap!important;gap:20px!important;justify-content:center!important;margin-top:30px!important}.installation-hero .hero-cta-buttons .btn{align-items:center!important;border:none!important;border-radius:12px!important;cursor:pointer!important;display:inline-flex!important;font-size:1.1rem!important;font-weight:600!important;gap:10px!important;padding:16px 32px!important;text-decoration:none!important;transition:all .3s ease!important}.installation-hero .hero-cta-buttons .btn-primary{background:linear-gradient(135deg,#5c1822,#3d1218)!important;box-shadow:0 4px 15px #4a152066!important;color:#fff!important}.installation-hero .hero-cta-buttons .btn-primary:hover{box-shadow:0 6px 20px #4a152099!important;transform:translateY(-2px)!important}.installation-hero .hero-cta-buttons .btn-secondary{background:#ffffff1a!important;border:2px solid #ffffff4d!important;color:#fff!important}.installation-hero .hero-cta-buttons .btn-secondary:hover{background:#ffffff26!important;border-color:#ffffff80!important}@media (max-width:768px){.installation-hero{min-height:60vh!important;padding:60px 0!important}.installation-hero .hero-title{font-size:2rem!important}.installation-hero .hero-description{font-size:1rem!important}.installation-hero .hero-features{gap:15px!important;grid-template-columns:1fr!important}.installation-hero .hero-cta-buttons{flex-direction:column!important}.installation-hero .hero-cta-buttons .btn{justify-content:center!important;width:100%!important}}.hero-highlight{align-items:center!important;display:flex!important;flex-direction:column!important;gap:8px!important;justify-content:center!important;line-height:1.2!important}.hero-line-1,.hero-line-2{display:block!important;text-align:center!important;width:100%!important}.hero-line-1{margin-bottom:5px!important}.hero-line-2{margin-top:5px!important}@media (max-width:768px){.hero-highlight{gap:5px!important}.hero-line-1,.hero-line-2{font-size:.9em!important}}.modal-overlay{align-items:center!important;-webkit-backdrop-filter:blur(5px)!important;backdrop-filter:blur(5px)!important;background:#000c!important;bottom:0!important;display:flex!important;justify-content:center!important;left:0!important;padding:20px!important;position:fixed!important;right:0!important;top:0!important;z-index:10000!important}.modal-content{background:linear-gradient(135deg,#1a1a2e,#16213e)!important;border:2px solid #4a15204d!important;border-radius:20px!important;box-shadow:0 20px 60px #00000080!important;color:#fff!important;max-height:90vh!important;max-width:600px!important;overflow-y:auto!important;padding:40px!important;position:relative!important;width:100%!important}.modal-content *{color:inherit!important}.modal-content input,.modal-content select,.modal-content textarea{background:#1e1e2d99!important;color:#fff!important}.modal-close,.modal-content h1,.modal-content h2,.modal-content h3,.modal-content h4,.modal-content h5,.modal-content h6,.modal-content label,.modal-content p{color:#fff!important}.modal-close{align-items:center!important;background:#ffffff1a!important;border:none!important;border-radius:50%!important;cursor:pointer!important;display:flex!important;font-size:28px!important;height:40px!important;justify-content:center!important;position:absolute!important;right:15px!important;top:15px!important;transition:all .3s ease!important;width:40px!important}.modal-close:hover{background:#fff3!important;transform:rotate(90deg)!important}.modal-title{-webkit-text-fill-color:unset!important;background:none!important;color:#fff!important;color:#fafafa!important;font-size:2.2rem!important;font-weight:900!important;margin-bottom:10px!important;text-align:center!important;text-shadow:none!important}.modal-subtitle{color:#fffffff2!important;font-size:1.1rem!important;font-weight:500!important;margin-bottom:30px!important;text-align:center!important}.modal-form{gap:25px!important}.form-section,.modal-form{display:flex!important;flex-direction:column!important}.form-section{border:none!important;gap:12px!important;padding:0!important}.form-section,.modal-form .form-section{background:#0000!important}.form-label{align-items:center!important;color:#fff!important;display:flex!important;font-size:1.1rem!important;font-weight:700!important;gap:10px!important;margin-bottom:.5rem!important;text-shadow:0 1px 3px #00000080!important}.label-icon{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))!important;font-size:1.5rem!important}.device-grid{grid-gap:15px!important;background:#1e1e2d66!important;border:1px solid #4a152033!important;border-radius:16px!important;display:grid!important;gap:15px!important;grid-template-columns:repeat(5,1fr)!important;padding:20px!important}.device-card{align-items:center!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#1e1e2d99!important;border:2px solid #4a15204d!important;border-radius:14px!important;cursor:pointer!important;display:flex!important;flex-direction:column!important;gap:10px!important;min-height:110px!important;padding:20px 12px!important;text-align:center!important;transition:all .3s ease!important}.device-card:hover{background:#4a152026!important;border-color:#4a152099!important;box-shadow:0 8px 20px #4a15204d!important;transform:translateY(-3px) scale(1.05)!important}.device-card.active{background:linear-gradient(135deg,#4a15204d,#2d0c124d)!important;border-color:#5c1822!important;box-shadow:0 0 25px #4a152080!important;transform:scale(1.05)!important}.device-icon{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))!important;font-size:3rem!important}.device-name{color:#fff!important;font-size:1rem!important;font-weight:600!important;margin-top:.5rem!important;text-shadow:0 1px 3px #00000080!important}.form-input,.form-textarea{background:#1e1e2dcc!important;border:2px solid #4a15204d!important;border-radius:12px!important;color:#fff!important;font-family:inherit!important;font-size:1.05rem!important;font-weight:500!important;padding:14px 18px!important;transition:all .3s ease!important;width:100%!important}.form-input:-webkit-autofill,.form-input:-webkit-autofill:active,.form-input:-webkit-autofill:focus,.form-input:-webkit-autofill:hover{-webkit-text-fill-color:#fff!important;box-shadow:inset 0 0 0 1000px #1e1e2dcc!important}.form-input:focus,.form-textarea:focus{background:#1e1e2de6!important;border-color:#5c1822!important;box-shadow:0 0 0 4px #4a15204d!important;outline:none!important}.form-input::placeholder,.form-textarea::placeholder{color:#ffffffa6!important;font-size:1rem!important;font-weight:400!important}.form-textarea{min-height:100px!important;resize:vertical!important}.btn-whatsapp{align-items:center!important;background:linear-gradient(135deg,#25d366,#128c7e)!important;border:none!important;border-radius:12px!important;color:#fff!important;cursor:pointer!important;display:flex!important;font-size:1.1rem!important;font-weight:600!important;gap:10px!important;justify-content:center!important;margin-top:10px!important;padding:16px 32px!important;transition:all .3s ease!important}.btn-whatsapp:hover{box-shadow:0 10px 30px #25d36666!important;transform:translateY(-2px)!important}@media (max-width:768px){.modal-content{max-height:95vh!important;padding:30px 20px!important}.modal-title{font-size:1.5rem!important}.device-grid{gap:10px!important;grid-template-columns:repeat(3,1fr)!important}.device-card{padding:12px 8px!important}.device-icon{font-size:2.5rem!important}.device-name{font-size:.9rem!important;font-weight:600!important}.form-label{font-size:1rem!important}.label-icon{font-size:1.3rem!important}.form-input,.form-textarea{font-size:1rem!important;padding:12px 16px!important}}.smart-tv-modal{max-width:700px!important}.modal-header{align-items:center!important;border-bottom:1px solid #ffffff1a!important;display:flex!important;gap:15px!important;margin-bottom:25px!important;padding-bottom:20px!important}.modal-icon{flex-shrink:0!important;font-size:2.5rem!important}.modal-body{display:flex!important;flex-direction:column!important;gap:30px!important}.modal-description{color:#fffc!important;font-size:1rem!important;line-height:1.6!important;margin:0!important}.recommended-apps-section{display:flex!important;flex-direction:column!important;gap:20px!important}.section-title-small{color:#fff!important;font-size:1.2rem!important;font-weight:700!important;margin:0 0 15px!important}.apps-grid-modal{grid-gap:15px!important;display:grid!important;gap:15px!important;grid-template-columns:repeat(2,1fr)!important}.app-card-modal{background:#ffffff0d!important;border:1px solid #ffffff1a!important;border-radius:12px!important;padding:20px!important;text-align:center!important;transition:all .3s ease!important}.app-card-modal:hover{background:#ffffff14!important;border-color:#4a152066!important;transform:translateY(-2px)!important}.app-icon-modal{font-size:2.5rem!important;margin-bottom:10px!important}.app-name-modal{color:#fff!important;font-size:1.1rem!important;font-weight:600!important;margin:0 0 8px!important}.app-description-modal{color:#ffffffb3!important;font-size:.9rem!important;line-height:1.4!important;margin:0!important}.mac-address-section{background:#4a15201a!important;border:1px solid #4a15204d!important;border-radius:12px!important;flex-direction:column!important;padding:20px!important}.mac-address-section,.mac-example{display:flex!important;gap:15px!important}.mac-example{align-items:center!important;background:#0000004d!important;border-radius:8px!important;padding:15px!important}.mac-label{color:#fffc!important;font-size:.95rem!important}.mac-value{color:#5c1822!important;font-family:Courier New,monospace!important;font-size:1.2rem!important;font-weight:700!important;letter-spacing:2px!important}.mac-note{color:#ffffffb3!important;font-size:.9rem!important;line-height:1.5!important;margin:0!important}.modal-footer{border-top:1px solid #ffffff1a!important;margin-top:25px!important;padding-top:20px!important}@media (max-width:768px){.smart-tv-modal{max-width:95%!important;padding:25px 15px!important}.modal-header{flex-direction:column!important;gap:10px!important;text-align:center!important}.apps-grid-modal{gap:12px!important;grid-template-columns:1fr!important}.app-card-modal{padding:15px!important}.mac-example{align-items:flex-start!important;flex-direction:column!important;gap:8px!important}.container{max-width:100%!important;padding:0 15px!important}h1,h2,h3{word-wrap:break-word!important;overflow-wrap:break-word!important}.section-title{font-size:1.8rem!important}.btn{font-size:.9rem!important;padding:12px 20px!important}.btn-large{font-size:1rem!important;padding:14px 24px!important}.apps-grid,.benefits-grid,.contact-grid,.packages-grid,.platforms-grid,.values-grid{gap:20px!important;grid-template-columns:1fr!important}.app-card,.benefit-card,.contact-card,.package-card,.platform-card,.value-card{box-sizing:border-box!important;margin:0!important;width:100%!important}.modal-content{margin:10px!important;max-width:95%!important;padding:20px 15px!important}.device-grid{grid-template-columns:repeat(2,1fr)!important}.carousel-wrapper{margin:0 -15px!important;overflow-x:hidden!important;width:100vw!important}.sports-carousel .carousel-track img{height:180px!important;width:120px!important}.platforms-carousel .carousel-track img{height:140px!important;width:100px!important}}.hero-actions{gap:20px!important;margin-top:10px!important}.about-page,.home,.installation-page,.packages-page,.reseller-page{box-sizing:border-box!important;overflow-x:hidden!important;padding-top:70px!important;width:100%!important}@media (max-width:768px){.about-page,.home,.installation-page,.packages-page,.reseller-page{padding-top:65px!important}}.carousel-wrapper{overflow:hidden!important;position:relative!important;will-change:transform!important}.carousel-track{animation:infiniteScroll 60s linear infinite!important;display:flex!important;gap:20px!important;width:-webkit-max-content!important;width:max-content!important}.sports-carousel .carousel-track{animation:infiniteScrollPosters 60s linear infinite!important}@keyframes infiniteScrollPosters{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.platforms-carousel .carousel-track{animation:infiniteScroll 60s linear infinite!important}@keyframes infiniteScroll{0%{transform:translateX(0)}to{transform:translateX(-33.333%)}}.carousel-track img{display:block!important;flex-shrink:0!important;object-fit:cover!important}.sports-carousel .carousel-poster-frame{background:linear-gradient(145deg,#e639508c,#c1121f40 50%,#ff8fa333)!important;border:1px solid #e6395080!important;border-radius:14px!important;box-shadow:inset 0 0 0 1px #0009,0 0 24px #e639501f,0 14px 32px #0000008c!important;flex-shrink:0!important;padding:3px!important;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease!important}.sports-carousel .carousel-poster-frame:hover{border-color:#ff8fa3a6!important;box-shadow:inset 0 0 0 1px #00000080,0 0 32px #e6395047,0 18px 40px #0009!important;transform:translateY(-4px) scale(1.02)!important}.sports-carousel .carousel-track img{border:1px solid #00000059!important;border-radius:11px!important;display:block!important;height:240px!important;margin:0!important;object-fit:cover!important;width:160px!important}.platforms-carousel .carousel-track img{border-radius:16px!important;height:200px!important;margin:0!important;object-fit:cover!important;width:140px!important}@media (max-width:480px){.hero-title{font-size:1.5rem!important}.section-title{font-size:1.3rem!important}.nav-link{font-size:1rem!important;padding:18px 15px!important}.btn{font-size:.85rem!important;padding:10px 16px!important}.device-grid,.hero-features{grid-template-columns:1fr!important}.hero-cta-buttons{flex-direction:column!important}.hero-cta-buttons .btn{width:100%!important}.sports-carousel .carousel-track img{height:180px!important;width:120px!important}.platforms-carousel .carousel-track img{height:140px!important;width:100px!important}}@media (max-width:768px){.container{padding:0 15px!important}h1,h2,h3{word-wrap:break-word!important;overflow-wrap:break-word!important}.hero-title{font-size:1.8rem!important;line-height:1.3!important}.section-title{font-size:1.5rem!important}.btn{font-size:.9rem!important;padding:12px 20px!important}.btn-large{font-size:1rem!important;padding:14px 24px!important}.apps-grid,.benefits-grid,.contact-grid,.packages-grid,.platforms-grid,.values-grid{gap:20px!important;grid-template-columns:1fr!important}.app-card,.benefit-card,.contact-card,.package-card,.platform-card,.value-card{margin:0!important;width:100%!important}}@media (max-width:480px){.hero-title{font-size:1.5rem!important}.section-title{font-size:1.3rem!important}.nav-link{font-size:.7rem!important;padding:6px!important}.btn{font-size:.85rem!important;padding:10px 16px!important}}.hero{overflow:hidden!important}.hero .bg-gradient-animated,.hero .floating-shape,.hero .floating-shapes,.hero .hero-background{pointer-events:none!important}.hero-premium{background:radial-gradient(ellipse at 50% -10%,#4a152040 0,#0000 55%),radial-gradient(ellipse at 0 100%,#2d0c122e 0,#0000 45%),radial-gradient(ellipse at 100% 50%,#2d0c121a 0,#0000 50%),#000!important;isolation:isolate!important;min-height:100vh!important;min-height:100svh!important;padding:clamp(70px,10vh,120px) 20px clamp(40px,8vh,80px)!important}.hero-premium .hero-bg{inset:0!important;overflow:hidden!important;pointer-events:none!important;position:absolute!important;z-index:0!important}.hero-bg-gradient{animation:heroGradientShift 18s ease-in-out infinite;background:linear-gradient(135deg,#4a15201a,#7f1d1d14 35%,#2d0c1214 70%,#2d0c120d);background-size:200% 200%;inset:0;mix-blend-mode:screen;position:absolute}@keyframes heroGradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.hero-bg-grid{background-image:linear-gradient(90deg,#ffffff0a 1px,#0000 0),linear-gradient(180deg,#ffffff0a 1px,#0000 0);background-size:56px 56px;inset:-1px;mask-image:radial-gradient(ellipse at 50% 40%,#000 20%,#0000 75%);-webkit-mask-image:radial-gradient(ellipse at 50% 40%,#000 20%,#0000 75%);opacity:.6;position:absolute}.hero-bg-glow{border-radius:50%;filter:blur(90px);opacity:.7;position:absolute;will-change:transform}.hero-bg-glow--purple{animation:heroGlowFloat 20s ease-in-out infinite;background:radial-gradient(circle,#4a15208c,#0000 70%);height:520px;left:-120px;top:-120px;width:520px}.hero-bg-glow--pink{animation:heroGlowFloat 24s ease-in-out infinite reverse;background:radial-gradient(circle,#2d0c1273,#0000 70%);bottom:-140px;height:460px;right:-100px;width:460px}.hero-bg-glow--blue{animation:heroGlowFloat 28s ease-in-out infinite;background:radial-gradient(circle,#7f1d1d66,#0000 70%);height:380px;left:55%;top:40%;width:380px}@keyframes heroGlowFloat{0%,to{transform:translateZ(0) scale(1)}33%{transform:translate3d(40px,-30px,0) scale(1.08)}66%{transform:translate3d(-35px,25px,0) scale(.95)}}.hero-bg-vignette{background:radial-gradient(ellipse at center,#0000 40%,#05050a8c 85%),linear-gradient(180deg,#0000 60%,#030303);inset:0;pointer-events:none;position:absolute}.hero-premium .container{position:relative!important;z-index:2!important}.hero-premium .hero-container{display:flex!important;flex-direction:column!important;gap:clamp(40px,6vh,70px)!important;margin:0 auto!important;max-width:1200px!important;position:relative!important;width:100%!important}.hero-premium .hero-header{align-items:center!important;display:flex!important;flex-direction:column!important;gap:clamp(18px,2.5vh,28px)!important;text-align:center!important}.hero-badge-premium{align-items:center;animation:heroBadgeFloat 4s ease-in-out infinite;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:linear-gradient(135deg,#4a152026,#2d0c121f);border:1px solid #7f1d1d59;border-radius:100px;box-shadow:0 8px 24px #4a15202e,inset 0 1px 0 #ffffff14;color:#fffffff2;display:inline-flex;font-size:.875rem;font-weight:600;gap:10px;letter-spacing:.2px;overflow:hidden;padding:9px 20px 9px 16px;position:relative}.hero-badge-dot{animation:heroBadgePulse 2s ease-out infinite;background:#10b981;border-radius:50%;box-shadow:0 0 0 0 #10b9818c;height:8px;width:8px}.hero-badge-text{align-items:center;display:inline-flex;gap:8px}.hero-badge-text strong{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;background-clip:text;font-weight:800}.hero-badge-sep{opacity:.5}.hero-badge-shine{animation:heroBadgeShine 5s ease-in-out infinite;background:linear-gradient(110deg,#0000 35%,#ffffff2e 50%,#0000 65%);inset:0;pointer-events:none;position:absolute;transform:translateX(-100%)}@keyframes heroBadgeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes heroBadgePulse{0%{box-shadow:0 0 0 0 #10b9818c}70%{box-shadow:0 0 0 12px #10b98100}to{box-shadow:0 0 0 0 #10b98100}}@keyframes heroBadgeShine{0%{transform:translateX(-100%)}50%{transform:translateX(100%)}to{transform:translateX(100%)}}.hero-premium .hero-title-wrapper{align-items:center!important;display:flex!important;height:auto!important;justify-content:center!important;min-height:clamp(120px,16vh,200px)!important;position:relative!important}.hero-premium .hero-title{animation:heroTitleEnter .7s cubic-bezier(.2,.9,.2,1)!important;font-size:clamp(2.4rem,6.5vw,6rem)!important;font-weight:950!important;left:auto!important;letter-spacing:-.03em!important;line-height:1.02!important;margin:0 auto!important;opacity:1!important;position:relative!important;right:auto!important;text-align:center!important;text-transform:uppercase!important;top:auto!important;visibility:visible!important;width:100%!important}@keyframes heroTitleEnter{0%{filter:blur(6px);opacity:0;transform:translateY(18px) scale(.985)}to{filter:blur(0);opacity:1;transform:translateY(0) scale(1)}}.hero-premium .hero-highlight{-webkit-text-fill-color:inherit!important;align-items:center!important;animation:none!important;background:none!important;color:inherit!important;display:flex!important;filter:none!important;flex-direction:column!important;gap:clamp(4px,.8vh,10px)!important;justify-content:center!important}@keyframes heroTitleShimmer{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.hero-premium .hero-line-1{-webkit-text-fill-color:#fff!important;color:#fff!important}.hero-premium .hero-line-2{-webkit-text-fill-color:#0000!important;background:linear-gradient(135deg,#fff,#ff8fa3 45%,#e63950)!important;-webkit-background-clip:text!important;background-clip:text!important;filter:drop-shadow(0 2px 16px rgba(0,0,0,.85)) drop-shadow(0 0 28px rgba(230,57,80,.35))!important}.hero-premium .hero-desc{font-size:clamp(1rem,1.3vw,1.2rem)!important;font-weight:400!important;line-height:1.65!important;margin:0 auto!important;max-width:720px!important}.hero-pills{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:4px 0 2px}.hero-pill{align-items:center;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:100px;color:#ffffffeb;display:inline-flex;font-size:.875rem;font-weight:600;gap:8px;padding:9px 16px;transition:transform .35s cubic-bezier(.2,.9,.2,1),background .35s ease,border-color .35s ease,box-shadow .35s ease}.hero-pill:hover{background:#4a15201f;border-color:#7f1d1d73;box-shadow:0 10px 28px #4a152047;transform:translateY(-2px)}.hero-pill-icon{font-size:1rem;line-height:1}.hero-premium .hero-actions{display:flex!important;flex-wrap:wrap!important;gap:16px!important;justify-content:center!important;margin-top:8px!important}.hero-premium .hero-btn{align-items:center!important;border:none!important;border-radius:100px!important;cursor:pointer!important;display:inline-flex!important;font-size:1.02rem!important;font-weight:700!important;gap:10px!important;isolation:isolate;justify-content:center!important;letter-spacing:.2px!important;overflow:hidden!important;padding:18px 38px!important;position:relative!important;text-decoration:none!important;transition:transform .35s cubic-bezier(.2,.9,.2,1),box-shadow .35s ease,background .35s ease!important}.hero-premium .hero-btn-primary{animation:heroBtnGradient 6s ease-in-out infinite;background:linear-gradient(135deg,#5c1822,#4a1520 50%,#7a2e3a)!important;background-size:200% 200%!important;box-shadow:0 16px 40px #4a152073,0 4px 12px #2d0c1259,inset 0 1px 0 #ffffff40!important;color:#fff!important}.hero-premium .hero-btn-primary:before{background:linear-gradient(110deg,#0000 30%,#ffffff40 50%,#0000 70%);content:"";inset:0;position:absolute;transform:translateX(-110%);transition:transform .8s ease;z-index:0}.hero-premium .hero-btn-primary:hover{box-shadow:0 24px 55px #4a152099,0 8px 20px #2d0c1273!important;transform:translateY(-3px)!important}.hero-premium .hero-btn-primary:hover:before{transform:translateX(110%)}.hero-premium .hero-btn-primary>span,.hero-premium .hero-btn-primary>svg{position:relative;z-index:1}.hero-btn-arrow{transition:transform .3s ease}.hero-premium .hero-btn-primary:hover .hero-btn-arrow{transform:translateX(4px)}@keyframes heroBtnGradient{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.hero-premium .hero-btn-secondary{backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important;background:#ffffff0a!important;border:1.5px solid #ffffff38!important;color:#fff!important}.hero-premium .hero-btn-secondary:hover{background:#4a15201f!important;border-color:#7f1d1d99!important;box-shadow:0 18px 40px #4a15204d!important;transform:translateY(-3px)!important}.hero-btn-pulse{animation:heroBadgePulse 2s ease-out infinite;background:#10b981;border-radius:50%;box-shadow:0 0 0 0 #10b9818c;display:inline-block;height:10px;position:relative;width:10px}.hero-trust{align-items:center;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:#ffffff08;border:1px solid #ffffff14;border-radius:100px;display:inline-flex;gap:14px;margin-top:8px;padding:10px 18px 10px 14px}.hero-trust-avatars{align-items:center;display:flex}.hero-trust-avatar{align-items:center;border:2px solid #030303;border-radius:50%;color:#fff;display:inline-flex;font-size:.8rem;font-weight:800;height:32px;justify-content:center;letter-spacing:0;text-shadow:0 1px 2px #00000059;width:32px}.hero-trust-avatar+.hero-trust-avatar{margin-left:-10px}.hero-trust-text{align-items:flex-start;display:flex;flex-direction:column;line-height:1.2;text-align:left}.hero-trust-text strong{color:#fff;font-size:.9rem;font-weight:700}.hero-trust-text span{color:#fff9;font-size:.75rem;font-weight:500;letter-spacing:.3px}.hero-premium .hero-stats{grid-gap:22px!important;display:grid!important;gap:22px!important;grid-template-columns:repeat(3,1fr)!important;margin:10px auto 0!important;max-width:1150px!important;position:relative!important}.hero-premium .stat-box{backdrop-filter:blur(22px)!important;-webkit-backdrop-filter:blur(22px)!important;background:linear-gradient(135deg,#ffffff0d,#ffffff05)!important;border:1px solid #ffffff1a!important;border-radius:24px!important;box-shadow:0 12px 40px #00000059,inset 0 1px 0 #ffffff14!important;overflow:hidden!important;padding:32px 30px!important;position:relative!important;transition:transform .45s cubic-bezier(.2,.9,.2,1),border-color .45s ease,box-shadow .45s ease!important}.hero-premium .stat-box:before{background:linear-gradient(135deg,#4a152000,#2d0c1200);content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .4s ease}.hero-premium .stat-box:hover{border-color:#7f1d1d73!important;box-shadow:0 28px 60px #4a152047,inset 0 1px 0 #ffffff1f!important;transform:translateY(-8px)!important}.hero-premium .stat-box:hover:before{background:linear-gradient(135deg,#4a15201a,#2d0c1214);opacity:1}.hero-scroll{align-items:center;animation:heroScrollBounce 2.5s ease-in-out infinite;bottom:24px;color:#ffffffa6;display:flex;flex-direction:column;font-size:.7rem;font-weight:700;gap:10px;left:50%;letter-spacing:3px;position:absolute;text-decoration:none;transform:translateX(-50%);transition:color .3s ease,transform .3s ease;z-index:3}.hero-scroll:hover{color:#fff;transform:translateX(-50%) translateY(-4px)}.hero-scroll-mouse{border:2px solid #fff6;border-radius:16px;display:flex;height:42px;justify-content:center;padding-top:6px;transition:border-color .3s ease;width:26px}.hero-scroll:hover .hero-scroll-mouse{border-color:#7f1d1dcc}.hero-scroll-dot{animation:heroScrollDot 1.8s ease-in-out infinite;background:linear-gradient(180deg,#9a6b72,#4a1520);border-radius:4px;height:8px;width:4px}@keyframes heroScrollDot{0%{opacity:1;transform:translateY(0)}70%{opacity:0;transform:translateY(14px)}to{opacity:0;transform:translateY(0)}}@keyframes heroScrollBounce{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-6px)}}@media (max-width:992px){.hero-premium .hero-stats{gap:14px!important;grid-template-columns:1fr!important}}@media (max-width:768px){.hero-premium{padding:90px 16px 60px!important}.hero-premium .hero-container{gap:36px!important}.hero-badge-premium{font-size:.78rem;padding:7px 14px 7px 12px}.hero-premium .hero-title{font-size:clamp(2rem,9vw,3.4rem)!important;letter-spacing:-.02em!important}.hero-premium .hero-title-wrapper{min-height:110px!important}.hero-premium .hero-desc{font-size:.98rem!important;line-height:1.6!important}.hero-pill{font-size:.78rem;padding:7px 13px}.hero-premium .hero-actions{gap:12px!important}.hero-premium .hero-btn{font-size:.95rem!important;max-width:340px!important;padding:15px 28px!important;width:100%!important}.hero-trust{flex-direction:row;padding:8px 14px 8px 12px}.hero-trust-avatar{font-size:.72rem;height:28px;width:28px}.hero-premium .stat-box{padding:22px 20px!important}.hero-scroll{display:none}}@media (max-width:480px){.hero-premium .hero-title{font-size:clamp(1.7rem,10vw,2.6rem)!important}}@media (prefers-reduced-motion:reduce){.bg-gradient-animated,.carousel-track,.floating-shape,.hero-badge-dot,.hero-badge-premium,.hero-badge-shine,.hero-bg-glow,.hero-bg-gradient,.hero-bg-noise,.hero-btn-primary,.hero-btn-pulse,.hero-premium .hero-highlight,.hero-premium .hero-title,.hero-scroll,.hero-scroll-dot{animation:none!important}}.seo-content{background:linear-gradient(180deg,#0000,#0c0c0c66 60%,#0000);padding:60px 0 80px}.seo-content .seo-article{backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:#101010d9;border:1px solid #ffffff0f;border:1px solid var(--border-subtle,#ffffff0f);border-radius:22px;box-shadow:0 12px 40px #00000047;color:#ffffffeb;line-height:1.8;margin:0 auto;max-width:920px;padding:48px clamp(20px,4vw,56px)}.seo-content .seo-article p{color:#ffffffdb;font-size:clamp(.98rem,1.15vw,1.08rem);line-height:1.85;margin:0 0 20px}.seo-content .seo-article h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;line-height:1.25;margin:0 0 28px}.seo-content .seo-article h3{color:#fff;font-size:clamp(1.15rem,1.6vw,1.35rem);font-weight:700;letter-spacing:.2px;margin:32px 0 14px}.seo-content .seo-article a{border-bottom:1px solid #5c1c2a59;color:#9a6b72;text-decoration:none;transition:color .2s ease,border-color .2s ease}.seo-content .seo-article a:hover{border-bottom-color:#7a2e3a8c;color:#c4a0a8}.seo-content .section-title-center{text-align:center}.seo-content .seo-faq{margin-top:10px}@media (max-width:768px){.seo-content{padding:40px 0 60px}.seo-content .seo-article{border-radius:16px;padding:28px 18px}.seo-content .seo-article p{font-size:.96rem;line-height:1.75}}.footer.footer-colorful{background:radial-gradient(ellipse at 15% 0,#4a152038 0,#0000 55%),radial-gradient(ellipse at 85% 100%,#2d0c122e 0,#0000 55%),linear-gradient(180deg,#060606,#030303);border-top:1px solid #4a152040;overflow:hidden;position:relative}.footer.footer-colorful:before{background:linear-gradient(90deg,#4a152000,#4a1520cc 25%,#2d0c12e6 50%,#5c1c2a8c 75%,#4a152000);content:"";height:2px;left:0;opacity:.9;pointer-events:none;position:absolute;right:0;top:0}.footer.footer-colorful .footer-glow{background:radial-gradient(ellipse at 50% 0,#4a15202e 0,#0000 60%);filter:blur(30px);height:60%;inset:auto 0 -40% 0;pointer-events:none;position:absolute}.footer.footer-colorful .container{position:relative;z-index:1}.footer.footer-colorful .footer-brand p,.footer.footer-colorful .footer-tagline{color:#e2e8f0d9;font-size:.98rem;line-height:1.75;max-width:34rem}.footer-hl{font-weight:600}.footer-hl--purple{color:#9a6b72}.footer-hl--pink{color:#b8949e}.footer-hl--blue{color:#9a8088}.footer-hl--muted{color:#cbd5e1b3;font-weight:500}.footer-heading{-webkit-text-fill-color:unset;background:none;background-clip:initial;-webkit-background-clip:border-box;color:#fafafa;display:inline-block;font-size:1.05rem;font-weight:700;letter-spacing:.4px;margin-bottom:18px;padding-bottom:10px;position:relative;text-transform:uppercase}.footer-heading:after{background:linear-gradient(90deg,#5c1822,#4a1520);border-radius:3px;bottom:0;content:"";height:3px;left:0;position:absolute;width:36px}.footer-heading--purple:after{background:linear-gradient(90deg,#5c1822,#7a2e3a)}.footer-heading--pink:after{background:linear-gradient(90deg,#4a1520,#9a6b72)}.footer.footer-colorful .footer-links ul,.footer.footer-colorful .footer-list{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:0}.footer.footer-colorful .footer-links ul a{align-items:center;color:#e2e8f0d1;display:inline-flex;font-size:.96rem;font-weight:500;gap:8px;padding:4px 2px;text-decoration:none;transition:color .18s ease,transform .18s ease}.footer.footer-colorful .footer-links ul a .footer-bullet{align-items:center;background:#4a152026;border-radius:50%;color:#9a6b72;display:inline-flex;font-size:13px;height:16px;justify-content:center;transition:background .18s ease,color .18s ease,transform .18s ease;width:16px}.footer.footer-colorful .footer-links ul a:hover{color:#f5f3ff;transform:translateX(3px)}.footer.footer-colorful .footer-links ul a:hover .footer-bullet{background:linear-gradient(135deg,#5c1822,#4a1520);color:#fff;transform:scale(1.08)}.footer.footer-colorful .contact-info{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}.footer.footer-colorful .contact-info li{align-items:center;color:#e2e8f0e0;display:flex;font-size:.96rem;gap:12px}.footer-ic{align-items:center;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;box-shadow:inset 0 1px 0 #ffffff0f;display:inline-flex;flex:0 0 auto;font-size:15px;height:34px;justify-content:center;line-height:1;width:34px}.footer-ic--purple{background:linear-gradient(135deg,#4a152038,#4a152014);border-color:#4a152059;color:#9a6b72}.footer-ic--pink{background:linear-gradient(135deg,#2d0c1238,#2d0c1214);border-color:#2d0c1259;color:#b8949e}.footer-ic--blue{background:linear-gradient(135deg,#4a152033,#2d0c1214);border-color:#5c1c2a4d;color:#9a8088}.footer-ic--green{background:linear-gradient(135deg,#4a15202e,#2d0c1214);border-color:#5c1c2a4d;color:#8a9a88}.footer-ic-text{flex:1 1 auto}.footer-ic-link{color:#e2e8f0eb;flex:1 1 auto;text-decoration:none;transition:color .18s ease;word-break:break-word}.footer-ic-link:hover{color:#9a6b72;text-decoration:underline;text-underline-offset:3px}.footer.footer-colorful .footer-bottom{border-top:1px solid #ffffff0f;margin-top:36px;padding-top:20px;text-align:center}.footer.footer-colorful .footer-bottom p{color:#cbd5e1b3;font-size:.92rem;margin:0}.footer.footer-colorful .footer-brand-name{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#5c1822,#4a1520);-webkit-background-clip:text;background-clip:text;color:#0000;font-weight:700;letter-spacing:.3px}@media (max-width:768px){.footer.footer-colorful .footer-brand p,.footer.footer-colorful .footer-tagline{font-size:.92rem}.footer-heading{font-size:.98rem}.footer-ic{border-radius:8px;font-size:13px;height:30px;width:30px}}.hl{display:inline;font-weight:inherit;white-space:normal}.hl-purple{-webkit-text-fill-color:#ecc8cf;color:#ecc8cf}.hl-violet{-webkit-text-fill-color:#e8c0c8;color:#e8c0c8}.hl-indigo{-webkit-text-fill-color:#e4bcc4;color:#e4bcc4}.hl-pink{-webkit-text-fill-color:#f0d4da;color:#f0d4da}.hl-rose{-webkit-text-fill-color:#f5e0e4;color:#f5e0e4}.hl-blue,.hl-sky{-webkit-text-fill-color:#e0c4ca;color:#e0c4ca}.hl-cyan{-webkit-text-fill-color:#dcc0c6;color:#dcc0c6}.hl-teal{-webkit-text-fill-color:#d8ccc8;color:#d8ccc8}.hl-green{-webkit-text-fill-color:#d4d8d0;color:#d4d8d0}.hl-lime{-webkit-text-fill-color:#e8d4c0;color:#e8d4c0}.hl-amber{-webkit-text-fill-color:#ecd8c4;color:#ecd8c4}.hl-orange{-webkit-text-fill-color:#f0dcc8;color:#f0dcc8}.hl-white{-webkit-text-fill-color:#f1f5f9;color:#f1f5f9}.hl-grad{-webkit-text-fill-color:#0000!important;-webkit-background-clip:text!important;background-clip:text!important;background-size:100% 100%;color:#0000!important;font-weight:inherit}.hl-gp{background-image:linear-gradient(135deg,#fff,#f5e8ea)}.hl-pb{background-image:linear-gradient(135deg,#f5e8ea,#d4aab2)}.hl-bg{background-image:linear-gradient(135deg,#f0d8dc,#e8c0c8)}.hl-po{background-image:linear-gradient(135deg,#e8c0c8,#d4aab2)}.hl-oy{background-image:linear-gradient(135deg,#f5e8ea,#ecc8cf)}.hl-pc{background-image:linear-gradient(135deg,#ecc8cf,#d4aab2)}.gradient-text .hl-grad,h1 .hl-grad,h2 .hl-grad,h3 .hl-grad{-webkit-text-fill-color:#0000!important;-webkit-background-clip:text!important;background-clip:text!important;color:#0000!important}.gradient-text .hl-amber,.gradient-text .hl-blue,.gradient-text .hl-cyan,.gradient-text .hl-green,.gradient-text .hl-indigo,.gradient-text .hl-lime,.gradient-text .hl-orange,.gradient-text .hl-pink,.gradient-text .hl-purple,.gradient-text .hl-rose,.gradient-text .hl-sky,.gradient-text .hl-teal,.gradient-text .hl-violet,.gradient-text .hl-white{background:none!important;-webkit-background-clip:border-box!important;background-clip:initial!important}.hl-underline{background-image:linear-gradient(90deg,#4a152080,#2d0c1280);background-position:0 88%;background-repeat:no-repeat;background-size:100% .18em;padding-bottom:.05em}:root{--bg-deep:#000;--bg-base:#000;--bg-elevated:#0c0c0c;--bg-card:#101010;--bg-card-hover:#141414;--accent:#e63950;--accent-bright:#ff4d6d;--accent-soft:#ff8fa3;--accent-dark:#c1121f;--accent-deep:#9d0208;--accent-muted:#e6395033;--accent-border:#e6395066;--accent-glow:#e6395059;--gradient-hero:linear-gradient(135deg,#fff,#ffb3c1 50%,#e63950);--gradient-logo:linear-gradient(135deg,#fff,#ff8fa3 55%,#e63950);--text-on-accent:#f5ecee;--text-muted:#ffffff9e;--border-subtle:#ffffff0f}body,html{color:#ececec!important}#root,.App,.about-page,.faq-page,.home,.installation-page,.not-found-page,.packages-page,.reseller-page,body,html{background:#000!important;background:var(--bg-deep)!important}.about-hero,.faq-section,.features-section,.hero-section,.installation-hero,.packages-section,.platforms-section,.stats-section,section{background:#0000!important}.bg-gradient-animated,.hero-background,.installation-hero .hero-background,.packages-hero .hero-background{background:radial-gradient(ellipse 80% 60% at 50% 0,#e6395014 0,#0000 55%),#000!important;opacity:1!important}.floating-shape{background:#4a15201f!important;border:1px solid #5c1c2a26!important}.logo-img{filter:drop-shadow(0 0 8px rgba(74,21,32,.35))!important}.navbar .logo,.navbar .logo-navbar{flex-shrink:0;gap:0!important;line-height:0}.navbar .logo .logo-img,.navbar .logo-navbar .logo-img{display:block;filter:brightness(1.14) contrast(1.22) saturate(1.15) drop-shadow(0 0 1px rgba(255,255,255,.45)) drop-shadow(0 0 18px rgba(230,57,80,.55)) drop-shadow(0 0 32px rgba(193,18,31,.28)) drop-shadow(0 3px 10px rgba(0,0,0,.55))!important;height:52px!important;max-width:200px;object-fit:contain;transition:filter .25s ease,transform .25s ease;width:auto!important}.navbar .logo:focus-visible .logo-img,.navbar .logo:hover .logo-img{filter:brightness(1.2) contrast(1.26) saturate(1.2) drop-shadow(0 0 1px rgba(255,255,255,.55)) drop-shadow(0 0 22px rgba(230,57,80,.7)) drop-shadow(0 0 40px rgba(193,18,31,.38)) drop-shadow(0 4px 12px rgba(0,0,0,.6))!important;transform:scale(1.03)}@media (max-width:768px){.navbar .logo .logo-img,.navbar .logo-navbar .logo-img{height:44px!important;max-width:168px}.navbar .logo:hover .logo-img{transform:scale(1.02)}}.navbar{background:#030303eb!important;border-bottom:1px solid var(--border-subtle)!important;box-shadow:0 4px 24px #00000080!important}.nav-link{background:#ffffff08!important;border:1px solid #ffffff0f!important;border:1px solid var(--border-subtle)!important;color:#ffffff9e!important}.nav-link:hover{background:#4a152059!important;border-color:var(--accent-border)!important;box-shadow:0 4px 16px #00000059!important}.nav-link.active{background:linear-gradient(135deg,#e63950,#c1121f)!important;background:var(--gradient-btn)!important;border-color:#5c1c2a80!important;box-shadow:0 4px 20px #e6395059!important;box-shadow:0 4px 20px var(--accent-glow)!important;color:#fff!important}.gradient-text,.hero-title .gradient-text,.section-title .gradient-text{background:linear-gradient(135deg,#fff,#ffb3c1 50%,#e63950)!important;background:var(--gradient-hero)!important;-webkit-background-clip:text!important;background-clip:text!important}.hl-bg,.hl-gp,.hl-grad,.hl-pb,.hl-po{-webkit-text-fill-color:#0000!important;-webkit-background-clip:text!important;background-clip:text!important;background-image:linear-gradient(135deg,#fff,#ffb3c1 50%,#e63950)!important;background-image:var(--gradient-hero)!important}.stat-icon-blue,.stat-icon-pink,.stat-icon-purple{background:linear-gradient(135deg,#e63950,#9d0208)!important;background:var(--gradient-primary)!important;box-shadow:0 0 16px #e6395059!important;box-shadow:0 0 16px var(--accent-glow)!important}.btn-primary,.region-btn.active{background:linear-gradient(135deg,#e63950,#c1121f)!important;background:var(--gradient-btn)!important;border:1px solid #5c1c2a73!important;color:#f5ecee!important;color:var(--text-on-accent)!important}.btn-primary:hover,.region-btn.active:hover{box-shadow:0 8px 24px #e6395059!important;box-shadow:0 8px 24px var(--accent-glow)!important;filter:brightness(1.06)}.btn-secondary{background:#ffffff0a!important;border:1px solid #ffffff0f!important;border:1px solid var(--border-subtle)!important;color:#e8e8e8!important}.btn-secondary:hover{background:#4a152040!important}.btn-secondary:hover,.featured-badge,.package-card.popular,.popular-badge{border-color:#e6395066!important;border-color:var(--accent-border)!important}.featured-badge,.package-card.popular,.popular-badge{background:linear-gradient(135deg,#e63950,#9d0208)!important;background:var(--gradient-primary)!important}.faq-item,.feature-card,.package-card,.package-card-featured,.platform-card,.stat-card{background:#101010!important;background:var(--bg-card)!important;border-color:#ffffff0f!important;border-color:var(--border-subtle)!important}.feature-card:hover,.package-card:hover,.platform-card:hover{border-color:#e6395066!important;border-color:var(--accent-border)!important;box-shadow:0 12px 32px #00000073!important}.package-card-featured,.package-card.popular{border-color:#5c1c2a66!important;box-shadow:0 0 0 1px #4a152033,0 16px 40px #00000080!important}.region-btn{background:#ffffff0a!important;border:1px solid #ffffff0f!important;border:1px solid var(--border-subtle)!important;color:#ffffff9e!important;color:var(--text-muted)!important}.app-download-btn{background:linear-gradient(135deg,#e63950,#c1121f)!important;background:var(--gradient-btn)!important;border:1px solid #5c1c2a59!important}.app-download-btn:hover{box-shadow:0 8px 22px #e6395059!important;box-shadow:0 8px 22px var(--accent-glow)!important}.footer-colorful{background:linear-gradient(180deg,#060606,#030303)!important}.footer-glow{background:radial-gradient(ellipse 70% 50% at 50% 100%,#3d121833 0,#0000 70%)!important;opacity:.6!important}.footer-heading--pink,.footer-heading--purple,.footer-hl--blue,.footer-hl--pink,.footer-hl--purple{color:#ff8fa3!important;color:var(--accent-soft)!important}.modal-overlay{background:#000000d1!important}.modal-content,.smart-tv-modal{background:#0c0c0c!important;background:var(--bg-elevated)!important;border:1px solid #ffffff0f!important;border:1px solid var(--border-subtle)!important}.order-modal,.order-modal-content{background:#101010!important;background:var(--bg-card)!important}.cta-section,.features-section,.hero-section,.home-hero,.packages-hero,.reseller-hero,.stats-section,.testimonials-section{background:#000!important;background:var(--bg-deep)!important}.faq-item,.feature-card,.hero-badge,.stat-card,.step-card{background:#101010!important;background:var(--bg-card)!important;border:1px solid #ffffff0f!important;border:1px solid var(--border-subtle)!important}.hero-badge{border-color:#e6395066!important;border-color:var(--accent-border)!important;color:var(--text-secondary)!important}.footer-colorful .footer-hl--pink,.footer-colorful .footer-hl--purple{color:#ff8fa3!important;color:var(--accent-soft)!important}input:focus,select:focus,textarea:focus{border-color:#e6395066!important;border-color:var(--accent-border)!important;box-shadow:0 0 0 3px #e6395033!important;box-shadow:0 0 0 3px var(--accent-muted)!important}.about-page,.faq-page,.hero,.hero-premium,.installation-page,.navbar,.not-found-page,.packages-page,.reseller-page,.sss-body,body{background-color:#000!important}.navbar,body{background:var(--bg-deep)!important}.hero-bg-glow{opacity:.38!important}.hero-bg-glow--blue{background:radial-gradient(circle,#3d121847,#0000 70%)!important}.hero-premium{background:radial-gradient(ellipse at 50% -10%,#3d12182e 0,#0000 55%),radial-gradient(ellipse at 0 100%,#2d0c121f 0,#0000 45%),radial-gradient(ellipse at 100% 50%,#2d0c1214 0,#0000 50%),var(--bg-deep)!important}.hero-bg-gradient{background:linear-gradient(135deg,#4a152014,#3d12180f 50%,#2d0c120d)!important}.hero-bg-vignette{background:radial-gradient(ellipse at center,#0000 40%,#030303a6 85%),linear-gradient(to bottom,#0000 60%,var(--bg-deep) 100%)!important}.footer.footer-colorful{background:radial-gradient(ellipse at 15% 0,#3d121824 0,#0000 55%),radial-gradient(ellipse at 85% 100%,#2d0c121a 0,#0000 55%),linear-gradient(180deg,#060606,#030303)!important}.footer.footer-colorful:before{background:linear-gradient(90deg,#4a152000,#5c1c2aa6 35%,#3d1218a6 65%,#4a152000)!important}.footer-hl--blue,.footer-hl--pink,.footer-hl--purple{color:var(--accent-soft)!important}.footer-heading--pink:after,.footer-heading--purple:after{background:linear-gradient(90deg,#5c1822,#7a2e3a)!important}.footer-ic--pink,.footer-ic--purple{color:var(--accent-soft)!important}.footer-ic--blue{background:linear-gradient(135deg,#4a152033,#2d0c1214)!important;border-color:var(--accent-border)!important;color:#9a8088!important}.footer-ic--green{background:linear-gradient(135deg,#4a15202e,#2d0c1214)!important;border-color:#5c1c2a4d!important;color:#8a9a88!important}.sss-cat-btn{background:#ffffff0a;border:1px solid var(--border-subtle);border-radius:999px;color:#e2e8f0d9;cursor:pointer;font-size:.95rem;font-weight:600;padding:10px 18px;transition:all .18s ease}.sss-cat-btn.is-active,.sss-cat-btn[aria-selected=true]{background:var(--gradient-btn);border:1px solid var(--accent-border);box-shadow:0 6px 20px var(--accent-glow);color:#fff}.sss-lead-accent{color:var(--accent-soft);font-weight:600}.sss-cta-panel{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:radial-gradient(ellipse at 20% 0,#3d121833,#0000 60%),radial-gradient(ellipse at 80% 100%,#2d0c1226,#0000 55%),var(--bg-card);border:1px solid var(--accent-border);border-radius:22px;margin-top:56px;padding:36px 28px;text-align:center}.sss-cta-title{font-size:clamp(1.2rem,2vw,1.6rem);margin-bottom:10px}.sss-cta-support{color:#8a9a88}.faq-item,.faq-question,.sss-body .faq-grid .faq-item{background:var(--bg-card)!important;border-color:var(--border-subtle)!important}.faq-item.open,.faq-item:hover{border-color:var(--accent-border)!important}.mobile-menu-toggle span{background:var(--accent-soft)!important}.mobile-menu-overlay{background:#000000e0!important}.nav-menu.active{background:var(--bg-elevated)!important;border:1px solid var(--border-subtle)!important}.about-story,.cta-section,.packages-info,.platforms-section,.reseller-benefits,.seo-article,.seo-content,.testimonials-section,.values-section{background:#0000!important}.about-value-card,.reseller-card,.seo-content .seo-article,.testimonial-card{background:var(--bg-card)!important;border:1px solid var(--border-subtle)!important}.carousel-track,.platform-carousel{background:#0000!important}.btn-outline,.smart-tv-btn{border-color:var(--accent-border)!important;color:var(--accent-soft)!important}.btn-outline:hover,.smart-tv-btn:hover{background:#4a152040!important}::selection{background:#5c1c2a73;color:#fff}:root{--text-primary:#fafafa;--text-secondary:#e4e4e7;--text-body:#ffffffe6;--text-muted:#b8b8c0;--accent-text:#ecc8cf;--accent-text-strong:#f5e0e4;--gradient-display:linear-gradient(135deg,#fff,#ffe8ec 45%,#ff8fa3);--gradient-display-soft:linear-gradient(135deg,#fff,#ffd6de 60%,#ff8fa3);--gradient-logo:linear-gradient(135deg,#fff,#f0d8dc 45%,#c9a0a8);--gradient-hero:var(--gradient-display)}#root,body,html{color:#ffffffe6!important;color:var(--text-body)!important}h1,h2,h3,h4,h5,h6{color:#fafafa!important;color:var(--text-primary)!important}.app-description-modal,.faq-content,.footer-tagline,.hero-desc,.hero-description,.modal-description,.section-subtitle,.seo-content .seo-article p,p{color:#ffffffe6!important;color:var(--text-body)!important}.logo-text{background:linear-gradient(135deg,#fff,#f0d8dc 45%,#c9a0a8)!important;background:var(--gradient-logo)!important;filter:none!important}.hero-premium .hero-desc{color:#ffffffe6!important;color:var(--text-body)!important}.hero-badge-premium,.hero-badge-text{color:#e4e4e7!important;color:var(--text-secondary)!important}.gradient-text,.hero-title .gradient-text,.section-title .gradient-text,.section-title.gradient-text,h1.gradient-text,h2.gradient-text{-webkit-text-fill-color:#0000!important;background:linear-gradient(135deg,#fff,#ffe8ec 45%,#ff8fa3)!important;background:var(--gradient-display)!important;-webkit-background-clip:text!important;background-clip:text!important;color:#0000!important}.gradient-text .hl-grad,.hl-bg,.hl-gp,.hl-grad,.hl-oy,.hl-pb,.hl-pc,.hl-po,h1 .hl-grad,h2 .hl-grad,h3 .hl-grad{-webkit-text-fill-color:#0000!important;-webkit-background-clip:text!important;background-clip:text!important;background-image:linear-gradient(135deg,#fff,#ffe8ec 45%,#ff8fa3)!important;background-image:var(--gradient-display)!important;color:#0000!important}.hl-pb{background-image:linear-gradient(135deg,#fff,#ffd6de 60%,#ff8fa3)!important;background-image:var(--gradient-display-soft)!important}.gradient-text .hl-blue,.gradient-text .hl-cyan,.gradient-text .hl-green,.gradient-text .hl-indigo,.gradient-text .hl-pink,.gradient-text .hl-purple,.gradient-text .hl-rose,.gradient-text .hl-sky,.gradient-text .hl-teal,.gradient-text .hl-violet,.hl-amber,.hl-blue,.hl-cyan,.hl-green,.hl-indigo,.hl-lime,.hl-orange,.hl-pink,.hl-purple,.hl-rose,.hl-sky,.hl-teal,.hl-violet,.seo-content .hl{-webkit-text-fill-color:#ecc8cf!important;-webkit-text-fill-color:var(--accent-text)!important;background:none!important;background-image:none!important;color:#ecc8cf!important;color:var(--accent-text)!important}.hl-white{-webkit-text-fill-color:#fafafa!important;-webkit-text-fill-color:var(--text-primary)!important;color:#fafafa!important;color:var(--text-primary)!important}.modal-title,.price,.reseller-hero .stat-number,.result-value,.stat-number{-webkit-text-fill-color:#0000!important;background:linear-gradient(135deg,#fff,#ffe8ec 45%,#ff8fa3)!important;background:var(--gradient-display)!important;-webkit-background-clip:text!important;background-clip:text!important;color:#0000!important;filter:none!important}.package-price{-webkit-text-fill-color:#fff!important;background:none!important;color:#fff!important;filter:none!important}.package-duration,.package-original-price,.result-label,.stat-label{color:#ffffff94!important}.footer-heading{-webkit-text-fill-color:unset!important;background:none!important;background-clip:initial!important;-webkit-background-clip:border-box!important;color:#fafafa!important;color:var(--text-primary)!important}.footer-hl--blue,.footer-hl--muted,.footer-hl--pink,.footer-hl--purple{color:#ecc8cf!important;color:var(--accent-text)!important}.footer-ic-link,.footer-ic-text,.footer.footer-colorful .footer-links ul a{color:#e4e4e7!important;color:var(--text-secondary)!important}.faq-header,.faq-item .faq-header span:first-child,.faq-question,.footer-ic-link:hover,.footer.footer-colorful .footer-links ul a:hover{color:#fafafa!important;color:var(--text-primary)!important}.faq-answer,.faq-content{color:#ffffffe6!important;color:var(--text-body)!important}.faq-icon{color:#ecc8cf!important;color:var(--accent-text)!important}.nav-link{color:#b8b8c0!important;color:var(--text-muted)!important}.nav-link.active,.nav-link:hover{color:#fafafa!important;color:var(--text-primary)!important}.sss-lead-accent{color:#f5e0e4!important;color:var(--accent-text-strong)!important}.sss-cta-title{-webkit-text-fill-color:unset!important;background:none!important;color:#fafafa!important;color:var(--text-primary)!important}.sss-cta-support{color:#ecc8cf!important;color:var(--accent-text)!important}.sss-cat-btn{color:#e4e4e7!important;color:var(--text-secondary)!important}.app-name,.app-name-modal,.feature-card h3,.package-card h3,.platform-card h3{color:#fafafa!important;color:var(--text-primary)!important}.feature-card p,.package-card p,.platform-card p{color:#b8b8c0!important;color:var(--text-muted)!important}.app-download-btn .app-name,.app-download-btn .app-store{-webkit-text-fill-color:var(--text-on-accent)!important;color:var(--text-on-accent)!important}.form-label,.modal-subtitle{color:#e4e4e7!important;color:var(--text-secondary)!important}.seo-content .seo-article h2,.seo-content .seo-article h3{color:#fff!important}.seo-content .section-title-center .hl,.seo-content .seo-article h2 .hl,.seo-content .seo-article h3 .hl{-webkit-text-fill-color:#fff!important;background:none!important;-webkit-background-clip:border-box!important;background-clip:initial!important;background-image:none!important;color:#fff!important}.seo-content .section-title-center .hl-grad,.seo-content .seo-article h2 .hl-grad,.seo-content .seo-article h3 .hl-grad{-webkit-text-fill-color:#ffb3c1!important;background:none!important;background-image:none!important;color:#ffb3c1!important}.seo-content .seo-article h3{color:#fafafa!important;color:var(--text-primary)!important}.seo-content .seo-article a{border-bottom-color:#ecc8cf73!important;color:#f5e0e4!important;color:var(--accent-text-strong)!important}.seo-content .seo-article a:hover{color:#fff!important}.hero-description,.installation-hero .hero-description{color:#ffffffe6!important;color:var(--text-body)!important}.region-btn:not(.active){color:#b8b8c0!important;color:var(--text-muted)!important}.guide-btn,.smart-tv-btn{background:#ffffff0a!important;border-color:var(--accent-border)!important;color:#f5e0e4!important;color:var(--accent-text-strong)!important}.guide-btn:hover,.smart-tv-btn:hover{background:#4a15204d!important;color:#fafafa!important;color:var(--text-primary)!important}.hero-badge-text strong{-webkit-text-fill-color:#0000!important;background:linear-gradient(135deg,#fcd34d,#f59e0b)!important;-webkit-background-clip:text!important;background-clip:text!important}.admin-dashboard .admin-sidebar,.admin-dashboard .welcome-banner{--text-primary:#fff;--text-body:#ffffffeb;--text-muted:#ffffffb8}.hero-lightning-layer{inset:0;overflow:hidden;pointer-events:none;position:absolute;z-index:1}.bolt{background:linear-gradient(180deg,#0000 0,#ff788233 15%,#ffc8d2f2 48%,#ff5a6ee6 52%,#b4283c66 70%,#0000);border-radius:2px;filter:drop-shadow(0 0 8px rgba(255,80,100,.85)) drop-shadow(0 0 24px rgba(220,38,60,.5));opacity:0;position:absolute;transform-origin:center top;width:3px}.bolt-1{animation:boltStrike 7s ease-in-out infinite;height:42vh;left:18%;top:-5%;transform:rotate(12deg)}.bolt-2{animation:boltStrike 9s ease-in-out 2.5s infinite;height:35vh;right:22%;top:8%;transform:rotate(-18deg)}.bolt-3{animation:boltStrike 11s ease-in-out 5s infinite;height:28vh;left:52%;top:0;transform:rotate(6deg);width:2px}.bolt-fork{background:no-repeat 50%/contain url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 96'%3E%3Cpath fill='none' stroke='%23ffb4bc' stroke-width='2' d='M32 0 20 38h8L14 72l18-24h-8l16 48-8-40h8L32 0Z'/%3E%3C/svg%3E");filter:drop-shadow(0 0 14px rgba(255,90,110,.9));height:80px;opacity:0;position:absolute;width:80px}.bolt-fork-1{animation:boltFork 8s ease-in-out 1s infinite;left:8%;top:12%}.bolt-fork-2{animation:boltFork 10s ease-in-out 4s infinite;right:10%;top:20%;transform:scaleX(-1)}@keyframes boltStrike{0%,92%,to{opacity:0}93%{opacity:.35}94%{opacity:1}95%{opacity:.2}96%{opacity:.85}91%,97%{opacity:0}}@keyframes boltFork{0%,88%,to{opacity:0;transform:scale(.8)}89%{opacity:.9;transform:scale(1.05)}90%{opacity:.15}91%{opacity:.7}92%{opacity:0}}.hero-electric-flash{animation:screenFlash 12s ease-in-out infinite;background:radial-gradient(ellipse 50% 40% at 50% 20%,#dc32461f 0,#0000 70%);inset:0;opacity:0;pointer-events:none;position:absolute;z-index:0}@keyframes screenFlash{0%,94%,to{opacity:0}95%{opacity:.55}96%{opacity:.08}97%{opacity:.35}}.hero-premium .container,.hero-premium .hero-container{position:relative;z-index:3}.packages-hero h1 .hl-grad{text-shadow:0 2px 12px #000000bf!important}.hero-premium .hero-badge-text,.hero-premium .hero-desc,.installation-hero .hero-description,.packages-hero h1,.packages-hero p{text-shadow:0 1px 8px #000000bf}.installation-hero .hero-content,.packages-hero .container{position:relative;z-index:3}.hero-background,.hero-bg,.navbar{position:relative}.btn-primary,.hero-btn-primary,.region-btn.active{box-shadow:0 4px 20px #4a152073,0 0 0 1px #ff788226,inset 0 1px 0 #ffffff14!important;overflow:hidden;position:relative}.btn-primary:before,.hero-btn-primary:before,.region-btn.active:before{animation:electricBorderRun 3.5s linear infinite;background:linear-gradient(90deg,#0000,#ff8c9680,#ffdce1cc,#ff647880,#0000);background-size:200% 100%;border-radius:inherit;content:"";inset:-2px;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.7;padding:2px;pointer-events:none;position:absolute}.btn-primary:after,.hero-btn-primary:after{animation:btnLightningSweep 4s ease-in-out infinite;background:linear-gradient(90deg,#0000,#ffffff1f,#ffb4be40,#0000);content:"";height:100%;left:-100%;pointer-events:none;position:absolute;top:0;width:60%}@keyframes electricBorderRun{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes btnLightningSweep{0%,70%,to{left:-100%;opacity:0}78%{opacity:1}88%{left:150%;opacity:0}}.package-card-featured,.package-card.popular{animation:cardElectricPulse 4s ease-in-out infinite}@keyframes cardElectricPulse{0%,to{box-shadow:0 0 0 1px #5c1c2a40,0 16px 40px #00000080}50%{box-shadow:0 0 0 1px #ff647859,0 0 28px #dc324633,0 16px 40px #00000080}}.navbar:after{animation:navElectricLine 5s linear infinite;background:linear-gradient(90deg,#0000,#ff647833 20%,#ffc8d2b3 50%,#ff647833 80%,#0000);background-size:200% 100%;bottom:0;content:"";height:1px;left:0;opacity:.6;position:absolute;right:0}@keyframes navElectricLine{0%{background-position:200% 0}to{background-position:-200% 0}}.logo-text{animation:logoSpark 6s ease-in-out infinite}@keyframes logoSpark{0%,96%,to{filter:none}97%{filter:drop-shadow(0 0 12px rgba(255,100,120,.6))}}.hero:not(.hero-premium) .hero-background:before,.installation-hero .hero-background:before{animation:boltStrike 10s ease-in-out 3s infinite;background:linear-gradient(105deg,#0000 44%,#ff5a6e14 45%,#ffc8d233 45.5%,#0000 46%);content:"";inset:0;pointer-events:none;position:absolute}@media (prefers-reduced-motion:reduce){.bolt,.bolt-fork,.btn-primary:after,.btn-primary:before,.footer:not(.footer-premium).footer-colorful:after,.hero-btn-primary:after,.hero-btn-primary:before,.hero-electric-flash,.logo-text,.navbar:after,.package-card-featured,.package-card.popular{animation:none!important}.bolt,.bolt-fork{opacity:.15!important}}:root{--bg-black:#000;--red-premium:#e63950;--red-bright:#ff4d6d;--red-deep:#c1121f;--red-glow:#e6395073;--red-border:#e6395066;--gradient-title-line2:linear-gradient(135deg,#fff,#ff8fa3 45%,#e63950)}#root,.App,.faq-page,.hero-premium,.home,.installation-page,.packages-page,body,html{background:#000!important;background:var(--bg-black)!important}.navbar{background:#000000eb!important}.hero-premium{background:#000!important}.hero-highlight,.hero-premium .hero-highlight{-webkit-text-fill-color:inherit!important;animation:none!important;background:none!important;-webkit-background-clip:border-box!important;background-clip:initial!important;background-image:none!important;color:inherit!important;filter:none!important}.hero-line-1,.hero-premium .hero-line-1{-webkit-text-fill-color:#fff!important;background:none!important;background-image:none!important;color:#fff!important;display:block!important;text-shadow:0 2px 24px #000000e6,0 0 48px #e639501f!important}.hero-line-2,.hero-premium .hero-line-2{-webkit-text-fill-color:#0000!important;background:linear-gradient(135deg,#fff,#ff8fa3 45%,#e63950)!important;background:var(--gradient-title-line2)!important;-webkit-background-clip:text!important;background-clip:text!important;color:#0000!important;display:block!important;filter:drop-shadow(0 2px 16px rgba(0,0,0,.85)) drop-shadow(0 0 32px rgba(230,57,80,.45))!important;filter:drop-shadow(0 2px 16px rgba(0,0,0,.85)) drop-shadow(0 0 32px var(--red-glow))!important;text-shadow:none!important}.hero-premium .hero-title,.hero-premium .hero-title.active{-webkit-text-fill-color:unset!important;color:#fff!important;opacity:1!important;visibility:visible!important}.hero-premium .hero-desc{color:#ffffffeb!important;text-shadow:0 1px 6px #000c}.logo-text{-webkit-text-fill-color:#0000!important;background:linear-gradient(135deg,#fff,#ff8fa3 55%,#e63950)!important;background:linear-gradient(135deg,#fff 0,#ff8fa3 55%,var(--red-premium) 100%)!important;-webkit-background-clip:text!important;background-clip:text!important}:root{--accent:var(--red-premium);--accent-bright:var(--red-bright);--accent-dark:var(--red-deep);--gradient-btn:linear-gradient(135deg,#e63950,#c1121f);--gradient-primary:linear-gradient(135deg,#e63950,#9d0208);--accent-glow:var(--red-glow);--accent-border:var(--red-border);--accent-text:#ff8fa3;--accent-text-strong:#ffb3c1}.btn-primary,.hero-btn-primary,.nav-link.active,.region-btn.active{background:linear-gradient(135deg,#e63950,#c1121f)!important;background:var(--gradient-btn)!important;border-color:#e6395066!important;border-color:var(--red-border)!important;color:#fff!important}.nav-link:hover{background:#e6395026!important;border-color:#e6395066!important;border-color:var(--red-border)!important}.hero-premium{background:radial-gradient(ellipse 90% 55% at 50% -8%,#e6395024 0,#0000 58%),radial-gradient(ellipse 45% 35% at 12% 88%,#c1121f14 0,#0000 50%),radial-gradient(ellipse 40% 30% at 88% 72%,#e639500f 0,#0000 48%),#000!important}.hero-bg-horizon{background:linear-gradient(90deg,#0000,#e6395026 20%,#ff8fa373 50%,#e6395026 80%,#0000);bottom:18%;height:1px;left:0;opacity:.85;position:absolute;right:0;z-index:1}.hero-bg-noise{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");inset:0;mix-blend-mode:overlay;opacity:.035;pointer-events:none;position:absolute;z-index:2}.hero-bg-gradient{background:linear-gradient(160deg,#e639500f,#0000 42%,#c1121f0a)!important;mix-blend-mode:normal!important;opacity:1!important}.hero-bg-grid{background-image:linear-gradient(90deg,#ffffff08 1px,#0000 0),linear-gradient(180deg,#ffffff08 1px,#0000 0)!important;background-size:48px 48px!important;mask-image:radial-gradient(ellipse 75% 55% at 50% 35%,#000 0,#0000 72%)!important;-webkit-mask-image:radial-gradient(ellipse 75% 55% at 50% 35%,#000 0,#0000 72%)!important;opacity:.45!important}.hero-bg-glow--primary,.hero-bg-glow--purple{background:radial-gradient(circle,#e6395038 0,#0000 68%)!important;filter:blur(100px)!important;opacity:.85!important}.hero-bg-glow--accent,.hero-bg-glow--pink{background:radial-gradient(circle,#ff4d6d24 0,#0000 70%)!important;opacity:.75!important}.hero-bg-glow--blue,.hero-bg-glow--center{background:radial-gradient(circle,#ff8fa31a 0,#0000 72%)!important;opacity:.6!important}.hero-bg-vignette{background:radial-gradient(ellipse 85% 70% at 50% 45%,#0000 35%,#000000a6 100%),linear-gradient(180deg,#0000 55%,#000)!important}.hero-badge-premium{animation:heroBadgeFloat 5s ease-in-out infinite!important;background:linear-gradient(135deg,#ffffff12,#ffffff05)!important;border:1px solid #e6395047!important;box-shadow:inset 0 0 0 1px #0006,0 12px 32px #00000073,0 0 40px #e6395014!important}.hero-badge-dot{animation:heroBadgeDotPulse 2.4s ease-out infinite!important;background:#e63950!important;background:var(--red-premium,#e63950)!important;box-shadow:0 0 12px #e63950a6!important}@keyframes heroBadgeDotPulse{0%{box-shadow:0 0 0 0 #e639508c}70%{box-shadow:0 0 0 10px #e6395000}to{box-shadow:0 0 0 0 #e6395000}}.hero-badge-text strong{background:linear-gradient(135deg,#ffd166,#ffb703)!important}.hero-premium .hero-title-wrapper:after{background:linear-gradient(90deg,#0000,#e63950,#ff8fa3,#0000);border-radius:3px;content:"";display:block;height:3px;margin:clamp(14px,2vh,22px) auto 0;opacity:.9;width:min(120px,28vw)}.hero-premium .hero-title{font-weight:800!important;letter-spacing:-.04em!important;line-height:1.05!important;text-transform:none!important}.hero-premium .hero-line-1{font-weight:800!important;letter-spacing:-.03em!important}.hero-premium .hero-line-2{font-weight:900!important;letter-spacing:-.02em!important}.hero-premium--compact{min-height:auto!important;padding:clamp(100px,12vh,130px) 20px clamp(48px,7vh,72px)!important}.hero-premium--compact .hero-bg-horizon{bottom:28%}.hero-compact-inner{align-items:center;display:flex;flex-direction:column;gap:clamp(16px,2.5vh,24px);margin:0 auto;max-width:820px;position:relative;text-align:center;z-index:2}.hero-title--page{font-size:clamp(2.1rem,4.8vw,3.35rem)!important;font-weight:800!important;letter-spacing:-.04em!important;line-height:1.12!important;margin:0!important;text-transform:none!important}.hero-title--page .hero-highlight{gap:6px!important}.hero-title--page .hero-line-1{-webkit-text-fill-color:#ffffffe0!important;color:#ffffffe0!important;font-size:.92em;font-weight:700!important}.hero-title--page .hero-line-2{font-size:1em}.hero-premium--compact .hero-title-wrapper:after{display:none}.hero-desc--lead{color:#ffffffc7!important;font-size:clamp(1rem,1.25vw,1.12rem);line-height:1.7;margin:0;max-width:640px}.hero-desc--lead .hero-lead-accent{color:#ff8fa3!important;font-weight:600}.hero-pill{background:#ffffff08!important;border:1px solid #ffffff14!important;box-shadow:0 4px 20px #00000040!important}.hero-pill-icon{align-items:center;background:#e6395026;border:1px solid #e6395040;border-radius:50%;display:inline-flex;font-size:.85rem!important;height:1.65rem;justify-content:center;width:1.65rem}.hero-pill:hover{background:#e639501a!important;border-color:#e6395059!important;box-shadow:0 12px 28px #e6395026!important}.hero-premium .hero-btn-primary{background:linear-gradient(135deg,#ff4d6d,#e63950 45%,#c1121f)!important;box-shadow:0 14px 36px #e6395059,0 4px 12px #0006,inset 0 1px 0 #fff3!important}.hero-premium .hero-btn-secondary{background:#ffffff08!important;border-color:#ffffff24!important}.hero-premium .hero-btn-secondary:hover{background:#e6395014!important;border-color:#e6395073!important}.hero-btn-pulse{background:#ff4d6d!important}.hero-trust{border-color:#ffffff0f!important;box-shadow:0 8px 28px #00000059!important}.hero-trust-avatar{border-color:#000!important;box-shadow:0 4px 12px #0006!important}.hero-premium .stat-box{border-color:#ffffff14!important;border-radius:20px!important}.hero-premium .stat-box:after{background:linear-gradient(90deg,#0000,#e63950,#0000);border-radius:0 0 4px 4px;content:"";height:2px;left:24px;opacity:.7;position:absolute;right:24px;top:0}.hero-premium .stat-box:hover{border-color:#e6395059!important;box-shadow:0 24px 48px #00000073,0 0 32px #e639501f!important}.hero-scroll-dot{background:linear-gradient(180deg,#ff8fa3,#e63950)!important}.hero-scroll:hover .hero-scroll-mouse{border-color:#e63950a6!important}.hero-premium,.hero-premium>.container{align-items:center!important;display:flex!important;flex-direction:column!important}.hero-premium>.container{margin-left:auto!important;margin-right:auto!important;width:100%!important}.hero-premium .hero-container,.hero-premium .hero-header{align-items:center!important;text-align:center!important;width:100%!important}.hero-premium .hero-title-wrapper{text-align:center!important;width:100%!important}.hero-premium .hero-title,.hero-premium .hero-title.active{left:auto!important;margin-left:auto!important;margin-right:auto!important;position:relative!important;right:auto!important;text-align:center!important;top:auto!important;width:100%!important}.hero-premium .hero-highlight{margin-inline:auto!important}.hero-premium .hero-highlight,.hero-premium .hero-line-1,.hero-premium .hero-line-2{text-align:center!important;width:100%!important}.hero-premium .hero-actions,.hero-premium .hero-desc,.hero-premium .hero-pills,.hero-premium .hero-trust{margin-left:auto!important;margin-right:auto!important}.hero-premium .hero-trust-text{align-items:center!important;text-align:center!important}.hero-premium .hero-stats{margin-left:auto!important;margin-right:auto!important;width:100%!important}@media (prefers-reduced-motion:reduce){.hero-bg-horizon,.hero-bg-noise{animation:none!important}.hero-premium .hero-title,.hero-premium .hero-title.active{transform:none!important}}.footer.footer-colorful.footer-premium,.footer.footer-premium{background:#000;border-top:none;margin-top:auto;overflow:hidden;padding:0;position:relative}.footer.footer-premium:before{animation:none;background:linear-gradient(90deg,#0000,#e6395059 25%,#ff788cd9 50%,#e6395059 75%,#0000);content:"";height:1px;left:0;opacity:1;pointer-events:none;position:absolute;right:0;top:0}.footer.footer-premium .footer-glow{background:radial-gradient(ellipse 80% 100% at 50% 100%,#e6395014 0,#0000 70%);filter:none;height:40%;inset:auto 0 0 0;pointer-events:none;position:absolute}.footer.footer-premium .container{margin:0 auto;max-width:1200px;padding:48px 20px 28px;position:relative;z-index:1}.footer.footer-premium .footer-grid{grid-gap:40px 32px;align-items:start;display:grid;gap:40px 32px;grid-template-columns:1.4fr 1fr 1fr}@media (max-width:900px){.footer.footer-premium .footer-grid{gap:32px;grid-template-columns:1fr;text-align:center}.footer.footer-premium .contact-info,.footer.footer-premium .footer-brand,.footer.footer-premium .footer-links ul{align-items:center}}.footer.footer-premium .footer-brand{display:flex;flex-direction:column;gap:14px}.footer.footer-premium .footer-tagline{color:#ffffff8c;font-size:.95rem;font-weight:400;line-height:1.7;margin:0;max-width:22rem}.footer.footer-premium .footer-tagline strong{color:#ffffffe0;font-weight:600}.footer.footer-premium .footer-heading{-webkit-text-fill-color:unset;background:none;color:#e63950;font-size:.72rem;font-weight:700;letter-spacing:.14em;margin:0 0 16px;padding:0;text-transform:uppercase}.footer.footer-premium .footer-heading:after{display:none}.footer.footer-premium .contact-info,.footer.footer-premium .footer-list{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:0}.footer.footer-premium .footer-list a{align-items:center;color:#ffffffb8;display:inline-flex;font-size:.94rem;font-weight:500;gap:6px;text-decoration:none;transition:color .2s ease}.footer.footer-premium .footer-list a:hover{color:#fff;transform:none}.footer.footer-premium .footer-list a .footer-bullet{display:none}.footer.footer-premium .contact-info li{align-items:center;color:#ffffffb8;display:flex;font-size:.94rem;gap:10px;justify-content:flex-start}@media (max-width:900px){.footer.footer-premium .contact-info li{justify-content:center}}.footer.footer-premium .footer-ic{background:#e639501a;border:1px solid #e6395038;border-radius:8px;box-shadow:none;color:#ff8fa3;font-size:14px;height:32px;width:32px}.footer.footer-premium .footer-ic-link{color:#ffffffd9;text-decoration:none}.footer.footer-premium .footer-ic-link:hover{color:#ff8fa3;text-decoration:none}.footer.footer-premium .footer-ic-text{color:#ffffffb8}.footer.footer-premium .footer-bottom{border-top:1px solid #ffffff0f;margin-top:40px;padding-top:22px;text-align:center}.footer.footer-premium .footer-bottom-inner{align-items:center;color:#ffffff73;display:flex;flex-wrap:wrap;font-size:.88rem;gap:8px 14px;justify-content:center;margin:0}.footer.footer-premium .footer-brand-name{-webkit-text-fill-color:unset;background:none;color:#fff;font-weight:600}.footer.footer-premium .footer-sep{color:#e6395099;-webkit-user-select:none;user-select:none}.footer.footer-premium .footer-legal{color:#ffffff52;font-size:.8rem;margin-top:6px;width:100%}.footer.footer-premium .footer-hl--blue,.footer.footer-premium .footer-hl--pink,.footer.footer-premium .footer-hl--purple{color:inherit;font-weight:inherit}#root,.App{display:flex;flex-direction:column;min-height:100vh}.about-page,.faq-page,.home,.installation-page,.not-found-page,.packages-page,.reseller-page{display:flex;flex:1 1;flex-direction:column}.effects-paused,.effects-paused *,body.is-scrolling .carousel-track,body.is-scrolling .floating-shape,body.is-scrolling .footer.footer-premium:before,body.is-scrolling .hero-bg-glow,body.is-scrolling .hero-bg-gradient,body.is-scrolling .hero-lightning-layer,body.is-scrolling .hero-lightning-layer *,body.is-scrolling .navbar:after,body.is-scrolling .package-card.popular{animation-play-state:paused!important}.effects-paused .bolt,.effects-paused .bolt-fork,.effects-paused .hero-electric-flash{opacity:0!important}.carousel-wrapper:not(.in-view) .carousel-track{animation-play-state:paused!important}.carousel-wrapper{will-change:auto!important}.carousel-track{will-change:transform!important}.footer.footer-colorful .footer-glow,.footer.footer-premium .footer-glow{filter:none!important;opacity:.5!important}.hero-bg-glow{filter:blur(48px)!important;opacity:.35!important}.about-story,.benefits-section,.faq-grid,.packages-grid,.platforms-section,.seo-content{contain-intrinsic-size:auto 400px;content-visibility:auto}.package-card-featured,.package-card.popular{animation:none!important}.btn-primary:before,.hero-btn-primary:before,.region-btn.active:before{animation:none!important;opacity:.35!important}.btn-primary:hover:before,.hero-btn-primary:hover:before{animation:electricBorderRun 2.5s linear infinite!important;opacity:.85!important}.btn-primary:after,.hero-btn-primary:after,.logo-text{animation:none!important}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:root{--text-muted:#c8c8d0;--text-subtle:#ffffffb8}.about-page .gradient-text,.gradient-text:not(.hero-highlight):not(.hero-line-2),.installation-page .gradient-text,.official-apps .gradient-text,.package-preview-home .gradient-text,.packages-page .section-title .gradient-text,.reseller-page .gradient-text,.section-title .gradient-text,.section-title-center .gradient-text{-webkit-text-fill-color:#0000!important;background:linear-gradient(135deg,#fff,#ffe0e6 55%,#ff8fa3)!important;-webkit-background-clip:text!important;background-clip:text!important;color:#0000!important;filter:none!important;text-shadow:none!important}.carousel-header h2,.carousel-header h2 .hl,.feature-card-simple h3,.highlight-features h3,.package-card h3,.package-card-featured h3,.section-title-center .hl{filter:none!important;text-shadow:none!important}.carousel-header h2 .hl-gp,.carousel-header h2 .hl-grad,.carousel-header h2 .hl-white,.section-title-center .hl-gp,.section-title-center .hl-grad{-webkit-text-fill-color:#fff!important;background:none!important;-webkit-background-clip:border-box!important;background-clip:initial!important;background-image:none!important;color:#fff!important}.carousel-header h2 .hl-bg,.carousel-header h2 .hl-pb,.section-title-center .hl-bg,.section-title-center .hl-pb{-webkit-text-fill-color:#ffb3c1!important;background:none!important;background-image:none!important;color:#ffb3c1!important}.carousel-header p,.section-subtitle,.section-subtitle-large{color:#ffffffe0!important;font-weight:500!important;text-shadow:none!important}.level-badge,.package-badge{-webkit-text-fill-color:#fff!important;background:linear-gradient(135deg,#e63950,#c1121f)!important;border:1px solid #ff8fa359!important;color:#fff!important;font-weight:700!important;text-shadow:0 1px 3px #00000073!important}.package-card h3,.package-card-featured h3{-webkit-text-fill-color:#fff!important;color:#fff!important}.package-card .package-price,.package-card-featured .package-price,.package-price{-webkit-text-fill-color:#fff!important;background:none!important;-webkit-background-clip:border-box!important;background-clip:initial!important;background-image:none!important;color:#fff!important;filter:none!important;font-weight:800!important;text-shadow:none!important}.package-price span{-webkit-text-fill-color:#ff8fa3!important;color:#ff8fa3!important;font-weight:600!important}.package-original-price{-webkit-text-fill-color:#ffffff94!important;color:#ffffff94!important;font-weight:500!important;text-decoration:line-through!important}.package-card .package-features li,.package-card-featured .package-features li,.package-features li{-webkit-text-fill-color:#fffffff0!important;color:#fffffff0!important;font-weight:500!important}.package-card .package-features li:before,.package-features li:before{color:#ff8fa3!important}.feature-card h3,.feature-card p,.feature-card-simple h3,.feature-card-simple p{color:#fffffff0!important}.feature-card p,.feature-card-simple p{color:#ffffffc7!important;font-weight:500!important}.package-duration{color:#ffffffbf!important}.package-card li,.package-card p{color:#ffffffe6!important}.hero-premium .stat-num,.stat-num{-webkit-text-fill-color:#fff!important;background:none!important;color:#fff!important;text-shadow:none!important}.hero-premium .stat-text,.stat-text{color:#fffc!important;font-weight:600!important}:not(.seo-content) p .hl-bg,:not(.seo-content) p .hl-gp,:not(.seo-content) p .hl-grad,:not(.seo-content) p .hl-oy,:not(.seo-content) p .hl-pb,:not(.seo-content) p .hl-pc,:not(.seo-content) p .hl-po{-webkit-text-fill-color:#ffb3c1!important;background:none!important;background-image:none!important;color:#ffb3c1!important;font-weight:600!important}:not(.seo-content) p .hl-white{-webkit-text-fill-color:#fff!important;color:#fff!important}.admin-dashboard,.admin-login-container{--text-primary:#0f172a;--text-secondary:#334155;--text-body:#1e293b;--text-muted:#64748b}.admin-dashboard .admin-sidebar,.admin-dashboard .welcome-banner,.admin-login-container{--text-primary:#fff;--text-body:#ffffffeb;--text-muted:#ffffffb3}.admin-dashboard .admin-content h1,.admin-dashboard .admin-content h2,.admin-dashboard .admin-content h3,.admin-dashboard .admin-content h4,.admin-dashboard .admin-content h5,.admin-dashboard .admin-content h6,.admin-dashboard .admin-content label,.admin-dashboard .admin-content p,.admin-dashboard .admin-header h1,.admin-dashboard .content-manager h2,.admin-dashboard .content-manager h3,.admin-dashboard .content-manager h4,.admin-dashboard .content-manager label,.admin-dashboard .form-group label,.admin-dashboard .link-group label,.admin-dashboard .link-manager h2,.admin-dashboard .link-manager h3,.admin-dashboard .link-manager h4,.admin-dashboard .link-manager label,.admin-dashboard .link-section h3,.admin-dashboard .manager-header h2,.admin-dashboard .package-manager h2,.admin-dashboard .package-manager h3,.admin-dashboard .package-manager label{-webkit-text-fill-color:#0f172a!important;background:none!important;-webkit-background-clip:border-box!important;background-clip:initial!important;background-image:none!important;color:#0f172a!important;filter:none!important;text-shadow:none!important}.admin-dashboard .form-hint,.admin-dashboard .link-manager>p,.admin-dashboard .manager-header p{-webkit-text-fill-color:#64748b!important;color:#64748b!important}.admin-dashboard .price{-webkit-text-fill-color:#c1121f!important;background:none!important;color:#c1121f!important}.admin-dashboard .original-price,.admin-dashboard .package-original-price{-webkit-text-fill-color:#64748b!important;color:#64748b!important;opacity:1!important}.admin-dashboard .btn-add,.admin-dashboard .btn-cancel,.admin-dashboard .btn-delete,.admin-dashboard .btn-edit,.admin-dashboard .btn-save{-webkit-text-fill-color:#fff!important;color:#fff!important}.navbar{background:linear-gradient(180deg,#0a0a0ceb,#060608db)!important;border-bottom:1px solid #ffffff0f!important;box-shadow:0 4px 24px #00000073,inset 0 1px 0 #ffffff0a!important;padding:8px 0!important;transition:background .35s ease,box-shadow .35s ease,padding .35s ease!important}.navbar.navbar--scrolled{background:#050507f5!important;box-shadow:0 8px 32px #0000008c,0 0 48px #c1121f0f,inset 0 1px 0 #ffffff0d!important;padding:6px 0!important}.navbar .container{gap:16px!important;padding:0 clamp(16px,3vw,28px)!important}.navbar:after{height:2px!important;opacity:.85!important}.nav-menu-shell{align-items:center;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:#ffffff0a;border:1px solid #ffffff17;border-radius:999px;box-shadow:inset 0 1px 0 #ffffff0f,0 4px 20px #00000040;display:flex;gap:2px;margin-left:auto;padding:5px}.nav-menu{gap:2px!important;margin-left:0!important}.nav-menu li{margin:0;padding:0}.nav-link{align-items:center!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#0000!important;border:none!important;border-radius:999px!important;box-shadow:none!important;color:#ffffffb3!important;display:inline-flex!important;font-size:.875rem!important;font-weight:500!important;justify-content:center!important;letter-spacing:.03em!important;padding:9px 16px!important;text-transform:none!important;transition:color .22s ease,background .22s ease,box-shadow .22s ease,transform .22s ease!important;white-space:nowrap!important}.nav-link:hover{background:#ffffff14!important;border:none!important;box-shadow:0 4px 12px #0003!important;color:#fff!important;transform:translateY(-1px)!important}.nav-link.active,.nav-link:active{background:linear-gradient(135deg,#e63950,#b91c2c 55%,#7f0010)!important;border:none!important;box-shadow:0 4px 18px #c1121f73,inset 0 1px 0 #ffffff38!important;color:#fff!important;font-weight:600!important;transform:none!important}.nav-link.active:hover{box-shadow:0 6px 22px #c1121f8c,inset 0 1px 0 #ffffff40!important;transform:translateY(-1px)!important}.mobile-menu-toggle{align-items:center!important;background:#ffffff0d!important;border:1px solid #ffffff1f!important;border-radius:12px!important;display:none!important;height:44px!important;justify-content:center!important;padding:10px!important;transition:background .2s ease,border-color .2s ease!important;width:44px!important}.mobile-menu-toggle:hover{background:#c1121f26!important;border-color:#e6395059!important}.mobile-menu-toggle span{background:linear-gradient(90deg,#fff,#ffb3c1)!important;height:2px!important}@media (max-width:992px){.nav-menu-shell{backdrop-filter:none;-webkit-backdrop-filter:none;background:none;border:none;border-radius:0;box-shadow:none;display:block;margin-left:auto;padding:0}.mobile-menu-toggle{display:flex!important;margin-left:auto!important}.nav-menu{align-items:stretch!important;background:linear-gradient(165deg,#0c0c0efa,#060608fc)!important;border-left:1px solid #ffffff14!important;box-shadow:-12px 0 40px #0000008c!important;flex-direction:column!important;gap:6px!important;height:100vh!important;height:100dvh!important;margin:0!important;padding:88px 16px 24px!important;position:fixed!important;right:-100%!important;top:0!important;transition:right .35s cubic-bezier(.4,0,.2,1)!important;width:min(300px,88vw)!important}.nav-menu.active{right:0!important}.nav-menu li{border:none!important;width:100%!important}.nav-link{border-radius:12px!important;font-size:.95rem!important;justify-content:flex-start!important;padding:14px 18px!important;text-align:left!important;width:100%!important}.nav-link.active{border-left:3px solid #ff8fa3!important;padding-left:15px!important}.mobile-menu-overlay{backdrop-filter:blur(6px)!important;-webkit-backdrop-filter:blur(6px)!important;background:#000000a6!important}}@media (min-width:993px){.mobile-menu-toggle{display:none!important}}@media (max-width:768px){.navbar{padding:8px 0!important}}.admin-login-container{--text-primary:#fff;--text-secondary:#ffffffe0;--text-body:#ffffffe6;--text-muted:#ffffffa6;--accent-text:#ffb3c1;--accent-text-strong:#ffe0e6}.admin-dashboard,.admin-login-container{-webkit-font-smoothing:antialiased;font-family:Segoe UI,system-ui,-apple-system,sans-serif}.admin-dashboard{--text-primary:#0f172a;--text-secondary:#334155;--text-body:#1e293b;--text-muted:#64748b;--accent-text:#334155;--accent-text-strong:#0f172a;--gradient-display:none;color:#1e293b!important}.admin-dashboard .admin-sidebar{--text-primary:#fff;--text-secondary:#ffffffe0;--text-body:#ffffffe6;--text-muted:#ffffffa6;--accent-text:#ffb3c1;--accent-text-strong:#fff}.admin-dashboard .welcome-banner{--text-primary:#fff;--text-body:#fffffff2;--text-muted:#ffffffd9}.admin-dashboard .admin-content h1,.admin-dashboard .admin-content h2,.admin-dashboard .admin-content h3,.admin-dashboard .admin-content h4,.admin-dashboard .admin-content h5,.admin-dashboard .admin-content h6,.admin-dashboard .admin-header h1,.admin-dashboard .content-manager h2,.admin-dashboard .content-manager h3,.admin-dashboard .content-manager h4,.admin-dashboard .content-manager label,.admin-dashboard .content-manager p,.admin-dashboard .form-group label,.admin-dashboard .form-hint,.admin-dashboard .info-box h4,.admin-dashboard .info-box p,.admin-dashboard .init-card h3,.admin-dashboard .init-card p,.admin-dashboard .link-group label,.admin-dashboard .link-manager h2,.admin-dashboard .link-manager h3,.admin-dashboard .link-manager h4,.admin-dashboard .link-manager label,.admin-dashboard .link-manager p,.admin-dashboard .link-section h3,.admin-dashboard .manager-header h2,.admin-dashboard .manager-header p,.admin-dashboard .package-info h3,.admin-dashboard .package-manager h2,.admin-dashboard .package-manager h3,.admin-dashboard .package-manager label,.admin-dashboard .package-manager p,.admin-dashboard .stat-info h3,.admin-dashboard .stat-info p{-webkit-text-fill-color:var(--text-primary)!important;background:none!important;-webkit-background-clip:border-box!important;background-clip:initial!important;background-image:none!important;color:var(--text-primary)!important;filter:none!important;text-shadow:none!important}.admin-dashboard .form-hint,.admin-dashboard .link-manager>p,.admin-dashboard .manager-header p,.admin-dashboard .stat-info p,.admin-dashboard .user-details span{-webkit-text-fill-color:var(--text-muted)!important;color:var(--text-muted)!important}.admin-dashboard .info-box h4{-webkit-text-fill-color:#1e40af!important;color:#1e40af!important}.admin-dashboard .info-box p{-webkit-text-fill-color:#1e3a8a!important;color:#1e3a8a!important}.admin-dashboard .saved-badge{-webkit-text-fill-color:#059669!important;color:#059669!important}.admin-dashboard .admin-brand-sub,.admin-dashboard .admin-brand-title,.admin-dashboard .admin-logo h2,.admin-dashboard .admin-logo p,.admin-dashboard .user-details strong{-webkit-text-fill-color:#fff!important;color:#fff!important}.admin-dashboard .user-details span{-webkit-text-fill-color:#ffffffbf!important;color:#ffffffbf!important}.admin-dashboard .admin-nav button{-webkit-text-fill-color:#cbd5e1!important;color:#cbd5e1!important}.admin-dashboard .admin-nav button.active,.admin-dashboard .admin-nav button:hover,.admin-dashboard .welcome-banner h2,.admin-dashboard .welcome-text h1,.admin-dashboard .welcome-text h2{-webkit-text-fill-color:#fff!important;color:#fff!important}.admin-dashboard .welcome-banner p,.admin-dashboard .welcome-text p{-webkit-text-fill-color:#fffffff2!important;color:#fffffff2!important}.admin-dashboard .package-manager .price,.admin-dashboard .price-display .price{-webkit-text-fill-color:#c1121f!important;background:none!important;color:#c1121f!important;font-size:2.5rem!important;font-weight:800!important}.admin-dashboard .original-price,.admin-dashboard .package-manager .original-price{-webkit-text-fill-color:#64748b!important;color:#64748b!important;opacity:1!important;text-decoration:line-through!important}.admin-dashboard .admin-content input,.admin-dashboard .admin-content select,.admin-dashboard .admin-content textarea,.admin-dashboard .content-manager input,.admin-dashboard .content-manager select,.admin-dashboard .content-manager textarea,.admin-dashboard .link-manager input,.admin-dashboard .package-manager input,.admin-dashboard .package-manager select,.admin-dashboard .package-manager textarea{-webkit-text-fill-color:#0f172a!important;background:#fff!important;color:#0f172a!important}.admin-dashboard input::placeholder,.admin-dashboard textarea::placeholder{-webkit-text-fill-color:#94a3b8!important;color:#94a3b8!important}.admin-dashboard .btn-add,.admin-dashboard .btn-add-feature,.admin-dashboard .btn-cancel,.admin-dashboard .btn-delete,.admin-dashboard .btn-edit,.admin-dashboard .btn-initialize,.admin-dashboard .btn-logout,.admin-dashboard .btn-save{-webkit-text-fill-color:#fff!important;color:#fff!important}.admin-dashboard .btn-edit{background:linear-gradient(135deg,#e63950,#c1121f)!important}.admin-dashboard .btn-delete{background:linear-gradient(135deg,#9d0208,#7a0010)!important}.admin-dashboard .feature-tag-small{-webkit-text-fill-color:#334155!important;background:#f1f5f9!important;border:1px solid #cbd5e1!important;color:#334155!important}.admin-dashboard .badge{-webkit-text-fill-color:#fff!important;color:#fff!important}.admin-dashboard .package-item{background:#fff!important;border:2px solid #e2e8f0!important;color:#1e293b!important}.admin-dashboard .admin-content,.admin-dashboard .admin-main{background:#f8fafc!important}.admin-dashboard .admin-main{background:#fff!important}.admin-login-container h1,.admin-login-container h2,.admin-login-container label,.admin-login-container p{-webkit-text-fill-color:#fff!important;background:none!important;color:#fff!important}.admin-login-container input{-webkit-text-fill-color:#0f172a!important;background:#fff!important;color:#0f172a!important}.admin-login-container .login-error{-webkit-text-fill-color:#ffb4b4!important;color:#ffb4b4!important}