@media (width<=1920px){html{font-size:14px}:root{--container-width:1140px}}@media (width<=1440px){html{font-size:13px}:root{--container-width:1024px}}@media (width<=1200px){html{font-size:12px}:root{--container-width:960px}}:root{--color-primary:#7128f5;--color-primary-hover:#5a1ec4;--color-secondary:#00e5ff;--color-dark:#1b0a3d;--bg-white:#fff;--bg-light:#f9fafb;--bg-blue-soft:#f4f0ff;--bg-blue-light:#eaddff;--text-main:#1f2937;--text-muted:#4b5563;--text-white:#fff;--text-light-blue:#d8b4fe;--font-main:"Plus Jakarta Sans", sans-serif;--container-width:1280px;--border-radius:1.2rem;--transition-speed:.3s}html{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#a0aec0 var(--bg-light);overscroll-behavior-y:none}body{font-family:var(--font-main);color:var(--text-main);background-color:var(--bg-white);-webkit-font-smoothing:antialiased;overscroll-behavior-y:none;margin:0;padding:0;line-height:1.6}a{transition:all var(--transition-speed);text-decoration:none}ul{margin:0;padding:0;list-style:none}img{max-width:100%;height:auto;display:block}.container{max-width:var(--container-width);margin:0 auto;padding:0 1.5rem}.section-padding{padding:5rem 0}.grid{gap:2rem;display:grid}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.grid-5{grid-template-columns:repeat(2,1fr)}@media (width>=768px){.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-5{grid-template-columns:repeat(5,1fr);gap:1.5rem}}.items-center{align-items:center}.text-center{text-align:center}.mt-large{margin-top:3rem}.mb-large{margin-bottom:3rem}.hide-mobile{display:none}@media (width>=768px){.hide-mobile{display:block}}.bg-light{background-color:var(--bg-light)}.bg-blue-soft{background-color:var(--bg-blue-soft)}.bg-yellow-soft{background-color:#fffbeb}.text-primary{color:var(--color-primary)}.text-yellow{color:#f59e0b}.text-white{color:var(--text-white)}.text-light{color:var(--text-light-blue)}.subtitle{color:var(--color-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.875rem;font-weight:700;display:block}.section-header h2{color:#111;letter-spacing:-.5px;margin:0;font-size:1.875rem;font-weight:800}.divider{background:var(--color-secondary);border-radius:2px;width:4rem;height:4px;margin:1rem auto}.btn{cursor:pointer;text-align:center;border:none;border-radius:9999px;padding:.85rem 2rem;font-weight:700;transition:all .3s;display:inline-block}.btn-light{background:var(--bg-white);color:var(--color-primary);box-shadow:0 4px 6px #0000001a}.btn-light:hover{background:var(--bg-light);transform:translateY(-2px)}.btn-primary{background:var(--color-primary);color:var(--text-white);box-shadow:0 8px 20px #7128f540}.btn-primary:hover{background:var(--color-primary-hover);transform:translateY(-2px)}.btn-dark{background:var(--color-dark);color:var(--text-white);box-shadow:0 8px 20px #1b0a3d40}.btn-dark:hover{background:var(--color-primary);transform:translateY(-2px)}.block-btn{border-radius:8px;width:100%;display:block}.btn-cyan{background-color:var(--color-secondary);color:var(--text-main);border-radius:8px;align-items:center;padding:.9rem 2.5rem;font-size:1rem;font-weight:700;display:inline-flex;box-shadow:0 4px 15px #00e5ff4d}.btn-cyan:hover{color:var(--text-main);background-color:#00cce6;transform:translateY(-3px);box-shadow:0 8px 20px #00e5ff80}.navbar{box-shadow:none;z-index:100;background:0 0;width:100%;position:absolute;top:0;left:0}.nav-container{justify-content:space-between;align-items:center;height:5rem;display:flex}.logo a{color:#fff;align-items:center;font-size:1.5rem;font-weight:700;display:flex}.logo img{object-fit:contain;filter:brightness(0)invert();width:auto;height:60px}.nav-links{gap:2rem;display:none}@media (width>=768px){.nav-links{display:flex}}.nav-links a{color:#fff;padding-bottom:5px;font-weight:600;position:relative}.nav-links a:hover,.nav-links a.active{color:#fff}.nav-links a:after{content:"";background-color:var(--color-secondary);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.nav-links a:hover:after,.nav-links a:focus:after,.nav-links a:active:after{width:100%}.hamburger{color:#fff;cursor:pointer;font-size:1.5rem;display:none}.hero-section{color:var(--text-white);background:linear-gradient(120deg,#4a15ed 0%,#8b11f0 100%);padding:8rem 0 12rem;position:relative;overflow:hidden}.hero-content{z-index:2;position:relative}.hero-badge{letter-spacing:1px;text-transform:uppercase;color:#fff;align-items:center;gap:8px;font-size:.85rem;font-weight:700;display:inline-flex}.hero-badge i{color:var(--color-secondary);font-size:1.2rem}.hero-content h1{letter-spacing:-1px;margin-top:.7rem;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1.15}@media (width>=768px){.hero-content h1{font-size:4rem}}.hero-content p{color:#ffffffe6;max-width:90%;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}.hero-wave{width:100%;line-height:0;position:absolute;bottom:-1px;left:0;overflow:hidden}.hero-wave svg{width:calc(100% + 1.3px);height:120px;display:block;position:relative}@media (width>=768px){.hero-wave svg{height:280px}}.hero-image{justify-content:center;align-items:center;width:100%;display:flex}.hero-image img{width:100%;max-width:600px;height:auto;margin:0 auto;display:block}.features-section{z-index:10;margin-top:0;padding:3rem 0 5rem;position:relative}.features-header{flex-direction:column;gap:1rem;margin-bottom:3rem;display:flex}@media (width>=992px){.features-header{flex-direction:row;justify-content:space-between;align-items:flex-start}.features-title{flex:1.2;padding-right:2rem}.features-desc{flex:.8;margin-top:2.8rem;padding-left:2rem}}.features-title .subtitle{align-items:center;gap:8px;margin-bottom:.5rem;font-size:1rem;display:flex}.features-title h2{color:var(--color-dark);letter-spacing:-1px;margin:0;font-size:2.2rem;line-height:1.2}.features-desc p{color:var(--text-muted);margin:0;font-size:1rem;line-height:1.6}.features-grid{grid-template-columns:1fr;gap:1.2rem;display:grid}@media (width>=768px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=992px){.features-grid{grid-template-columns:repeat(4,1fr);max-width:1080px;margin:0 auto}}.feature-card-premium{text-align:left;background:#fff;border:1px solid #00000005;border-radius:16px;height:100%;padding:2rem 1.5rem 1.2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 6px 20px #00000008}.feature-card-premium .blob-icon{margin:0 0 1.5rem}.feature-card-premium:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000000f}.feature-card-premium h3{color:var(--color-dark);margin-top:0;margin-bottom:.8rem;font-size:1.15rem;font-weight:700;line-height:1.4}.feature-card-premium p{color:var(--text-muted);margin:0;font-size:.875rem;line-height:1.5}.blob-icon{color:#fff;border-radius:40% 60% 70% 30%/40% 50% 60%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;font-size:1.4rem;animation:8s ease-in-out infinite morph;display:flex}@keyframes morph{0%,to{border-radius:40% 60% 70% 30%/40% 50% 60%}34%{border-radius:70% 30% 50% 50%/30% 30% 70% 70%}67%{border-radius:100% 60% 60% 100%/100% 100% 60% 60%}}.blob-orange{background:linear-gradient(135deg,#ff7e5f 0%,#feb47b 100%);box-shadow:0 8px 15px #ff7e5f40}.blob-purple{background:linear-gradient(135deg,#8e2de2 0%,#4a00e0 100%);box-shadow:0 8px 15px #8e2de240}.blob-teal{background:linear-gradient(135deg,#00b4db 0%,#0083b0 100%);box-shadow:0 8px 15px #00b4db40}.blob-blue{background:linear-gradient(135deg,#2193b0 0%,#6dd5ed 100%);box-shadow:0 8px 15px #2193b040}.features-grid .feature-card-premium:nth-child(2) .blob-icon{animation-delay:-2s}.features-grid .feature-card-premium:nth-child(3) .blob-icon{animation-delay:-4s}.features-grid .feature-card-premium:nth-child(4) .blob-icon{animation-delay:-6s}@media (width<=768px){.features-section{padding:2rem 0}.features-header{gap:1rem;margin-bottom:2rem}.features-title h2{font-size:1.6rem}.feature-card-premium{text-align:center;padding:1.5rem}.blob-icon{margin:0 auto 1.2rem}}.zomia-about-misi{background-color:#f4f6f8;padding:6rem 0}.grid-about-v2{align-items:center;gap:4rem}.about-img-col-v2{width:100%}.about-main-image-v2{object-fit:cover;border-radius:16px;width:100%;max-width:500px;height:auto;margin:0 auto;display:block}.about-content-col-v2{width:100%}.content-misi-wrapper{max-width:550px}.misi-badge-premium{color:var(--color-primary);text-transform:uppercase;letter-spacing:.5px;background-color:#4a15ed1a;border-radius:20px;margin-bottom:1.5rem;padding:6px 16px;font-size:.9rem;font-weight:700;display:inline-block}.about-heading-v2{color:var(--color-dark);letter-spacing:-1px;margin-bottom:2rem;font-size:2.8rem;font-weight:800;line-height:1.2}.about-description-v2{color:var(--text-muted);margin-bottom:3rem;font-size:1.125rem;line-height:1.7}.misi-points-list-premium{margin:0;padding:0;list-style:none}.misi-points-list-premium li{color:var(--color-dark);align-items:center;gap:12px;margin-bottom:1.2rem;font-size:1.1rem;font-weight:600;display:flex}.misi-check-icon{border:2px solid var(--color-primary);width:2rem;height:2rem;color:var(--color-primary);background-color:#4a15ed0d;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;display:flex}@media (width<=991px){.zomia-about-misi{padding:4rem 0}.grid-about-v2{gap:3rem}.about-heading-v2{font-size:2.2rem}.about-main-image-v2{max-width:400px;margin-bottom:1rem}.content-misi-wrapper{text-align:center}.misi-points-list-premium li{text-align:left;justify-content:center}}@media (width<=768px){.about-heading-v2{font-size:1.8rem}.about-description-v2{font-size:1rem}}.about-images-composition{max-width:450px;margin:0 auto;padding:20px;position:relative}.image-single-container{aspect-ratio:1;z-index:2;opacity:1;border-radius:12px;width:100%;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.about-main-image{object-fit:cover;object-position:center center;border:none;width:100%;height:100%}.about-images-composition .shape-cyan{z-index:1;border:5px solid #01e6ef;border-radius:12px;width:100%;height:100%;position:absolute;inset:-10px auto auto -10px}.about-images-composition .icon-wifi-orange{color:#fff;z-index:3;background:#ff5722;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:24px;display:flex;position:absolute;top:30px;right:30px;box-shadow:0 5px 15px #0003}.image-single-container.aos-animate{animation:1.5s ease-out forwards fadeInLeft}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0,0)}}.about-content-wrapper{width:100%}.features-subtitle{color:var(--color-primary);align-items:center;gap:8px;margin-bottom:1rem;font-size:1.1rem;font-weight:600;display:flex}.about-title-main{color:var(--text-main);letter-spacing:-.5px;margin-top:0;margin-bottom:2rem;font-size:2.6rem;font-weight:800;line-height:1.2}.zomia-nav-tabs{border-bottom:2px solid #e5e7eb;gap:1.5rem;margin-bottom:2rem;padding:0;list-style:none;display:flex}.zomia-nav-tabs .tab-link{cursor:pointer;color:#6b7280;padding:.8rem 0;font-size:1.05rem;font-weight:600;transition:color .3s;position:relative}.zomia-nav-tabs .tab-link:hover,.zomia-nav-tabs .tab-link.active{color:var(--color-primary)}.zomia-nav-tabs .tab-link.active:after{content:"";background-color:var(--color-primary);width:100%;height:2px;position:absolute;bottom:-2px;left:0}.zomia-tab-content{animation:.4s ease-in-out fadeInTab;display:none}.zomia-tab-content.active{display:block}@keyframes fadeInTab{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.tab-description{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.zomia-tab-list{margin:0;padding:0;list-style:none}.zomia-tab-list li{color:var(--text-main);align-items:center;gap:12px;margin-bottom:1rem;font-size:1rem;font-weight:500;display:flex}.zomia-tab-list li i{color:var(--color-primary);font-size:1.2rem}@media (width<=991px){.zomia-about-grid{gap:3rem}.about-title-main{font-size:2rem}}@media (width<=768px){.about-tabs-section{padding:4rem 0}.about-images-composition{max-width:400px;padding-bottom:3rem}.zomia-nav-tabs{border-bottom:none;flex-wrap:wrap;gap:1rem}.zomia-nav-tabs .tab-link{border-bottom:2px solid #0000;padding:.5rem 0}.zomia-nav-tabs .tab-link.active:after{display:none}.zomia-nav-tabs .tab-link.active{border-bottom:2px solid var(--color-primary)}}.deals-section{background-color:var(--bg-white)}.deal-card-container{padding:60px 0 20px;position:relative}.deal-card{background:var(--color-primary);color:#fff;background-image:radial-gradient(circle at 100% 0,#ffffff0d 0%,#0000 50%),radial-gradient(circle at 0 100%,#ffffff0d 0%,#0000 50%);border-radius:12px;max-width:330px;margin:0 auto;padding:3.5rem 2rem 2.5rem;position:relative;box-shadow:0 15px 40px #7128f540}@media (width>=768px){.deals-section .grid-2{grid-template-columns:.85fr 1.15fr;gap:4rem}.deal-card-container{padding:60px 0 20px}}.deal-badge{text-align:center;color:#fff;z-index:2;background:linear-gradient(135deg,red 0%,#ff4a4a 90%);border:6px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;font-size:1.15rem;font-weight:800;line-height:1.2;animation:3.5s ease-in-out infinite floatBadgeSide;display:flex;position:absolute;top:50%;right:-65px;transform:translateY(-50%);box-shadow:0 10px 25px #ff7e5f4d}@keyframes floatBadgeSide{0%,to{transform:translateY(-50%)}50%{transform:translateY(-65%)}}.deal-card h3{text-align:center;margin-top:0;margin-bottom:1rem;font-size:1.3rem;font-weight:600}.price-display{justify-content:center;align-items:baseline;gap:10px;margin-bottom:1.5rem;display:flex}.price-display .currency{font-size:1.5rem;font-weight:600}.price-display .amount{letter-spacing:-2px;font-size:4.5rem;font-weight:800;line-height:1}.price-display .period{font-size:1rem;font-weight:600}.deal-card hr{border:none;border-top:1px solid #fff3;margin-bottom:2rem}.deal-features li{align-items:center;gap:12px;margin-bottom:1.2rem;font-size:.95rem;font-weight:500;display:flex}.deal-features li i{color:var(--color-secondary);font-size:1rem}.deal-text{padding-left:1rem}.deals-subtitle{color:var(--color-primary);align-items:center;gap:8px;margin-bottom:1rem;font-size:1.1rem;font-weight:700;display:flex}.deals-subtitle i{font-size:1.2rem}.deal-text h2{color:var(--color-dark);letter-spacing:-1px;margin-top:0;margin-bottom:1.5rem;font-size:2.8rem;font-weight:800;line-height:1.2}.deal-text p{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.8}.btn-purple{background:var(--color-primary);color:#fff;border-radius:8px;padding:1.1rem 2.5rem;font-size:1rem;font-weight:700;transition:all .3s;display:inline-block}.btn-purple:hover{background:var(--color-primary-hover);color:#fff;transform:translateY(-3px);box-shadow:0 10px 20px #7128f54d}#paket{background-color:#fff;padding:6rem 0;position:relative;overflow:hidden}#paket:before{content:"";z-index:0;pointer-events:none;border:1px solid #7128f50d;border-radius:50%;width:900px;height:900px;position:absolute;top:-150px;left:50%;transform:translate(-50%)}#paket:after{content:"";z-index:0;pointer-events:none;border:1px solid #7128f50d;border-radius:50%;width:500px;height:500px;position:absolute;top:50px;left:50%;transform:translate(-50%)}#paket .container{z-index:2;position:relative}.zomia-pricing-grid{align-items:center;gap:2rem;max-width:1200px;margin:0 auto}.pricing-card{text-align:center;background:#fff;border:1px solid #9ca3af;border-radius:12px;flex-direction:column;align-items:center;padding:3.5rem 2rem 2.5rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative;box-shadow:0 10px 40px #0000000a}.pricing-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #7128f51a}.pricing-card .blob-icon{width:70px;height:70px;margin:0 auto 1.5rem;font-size:1.5rem}.pricing-card .plan-name{color:var(--color-dark);margin:0 0 1rem;font-size:1.25rem;font-weight:600}.pricing-card .price{color:var(--color-primary);justify-content:center;align-items:flex-start;margin-bottom:2rem;line-height:1;display:flex}.pricing-card .price .currency{margin-top:8px;margin-right:4px;font-size:1.2rem;font-weight:500}.pricing-card .price .amount{letter-spacing:-2px;font-size:3.8rem;font-weight:300}.pricing-card .price .decimals{margin-top:8px;font-size:1.2rem;font-weight:500}.pricing-divider{border:none;border-top:1px solid #f0f0f0;width:90%;margin:0 0 1.5rem}.features-list{text-align:left;flex-direction:column;gap:1.2rem;width:100%;margin:0 auto 2.5rem;padding-left:5%;display:flex}.features-list li{color:var(--text-muted);border:none;align-items:center;padding:0;font-size:.9rem;display:flex}.features-list li i{color:var(--color-primary);margin-right:12px;font-size:.8rem}.pricing-card .btn-outline-primary{color:var(--color-primary);border:1px solid var(--color-primary);background:0 0;border-radius:6px;justify-content:center;align-items:center;gap:8px;width:100%;padding:.9rem 1rem;font-weight:600;transition:all .3s;display:flex}.pricing-card .btn-outline-primary:hover{background:var(--color-primary);color:#fff}.pricing-card .btn-primary{border-radius:6px;justify-content:center;align-items:center;gap:8px;width:100%;padding:.9rem 1rem;font-weight:600;display:flex}.vertical-badge{background:var(--color-primary);color:#fff;writing-mode:vertical-rl;text-orientation:mixed;letter-spacing:2px;border-radius:30px;padding:20px 8px;font-size:.75rem;font-weight:700;position:absolute;top:15px;right:15px;transform:rotate(180deg);box-shadow:0 5px 15px #7128f54d}.pricing-card.popular{z-index:10;border:none;transform:scale(1.05);box-shadow:0 15px 40px #0000000f}@media (width<=992px){.pricing-card.popular{transform:scale(1)}}@media (width<=768px){#paket{padding:4rem 0}.zomia-pricing-grid{gap:1.5rem;padding:0 1rem}.pricing-card{box-sizing:border-box;width:100%;max-width:380px;margin:0 auto;padding:2.5rem 1.5rem}.pricing-card .btn-outline-primary,.pricing-card .btn-primary{width:90%;margin:0 auto}}.terms-wrapper{border-radius:var(--border-radius);background:linear-gradient(120deg,#4a15ed 0%,#8b11f0 100%);border:none;max-width:900px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 15px 30px #7128f533}.terms-box{z-index:10;background:0 0;padding:3rem;position:relative}.terms-box h3{color:#fff;margin-top:0;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.terms-list li{color:#f4f0ff;align-items:center;margin-bottom:1.2rem;font-weight:500;display:flex}.terms-list i{color:var(--color-secondary);margin-right:1rem;font-size:1.25rem}.terms-bg{z-index:1;opacity:.2;pointer-events:none;mix-blend-mode:overlay;width:60%;position:absolute;top:50%;right:-5%;transform:translateY(-50%)}.pricing-card.disabled-card{opacity:.5;filter:grayscale();pointer-events:none;box-shadow:none;border:1px solid #9ca3af;transition:all .4s}.blog-grid{gap:1.8rem;max-width:980px;margin:0 auto}.blog-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 10px 20px #00000008}.blog-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #7128f51a}.blog-img a{display:block;overflow:hidden}.blog-img img{object-fit:cover;width:100%;height:auto;transition:transform .4s}.blog-card:hover .blog-img img{transform:scale(1.05)}.blog-content{padding:1.5rem}.blog-meta{color:var(--text-muted);gap:12px;margin-bottom:12px;font-size:.85rem;display:flex}.blog-meta span i{color:var(--color-primary)}.blog-content h3{color:var(--color-dark);font-size:1.1rem}.read-more{color:var(--color-primary);margin-top:5px;font-size:.95rem;font-weight:700;display:inline-block}.read-more:hover{color:var(--color-primary-hover)}@media (width<=768px){.blog-grid{padding:0 15px}.blog-content h3{font-size:1.2rem}}.contact-section{background:var(--color-dark);color:var(--text-white)}.contact-section .subtitle{color:var(--color-secondary)}.contact-section h2{color:var(--text-white)}.contact-info p{color:#fffc;margin-bottom:2rem;font-size:1.05rem}.contact-list li{align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.contact-list .icon-box{color:var(--color-secondary);width:auto;height:auto;margin-top:2px;padding:0;font-size:1.5rem;background:0 0!important}.contact-list h4{color:var(--text-white);margin:0 0 5px;font-size:1.1rem;line-height:1.2}.contact-list p,.contact-list a{color:#ffffffb3;margin:0;font-size:.9rem}.contact-list a:hover,.contact-list .bullet-address i{color:var(--color-secondary)}.address-container{flex-direction:column;gap:.8rem;display:flex}.bullet-address{align-items:baseline;gap:10px;display:flex}.bullet-address i{color:var(--color-secondary);font-size:6px;transform:translateY(-2px)}.address-item .maps-link{margin-top:4px;margin-left:0;font-weight:600;display:inline-block}.contact-form{background:var(--bg-white);border-radius:var(--border-radius);padding:2.5rem;box-shadow:0 10px 25px #0000001a}.contact-form input,.contact-form select,.contact-form textarea{box-sizing:border-box;width:100%;transition:all var(--transition-speed);background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1rem;padding:.85rem 1rem;font-family:inherit;font-size:.95rem}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--color-primary);background:#fff;outline:none;box-shadow:0 0 0 3px #7128f51a}.legalitas-section{background-color:var(--bg-white);border-top:none;padding:0 0 3rem}.legalitas-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;margin-top:1rem;display:flex}.legalitas-logos img{object-fit:contain;background:0 0;border:none;width:auto;max-width:140px;height:auto;max-height:50px;box-shadow:none!important}@media (width>=768px){.legalitas-logos{gap:4rem}}footer{color:var(--text-white);background:linear-gradient(120deg,#4a15ed 0%,#8b11f0 100%);border-top:1px solid #ffffff1a;padding:1.5rem 0}.footer-content{flex-direction:column;align-items:center;gap:1rem;display:flex}@media (width>=768px){.footer-content{flex-direction:row;justify-content:space-between}}.copyright{color:#fff9;font-size:.875rem}.social-links{gap:1rem;display:flex}.social-links a{color:#fffc;background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.social-links a:hover{background:var(--color-primary);color:#fff;transform:translateY(-2px)}#cek-jangkauan{padding:0}.map-wrapper{width:100%;box-shadow:none;border:none;border-radius:0;margin:0;padding:0;display:block;position:relative}#coverageMap{background-color:#e5e5e5;width:100%;height:calc(100vh - 64px)}#pac-input{font-family:var(--font-main);text-overflow:ellipsis;opacity:0;pointer-events:none;background-color:#fff;border:none;border-radius:30px;outline:none;width:350px;max-width:90%;height:50px;margin-top:15px;padding:0 15px 0 45px;font-size:.95rem;font-weight:400;transition:opacity .5s,transform .5s;transform:translateY(-15px);box-shadow:0 4px 15px #00000026}#pac-input.muncul{opacity:1;pointer-events:auto;transform:translateY(0)}#pac-input:focus{box-shadow:0 4px 20px #7128f533}.map-label{text-shadow:1px 1px #fff,-1px -1px #fff,1px -1px #fff,-1px 1px #fff,0 2px 4px #0000004d;border:2px solid var(--color-primary);font-family:var(--font-main);color:var(--color-dark);background-color:#ffffffe6;border-radius:20px;padding:3px 12px;font-weight:600;transform:translateY(-10px)}.coverage-popup{background-color:var(--bg-white);font-family:var(--font-main);text-align:center;z-index:1000;opacity:0;visibility:hidden;border-radius:50px;justify-content:center;align-items:center;gap:8px;width:max-content;max-width:90%;padding:12px 24px;font-size:.95rem;font-weight:600;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)translateY(20px);box-shadow:0 10px 25px #00000026}.coverage-popup.muncul{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.coverage-popup.success{color:#10b981;border:2px solid #10b981}.coverage-popup.error{color:#dc3545;border:2px solid #dc3545}.map-pin-layer{z-index:20;color:#ef4444;filter:drop-shadow(0 6px 8px #ef444466);pointer-events:none;justify-content:center;align-items:center;font-size:1.7rem;display:flex;position:absolute;transform:translate(-50%,-100%)}.map-pin-layer .pin-pulse{z-index:-1;opacity:0;background-color:#ef4444;border-radius:50%;width:18px;height:18px;animation:2s ease-out infinite pulseMap;position:absolute;bottom:-5px}@keyframes pulseMap{0%{opacity:.8;transform:scale(.5)}to{opacity:0;transform:scale(2)}}@media (width<=768px){.map-pin-layer{font-size:1.4rem}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-light)}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.modal-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:100000;opacity:0;visibility:hidden;background:#1b0a3dd9;justify-content:center;align-items:center;width:100vw;height:100vh;transition:all .3s;display:flex;position:fixed;top:0;left:0}.modal-overlay.show{opacity:1;visibility:visible}.modal-content{background:var(--bg-white);border-radius:var(--border-radius);width:90%;max-width:420px;padding:2.5rem;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);position:relative;transform:scale(.9);box-shadow:0 25px 50px #00000040}.modal-overlay.show .modal-content{transform:scale(1)}.btn-method{background:var(--bg-white);width:100%;color:var(--text-main);cursor:pointer;border:1px solid #e5e7eb;border-radius:12px;justify-content:flex-start;align-items:center;gap:15px;padding:15px 20px;font-size:1rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 4px #00000005}.btn-method:hover{background:var(--bg-blue-soft);border-color:var(--color-primary);color:var(--color-primary);transform:translateY(-2px);box-shadow:0 4px 10px #7128f51a}.btn-method i{color:var(--color-primary);font-size:1.2rem}.modal-loading-overlay{border-radius:var(--border-radius);width:100%;height:100%;color:var(--color-primary);z-index:10;background:#ffffffe6;justify-content:center;align-items:center;font-weight:700;display:flex;position:absolute;top:0;left:0}.history-dot{vertical-align:super;background-color:#ef4444;border-radius:50%;width:7px;height:7px;margin-left:2px;display:inline-block}.history-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:12px;padding:15px;transition:box-shadow .2s}.history-card:hover{border-color:var(--text-light-blue);box-shadow:0 4px 12px #0000000d}.history-card .title{color:var(--color-dark);justify-content:space-between;align-items:center;margin-bottom:5px;font-weight:700;display:flex}.history-card .status{color:#10b981;background:#d1fae5;border-radius:12px;padding:4px 10px;font-size:.75rem;font-weight:600}.history-card .date{color:#64748b;border-bottom:1px dashed #cbd5e1;margin-bottom:10px;padding-bottom:8px;font-size:.75rem}.history-card .details{color:#475569;justify-content:space-between;margin:4px 0;font-size:.85rem;display:flex}.chat-widget-container{z-index:9999;font-family:var(--font-main);width:60px;height:60px;position:fixed;bottom:30px;right:50px}.chat-fab{background:linear-gradient(135deg, var(--color-primary), #4a15ed);cursor:pointer;z-index:10002;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;width:100%;height:100%;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),opacity .3s;display:flex;position:relative;box-shadow:0 10px 20px #7128f54d}.chat-fab.active{opacity:0;pointer-events:none;transform:scale(0)!important}.chat-fab svg{width:28px;height:28px;margin-top:2px;transition:all .4s ease-in-out;position:absolute}.chat-fab .icon-chat{opacity:1;stroke:#fff;transform:rotate(0)scale(1)}.chat-fab .icon-close{opacity:0;stroke:#fff;transform:rotate(-90deg)scale(.5)}.chat-label{width:max-content;color:var(--color-primary);pointer-events:none;z-index:10000;background:#fff;border:none;border-radius:20px;padding:8px 16px;font-size:.9rem;font-weight:700;transition:opacity .3s;animation:3s ease-in-out infinite floatUp;position:absolute;bottom:65px;right:50%;transform:translate(50%);box-shadow:0 10px 25px #0000001a}@keyframes floatUp{0%,to{transform:translate(50%)translateY(0)}50%{transform:translate(50%)translateY(-5px)}}.chat-window{transform-origin:100% 100%;opacity:0;visibility:hidden;z-index:10001;background:linear-gradient(#dfc8ff 0%,#f3ebff 25%,#fff 50%);border:none;border-radius:24px;flex-direction:column;width:360px;height:600px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:30px;right:50px;overflow:hidden;transform:scale(.9);box-shadow:0 0 40px #00000026}.chat-window.active{opacity:1;visibility:visible;transform:scale(1)}.chat-view{box-sizing:border-box;flex-direction:column;width:100%;height:100%;display:flex}#view-welcome.chat-view{padding:25px 20px 15px}.chat-welcome-header{justify-content:space-between;align-items:flex-start;margin-bottom:30px;display:flex}.chat-welcome-header h2{color:#111;letter-spacing:-1px;margin:0;font-size:2.2rem;font-weight:800}.chat-minimize{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:5px;font-size:1.2rem;line-height:1;transition:color .3s}.chat-minimize:hover{color:#111}.chat-welcome-card{background:#fff;border-radius:16px;flex-direction:column;gap:20px;padding:20px;display:flex;box-shadow:0 8px 25px #0000000f}.bot-profile-row{align-items:center;gap:15px;display:flex}.avatar-wrapper{width:45px;height:45px;position:relative}.avatar-wrapper img{object-fit:cover;border-radius:50%;width:100%;height:100%}.online-indicator{background-color:#10b981;border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;top:0;left:-2px}.bot-info{flex-direction:column;display:flex}.bot-name{color:#6b7280;margin-bottom:2px;font-size:.8rem;font-weight:500}.bot-greeting{color:#111;font-size:1.1rem;font-weight:600;line-height:1.2}.btn-lets-chat{color:#fff;cursor:pointer;background-color:#4a15ed;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:14px;font-size:.95rem;font-weight:600;transition:background .3s;display:flex}.btn-lets-chat:hover{background-color:#3b0bc4}.chat-header{color:var(--text-white);background:linear-gradient(120deg,#4a15ed 0%,#8b11f0 100%);justify-content:space-between;align-items:center;padding:15px;display:flex}.header-profile-wrapper{align-items:center;gap:12px;display:flex}.chat-name{font-size:1.05rem;font-weight:700}.status-wrapper{justify-content:flex-start;align-items:center;gap:6px;margin-top:2px;display:flex}.status-dot{background-color:#10b981;border-radius:50%;flex-shrink:0;width:8px;height:8px;display:block}.status{color:#fffc;margin:0;padding:0;font-size:.75rem;line-height:1}.dot-connecting{background:#facc15;box-shadow:0 0 5px #facc1599}.dot-online{background:#0f4;box-shadow:0 0 5px #0f49}.dot-standby{background:#f59e0b;box-shadow:0 0 5px #f59e0b99}.chat-footer{background:#fff;border-top:1px solid #0000000d;align-items:center;gap:10px;padding:12px;display:flex}.chat-footer input{background:#f9fafb;border:1px solid #e5e7eb;border-radius:20px;outline:none;flex:1;padding:12px 15px;font-family:inherit}.chat-footer input:focus{border-color:var(--color-primary);background:#fff}.chat-footer button{background:var(--color-primary);cursor:pointer;color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:all .3s;display:flex}.chat-footer button:hover{background:var(--color-dark);transform:scale(1.05)}.chat-body{scroll-behavior:smooth;scrollbar-width:thin;background-color:#0000;flex-direction:column;flex:1;gap:0;padding:16px;display:flex;overflow-y:auto}.chat-body .ani,.chat-body .you{word-wrap:break-word;width:fit-content;max-width:75%;margin-top:10px;margin-bottom:0;font-size:.95rem;line-height:1.4;animation:.3s ease-out forwards slideUpFade;position:relative}.chat-body .ani:first-child,.chat-body .you:first-child{margin-top:0}.chat-body .ani+.ani,.chat-body .you+.you{margin-top:2px}.chat-body .ani+.ani{border-top-left-radius:4px}.chat-body .you+.you{border-top-right-radius:4px}.chat-body .ani.text{background:var(--bg-white);color:var(--text-main);box-shadow:none;border:1px solid #e5e7eb;border-radius:2px 14px 14px;align-self:flex-start;padding:10px 14px}.chat-body .you{background:var(--color-primary);color:var(--text-white);box-shadow:none;border:none;border-radius:14px 2px 14px 14px;align-self:flex-end;padding:10px 14px}@keyframes slideUpFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.typing-indicator{justify-content:center;align-items:center;height:15px;padding:0 5px;display:flex}.typing-animation{gap:5px;display:flex}.typing-animation span{background-color:var(--color-primary);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both typingBounce;display:inline-block}.typing-animation span:first-child{animation-delay:-.32s}.typing-animation span:nth-child(2){animation-delay:-.16s}@keyframes typingBounce{0%,80%,to{opacity:.5;transform:scale(0)}40%{opacity:1;transform:scale(1)}}.chat-bottom-nav{background:#fff;border-radius:20px;justify-content:space-around;margin-bottom:12px;padding:12px 10px;display:flex;box-shadow:0 5px 25px #00000014}.nav-item{color:#9ca3af;cursor:pointer;flex-direction:column;flex:1;align-items:center;gap:4px;transition:color .3s;display:flex}.nav-item.active,.nav-item:hover{color:#111}.nav-item i{font-size:1.3rem}.nav-item span{font-size:.75rem;font-weight:600}.chat-footer-powered{color:#6b7280;background-color:#fff;border-top:1px solid #0000000d;justify-content:center;align-items:center;gap:3px;padding:12px 10px;font-size:.75rem;display:flex}.chat-footer-powered strong{color:#111;font-weight:700}.powered-logo-mask{vertical-align:middle;background:linear-gradient(90deg,#007bff,#6f42c1);width:80px;height:27px;display:inline-block;-webkit-mask:url(/assets/blewing-C1Z1Sqdr.png) 50%/contain no-repeat;mask:url(/assets/blewing-C1Z1Sqdr.png) 50%/contain no-repeat}.profile-zoom-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:999;opacity:0;visibility:hidden;background-color:#1b0a3dd9;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;transition:all .3s ease-in-out;display:flex;position:absolute;top:0;left:0}.profile-zoom-overlay.active{opacity:1;visibility:visible}.profile-zoom-overlay img{object-fit:cover;border:4px solid #fff;border-radius:50%;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);transform:scale(.8);box-shadow:0 15px 30px #00000080;width:150px!important;height:150px!important}.profile-zoom-overlay.active img{transform:scale(1)}.close-zoom-text{color:#fff;cursor:pointer;background:#fff3;border-radius:30px;margin-top:15px;padding:6px 16px;font-size:.9rem;font-weight:600;transition:background .3s}.close-zoom-text:hover{background:#fff6}.avatar-box img{object-fit:cover;border:2px solid #ffffff80;border-radius:50%;width:100%;height:100%}@media (width<=768px){.hide-desktop{display:block}.nav-links{z-index:999;background-color:#fff;flex-direction:column;width:100%;padding:1rem 0;display:none;position:absolute;top:100%;left:0;box-shadow:0 10px 20px #0000001a}.nav-links a{color:var(--color-dark);text-align:center;border-bottom:1px solid #f3f4f6;padding:15px 0}.nav-links a:hover,.nav-links a.active{color:var(--color-primary);background:var(--bg-blue-soft)}.nav-links a:after{display:none}#menu-toggle:checked~.nav-links{display:flex}#menu-toggle:checked~.hamburger i:before{content:""}.section-padding{padding:3rem 0}.mt-large{margin-top:2rem}.mb-large{margin-bottom:2rem}.section-header h2{font-size:1.5rem}.logo img{height:45px}.hero-section{text-align:left;padding:7rem 0 4rem}.hero-content h1{margin-bottom:1rem;font-size:2rem}.hero-content p{margin:0 0 2.5rem;font-size:1rem}.hero-image{display:none}.features-section{margin-top:0}.feature-item{border-bottom:1px solid #f3f4f6;padding:1.5rem 1rem}.feature-item .icon{margin-bottom:.5rem;font-size:2rem}.feature-item h3{margin-bottom:.5rem;font-size:1.1rem}.feature-item p{font-size:.85rem}.feature-card-premium{text-align:center!important;padding:1.8rem 1.5rem!important}.feature-card-premium .blob-icon{margin:0 auto 1.2rem!important}.why-us-card{text-align:left!important;grid-template-columns:auto 1fr!important;align-items:start!important;padding:1.5rem!important;display:grid!important}.why-us-card .blob-icon{grid-area:1/1/3/2!important;margin:0!important}.why-us-card h3{text-align:left!important;margin-bottom:.3rem!important}.about-item{grid-template-columns:1fr auto 1fr;align-items:center;row-gap:8px;display:grid}.about-item>div:last-child{display:contents}.about-item .icon-box{grid-column:1/2;justify-self:end;margin-bottom:0;margin-right:10px;font-size:1.1rem;width:40px!important;height:40px!important;padding:0!important}.about-item h3{text-align:center;grid-column:2/3;margin:0;font-size:1.1rem}.about-item p{text-align:center;grid-column:1/-1;margin:0;font-size:.95rem}.about-item ul{text-align:left;grid-column:1/-1;justify-self:center;margin:0;padding-left:1.2rem;font-size:.95rem}.deal-card-container{padding:70px 10px 10px}.deal-card{padding:3.2rem 1.5rem 2.5rem}.deal-badge{border-width:4px!important;width:90px!important;height:90px!important;font-size:.95rem!important;animation:3.5s ease-in-out infinite floatBadgeCenterMobile!important;top:-45px!important;right:50%!important}@keyframes floatBadgeCenterMobile{0%,to{transform:translate(50%)translateY(0)}50%{transform:translate(50%)translateY(-12px)}}@keyframes floatBadgeMobile{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.price-display .amount{font-size:3.5rem}.deal-text{text-align:left;margin-top:2rem;padding-left:0}.deal-text h2{font-size:2rem}.pricing-card.popular{border-width:2px;transform:scale(1)}.pricing-card.popular .vertical-badge{writing-mode:horizontal-tb;letter-spacing:1px;border-radius:20px;padding:5px 15px;top:-15px;right:50%;transform:translate(50%)}.pricing-body .price{font-size:1.8rem}.terms-box{padding:1.5rem}.terms-box h3{font-size:1.25rem}.terms-list li{align-items:flex-start;font-size:.9rem}.terms-list i{margin-top:3px}.terms-bg{opacity:.15;width:100%;right:-40%}.contact-section .grid-2{gap:2.5rem}.contact-list li{text-align:left;flex-direction:row;align-items:flex-start;gap:.75rem}.contact-list .icon-box{flex-shrink:0;width:auto;height:auto;margin-bottom:0;font-size:1.2rem}.address-container{align-items:flex-start}.bullet-address{text-align:left;justify-content:flex-start}.address-item .maps-link{margin-top:4px;margin-left:16px}.contact-form{padding:1.5rem}.legalitas-logos{gap:1rem}.legalitas-logos img{max-width:90px}#coverageMap{height:80vh}#pac-input{width:75%;height:40px;margin-top:10px}.chat-widget-container{bottom:20px;right:20px}.chat-label{display:none}.chat-window{width:calc(100vw - 40px);height:65vh;bottom:75px;right:0}.hero-content .btn-cyan{width:auto!important;padding:.6rem 1.5rem!important;font-size:.9rem!important;display:inline-flex!important}.map-pin-layer{top:77%!important;left:65%!important}}.coverage-preview-section{background-color:var(--bg-white);overflow:hidden}.coverage-title{color:var(--color-dark);letter-spacing:-.5px;margin-top:0;margin-bottom:1.5rem;font-size:2.6rem;font-weight:800;line-height:1.2}.coverage-desc{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.8}.btn-coverage-link i{margin-left:8px;transition:transform .3s}.btn-coverage-link:hover i{transform:translate(5px)}.coverage-visual{padding:2rem 0 2rem 2rem;position:relative}.map-base-img{border-radius:20px;width:100%;display:block}.coverage-text{z-index:2;-webkit-backdrop-filter:none;box-shadow:none;background:0 0;margin-right:-180px;padding:0;position:relative}.coverage-visual{z-index:auto;position:relative}.floating-speed-card{z-index:20!important}@media (width<=992px){.coverage-text{margin-right:-80px}}@media (width<=768px){.coverage-text{margin-bottom:-40px;margin-right:0}}.floating-speed-card{z-index:10;background:#fff;border:1px solid #00000005;border-radius:12px;min-width:180px;padding:1rem 1.2rem;animation:4s ease-in-out infinite floatCardAnimation;position:absolute;bottom:5%;left:-8%;box-shadow:0 15px 35px #7128f51f}@keyframes floatCardAnimation{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.floating-speed-card .card-header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.floating-speed-card .card-header span{color:var(--color-dark);align-items:center;gap:4px;font-size:.8rem;font-weight:700;display:flex}.floating-speed-card .card-header span i{color:var(--text-muted);font-size:.65rem}.floating-speed-card .icon-wifi-card{color:var(--color-secondary);font-size:.95rem}.floating-speed-card .card-price{color:var(--color-primary);align-items:baseline;gap:4px;line-height:1;display:flex}.floating-speed-card .card-price .currency{color:var(--text-muted);font-size:.75rem;font-weight:600}.floating-speed-card .card-price .amount{letter-spacing:-.5px;font-size:1.8rem;font-weight:800}.floating-speed-card .card-price .period{color:var(--text-muted);font-size:.8rem;font-weight:500}.skeleton-line-1{background:#f3f4f6;border-radius:4px;width:85%;height:4px;margin-top:10px}.skeleton-line-2{background:#f3f4f6;border-radius:4px;width:55%;height:4px;margin-top:5px}@media (width<=991px){.floating-speed-card{padding:1.5rem;left:-2%}}@media (width<=768px){.coverage-visual{margin-top:2rem;padding:0}.coverage-title{font-size:2rem}.floating-speed-card{transform-origin:0 100%;min-width:140px;padding:.6rem .8rem;bottom:5%;left:3%;transform:scale(.85)}.floating-speed-card .card-price .amount{font-size:1.5rem}}.why-us-section{background-color:var(--bg-white);z-index:5;padding-bottom:4rem;position:relative}.why-us-background{background:linear-gradient(120deg,#4a15ed 0%,#8b11f0 100%);padding:3.5rem 0 9rem;position:relative;overflow:hidden}.why-us-subtitle{letter-spacing:1.5px;color:#eaddff;text-transform:uppercase;margin-bottom:1rem;font-size:.95rem;font-weight:700;display:inline-block}.why-us-title{color:#fff;letter-spacing:-.5px;margin-top:0;margin-bottom:1.2rem;font-size:2.6rem;font-weight:800}.why-us-desc{color:#ffffffd9;max-width:650px;margin:0 auto;font-size:1.05rem;line-height:1.7}.why-us-cards-container{z-index:10;max-width:1000px;margin-top:-7rem;margin-left:auto;margin-right:auto;position:relative}.why-us-card{text-align:left;grid-template-rows:auto auto;grid-template-columns:auto 1fr;align-items:start;gap:.3rem 1.2rem;height:max-content;padding:1.8rem 1.5rem;display:grid}.why-us-card .blob-icon{grid-area:1/1/3/2;width:55px;height:55px;margin:0;font-size:1.3rem}.why-us-card h3{grid-area:1/2/2/3;align-self:end;margin:0}.why-us-card p{grid-area:2/2/3/3;margin:0}.bg-dots-right{z-index:1;background-image:radial-gradient(#ffffff26 2.5px,#0000 2.5px);background-size:20px 20px;width:120px;height:80px;position:absolute;top:50%;right:5%;transform:translateY(-50%)}@media (width<=768px){.why-us-background{padding:4rem 0 8rem}.why-us-title{font-size:2rem}.why-us-cards-container{margin-top:-5rem;padding:0 1rem}.bg-dots-right{display:none}}.reasons-section{background-color:var(--bg-white);padding:6rem 0;overflow:hidden}.reasons-title{color:var(--color-dark);letter-spacing:-.5px;margin-top:0;margin-bottom:2.5rem;font-size:2.6rem;font-weight:800;line-height:1.2}.reason-cards-container{flex-direction:column;gap:1.5rem;display:flex}.reason-card{background:#fff;border:1px solid #00000005;border-radius:16px;align-items:center;gap:2rem;padding:1.5rem 2rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 10px 40px #0000000a}.speed-indicator{flex-shrink:0;width:90px;height:90px;transition:transform .3s;position:relative}@keyframes startUpOrange{0%{stroke-dashoffset:251px}to{stroke-dashoffset:90px}}@keyframes startUpPurple{0%{stroke-dashoffset:251px}to{stroke-dashoffset:50px}}@keyframes unpredictableStruggleOrange{0%{stroke-dashoffset:90px}2%{stroke-dashoffset:88px}5%{stroke-dashoffset:88px}6%{stroke-dashoffset:87px}10%{stroke-dashoffset:87px}11%{stroke-dashoffset:85px}12%{stroke-dashoffset:84px}16%{stroke-dashoffset:84px}17%{stroke-dashoffset:85px}20%{stroke-dashoffset:85px}21%{stroke-dashoffset:83px}25%{stroke-dashoffset:83px}26%{stroke-dashoffset:82px}27%{stroke-dashoffset:80px}28%{stroke-dashoffset:79px}34%{stroke-dashoffset:79px}35%{stroke-dashoffset:81px}38%{stroke-dashoffset:81px}40%{stroke-dashoffset:80px}45%{stroke-dashoffset:80px}46%{stroke-dashoffset:81px}49%{stroke-dashoffset:81px}50%{stroke-dashoffset:79px}52%{stroke-dashoffset:77px}57%{stroke-dashoffset:77px}58%{stroke-dashoffset:78px}63%{stroke-dashoffset:78px}64%{stroke-dashoffset:76px}65%{stroke-dashoffset:75px}72%{stroke-dashoffset:75px}73%{stroke-dashoffset:77px}76%{stroke-dashoffset:77px}78%{stroke-dashoffset:75px}83%{stroke-dashoffset:75px}84%{stroke-dashoffset:76px}88%{stroke-dashoffset:76px}92%{stroke-dashoffset:82px}95%{stroke-dashoffset:82px}to{stroke-dashoffset:90px}}@keyframes unpredictableStrugglePurple{0%{stroke-dashoffset:50px}2%{stroke-dashoffset:48px}5%{stroke-dashoffset:48px}6%{stroke-dashoffset:47px}10%{stroke-dashoffset:47px}11%{stroke-dashoffset:45px}12%{stroke-dashoffset:44px}16%{stroke-dashoffset:44px}17%{stroke-dashoffset:45px}20%{stroke-dashoffset:45px}21%{stroke-dashoffset:43px}25%{stroke-dashoffset:43px}26%{stroke-dashoffset:42px}27%{stroke-dashoffset:40px}28%{stroke-dashoffset:39px}34%{stroke-dashoffset:39px}35%{stroke-dashoffset:41px}38%{stroke-dashoffset:41px}40%{stroke-dashoffset:40px}45%{stroke-dashoffset:40px}46%{stroke-dashoffset:41px}49%{stroke-dashoffset:41px}50%{stroke-dashoffset:39px}52%{stroke-dashoffset:37px}57%{stroke-dashoffset:37px}58%{stroke-dashoffset:38px}63%{stroke-dashoffset:38px}64%{stroke-dashoffset:36px}65%{stroke-dashoffset:35px}72%{stroke-dashoffset:35px}73%{stroke-dashoffset:37px}76%{stroke-dashoffset:37px}78%{stroke-dashoffset:35px}83%{stroke-dashoffset:35px}84%{stroke-dashoffset:36px}88%{stroke-dashoffset:36px}92%{stroke-dashoffset:42px}95%{stroke-dashoffset:42px}to{stroke-dashoffset:50px}}.reason-card:hover .speed-orange .progress-circle{animation:1.8s cubic-bezier(.22,1,.36,1) forwards startUpOrange,10s linear 1.8s infinite unpredictableStruggleOrange}.reason-card:hover .speed-purple .progress-circle{animation:1.8s cubic-bezier(.22,1,.36,1) forwards startUpPurple,10s linear 1.8s infinite unpredictableStrugglePurple}.speed-indicator svg{width:100%;height:100%;transform:rotate(-90deg)}.speed-indicator circle{fill:none;stroke-width:6px;stroke-linecap:round}.speed-indicator .bg-circle{stroke:#f3f4f6}.speed-indicator .progress-circle{stroke-dasharray:251;transition:stroke-dashoffset 1s ease-in-out}.speed-orange .progress-circle{stroke:#f59e0b;stroke-dashoffset:90px}.speed-purple .progress-circle{stroke:var(--color-primary);stroke-dashoffset:50px}.speed-text{text-align:center;color:var(--color-dark);text-transform:uppercase;font-size:.8rem;font-weight:600;line-height:1.1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.speed-text strong{letter-spacing:-.5px;font-size:1.4rem;font-weight:800}.reason-card-text h3{color:var(--color-dark);margin:0 0 .8rem;font-size:1.2rem;font-weight:700}.reason-card-text ul{margin:0;padding:0;list-style:none}.reason-card-text ul li{color:var(--text-muted);align-items:center;gap:8px;margin-bottom:.5rem;font-size:.95rem;display:flex}.reason-card-text ul li i{color:var(--text-muted);opacity:.7;font-size:.5rem}.reasons-graphic{justify-content:center;align-items:center;min-height:450px;display:flex;position:relative}.router-img{z-index:5;width:100%;max-width:320px;animation:5s ease-in-out infinite floatCardAnimation;position:relative}.orbit-circle{z-index:1;border:20px solid #f4f0ff;border-radius:50%;width:360px;height:360px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit-circle:before{content:"";z-index:-1;border:2px dashed #eaddff;border-radius:50%;width:480px;height:480px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit-icon{color:#fff;z-index:6;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.1rem;display:flex;position:absolute;box-shadow:0 10px 20px #0000001a}.icon-main-wifi{background:var(--color-primary);width:60px;height:60px;font-size:1.5rem;top:0;left:50%;transform:translate(-50%)translateY(-20px);box-shadow:0 0 0 10px #7128f51a}.icon-purple{background:#d946ef;top:25%;left:10%}.icon-orange{background:#f97316;top:60%;left:5%}.icon-teal{background:#14b8a6;top:30%;right:5%}.icon-blue{background:#3b82f6;top:65%;right:15%}@media (width<=991px){.reasons-title{font-size:2.2rem}.orbit-circle{width:300px;height:300px}.router-img{max-width:250px}}@media (width<=768px){.reasons-graphic{min-height:350px;margin-bottom:2rem}.reasons-title{font-size:1.8rem}.reason-card{text-align:center;flex-direction:column;gap:1rem;padding:1.5rem}.reason-card-text ul li{justify-content:center}.icon-main-wifi{width:50px;height:50px;font-size:1.2rem;transform:translate(-50%)translateY(-10px)}}.newsletter-section{z-index:10;margin-top:4rem;position:relative}.newsletter-box{background:linear-gradient(120deg,#7128f5 0%,#4a15ed 100%);border-radius:16px;flex-direction:column;justify-content:space-between;align-items:center;gap:2rem;max-width:800px;margin:0 auto;padding:3.5rem 4rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #7128f533}.newsletter-box:before{content:"";z-index:1;pointer-events:none;background-image:repeating-linear-gradient(45deg,#0000,#0000 10px,#ffffff08 10px 20px);border-radius:50%;width:60%;height:200%;position:absolute;top:-50%;left:-10%}.newsletter-text,.newsletter-form{z-index:2;position:relative}.newsletter-text h2{color:#fff;letter-spacing:-.5px;margin:0;font-size:2.2rem;font-weight:700;line-height:1.3}.newsletter-form{width:100%}.newsletter-form form{background:#fff;border-radius:8px;gap:10px;padding:6px;display:flex}.newsletter-form input{color:var(--text-main);background:0 0;border:none;border-radius:6px;outline:none;flex:1;padding:12px 20px;font-family:inherit;font-size:1rem}.newsletter-form button{color:#fff;cursor:pointer;white-space:nowrap;background-color:#007bff;border:none;border-radius:6px;padding:12px 30px;font-size:1rem;font-weight:600;transition:background-color .3s}.newsletter-form button:hover{background-color:#0056b3}@media (width<=768px){.newsletter-box{text-align:center;padding:2.5rem 1.5rem}.newsletter-text h2{font-size:1.8rem}.newsletter-form form{background:0 0;flex-direction:column;gap:15px;max-width:350px;margin:0 auto;padding:0}.newsletter-form input{box-sizing:border-box;background:#fff;border-radius:8px;width:100%;padding:15px}.newsletter-form button{box-sizing:border-box;border-radius:8px;width:100%;padding:15px}}@media (width>=992px){.newsletter-box{flex-direction:row}.newsletter-text{flex:1.2;padding-right:2rem}.newsletter-form{flex:.8;max-width:450px}}
