:root{--bg-primary:#080810;--bg-secondary:#0f0f1a;--bg-card:#12121f;--bg-card-hover:#181828;--blue-400:#60a5fa;--blue-500:#3b82f6;--blue-600:#2563eb;--blue-700:#1d4ed8;--white:#ffffff;--gray-100:#f1f5f9;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--radius:12px;--radius-lg:20px;--shadow:0 4px 24px rgba(0,0,0,0.4);--shadow-blue:0 4px 24px rgba(59,130,246,0.15);--transition:0.25s ease;--nav-height:72px;--font:"Inter",system-ui,-apple-system,sans-serif}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;text-size-adjust:100%}body{font-family:var(--font);background:var(--bg-primary);color:var(--gray-100);line-height:1.7;min-height:100vh;min-height:100dvh;overflow-x:hidden;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.container{width:100%;max-width:1200px;margin:0 auto;padding-left:max(1.25rem,env(safe-area-inset-left,0px));padding-right:max(1.25rem,env(safe-area-inset-right,0px))}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--nav-height);padding-top:env(safe-area-inset-top,0);background:rgba(8,8,16,.85);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(59,130,246,.1);transition:background var(--transition)}.navbar.scrolled{background:rgba(8,8,16,.97);box-shadow:var(--shadow)}.navbar .container{justify-content:space-between;height:100%;gap:1rem}.logo,.navbar .container{display:flex;align-items:center}.logo{flex-shrink:0;min-height:44px}.logo-text{font-size:clamp(.95rem,2.2vw,1.2rem);font-weight:700;letter-spacing:-.01em;color:var(--blue-400);white-space:nowrap;line-height:1.2}@supports (-webkit-background-clip:text){.logo-text.logo-text-accent{background:linear-gradient(135deg,var(--white) 60%,var(--blue-400) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}}.logo-text-footer{font-size:1.15rem;display:inline-block;margin-bottom:.25rem}.logo img,.logo svg{height:40px;width:auto}.nav-links{display:flex;align-items:center;gap:.25rem}.nav-links a{padding:.5rem .85rem;font-size:.9rem;font-weight:500;color:var(--gray-300);border-radius:8px;transition:color var(--transition),background var(--transition)}.nav-links a.active,.nav-links a:hover{color:var(--white);background:rgba(59,130,246,.12)}.nav-actions{display:flex;align-items:center;gap:.75rem}.btn-call{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.1rem;background:linear-gradient(135deg,var(--blue-500),var(--blue-700));color:var(--white);font-size:.875rem;font-weight:600;border-radius:50px;border:none;cursor:pointer;transition:transform var(--transition),box-shadow var(--transition);white-space:nowrap}.btn-call:hover{transform:translateY(-1px);box-shadow:var(--shadow-blue)}.btn-call svg{width:16px;height:16px}.nav-actions .btn-whatsapp{padding:.55rem 1.1rem;min-height:auto;font-size:.875rem;white-space:nowrap}.nav-actions .btn-whatsapp svg{width:16px;height:16px;flex-shrink:0}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:10px;min-width:44px;min-height:44px}.hamburger span{display:block;width:24px;height:2px;background:var(--white);border-radius:2px;transition:transform var(--transition),opacity var(--transition)}.hamburger.open span:first-child{transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:center;padding-top:calc(var(--nav-height) + env(safe-area-inset-top, 0px));overflow:hidden}.hero-bg{z-index:0}.hero-bg,.hero-bg:before{position:absolute;inset:0}.hero-bg:before{content:"";background:radial-gradient(ellipse 80% 60% at 20% 40%,rgba(37,99,235,.18) 0,transparent 60%),radial-gradient(ellipse 60% 50% at 80% 60%,rgba(59,130,246,.1) 0,transparent 55%)}.hero-particles{position:absolute;inset:0;overflow:hidden}.particle{position:absolute;width:4px;height:4px;background:var(--blue-500);border-radius:50%;opacity:.3;animation:float linear infinite}@keyframes float{0%{transform:translateY(100vh) scale(0);opacity:0}10%{opacity:.3}90%{opacity:.3}to{transform:translateY(-10vh) scale(1);opacity:0}}.hero .container{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center;padding-top:3rem;padding-bottom:3rem}.hero-content h1{font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.15;color:var(--white);margin-bottom:1.25rem}.hero-content h1 span{background:linear-gradient(135deg,var(--blue-400),var(--blue-600));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-content p{font-size:1.05rem;color:var(--gray-400);margin-bottom:2rem;max-width:520px}.hero-btns{display:flex;flex-wrap:wrap;gap:1rem}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.75rem;min-height:48px;background:linear-gradient(135deg,var(--blue-500),var(--blue-700));color:var(--white);font-weight:600;border-radius:50px;transition:transform var(--transition),box-shadow var(--transition)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-blue)}.btn-outline{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.75rem;border:1.5px solid rgba(59,130,246,.4);color:var(--blue-400);font-weight:600;border-radius:50px;transition:background var(--transition),border-color var(--transition)}.btn-outline:hover{background:rgba(59,130,246,.08);border-color:var(--blue-500)}.btn-whatsapp{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.75rem;min-height:48px;background:linear-gradient(135deg,#25d366,#128c7e);color:var(--white);font-weight:600;border-radius:50px;transition:transform var(--transition),box-shadow var(--transition)}.btn-whatsapp:hover{transform:translateY(-2px);box-shadow:0 4px 24px rgba(37,211,102,.25)}.btn-whatsapp-lg{padding:.85rem 2rem;font-size:1rem}.hero-visual{position:relative;display:flex;justify-content:center}.hero-image-wrap{position:relative;border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(59,130,246,.2);box-shadow:var(--shadow),0 0 60px rgba(37,99,235,.12);max-width:520px;width:100%}.hero-image-wrap img{width:100%;aspect-ratio:4/3;object-fit:cover}.hero-image-glow{position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(8,8,16,.5));pointer-events:none}.services-showcase{padding:1rem 0 4.5rem;margin-top:-1.5rem;position:relative;z-index:2}.showcase-header{text-align:center;margin-bottom:2rem}.showcase-header h2{font-size:clamp(1.5rem,3.5vw,2rem);font-weight:800;color:var(--white)}.showcase-grid{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}@media (min-width:540px){.showcase-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.showcase-grid{grid-template-columns:repeat(4,1fr);gap:1rem}}.showcase-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(255,255,255,.08);aspect-ratio:4/3;min-height:180px;transition:transform .35s ease,border-color var(--transition),box-shadow var(--transition);box-shadow:0 8px 32px rgba(0,0,0,.35)}.showcase-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--blue-500),var(--blue-400));z-index:2;opacity:0;transition:opacity var(--transition)}.showcase-card:hover{transform:translateY(-8px);border-color:rgba(59,130,246,.45);box-shadow:var(--shadow-blue),0 12px 40px rgba(0,0,0,.45)}.showcase-card:hover:before{opacity:1}.showcase-card img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.25,.46,.45,.94)}.showcase-card:hover img{transform:scale(1.08)}.showcase-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,8,16,.05),rgba(8,8,16,.55) 45%,rgba(8,8,16,.95));display:flex;flex-direction:column;justify-content:flex-end;padding:1.15rem 1.25rem}.showcase-label{font-size:clamp(.9rem,1.8vw,1.05rem);font-weight:700;color:var(--white);margin-bottom:.2rem;line-height:1.3}.showcase-overlay p{font-size:clamp(.75rem,1.5vw,.82rem);color:var(--gray-400);line-height:1.45}.hero-card{background:var(--bg-card);border:1px solid rgba(59,130,246,.15);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow);animation:heroPulse 4s ease-in-out infinite}@keyframes heroPulse{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin-top:1.5rem}.stat-item{text-align:center;padding:1rem;background:rgba(59,130,246,.06);border-radius:var(--radius)}.stat-item strong{display:block;font-size:1.5rem;color:var(--blue-400);font-weight:800}.stat-item span{font-size:.75rem;color:var(--gray-500)}.hero-icon{width:80px;height:80px;margin:0 auto 1rem;background:linear-gradient(135deg,var(--blue-500),var(--blue-700));border-radius:20px;display:flex;align-items:center;justify-content:center}.hero-icon svg{width:40px;height:40px;color:white}section{padding:5rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--white);margin-bottom:.75rem}.section-header p{color:var(--gray-400);max-width:640px;margin:0 auto}.section-label{display:inline-block;padding:.35rem 1rem;background:rgba(59,130,246,.12);color:var(--blue-400);font-size:.8rem;font-weight:600;border-radius:50px;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.feature-card{background:var(--bg-card);border:1px solid rgba(255,255,255,.05);border-radius:var(--radius-lg);padding:2rem;transition:transform var(--transition),border-color var(--transition)}.feature-card:hover{transform:translateY(-4px);border-color:rgba(59,130,246,.25)}.feature-icon{width:48px;height:48px;background:rgba(59,130,246,.12);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:var(--blue-400)}.feature-card h3{font-size:1.15rem;color:var(--white);margin-bottom:.75rem}.feature-card p{color:var(--gray-400);font-size:.95rem}.regions{background:var(--bg-secondary)}.region-tags{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.region-tag{padding:.5rem 1.25rem;background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.2);border-radius:50px;color:var(--blue-400);font-size:.9rem;font-weight:500}.geo-service-area{background:var(--bg-primary);padding:4rem 0}.geo-service-area--compact{padding:3rem 0;background:var(--bg-secondary)}.geo-district-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.25rem;gap:1.25rem;margin-top:2rem}.geo-district-card{background:rgba(255,255,255,.03);border:1px solid rgba(59,130,246,.12);border-radius:var(--radius);padding:1.25rem 1.35rem}.geo-district-card h3{font-size:1.05rem;color:var(--white);margin-bottom:.65rem;line-height:1.35}.geo-district-card p{color:var(--gray-400);font-size:.9rem;line-height:1.6;margin-bottom:.75rem}.geo-district-link{color:var(--blue-400);font-size:.88rem;font-weight:500}.geo-district-link:hover{color:var(--blue-300)}.district-hero{padding:3rem 0;background:var(--bg-secondary)}.district-intro h2{font-size:clamp(1.4rem,2.5vw,1.9rem);color:var(--white);margin-bottom:1rem}.district-intro p{color:var(--gray-300);line-height:1.75;margin-bottom:1rem}.district-cta-btns{display:flex;gap:1rem;margin-top:1.5rem;flex-wrap:wrap}.district-services{padding:4rem 0;background:var(--bg-primary)}.district-service-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:1.25rem;gap:1.25rem;margin-top:2rem}.district-service-card{background:rgba(255,255,255,.03);border:1px solid rgba(59,130,246,.12);border-radius:var(--radius);padding:1.35rem}.district-service-card h3{font-size:1.05rem;color:var(--white);margin-bottom:.65rem}.district-service-card p{color:var(--gray-400);font-size:.9rem;line-height:1.6;margin-bottom:.75rem}.district-faq{padding:4rem 0;background:var(--bg-secondary)}.faq-list{margin-top:2rem;display:flex;flex-direction:column;gap:.75rem}.faq-item{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07);border-radius:var(--radius);padding:1rem 1.25rem}.faq-question{cursor:pointer;font-weight:600;color:var(--white);font-size:1rem;list-style:none;display:flex;justify-content:space-between;align-items:center}.faq-question::-webkit-details-marker{display:none}.faq-question:after{content:"+";font-size:1.4rem;color:var(--blue-400);transition:transform .2s}details[open] .faq-question:after{transform:rotate(45deg)}.faq-answer{margin-top:.75rem;color:var(--gray-300);line-height:1.7;font-size:.95rem}.nearby-districts{padding:3rem 0;background:var(--bg-primary)}.nearby-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1rem;gap:1rem;margin-top:2rem}.nearby-card{display:flex;flex-direction:column;gap:.35rem;padding:1rem 1.25rem;background:rgba(59,130,246,.07);border:1px solid rgba(59,130,246,.15);border-radius:var(--radius);transition:border-color .2s,background .2s}.nearby-card:hover{background:rgba(59,130,246,.12);border-color:rgba(59,130,246,.3)}.nearby-card strong{color:var(--white);font-size:1rem}.nearby-card span{color:var(--blue-400);font-size:.85rem}.blog-listing{padding:4rem 0}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.blog-card{display:block;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07);border-radius:var(--radius);transition:border-color .2s,transform .2s}.blog-card:hover{border-color:rgba(59,130,246,.3);transform:translateY(-2px)}.blog-card-body{padding:1.35rem}.blog-card-meta{display:flex;gap:1rem;align-items:center;color:var(--gray-500);font-size:.82rem;margin-bottom:.75rem}.blog-card-title{font-size:1.05rem;color:var(--white);margin-bottom:.6rem;line-height:1.4}.blog-card-desc{color:var(--gray-400);font-size:.9rem;line-height:1.6;margin-bottom:.75rem}.blog-card-tags{display:flex;flex-wrap:wrap;gap:.4rem}.blog-tag{padding:.25rem .65rem;background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.15);border-radius:20px;color:var(--blue-400);font-size:.78rem}.blog-article{padding:3rem 0 5rem}.blog-container{max-width:760px}.blog-meta{align-items:center;flex-wrap:wrap;font-size:.85rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.07)}.blog-meta .blog-tags{display:flex;flex-wrap:wrap;gap:.4rem}.blog-content h2{font-size:1.35rem;color:var(--white);margin:2.25rem 0 .9rem}.blog-content p{color:var(--gray-300);line-height:1.8;margin-bottom:1rem}.blog-content strong{color:var(--white)}.blog-section{margin-bottom:.5rem}.blog-cta-box{margin-top:3rem;padding:1.75rem;background:rgba(59,130,246,.07);border:1px solid rgba(59,130,246,.18);border-radius:var(--radius)}.blog-cta-box p{color:var(--gray-300);margin-bottom:1.25rem}.blog-cta-btns{display:flex;gap:1rem;flex-wrap:wrap}.related-posts{padding:4rem 0;background:var(--bg-secondary)}.related-posts-title{font-size:1.5rem;color:var(--white);margin-bottom:1.75rem}.cta{background:linear-gradient(135deg,rgba(37,99,235,.15),rgba(29,78,216,.08));border-top:1px solid rgba(59,130,246,.1);border-bottom:1px solid rgba(59,130,246,.1)}.cta .container{text-align:center}.cta h2{font-size:clamp(1.5rem,3vw,2rem);color:var(--white);margin-bottom:1rem}.cta p{color:var(--gray-400);margin-bottom:2rem}.cta-btns{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:center}.services-list{padding:3rem 0 5rem}.service-block{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center;padding:3rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.service-block:last-child{border-bottom:none}.service-block.reverse{direction:rtl}.service-block.reverse>*{direction:ltr}.service-block-image{border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(59,130,246,.15);box-shadow:var(--shadow)}.service-block-image img{width:100%;aspect-ratio:4/3;object-fit:cover}.service-block-content h2{font-size:1.75rem;font-weight:800;color:var(--white);margin-bottom:1rem}.service-block-content p{color:var(--gray-400);margin-bottom:1rem}.service-features{list-style:none;margin:1.25rem 0 1.5rem}.service-features li{position:relative;padding-left:1.5rem;margin-bottom:.6rem;color:var(--gray-300);font-size:.95rem}.service-features li:before{content:"";position:absolute;left:0;top:.55rem;width:8px;height:8px;background:var(--blue-500);border-radius:50%}.page-header{padding-top:calc(var(--nav-height) + 3rem);padding-bottom:2rem;background:var(--bg-secondary);border-bottom:1px solid rgba(59,130,246,.08)}.page-header h1{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;color:var(--white);margin-bottom:.75rem}.page-header p{color:var(--gray-400);max-width:700px}.breadcrumb{display:flex;gap:.5rem;font-size:.85rem;color:var(--gray-500);margin-bottom:1rem}.breadcrumb a{color:var(--blue-400)}.breadcrumb a:hover{text-decoration:underline}.price-section{padding:3rem 0}.price-section+.price-section{border-top:1px solid rgba(255,255,255,.05)}.price-section-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.price-section-header h2{font-size:1.75rem;font-weight:700;color:var(--white)}.price-section-header .badge{padding:.3rem .85rem;background:rgba(59,130,246,.15);color:var(--blue-400);font-size:.8rem;font-weight:600;border-radius:50px}.price-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:1.25rem;gap:1.25rem}.price-card{background:var(--bg-card);border:1px solid rgba(255,255,255,.05);border-radius:var(--radius);overflow:hidden;transition:transform var(--transition),border-color var(--transition),box-shadow var(--transition)}.price-card:hover{transform:translateY(-3px);border-color:rgba(59,130,246,.25);box-shadow:var(--shadow-blue)}.price-card img{width:100%;aspect-ratio:4/3;object-fit:cover;background:var(--bg-secondary)}.price-card-body{padding:1rem 1.15rem 1.25rem}.price-card-body h3{font-size:.95rem;font-weight:600;color:var(--white);margin-bottom:.5rem;line-height:1.4}.price-card-body .price{font-size:1.15rem;font-weight:700;color:var(--blue-400)}.price-card-body .desc{font-size:.85rem;color:var(--gray-500);margin-top:.35rem}.price-note{margin-top:1.5rem;padding:1rem 1.25rem;background:rgba(59,130,246,.06);border-radius:var(--radius);font-size:.9rem;color:var(--gray-400)}.price-loading{text-align:center;padding:3rem;color:var(--gray-500)}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:1.5rem;gap:1.5rem}.blog-card{background:var(--bg-card);border:1px solid rgba(255,255,255,.05);border-radius:var(--radius-lg);overflow:hidden;transition:transform var(--transition),border-color var(--transition)}.blog-card:hover{transform:translateY(-4px);border-color:rgba(59,130,246,.25)}.blog-card-image{aspect-ratio:16/9;background:var(--bg-secondary);overflow:hidden}.blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.blog-card:hover .blog-card-image img{transform:scale(1.05)}.blog-card-body{padding:1.5rem}.blog-meta{display:flex;gap:1rem;font-size:.8rem;color:var(--gray-500);margin-bottom:.75rem}.blog-card-body h2{font-size:1.15rem;font-weight:700;color:var(--white);margin-bottom:.75rem;line-height:1.4}.blog-card-body p{font-size:.9rem;color:var(--gray-400);margin-bottom:1rem}.read-more{color:var(--blue-400);font-size:.9rem;font-weight:600;display:inline-flex;align-items:center;gap:.35rem}.read-more:hover{color:var(--blue-500)}.article-content{max-width:780px;margin:0 auto;padding:3rem 0 5rem}.article-content h2{font-size:1.5rem;color:var(--white);margin:2rem 0 1rem}.article-content p,.article-content ul{color:var(--gray-300);margin-bottom:1.25rem}.article-content ul{list-style:disc;padding-left:1.5rem}.article-content li{margin-bottom:.5rem}.coming-soon{text-align:center;padding:5rem 2rem}.coming-soon-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:rgba(59,130,246,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--blue-400)}.coming-soon h2{font-size:1.5rem;color:var(--white);margin-bottom:.75rem}.coming-soon p{color:var(--gray-400)}.contact-section{padding:3rem 0 5rem}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:2.5rem;gap:2.5rem;align-items:start}.contact-info h2{font-size:1.75rem;font-weight:800;color:var(--white);margin-bottom:.75rem}.contact-info>p{color:var(--gray-400);margin-bottom:2rem}.contact-list{list-style:none;display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem}.contact-list li{display:flex;align-items:flex-start;gap:1rem}.contact-icon{width:44px;height:44px;flex-shrink:0;background:rgba(59,130,246,.12);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--blue-400)}.contact-icon-whatsapp{background:rgba(37,211,102,.12);color:#25d366}.contact-list strong{display:block;color:var(--white);font-size:.9rem;margin-bottom:.15rem}.contact-list a{color:var(--gray-400);font-size:.95rem;transition:color var(--transition)}.contact-list a:hover{color:var(--blue-400)}.contact-regions h3{font-size:1rem;color:var(--white);margin-bottom:.75rem}.contact-map-wrap{background:var(--bg-card);border:1px solid rgba(59,130,246,.15);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow)}.map-header{padding:1.25rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.05)}.map-header h2{font-size:1.15rem;font-weight:700;color:var(--white);margin-bottom:.35rem}.map-header p{font-size:.85rem;color:var(--gray-500)}.service-map{width:100%;height:480px;background:var(--bg-secondary);position:relative;z-index:1}.map-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--gray-500);font-size:.95rem;z-index:0}.map-hint{padding:.85rem 1.5rem;font-size:.8rem;color:var(--gray-500);border-top:1px solid rgba(255,255,255,.05)}.service-map .leaflet-control-attribution a{pointer-events:none;cursor:default;text-decoration:none;color:inherit}.district-tooltip{background:rgba(8,8,16,.92)!important;border:1px solid rgba(239,68,68,.4)!important;color:#fff!important;font-weight:600!important;font-size:.85rem!important;padding:.35rem .65rem!important;border-radius:8px!important;box-shadow:none!important}.district-tooltip:before{border-top-color:rgba(239,68,68,.4)!important}.district-tooltip-priority{color:#fca5a5!important}.leaflet-tooltip.district-tooltip:has(.district-tooltip-priority){border-color:rgba(220,38,38,.7)!important}.footer{background:var(--bg-secondary);border-top:1px solid rgba(255,255,255,.05);padding:3rem 0 1.5rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:2rem;gap:2rem;margin-bottom:2rem}.footer-brand p{color:var(--gray-400);font-size:.9rem;margin-top:1rem;max-width:320px}.footer h4{color:var(--white);font-size:.95rem;margin-bottom:1rem}.footer-links li{margin-bottom:.5rem}.footer-links a{color:var(--gray-400);font-size:.9rem;transition:color var(--transition)}.footer-links a:hover{color:var(--blue-400)}.footer-bottom{padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.05);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.85rem;color:var(--gray-500)}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}@media (max-width:992px){.hamburger{display:flex}.nav-links{position:fixed;top:calc(var(--nav-height) + env(safe-area-inset-top, 0px));left:0;right:0;background:rgba(8,8,16,.98);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);flex-direction:column;padding:.75rem 1rem 1.25rem;gap:.15rem;border-bottom:1px solid rgba(59,130,246,.1);transform:translateY(-120%);opacity:0;pointer-events:none;transition:transform var(--transition),opacity var(--transition);max-height:calc(100dvh - var(--nav-height) - env(safe-area-inset-top, 0px));overflow-y:auto;-webkit-overflow-scrolling:touch}.nav-links.open{transform:translateY(0);opacity:1;pointer-events:all}.nav-links a{width:100%;padding:.9rem 1rem;font-size:1rem;min-height:48px;display:flex;align-items:center}.nav-actions .btn-call{padding:.55rem .85rem;min-width:44px;min-height:44px;justify-content:center}.nav-actions .btn-call span{display:none}.nav-actions .btn-whatsapp{padding:.55rem .85rem;min-width:44px;min-height:44px}.nav-actions .btn-whatsapp span{display:none}}@media (max-width:900px){.hero .container{grid-template-columns:1fr;text-align:center}.hero-content p{margin-left:auto;margin-right:auto}.hero-btns{justify-content:center}.hero-visual{order:-1}.hero-image-wrap{max-width:420px;margin:0 auto}.service-block,.service-block.reverse{grid-template-columns:1fr;direction:ltr}.contact-grid{grid-template-columns:1fr}.service-map{height:380px}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){:root{--nav-height:64px}.logo-text{font-size:1rem;max-width:42vw;overflow:hidden;text-overflow:ellipsis}.hero{min-height:auto;padding-bottom:2rem}.hero .container{padding-top:2rem;padding-bottom:2rem;gap:2rem}.hero-btns{flex-direction:column;align-items:stretch}.hero-btns a{width:100%;justify-content:center}.showcase-header{margin-bottom:1.5rem}section{padding:3.5rem 0}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center;gap:.5rem}.price-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.cta-btns{flex-direction:column;width:100%}.cta-btns a{width:100%;justify-content:center}}@media (max-width:480px){.blog-grid,.hero-stats{grid-template-columns:1fr}.showcase-label{font-size:.88rem}.showcase-overlay p{font-size:.78rem}.showcase-overlay{padding:.9rem 1rem}}@media (max-width:380px){.price-grid{grid-template-columns:1fr}.region-tags{gap:.5rem}.region-tag{font-size:.82rem;padding:.45rem 1rem}.logo-text{max-width:38vw;font-size:.92rem}}@media (hover:none){.showcase-card:hover{transform:none}.showcase-card:active{transform:scale(.98)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.fade-in{opacity:1;transform:none;transition:none}.hero-card,.showcase-card,.showcase-card img{animation:none;transition:none}.showcase-card:hover,.showcase-card:hover img{transform:none}}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_9ec47d{font-family:Inter,Inter Fallback;font-style:normal}