@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600&display=swap";
:root{--bg-primary:#080c14;--bg-secondary:#0d1220;--bg-card:#ffffff0a;--bg-card-hover:#ffffff14;--accent-blue:#00d4ff;--accent-blue-dark:#09c;--accent-green:#00e676;--accent-green-dark:#00b359;--accent-purple:#7c3aed;--text-primary:#f0f4ff;--text-secondary:#8b9abf;--text-muted:#4a5578;--border-subtle:#ffffff12;--border-accent:#00d4ff40;--glass-bg:#0d1220bf;--glass-border:#ffffff14;--grad-blue:linear-gradient(135deg, #00d4ff 0%, #0070cc 100%);--grad-green:linear-gradient(135deg, #00e676 0%, #00b359 100%);--grad-dark:linear-gradient(180deg, #ffffff0d 0%, transparent 100%);--grad-hero:radial-gradient(ellipse at 70% 50%, #0064c82e 0%, transparent 60%), radial-gradient(ellipse at 20% 80%, #00c8781a 0%, transparent 50%), #080c14;--shadow-card:0 4px 24px #0006, 0 0 0 1px var(--border-subtle);--shadow-glow-blue:0 0 40px #00d4ff26;--shadow-glow-green:0 0 40px #00e67626;--section-padding:clamp(4rem, 8vw, 8rem);--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--transition:all .3s cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;line-height:1.7;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-primary);font-weight:700;line-height:1.15}.heading-xl{letter-spacing:-.03em;font-size:clamp(2.8rem,6vw,5.5rem);font-weight:800}.heading-lg{letter-spacing:-.025em;font-size:clamp(2rem,4vw,3.5rem);font-weight:700}.heading-md{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:600}.heading-sm{font-size:clamp(1.1rem,2vw,1.4rem);font-weight:600}.text-gradient-blue{background:var(--grad-blue);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-gradient-green{background:var(--grad-green);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 clamp(1.25rem,4vw,2.5rem)}.section{padding:var(--section-padding) 0}.grid-2{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.glass-card{background:var(--bg-card);border:1px solid var(--glass-border);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(12px);transition:var(--transition);position:relative;overflow:hidden}.glass-card:before{content:"";pointer-events:none;border-radius:inherit;background:linear-gradient(135deg,#ffffff0a 0%,#0000 60%);position:absolute;inset:0}.glass-card:hover{background:var(--bg-card-hover);border-color:var(--border-accent);box-shadow:0 20px 40px #0006, var(--shadow-glow-blue);transform:translateY(-8px)}.glass-card-premium{border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(20px)saturate(180%);transition:var(--transition);background:#ffffff08;border:1px solid #ffffff1a;box-shadow:0 8px 32px #0000005e}.glass-card-premium:hover{background:#ffffff0d;border-color:#00d4ff66;box-shadow:0 8px 48px #00d4ff33}.btn{font-family:var(--font-heading);letter-spacing:.01em;transition:var(--transition);white-space:nowrap;border-radius:50px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--grad-blue);color:#fff;box-shadow:0 4px 24px #00d4ff59}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #00d4ff80}.btn-secondary{color:var(--text-primary);border:1px solid var(--border-accent);background:0 0}.btn-secondary:hover{border-color:var(--accent-blue);background:#00d4ff14;transform:translateY(-2px)}.btn-green{background:var(--grad-green);color:#000;font-weight:700;box-shadow:0 4px 24px #00e6764d}.btn-green:hover{transform:translateY(-2px);box-shadow:0 8px 32px #00e67680}.badge{letter-spacing:.05em;text-transform:uppercase;border-radius:50px;align-items:center;gap:.4rem;padding:.3rem .9rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-blue{color:var(--accent-blue);background:#00d4ff1f;border:1px solid #00d4ff33}.badge-green{color:var(--accent-green);background:#00e6761f;border:1px solid #00e67633}.section-header{text-align:center;margin-bottom:4rem}.section-header .badge{margin-bottom:1rem}.section-header p{max-width:580px;color:var(--text-secondary);margin:1rem auto 0;font-size:1.05rem}.divider-glow{background:var(--grad-blue);border-radius:50px;width:60px;height:3px;margin:1rem auto}.network-canvas{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--accent-blue-dark);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--accent-blue)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse-glow{0%,to{box-shadow:0 0 #00d4ff66}50%{box-shadow:0 0 0 12px #00d4ff00}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes rotate-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}.animate-fade-up{animation:.7s forwards fadeInUp}.animate-fade{animation:.5s forwards fadeIn}.animate-float{animation:4s ease-in-out infinite float}@media (max-width:1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.hide-mobile{display:none!important}}.page-loader{background:var(--grad-blue);z-index:9999;width:0;height:3px;box-shadow:var(--shadow-glow-blue);transition:width .4s ease-out;position:fixed;top:0;left:0}
.Navbar-module__cJzEcG__navbar{z-index:1000;padding:1.25rem 0;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(20px);background:#080c14d9;border-bottom:1px solid #ffffff0f;padding:.85rem 0;box-shadow:0 4px 30px #00000080}.Navbar-module__cJzEcG__container{align-items:center;gap:2rem;max-width:1200px;margin:0 auto;padding:0 clamp(1.25rem,4vw,2.5rem);display:flex}.Navbar-module__cJzEcG__logo{flex-shrink:0;align-items:center;gap:.6rem;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logoSvg{width:auto;height:44px;transition:transform .3s;animation:4s ease-in-out infinite Navbar-module__cJzEcG__float}.Navbar-module__cJzEcG__logoSvg:hover{transform:scale(1.05)}.Navbar-module__cJzEcG__links{align-items:center;gap:.25rem;margin:0 auto;list-style:none;display:flex}.Navbar-module__cJzEcG__link{color:#8b9abf;border-radius:8px;padding:.5rem .9rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .25s}.Navbar-module__cJzEcG__link:hover{color:#f0f4ff;background:#ffffff0d}.Navbar-module__cJzEcG__cta{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.Navbar-module__cJzEcG__phoneLink{color:var(--text-secondary);white-space:nowrap;font-size:.82rem;font-weight:600;text-decoration:none;transition:color .2s}.Navbar-module__cJzEcG__phoneLink:hover{color:var(--accent-blue)}.Navbar-module__cJzEcG__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;margin-left:auto;padding:4px;display:none}.Navbar-module__cJzEcG__hamburger span{transform-origin:50%;background:#f0f4ff;border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__open span:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__open span:nth-child(2){opacity:0;transform:scaleX(0)}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Navbar-module__cJzEcG__mobileMenu{flex-direction:column;align-items:center;max-height:0;padding:0 1.5rem;transition:max-height .4s,padding .3s;display:none;overflow:hidden}.Navbar-module__cJzEcG__mobileOpen{max-height:400px;padding:1rem 1.5rem 1.5rem}.Navbar-module__cJzEcG__mobileLink{text-align:center;color:#8b9abf;border-radius:8px;width:100%;padding:.75rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s}.Navbar-module__cJzEcG__mobileLink:hover{color:#f0f4ff;background:#ffffff0d}.Navbar-module__cJzEcG__mobileCta{color:var(--accent-blue);text-align:center;padding:.5rem;font-size:.9rem;font-weight:700;text-decoration:none}@keyframes Navbar-module__cJzEcG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@media (max-width:768px){.Navbar-module__cJzEcG__links,.Navbar-module__cJzEcG__cta{display:none}.Navbar-module__cJzEcG__hamburger,.Navbar-module__cJzEcG__mobileMenu{display:flex}.Navbar-module__cJzEcG__scrolled .Navbar-module__cJzEcG__mobileOpen{background:#080c14f2}}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--border-subtle);background:#05080f}.Footer-module__S6Hkya__top{padding:4rem 0}.Footer-module__S6Hkya__grid{grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:3rem;display:grid}.Footer-module__S6Hkya__brand{flex-direction:column;gap:1rem;display:flex}.Footer-module__S6Hkya__logo{align-items:center;gap:.6rem;display:flex}.Footer-module__S6Hkya__logoSvg{width:auto;height:40px}.Footer-module__S6Hkya__brandDesc{color:var(--text-secondary);max-width:260px;font-size:.88rem;line-height:1.7}.Footer-module__S6Hkya__brandName{color:var(--text-primary);letter-spacing:.01em;margin-top:-.3rem;font-size:.82rem;font-weight:700}.Footer-module__S6Hkya__contact{flex-direction:column;gap:.5rem;display:flex}.Footer-module__S6Hkya__contactLink{color:var(--text-secondary);font-size:.88rem;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__contactLink:hover{color:var(--accent-blue)}.Footer-module__S6Hkya__col{flex-direction:column;gap:.5rem;display:flex}.Footer-module__S6Hkya__colTitle{color:var(--text-primary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:.8rem;font-weight:700}.Footer-module__S6Hkya__colList{flex-direction:column;gap:.45rem;list-style:none;display:flex}.Footer-module__S6Hkya__colList a{color:var(--text-secondary);font-size:.88rem;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__colList a:hover{color:var(--text-primary)}.Footer-module__S6Hkya__ctaBox{border-radius:var(--radius-md);background:#00d4ff0d;border:1px solid #00d4ff26;flex-direction:column;padding:1.5rem;display:flex}.Footer-module__S6Hkya__ctaBox h4{color:var(--text-primary);margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:1rem;font-weight:700}.Footer-module__S6Hkya__ctaBox p{color:var(--text-secondary);font-size:.85rem;line-height:1.6}.Footer-module__S6Hkya__bottom{border-top:1px solid var(--border-subtle);padding:1.25rem 0}.Footer-module__S6Hkya__bottom .Footer-module__S6Hkya__container{color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;font-size:.8rem;display:flex}@media (max-width:1024px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr 1fr;gap:2rem}.Footer-module__S6Hkya__brand,.Footer-module__S6Hkya__ctaBox{grid-column:span 2}}@media (max-width:600px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr}.Footer-module__S6Hkya__brand,.Footer-module__S6Hkya__ctaBox{grid-column:span 1}}
.MobileDock-module__3rwnDG__dock{-webkit-backdrop-filter:blur(20px);z-index:1000;background:#080c14d9;border-top:1px solid #ffffff1a;justify-content:space-around;align-items:center;height:70px;padding:0 1rem;transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%)}.MobileDock-module__3rwnDG__visible{transform:translateY(0)}.MobileDock-module__3rwnDG__item{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;transition:var(--transition);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;font-size:.7rem;font-weight:600;display:flex}.MobileDock-module__3rwnDG__icon{font-size:1.2rem}.MobileDock-module__3rwnDG__whatsapp .MobileDock-module__3rwnDG__icon{color:#25d366}.MobileDock-module__3rwnDG__primary{color:var(--accent-blue)}.MobileDock-module__3rwnDG__item:active{background:#ffffff0d;border-radius:12px;transform:scale(.9)}@media (min-width:769px){.MobileDock-module__3rwnDG__dock{display:none}}@supports (padding-bottom:env(safe-area-inset-bottom)){.MobileDock-module__3rwnDG__dock{height:calc(70px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom)}}
