.header[data-astro-cid-3ef6ksr2]{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:1rem 0;transition:all .3s ease;padding-top:1em}.header[data-astro-cid-3ef6ksr2]:before{content:"";position:absolute;inset:0;background:transparent;z-index:-1}.header__inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.header__logo[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.6rem;font-family:Space Grotesk,system-ui,sans-serif;font-size:1.4rem;font-weight:700;color:#fff;z-index:10;transition:transform .3s ease}.header__logo[data-astro-cid-3ef6ksr2]:hover{transform:scale(1.03)}.header__logo[data-astro-cid-3ef6ksr2] svg[data-astro-cid-3ef6ksr2]{transition:transform .5s cubic-bezier(.16,1,.3,1)}.header__logo[data-astro-cid-3ef6ksr2]:hover svg[data-astro-cid-3ef6ksr2]{transform:rotate(5deg) scale(1.1)}@media(max-width:1024px){.header__nav[data-astro-cid-3ef6ksr2]{position:fixed;inset:0;background:#0d0d1af7;backdrop-filter:blur(30px);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}.header__nav[data-astro-cid-3ef6ksr2].open{opacity:1;visibility:visible}.header__nav[data-astro-cid-3ef6ksr2].open .header__nav-item[data-astro-cid-3ef6ksr2]{opacity:1;transform:translateY(0)}}.header__nav-list[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.25rem}@media(max-width:1024px){.header__nav-list[data-astro-cid-3ef6ksr2]{flex-direction:column;gap:.5rem}}@media(max-width:1024px){.header__nav-item[data-astro-cid-3ef6ksr2]{opacity:0;transform:translateY(20px);transition:all .4s cubic-bezier(.16,1,.3,1)}.header__nav-item[data-astro-cid-3ef6ksr2]:nth-child(1){transition-delay:.08s}.header__nav-item[data-astro-cid-3ef6ksr2]:nth-child(2){transition-delay:.16s}.header__nav-item[data-astro-cid-3ef6ksr2]:nth-child(3){transition-delay:.24s}.header__nav-item[data-astro-cid-3ef6ksr2]:nth-child(4){transition-delay:.32s}}.header__nav-link[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.4rem;padding:.55rem 1rem;border-radius:9999px;font-size:.9rem;font-weight:500;color:#d0d0e0;transition:all .3s ease;position:relative}.header__nav-link[data-astro-cid-3ef6ksr2] svg[data-astro-cid-3ef6ksr2]{opacity:.5;transition:all .3s ease}.header__nav-link[data-astro-cid-3ef6ksr2]:hover{color:#fff;background:#863dff1f}.header__nav-link[data-astro-cid-3ef6ksr2]:hover svg[data-astro-cid-3ef6ksr2]{opacity:1;color:#cbff2e}@media(max-width:1024px){.header__nav-link[data-astro-cid-3ef6ksr2]{font-size:1.5rem;padding:.8rem 1.5rem}.header__nav-link[data-astro-cid-3ef6ksr2] svg[data-astro-cid-3ef6ksr2]{width:22px;height:22px}}.header__actions[data-astro-cid-3ef6ksr2]{z-index:10}.header__actions[data-astro-cid-3ef6ksr2] .btn--sm[data-astro-cid-3ef6ksr2]{padding:.6rem 1.4rem;font-size:.85rem}@media(max-width:1024px){.header__actions[data-astro-cid-3ef6ksr2]{display:none}}.header__github[data-astro-cid-3ef6ksr2]{z-index:10;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:#d0d0e0;transition:all .3s ease;border:1px solid rgba(255,255,255,.1);background:#ffffff08}.header__github[data-astro-cid-3ef6ksr2]:hover{color:#fff;border-color:#ffffff40;background:#ffffff14;transform:scale(1.05)}.header__burger[data-astro-cid-3ef6ksr2]{display:none;flex-direction:column;gap:5px;width:28px;height:28px;justify-content:center;z-index:10;padding:0}@media(max-width:1024px){.header__burger[data-astro-cid-3ef6ksr2]{display:flex}}.header__burger-line[data-astro-cid-3ef6ksr2]{display:block;width:100%;height:2px;background:#fff;border-radius:2px;transition:all .4s cubic-bezier(.16,1,.3,1);transform-origin:center}.header__burger[data-astro-cid-3ef6ksr2].active .header__burger-line[data-astro-cid-3ef6ksr2]:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header__burger[data-astro-cid-3ef6ksr2].active .header__burger-line[data-astro-cid-3ef6ksr2]:nth-child(2){opacity:0;transform:scaleX(0)}.header__burger[data-astro-cid-3ef6ksr2].active .header__burger-line[data-astro-cid-3ef6ksr2]:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.hero[data-astro-cid-bbe6dxrz]{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:5rem;overflow-x:hidden}.hero__bg[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(ellipse 80% 60% at 60% 40%,rgba(134,61,255,.08),transparent 50%),radial-gradient(ellipse 60% 80% at 20% 80%,rgba(203,255,46,.03),transparent 45%)}.hero__orb[data-astro-cid-bbe6dxrz]{position:absolute;border-radius:50%;filter:blur(100px)}.hero__orb--1[data-astro-cid-bbe6dxrz]{width:600px;height:600px;background:#863dff2e;top:-15%;right:-5%;animation:float 10s ease-in-out infinite}.hero__orb--2[data-astro-cid-bbe6dxrz]{width:400px;height:400px;background:#cbff2e0f;bottom:-10%;left:-10%;animation:float 12s ease-in-out infinite reverse}.hero__orb--3[data-astro-cid-bbe6dxrz]{width:300px;height:300px;background:#863dff1f;top:50%;left:30%;animation:float 14s ease-in-out infinite;animation-delay:-3s}.hero__grid[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;background-image:linear-gradient(rgba(134,61,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(134,61,255,.04) 1px,transparent 1px);background-size:80px 80px;mask-image:radial-gradient(ellipse at 60% 50%,black 20%,transparent 70%)}.hero__particles[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;pointer-events:none;z-index:0}.hero__particles[data-astro-cid-bbe6dxrz] .particle[data-astro-cid-bbe6dxrz]{position:absolute;width:3px;height:3px;border-radius:50%;background:#863dff80;animation:particle-float 8s ease-in-out infinite}.hero__particles[data-astro-cid-bbe6dxrz] .particle[data-astro-cid-bbe6dxrz]:nth-child(1){top:20%;left:10%;animation-delay:0s}.hero__particles[data-astro-cid-bbe6dxrz] .particle[data-astro-cid-bbe6dxrz]:nth-child(2){top:60%;left:80%;animation-delay:-2s;background:#cbff2e66}.hero__particles[data-astro-cid-bbe6dxrz] .particle[data-astro-cid-bbe6dxrz]:nth-child(3){top:80%;left:20%;animation-delay:-4s}.hero__particles[data-astro-cid-bbe6dxrz] .particle[data-astro-cid-bbe6dxrz]:nth-child(4){top:30%;left:70%;animation-delay:-1s;background:#863dff73}.hero__particles[data-astro-cid-bbe6dxrz] .particle[data-astro-cid-bbe6dxrz]:nth-child(5){top:50%;left:50%;animation-delay:-3s}.hero__particles[data-astro-cid-bbe6dxrz] .particle[data-astro-cid-bbe6dxrz]:nth-child(6){top:10%;left:90%;animation-delay:-5s;background:#cbff2e59}.hero__inner[data-astro-cid-bbe6dxrz]{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:1024px){.hero__inner[data-astro-cid-bbe6dxrz]{grid-template-columns:1fr;text-align:center}}@media(max-width:1024px){.hero__content[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column;align-items:center}}.hero__title[data-astro-cid-bbe6dxrz]{font-family:Space Grotesk,system-ui,sans-serif;font-size:clamp(2.4rem,5.5vw,4.2rem);font-weight:700;line-height:1.08;margin-bottom:1.5rem;animation:fadeInUp .6s ease .1s both;letter-spacing:-.02em}.hero__subtitle[data-astro-cid-bbe6dxrz]{font-size:clamp(1rem,2vw,1.15rem);color:#a0a0b8;line-height:1.7;max-width:480px;margin-bottom:2.5rem;animation:fadeInUp .6s ease .2s both}.hero__actions[data-astro-cid-bbe6dxrz]{display:flex;gap:1rem;animation:fadeInUp .6s ease .3s both}.hero__actions[data-astro-cid-bbe6dxrz] .btn--glow[data-astro-cid-bbe6dxrz]{box-shadow:0 0 30px #cbff2e33,0 0 60px #cbff2e1a;transition:all .3s ease}.hero__actions[data-astro-cid-bbe6dxrz] .btn--glow[data-astro-cid-bbe6dxrz]:hover{box-shadow:0 0 40px #cbff2e4d,0 0 80px #cbff2e26}@media(max-width:480px){.hero__actions[data-astro-cid-bbe6dxrz]{flex-direction:column;width:100%}.hero__actions[data-astro-cid-bbe6dxrz] .btn[data-astro-cid-bbe6dxrz]{justify-content:center}}.hero__visual[data-astro-cid-bbe6dxrz]{display:flex;justify-content:center;align-items:center;animation:fadeIn 1s ease .3s both}@media(max-width:1024px){.hero__visual[data-astro-cid-bbe6dxrz]{order:-1;margin-bottom:2.5rem}}.globe-section[data-astro-cid-bbe6dxrz]{position:relative;width:min(580px,90vw);height:min(580px,90vw);max-width:100%}@media(max-width:1024px){.globe-section[data-astro-cid-bbe6dxrz]{width:min(420px,85vw);height:min(420px,85vw)}}@media(max-width:768px){.globe-section[data-astro-cid-bbe6dxrz]{width:min(380px,88vw);height:min(380px,88vw)}}@media(max-width:480px){.globe-section[data-astro-cid-bbe6dxrz]{width:min(320px,92vw);height:min(320px,92vw)}}.globe-cards[data-astro-cid-bbe6dxrz]{position:absolute;padding:clamp(.6rem,1.2vw,1rem) clamp(.75rem,1.5vw,1.25rem);border-radius:clamp(10px,2vw,16px);display:flex;flex-direction:column;gap:.35rem;border:1px solid rgba(255,255,255,.12);z-index:2;backdrop-filter:blur(8px);transition:transform .3s ease,box-shadow .3s ease;min-width:0;max-width:min(160px,42%)}.globe-cards[data-astro-cid-bbe6dxrz]:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}.globe-cards__badge[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;gap:.35rem;font-size:clamp(.55rem,1.8vw,.7rem);font-weight:600;letter-spacing:.04em;color:#fffffff2;padding:.2rem .4rem;border-radius:6px;border:1px solid rgba(255,255,255,.2);width:fit-content}.globe-cards__badge[data-astro-cid-bbe6dxrz] svg[data-astro-cid-bbe6dxrz]{flex-shrink:0;width:clamp(10px,2.5vw,14px);height:clamp(10px,2.5vw,14px)}.globe-cards__value[data-astro-cid-bbe6dxrz]{font-family:Space Grotesk,system-ui,sans-serif;font-size:clamp(1.1rem,3.5vw,1.75rem);font-weight:700;color:#fff;letter-spacing:-.02em}.globe-cards--latam[data-astro-cid-bbe6dxrz]{top:14%;left:-2%;background:#3d404ae6}.globe-cards--latam[data-astro-cid-bbe6dxrz] .globe-cards__badge[data-astro-cid-bbe6dxrz]{background:#ffffff1a}@media(max-width:768px){.globe-cards--latam[data-astro-cid-bbe6dxrz]{top:10%;left:-4%;max-width:38%}}@media(max-width:480px){.globe-cards--latam[data-astro-cid-bbe6dxrz]{top:4%;left:0;max-width:52%}}.globe-cards--partners[data-astro-cid-bbe6dxrz]{top:12%;right:-4%;background:#cbff2eeb;border-color:#cbff2e66}.globe-cards--partners[data-astro-cid-bbe6dxrz] .globe-cards__badge[data-astro-cid-bbe6dxrz]{background:#0000001a;border-color:#fff6;color:#000000e6}.globe-cards--partners[data-astro-cid-bbe6dxrz] .globe-cards__value[data-astro-cid-bbe6dxrz]{color:#0d0d1a}@media(max-width:768px){.globe-cards--partners[data-astro-cid-bbe6dxrz]{top:8%;right:-6%;max-width:40%}}@media(max-width:480px){.globe-cards--partners[data-astro-cid-bbe6dxrz]{top:0;right:0;max-width:54%}}.globe-cards--clientes[data-astro-cid-bbe6dxrz]{bottom:4%;left:-2%;background:#863dffeb;border-color:#863dff66}.globe-cards--clientes[data-astro-cid-bbe6dxrz] .globe-cards__badge[data-astro-cid-bbe6dxrz]{background:#ffffff26}@media(max-width:768px){.globe-cards--clientes[data-astro-cid-bbe6dxrz]{bottom:2%;left:-4%;max-width:38%}}@media(max-width:480px){.globe-cards--clientes[data-astro-cid-bbe6dxrz]{bottom:0;left:0;max-width:52%}}.canvas-container[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.canvas-container[data-astro-cid-bbe6dxrz] canvas[data-astro-cid-bbe6dxrz]{width:100%;height:100%}@keyframes particle-float{0%,to{transform:translate(0) scale(1);opacity:.4}25%{transform:translate(10px,-20px) scale(1.2);opacity:.8}50%{transform:translate(-5px,-40px) scale(.8);opacity:.3}75%{transform:translate(15px,-20px) scale(1.1);opacity:.6}}
