:root{--bg-main:#fff;--bg-card:#f8fafc;--bg-input:#f1f5f9;--primary:#1e40af;--primary-hover:#1e3a8a;--primary-light:#eff6ff;--gold:#b45309;--text-main:#0f172a;--text-muted:#475569;--text-invert:#fff;--border-subtle:#e2e8f0;--border-highlight:#cbd5e1;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:2rem;--spacing-xl:4rem;--radius-sm:.5rem;--radius-md:.75rem;--radius-lg:1.25rem;--radius-full:9999px;--shadow-sm:0 1px 3px 0 #0f172a0d,0 1px 2px -1px #0f172a0d;--shadow-card:0 4px 20px -2px #0f172a0f,0 2px 8px -1px #0f172a08;--shadow-hover:0 20px 40px -10px #0f172a1f,0 10px 20px -5px #0f172a0f;--shadow-glow:0 0 20px 0 #1e40af14;--glass-bg:#ffffffd9;--glass-border:#fff9;--glass-blur:16px}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-main);color:var(--text-main);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:color .2s}h1,h2,h3,h4,h5,h6{color:var(--text-main);letter-spacing:-.02em}h1{color:var(--primary);font-size:3.5rem;font-weight:800;line-height:1.1}h2{color:var(--primary);margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}h3{margin-bottom:1rem;font-size:1.5rem;font-weight:600}p{color:var(--text-muted);line-height:1.7}.container{flex-direction:column;width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex}.text-center{text-align:center}.grid{display:grid}.items-center{align-items:center}@media (min-width:1024px){.text-center-desktop{text-align:center;align-items:center}}.text-gradient{background:var(--primary);-webkit-text-fill-color:var(--primary);-webkit-background-clip:text}.text-gold{color:var(--gold)}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--border-subtle);box-shadow:var(--shadow-card)}::selection{background:var(--primary);color:var(--text-invert)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-main)}::-webkit-scrollbar-thumb{background:var(--border-highlight);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:1s ease-out forwards fadeIn}.animate-slide-up{animation:.8s cubic-bezier(.2,.8,.2,1) forwards slideUp}@media (max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}}
.Header-module__arFiJq__header{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff80;border-bottom:1px solid #0000;width:100%;padding:1.5rem 0;transition:all .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0}.Header-module__arFiJq__scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-subtle);box-shadow:var(--shadow-sm);background:#fffffff2;padding:1rem 0}.Header-module__arFiJq__navContainer{justify-content:space-between;align-items:center;display:flex}.Header-module__arFiJq__logo{letter-spacing:-.03em;color:var(--primary);align-items:center;font-size:1.5rem;font-weight:700;display:flex}.Header-module__arFiJq__logo span{color:var(--text-main)}.Header-module__arFiJq__desktopNav{align-items:center;gap:2.5rem;display:flex}.Header-module__arFiJq__navLink{color:var(--text-muted);font-size:.95rem;font-weight:600;transition:all .2s;position:relative}.Header-module__arFiJq__navLink:hover{color:var(--primary)}.Header-module__arFiJq__navLink:after{content:"";background:var(--primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Header-module__arFiJq__navLink:hover:after{width:100%}.Header-module__arFiJq__ctaButton{background:var(--primary);color:#fff;border-radius:var(--radius-full);box-shadow:var(--shadow-sm);padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.Header-module__arFiJq__ctaButton:hover{background:var(--primary-hover);box-shadow:var(--shadow-hover);transform:translateY(-1px)}.Header-module__arFiJq__mobileMenuBtn{cursor:pointer;color:var(--text-main);background:0 0;border:none;display:none}.Header-module__arFiJq__mobileNav{border-bottom:1px solid var(--border-subtle);opacity:0;pointer-events:none;width:100%;box-shadow:var(--shadow-card);background:#fff;flex-direction:column;gap:1.5rem;padding:2rem;transition:all .3s;display:flex;position:absolute;top:100%;left:0;transform:translateY(-20px)}.Header-module__arFiJq__mobileNavOpen{opacity:1;pointer-events:all;transform:translateY(0)}@media (max-width:768px){.Header-module__arFiJq__desktopNav{display:none}.Header-module__arFiJq__mobileMenuBtn{display:block}}
.Footer-module__rnk_JG__footer{background:var(--bg-card);color:var(--text-main);border-top:1px solid var(--border-subtle);margin-top:6rem;padding:5rem 1rem 2rem;position:relative}.Footer-module__rnk_JG__footer:before{content:"";background:var(--primary);width:100%;height:2px;position:absolute;top:0;left:0}.Footer-module__rnk_JG__grid{text-align:left;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2.5rem;margin-bottom:3.5rem;display:grid}.Footer-module__rnk_JG__brand h3{color:var(--primary);margin-bottom:.75rem;font-size:1.5rem;font-weight:800}.Footer-module__rnk_JG__brand p{color:var(--text-muted);max-width:320px;font-size:.9rem;line-height:1.6}.Footer-module__rnk_JG__section h4{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem;font-size:1rem;font-weight:700}.Footer-module__rnk_JG__links{flex-direction:column;align-items:flex-start;gap:.75rem;display:flex}.Footer-module__rnk_JG__links a{color:var(--text-muted);font-size:.9rem;font-weight:500;transition:all .2s}.Footer-module__rnk_JG__links a:hover{color:var(--primary);transform:translate(3px)}.Footer-module__rnk_JG__contactInfo{flex-direction:column;align-items:flex-start;list-style:none;display:flex}.Footer-module__rnk_JG__contactInfo li{color:var(--text-muted);align-items:flex-start;gap:.75rem;margin-bottom:1rem;font-size:.9rem;display:flex}.Footer-module__rnk_JG__contactInfo a{transition:color .2s}.Footer-module__rnk_JG__contactInfo a:hover{color:var(--primary)}.Footer-module__rnk_JG__icon{color:var(--primary);flex-shrink:0;margin-top:2px}.Footer-module__rnk_JG__bottomBar{border-top:1px solid var(--border-subtle);text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:1rem;padding-top:1.75rem;font-size:.85rem;display:flex}.Footer-module__rnk_JG__copyright{text-align:left;flex-direction:column;gap:.35rem;display:flex}.Footer-module__rnk_JG__credit{color:var(--text-muted)}.Footer-module__rnk_JG__credit strong{color:var(--primary)}.Footer-module__rnk_JG__bottomLinks{justify-content:center;gap:1.5rem;display:flex}.Footer-module__rnk_JG__bottomLinks a{color:var(--text-muted);font-size:.85rem}.Footer-module__rnk_JG__bottomLinks a:hover{color:var(--primary)}@media (max-width:768px){.Footer-module__rnk_JG__grid{text-align:center;grid-template-columns:1fr;gap:2rem}.Footer-module__rnk_JG__brand p{margin:0 auto}.Footer-module__rnk_JG__links,.Footer-module__rnk_JG__contactInfo{align-items:center}.Footer-module__rnk_JG__bottomBar{gap:1.25rem}.Footer-module__rnk_JG__copyright{text-align:center}}@media (min-width:769px){.Footer-module__rnk_JG__bottomBar{text-align:left;flex-direction:row;justify-content:space-between}}
.WhatsAppButton-module__WRIqmG__whatsappBtn{z-index:1000;color:#fff;cursor:pointer;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s;display:flex;position:fixed;bottom:6.5rem;right:2rem;box-shadow:0 4px 10px #0000004d}.WhatsAppButton-module__WRIqmG__whatsappBtn:hover{transform:scale(1.1)}.WhatsAppButton-module__WRIqmG__pulse{animation:2s infinite WhatsAppButton-module__WRIqmG__pulse}@keyframes WhatsAppButton-module__WRIqmG__pulse{0%{box-shadow:0 0 #25d366b3}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 #25d36600}}
