.Header-module__hBw1pG__header{width:100%;height:var(--header-height);z-index:1000;-webkit-backdrop-filter:blur(24px);background:#070709b8;border-bottom:1px solid #ffffff0a;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0}.Header-module__hBw1pG__scrolled{background:#08080af2;border-bottom:1px solid #ffffff0f;height:78px;box-shadow:0 10px 30px #00000080}.Header-module__hBw1pG__inner{justify-content:space-between;align-items:center;width:100%;max-width:1320px;padding:0 2.25rem;display:flex}.Header-module__hBw1pG__logo{flex-shrink:0;align-items:center;width:260px;display:flex}.Header-module__hBw1pG__logoImage{object-fit:contain;width:100%;height:auto;display:block}.Header-module__hBw1pG__nav{display:none}.Header-module__hBw1pG__navLink{color:var(--text-secondary);letter-spacing:.02em;margin-left:1.6rem;padding:.5rem 0;font-size:.86rem;font-weight:600;transition:color .3s;position:relative}.Header-module__hBw1pG__navLink:after{content:"";background:var(--accent-gold);width:0;height:2px;transition:width .3s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:0}.Header-module__hBw1pG__navLink:hover{color:var(--text-primary)}.Header-module__hBw1pG__navLink:hover:after{width:100%}.Header-module__hBw1pG__actions{flex-shrink:0;align-items:center;gap:.65rem;display:flex}.Header-module__hBw1pG__callBtn{background:var(--accent-gold);color:#08080a;border-radius:var(--radius-full);min-height:50px;box-shadow:var(--accent-gold-glow);align-items:center;gap:.7rem;padding:.55rem 1.15rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.Header-module__hBw1pG__callBtn svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.Header-module__hBw1pG__callCopy{flex-direction:column;line-height:1.15;display:flex}.Header-module__hBw1pG__callCopy small{letter-spacing:.08em;text-transform:uppercase;opacity:.7;font-size:.62rem;font-weight:800}.Header-module__hBw1pG__callCopy strong{white-space:nowrap;font-size:.82rem}.Header-module__hBw1pG__callBtn:hover{background:#fbbf24;transform:translateY(-1.5px);box-shadow:0 0 25px #f59e0b80}.Header-module__hBw1pG__searchBtn{width:44px;height:44px;color:var(--text-secondary);cursor:pointer;background:#ffffff09;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;transition:all .25s;display:inline-flex}.Header-module__hBw1pG__searchBtn svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;width:18px;height:18px}.Header-module__hBw1pG__searchBtn:hover{color:var(--accent-gold);background:#f6a30d14;border-color:#f6a30d59}@media (max-width:1079px){.Header-module__hBw1pG__header,.Header-module__hBw1pG__scrolled{height:74px}.Header-module__hBw1pG__logo{width:195px}.Header-module__hBw1pG__callBtn{display:none}.Header-module__hBw1pG__inner{padding:0 1.25rem}}.Header-module__hBw1pG__mobileToggle{cursor:pointer;z-index:1002;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:26px;height:18px;margin-left:.5rem;padding:0;display:flex}.Header-module__hBw1pG__mobileToggle span{background-color:var(--text-primary);border-radius:2px;width:100%;height:2px;transition:all .3s cubic-bezier(.16,1,.3,1);display:block}.Header-module__hBw1pG__mobileMenuOverlay{-webkit-backdrop-filter:blur(20px);z-index:1001;opacity:0;background:#08080afa;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;padding:5rem 1.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0;overflow-y:auto;transform:translateY(-100%)}.Header-module__hBw1pG__mobileMenuOverlay.Header-module__hBw1pG__open{opacity:1;transform:translateY(0)}.Header-module__hBw1pG__mobileNavLink{color:var(--text-secondary);margin:.75rem 0;font-size:1.6rem;font-weight:700;text-decoration:none;transition:color .3s,transform .3s}.Header-module__hBw1pG__mobileNavLink:hover{color:var(--accent-gold);transform:scale(1.05)}.Header-module__hBw1pG__closeBtn{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;font-size:2rem;transition:color .3s;position:absolute;top:20px;right:20px}.Header-module__hBw1pG__closeBtn:hover{color:var(--text-primary)}@media (min-width:1080px){.Header-module__hBw1pG__nav{align-items:center;display:flex}.Header-module__hBw1pG__mobileToggle,.Header-module__hBw1pG__mobileMenuOverlay{display:none}}.Header-module__hBw1pG__dropdown{display:inline-block;position:relative}.Header-module__hBw1pG__dropdownContent{background-color:var(--bg-secondary);min-width:220px;box-shadow:var(--glass-shadow);border:var(--glass-border);border-radius:var(--radius-md);z-index:1001;-webkit-backdrop-filter:blur(10px);padding:.5rem 0;animation:.3s cubic-bezier(.16,1,.3,1) forwards Header-module__hBw1pG__slideUpMenu;display:none;position:absolute;top:100%;left:0}@keyframes Header-module__hBw1pG__slideUpMenu{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Header-module__hBw1pG__dropdown:hover .Header-module__hBw1pG__dropdownContent,.Header-module__hBw1pG__dropdown:focus-within .Header-module__hBw1pG__dropdownContent{display:block}.Header-module__hBw1pG__dropdownContent a{color:var(--text-secondary);padding:.75rem 1.5rem;font-size:.95rem;text-decoration:none;transition:all .25s;display:block}.Header-module__hBw1pG__dropdownContent a:hover{color:var(--accent-gold);background-color:#ffffff05;padding-left:1.75rem}
.Hero-module__ZARIfG__hero{min-height:820px;color:var(--text-primary);background:radial-gradient(circle at 78% 22%,#f6a30d17,#0000 28%),linear-gradient(#09090b 0%,#070709 100%);align-items:center;padding-top:9rem;padding-bottom:6rem;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__bg{opacity:.38;pointer-events:none;z-index:1;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 85%);mask-image:linear-gradient(#000,#0000 85%)}.Hero-module__ZARIfG__bg:before{content:"";z-index:2;background:radial-gradient(circle at 12% 48%,#f6a30d14,#0000 23%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__containerGrid{z-index:3;grid-template-columns:minmax(0,1fr) minmax(420px,.88fr);align-items:center;gap:5rem;width:100%;display:grid;position:relative}.Hero-module__ZARIfG__textSide{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.Hero-module__ZARIfG__badge{color:var(--accent-gold);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:1px;background:#f6a30d14;border:1px solid #f59e0b33;align-items:center;gap:.5rem;margin-bottom:1.75rem;padding:.55rem 1rem;font-size:.8rem;font-weight:800;display:inline-flex}.Hero-module__ZARIfG__liveDot{background:#2ee67b;border-radius:50%;flex-shrink:0;width:8px;height:8px;box-shadow:0 0 0 5px #2ee67b1a,0 0 18px #2ee67bb3}.Hero-module__ZARIfG__title{color:var(--text-primary);letter-spacing:-.055em;max-width:700px;margin-bottom:1.5rem;font-size:3.2rem;font-weight:850;line-height:1.04}.Hero-module__ZARIfG__title span{color:var(--accent-gold);display:inline}.Hero-module__ZARIfG__description{color:#c2c3c9;max-width:610px;margin-bottom:2rem;font-size:1.1rem;font-weight:400;line-height:1.7}.Hero-module__ZARIfG__buttonGroup{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:flex-start;gap:.8rem;width:100%;max-width:640px;margin-bottom:1.2rem;display:grid}.Hero-module__ZARIfG__actionCard{text-align:left;border-radius:18px;align-items:center;gap:.8rem;min-height:76px;padding:.9rem 1rem;transition:transform .25s,border-color .25s,background .25s;display:flex}.Hero-module__ZARIfG__actionCard:hover{transform:translateY(-2px)}.Hero-module__ZARIfG__actionCard>span:last-child{flex-direction:column;line-height:1.25;display:flex}.Hero-module__ZARIfG__actionCard strong{font-size:.92rem}.Hero-module__ZARIfG__actionCard small{opacity:.72;margin-top:.25rem;font-size:.72rem;font-weight:600}.Hero-module__ZARIfG__actionIcon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;display:inline-flex}.Hero-module__ZARIfG__actionIcon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.Hero-module__ZARIfG__whatsappAction{color:#061f10;background:#25d366;border:1px solid #45df7d;box-shadow:0 12px 30px #25d3662e}.Hero-module__ZARIfG__whatsappAction:hover{background:#39e978}.Hero-module__ZARIfG__whatsappAction .Hero-module__ZARIfG__actionIcon{background:#ffffff40}.Hero-module__ZARIfG__phoneAction{color:var(--text-primary);background:#ffffff0a;border:1px solid #ffffff1a}.Hero-module__ZARIfG__phoneAction:hover{background:#f6a30d12;border-color:#f6a30d59}.Hero-module__ZARIfG__phoneAction .Hero-module__ZARIfG__actionIcon{color:var(--accent-gold);background:var(--accent-gold-light)}.Hero-module__ZARIfG__decisionHint{color:#96979e;align-items:flex-start;gap:.7rem;width:100%;max-width:640px;font-size:.78rem;line-height:1.55;display:flex}.Hero-module__ZARIfG__decisionHint>span{width:21px;height:21px;color:var(--accent-gold);background:var(--accent-gold-light);border:1px solid #f6a30d33;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.65rem;display:inline-flex}.Hero-module__ZARIfG__decisionHint strong{color:var(--text-secondary)}.Hero-module__ZARIfG__visualSide{width:100%;height:520px;display:block;position:relative}.Hero-module__ZARIfG__visualCard{border:1px solid #ffffff17;border-radius:28px;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 35px 80px #00000094,0 0 0 10px #ffffff04}.Hero-module__ZARIfG__visualCard img{object-fit:cover;width:100%;height:100%}.Hero-module__ZARIfG__visualOverlay{background:linear-gradient(#07070905 30%,#070709e0 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__visualStatus{z-index:2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#09090bc2;border:1px solid #ffffff1a;border-radius:16px;align-items:center;gap:1rem;padding:1rem 1.1rem;display:flex;position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem}.Hero-module__ZARIfG__visualStatus div{flex-direction:column;display:flex}.Hero-module__ZARIfG__visualStatus small{color:var(--accent-gold);letter-spacing:.11em;font-size:.65rem;font-weight:800}.Hero-module__ZARIfG__visualStatus strong{font-size:.9rem}@media (min-width:768px){.Hero-module__ZARIfG__title{font-size:clamp(3.7rem,5.2vw,5.35rem)}.Hero-module__ZARIfG__description{font-size:1.25rem}}@media (max-width:991px){.Hero-module__ZARIfG__hero{min-height:auto;padding-top:8rem}.Hero-module__ZARIfG__containerGrid{grid-template-columns:1fr;gap:3.5rem}.Hero-module__ZARIfG__textSide{text-align:center;align-items:center}.Hero-module__ZARIfG__buttonGroup{justify-content:center}.Hero-module__ZARIfG__visualSide{max-width:720px;height:430px;margin:0 auto}}@media (max-width:480px){.Hero-module__ZARIfG__title{font-size:2.65rem}.Hero-module__ZARIfG__description{margin-bottom:2rem;font-size:.95rem}.Hero-module__ZARIfG__buttonGroup{grid-template-columns:1fr;gap:.75rem;width:100%}.Hero-module__ZARIfG__buttonGroup a{text-align:center;justify-content:center;width:100%}.Hero-module__ZARIfG__decisionHint{text-align:left}.Hero-module__ZARIfG__visualSide{height:310px}.Hero-module__ZARIfG__visualStatus{bottom:.85rem;left:.85rem;right:.85rem}}
.DistrictGrid-module__zu-Y-a__section{background-color:#08080a;padding:5rem 2rem;position:relative}.DistrictGrid-module__zu-Y-a__title{text-align:center;color:var(--text-primary);letter-spacing:-.02em;margin-bottom:3.5rem;font-size:2.25rem;font-weight:800}.DistrictGrid-module__zu-Y-a__title span{color:var(--accent-gold)}.DistrictGrid-module__zu-Y-a__grid{max-width:var(--container-width);grid-template-columns:repeat(auto-fill,minmax(185px,1fr));gap:1.25rem;margin:0 auto;display:grid}.DistrictGrid-module__zu-Y-a__card{text-align:center;color:var(--text-secondary);border-radius:var(--radius-md);background:#ffffff04;border:1px solid #ffffff08;justify-content:center;align-items:center;padding:1.25rem 1.5rem;font-size:.9rem;font-weight:700;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex}.DistrictGrid-module__zu-Y-a__card:hover{color:var(--accent-gold);background:#f59e0b0d;border-color:#f59e0b4d;transform:translateY(-3px);box-shadow:0 10px 25px #00000080}
.home-module__Hx0lNG__main{background-color:var(--bg-primary);width:100%;overflow-x:hidden}.home-module__Hx0lNG__trustSection{z-index:10;background:#0c0c0f;border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;padding:1.25rem 0;position:relative}.home-module__Hx0lNG__trustGrid{grid-template-columns:repeat(4,1fr);display:grid}.home-module__Hx0lNG__trustItem{justify-content:center;align-items:center;gap:.75rem;min-height:64px;padding:0 1rem;display:flex}.home-module__Hx0lNG__trustItem+.home-module__Hx0lNG__trustItem{border-left:1px solid #ffffff12}.home-module__Hx0lNG__trustItem strong{color:var(--accent-gold);white-space:nowrap;font-size:1rem}.home-module__Hx0lNG__trustItem span{color:var(--text-secondary);font-size:.82rem}.home-module__Hx0lNG__finderSection{background:radial-gradient(circle at 80% 40%,#f6a30d12,#0000 28%),#09090b;border-bottom:1px solid #ffffff0d;padding:6.5rem 0}.home-module__Hx0lNG__finderGrid{grid-template-columns:minmax(0,1fr) minmax(390px,.82fr);align-items:center;gap:6rem;display:grid}.home-module__Hx0lNG__finderCopy h2{letter-spacing:-.045em;max-width:650px;margin-bottom:1.5rem;font-size:clamp(2.3rem,4vw,4rem)}.home-module__Hx0lNG__finderCopy p{max-width:610px;color:var(--text-secondary);font-size:1.05rem;line-height:1.8}.home-module__Hx0lNG__finderBenefits{flex-wrap:wrap;gap:.65rem;margin-top:1.75rem;display:flex}.home-module__Hx0lNG__finderBenefits span{border-radius:var(--radius-full);min-height:38px;color:var(--text-secondary);background:#ffffff06;border:1px solid #ffffff12;align-items:center;gap:.55rem;padding:.45rem .75rem .45rem .5rem;font-size:.76rem;font-weight:650;display:inline-flex}.home-module__Hx0lNG__finderBenefits b{color:#08080a;background:var(--accent-gold);border-radius:50%;justify-content:center;align-items:center;width:25px;height:25px;font-size:.7rem;display:inline-flex}.home-module__Hx0lNG__eyebrow{color:var(--accent-gold);letter-spacing:.16em;text-transform:uppercase;margin-bottom:1rem;font-size:.72rem;font-weight:850;display:inline-block}.home-module__Hx0lNG__servicesSection{background-color:#070709;padding:7.5rem 0}.home-module__Hx0lNG__sectionHeader{text-align:center;margin-bottom:4.5rem}.home-module__Hx0lNG__sectionHeader h2{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2.3rem,4vw,3.65rem);font-weight:900}.home-module__Hx0lNG__sectionHeader p{max-width:600px;color:var(--text-secondary);margin:0 auto;font-size:1.05rem}.home-module__Hx0lNG__servicesGrid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.home-module__Hx0lNG__serviceCard{background:linear-gradient(145deg,#ffffff07,#ffffff03);border:1px solid #ffffff0f;border-radius:18px;padding:2.4rem 2rem;transition:all .35s cubic-bezier(.16,1,.3,1);position:relative}.home-module__Hx0lNG__serviceCard:hover{background:linear-gradient(145deg,#f6a30d12,#ffffff04);border-color:#f59e0b4d;transform:translateY(-6px);box-shadow:0 24px 50px #00000073}.home-module__Hx0lNG__serviceCard:before{content:"";background:var(--accent-gold);width:54px;height:2px;position:absolute;top:0;left:2rem;box-shadow:0 0 14px #f6a30d80}.home-module__Hx0lNG__serviceNumber{width:46px;height:46px;color:var(--accent-gold);background:var(--accent-gold-light);letter-spacing:.08em;border:1px solid #f6a30d40;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.75rem;font-size:.78rem;font-weight:850;display:inline-flex}.home-module__Hx0lNG__serviceCard h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.42rem;font-weight:800}.home-module__Hx0lNG__serviceCard p{color:var(--text-secondary);margin-bottom:2rem;font-size:.95rem;line-height:1.75}.home-module__Hx0lNG__detailsLink{color:var(--accent-gold);align-items:center;gap:.25rem;font-size:.9rem;font-weight:700;transition:gap .25s;display:inline-flex}.home-module__Hx0lNG__serviceCard:hover .home-module__Hx0lNG__detailsLink{color:#fbbf24;gap:.5rem}.home-module__Hx0lNG__whySection{background-color:#0b0b0e;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;padding:7.5rem 0}.home-module__Hx0lNG__whyGrid{grid-template-columns:1.1fr .9fr;align-items:center;gap:5rem;display:grid}.home-module__Hx0lNG__whyText{text-align:left}.home-module__Hx0lNG__whyText h2{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.35rem,4vw,3.65rem);font-weight:900}.home-module__Hx0lNG__whyText p{color:var(--text-secondary);margin-bottom:3rem;font-size:1.05rem;line-height:1.7}.home-module__Hx0lNG__whyList{flex-direction:column;gap:1.75rem;display:flex}.home-module__Hx0lNG__whyItem{align-items:flex-start;gap:1.25rem;display:flex}.home-module__Hx0lNG__whyIcon{background:var(--accent-gold-light);color:var(--accent-gold);border:1px solid #f6a30d38;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-weight:800;display:flex}.home-module__Hx0lNG__whyItem h4{color:var(--text-primary);margin-bottom:.25rem;font-size:1.15rem;font-weight:800}.home-module__Hx0lNG__whyItem p{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.5}.home-module__Hx0lNG__whyVisual{width:100%;height:470px;position:relative}.home-module__Hx0lNG__lockCard{width:100%;height:100%;box-shadow:var(--glass-shadow);border:1px solid #ffffff0f;border-radius:24px;position:relative;overflow:hidden}.home-module__Hx0lNG__lockCard img{object-fit:cover;width:100%;height:100%}.home-module__Hx0lNG__floatingBadge{-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-md);background:#08080ad9;border:1px solid #ffffff14;flex-direction:column;align-items:flex-start;gap:.15rem;padding:.75rem 1.25rem;display:flex;position:absolute;bottom:20px;left:20px}.home-module__Hx0lNG__floatingBadge span:first-child{color:var(--accent-gold);letter-spacing:1px;text-transform:uppercase;font-size:.7rem;font-weight:800}.home-module__Hx0lNG__floatingBadge span:last-child{color:var(--text-primary);font-size:.85rem;font-weight:700}.home-module__Hx0lNG__processSection{background-color:#070709;padding:7.5rem 0}.home-module__Hx0lNG__processGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin-top:4rem;display:grid}.home-module__Hx0lNG__processStep{text-align:center;background:#ffffff05;border:1px solid #ffffff0f;border-radius:18px;padding:3.25rem 2rem;transition:all .35s cubic-bezier(.16,1,.3,1)}.home-module__Hx0lNG__processStep:hover{border-color:#f59e0b33;transform:translateY(-4px)}.home-module__Hx0lNG__stepCircle{border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;font-size:1.5rem;font-weight:900;display:inline-flex}.home-module__Hx0lNG__stepCircleGold{background:var(--accent-gold);color:#08080a;box-shadow:var(--accent-gold-glow)}.home-module__Hx0lNG__stepCircleWhite{color:var(--text-primary);background:#ffffff08;border:1px solid #ffffff14}.home-module__Hx0lNG__processStep h3{margin-bottom:.75rem;font-size:1.35rem;font-weight:800}.home-module__Hx0lNG__processStep p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.home-module__Hx0lNG__ctaSection{background-color:#070709;padding:7rem 0}.home-module__Hx0lNG__ctaCard{text-align:center;max-width:var(--container-width);background:radial-gradient(circle at 50% 0,#f6a30d2e,#0000 38%),linear-gradient(135deg,#15120d 0%,#09090b 72%);border:1px solid #f6a30d3d;border-radius:28px;margin:0 auto;padding:5rem 3rem;position:relative;overflow:hidden;box-shadow:0 30px 60px #000c,0 0 40px #f59e0b0d}.home-module__Hx0lNG__ctaCard h2{letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:900}.home-module__Hx0lNG__ctaCard p{color:var(--text-secondary);max-width:600px;margin:0 auto 3rem;font-size:1.15rem}.home-module__Hx0lNG__ctaActions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.home-module__Hx0lNG__ctaCallBtn{background:var(--accent-gold);color:#08080a;border-radius:var(--radius-full);letter-spacing:.035em;letter-spacing:-.02em;cursor:pointer;border:none;justify-content:center;align-items:center;min-height:58px;padding:1rem 2.4rem;font-size:1rem;font-weight:900;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 10px 30px #f59e0b66}.home-module__Hx0lNG__ctaCallBtn:hover{background:#fbbf24;transform:scale(1.03);box-shadow:0 15px 40px #f59e0b99}.home-module__Hx0lNG__ctaWhatsappBtn{color:#061f10;background:#25d366;box-shadow:0 10px 30px #25d36659}.home-module__Hx0lNG__ctaWhatsappBtn:hover{background:#39e978;box-shadow:0 15px 40px #25d36680}.home-module__Hx0lNG__ctaSub{color:var(--accent-gold);letter-spacing:2px;justify-content:center;align-items:center;gap:.65rem;margin-top:1.5rem;font-size:.85rem;font-weight:800;display:inline-flex}.home-module__Hx0lNG__activeDot{background:#2ee67b;border-radius:50%;flex-shrink:0;width:9px;height:9px;animation:1.7s ease-out infinite home-module__Hx0lNG__activePulse;box-shadow:0 0 #2ee67bb3}@keyframes home-module__Hx0lNG__activePulse{0%{box-shadow:0 0 #2ee67bad}70%{box-shadow:0 0 0 9px #2ee67b00}to{box-shadow:0 0 #2ee67b00}}@media (max-width:991px){.home-module__Hx0lNG__finderGrid{grid-template-columns:1fr;gap:3rem}.home-module__Hx0lNG__servicesGrid{grid-template-columns:repeat(2,1fr)}.home-module__Hx0lNG__whyGrid{grid-template-columns:1fr;gap:3rem}.home-module__Hx0lNG__whyVisual{height:320px}}@media (max-width:767px){.home-module__Hx0lNG__trustGrid{grid-template-columns:repeat(2,1fr)}.home-module__Hx0lNG__trustItem:nth-child(3){border-left:0}.home-module__Hx0lNG__trustItem:nth-child(n+3){border-top:1px solid #ffffff12}.home-module__Hx0lNG__servicesGrid{grid-template-columns:1fr}.home-module__Hx0lNG__finderSection,.home-module__Hx0lNG__servicesSection,.home-module__Hx0lNG__whySection,.home-module__Hx0lNG__processSection,.home-module__Hx0lNG__ctaSection{padding:5rem 0}.home-module__Hx0lNG__ctaCard{padding:4rem 1.5rem}.home-module__Hx0lNG__ctaCard h2{font-size:2.25rem}.home-module__Hx0lNG__ctaCallBtn{padding:1rem 2rem;font-size:1.4rem}}@media (max-width:480px){.home-module__Hx0lNG__processGrid{grid-template-columns:1fr}.home-module__Hx0lNG__ctaCallBtn{box-sizing:border-box;width:100%;padding:.85rem 1.5rem;font-size:1.15rem}.home-module__Hx0lNG__ctaCard h2{font-size:1.85rem}.home-module__Hx0lNG__ctaCard p{margin-bottom:2rem;font-size:1rem}.home-module__Hx0lNG__trustItem{flex-direction:column;gap:.05rem;min-height:72px}.home-module__Hx0lNG__trustItem span{font-size:.72rem}}
.FAQ-module__V8_xEa__section{width:100%;max-width:850px;margin:0 auto;padding:5rem 0}.FAQ-module__V8_xEa__title{text-align:center;color:var(--text-primary);margin-bottom:3.5rem;font-size:2.25rem;font-weight:800}.FAQ-module__V8_xEa__item{border-radius:var(--radius-md);background:#ffffff04;border:1px solid #ffffff08;margin-bottom:1.25rem;transition:all .3s cubic-bezier(.16,1,.3,1);overflow:hidden}.FAQ-module__V8_xEa__item:hover{background:#ffffff06;border-color:#f59e0b4d;box-shadow:0 10px 25px #00000080}.FAQ-module__V8_xEa__question{text-align:left;width:100%;color:var(--text-primary);cursor:pointer;background:0 0;border:none;outline:none;justify-content:space-between;align-items:center;padding:1.5rem;font-size:1.15rem;font-weight:700;transition:color .3s;display:flex}.FAQ-module__V8_xEa__question:hover{color:var(--accent-gold)}.FAQ-module__V8_xEa__icon{color:var(--text-secondary);font-size:1.5rem;transition:transform .3s cubic-bezier(.16,1,.3,1),color .3s}.FAQ-module__V8_xEa__icon.FAQ-module__V8_xEa__open{color:var(--accent-gold);transform:rotate(45deg)}.FAQ-module__V8_xEa__answer{opacity:0;max-height:0;color:var(--text-secondary);padding:0 1.5rem;font-size:.95rem;line-height:1.7;transition:max-height .4s cubic-bezier(.16,1,.3,1),opacity .3s,padding-bottom .4s;overflow:hidden}.FAQ-module__V8_xEa__answer.FAQ-module__V8_xEa__open{opacity:1;max-height:500px;padding-bottom:1.5rem}@media (max-width:480px){.FAQ-module__V8_xEa__title{margin-bottom:2rem;font-size:1.75rem}.FAQ-module__V8_xEa__question{padding:1.25rem;font-size:1rem}.FAQ-module__V8_xEa__answer{padding:0 1.25rem;font-size:.9rem}.FAQ-module__V8_xEa__answer.FAQ-module__V8_xEa__open{padding-bottom:1.25rem}.FAQ-module__V8_xEa__icon{font-size:1.25rem}}
.page-module__YPZr6q__container{padding-top:var(--header-height);background-color:var(--bg-primary);min-height:100vh}.page-module__YPZr6q__hero{background:radial-gradient(circle at top,#f59e0b0f 0%,#08080a00 70%),var(--bg-primary);text-align:center;border-bottom:1px solid #ffffff0a;padding:5rem 0}.page-module__YPZr6q__title{color:var(--text-primary);margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}.page-module__YPZr6q__title span{color:var(--accent-gold)}.page-module__YPZr6q__content{max-width:850px;color:var(--text-secondary);margin:0 auto;padding:4rem 2rem;line-height:1.8}.page-module__YPZr6q__content h2{color:var(--text-primary);margin-top:3rem;margin-bottom:1.5rem;font-size:1.8rem;font-weight:800}.page-module__YPZr6q__cta{border-radius:var(--radius-md);text-align:center;background:#f59e0b05;border:1px solid #f59e0b26;margin-top:4rem;padding:3rem 2rem;box-shadow:0 15px 35px #0006}.page-module__YPZr6q__ctaTitle{color:var(--accent-gold);margin-bottom:1rem;font-size:1.6rem;font-weight:800}.page-module__YPZr6q__nearbyLink{border-radius:var(--radius-sm);text-align:center;color:var(--text-secondary);background:#ffffff04;border:1px solid #ffffff08;padding:.85rem;font-size:.9rem;font-weight:700;transition:all .25s cubic-bezier(.16,1,.3,1);display:block}.page-module__YPZr6q__nearbyLink:hover{color:var(--accent-gold);background:#f59e0b0d;border-color:#f59e0b4d;transform:translateY(-2px)}
.RadarScanner-module__nERlWW__scannerContainer{-webkit-backdrop-filter:blur(12px);background:linear-gradient(145deg,#ffffff0b,#ffffff04);border:1px solid #ffffff17;border-radius:22px;width:100%;max-width:520px;margin:0 auto;padding:2.3rem;box-shadow:0 28px 60px #00000073}.RadarScanner-module__nERlWW__title{color:var(--accent-gold);text-transform:uppercase;letter-spacing:.12em;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:1rem;font-weight:800;display:flex}.RadarScanner-module__nERlWW__formIntro{color:var(--text-secondary);text-align:center;max-width:360px;margin:-.45rem auto 1.4rem;font-size:.86rem;line-height:1.55}.RadarScanner-module__nERlWW__formBox{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.RadarScanner-module__nERlWW__field{text-align:left;flex-direction:column;display:flex}.RadarScanner-module__nERlWW__label{color:var(--text-secondary);text-transform:uppercase;margin-bottom:.5rem;font-size:.8rem;font-weight:700}.RadarScanner-module__nERlWW__select{color:var(--text-primary);cursor:pointer;background:#ffffff04;border:1px solid #ffffff0f;border-radius:12px;outline:none;min-height:50px;padding:.75rem .9rem;font-size:.9rem;font-weight:600;transition:all .3s}.RadarScanner-module__nERlWW__select:focus{border-color:var(--accent-gold);box-shadow:0 0 10px #f59e0b26}.RadarScanner-module__nERlWW__select option{color:var(--text-primary);background:#0d0e12}.RadarScanner-module__nERlWW__submitBtn{background:var(--accent-gold);color:#08080a;border-radius:var(--radius-full);letter-spacing:.05em;text-transform:uppercase;cursor:pointer;width:100%;min-height:52px;box-shadow:var(--accent-gold-glow);border:none;padding:.85rem;font-size:.86rem;font-weight:700;transition:all .3s}.RadarScanner-module__nERlWW__submitBtn:hover{background:#fbbf24;transform:translateY(-1.5px);box-shadow:0 6px 20px #f59e0b80}.RadarScanner-module__nERlWW__privacyNote{color:var(--text-muted);text-align:center;margin-top:.8rem;font-size:.7rem;line-height:1.45}.RadarScanner-module__nERlWW__resultBox{text-align:center;animation:.4s forwards RadarScanner-module__nERlWW__fadeIn}.RadarScanner-module__nERlWW__resultHeader{color:#2ee67b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1.25rem;font-size:1.1rem;font-weight:800}.RadarScanner-module__nERlWW__availabilityMark{background:#2ee67b14;border:1px solid #2ee67b33;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1rem;display:flex}.RadarScanner-module__nERlWW__availabilityMark span{color:#2ee67b;font-size:1.45rem;font-weight:900}.RadarScanner-module__nERlWW__requestSummary{background:var(--accent-gold-light);color:var(--accent-gold);border-radius:var(--radius-full);border:1px solid #f59e0b33;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;width:fit-content;margin:0 auto 1rem;padding:.65rem 1.1rem;font-size:.88rem;font-weight:800;display:flex}.RadarScanner-module__nERlWW__courierStatus{color:var(--text-secondary);max-width:410px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:.85rem;line-height:1.6}.RadarScanner-module__nERlWW__callLink{color:#08080a;border-radius:var(--radius-full);width:100%;box-shadow:none;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.85rem;font-size:1rem;font-weight:800;transition:all .3s;display:inline-flex}.RadarScanner-module__nERlWW__callLink:hover{transform:translateY(-1.5px)}.RadarScanner-module__nERlWW__whatsappLink{background:#25d366}.RadarScanner-module__nERlWW__whatsappLink:hover{background:#39e978;box-shadow:0 8px 24px #25d3663d}.RadarScanner-module__nERlWW__phoneLink{color:var(--text-primary);background:#ffffff0a;border:1px solid #ffffff17}.RadarScanner-module__nERlWW__phoneLink:hover{background:#ffffff14}.RadarScanner-module__nERlWW__resetBtn{color:var(--text-muted);cursor:pointer;text-transform:uppercase;background:0 0;border:none;font-size:.85rem;font-weight:700;transition:color .3s}.RadarScanner-module__nERlWW__resetBtn:hover{color:var(--text-primary)}@media (max-width:480px){.RadarScanner-module__nERlWW__scannerContainer{padding:1.25rem}.RadarScanner-module__nERlWW__formBox{grid-template-columns:1fr;gap:.75rem}.RadarScanner-module__nERlWW__title{font-size:1rem}.RadarScanner-module__nERlWW__callLink{padding:.75rem;font-size:.95rem}}
