.Navbar-module__cJzEcG__header{z-index:1000;transition:all var(--transition-base);background:0 0;padding:.75rem 0;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__header.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(20px)saturate(1.5);border-bottom:1px solid var(--border);background:#0b1120d9;box-shadow:0 4px 30px #0000004d}.Navbar-module__cJzEcG__nav{max-width:var(--container-max);padding:0 var(--container-padding);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Navbar-module__cJzEcG__logo{z-index:1001;align-items:center;gap:.65rem;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logoImage{border-radius:var(--radius-md);object-fit:contain;flex-shrink:0;width:44px;height:44px}.Navbar-module__cJzEcG__logoText{flex-direction:column;line-height:1.1;display:flex}.Navbar-module__cJzEcG__logoName{font-family:var(--font-heading);color:var(--text);font-size:1rem;font-weight:700}.Navbar-module__cJzEcG__logoSub{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.05em;font-size:.65rem}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.Navbar-module__cJzEcG__navLink{font-family:var(--font-heading);color:var(--text-muted);border-radius:var(--radius-md);transition:all var(--transition-fast);letter-spacing:.01em;padding:.5rem .9rem;font-size:.825rem;font-weight:500;display:block}.Navbar-module__cJzEcG__navLink:hover{color:var(--text);background:#ffffff0d}.Navbar-module__cJzEcG__navLink.Navbar-module__cJzEcG__active{color:var(--primary-light);background:#0a4d8c1f}.Navbar-module__cJzEcG__navCta{margin-left:.75rem}.Navbar-module__cJzEcG__dropdownParent{position:relative}.Navbar-module__cJzEcG__dropdownToggle{cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;display:inline-flex}.Navbar-module__cJzEcG__chevron{transition:transform var(--transition-base);flex-shrink:0}.Navbar-module__cJzEcG__chevronOpen{transform:rotate(180deg)}.Navbar-module__cJzEcG__dropdown{opacity:0;visibility:hidden;pointer-events:none;min-width:260px;transition:opacity var(--transition-base), transform var(--transition-base), visibility var(--transition-base);z-index:1100;padding-top:.5rem;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(8px)}.Navbar-module__cJzEcG__dropdownVisible{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.Navbar-module__cJzEcG__dropdownInner{-webkit-backdrop-filter:blur(24px)saturate(1.5);border:1px solid var(--border);border-radius:var(--radius-lg);background:#162040f2;padding:.5rem;box-shadow:0 16px 48px #00000080,0 0 0 1px #ffffff0a}.Navbar-module__cJzEcG__dropdownLink{font-family:var(--font-heading);color:var(--text-muted);border-radius:var(--radius-md);transition:all var(--transition-fast);align-items:center;gap:.65rem;padding:.65rem .85rem;font-size:.8rem;font-weight:500;text-decoration:none;display:flex}.Navbar-module__cJzEcG__dropdownLink:hover{color:var(--text);background:#ffffff0f}.Navbar-module__cJzEcG__dropdownIcon{border-radius:var(--radius-sm);background:#0a4d8c26;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.1rem;display:flex}.Navbar-module__cJzEcG__dropdownDivider{background:var(--border);height:1px;margin:.35rem .5rem}.Navbar-module__cJzEcG__dropdownLinkAll{color:var(--primary-light);font-size:.75rem}.Navbar-module__cJzEcG__dropdownLinkAll:hover{color:var(--accent);background:#0a4d8c1a}.Navbar-module__cJzEcG__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:4px;display:none}.Navbar-module__cJzEcG__hamburger span{background:var(--text);width:100%;height:2px;transition:all var(--transition-base);transform-origin:50%;border-radius:2px;display:block}.Navbar-module__cJzEcG__hamburgerOpen span:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module__cJzEcG__hamburgerOpen span:nth-child(2){opacity:0;transform:scaleX(0)}.Navbar-module__cJzEcG__hamburgerOpen span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (max-width:768px){.Navbar-module__cJzEcG__hamburger{display:flex}.Navbar-module__cJzEcG__navLinks{-webkit-backdrop-filter:blur(30px);transition:transform var(--transition-slow);z-index:1000;background:#0b1120f7;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;position:fixed;inset:0;transform:translate(100%)}.Navbar-module__cJzEcG__navLinks.Navbar-module__cJzEcG__open{transform:translate(0)}.Navbar-module__cJzEcG__navLink{padding:.75rem 1.5rem;font-size:1.1rem}.Navbar-module__cJzEcG__navCta{margin-top:1rem;margin-left:0}.Navbar-module__cJzEcG__dropdownParent{flex-direction:column;align-items:center;display:flex}.Navbar-module__cJzEcG__dropdown{opacity:0;visibility:hidden;width:100%;max-width:280px;max-height:0;padding-top:0;transition:max-height .4s,opacity .3s,visibility .3s;position:static;overflow:hidden;transform:none}.Navbar-module__cJzEcG__dropdownVisible{opacity:1;visibility:visible;max-height:400px;transform:none}.Navbar-module__cJzEcG__dropdownInner{background:#16204099;margin-top:.5rem}.Navbar-module__cJzEcG__dropdownLink{justify-content:center;padding:.5rem .85rem;font-size:.9rem}.Navbar-module__cJzEcG__dropdownLinkAll{text-align:center;justify-content:center}}
.Footer-module__S6Hkya__footer{background:var(--surface);border-top:1px solid var(--border);padding:4rem 0 1.5rem;position:relative;overflow:hidden}.Footer-module__S6Hkya__footerGlow{pointer-events:none;background:radial-gradient(#0a4d8c26 0%,#0000 70%);width:600px;height:200px;position:absolute;top:-100px;left:50%;transform:translate(-50%)}.Footer-module__S6Hkya__footerContent{z-index:1;position:relative}.Footer-module__S6Hkya__footerGrid{grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:2.5rem;margin-bottom:3rem;display:grid}.Footer-module__S6Hkya__footerLogo{align-items:center;gap:.65rem;margin-bottom:1rem;display:flex}.Footer-module__S6Hkya__footerLogo h3{font-family:var(--font-heading);margin:0;font-size:1.1rem}.Footer-module__S6Hkya__logoImage{border-radius:var(--radius-md);object-fit:contain;flex-shrink:0;width:40px;height:40px}.Footer-module__S6Hkya__logoSub{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.05em;margin:0;font-size:.6rem}.Footer-module__S6Hkya__footerDesc{color:var(--text-muted);margin-bottom:1.25rem;font-size:.875rem;line-height:1.7}.Footer-module__S6Hkya__socialLinks{gap:.6rem;display:flex}.Footer-module__S6Hkya__socialLink{border-radius:var(--radius-md);background:var(--surface-card);border:1px solid var(--border);width:38px;height:38px;color:var(--text-muted);transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.Footer-module__S6Hkya__socialLink:hover{background:var(--primary);border-color:var(--primary);color:#fff;transform:translateY(-2px)}.Footer-module__S6Hkya__footerTitle{font-family:var(--font-heading);color:var(--text);letter-spacing:.02em;margin-bottom:1.25rem;font-size:.9rem;font-weight:600}.Footer-module__S6Hkya__footerLinks{margin:0;padding:0;list-style:none}.Footer-module__S6Hkya__footerLinks li{margin-bottom:.6rem}.Footer-module__S6Hkya__footerLinks a{color:var(--text-muted);transition:color var(--transition-fast);font-size:.85rem}.Footer-module__S6Hkya__footerLinks a:hover{color:var(--primary-light)}.Footer-module__S6Hkya__footerContact{margin:0;padding:0;list-style:none}.Footer-module__S6Hkya__footerContact li{color:var(--text-muted);align-items:flex-start;gap:.65rem;margin-bottom:.85rem;font-size:.85rem;display:flex}.Footer-module__S6Hkya__footerContact li svg{color:var(--primary-light);flex-shrink:0;margin-top:2px}.Footer-module__S6Hkya__contactLink{color:var(--text-muted);transition:color var(--transition-fast);font-size:.85rem;text-decoration:none}.Footer-module__S6Hkya__contactLink:hover{color:var(--primary-light)}.Footer-module__S6Hkya__contactWaGroup{flex-direction:column;gap:.3rem;display:flex}.Footer-module__S6Hkya__footerBottom{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding-top:1.5rem;display:flex}.Footer-module__S6Hkya__footerBottom p{color:var(--text-dim);font-size:.8rem}.Footer-module__S6Hkya__footerMadeWith{font-family:var(--font-mono);font-size:.75rem!important}@media (max-width:768px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr;gap:2rem}.Footer-module__S6Hkya__footerBottom{text-align:center;flex-direction:column}}
.WhatsAppFloat-module__JraM6W__floatContainer{z-index:999;flex-direction:column;align-items:flex-end;gap:.75rem;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.WhatsAppFloat-module__JraM6W__floatBtn{background:linear-gradient(135deg, var(--wa-green), var(--wa-green-dark));color:#fff;cursor:pointer;width:60px;height:60px;transition:all var(--transition-base);border:none;border-radius:50%;justify-content:center;align-items:center;animation:2s ease-in-out infinite WhatsAppFloat-module__JraM6W__pulse;display:flex;box-shadow:0 4px 20px #25d36666}.WhatsAppFloat-module__JraM6W__floatBtn:hover{animation:none;transform:scale(1.08);box-shadow:0 6px 30px #25d36680}.WhatsAppFloat-module__JraM6W__waMenu{background:var(--surface-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);min-width:280px;animation:.3s forwards WhatsAppFloat-module__JraM6W__fadeInUp;overflow:hidden}.WhatsAppFloat-module__JraM6W__waMenuHeader{background:linear-gradient(135deg, var(--wa-green), var(--wa-green-dark));padding:1rem 1.25rem}.WhatsAppFloat-module__JraM6W__waMenuHeader p{color:#fff;font-family:var(--font-heading);margin:0;font-size:.85rem;font-weight:600}.WhatsAppFloat-module__JraM6W__waMenuItem{color:var(--text);transition:background var(--transition-fast);border-bottom:1px solid var(--border-light);align-items:center;gap:.75rem;padding:.85rem 1.25rem;display:flex}.WhatsAppFloat-module__JraM6W__waMenuItem:last-child{border-bottom:none}.WhatsAppFloat-module__JraM6W__waMenuItem:hover{background:var(--surface-hover)}.WhatsAppFloat-module__JraM6W__waMenuItem svg{color:var(--wa-green);flex-shrink:0}.WhatsAppFloat-module__JraM6W__waMenuItem div{flex-direction:column;display:flex}.WhatsAppFloat-module__JraM6W__waName{font-family:var(--font-heading);font-size:.85rem;font-weight:600}.WhatsAppFloat-module__JraM6W__waNumber{font-family:var(--font-mono);color:var(--text-muted);font-size:.75rem}@media (max-width:480px){.WhatsAppFloat-module__JraM6W__floatContainer{bottom:1rem;right:1rem}.WhatsAppFloat-module__JraM6W__floatBtn{width:54px;height:54px}.WhatsAppFloat-module__JraM6W__waMenu{min-width:260px}}
