:root{--primary-teal:#0f6b74;--ocean-teal:#2b8e98;--secondary-teal:#2b8e98;--graphite:#1f252b;--silver-mist:#dce3e6;--warm-cloud:#f5f6f4;--crimson:#c63a3a;--satin-steel:#a7b0b6;--white:#fff;--black:#000;--bg:#f5f6f4;--surface:#fff;--surface-muted:#dce3e6;--text:#1f252b;--text-muted:#56646c;--text-soft:#6d7880;--line:#1f252b1f;--line-strong:#1f252b38;--glass:#ffffffb8;--glass-strong:#ffffffe6;--hero-shade:#0f151bad;--shadow-soft:0 24px 70px #1f252b1f}:root[data-theme=dark]{--bg:#1f252b;--surface:#252c33;--surface-muted:#303841;--text:#f5f6f4;--text-muted:#c7d0d5;--text-soft:#a7b0b6;--line:#ffffff1f;--line-strong:#dce3e63d;--glass:#1f252bad;--glass-strong:#1f252be6;--hero-shade:#000000b8;--shadow-soft:0 28px 80px #0000005c}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg);max-width:100vw;color:var(--text);text-rendering:geometricprecision;flex-direction:column;min-height:100vh;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:background-color .22s,color .22s;display:flex;overflow-x:hidden}html{scroll-behavior:smooth}body{animation:.42s both pageEnter}a{color:inherit;text-decoration:none;transition:color .2s,background-color .2s,border-color .2s,transform .2s}button{cursor:pointer;background:0 0;border:none;font-family:inherit;transition:color .2s,background-color .2s,border-color .2s,transform .2s}img{max-width:100%;display:block}::selection{background:var(--primary-teal);color:var(--white)}@keyframes pageEnter{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}body,*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}}
.Header-module__hBw1pG__header{z-index:100;background:var(--glass-strong);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);position:sticky;top:0}.Header-module__hBw1pG__navbar{grid-template-columns:minmax(180px,.8fr) minmax(0,auto) minmax(180px,.8fr);align-items:center;column-gap:clamp(2rem,4vw,4.5rem);max-width:1400px;margin:0 auto;padding:.95rem 2rem;display:grid;position:relative}.Header-module__hBw1pG__logo{flex:none}.Header-module__hBw1pG__logo a{align-items:center;display:inline-flex}.Header-module__hBw1pG__logoImage{object-fit:contain;width:clamp(156px,14vw,210px);height:auto}.Header-module__hBw1pG__navLinks{flex-wrap:wrap;justify-content:center;justify-self:center;gap:clamp(.6rem,1vw,1.1rem);list-style:none;display:flex}.Header-module__hBw1pG__navLinks a{letter-spacing:.04em;text-transform:uppercase;min-height:34px;color:var(--text);align-items:center;font-size:.73rem;font-weight:800;transition:color .3s;display:inline-flex;position:relative}.Header-module__hBw1pG__navLinks a:hover{color:var(--primary-teal)}.Header-module__hBw1pG__navLinks a:after{content:"";background:var(--primary-teal);transform-origin:50%;height:2px;transition:transform .18s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.Header-module__hBw1pG__navLinks a:hover:after,.Header-module__hBw1pG__navLinks .Header-module__hBw1pG__activeLink:after{transform:scaleX(1)}.Header-module__hBw1pG__navLinks .Header-module__hBw1pG__activeLink{color:var(--primary-teal)}.Header-module__hBw1pG__menuButton{border:1px solid var(--line);background:var(--glass);width:42px;height:42px;min-height:42px;color:var(--text);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);justify-content:center;align-items:center;padding:0;display:none}.Header-module__hBw1pG__menuButton:hover{border-color:var(--ocean-teal);color:var(--ocean-teal)}.Header-module__hBw1pG__menuButton svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:21px;height:21px}.Header-module__hBw1pG__navActions{justify-self:end;align-items:center;gap:.65rem;margin-left:auto;display:flex}.Header-module__hBw1pG__primaryBtn{background-color:var(--primary-teal);color:var(--white);border-radius:4px;padding:.75rem 1.5rem;font-size:.88rem;font-weight:800;transition:background-color .3s}.Header-module__hBw1pG__primaryBtn:hover{background-color:var(--secondary-teal)}@media (max-width:768px){.Header-module__hBw1pG__navbar{gap:.75rem;min-height:76px;padding-inline:1rem;display:flex}.Header-module__hBw1pG__navLinks{background:var(--glass-strong);border:1px solid var(--line);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);opacity:0;pointer-events:none;gap:0;padding:.75rem;transition:opacity .18s,transform .18s;display:grid;position:absolute;top:100%;left:1rem;right:1rem;transform:translateY(-8px)}.Header-module__hBw1pG__navLinksOpen{opacity:1;pointer-events:auto;transform:translateY(0)}.Header-module__hBw1pG__navLinks li{list-style:none}.Header-module__hBw1pG__navLinks a{border-bottom:1px solid var(--line);align-items:center;min-height:46px;padding-inline:.25rem;display:flex}.Header-module__hBw1pG__navLinks a:after{width:3px;height:auto;inset:10px auto 10px 0;transform:scaleY(0)}.Header-module__hBw1pG__navLinks a:hover:after,.Header-module__hBw1pG__navLinks .Header-module__hBw1pG__activeLink:after{transform:scaleY(1)}.Header-module__hBw1pG__navLinks li:last-child a{border-bottom:0}.Header-module__hBw1pG__menuButton{display:inline-flex}.Header-module__hBw1pG__primaryBtn{display:none}}@media (max-width:420px){.Header-module__hBw1pG__logoImage{width:138px}}
.ThemeToggle-module__sGqMhG__toggle{border:1px solid var(--line);background:var(--glass);width:42px;height:42px;min-height:42px;color:var(--text);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);justify-content:center;align-items:center;padding:0;transition:background-color .18s,border-color .18s,color .18s;display:inline-flex}.ThemeToggle-module__sGqMhG__toggle svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.ThemeToggle-module__sGqMhG__toggle:hover{border-color:var(--ocean-teal);color:var(--ocean-teal)}
.Footer-module__S6Hkya__footer{background-color:var(--graphite);color:var(--white);border-top:1px solid #ffffff1a;margin-top:auto}.Footer-module__S6Hkya__footerContent{grid-template-columns:2fr 1fr 1fr;gap:4rem;max-width:1400px;margin:0 auto;padding:4rem 2rem;display:grid}.Footer-module__S6Hkya__logo{align-items:center;width:fit-content;margin-bottom:1rem;display:inline-flex}.Footer-module__S6Hkya__logoImage{object-fit:contain;width:min(260px,72vw);height:auto}.Footer-module__S6Hkya__brandPromise{color:var(--primary-teal);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.Footer-module__S6Hkya__subtext{color:var(--silver-mist);line-height:1.6}.Footer-module__S6Hkya__contactSection h3,.Footer-module__S6Hkya__linksSection h3{color:var(--primary-teal);margin-bottom:1.5rem;font-size:1.2rem}.Footer-module__S6Hkya__contactItem{color:var(--silver-mist);margin-bottom:.75rem}.Footer-module__S6Hkya__contactItem a{transition:color .3s}.Footer-module__S6Hkya__contactItem a:hover{color:var(--white)}.Footer-module__S6Hkya__whatsappBtn{color:#fff;background-color:#25d366;border-radius:4px;justify-content:center;align-items:center;margin-top:1rem;padding:.75rem 1.5rem;font-weight:600;transition:opacity .3s;display:inline-flex}.Footer-module__S6Hkya__whatsappBtn:hover{opacity:.9}.Footer-module__S6Hkya__linksSection ul{list-style:none}.Footer-module__S6Hkya__linksSection li{margin-bottom:.75rem}.Footer-module__S6Hkya__linksSection a{color:var(--silver-mist);transition:color .3s}.Footer-module__S6Hkya__linksSection a:hover{color:var(--white)}.Footer-module__S6Hkya__bottomBar{text-align:center;color:var(--silver-mist);border-top:1px solid #ffffff1a;padding:1.5rem 2rem;font-size:.875rem}@media (max-width:768px){.Footer-module__S6Hkya__footerContent{grid-template-columns:1fr;gap:2.5rem}}
.MobileActionBar-module__A8qZyW__mobileActionBar{background:var(--glass-strong);border-top:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:100;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -12px 34px #0000002e}.MobileActionBar-module__A8qZyW__navBtn,.MobileActionBar-module__A8qZyW__callBtn,.MobileActionBar-module__A8qZyW__whatsappBtn{letter-spacing:.06em;text-transform:uppercase;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:.78rem;font-weight:900;display:flex}.MobileActionBar-module__A8qZyW__navBtn{background-color:var(--surface);color:var(--text)}.MobileActionBar-module__A8qZyW__callBtn{background-color:var(--graphite);color:var(--white)}.MobileActionBar-module__A8qZyW__whatsappBtn{color:#fff;background-color:#25d366}@media (max-width:768px){.MobileActionBar-module__A8qZyW__mobileActionBar{display:flex}}
