.Navbar-module__cJzEcG__nav{z-index:2000;border-bottom:1px solid #0000000d;align-items:center;height:80px;display:flex;position:sticky;top:0}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;width:100%;display:flex}.Navbar-module__cJzEcG__logo{font-family:var(--font-outfit);color:var(--primary);align-items:center;font-size:24px;font-weight:700;display:flex}.Navbar-module__cJzEcG__logo span{color:var(--accent);margin-left:2px;font-weight:300}.Navbar-module__cJzEcG__desktopLinks{align-items:center;gap:var(--space-md);display:flex}.Navbar-module__cJzEcG__controls{border-left:1px solid var(--border-color);align-items:center;gap:12px;margin-left:8px;padding-left:16px;display:flex}.Navbar-module__cJzEcG__desktopLinks a:not(.Navbar-module__cJzEcG__btn-primary){color:var(--text-main);font-size:15px;font-weight:500}.Navbar-module__cJzEcG__desktopLinks a:not(.Navbar-module__cJzEcG__btn-primary):hover{color:var(--accent)}.Navbar-module__cJzEcG__hamburger{cursor:pointer;z-index:1100;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;padding:0;display:none}.Navbar-module__cJzEcG__hamburger span{background-color:var(--text-main);border-radius:10px;width:100%;height:2px;transition:all .3s ease-in-out}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__active span:first-child{transform:translateY(9px)rotate(45deg)}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__active span:nth-child(2){opacity:0}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__active span:nth-child(3){transform:translateY(-9px)rotate(-45deg)}.Navbar-module__cJzEcG__mobileMenu{z-index:1500;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;transition:transform .4s cubic-bezier(.77,.2,.05,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.Navbar-module__cJzEcG__mobileMenu.Navbar-module__cJzEcG__open{transform:translate(0)}.Navbar-module__cJzEcG__mobileNav{text-align:center;flex-direction:column;gap:30px;width:100%;height:100%;padding:100px 20px 40px;display:flex}.Navbar-module__cJzEcG__mobileNavLink{color:var(--text-heading);font-size:2rem;font-weight:700;text-decoration:none;transition:color .3s}.Navbar-module__cJzEcG__mobileNavLink:hover{color:var(--primary)}.Navbar-module__cJzEcG__mobileControls{flex-direction:row;justify-content:center;align-items:center;gap:24px;width:100%;margin-top:auto;margin-bottom:40px;display:flex}.Navbar-module__cJzEcG__desktopLinks a.Navbar-module__cJzEcG__active{color:var(--accent);position:relative}.Navbar-module__cJzEcG__desktopLinks a.Navbar-module__cJzEcG__active:after{content:"";background-color:var(--accent);border-radius:2px;width:100%;height:2px;position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__mobileNavLink.Navbar-module__cJzEcG__activeMobile{color:var(--primary);transform:scale(1.1)}.Navbar-module__cJzEcG__mobileNavLink.Navbar-module__cJzEcG__activeMobile:after{content:" •";color:var(--accent)}@media (max-width:992px){.Navbar-module__cJzEcG__desktopLinks{display:none}.Navbar-module__cJzEcG__hamburger{display:flex}}
.ThemeToggle-module__sGqMhG__toggle{border-radius:var(--radius-full);background:var(--silver);width:40px;height:40px;color:var(--text-main);transition:var(--transition-fast);justify-content:center;align-items:center;display:flex}.ThemeToggle-module__sGqMhG__toggle:hover{background:var(--silver-dark);transform:scale(1.05)}.ThemeToggle-module__sGqMhG__toggle svg{width:20px;height:20px}.ThemeToggle-module__sGqMhG__togglePlaceholder{width:40px;height:40px}
.LanguageSwitcher-module__kcAi4G__wrapper{cursor:pointer;position:relative}.LanguageSwitcher-module__kcAi4G__current{background:var(--silver);border-radius:var(--radius-md);transition:var(--transition-fast);align-items:center;gap:8px;padding:8px 12px;font-size:14px;font-weight:600;display:flex}.LanguageSwitcher-module__kcAi4G__isOpen .LanguageSwitcher-module__kcAi4G__current{background:var(--silver-dark)}.LanguageSwitcher-module__kcAi4G__label{color:var(--text-heading)}.LanguageSwitcher-module__kcAi4G__dropdown{opacity:0;visibility:hidden;min-width:140px;box-shadow:var(--shadow-lg);border-radius:var(--radius-md);z-index:100;flex-direction:column;padding:8px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:calc(100% + 8px);right:0;transform:translateY(10px)}.LanguageSwitcher-module__kcAi4G__isOpen .LanguageSwitcher-module__kcAi4G__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.LanguageSwitcher-module__kcAi4G__option{text-align:left;border-radius:var(--radius-sm);width:100%;transition:var(--transition-fast);color:var(--text-main);align-items:center;gap:12px;padding:8px 12px;font-size:14px;font-weight:500;display:flex}.LanguageSwitcher-module__kcAi4G__option:hover,.LanguageSwitcher-module__kcAi4G__active{background:var(--accent-soft);color:var(--accent)}.LanguageSwitcher-module__kcAi4G__flag{font-size:18px}@media (max-width:992px){.LanguageSwitcher-module__kcAi4G__dropdown{min-width:180px;top:auto;bottom:calc(100% + 12px);right:50%;transform:translate(50%)translateY(-10px)}.LanguageSwitcher-module__kcAi4G__isOpen .LanguageSwitcher-module__kcAi4G__dropdown{transform:translate(50%)translateY(0)}.LanguageSwitcher-module__kcAi4G__label{display:flex}}
.Footer-module__S6Hkya__footer{color:var(--white);padding:var(--space-xl) 0 var(--space-md);background:#1e1e1e;margin-top:auto}.Footer-module__S6Hkya__main{justify-content:space-between;gap:var(--space-xl);margin-bottom:var(--space-xl);display:flex}.Footer-module__S6Hkya__brand{max-width:400px}.Footer-module__S6Hkya__logo{font-family:var(--font-outfit);color:var(--white);margin-bottom:var(--space-md);font-size:28px;font-weight:700;display:block}.Footer-module__S6Hkya__logo span{color:var(--accent);font-weight:300}.Footer-module__S6Hkya__slogan{color:var(--accent);text-transform:uppercase;letter-spacing:1px;margin-bottom:var(--space-sm);font-size:14px;font-weight:600}.Footer-module__S6Hkya__description{color:var(--text-muted);margin-bottom:25px;font-size:.95rem;line-height:1.6}.Footer-module__S6Hkya__socials{gap:15px;display:flex}.Footer-module__S6Hkya__socials a{background:var(--bg-offset);width:40px;height:40px;color:var(--primary);border:1px solid var(--border-color);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Footer-module__S6Hkya__socials a svg{width:20px;height:20px}.Footer-module__S6Hkya__socials a:hover{background:var(--primary);color:var(--white);border-color:var(--primary);transform:translateY(-3px)}.Footer-module__S6Hkya__grid{gap:var(--space-xl);display:flex}.Footer-module__S6Hkya__column h4{color:var(--white);margin-bottom:var(--space-md);font-size:18px}.Footer-module__S6Hkya__column a,.Footer-module__S6Hkya__contactItem{color:#ffffffb3;margin-bottom:var(--space-sm);font-size:15px;line-height:1.4;display:block}.Footer-module__S6Hkya__column a:hover{color:var(--accent)}.Footer-module__S6Hkya__bottom{padding-top:var(--space-md);text-align:center;color:#ffffff80;border-top:1px solid #ffffff1a;font-size:14px}@media (max-width:768px){.Footer-module__S6Hkya__main,.Footer-module__S6Hkya__grid{gap:var(--space-lg);flex-direction:column}}
.FloatingActions-module__AneK9a__wrapper{z-index:1000;flex-direction:column;gap:15px;transition:bottom .5s;display:flex;position:fixed;bottom:30px;right:30px}.FloatingActions-module__AneK9a__pushedUp{bottom:120px}.FloatingActions-module__AneK9a__whatsapp{color:#fff;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s;display:flex;box-shadow:0 4px 15px #25d36666}.FloatingActions-module__AneK9a__whatsapp:hover{transform:scale(1.1)}.FloatingActions-module__AneK9a__whatsapp svg{width:32px;height:32px}.FloatingActions-module__AneK9a__whatsappPopup{opacity:0;visibility:hidden;width:320px;box-shadow:var(--shadow-lg);z-index:1001;background:#1b1b1b;border-radius:18px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:absolute;bottom:80px;right:0;overflow:hidden;transform:translateY(20px)scale(.95)}.FloatingActions-module__AneK9a__popupVisible{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.FloatingActions-module__AneK9a__popupHeader{color:#fff;background:#25d366;justify-content:space-between;align-items:center;padding:12px 18px;display:flex}.FloatingActions-module__AneK9a__headerLeft{align-items:center;gap:10px;font-size:1.1rem;font-weight:600;display:flex}.FloatingActions-module__AneK9a__whatsappIconSmall{width:24px;height:24px}.FloatingActions-module__AneK9a__closePopup{color:#fff;background:#0003;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:20px;transition:background .2s;display:flex}.FloatingActions-module__AneK9a__closePopup:hover{background:#0006}.FloatingActions-module__AneK9a__popupBody{flex-direction:column;gap:20px;padding:25px 20px;display:flex}.FloatingActions-module__AneK9a__chatBubble{color:#fff;background:#3a3a3a;border-radius:12px 20px 20px;max-width:90%;padding:12px 18px;position:relative;box-shadow:0 2px 5px #0003}.FloatingActions-module__AneK9a__chatBubble:after{content:"";border-top:8px solid #0000;border-bottom:8px solid #0000;border-right:10px solid #3a3a3a;width:0;height:0;position:absolute;top:15px;left:-8px}.FloatingActions-module__AneK9a__chatBubble p{margin:0;font-size:1rem;line-height:1.4}.FloatingActions-module__AneK9a__openChatBtn{color:#fff;text-align:center;background:#25d366;border-radius:25px;padding:12px;font-weight:700;text-decoration:none;transition:transform .2s,background .2s;display:block}.FloatingActions-module__AneK9a__openChatBtn:hover{background:#20bd5c;transform:translateY(-2px)}.FloatingActions-module__AneK9a__scrollTop{background-color:var(--primary);color:#fff;opacity:0;visibility:hidden;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;transform:translateY(20px);box-shadow:0 4px 15px #f16b2266}.FloatingActions-module__AneK9a__scrollTop.FloatingActions-module__AneK9a__visible{opacity:1;visibility:visible;transform:translateY(0)}.FloatingActions-module__AneK9a__scrollTop:hover{background-color:var(--secondary-color)}.FloatingActions-module__AneK9a__scrollTop svg{width:20px;height:20px}
.CookieBanner-module__3JinOG__banner{z-index:2000;border-top:1px solid var(--border-color);width:100%;padding:20px 0;animation:.5s ease-out CookieBanner-module__3JinOG__slideUp;position:fixed;bottom:0;left:0;box-shadow:0 -10px 30px #0000001a}@keyframes CookieBanner-module__3JinOG__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.CookieBanner-module__3JinOG__content{justify-content:space-between;align-items:center;gap:var(--space-xl);display:flex}.CookieBanner-module__3JinOG__text{color:var(--text-main);margin:0;font-size:.95rem;line-height:1.6}.CookieBanner-module__3JinOG__text b{color:var(--primary)}.CookieBanner-module__3JinOG__actions{align-items:center;gap:var(--space-lg);flex-shrink:0;display:flex}.CookieBanner-module__3JinOG__detailsLink{color:var(--text-main);border-radius:var(--radius-md);border:1px solid var(--border-color);white-space:nowrap;background:0 0;padding:10px 20px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s}.CookieBanner-module__3JinOG__detailsLink:hover{color:var(--primary);border-color:var(--primary);background:#f16b220d}.CookieBanner-module__3JinOG__acceptBtn{background:var(--primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;border:none;padding:12px 28px;font-weight:700;transition:all .3s}.CookieBanner-module__3JinOG__acceptBtn:hover{box-shadow:var(--shadow-md);filter:brightness(1.1);transform:translateY(-2px)}@media (max-width:992px){.CookieBanner-module__3JinOG__content{text-align:center;gap:var(--space-md);flex-direction:column}.CookieBanner-module__3JinOG__actions{justify-content:center;gap:var(--space-xl);width:100%}}@media (max-width:480px){.CookieBanner-module__3JinOG__banner{padding:15px 0}.CookieBanner-module__3JinOG__text{font-size:.85rem}.CookieBanner-module__3JinOG__actions{gap:var(--space-sm);flex-direction:column-reverse}.CookieBanner-module__3JinOG__acceptBtn{width:100%}}
