@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600&display=swap";
:root{--color-primary:#121212;--color-accent:#fff;--color-accent-hover:#f0f0f0;--color-white:#fff;--color-off-white:#fcfcfc;--color-cream:#f7f7f7;--color-light:#eaeaea;--color-border:#e6e6e6;--color-text:#1a1a1a;--color-text-secondary:#555;--color-text-muted:#888;--glass-bg:#ffffff14;--glass-border:#ffffff26;--glass-bg-light:#ffffffe6;--glass-border-light:#00000014;--color-whatsapp:#25d366;--color-whatsapp-hover:#1ead57;--font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:2rem;--text-4xl:2.75rem;--text-5xl:3.5rem;--text-6xl:4.5rem;--text-hero:clamp(2.5rem, 6vw, 4.5rem);--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4.5rem;--space-4xl:6rem;--space-5xl:8rem;--space-6xl:10rem;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:32px;--radius-2xl:48px;--radius-full:9999px;--shadow-sm:0 2px 8px #0000000a;--shadow-md:0 8px 24px #00000014;--shadow-lg:0 16px 48px #0000001f;--ease-out:cubic-bezier(.16, 1, .3, 1);--transition-fast:.2s var(--ease-out);--transition-base:.35s var(--ease-out);--transition-slow:.6s var(--ease-out);--max-width:1280px;--nav-height:80px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-height);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}body{font-family:var(--font-body);font-size:var(--text-base);color:var(--color-text);background-color:var(--color-off-white);font-weight:400;line-height:1.6}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}img,video{max-width:100%;display:block}button{cursor:pointer;font-family:var(--font-body);background:0 0;border:none;outline:none}ul,ol{list-style:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}::selection{background:var(--color-text);color:var(--color-white)}
.Navbar-module___rHu7W__navbar{z-index:1000;transition:all var(--transition-base);padding:24px 0;position:absolute;top:0;left:0;right:0}.Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__scrolled{-webkit-backdrop-filter:blur(16px);background:#121212d9;border-bottom:1px solid #ffffff0d;padding:16px 0;position:fixed}.Navbar-module___rHu7W__navInner{max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;padding:0 40px;display:flex}.Navbar-module___rHu7W__leftGroup{align-items:center;gap:48px;display:flex}.Navbar-module___rHu7W__logo{z-index:1001;align-items:center;gap:8px;text-decoration:none;display:flex}.Navbar-module___rHu7W__logoImage{object-fit:contain;filter:brightness(0)invert();width:auto;height:40px}.Navbar-module___rHu7W__logoName{font-family:var(--font-display);font-size:var(--text-xl);color:var(--color-white);letter-spacing:-.02em;font-weight:500}.Navbar-module___rHu7W__navLinks{align-items:center;gap:32px;display:flex}.Navbar-module___rHu7W__navLink{font-family:var(--font-body);font-size:var(--text-sm);color:#fffc;border:1px solid #0000;border-radius:12px;padding:8px 16px;font-weight:400;text-decoration:none;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.Navbar-module___rHu7W__navLink:hover{color:var(--color-white);-webkit-backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff26;box-shadow:0 4px 16px #0000001a}.Navbar-module___rHu7W__navLink.Navbar-module___rHu7W__active{color:var(--color-white)}.Navbar-module___rHu7W__rightGroup{align-items:center;gap:32px;display:flex}.Navbar-module___rHu7W__cartLink{font-family:var(--font-body);font-size:var(--text-sm);color:#fffc;transition:color var(--transition-fast);font-weight:400;text-decoration:none}.Navbar-module___rHu7W__cartLink:hover{color:var(--color-white)}.Navbar-module___rHu7W__navCta{font-family:var(--font-display);font-size:var(--text-sm);border-radius:var(--radius-full);background:var(--color-white);color:var(--color-text);transition:all var(--transition-fast);justify-content:center;align-items:center;padding:12px 28px;font-weight:600;text-decoration:none;display:inline-flex}.Navbar-module___rHu7W__navCta:hover{background:var(--color-light);transform:translateY(-2px)}.Navbar-module___rHu7W__menuBtn{z-index:1001;flex-direction:column;gap:6px;padding:4px;display:none}.Navbar-module___rHu7W__menuLine{background:var(--color-white);width:24px;height:1.5px;transition:all var(--transition-base);border-radius:2px}.Navbar-module___rHu7W__menuBtn.Navbar-module___rHu7W__open .Navbar-module___rHu7W__menuLine:first-child{transform:translateY(7.5px)rotate(45deg)}.Navbar-module___rHu7W__menuBtn.Navbar-module___rHu7W__open .Navbar-module___rHu7W__menuLine:nth-child(2){opacity:0}.Navbar-module___rHu7W__menuBtn.Navbar-module___rHu7W__open .Navbar-module___rHu7W__menuLine:nth-child(3){transform:translateY(-7.5px)rotate(-45deg)}.Navbar-module___rHu7W__mobileMenu{background:var(--color-primary);z-index:999;opacity:0;transition:opacity var(--transition-base), transform var(--transition-base);flex-direction:column;gap:24px;padding:100px 40px 40px;display:none;position:fixed;inset:0;transform:translateY(-10px)}.Navbar-module___rHu7W__mobileMenu.Navbar-module___rHu7W__open{opacity:1;display:flex;transform:translateY(0)}.Navbar-module___rHu7W__mobileLink{font-family:var(--font-display);font-size:var(--text-3xl);color:var(--color-white);font-weight:500;text-decoration:none}.Navbar-module___rHu7W__mobileCta{text-align:center;font-family:var(--font-display);font-size:var(--text-lg);border-radius:var(--radius-full);background:var(--color-white);color:var(--color-text);margin-top:32px;padding:16px 0;font-weight:600}@media (max-width:968px){.Navbar-module___rHu7W__navLinks,.Navbar-module___rHu7W__rightGroup{display:none}.Navbar-module___rHu7W__menuBtn{display:flex}.Navbar-module___rHu7W__navInner{padding:0 24px}.Navbar-module___rHu7W__mobileMenu{padding:100px 24px 24px}}.Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__lightTheme .Navbar-module___rHu7W__logoName{color:var(--color-text)}.Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__lightTheme .Navbar-module___rHu7W__navLink{color:#121212cc}.Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__lightTheme .Navbar-module___rHu7W__navLink:hover{color:var(--color-text);background:#0000000a;border:1px solid #00000014;box-shadow:0 4px 16px #0000000d}.Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__lightTheme .Navbar-module___rHu7W__navLink.Navbar-module___rHu7W__active{color:var(--color-text)}.Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__lightTheme .Navbar-module___rHu7W__cartLink{color:#121212cc}.Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__lightTheme .Navbar-module___rHu7W__cartLink:hover{color:var(--color-text)}.Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__lightTheme .Navbar-module___rHu7W__navCta{background:var(--color-text);color:var(--color-white)}.Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__lightTheme .Navbar-module___rHu7W__navCta:hover{background:#121212cc}.Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__lightTheme .Navbar-module___rHu7W__menuLine{background:var(--color-text)}
.Footer-module__Grjkva__footer{background:var(--color-primary);color:#fff9}.Footer-module__Grjkva__inner{max-width:var(--max-width);padding:0 var(--space-2xl);margin:0 auto}.Footer-module__Grjkva__grid{gap:var(--space-3xl);padding:var(--space-3xl) 0;border-bottom:1px solid #ffffff0f;grid-template-columns:repeat(2,1fr);display:grid}.Footer-module__Grjkva__brand{gap:var(--space-lg);flex-direction:column;display:flex}.Footer-module__Grjkva__logo{align-items:center;gap:10px;text-decoration:none;display:flex}.Footer-module__Grjkva__logoImage{object-fit:contain;filter:brightness(0)invert();width:auto;height:32px}.Footer-module__Grjkva__logoName{font-family:var(--font-display);font-size:var(--text-2xl);color:var(--color-white);letter-spacing:-.02em;font-weight:500}.Footer-module__Grjkva__brandDesc{font-size:var(--text-sm);color:#fff6;max-width:280px;line-height:1.8}.Footer-module__Grjkva__socials{gap:var(--space-sm);display:flex}.Footer-module__Grjkva__social{color:#ffffff73;width:36px;height:36px;font-size:var(--text-xs);transition:all var(--transition-fast);border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;font-weight:600;text-decoration:none;display:flex}.Footer-module__Grjkva__social:hover{border-color:var(--color-accent);color:var(--color-accent)}.Footer-module__Grjkva__col{flex-direction:column;display:flex}.Footer-module__Grjkva__colHeader{justify-content:space-between;align-items:center;display:flex}.Footer-module__Grjkva__chevron{color:var(--color-white);transition:transform .3s;display:none}.Footer-module__Grjkva__colContent{gap:var(--space-md);margin-top:var(--space-md);flex-direction:column;display:flex}.Footer-module__Grjkva__colTitle{font-size:var(--text-sm);color:var(--color-white);letter-spacing:.5px;margin-bottom:0;font-weight:600}.Footer-module__Grjkva__colLink{font-size:var(--text-sm);color:#fff6;transition:color var(--transition-fast);text-decoration:none}.Footer-module__Grjkva__colLink:hover{color:var(--color-accent)}.Footer-module__Grjkva__contactItem{font-size:var(--text-sm);color:#ffffffb3;transition:all var(--transition-fast);background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;align-items:center;gap:12px;padding:8px 12px;text-decoration:none;display:flex}.Footer-module__Grjkva__contactItem:hover{color:var(--color-white);background:#ffffff1a;border-color:#fff3;transform:translateY(-2px)}.Footer-module__Grjkva__contactIcon{width:32px;height:32px;color:var(--color-white);background:#ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Footer-module__Grjkva__bottom{padding:var(--space-lg) 0;justify-content:space-between;align-items:center;gap:var(--space-md);display:flex}.Footer-module__Grjkva__copy{font-size:var(--text-xs);color:#ffffff40}.Footer-module__Grjkva__bottomLinks{gap:var(--space-xl);display:flex}.Footer-module__Grjkva__bottomLink{font-size:var(--text-xs);color:#ffffff40;transition:color var(--transition-fast);text-decoration:none}.Footer-module__Grjkva__bottomLink:hover{color:#fff9}@media (max-width:968px){.Footer-module__Grjkva__grid{gap:var(--space-2xl);grid-template-columns:1fr 1fr}.Footer-module__Grjkva__ctaTitle{font-size:var(--text-3xl)}}@media (max-width:640px){.Footer-module__Grjkva__inner{padding:0 var(--space-lg)}.Footer-module__Grjkva__grid{grid-template-columns:1fr;gap:0}.Footer-module__Grjkva__colHeader{cursor:pointer;padding:var(--space-md) 0;border-bottom:1px solid #ffffff1a}.Footer-module__Grjkva__colTitle{font-size:var(--text-base)}.Footer-module__Grjkva__chevron{display:block}.Footer-module__Grjkva__colContent{opacity:0;max-height:0;margin-top:0;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.Footer-module__Grjkva__col.Footer-module__Grjkva__open .Footer-module__Grjkva__colContent{opacity:1;max-height:400px;margin-top:var(--space-md);margin-bottom:var(--space-md)}.Footer-module__Grjkva__col.Footer-module__Grjkva__open .Footer-module__Grjkva__chevron{transform:rotate(180deg)}.Footer-module__Grjkva__ctaBanner{padding:var(--space-3xl) 0}.Footer-module__Grjkva__ctaTitle{font-size:var(--text-2xl)}.Footer-module__Grjkva__bottom{text-align:center;flex-direction:column}}
.WhatsAppFloat-module__58gkSa__wrap{z-index:900;position:fixed;bottom:56px;right:28px}.WhatsAppFloat-module__58gkSa__btn{background:var(--color-whatsapp);width:66px;height:66px;transition:transform var(--transition-fast), box-shadow var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;animation:3s ease-in-out infinite WhatsAppFloat-module__58gkSa__pulse;display:flex;box-shadow:0 4px 14px #25d36659,0 0 #25d36633}.WhatsAppFloat-module__58gkSa__btn:hover{animation:none;transform:scale(1.08);box-shadow:0 6px 24px #25d36673}.WhatsAppFloat-module__58gkSa__btn svg{width:34px;height:34px;color:var(--color-white)}.WhatsAppFloat-module__58gkSa__tip{background:var(--color-white);color:var(--color-text);font-size:var(--text-sm);border-radius:var(--radius-md);box-shadow:var(--shadow-md);white-space:nowrap;opacity:0;pointer-events:none;transition:opacity var(--transition-fast);padding:8px 16px;font-weight:500;position:absolute;top:50%;right:calc(100% + 12px);transform:translateY(-50%)}.WhatsAppFloat-module__58gkSa__tip:after{content:"";border-left:5px solid var(--color-white);border-top:5px solid #0000;border-bottom:5px solid #0000;position:absolute;top:50%;right:-5px;transform:translateY(-50%)}.WhatsAppFloat-module__58gkSa__btn:hover+.WhatsAppFloat-module__58gkSa__tip,.WhatsAppFloat-module__58gkSa__wrap:hover .WhatsAppFloat-module__58gkSa__tip{opacity:1;background:var(--color-whatsapp);color:var(--color-white)}.WhatsAppFloat-module__58gkSa__wrap:hover .WhatsAppFloat-module__58gkSa__tip:after{border-left-color:var(--color-whatsapp)}@keyframes WhatsAppFloat-module__58gkSa__pulse{0%,to{box-shadow:0 4px 14px #25d36659,0 0 #25d36633}50%{box-shadow:0 4px 14px #25d36659,0 0 0 10px #25d36600}}@media (max-width:768px){.WhatsAppFloat-module__58gkSa__wrap{bottom:48px;right:20px}.WhatsAppFloat-module__58gkSa__btn{width:62px;height:62px}.WhatsAppFloat-module__58gkSa__btn svg{width:32px;height:32px}.WhatsAppFloat-module__58gkSa__tip{display:none}}
