:root{--primary: #0f172a;--primary-light: #1e293b;--secondary: #64748b;--accent: #3b82f6;--text: #334155;--text-light: #64748b;--bg: #ffffff;--bg-alt: #f8fafc;--white: #ffffff;--radius: .75rem;--shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--transition: all .3s ease}*{box-sizing:border-box;margin:0;padding:0}html{font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);scroll-behavior:smooth}body{min-height:100vh;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;color:var(--primary);line-height:1.2}a{text-decoration:none;color:inherit;transition:var(--transition)}ul{list-style:none}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;padding:.75rem 1.5rem;border-radius:var(--radius);font-weight:600;transition:var(--transition);cursor:pointer;border:none}.btn-primary{background:var(--primary);color:var(--white)}.btn-primary:hover{background:var(--primary-light);transform:translateY(-2px)}.btn-outline{background:transparent;border:2px solid var(--primary);color:var(--primary)}.btn-outline:hover{background:var(--primary);color:var(--white);transform:translateY(-2px)}section{padding:5rem 0}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{font-size:2.5rem;margin-bottom:1rem}.section-title p{color:var(--text-light);max-width:600px;margin:0 auto}@media(max-width:768px){section{padding:3.5rem 0}.section-title h2{font-size:2rem}}.navbar[data-astro-cid-5blmo7yk]{position:sticky;top:0;z-index:1000;background:var(--white);box-shadow:var(--shadow);height:80px;display:flex;align-items:center}.nav-content[data-astro-cid-5blmo7yk]{display:flex;justify-content:space-between;align-items:center;width:100%}.logo[data-astro-cid-5blmo7yk]{display:flex;align-items:center;height:100%}.logo[data-astro-cid-5blmo7yk] img[data-astro-cid-5blmo7yk]{height:60px;width:auto;object-fit:contain}.nav-links[data-astro-cid-5blmo7yk]{display:flex;gap:2rem;align-items:center}.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]{font-weight:500;color:var(--text);font-size:.95rem;transition:var(--transition)}.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]:hover,.dropdown[data-astro-cid-5blmo7yk]:hover .dropdown-toggle[data-astro-cid-5blmo7yk]{color:var(--accent)}.dropdown[data-astro-cid-5blmo7yk]{position:relative}.dropdown-toggle[data-astro-cid-5blmo7yk]{display:flex;align-items:center;gap:.5rem}.arrow[data-astro-cid-5blmo7yk]{font-size:.7rem;transition:transform .3s ease}.dropdown-menu[data-astro-cid-5blmo7yk]{position:absolute;top:100%;left:0;background:var(--white);min-width:200px;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease;padding:.5rem 0;border-radius:4px;border-top:2px solid var(--accent)}.dropdown[data-astro-cid-5blmo7yk]:hover .dropdown-menu[data-astro-cid-5blmo7yk]{opacity:1;visibility:visible;transform:translateY(0)}.dropdown[data-astro-cid-5blmo7yk]:hover .arrow[data-astro-cid-5blmo7yk]{transform:rotate(180deg)}.dropdown-menu[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]{display:block;padding:.75rem 1.5rem;border-bottom:none;font-size:.9rem}.dropdown-menu[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]:hover{background:var(--bg-alt);padding-left:2rem}.mobile-cta[data-astro-cid-5blmo7yk]{display:none}.mobile-toggle[data-astro-cid-5blmo7yk]{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:10px;z-index:1001}.mobile-toggle[data-astro-cid-5blmo7yk] .bar[data-astro-cid-5blmo7yk]{display:block;width:25px;height:3px;background:var(--primary);transition:var(--transition)}.mobile-toggle[data-astro-cid-5blmo7yk].active .bar[data-astro-cid-5blmo7yk]:nth-child(1){transform:translateY(8px) rotate(45deg)}.mobile-toggle[data-astro-cid-5blmo7yk].active .bar[data-astro-cid-5blmo7yk]:nth-child(2){opacity:0}.mobile-toggle[data-astro-cid-5blmo7yk].active .bar[data-astro-cid-5blmo7yk]:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media(max-width:992px){.nav-cta[data-astro-cid-5blmo7yk]{display:none}.mobile-toggle[data-astro-cid-5blmo7yk]{display:flex}.nav-links[data-astro-cid-5blmo7yk]{position:fixed;top:80px;left:0;width:100%;height:calc(100vh - 80px);background:var(--white);flex-direction:column;padding:2rem;gap:1.5rem;transform:translate(100%);transition:transform .3s ease-in-out;box-shadow:var(--shadow);z-index:1000}.nav-links[data-astro-cid-5blmo7yk].active{transform:translate(0)}.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk],.dropdown-toggle[data-astro-cid-5blmo7yk]{font-size:1.2rem;width:100%;text-align:center;padding:1rem;border-bottom:1px solid var(--bg-alt)}.dropdown[data-astro-cid-5blmo7yk]{width:100%}.dropdown-menu[data-astro-cid-5blmo7yk]{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;background:var(--bg-alt);width:100%;display:none;padding:0;border:none}.dropdown[data-astro-cid-5blmo7yk].active .dropdown-menu[data-astro-cid-5blmo7yk]{display:block}.dropdown-menu[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]{padding:1rem;font-size:1rem;border-bottom:1px solid rgba(0,0,0,.05);color:var(--text-light)}.dropdown[data-astro-cid-5blmo7yk].active .arrow[data-astro-cid-5blmo7yk]{transform:rotate(180deg)}.mobile-cta[data-astro-cid-5blmo7yk]{display:block;margin-top:1rem}}.site-footer[data-astro-cid-sz7xmlte]{background:var(--primary);color:var(--white);padding-top:5rem}.footer-grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:4rem;padding-bottom:4rem}.logo[data-astro-cid-sz7xmlte]{display:flex;align-items:center;margin-bottom:1.5rem}.logo[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{height:50px;width:auto;filter:brightness(0) invert(1)}.footer-info[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{color:#fff9;margin-bottom:2rem;max-width:350px}.social-links[data-astro-cid-sz7xmlte]{display:flex;gap:1rem}.social-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{width:40px;height:40px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:700;font-size:.8rem}.social-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{background:var(--accent)}.site-footer[data-astro-cid-sz7xmlte] h3[data-astro-cid-sz7xmlte]{color:var(--white);margin-bottom:1.5rem;font-size:1.25rem}.site-footer[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{margin-bottom:.75rem}.site-footer[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#fff9}.site-footer[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--accent);padding-left:5px}.footer-contact[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{color:#fff9;font-size:.95rem}.footer-bottom[data-astro-cid-sz7xmlte]{border-top:1px solid rgba(255,255,255,.05);padding:2rem 0;text-align:center;font-size:.9rem;color:#fff6}@media(max-width:992px){.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:3rem;text-align:center}.footer-info[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte],.logo[data-astro-cid-sz7xmlte]{margin-left:auto;margin-right:auto}.social-links[data-astro-cid-sz7xmlte]{justify-content:center}}.whatsapp-float[data-astro-cid-iehx2mtc]{position:fixed;bottom:2rem;right:2rem;background:#25d366;color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px #25d3664d;z-index:9999;transition:transform .3s ease}.whatsapp-float[data-astro-cid-iehx2mtc]:hover{transform:scale(1.1) rotate(5deg)}.tooltip[data-astro-cid-iehx2mtc]{position:absolute;right:70px;background:#fff;color:var(--primary);padding:.5rem 1rem;border-radius:var(--radius);font-size:.85rem;font-weight:600;white-space:nowrap;box-shadow:var(--shadow);opacity:0;visibility:hidden;transition:var(--transition)}.whatsapp-float[data-astro-cid-iehx2mtc]:hover .tooltip[data-astro-cid-iehx2mtc]{opacity:1;visibility:visible;right:80px}@media(max-width:768px){.whatsapp-float[data-astro-cid-iehx2mtc]{bottom:1.5rem;right:1.5rem;width:50px;height:50px}.tooltip[data-astro-cid-iehx2mtc]{display:none}}
