:root{--primary:#023891;--primary-hover:#d41a24;--primary-light:#245dc1;--secondary:#0f172a;--accent:#d41a24;--accent-light:#ff4d55;--bg-light:#f4f7fa;--bg-white:#fff;--bg-dark:#0b1121;--bg-card-dark:#1e293b;--border-light:#e2e8f0;--border-dark:#334155;--text-primary-light:#0f172a;--text-secondary-light:#475569;--text-muted-light:#94a3b8;--text-primary-dark:#f8fafc;--text-secondary-dark:#cbd5e1;--text-muted-dark:#94a3b8;--font-sans:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;--font-heading:"Outfit", var(--font-sans);--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;--shadow-glow:0 0 25px #02389159;--shadow-glow-red:0 0 25px #d41a2459;--glass-bg:#ffffffb3;--glass-border:#fff6;--glass-backdrop:blur(16px);--glass-bg-dark:#111827b3;--glass-border-dark:#ffffff0f;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-full:9999px;--transition-fast:.15s ease;--transition-normal:.3s cubic-bezier(.4, 0, .2, 1);--transition-slow:.5s cubic-bezier(.4, 0, .2, 1);--container-width:1280px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background-color:var(--bg-light);color:var(--text-primary-light);font-size:16px;font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{line-height:1.6;overflow-x:hidden}#root{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-primary-light);font-weight:700;line-height:1.25}h1{letter-spacing:-.03em;font-size:3rem}h2{letter-spacing:-.02em;font-size:2.25rem}h3{font-size:1.5rem}p{color:var(--text-secondary-light);font-size:1rem}a{color:inherit;transition:var(--transition-fast);text-decoration:none}.text-accent{color:var(--accent)}.container{width:100%;max-width:var(--container-width);margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.btn{border-radius:var(--radius-full);font-family:var(--font-heading);cursor:pointer;transition:var(--transition-normal);border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-primary{background-color:var(--primary);color:#fff;box-shadow:0 4px 14px #02389166}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #02389199}.btn-primary:active{transform:translateY(0)}.btn-secondary{background-color:var(--bg-white);color:var(--text-primary-light);border:1px solid var(--border-light);box-shadow:var(--shadow-sm)}.btn-secondary:hover{background-color:var(--bg-light);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-outline-white{color:#fff;background-color:#0000;border:2px solid #fff6}.btn-outline-white:hover{color:var(--bg-dark);background-color:#fff;border-color:#fff;transform:translateY(-2px)}.glass-panel{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:var(--glass-backdrop);box-shadow:var(--shadow-lg)}.glass-card{background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-md);box-shadow:var(--shadow-md);transition:var(--transition-normal)}.glass-card:hover{box-shadow:var(--shadow-xl);border-color:#02389133;transform:translateY(-5px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:.6s cubic-bezier(.16,1,.3,1) forwards fadeInUp}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}.animate-float{animation:6s ease-in-out infinite float}@keyframes pulse-slow{0%,to{opacity:.2;transform:scale(1)}50%{opacity:.3;transform:scale(1.05)}}.pulse-glow{filter:blur(80px);z-index:0;pointer-events:none;border-radius:50%;animation:10s ease-in-out infinite pulse-slow;position:absolute}@media (width<=768px){html{font-size:14px}h1{font-size:2.25rem}h2{font-size:1.75rem}}.navbar-header{z-index:100;width:100%;transition:var(--transition-normal);position:fixed;top:0;left:0}.top-bar{background-color:var(--bg-dark);color:var(--text-secondary-dark);border-bottom:1px solid var(--border-dark);transition:transform var(--transition-normal);padding:.5rem 0;font-size:.85rem}.top-bar-container{justify-content:space-between;align-items:center;display:flex}.top-bar-left{align-items:center;gap:1rem;display:flex}.top-bar-link{color:var(--text-secondary-dark);align-items:center;gap:.5rem;display:flex}.top-bar-link:hover{color:#fff}.top-bar-divider{color:var(--border-dark)}.whatsapp-dot{background-color:#25d366;border-radius:50%;width:8px;height:8px;display:inline-block;box-shadow:0 0 8px #25d366}.top-bar-right{color:var(--text-muted-dark);font-weight:500}.main-nav-wrapper{-webkit-backdrop-filter:var(--glass-backdrop);transition:var(--transition-normal);background:#ffffffd9;border-bottom:1px solid #e5e7eb80;padding:1rem 0}.nav-container{justify-content:space-between;align-items:center;display:flex}.logo-container{align-items:center;display:flex}.logo-text{font-family:var(--font-heading);letter-spacing:-.04em;color:var(--secondary);font-size:1.6rem;font-weight:800}.logo-accent{color:var(--primary)}.nav-list{align-items:center;gap:2.25rem;list-style:none;display:flex}.nav-link{font-family:var(--font-heading);color:var(--text-primary-light);align-items:center;gap:.25rem;padding:.5rem 0;font-size:.95rem;font-weight:600;display:flex;position:relative}.nav-link:hover{color:var(--primary)}.nav-link:after{content:"";background-color:var(--primary);width:0;height:2px;transition:var(--transition-normal);position:absolute;bottom:0;left:0}.nav-link:hover:after,.active-link:after{width:100%}.active-link{color:var(--primary)!important}.nav-actions{align-items:center;gap:1rem;display:flex}.nav-btn-phone{border:1px solid var(--border-light);color:var(--text-primary-light);background-color:#0000;padding:.5rem 1.25rem;font-size:.9rem}.nav-btn-phone:hover{background-color:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 4px 12px #0238914d}.mobile-menu-toggle{cursor:pointer;color:var(--text-primary-light);background:0 0;border:none;display:none}.nav-dropdown-wrapper{position:relative}.dropdown-arrow{transition:transform var(--transition-fast)}.nav-dropdown-wrapper:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{border:1px solid var(--border-light);border-radius:var(--radius-md);width:200px;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transition:var(--transition-normal);background:#fff;padding:.5rem 0;list-style:none;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px)}.nav-dropdown-wrapper:hover .dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.dropdown-menu li a{color:var(--text-primary-light);padding:.6rem 1.25rem;font-size:.9rem;font-weight:500;display:block}.dropdown-menu li a:hover{background-color:var(--bg-light);color:var(--primary)}.scrolled .top-bar{margin-bottom:-32px;transform:translateY(-100%)}.scrolled .main-nav-wrapper{box-shadow:var(--shadow-md);padding:.75rem 0}.mobile-nav-drawer{z-index:102;width:320px;height:100vh;transition:var(--transition-normal);box-shadow:var(--shadow-xl);background-color:#fff;flex-direction:column;display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.mobile-nav-drawer.open{transform:translate(0)}.mobile-drawer-header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.mobile-menu-close{cursor:pointer;color:var(--text-primary-light);background:0 0;border:none}.mobile-nav{flex-grow:1;padding:1.5rem}.mobile-nav-list{flex-direction:column;gap:1.5rem;list-style:none;display:flex}.mobile-nav-list li a{font-family:var(--font-heading);color:var(--text-primary-light);font-size:1.2rem;font-weight:600;display:block}.mobile-nav-list li a.active-link{color:var(--primary)}.mobile-dropdown-btn{width:100%;font-family:var(--font-heading);color:var(--text-primary-light);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;font-size:1.2rem;font-weight:600;display:flex}.mobile-arrow{transition:transform var(--transition-normal)}.mobile-arrow.rotate{transform:rotate(180deg)}.mobile-dropdown-menu{border-left:2px solid var(--border-light);flex-direction:column;gap:.75rem;margin-top:.5rem;padding-left:1rem;list-style:none;display:none}.mobile-dropdown-menu.open{display:flex}.mobile-dropdown-menu li a{color:var(--text-secondary-light);font-size:1rem;font-weight:500}.mobile-drawer-footer{border-top:1px solid var(--border-light);padding:1.5rem}.mobile-nav-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:101;background-color:#0006;width:100vw;height:100vh;position:fixed;top:0;left:0}.w-full{width:100%}@media (width<=1024px){.top-bar-right{display:none}}@media (width<=768px){.top-bar,.desktop-nav,.nav-btn-phone{display:none}.mobile-menu-toggle{display:block}.main-nav-wrapper{padding:.75rem 0}}.main-footer{background-color:var(--bg-dark);color:var(--text-secondary-dark);border-top:1px solid var(--border-dark);margin-top:auto}.footer-top{padding:5rem 0 3rem}.footer-grid{grid-template-columns:2.5fr 1fr 1fr 2fr;gap:3rem;display:grid}.footer-col{flex-direction:column;gap:1.25rem;display:flex}.footer-col-info{gap:1.5rem}.footer-desc{color:var(--text-muted-dark);font-size:.95rem;line-height:1.6}.text-white{color:#fff!important}.footer-socials{gap:.75rem;display:flex}.social-icon{width:36px;height:36px;color:var(--text-secondary-dark);background-color:#ffffff0d;border:1px solid #ffffff0d;border-radius:50%;justify-content:center;align-items:center;display:flex}.social-icon:hover{background-color:var(--primary);color:#fff;border-color:var(--primary);transform:translateY(-3px);box-shadow:0 4px 10px #0238914d}.footer-col-title{color:#fff;padding-bottom:.5rem;font-size:1.15rem;position:relative}.footer-col-title:after{content:"";background-color:var(--primary);width:30px;height:2px;position:absolute;bottom:0;left:0}.footer-links{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer-links li a{color:var(--text-muted-dark);font-size:.95rem}.footer-links li a:hover{color:#fff;padding-left:5px}.footer-contact-list{flex-direction:column;gap:1.25rem;list-style:none;display:flex}.footer-contact-list li{align-items:flex-start;gap:.75rem;font-size:.95rem;line-height:1.5;display:flex}.contact-icon{color:var(--primary);flex-shrink:0;margin-top:.15rem}.contact-label{color:#fff;margin-bottom:.15rem;font-weight:600;display:block}.footer-contact-list li p{color:var(--text-muted-dark)}.footer-contact-list li p a:hover{color:#fff}.footer-bottom{color:var(--text-muted-dark);border-top:1px solid #ffffff0d;padding:1.5rem 0;font-size:.85rem}.footer-bottom-container{justify-content:space-between;align-items:center;display:flex}.footer-bottom-links{gap:1.5rem;display:flex}.footer-bottom-links a:hover{color:#fff}@media (width<=1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (width<=640px){.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom-container{text-align:center;flex-direction:column;gap:1rem}}.home-container{background-color:var(--bg-light);padding-top:0}.text-primary{color:var(--primary)}.hero-section{border-bottom:1px solid var(--border-light);background-color:#0b1121;padding:12rem 0 6rem;position:relative;overflow:hidden}.hero-section:before{content:"";z-index:0;background:#0b1121d9;position:absolute;inset:0}.hero-content{z-index:1;grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.hero-text-block{text-align:left}.hero-title{color:#fff;margin-bottom:1.5rem;font-size:4.2rem;line-height:1.1}.hero-subtitle{color:var(--text-secondary-dark);margin-bottom:2.5rem;font-size:1.35rem;font-weight:500}.hero-cta{padding:1rem 2.5rem;font-size:1.1rem}.hero-features-grid{flex-direction:column;gap:1.5rem;display:flex}.feature-card{background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-md);box-shadow:var(--shadow-md);text-align:left;transition:var(--transition-normal);align-items:center;gap:1.25rem;padding:1.5rem;display:flex}.feature-card:hover{box-shadow:var(--shadow-xl);border-color:#02389133;transform:scale(1.02)}.feature-icon-wrapper{color:var(--accent);border-radius:var(--radius-sm);background-color:#d41a2414;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.feature-icon{width:24px;height:24px}.feature-card p{color:var(--text-primary-light);font-size:1rem;font-weight:500}.intro-section{z-index:10;margin-top:-3rem;padding:3rem 0;position:relative}.intro-card{border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-lg);padding:2.5rem 3rem}.intro-text{color:var(--text-primary-light);font-size:1.35rem;line-height:1.7}.plans-section{padding:5rem 0}.section-header{text-align:center;max-width:700px;margin:0 auto 3rem}.section-badge{color:var(--accent);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;background-color:#d41a2414;margin-bottom:.75rem;padding:.35rem 1rem;font-size:.85rem;font-weight:700;display:inline-block}.section-header h2{margin-bottom:1rem}.tabs-container{border-radius:var(--radius-full);background-color:#e5e7eb80;justify-content:center;max-width:480px;margin:0 auto 3.5rem;padding:.35rem;display:flex}.tab-btn{font-family:var(--font-heading);border-radius:var(--radius-full);cursor:pointer;color:var(--text-secondary-light);transition:var(--transition-normal);background:0 0;border:none;flex:1;padding:.8rem 1.5rem;font-size:.95rem;font-weight:600}.tab-btn.active{color:var(--accent);box-shadow:var(--shadow-sm);background-color:#fff}.plans-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;display:grid}.plan-card{background-color:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-lg);text-align:center;transition:var(--transition-normal);flex-direction:column;padding:2.5rem 2rem;display:flex;position:relative}.plan-card:hover{box-shadow:var(--shadow-xl);border-color:#02389133;transform:translateY(-8px)}.plan-card.popular{border:2px solid var(--accent);box-shadow:var(--shadow-lg), var(--shadow-glow-red)}.popular-badge{background-color:var(--accent);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-full);padding:.35rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.plan-name{color:var(--text-secondary-light);margin-bottom:.5rem;font-size:1.25rem}.plan-speed{color:var(--secondary);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.75rem;font-weight:800;line-height:1.1}.plan-price-block{border-bottom:1px solid var(--border-light);margin-bottom:2rem;padding-bottom:1.5rem}.price-amount{color:var(--primary);font-size:1.8rem;font-weight:700}.price-period{color:var(--text-secondary-light);margin-left:.25rem;font-size:.85rem;font-weight:500}.plan-features{text-align:left;flex-direction:column;flex-grow:1;gap:.85rem;margin-bottom:2.5rem;list-style:none;display:flex}.plan-features li{color:var(--text-secondary-light);align-items:flex-start;gap:.75rem;font-size:.95rem;display:flex}.feature-check{color:var(--accent);flex-shrink:0;margin-top:.15rem}.plan-btn{margin-top:auto}.testimonials-section{background-color:var(--bg-dark);padding:6rem 0;position:relative;overflow:hidden}.testimonials-section .testimonial-card{border-radius:var(--radius-lg);text-align:center;background-color:#11182799;border-color:#ffffff14;max-width:900px;margin:0 auto;padding:4rem 3rem 3rem;position:relative}.quote-icon{color:#02389126;width:50px;height:50px;position:absolute;top:1.5rem;left:50%;transform:translate(-50%)}.slider-wrapper{min-height:200px;position:relative}.testimonial-slide{opacity:0;visibility:hidden;width:100%;transition:all .5s ease-in-out;position:absolute;top:0;left:0;transform:scale(.95)}.testimonial-slide.active-slide{opacity:1;visibility:visible;position:relative;transform:scale(1)}.slide-title{color:#fff;margin-bottom:1.25rem;font-size:2rem}.slide-desc{color:var(--text-secondary-dark);max-width:700px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.15rem;line-height:1.7}.slide-btn{display:inline-flex}.slider-dots{justify-content:center;gap:.5rem;margin-top:2rem;display:flex}.dot-btn{cursor:pointer;width:10px;height:10px;transition:var(--transition-fast);background-color:#fff3;border:none;border-radius:50%}.dot-btn.active-dot{background-color:var(--primary);transform:scale(1.3)}.reviews-section{background-color:#fff;padding:5rem 0}.reviews-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.review-card{text-align:left;padding:2rem}.review-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;display:flex}.review-user{align-items:center;gap:1rem;display:flex}.user-avatar{width:44px;height:44px;color:var(--accent);background-color:#1d4ed814;border-radius:50%;justify-content:center;align-items:center;font-size:.95rem;font-weight:700;display:flex}.user-name{color:var(--text-primary-light);font-size:1rem;font-weight:600}.review-date{color:var(--text-muted-light);font-size:.8rem;display:block}.rating{color:#fbbf24;font-size:1.2rem}.review-text{color:var(--text-secondary-light);font-size:.95rem;line-height:1.6}.reviews-cta{text-align:center}.coverage-section{padding:3rem 0}.coverage-card{border-radius:var(--radius-lg);flex-direction:column;gap:3rem;padding:3.5rem 3rem;display:flex}.coverage-info{text-align:center;flex-direction:column;align-items:center;gap:1rem;max-width:800px;margin:0 auto;display:flex}.coverage-info h3{font-size:1.85rem}.coverage-info p{font-size:1.15rem;line-height:1.7}.coverage-card .divider{background:var(--border-light);width:100%;height:1px}.segments-block h4{text-align:center;color:var(--text-secondary-light);margin-bottom:2rem;font-size:1.25rem}.segments-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;display:grid}.segment-card{border:1px solid var(--border-light);border-radius:var(--radius-md);text-align:left;box-shadow:var(--shadow-sm);background:#fff;flex-direction:column;gap:.75rem;padding:2rem;display:flex}.segment-card:hover{box-shadow:var(--shadow-md);border-color:#02389133;transform:translateY(-3px)}.segment-card h5{color:var(--secondary);font-size:1.2rem}.segment-card p{color:var(--text-secondary-light);flex-grow:1;font-size:.9rem}.segment-link{color:var(--primary);margin-top:.5rem;font-size:.9rem;font-weight:700;display:inline-block}.faq-section{padding:5rem 0 7rem}.faq-list{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.faq-item{border-radius:var(--radius-md);transition:var(--transition-normal);overflow:hidden}.faq-question-btn{width:100%;font-family:var(--font-heading);text-align:left;cursor:pointer;color:var(--text-primary-light);transition:var(--transition-fast);background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem;font-size:1.1rem;font-weight:600;display:flex}.faq-question-btn:hover{color:var(--primary)}.faq-arrow{transition:transform var(--transition-normal);color:var(--text-muted-light)}.faq-arrow.rotate{color:var(--primary);transform:rotate(180deg)}.faq-answer-container{max-height:0;transition:max-height .4s ease-out;overflow:hidden}.faq-answer-container.open{max-height:200px}.faq-answer{color:var(--text-secondary-light);padding:0 1.5rem 1.5rem;font-size:.95rem;line-height:1.6}@media (width<=1024px){.hero-title{font-size:3.2rem}}@media (width<=768px){.hero-content{grid-template-columns:1fr;gap:3rem}.hero-text-block{text-align:center}.hero-title{font-size:2.8rem}.intro-card{padding:2rem 1.5rem}.intro-text{font-size:1.15rem}.testimonials-section .testimonial-card{padding:3rem 1.5rem 2rem}.slide-title{font-size:1.6rem}.slide-desc{font-size:1rem}.coverage-card{padding:2.5rem 1.5rem}}.about-page{background-color:var(--bg-light);padding-top:0}.about-hero{border-bottom:1px solid var(--border-light);background-color:#0b1121;padding:11rem 0 6rem;position:relative;overflow:hidden}.about-hero:before{content:"";z-index:0;background:#0b1121d9;position:absolute;inset:0}.about-hero-container{z-index:1;grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.about-hero-text{text-align:left}.about-hero-text h1{color:#fff;margin-bottom:1rem;font-size:3.8rem}.about-hero-sub{color:var(--text-secondary-dark);margin-bottom:1.5rem;font-size:1.6rem;font-weight:600;line-height:1.35}.hero-brief{color:var(--text-secondary-dark);font-size:1.1rem;font-weight:500}.about-hero-badges{flex-direction:column;gap:1.5rem;display:flex}.about-badge-card{border-radius:var(--radius-md);text-align:left;transition:var(--transition-normal);flex-direction:column;gap:.5rem;padding:1.5rem;display:flex}.about-badge-card:hover{box-shadow:var(--shadow-xl);transform:scale(1.02)}.badge-icon{width:32px;height:32px}.about-badge-card h4{color:var(--secondary);font-size:1.15rem}.about-badge-card p{color:var(--text-secondary-light);font-size:.9rem}.about-corp-info{padding:4rem 0 2rem}.corp-info-card{border-radius:var(--radius-lg);text-align:left;padding:3rem}.corp-info-card h3{color:var(--secondary);margin-bottom:1rem;font-size:1.85rem}.corp-info-card p{color:var(--text-primary-light);font-size:1.15rem;line-height:1.8}.why-us-details{padding:4rem 0}.why-us-grid{grid-template-columns:1fr 1.2fr;align-items:flex-start;gap:4rem;display:grid}.why-us-intro{text-align:left;position:relative}.why-us-intro h2{margin-bottom:1.5rem;font-size:2.25rem}.why-us-intro p{color:var(--text-secondary-light);font-size:1.1rem}.glowing-circle{filter:blur(20px);z-index:-1;background:radial-gradient(circle,#02389126 0%,#02389100 70%);border-radius:50%;width:250px;height:250px;position:absolute;bottom:-150px;left:-50px}.why-us-accordion{flex-direction:column;gap:1rem;display:flex}.why-item{border-radius:var(--radius-md);transition:var(--transition-normal);overflow:hidden}.why-btn{cursor:pointer;width:100%;color:var(--text-primary-light);font-family:var(--font-heading);text-align:left;transition:var(--transition-fast);background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-size:1.1rem;font-weight:600;display:flex}.why-btn-title{align-items:center;gap:.75rem;display:flex}.check-icon{color:var(--primary);flex-shrink:0}.why-arrow{color:var(--text-muted-light);transition:transform var(--transition-normal)}.why-arrow.rotate{color:var(--primary);transform:rotate(180deg)}.why-content-container{max-height:0;transition:max-height .4s ease-out;overflow:hidden}.why-content-container.open{max-height:200px}.why-desc{color:var(--text-secondary-light);padding:0 1.5rem 1.5rem 3.25rem;font-size:.95rem;line-height:1.6}.delivery-flow{padding:5rem 0}.steps-timeline{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-top:3.5rem;display:grid}.step-timeline-card{text-align:left;flex-direction:column;gap:1rem;padding:2.5rem 2rem;display:flex;position:relative}.step-number{font-family:var(--font-heading);color:#0238911f;font-size:2.5rem;font-weight:800;line-height:1}.step-timeline-card h4{color:var(--secondary);font-size:1.15rem}.step-timeline-card p{color:var(--text-secondary-light);font-size:.9rem;line-height:1.6}.rfq-section{padding:4rem 0 7rem}.rfq-card{background:linear-gradient(135deg, var(--secondary) 0%, var(--bg-card-dark) 100%);border-radius:var(--radius-lg);color:#fff;box-shadow:var(--shadow-xl);padding:4.5rem 3rem;position:relative;overflow:hidden}.rfq-card:before{content:"";pointer-events:none;background:radial-gradient(circle,#02389140 0%,#02389100 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-50%;right:-20%}.rfq-content{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:1.5rem;max-width:800px;margin:0 auto;display:flex;position:relative}.rfq-content h3{color:#fff;font-size:2.5rem}.rfq-content p{color:var(--text-secondary-dark);font-size:1.2rem;line-height:1.6}.rfq-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1rem;display:flex}@media (width<=1024px){.about-hero-container{grid-template-columns:1fr;gap:3rem}.about-hero-text{text-align:center}.about-hero-text h1{font-size:3rem}.why-us-grid{grid-template-columns:1fr;gap:3rem}}@media (width<=768px){.corp-info-card{padding:2rem 1.5rem}.corp-info-card p{font-size:1rem}.rfq-card{padding:3rem 1.5rem}.rfq-content h3{font-size:1.85rem}.rfq-content p{font-size:1rem}}.plans-page{background-color:var(--bg-light);padding-top:0}.plans-hero{border-bottom:1px solid var(--border-light);text-align:center;background-color:#fff;padding:11rem 0 4rem;position:relative;overflow:hidden}.plans-hero-container{flex-direction:column;align-items:center;gap:1rem;display:flex}.plans-hero-container h1{color:var(--secondary);font-size:3.8rem}.plans-sub{color:var(--text-secondary-light);max-width:600px;margin-bottom:2rem;font-size:1.25rem}.plans-filter-bar{border-radius:var(--radius-full);background-color:#e5e7eb80;gap:.25rem;width:100%;max-width:480px;padding:.35rem;display:flex}.filter-btn{font-family:var(--font-heading);border-radius:var(--radius-full);cursor:pointer;color:var(--text-secondary-light);transition:var(--transition-normal);white-space:nowrap;background:0 0;border:none;flex:1;padding:.8rem 1.25rem;font-size:.95rem;font-weight:600}.filter-btn.active{color:var(--accent);box-shadow:var(--shadow-sm);background-color:#fff}.plans-grid-section{padding:5rem 0}.plans-list-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;display:grid}.full-plan-card{background-color:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-lg);text-align:left;transition:var(--transition-normal);flex-direction:column;padding:3rem 2.5rem;display:flex;position:relative}.full-plan-card:hover{box-shadow:var(--shadow-xl);border-color:#02389133;transform:translateY(-8px)}.full-plan-card.highlighted{border:2px solid var(--accent);box-shadow:var(--shadow-lg), var(--shadow-glow-red)}.best-value-badge{background-color:var(--accent);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-full);padding:.35rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:-12px;right:2.5rem}.plan-card-top{margin-bottom:1.5rem}.tech-badge{color:var(--accent);text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-sm);background-color:#d41a2414;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.full-plan-card h3{color:var(--secondary);margin-bottom:.5rem;font-size:1.75rem}.plan-card-desc{color:var(--text-secondary-light);font-size:.95rem;line-height:1.5}.plan-card-pricing{background-color:var(--bg-light);border-radius:var(--radius-md);flex-direction:column;gap:.5rem;margin-bottom:2rem;padding:1.5rem;display:flex}.card-speed-info{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding-bottom:.75rem;display:flex}.speed-label{color:var(--text-secondary-light);font-size:.9rem;font-weight:600}.speed-value{font-family:var(--font-heading);color:var(--secondary);font-size:1.8rem;font-weight:800}.card-price-info{justify-content:flex-end;align-items:baseline;padding-top:.5rem;display:flex}.price-value{font-family:var(--font-heading);color:var(--primary);font-size:2rem;font-weight:800}.period-value{color:var(--text-secondary-light);margin-left:.25rem;font-size:.9rem;font-weight:500}.plan-card-features-block{flex-grow:1;margin-bottom:2.5rem}.plan-card-features-block h5{color:var(--secondary);margin-bottom:1rem;font-size:1rem}.plan-features-list{flex-direction:column;gap:.75rem;list-style:none;display:flex}.plan-features-list li{color:var(--text-secondary-light);align-items:flex-start;gap:.75rem;font-size:.95rem;display:flex}.check-mark{flex-shrink:0;margin-top:.15rem}.plan-card-actions{margin-top:auto}.plans-notes-section{padding:4rem 0 7rem}.notes-card{border-radius:var(--radius-lg);text-align:left;flex-direction:column;gap:2.5rem;padding:3.5rem 3rem;display:flex}.notes-header{align-items:center;gap:1rem;display:flex}.notes-header h3{font-size:1.85rem}.notes-icon{width:32px;height:32px}.notes-grid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.note-item{flex-direction:column;gap:.5rem;display:flex}.note-item h5{color:var(--secondary);font-size:1.15rem}.note-item p{color:var(--text-secondary-light);font-size:.95rem;line-height:1.6}@media (width<=1024px){.notes-grid{grid-template-columns:1fr;gap:2rem}}@media (width<=768px){.plans-hero-container h1{font-size:3rem}.full-plan-card{padding:2rem 1.5rem}.notes-card{padding:2.5rem 1.5rem}}.contact-page{background-color:var(--bg-light);padding-top:0}.contact-hero{border-bottom:1px solid var(--border-light);text-align:center;background-color:#fff;padding:11rem 0 4rem;position:relative;overflow:hidden}.contact-hero-container{flex-direction:column;align-items:center;gap:1rem;display:flex}.contact-hero-container h1{color:var(--secondary);font-size:3.8rem}.contact-sub{color:var(--text-secondary-light);max-width:600px;font-size:1.25rem}.contact-info-section{padding:5rem 0 3rem}.contact-info-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;display:grid}.contact-info-card{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:2.5rem 2rem;display:flex}.info-icon-wrapper{width:60px;height:60px;color:var(--accent);background-color:#d41a2414;border-radius:50%;justify-content:center;align-items:center;margin-bottom:.5rem;display:flex}.info-icon{width:26px;height:26px}.contact-info-card h3{color:var(--secondary);font-size:1.25rem}.contact-info-card p{color:var(--text-secondary-light);flex-grow:1;font-size:.9rem;line-height:1.6}.info-links{font-family:var(--font-heading);color:var(--secondary);flex-direction:column;gap:.25rem;margin-top:auto;font-size:1rem;font-weight:700;display:flex}.info-links a:hover{color:var(--accent)}.form-map-section{padding:3rem 0 5rem}.form-map-grid{grid-template-columns:1.2fr 1fr;align-items:flex-start;gap:3rem;display:grid}.form-container-card{border-radius:var(--radius-lg);text-align:left;padding:3.5rem 3rem}.form-container-card h2{margin-bottom:.5rem;font-size:2rem}.form-intro-desc{color:var(--text-secondary-light);margin-bottom:2.5rem;font-size:1rem}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.form-group{text-align:left;flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--secondary);font-size:.9rem;font-weight:600}.form-group input,.form-group textarea{border-radius:var(--radius-md);border:1px solid var(--border-light);background-color:var(--bg-light);font-family:var(--font-sans);color:var(--text-primary-light);transition:var(--transition-fast);outline:none;padding:.9rem 1.2rem;font-size:.95rem}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-muted-light)}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary);background-color:#fff;box-shadow:0 0 0 4px #02389114}.form-submit-btn{align-self:flex-start;margin-top:1rem;padding:1rem 2rem}.form-success-alert{border-radius:var(--radius-md);text-align:center;background-color:#10b9810d;border:1px dashed #10b981;flex-direction:column;align-items:center;gap:1rem;padding:2.5rem 2rem;display:flex}.success-icon{color:#10b981;width:48px;height:48px}.form-success-alert h4{color:var(--secondary);font-size:1.5rem}.form-success-alert p{color:var(--text-secondary-light);font-size:1rem;line-height:1.6}.office-details-card{flex-direction:column;gap:2rem;display:flex}.office-address-block{border-radius:var(--radius-lg);text-align:left;padding:2.5rem}.office-address-block h2{margin-bottom:1.5rem;font-size:1.6rem}.office-list{flex-direction:column;gap:1.5rem;display:flex}.office-item{align-items:flex-start;gap:1rem;display:flex}.office-item h5{color:var(--secondary);margin-bottom:.25rem;font-size:1.1rem}.office-item p{color:var(--text-secondary-light);margin-bottom:.25rem;font-size:.95rem;line-height:1.5}.map-link{color:var(--accent);font-size:.85rem;font-weight:700;display:inline-block}.flex-shrink-0{flex-shrink:0;margin-top:.25rem}.map-embed-wrapper{border-radius:var(--radius-lg);height:350px;padding:.5rem;overflow:hidden}.map-iframe{border-radius:calc(var(--radius-lg) - .5rem);border:none;width:100%;height:100%}@media (width<=1024px){.form-map-grid{grid-template-columns:1fr;gap:2.5rem}}@media (width<=768px){.contact-hero-container h1{font-size:3rem}.form-container-card{padding:2.5rem 1.5rem}.office-address-block{padding:2rem 1.5rem}.form-grid{grid-template-columns:1fr;gap:1.5rem}}.location-checker{z-index:100;-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-lg);background:#ffffff0a;border:1px solid #ffffff14;padding:1.75rem;position:relative}.location-checker h2{font-family:var(--font-heading);color:#fff;margin-bottom:.4rem;font-size:1.35rem;font-weight:700}.location-checker .checker-subtitle{color:var(--text-muted-dark);margin-bottom:1.25rem;font-size:.9rem}.search-input-wrapper{z-index:50;position:relative}.search-input-wrapper .search-icon{color:var(--text-muted-dark);pointer-events:none;z-index:2;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.search-input-wrapper input{width:100%;font-family:var(--font-sans);color:#fff;border-radius:var(--radius-md);transition:var(--transition-normal);background:#ffffff0f;border:1px solid #ffffff1f;outline:none;padding:.85rem 1rem .85rem 2.75rem;font-size:.95rem}.search-input-wrapper input::placeholder{color:var(--text-muted-dark)}.search-input-wrapper input:focus{background:#ffffff14;border-color:#00d4ff;box-shadow:0 0 0 3px #00d4ff26}.autocomplete-dropdown{border-radius:var(--radius-md);z-index:20;background:#131a2e;border:1px solid #ffffff1a;max-height:260px;animation:.2s forwards fadeInUp;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 40px #00000080}.autocomplete-dropdown::-webkit-scrollbar{width:6px}.autocomplete-dropdown::-webkit-scrollbar-track{background:0 0}.autocomplete-dropdown::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.dropdown-zone-label{text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted-dark);padding:.6rem 1rem .3rem;font-size:.7rem;font-weight:700}.dropdown-item{color:var(--text-secondary-dark);cursor:pointer;align-items:center;gap:.6rem;padding:.6rem 1rem;font-size:.9rem;transition:background .15s;display:flex}.dropdown-item:hover,.dropdown-item.active{color:#fff;background:#00d4ff14}.dropdown-item .dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.dropdown-empty{text-align:center;color:var(--text-muted-dark);padding:1rem;font-size:.85rem}.result-card{border-radius:var(--radius-md);margin-top:1.25rem;padding:1.5rem;animation:.4s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.result-card.success{background:linear-gradient(135deg,#00d4ff14 0%,#7b61ff0f 100%);border:1px solid #00d4ff33}.result-card .result-icon{margin-bottom:.5rem;font-size:2rem}.result-card h3{font-family:var(--font-heading);color:#fff;margin-bottom:.35rem;font-size:1.1rem;font-weight:700}.result-card .result-location{color:var(--text-muted-dark);margin-bottom:1rem;font-size:.85rem}.result-card .result-badge{border-radius:var(--radius-full);color:#00d4ff;background:#00d4ff1f;align-items:center;gap:.4rem;margin-bottom:1rem;padding:.3rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.result-card .cta-btn{border-radius:var(--radius-full);width:100%;font-family:var(--font-heading);cursor:pointer;transition:var(--transition-normal);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.result-card .cta-btn.primary{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);color:#fff;box-shadow:0 4px 20px #02389166}.result-card .cta-btn.primary:hover{transform:translateY(-2px);box-shadow:0 6px 28px #02389199}.result-card.coming-soon{background:#ffffff08;border:1px solid #ffffff14}.result-card.coming-soon h3{color:var(--text-secondary-dark)}.lead-form{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.lead-form input{width:100%;font-family:var(--font-sans);color:#fff;border-radius:var(--radius-sm);transition:var(--transition-fast);background:#ffffff0f;border:1px solid #ffffff1a;outline:none;padding:.7rem 1rem;font-size:.9rem}.lead-form input::placeholder{color:var(--text-muted-dark)}.lead-form input:focus{border-color:#7b61ff;box-shadow:0 0 0 3px #7b61ff26}.lead-form .submit-btn{border-radius:var(--radius-sm);font-family:var(--font-heading);cursor:pointer;color:#fff;transition:var(--transition-normal);background:linear-gradient(135deg,#7b61ff 0%,#00d4ff 100%);border:none;padding:.75rem;font-size:.9rem;font-weight:600}.lead-form .submit-btn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #7b61ff66}.lead-form .submit-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.lead-success{text-align:center;color:#00d4ff;padding:1rem;font-size:.9rem}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.coverage-map-container{background:#f8fafc;border-radius:12px;width:100%;height:500px;max-height:60vh;position:relative;overflow:hidden}.leaflet-container{font-family:Inter,sans-serif;background:#f8fafc!important}.leaflet-control-attribution{color:#475569!important;background:#fffc!important}.leaflet-control-attribution a{color:#0284c7!important}.custom-leaflet-icon{background:0 0;border:none}.custom-marker{flex-direction:column;justify-content:center;align-items:center;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative}.custom-marker:hover,.custom-marker.active{transform:scale(1.15);z-index:1000!important}.marker-core{border:2px solid var(--marker-color);width:44px;height:44px;box-shadow:0 0 15px var(--glow-color);z-index:1;background:#fff;border-radius:50%;justify-content:center;align-items:center;margin-bottom:8px;transition:all .3s;display:flex;position:relative}.marker-core:after{content:"";border:2px solid var(--marker-color);z-index:-1;border-radius:50%;animation:2s cubic-bezier(.215,.61,.355,1) infinite marker-pulse;position:absolute;inset:-2px}@keyframes marker-pulse{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(2.5)}}.custom-marker.active .marker-core{box-shadow:0 0 25px var(--glow-color), inset 0 0 10px var(--glow-color)}.marker-icon-wrapper{color:#fff;display:flex}.marker-label{color:#0f172a;white-space:nowrap;opacity:.85;background:#fff;border:1px solid #0000001a;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:opacity .3s;display:flex;box-shadow:0 4px 12px #0000001a}.custom-marker:hover .marker-label,.custom-marker.active .marker-label{opacity:1;border-color:var(--marker-color)}.marker-label .dot{width:8px;height:8px;box-shadow:0 0 5px var(--marker-color);border-radius:50%;display:inline-block}.hub-marker{background:#7b61ff1a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;animation:2s infinite pulse-ring;display:flex}.hub-core{background:#7b61ff;border-radius:50%;width:12px;height:12px;box-shadow:0 0 10px #7b61ff}@keyframes pulse-ring{0%{transform:scale(.8);box-shadow:0 0 #7b61ff80}70%{transform:scale(1.2);box-shadow:0 0 0 15px #7b61ff00}to{transform:scale(.8);box-shadow:0 0 #7b61ff00}}.topology-line{animation:30s linear infinite dash}.active-line{stroke-dasharray:10 10;animation:10s linear infinite dash}@keyframes dash{to{stroke-dashoffset:-1000px}}.estate-marker{flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.estate-core{border:2px solid var(--marker-color);width:14px;height:14px;box-shadow:0 0 8px var(--marker-color);z-index:2;background:#fff;border-radius:50%;position:relative}.estate-core:after{content:"";border:2px solid var(--marker-color);z-index:-1;border-radius:50%;animation:2s cubic-bezier(.215,.61,.355,1) infinite marker-pulse;position:absolute;inset:-2px}.estate-label{color:#0f172a;white-space:nowrap;border:1px solid var(--marker-color);background:#ffffffe6;border-radius:10px;margin-top:4px;padding:2px 6px;font-size:10px;font-weight:600;box-shadow:0 2px 4px #0000001a}@media (width<=1024px){.coverage-map-container{height:400px}}.coverage-page{background:var(--bg-dark);min-height:100vh;color:var(--text-primary-dark);position:relative;overflow:hidden}.coverage-hero{text-align:center;z-index:2;padding:10rem 1.5rem 2rem;position:relative}.coverage-hero h1{font-family:var(--font-heading);color:#fff;letter-spacing:-.03em;margin-bottom:.75rem;font-size:2.75rem;font-weight:800}.coverage-hero h1 .text-gradient{background:linear-gradient(135deg,#00d4ff 0%,#7b61ff 50%,#f36 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.coverage-hero p{color:var(--text-secondary-dark);max-width:600px;margin:0 auto;font-size:1.1rem}.coverage-content{z-index:2;gap:2rem;max-width:1440px;min-height:600px;margin:0 auto;padding:0 1.5rem 3rem;display:flex;position:relative}.coverage-sidebar{z-index:3;flex-direction:column;flex-shrink:0;gap:1.5rem;width:420px;min-width:360px;display:flex}.coverage-map-wrapper{border-radius:var(--radius-lg);flex:1;height:500px;max-height:60vh;position:relative;overflow:hidden}.coverage-page:before,.coverage-page:after{content:"";filter:blur(120px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.coverage-page:before{background:#00d4ff14;width:500px;height:500px;animation:12s ease-in-out infinite pulse-slow;top:-100px;left:-100px}.coverage-page:after{background:#ff33660f;width:400px;height:400px;animation:15s ease-in-out 3s infinite pulse-slow;bottom:-50px;right:-50px}.zone-details-card{-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-md);background:#ffffff0a;border:1px solid #ffffff14;padding:1.5rem;animation:.4s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.zone-details-card h3{font-family:var(--font-heading);color:#fff;margin-bottom:.5rem;font-size:1.25rem}.zone-details-card .zone-label{text-transform:uppercase;letter-spacing:.1em;border-radius:var(--radius-full);margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.zone-details-card .estates-list{grid-template-columns:1fr 1fr;gap:.5rem;padding:0;list-style:none;display:grid}.zone-details-card .estates-list li{color:var(--text-secondary-dark);align-items:center;gap:.4rem;font-size:.875rem;display:flex}.zone-details-card .estates-list li:before{content:"";border-radius:50%;flex-shrink:0;width:6px;height:6px}.map-legend{border-radius:var(--radius-md);color:var(--text-muted-dark);background:#ffffff08;border:1px solid #ffffff0f;align-items:center;gap:1.5rem;padding:.75rem 1rem;font-size:.8rem;display:flex}.map-legend .legend-item{align-items:center;gap:.4rem;display:flex}.map-legend .legend-dot{border-radius:50%;width:10px;height:10px}@media (width<=1024px){.coverage-content{flex-direction:column}.coverage-sidebar{width:100%;min-width:unset}.coverage-map-wrapper{height:400px;max-height:none}.coverage-hero h1{font-size:2rem}}@media (width<=640px){.coverage-hero{padding:7rem 1rem 1.5rem}.coverage-hero h1{font-size:1.75rem}.coverage-hero p{font-size:.95rem}.coverage-content{padding:0 1rem 2rem}.zone-details-card .estates-list{grid-template-columns:1fr}}
