@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";.header{z-index:100;background:var(--background);border-bottom:1px solid var(--border);transition:box-shadow .3s;position:fixed;top:0;left:0;right:0}.header.scrolled{box-shadow:var(--shadow-sm)}.header-inner{max-width:var(--container);justify-content:space-between;align-items:center;height:80px;margin:0 auto;padding:0 2rem;display:flex}.logo{align-items:center;text-decoration:none;display:flex}.logo-img{width:auto;height:50px}.nav{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--foreground);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.nav-link:after{content:"";background:var(--primary);width:0;height:2px;transition:width .25s;position:absolute;bottom:-4px;left:0}.nav-link:hover{color:var(--primary)}.nav-link:hover:after{width:100%}.nav-link.active{color:var(--primary)}.nav-link.active:after{width:100%}.header-actions{align-items:center;gap:.5rem;display:flex}.mobile-toggle{cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.mobile-toggle svg{width:24px;height:24px;color:var(--foreground)}@media (width<=768px){.nav{background:var(--background);border-bottom:1px solid var(--border);box-shadow:var(--shadow-md);flex-direction:column;gap:1rem;padding:1.5rem;display:none;position:fixed;top:80px;left:0;right:0}.nav.open{display:flex}.mobile-toggle{display:block}}.footer{background:var(--muted);border-top:1px solid var(--border);padding:3rem 0 1.5rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}.footer-logo{margin-bottom:.5rem;display:block}.footer-logo-img{width:auto;height:50px}.footer-brand p{color:var(--muted-foreground);margin:1rem 0;font-size:.875rem;line-height:1.7}.footer-contact{color:var(--muted-foreground);align-items:center;gap:.5rem;margin-top:.75rem;font-size:.875rem;text-decoration:none;transition:color .2s;display:flex}.footer-contact:hover{color:var(--foreground)}.footer-contact svg{width:16px;min-width:16px;height:16px}.footer-col h4{color:var(--foreground);margin-bottom:1rem;font-size:1rem;font-weight:600}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.5rem}.footer-col a{color:var(--muted-foreground);font-size:.875rem;text-decoration:none;transition:color .2s}.footer-col a:hover{color:var(--foreground)}.footer-bottom{border-top:1px solid var(--border);color:var(--muted-foreground);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;font-size:.8125rem;display:flex}.footer-links{gap:1.5rem;display:flex}.footer-links a{color:var(--muted-foreground);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--foreground)}.footer-social-logos{flex-wrap:nowrap;align-items:center;gap:20px;display:flex}.footer-social-link{align-items:center;transition:opacity .2s;display:inline-flex}.footer-social-link:hover{opacity:.75}.footer-social-link img{object-fit:contain;width:auto;height:50px}@media (width<=1024px){.footer-grid{grid-template-columns:1fr 1fr 1fr}.footer-brand,.footer-social-col{grid-column:1/-1}}@media (width<=768px){.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-brand,.footer-social-col{grid-column:auto}.footer-bottom{text-align:center;flex-direction:column}}.floating-contact{z-index:90;flex-direction:column;gap:12px;display:flex;position:fixed;bottom:18px;right:18px}.fc-btn{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 4px 14px #00000040}.fc-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0000004d}.fc-btn:focus-visible{outline-offset:2px;outline:3px solid #00000059}.fc-whatsapp{background:#25d366}.fc-call{background:#2f7d18}@media (width<=768px){.floating-contact{bottom:14px;right:14px}.fc-btn{width:48px;height:48px}}.app{overflow-x:clip}:root{--primary:#06c;--primary-dark:#0052a3;--primary-light:#e8f2fc;--primary-foreground:#fff;--secondary:#6abf3d;--secondary-dark:#57a632;--secondary-light:#eef8ea;--secondary-foreground:#fff;--background:#fff;--foreground:#1a1a2e;--card:#fff;--card-foreground:#1a1a2e;--muted:#f5f7fa;--muted-foreground:#64748b;--border:#e2e8f0;--shadow-sm:0 1px 2px #0000000d;--shadow:0 4px 6px -1px #00000012, 0 2px 4px -2px #0000000d;--shadow-md:0 10px 15px -3px #00000014, 0 4px 6px -4px #0000000a;--shadow-lg:0 20px 25px -5px #00000014, 0 8px 10px -6px #0000000a;--radius:12px;--radius-lg:16px;--container:1400px;--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font);background:var(--background);color:var(--foreground);min-height:100vh;line-height:1.6}#root{text-align:left;border:none;width:100%;max-width:100%;min-height:100vh;margin:0;display:block}.container{max-width:var(--container);margin:0 auto;padding:0 2rem}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.section-label{color:var(--secondary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem;font-size:.8125rem;font-weight:600;display:inline-block}.section-header{text-align:center;max-width:720px;margin:0 auto 3rem}.section-header h2{color:var(--foreground);font-size:2.25rem;font-weight:700;line-height:1.2}@media (width<=480px){.container{padding:0 1rem}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
