@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&display=swap";:root{--red: #C8102E;--red-dark: #A00D24;--cream: #F5ECD7;--cream-light: #FAF7F0;--green: #1F5130;--black: #1A1A1A;--gray-900: #1A1A1A;--gray-700: #3D3D3D;--gray-500: #6B6B6B;--gray-300: #B0B0B0;--gray-100: #F0F0F0;--white: #FFFFFF;--font: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--max-w: 1200px;--radius: 8px;--shadow: 0 1px 3px rgba(0,0,0,.06);--shadow-md: 0 4px 12px rgba(0,0,0,.08)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:88px}body{font-family:var(--font);color:var(--gray-900);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 24px}.section{padding:96px 0}@media(max-width:768px){.section{padding:64px 0}.container{padding:0 16px}}.section-title{font-size:2.25rem;font-weight:700;color:var(--gray-900);margin-bottom:16px;line-height:1.2}.section-subtitle{font-size:1.125rem;color:var(--gray-500);max-width:600px;line-height:1.6}@media(max-width:768px){.section-title{font-size:1.75rem}.section-subtitle{font-size:1rem}}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:var(--radius);font-size:1rem;font-weight:600;cursor:pointer;border:none;transition:all .2s ease}.btn-primary{background:var(--red);color:var(--white)}.btn-primary:hover{background:var(--red-dark);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-secondary{background:transparent;color:var(--red);border:2px solid var(--red)}.btn-secondary:hover{background:var(--red);color:var(--white)}.btn-cream{background:var(--cream);color:var(--red)}.btn-cream:hover{background:var(--cream-light)}.header[data-astro-cid-3ef6ksr2]{position:fixed;top:0;left:0;right:0;z-index:100;background:#fffffff7;backdrop-filter:blur(8px);border-bottom:1px solid transparent;transition:border-color .3s,box-shadow .3s}.header[data-astro-cid-3ef6ksr2].scrolled{border-bottom-color:var(--gray-100);box-shadow:var(--shadow)}.header-inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;height:80px}.header-logo[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{height:56px;width:auto}.header-nav[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:32px}.nav-link[data-astro-cid-3ef6ksr2]{font-size:.9375rem;font-weight:500;color:var(--gray-700);transition:color .2s}.nav-link[data-astro-cid-3ef6ksr2]:hover{color:var(--red)}.btn-sm[data-astro-cid-3ef6ksr2]{padding:10px 20px;font-size:.875rem}.mobile-toggle[data-astro-cid-3ef6ksr2]{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.mobile-toggle[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{display:block;width:24px;height:2px;background:var(--gray-900);border-radius:2px;transition:all .3s}.mobile-toggle[data-astro-cid-3ef6ksr2].active span[data-astro-cid-3ef6ksr2]:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-toggle[data-astro-cid-3ef6ksr2].active span[data-astro-cid-3ef6ksr2]:nth-child(2){opacity:0}.mobile-toggle[data-astro-cid-3ef6ksr2].active span[data-astro-cid-3ef6ksr2]:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media(max-width:768px){.mobile-toggle[data-astro-cid-3ef6ksr2]{display:flex}.header-nav[data-astro-cid-3ef6ksr2]{position:fixed;top:80px;left:0;right:0;width:100%;height:calc(100vh - 80px);height:calc(100dvh - 80px);display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;background-color:#fff;padding:16px 20px 32px;gap:0;transform:translate(100%);transition:transform .3s ease;z-index:99;box-shadow:-4px 0 16px #00000014;overflow-y:auto;-webkit-overflow-scrolling:touch}.header-nav[data-astro-cid-3ef6ksr2].open{transform:translate(0)}.nav-link[data-astro-cid-3ef6ksr2]{display:block;width:100%;flex:0 0 auto;font-size:1.0625rem;font-weight:500;padding:18px 4px;border-bottom:1px solid var(--gray-100);color:var(--gray-900)}.header-nav[data-astro-cid-3ef6ksr2] .btn[data-astro-cid-3ef6ksr2]{flex:0 0 auto;width:100%;margin-top:20px;text-align:center;justify-content:center}}.footer[data-astro-cid-sz7xmlte]{background:var(--gray-900);color:var(--gray-300);padding-top:64px}.footer-inner[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.08)}.footer-brand[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{height:36px;width:auto;margin-bottom:16px;filter:none}.footer-desc[data-astro-cid-sz7xmlte]{font-size:.875rem;line-height:1.6;color:var(--gray-500);max-width:280px}.footer-social[data-astro-cid-sz7xmlte]{display:flex;gap:16px;margin-top:16px}.footer-social[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--gray-500);transition:color .2s}.footer-social[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--cream)}.footer-col[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte]{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--white);margin-bottom:16px}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte],.footer-col[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{display:block;font-size:.875rem;color:var(--gray-500);margin-bottom:8px;line-height:1.5;transition:color .2s}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--cream)}.footer-bottom[data-astro-cid-sz7xmlte]{padding:24px 0}.footer-bottom[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-size:.8125rem;color:var(--gray-500)}@media(max-width:768px){.footer-inner[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 1fr;gap:32px}.footer-brand[data-astro-cid-sz7xmlte]{grid-column:1 / -1}}@media(max-width:480px){.footer-inner[data-astro-cid-sz7xmlte]{grid-template-columns:1fr}}.whatsapp-float[data-astro-cid-3g7a26y4]{position:fixed;bottom:24px;right:24px;z-index:99;width:56px;height:56px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 16px #25d3664d;transition:transform .2s,box-shadow .2s}.whatsapp-float[data-astro-cid-3g7a26y4]:hover{transform:scale(1.08);box-shadow:0 6px 20px #25d36666}@media(max-width:768px){.whatsapp-float[data-astro-cid-3g7a26y4]{bottom:16px;right:16px;width:52px;height:52px}}
