@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Inter:wght@400;500;600&display=swap";
:root{--bg-primary:#050505;--bg-secondary:#0f0f11;--text-primary:#fff;--text-secondary:#a0a0a0;--accent-color:#00d2ff;--accent-secondary:#3a7bd5;--glass-bg:#ffffff08;--glass-border:#ffffff14;--glass-hover:#ffffff14;--gold-accent:#d4af37;--wp-color:#25d366;--phone-color:#08c}html,body{background-color:var(--bg-primary);max-width:100vw;color:var(--text-primary);scroll-behavior:smooth;font-family:Outfit,Inter,sans-serif;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);border-radius:16px;transition:all .3s;box-shadow:0 8px 32px #0000005e}.glass-panel:hover{background:var(--glass-hover);border-color:#ffffff26;transform:translateY(-5px)}.gradient-text{background:linear-gradient(90deg, var(--accent-color), var(--accent-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.container{max-width:1200px;margin:0 auto;padding:0 20px}
.Header-module__hBw1pG__header{z-index:1000;background:0 0;align-items:center;width:100%;height:80px;transition:all .3s;display:flex;position:fixed;top:0;left:0}.Header-module__hBw1pG__scrolled{-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--glass-border);background:#050505d9;box-shadow:0 4px 30px #00000080}.Header-module__hBw1pG__headerContainer{justify-content:space-between;align-items:center;width:100%;display:flex}.Header-module__hBw1pG__logo{letter-spacing:-.5px;align-items:center;gap:8px;font-size:1.5rem;font-weight:800;display:flex}.Header-module__hBw1pG__logoIcon{color:var(--accent-color)}.Header-module__hBw1pG__nav{align-items:center;gap:32px;display:flex}.Header-module__hBw1pG__nav a{font-size:1rem;font-weight:500;transition:color .2s}.Header-module__hBw1pG__nav a:hover{color:var(--accent-color)}.Header-module__hBw1pG__callButton{background:linear-gradient(90deg, var(--accent-color), var(--accent-secondary));border-radius:50px;padding:10px 24px;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 15px #00d2ff4d;color:#fff!important;font-weight:600!important}.Header-module__hBw1pG__callButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00d2ff80}.Header-module__hBw1pG__menuToggle{color:#fff;cursor:pointer;background:0 0;border:none;display:none}@media (max-width:768px){.Header-module__hBw1pG__menuToggle{display:block}.Header-module__hBw1pG__nav{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--glass-border);clip-path:circle(0 at 100% 0);background:#050505f2;flex-direction:column;gap:20px;width:100%;padding:20px;transition:clip-path .4s ease-in-out;position:absolute;top:80px;left:0}.Header-module__hBw1pG__navOpen{clip-path:circle(150% at 100% 0)}}
.Footer-module__S6Hkya__footer{background:var(--bg-secondary);border-top:1px solid var(--glass-border);margin-top:80px;padding-top:60px}.Footer-module__S6Hkya__footerGrid{grid-template-columns:2fr 1fr 1fr;gap:40px;margin-bottom:60px;display:grid}.Footer-module__S6Hkya__logo{align-items:center;gap:8px;margin-bottom:20px;font-size:1.5rem;font-weight:800;display:flex}.Footer-module__S6Hkya__logoIcon{color:var(--accent-color)}.Footer-module__S6Hkya__aboutText{color:var(--text-secondary);max-width:400px;line-height:1.6}.Footer-module__S6Hkya__footerCol h3{color:var(--text-primary);margin-bottom:20px;font-size:1.2rem;font-weight:600}.Footer-module__S6Hkya__footerLinks{list-style:none}.Footer-module__S6Hkya__footerLinks li{margin-bottom:12px}.Footer-module__S6Hkya__footerLinks a{color:var(--text-secondary);transition:color .2s}.Footer-module__S6Hkya__footerLinks a:hover{color:var(--accent-color)}.Footer-module__S6Hkya__contactList{list-style:none}.Footer-module__S6Hkya__contactList li{color:var(--text-secondary);align-items:center;gap:10px;margin-bottom:15px;display:flex}.Footer-module__S6Hkya__contactList a{transition:color .2s}.Footer-module__S6Hkya__contactList a:hover{color:var(--accent-color)}.Footer-module__S6Hkya__bottomBar{text-align:center;color:var(--text-secondary);background:#000;padding:20px 0;font-size:.9rem}@media (max-width:768px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr;gap:30px}}
.FloatingButtons-module__YJXJCq__floatingContainer{z-index:1000;flex-direction:column;gap:15px;display:flex;position:fixed;bottom:30px;right:30px}.FloatingButtons-module__YJXJCq__floatBtn{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000004d}.FloatingButtons-module__YJXJCq__floatBtn:before{content:"";opacity:0;background:#fff;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.FloatingButtons-module__YJXJCq__floatBtn:hover{transform:scale(1.1)}.FloatingButtons-module__YJXJCq__floatBtn:hover:before{opacity:.1}.FloatingButtons-module__YJXJCq__whatsapp{background-color:var(--wp-color);animation:2s infinite FloatingButtons-module__YJXJCq__pulse-wp}.FloatingButtons-module__YJXJCq__phone{background-color:var(--phone-color);animation:2s 1s infinite FloatingButtons-module__YJXJCq__pulse-phone}@keyframes FloatingButtons-module__YJXJCq__pulse-wp{0%{box-shadow:0 0 #25d366b3}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 #25d36600}}@keyframes FloatingButtons-module__YJXJCq__pulse-phone{0%{box-shadow:0 0 #0088ccb3}70%{box-shadow:0 0 0 15px #08c0}to{box-shadow:0 0 #08c0}}@media (max-width:768px){.FloatingButtons-module__YJXJCq__floatingContainer{bottom:20px;right:20px}.FloatingButtons-module__YJXJCq__floatBtn{width:50px;height:50px}}
