:root{--primary:#f0801e;--primary-logo:#ee7d22;--primary-dark:#d96e12;--ink:#262626;--text:#32373c;--muted:#646464;--surface:#fff;--surface-alt:#f7f7f7;--border:#ddd;--border-light:#eee;--footer-bg:#313131;--dark-section:#363a43;--on-primary:#fff;--whatsapp:#25d366;--font-heading:"Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body:"Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--container-max:1180px;--container-pad:20px;--section-pad-y:80px;--radius:3px;--header-h:84px}*,:before,:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text);background:var(--surface);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:16px;font-weight:400;line-height:1.7}img,picture,svg,video{max-width:100%;display:block}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--ink);font-weight:600;line-height:1.25}a{color:inherit;text-decoration:none}a:hover{color:var(--primary)}ul,ol{padding:0;list-style:none}button,input,select,textarea{font:inherit;color:inherit}.container{width:100%;max-width:var(--container-max);padding-inline:var(--container-pad);margin-inline:auto}.section{padding-block:var(--section-pad-y)}.section--alt{background:var(--surface-alt)}.section--dark{background:var(--dark-section);color:#fff}.section--dark h1,.section--dark h2,.section--dark h3{color:#fff}.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}@media (width<=767px){:root{--section-pad-y:44px}}.site-header[data-astro-cid-nen7h5rs]{z-index:1000;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0}.site-header__inner[data-astro-cid-nen7h5rs]{justify-content:space-between;align-items:center;gap:24px;display:flex}.site-header__logo[data-astro-cid-nen7h5rs]{flex:none;align-items:center;padding:8px 0;display:flex}.site-header__logo[data-astro-cid-nen7h5rs] img[data-astro-cid-nen7h5rs]{object-fit:contain;width:180px;height:auto}.site-header__toggle[data-astro-cid-nen7h5rs]{border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;background:0 0;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0;display:none}.site-header__toggle[data-astro-cid-nen7h5rs] span[data-astro-cid-nen7h5rs]{background:var(--ink);width:22px;height:2px;margin-inline:auto;transition:transform .2s,opacity .2s;display:block}.site-nav__list[data-astro-cid-nen7h5rs]{align-items:center;gap:4px;display:flex}.site-nav__item[data-astro-cid-nen7h5rs]{position:relative}.site-nav__link[data-astro-cid-nen7h5rs]{font-family:var(--font-heading);color:var(--ink);white-space:nowrap;align-items:center;gap:4px;padding:12px 14px;font-size:14px;font-weight:500;transition:color .2s;display:inline-flex}.site-nav__link[data-astro-cid-nen7h5rs]:hover,.site-nav__link[data-astro-cid-nen7h5rs].is-active{color:var(--primary)}.site-nav__caret[data-astro-cid-nen7h5rs]{color:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:12px;line-height:1}.site-nav__dropdown[data-astro-cid-nen7h5rs]{background:var(--surface);border:1px solid var(--border);opacity:0;visibility:hidden;min-width:210px;transition:opacity .18s,transform .18s,visibility .18s;position:absolute;top:100%;left:0;transform:translateY(6px);box-shadow:0 8px 24px #00000014}.has-dropdown[data-astro-cid-nen7h5rs]:hover>.site-nav__dropdown[data-astro-cid-nen7h5rs],.has-dropdown[data-astro-cid-nen7h5rs]:focus-within>.site-nav__dropdown[data-astro-cid-nen7h5rs]{opacity:1;visibility:visible;transform:translateY(0)}.site-nav__sublink[data-astro-cid-nen7h5rs]{color:var(--text);border-bottom:1px solid var(--border-light);padding:11px 18px;font-size:14px;display:block}.site-nav__dropdown[data-astro-cid-nen7h5rs] li[data-astro-cid-nen7h5rs]:last-child .site-nav__sublink[data-astro-cid-nen7h5rs]{border-bottom:0}.site-nav__sublink[data-astro-cid-nen7h5rs]:hover,.site-nav__sublink[data-astro-cid-nen7h5rs].is-active{background:var(--surface-alt);color:var(--primary)}@media (width<=959px){.site-header__toggle[data-astro-cid-nen7h5rs]{display:flex}.site-nav[data-astro-cid-nen7h5rs]{background:var(--surface);border-bottom:1px solid var(--border);max-height:0;transition:max-height .28s;position:absolute;top:100%;left:0;right:0;overflow:hidden}.site-header[data-astro-cid-nen7h5rs].is-open .site-nav[data-astro-cid-nen7h5rs]{max-height:90vh;overflow-y:auto}.site-nav__list[data-astro-cid-nen7h5rs]{flex-direction:column;align-items:stretch;gap:0;padding:8px 0}.site-nav__link[data-astro-cid-nen7h5rs]{border-bottom:1px solid var(--border-light);justify-content:space-between;padding:14px 20px;font-size:15px}.site-nav__caret[data-astro-cid-nen7h5rs]{padding:6px 10px;font-size:14px}.site-nav__dropdown[data-astro-cid-nen7h5rs]{opacity:1;visibility:visible;box-shadow:none;background:var(--surface-alt);border:0;max-height:0;transition:max-height .28s;position:static;overflow:hidden;transform:none}.has-dropdown[data-astro-cid-nen7h5rs].is-open>.site-nav__dropdown[data-astro-cid-nen7h5rs]{max-height:500px}.site-nav__sublink[data-astro-cid-nen7h5rs]{padding-left:36px}}.site-footer[data-astro-cid-jo6i4kqk]{background:var(--footer-bg);color:#fffc;padding-block:40px;padding-bottom:calc(40px + env(safe-area-inset-bottom))}.site-footer__inner[data-astro-cid-jo6i4kqk]{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.site-footer__nav[data-astro-cid-jo6i4kqk]{flex-wrap:wrap;justify-content:center;gap:6px 22px;display:flex}.site-footer__link[data-astro-cid-jo6i4kqk]{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.5px;color:#ffffffd9;font-size:13px;font-weight:500}.site-footer__link[data-astro-cid-jo6i4kqk]:hover{color:var(--primary)}.site-footer__contact[data-astro-cid-jo6i4kqk]{color:#ffffffa6;flex-wrap:wrap;justify-content:center;gap:10px;font-size:14px;display:flex}.site-footer__contact[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:hover{color:var(--primary)}.site-footer__copyright[data-astro-cid-jo6i4kqk]{color:#ffffff8c;border-top:1px solid #ffffff1f;width:100%;max-width:720px;padding-top:16px;font-size:13px}@media (width<=767px){.site-footer[data-astro-cid-jo6i4kqk]{padding-bottom:calc(72px + env(safe-area-inset-bottom))}}.call-bar[data-astro-cid-voe6clea]{z-index:1100;padding-bottom:env(safe-area-inset-bottom);display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 10px #00000026}.call-bar__btn[data-astro-cid-voe6clea]{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.5px;color:#fff;flex:50%;justify-content:center;align-items:center;gap:8px;padding:16px 8px;font-size:14px;font-weight:600;display:flex}.call-bar__btn[data-astro-cid-voe6clea]:hover{color:#fff}.call-bar__btn--call[data-astro-cid-voe6clea]{background:var(--primary)}.call-bar__btn--call[data-astro-cid-voe6clea]:hover{background:var(--primary-dark)}.call-bar__btn--wa[data-astro-cid-voe6clea]{background:var(--whatsapp)}@media (width>=768px){.call-bar[data-astro-cid-voe6clea]{display:none}}
