*{-webkit-tap-highlight-color:transparent}button:focus,a:focus,input:focus,textarea:focus,select:focus{outline:none!important}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background-color:#0a0a0f;color:#f0f0f5;font-family:Space Grotesk,system-ui,sans-serif;overflow-x:hidden;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0a0a0f}::-webkit-scrollbar-thumb{background:#328dfc;border-radius:4px}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/space-grotesk-vietnamese-400-normal.B7xT_GF5.woff2) format("woff2"),url(/_astro/space-grotesk-vietnamese-400-normal.BIWiOVfw.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/space-grotesk-latin-ext-400-normal.CfP_5XZW.woff2) format("woff2"),url(/_astro/space-grotesk-latin-ext-400-normal.DRPE3kg4.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/space-grotesk-latin-400-normal.CJ-V5oYT.woff2) format("woff2"),url(/_astro/space-grotesk-latin-400-normal.BnQMeOim.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/space-grotesk-vietnamese-700-normal.DMty7AZE.woff2) format("woff2"),url(/_astro/space-grotesk-vietnamese-700-normal.Duxec5Rn.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/space-grotesk-latin-ext-700-normal.BQnZhY3m.woff2) format("woff2"),url(/_astro/space-grotesk-latin-ext-700-normal.HVCqSBdx.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/space-grotesk-latin-700-normal.RjhwGPKo.woff2) format("woff2"),url(/_astro/space-grotesk-latin-700-normal.CwsQ-cCU.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:25px 0;transition:all .4s ease-in-out;background-color:transparent}.header.scrolled{padding:15px 0;background-color:#0a0a0fd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(141,78,251,.1);box-shadow:0 4px 30px #00000080}.header__container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;position:relative}.header__logo{display:flex;align-items:center;text-decoration:none;position:relative;z-index:1001}.header__logo img{height:65px;transition:transform .3s ease}.header__logo img:hover{transform:scale(1.05)}.header__toggle{display:none;position:relative;width:30px;height:20px;background:transparent;border:none;cursor:pointer;z-index:1001;padding:0}.header__toggle .line{display:block;position:absolute;width:100%;height:2px;background-color:#fff;border-radius:1px;transition:all .4s cubic-bezier(.68,-.6,.27,1.55)}.header__toggle .line.top{top:0}.header__toggle .line.middle{top:50%;transform:translateY(-50%)}.header__toggle .line.bottom{bottom:0}.header__toggle.active .line.top{top:50%;transform:translateY(-50%) rotate(45deg);background-color:#8d4efb}.header__toggle.active .line.middle{opacity:0;transform:translate(-20px,-50%)}.header__toggle.active .line.bottom{bottom:50%;transform:translateY(50%) rotate(-45deg);background-color:#8d4efb}.header__controls{display:flex;align-items:center;gap:15px;z-index:1001;order:3;margin-left:20px}.header .lang-switcher{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);color:#fff;font-size:.85rem;font-weight:700;text-decoration:none;transition:background-color .3s ease,border-color .3s ease,color .3s ease,box-shadow .3s ease,transform .3s ease;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.header .lang-switcher:hover{background:#328dfc1a;border-color:#328dfc;color:#328dfc;box-shadow:0 0 10px #328dfc33;transform:translateY(-2px)}.header__menu-wrapper{display:flex;align-items:center;flex:1}.header__menu-overlay{display:none}.header__menu-content{display:flex;align-items:center;width:100%}.header__nav{position:absolute;left:50%;transform:translate(-50%)}.header__nav ul{display:flex;gap:35px;list-style:none}.header__nav ul li a{color:#f0f0f5;text-decoration:none;font-size:1rem;font-weight:500;transition:color .3s ease;position:relative}.header__nav ul li a:hover{color:#328dfc}.header__nav ul li a:hover:after{width:100%}.header__nav ul li a:after{content:"";position:absolute;bottom:-6px;left:0;width:0%;height:2px;background-color:#328dfc;transition:width .3s ease;box-shadow:0 0 8px #328dfc99}.header__cta{margin-left:auto}.header .btn-contacto{display:inline-flex;align-items:center;justify-content:center;padding:10px 28px;color:#fff;background:transparent;border:2px solid rgba(255,255,255,.8);border-radius:50px;text-decoration:none;font-weight:600;box-shadow:0 0 10px #ffffff1a;transition:background .3s ease,color .3s ease,box-shadow .3s ease,border-color .3s ease,transform .2s ease;will-change:transform}.header .btn-contacto:hover{background:linear-gradient(150deg,#8d4efb,#328dfc);box-shadow:0 0 18px #8d4efb59;transform:translateY(-1px)}.header .btn-contacto:active{transform:translateY(0);box-shadow:0 0 10px #8d4efb40}@media(max-width:980px){.header__toggle{display:block}.header__menu-wrapper{position:fixed;top:0;left:0;width:100%;height:100vh;visibility:hidden;z-index:1000}.header__menu-wrapper.is-open{visibility:visible}.header__menu-overlay{display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0a0a0fe6;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);opacity:0}.header__menu-content{position:absolute;top:0;right:0;width:80%;max-width:400px;height:100%;background-color:#111118;border-left:1px solid rgba(141,78,251,.2);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:50px;transform:translate(100%);box-shadow:-10px 0 30px #00000080}.header__nav{position:relative;left:auto;transform:none}.header__nav ul{flex-direction:column;align-items:center;gap:30px}.header__nav ul li a{font-size:1.6rem;letter-spacing:1px}.header__cta{margin-left:0}.header .btn-contacto{font-size:1.2rem;padding:12px 35px}}.footer{background-color:#fff;color:#1a1a1a;position:relative;padding-bottom:40px;margin-top:8rem}.footer__wave{position:absolute;top:-119px;left:0;width:100%;overflow:hidden;line-height:0;transform:rotate(180deg)}.footer__wave svg{position:relative;display:block;width:calc(100% + 1.3px);height:120px}.footer__wave .shape-fill{fill:#fff}.footer__container{max-width:1200px;margin:0 auto;padding:60px 20px 0}.footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:60px;margin-bottom:80px}.footer__grid .footer__col:not(.footer__col--brand){display:flex;flex-direction:column;align-items:center;text-align:center}.footer__grid .footer__col:not(.footer__col--brand) ul{width:100%;display:flex;flex-direction:column;align-items:center}@media(max-width:992px){.footer__grid{grid-template-columns:1fr 1fr;gap:40px}.footer__grid .footer__col:not(.footer__col--brand){align-items:flex-start;text-align:left}.footer__grid .footer__col:not(.footer__col--brand) ul{align-items:flex-start}}@media(max-width:576px){.footer__grid{grid-template-columns:1fr;gap:50px}.footer__grid .footer__col:not(.footer__col--brand){align-items:center;text-align:center}.footer__grid .footer__col:not(.footer__col--brand) ul{align-items:center}.footer__grid .footer__social{justify-content:center}.footer__grid .footer__col--brand{display:flex;flex-direction:column;align-items:center;text-align:center}}.footer__col h4{font-size:1.1rem;font-weight:700;margin-bottom:25px;color:#1a1a1a;text-transform:uppercase;letter-spacing:1px}.footer__col ul{list-style:none;padding:0}.footer__col ul li{margin-bottom:12px}.footer__col ul li a{text-decoration:none;color:#555;font-size:.95rem;font-weight:500;transition:all .3s ease}.footer__col ul li a:hover{color:#328dfc;padding-left:5px}.footer__col--brand .footer__logo{display:block;margin-bottom:20px}.footer__col--brand .footer__logo img{width:180px}.footer__col--brand .footer__description{color:#666;line-height:1.6;margin-bottom:25px;font-size:.95rem;max-width:350px}.footer__social{display:flex;gap:15px}.footer__social a{width:42px;height:42px;border-radius:50%;background:#f4f4f4;display:flex;align-items:center;justify-content:center;color:#1a1a1a;transition:all .3s ease}.footer__social a:hover{background:#328dfc;color:#000;transform:translateY(-4px);box-shadow:0 10px 20px #328dfc4d}.footer__bottom{border-top:1px solid #eee;padding-top:30px;display:flex;justify-content:center;align-items:center;color:#888;font-size:.85rem;text-align:center}@media(max-width:768px){.footer__bottom{padding-top:20px}}.fab-wrapper{position:fixed;bottom:32px;right:32px;z-index:9999;display:flex;flex-direction:column;align-items:flex-end;gap:16px;pointer-events:none}.fab-wrapper.is-active .fab-menu{visibility:visible}@media(hover:none)and (pointer:coarse){.fab-wrapper.is-active .fab-item .fab-label{opacity:1;transform:translate(0)}}.fab-main{width:64px;height:64px;border-radius:50%;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;border:none;background:linear-gradient(135deg,#8d4efb,#328dfc);color:#fff;box-shadow:0 8px 32px #8d4efb4d,inset 0 2px 4px #ffffff4d;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease;pointer-events:auto}.fab-main:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 12px 40px #8d4efb73,inset 0 2px 4px #fff6}.fab-main:active{transform:scale(.95)}.fab-main .icon-open,.fab-main .icon-close{position:absolute;display:flex;align-items:center;justify-content:center}.fab-main .icon-close{opacity:0;transform:scale(0) rotate(-90deg)}.fab-menu{display:flex;flex-direction:column;align-items:flex-end;gap:12px;margin-bottom:8px;visibility:hidden;pointer-events:none}.fab-item{display:flex;align-items:center;gap:16px;text-decoration:none;will-change:transform,opacity}.fab-item .fab-label{background:#13131fa6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);color:#f0f0f5;padding:8px 16px;border-radius:12px;font-size:.85rem;font-weight:500;letter-spacing:.02em;border:1px solid rgba(255,255,255,.08);opacity:0;transform:translate3d(15px,0,0);transition:opacity .3s cubic-bezier(.16,1,.3,1),transform .3s cubic-bezier(.16,1,.3,1),border-color .3s ease;box-shadow:0 4px 12px #0003;pointer-events:none}@media(hover:hover)and (pointer:fine){.fab-item:hover .fab-label{opacity:1;transform:translateZ(0);border-color:#328dfc4d}}.fab-item .fab-icon-inner{width:48px;height:48px;border-radius:50%;background:#13131fa6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:#c8cfd6;transform:translateZ(0);transition:background-color .3s ease,border-color .3s ease,transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease,color .3s ease;box-shadow:0 4px 12px #0003}.fab-item .fab-icon-inner:hover{color:#fff;border-color:#328dfc;background:#13131fcc;transform:translateZ(0) scale(1.1);box-shadow:0 0 20px #328dfc33,inset 0 0 12px #328dfc1a}.fab-item.fab-item--main .fab-icon-inner{color:#8d4efb}.fab-item.fab-item--main .fab-icon-inner:hover{color:#fff;border-color:#8d4efb;box-shadow:0 0 20px #8d4efb4d}@media(max-width:768px){.fab-wrapper{bottom:24px;right:24px}.fab-main{width:56px;height:56px}}
