.site-nav[data-astro-cid-5blmo7yk]{position:fixed;top:0;left:0;width:100%;z-index:900;background:#020617cc;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid rgba(255,255,255,.06);transition:background .3s ease,box-shadow .3s ease}.site-nav[data-astro-cid-5blmo7yk].scrolled{background:#020617f7;box-shadow:0 4px 30px #00000080}.nav-container[data-astro-cid-5blmo7yk]{max-width:var(--container-width);margin:0 auto;padding:.9rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.logo[data-astro-cid-5blmo7yk] img[data-astro-cid-5blmo7yk]{height:42px;width:auto;display:block}.nav-links[data-astro-cid-5blmo7yk]{display:flex;align-items:center;gap:2rem;flex:1;justify-content:center}.nav-link[data-astro-cid-5blmo7yk]{color:#fffc;font-size:.95rem;font-weight:500;padding:.4rem 0;position:relative}.nav-link[data-astro-cid-5blmo7yk]:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--primary);border-radius:2px;transition:width .25s ease}.nav-link[data-astro-cid-5blmo7yk]:hover{color:#fff}.nav-link[data-astro-cid-5blmo7yk]:hover:after{width:100%}.dropdown[data-astro-cid-5blmo7yk]{position:relative}.dropbtn[data-astro-cid-5blmo7yk]{background:none;border:none;color:#fffc;font-family:inherit;font-size:.95rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.2rem;padding:.4rem 0;transition:color .2s}.dropbtn[data-astro-cid-5blmo7yk]:hover{color:#fff}.arrow-icon[data-astro-cid-5blmo7yk]{font-size:1.1rem;transition:transform .25s ease}.dropdown[data-astro-cid-5blmo7yk]:hover .arrow-icon[data-astro-cid-5blmo7yk]{transform:rotate(180deg)}.dropdown-menu[data-astro-cid-5blmo7yk]{display:none;position:absolute;top:calc(100% + 1rem);left:50%;transform:translate(-50%);min-width:300px;padding:.75rem;border-radius:18px;flex-direction:column;gap:.25rem;box-shadow:0 20px 60px #0009;animation:dropIn .2s ease forwards}.dropdown[data-astro-cid-5blmo7yk]:hover .dropdown-menu[data-astro-cid-5blmo7yk]{display:flex}.dropdown-menu[data-astro-cid-5blmo7yk]:before{content:"";position:absolute;top:-5rem;left:0;width:100%;height:5rem;z-index:1}@keyframes dropIn{0%{opacity:0;transform:translate(-50%) translateY(8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.dropdown-item[data-astro-cid-5blmo7yk]{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;border-radius:12px;color:#ffffffbf;transition:background .2s,color .2s}.dropdown-item[data-astro-cid-5blmo7yk]:hover{background:#10b9811a;color:#fff}.dropdown-item[data-astro-cid-5blmo7yk] .material-icons[data-astro-cid-5blmo7yk]{font-size:1.3rem;color:var(--primary);flex-shrink:0}.dropdown-item[data-astro-cid-5blmo7yk] strong[data-astro-cid-5blmo7yk]{display:block;font-size:.9rem;color:inherit}.dropdown-item[data-astro-cid-5blmo7yk] small[data-astro-cid-5blmo7yk]{display:block;font-size:.75rem;color:var(--text-muted);margin-top:.1rem}.dropdown-divider[data-astro-cid-5blmo7yk]{height:1px;background:var(--glass-border);margin:.25rem 0}.highlight-item[data-astro-cid-5blmo7yk] .material-icons[data-astro-cid-5blmo7yk]{color:var(--secondary)}.highlight-item[data-astro-cid-5blmo7yk]:hover{background:#6366f11a}.nav-cta[data-astro-cid-5blmo7yk]{display:flex;align-items:center;gap:1rem}.btn-nav[data-astro-cid-5blmo7yk]{padding:.55rem 1.4rem;font-size:.9rem;white-space:nowrap}.hamburger[data-astro-cid-5blmo7yk]{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px}.hamburger[data-astro-cid-5blmo7yk] span[data-astro-cid-5blmo7yk]{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:all .3s ease;transform-origin:center}.hamburger[data-astro-cid-5blmo7yk].open span[data-astro-cid-5blmo7yk]:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger[data-astro-cid-5blmo7yk].open span[data-astro-cid-5blmo7yk]:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger[data-astro-cid-5blmo7yk].open span[data-astro-cid-5blmo7yk]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-overlay[data-astro-cid-5blmo7yk]{display:none;position:fixed;inset:0;background:#0009;z-index:950;opacity:0;transition:opacity .3s ease}.mobile-overlay[data-astro-cid-5blmo7yk].visible{display:block;opacity:1}.mobile-drawer[data-astro-cid-5blmo7yk]{position:fixed;top:0;right:0;width:min(85vw,360px);height:100vh;background:var(--bg-dark);z-index:960;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);border-left:1px solid var(--glass-border);overflow-y:auto}.mobile-drawer[data-astro-cid-5blmo7yk].open{transform:translate(0)}.drawer-header[data-astro-cid-5blmo7yk]{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--glass-border);flex-shrink:0}.drawer-header[data-astro-cid-5blmo7yk] img[data-astro-cid-5blmo7yk]{height:34px}.drawer-close[data-astro-cid-5blmo7yk]{background:#ffffff0d;border:1px solid var(--glass-border);color:#fff;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.drawer-close[data-astro-cid-5blmo7yk]:hover{background:#ffffff1f}.drawer-nav[data-astro-cid-5blmo7yk]{padding:1.5rem;display:flex;flex-direction:column;gap:.25rem;flex:1}.drawer-label[data-astro-cid-5blmo7yk]{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);margin-bottom:.5rem;padding:0 .5rem;font-size:.75rem}.drawer-link[data-astro-cid-5blmo7yk]{display:flex;align-items:center;gap:.85rem;padding:.85rem 1rem;border-radius:12px;color:#ffffffbf;font-size:1rem;font-weight:500;transition:background .2s,color .2s}.drawer-link[data-astro-cid-5blmo7yk] .material-icons[data-astro-cid-5blmo7yk]{font-size:1.25rem;color:var(--primary)}.drawer-link[data-astro-cid-5blmo7yk]:hover{background:#ffffff0f;color:#fff}.drawer-link-featured[data-astro-cid-5blmo7yk]{background:#6366f114;border:1px solid rgba(99,102,241,.2);color:#a5b4fc}.drawer-link-featured[data-astro-cid-5blmo7yk] .material-icons[data-astro-cid-5blmo7yk]{color:var(--secondary)}.drawer-sep[data-astro-cid-5blmo7yk]{height:1px;background:var(--glass-border);margin:.75rem 0}.drawer-footer[data-astro-cid-5blmo7yk]{padding:1.5rem;border-top:1px solid var(--glass-border);flex-shrink:0}.drawer-footer[data-astro-cid-5blmo7yk] .material-icons[data-astro-cid-5blmo7yk]{font-size:1.1rem}@media(max-width:960px){.nav-links[data-astro-cid-5blmo7yk]{display:none}.hamburger[data-astro-cid-5blmo7yk]{display:flex}.btn-nav[data-astro-cid-5blmo7yk]{display:none}}@media(max-width:480px){.nav-container[data-astro-cid-5blmo7yk]{padding:.85rem 1.25rem}.logo[data-astro-cid-5blmo7yk] img[data-astro-cid-5blmo7yk]{height:36px}}.site-footer[data-astro-cid-sz7xmlte]{background:var(--bg-deep);border-top:1px solid var(--glass-border);padding:6rem 0 2rem;position:relative;overflow:hidden}.site-footer[data-astro-cid-sz7xmlte]:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:80%;height:1px;background:linear-gradient(90deg,transparent,var(--primary-glow),transparent)}.footer-grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem}.brand-col[data-astro-cid-sz7xmlte]{padding-right:2rem}.footer-logo[data-astro-cid-sz7xmlte]{display:inline-block;margin-bottom:1.5rem}.footer-logo[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{height:40px;width:auto;object-fit:contain}.footer-tagline[data-astro-cid-sz7xmlte]{color:var(--text-muted);font-size:1rem;line-height:1.6;margin-bottom:2rem}.trust-badges[data-astro-cid-sz7xmlte]{display:flex;gap:1.5rem}.badge-item[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--primary-light);background:#10b9810d;padding:.5rem 1rem;border-radius:99px;border:1px solid rgba(16,185,129,.2)}.badge-item[data-astro-cid-sz7xmlte] .material-icons[data-astro-cid-sz7xmlte]{font-size:1.25rem}.footer-col[data-astro-cid-sz7xmlte] h3[data-astro-cid-sz7xmlte]{font-size:1.1rem;color:#fff;margin-bottom:1.5rem;font-weight:600}.footer-links[data-astro-cid-sz7xmlte]{list-style:none;padding:0;display:flex;flex-direction:column;gap:1rem}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte],.footer-links[data-astro-cid-sz7xmlte] span[data-astro-cid-sz7xmlte]{color:var(--text-muted);font-size:.95rem;transition:var(--transition-fast)}.contact-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte],.contact-links[data-astro-cid-sz7xmlte] span[data-astro-cid-sz7xmlte]:not(.material-icons){white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--primary-light);padding-left:5px}.contact-links[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{display:flex;align-items:flex-start;gap:.75rem}.contact-links[data-astro-cid-sz7xmlte] .material-icons[data-astro-cid-sz7xmlte]{font-size:1.25rem;color:var(--primary);flex-shrink:0}.footer-bottom[data-astro-cid-sz7xmlte]{border-top:1px solid var(--glass-border);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.copyright[data-astro-cid-sz7xmlte]{color:var(--text-muted);font-size:.9rem}.legal-links[data-astro-cid-sz7xmlte]{display:flex;gap:2rem}.legal-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--text-muted);font-size:.9rem;transition:var(--transition-fast)}.legal-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#fff}@media(max-width:1024px){.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 1fr;gap:3rem}.brand-col[data-astro-cid-sz7xmlte]{grid-column:span 2;padding-right:0}}@media(max-width:640px){.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:3rem;text-align:center}.brand-col[data-astro-cid-sz7xmlte]{grid-column:span 1;padding-right:0;display:flex;flex-direction:column;align-items:center}.trust-badges[data-astro-cid-sz7xmlte]{justify-content:center}.footer-links[data-astro-cid-sz7xmlte]{align-items:center}.contact-links[data-astro-cid-sz7xmlte]{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;width:100%!important;padding:0!important}.contact-links[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{display:inline-flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:.5rem!important;width:auto!important;margin:0 auto!important}.contact-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte],.contact-links[data-astro-cid-sz7xmlte] span[data-astro-cid-sz7xmlte]:not(.material-icons){white-space:nowrap!important;overflow:visible!important;text-align:left!important;display:inline-block!important;font-size:.95rem!important}.contact-links[data-astro-cid-sz7xmlte] .material-icons[data-astro-cid-sz7xmlte]{margin:0!important}.footer-bottom[data-astro-cid-sz7xmlte]{flex-direction:column;text-align:center}.legal-links[data-astro-cid-sz7xmlte]{justify-content:center}}.whatsapp-float[data-astro-cid-iehx2mtc]{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background-color:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #0000004d;z-index:1000;transition:transform .3s ease}.whatsapp-float[data-astro-cid-iehx2mtc]:hover{transform:scale(1.1)}.whatsapp-float[data-astro-cid-iehx2mtc] img[data-astro-cid-iehx2mtc]{width:35px;height:35px}.pulsing-ring[data-astro-cid-iehx2mtc]{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;border:4px solid #25d366;animation:pulse 2s infinite;opacity:.8}@keyframes pulse{0%{transform:scale(1);opacity:.8}to{transform:scale(1.5);opacity:0}}@media(max-width:768px){.whatsapp-float[data-astro-cid-iehx2mtc]{bottom:1.5rem;right:1.5rem;width:50px;height:50px}.whatsapp-float[data-astro-cid-iehx2mtc] img[data-astro-cid-iehx2mtc]{width:28px;height:28px}}.scroll-top-btn[data-astro-cid-73562bqz]{position:fixed;bottom:6rem;right:2rem;width:50px;height:50px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #10b98166;z-index:999;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s ease}.scroll-top-btn[data-astro-cid-73562bqz].visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-top-btn[data-astro-cid-73562bqz]:hover{transform:translateY(-5px);box-shadow:0 6px 25px #10b98180}.scroll-top-btn[data-astro-cid-73562bqz] .material-icons[data-astro-cid-73562bqz]{font-size:1.5rem}@media(max-width:768px){.scroll-top-btn[data-astro-cid-73562bqz]{bottom:5rem;right:1.5rem;width:45px;height:45px}}
