@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;700;900&family=Inter:wght@400;600&family=Michroma&display=swap";html,body,#root{width:100%;height:100%;background:radial-gradient(ellipse at 75vh 50vh,#0b1b2b,#000b11);background-attachment:fixed}*{scrollbar-width:thin;scrollbar-color:rgba(0,229,255,.3) #000b11}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#000b11}::-webkit-scrollbar-thumb{background:#00e5ff4d;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#00e5ff99}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;background:#050a15;font-family:Outfit,sans-serif;color:#e8f4ff;overflow:hidden}.slide-viewport{width:100%;height:100vh;overflow:hidden;position:relative}.slide-track{width:100%;transition:transform .9s cubic-bezier(.65,0,.35,1);will-change:transform}.slide{width:100%;height:100vh;position:relative;overflow:hidden}.slide-indicators{position:fixed;right:2rem;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:12px;z-index:100}.slide-indicator{width:10px;height:10px;border-radius:50%;border:1.5px solid rgba(255,255,255,.3);background:transparent;cursor:pointer;padding:0;transition:all .4s ease}.slide-indicator--active{background:var(--accent, #00c2ff);border-color:var(--accent, #00c2ff);box-shadow:0 0 8px #00c2ff80;transform:scale(1.3)}.header{position:fixed;top:0;left:0;width:100%;padding:1.5rem 4vw;display:flex;justify-content:space-between;align-items:center;z-index:100;pointer-events:none}.header__logo{display:flex;align-items:center;pointer-events:auto;transition:all .3s ease}.header__logo img{display:block}.header__logo:hover{transform:translateY(-1px)}.header__nav{display:flex;gap:2.5rem;pointer-events:auto}.header__link{font-family:Inter,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#e8f4ff80;text-decoration:none;transition:all .3s ease}.header__link:hover{color:#00e5ff}.header__link--active{color:#fff}.hero{display:grid;grid-template-columns:50% 50%;width:100%;min-height:100vh;background:radial-gradient(ellipse at 75% 50%,#060b14,#020408 65%);position:relative;overflow:visible}.hero:after{content:"";position:absolute;top:50%;left:20%;width:50vw;height:50vw;background-image:linear-gradient(rgba(0,200,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,200,255,.03) 1px,transparent 1px);filter:blur(120px);transform:translate(-50%,-50%);border-radius:50%;z-index:0;pointer-events:none}.hero__text{position:relative;z-index:10;display:flex;flex-direction:column;justify-content:center;padding:0 4vw 0 6vw;gap:1rem;overflow:visible;will-change:transform}.hero__eyebrow{font-family:Inter,sans-serif;font-size:clamp(.55rem,.85vw,.82rem);letter-spacing:.25em;color:#00e5ff;font-weight:600}.hero__title{position:relative;display:flex;flex-direction:column;line-height:.88;-webkit-user-select:none;user-select:none;max-height:52vh;gap:0}.hero__title--ghost{font-size:clamp(2rem,5vw,5.5rem);font-weight:900;letter-spacing:.06em;color:transparent;-webkit-text-stroke:1px rgba(0,229,255,.22);text-transform:uppercase}.hero__title--accent{font-size:clamp(2.8rem,6.5vw,7.5rem);font-weight:900;letter-spacing:-.01em;color:#00e5ff;text-shadow:0 0 40px rgba(0,229,255,.5),0 0 80px rgba(0,229,255,.2);text-transform:uppercase;line-height:1}.hero__title--main{font-size:clamp(3.5rem,8.5vw,9.5rem);font-weight:900;letter-spacing:-.03em;color:#fff;text-transform:uppercase;line-height:.9}.hero__title--ghost-bottom{font-size:clamp(1.8rem,4.5vw,5rem)}.hero__divider{width:40px;height:2px;background:linear-gradient(90deg,#00e5ff,transparent);border-radius:2px;flex-shrink:0}.hero__tagline{font-size:clamp(.9rem,1.5vw,1.3rem);font-weight:300;line-height:1.4;color:#e8f4ffb3}.hero__tagline strong{color:#fff;font-weight:700}.hero__description{font-family:Inter,sans-serif;font-size:clamp(.62rem,.85vw,.85rem);line-height:1.7;color:#e8f4ff6b;letter-spacing:.01em}.hero__cta-group{display:flex;gap:.8rem;align-items:center;position:relative;z-index:50}.cta{text-decoration:none;font-family:Inter,sans-serif;font-size:clamp(.6rem,.8vw,.78rem);font-weight:600;letter-spacing:.07em;padding:.65rem 1.5rem;border-radius:4px;transition:all .22s ease;cursor:pointer;text-transform:uppercase}.cta--primary{background:#00e5ff;color:#050a15;box-shadow:0 0 22px #00e5ff59}.cta--primary:hover{box-shadow:0 0 34px #00e5ff99;transform:translateY(-2px)}.cta--ghost{border:1px solid rgba(0,229,255,.28);color:#e8f4ffa6}.cta--ghost:hover{border-color:#00e5ff;color:#00e5ff;transform:translateY(-2px)}.hero__stats{display:flex;gap:2rem;padding-top:.8rem;border-top:1px solid rgba(0,200,255,.1)}.stat{display:flex;flex-direction:column;gap:.15rem}.stat__number{font-size:clamp(1rem,1.6vw,1.5rem);font-weight:700;color:#00e5ff}.stat__label{font-family:Inter,sans-serif;font-size:clamp(.5rem,.65vw,.65rem);letter-spacing:.12em;text-transform:uppercase;color:#e8f4ff61}.hero__canvas-wrapper{position:absolute;inset:0;z-index:0;width:100%;height:100%;overflow:hidden;background:#050a15;will-change:transform}.hero__canvas-wrapper canvas{pointer-events:auto;outline:none}.hero__canvas-wrapper:before{content:"";position:absolute;top:0;left:0;bottom:0;width:40%;background:linear-gradient(90deg,#050a15 5%,rgba(5,10,21,0) 50%,transparent 100%);z-index:5;pointer-events:none}.hero__glow{position:absolute;bottom:-20%;right:-10%;width:60vw;height:60vw;background:radial-gradient(circle,rgba(0,229,255,.08) 0%,transparent 60%);border-radius:50%;pointer-events:none;z-index:1}@media(max-width:768px){.hero{display:flex;flex-direction:column;justify-content:flex-start;padding-top:25vh}.hero__text{padding:0 5vw;align-items:center;text-align:center;z-index:50;gap:.8rem;pointer-events:auto}.hero__title{align-items:center;max-height:none}.hero__title--ghost{font-size:clamp(1.5rem,8vw,2.5rem)}.hero__title--accent{font-size:clamp(2.2rem,11vw,3.5rem)}.hero__title--main{font-size:clamp(2.8rem,14vw,4.2rem)}.hero__tagline{font-size:clamp(.9rem,4vw,1.1rem)}.hero__description{font-size:clamp(.7rem,3.5vw,.85rem);max-width:90%}.hero__cta-group{justify-content:center;margin-top:1rem}.hero__stats{justify-content:center;border-top:none}.header{padding:1rem 4vw}.header__nav{gap:1rem}.header__link{font-size:.6rem;letter-spacing:.05em}.hero__canvas-wrapper{z-index:0}.hero__canvas-wrapper:before{width:100%;height:60%;top:auto;bottom:0;background:linear-gradient(0deg,#050a15 5%,rgba(5,10,21,0) 50%,transparent 100%)}.hero__glow{bottom:-15%;right:50%;transform:translate(50%);width:120vw;height:120vw}}.loader-container{position:fixed;inset:0;width:100vw;height:100vh;background-color:#050a15;display:flex;justify-content:center;align-items:center;z-index:9999;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s ease-in-out}.loader-container.fade-out{opacity:0;pointer-events:none;transform:scale(1.02)}.loader-content{display:flex;flex-direction:column;align-items:center;gap:2rem;width:80%;max-width:300px}.loader-logo-wrapper{height:60px;display:flex;justify-content:center;align-items:center;position:relative}.loader-logo-pulse{height:48px;width:auto;filter:drop-shadow(0 0 10px rgba(0,229,255,.4));animation:logoPulse 2s infinite alternate ease-in-out}@keyframes logoPulse{0%{filter:drop-shadow(0 0 5px rgba(0,229,255,.2));transform:scale(.98)}to{filter:drop-shadow(0 0 25px rgba(0,229,255,.8));transform:scale(1.02)}}.loader-progress-bar-bg{width:100%;height:2px;background:#00e5ff1a;border-radius:4px;position:relative;overflow:hidden}.loader-progress-bar-fill{height:100%;background:#00e5ff;border-radius:4px;box-shadow:0 0 10px #00e5ffcc}.loader-text-group{display:flex;justify-content:space-between;width:100%;font-family:Inter,sans-serif;color:#00e5ff;letter-spacing:.15em;font-size:.65rem;text-transform:uppercase;font-weight:600}.loader-status{opacity:.7}.loader-percentage{font-family:Michroma,sans-serif;opacity:.9;letter-spacing:0}.features{background-color:transparent;background-image:radial-gradient(circle at 0% 0%,rgba(0,194,255,.25) 0%,rgba(0,194,255,.05) 40%,transparent 80%);padding:4rem 4vw;position:relative;z-index:10;display:flex;align-items:center;justify-content:center}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.features__container{max-width:1400px;margin:0 auto;animation:float 8s ease-in-out infinite}.features__layout{display:grid;grid-template-columns:45% 55%;gap:4rem;align-items:center}.features__content{display:flex;flex-direction:column}.features__visuals{position:relative;width:100%;height:70vh;min-height:500px;cursor:crosshair}.features__visuals canvas{pointer-events:auto;outline:none}.features__header{text-align:left;margin-bottom:3rem;max-width:100%}.features__eyebrow{font-family:Michroma,sans-serif;color:#00e5ff;font-size:.8rem;letter-spacing:.2em;margin-bottom:1rem;opacity:.8}.features__title{font-family:Outfit,sans-serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:200;line-height:1.1;color:#fff;margin-bottom:1.5rem;letter-spacing:-.02em}.features__subtitle{font-family:Inter,sans-serif;font-size:1.1rem;color:#e8f4ff99;line-height:1.6;font-weight:300}.features__grid{display:flex;flex-direction:column;gap:1rem}.feature-card{background:#0a0f1e40;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 32px #0003;padding:1.5rem 2rem;display:flex;align-items:center;gap:1.5rem;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.16,1,.3,1)}.feature-card:hover{transform:translate(10px);border-color:#00e5ff4d;background:#050a1599;box-shadow:0 10px 30px #00000080}.feature-card--highlight{border-color:#00e5ff26}.feature-card__glow-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 100% 0%,rgba(0,229,255,.05) 0%,transparent 60%);pointer-events:none;opacity:.5;transition:opacity .4s ease}.feature-card:hover .feature-card__glow-bg{opacity:1}.feature-card__header-mobile{display:flex;align-items:center;gap:1.5rem;flex-shrink:0}.feature-card__icon-wrapper{width:42px;height:42px;border-radius:50%;background:#00e5ff08;display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,229,255,.1);color:#00e5ff;flex-shrink:0;transition:all .4s ease}.feature-card:hover .feature-card__icon-wrapper{background:#00e5ff26;transform:scale(1.05);box-shadow:0 0 15px #00e5ff33}.feature-card__icon,.feature-icon-png{width:22px;height:22px}.feature-card__content{display:flex;flex-direction:column}.feature-card__title{font-family:Outfit,sans-serif;font-size:1.15rem;font-weight:300;color:#fff;margin-bottom:.1rem;letter-spacing:.02em}.feature-card__description{font-family:Inter,sans-serif;font-size:.85rem;color:#e8f4ff80;line-height:1.5;font-weight:300}@media(max-width:992px){.features__layout{display:flex;flex-direction:column;justify-content:center;height:100%;position:relative}.features__header{margin-bottom:2rem}.features__visuals{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;opacity:.3;pointer-events:none;order:unset}.features__visuals canvas{width:100%!important;height:100%!important}}@media(max-width:768px){.features{padding:4rem 5vw}.features__header{margin-bottom:1.5rem}.features__title{font-size:2rem;margin-bottom:.5rem}.features__subtitle{font-size:.95rem}.feature-card{padding:1.25rem;gap:.75rem;flex-direction:column;align-items:flex-start}.feature-card__header-mobile{display:flex;align-items:center;gap:.75rem}.feature-card__icon-wrapper{width:32px;height:32px}.feature-card__icon{width:16px;height:16px}.feature-card__title{font-size:1.05rem;margin-bottom:0}.feature-card__description{font-size:.85rem;padding-left:0}}.process{background-color:transparent;min-height:100vh;position:relative;z-index:10;display:flex;align-items:center;justify-content:center;overflow:hidden}.process__visuals-fullscreen{position:absolute;top:0;left:0;width:100vw;height:100vh;z-index:-1;pointer-events:auto;cursor:crosshair}.process__visuals-fullscreen canvas{outline:none}.process__container-immersive{width:100%;max-width:1600px;height:100vh;margin:0 auto;padding:6rem 4vw 4rem 4vw;position:relative;display:flex;flex-direction:column;justify-content:space-between;pointer-events:none}.process__header-immersive{text-align:left;max-width:600px;pointer-events:auto}.process__eyebrow{font-family:Michroma,sans-serif;color:#00e5ff;font-size:.8rem;letter-spacing:.2em;margin-bottom:1rem;opacity:.8}.process__title{font-family:Inter,sans-serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:800;line-height:1.1;color:#fff;letter-spacing:-.02em}.process__cards-row{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;pointer-events:auto;margin-bottom:2rem}.process-card{background:#050a1466;border:1px solid rgba(0,229,255,.15);padding:2.5rem 2rem;position:relative;overflow:hidden;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;box-shadow:0 10px 40px -10px #00000080}.process-card:hover{background:#050a1499;border-color:#00e5ff66;transform:translateY(-10px);box-shadow:0 20px 40px -10px #00e5ff1a}.process-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#00e5ff,transparent);opacity:0;transition:opacity .4s ease}.process-card:hover:before{opacity:1}.process-card__number{position:absolute;top:-20px;right:-10px;font-family:Michroma,sans-serif;font-size:8rem;color:#00e5ff0d;font-weight:700;z-index:0;pointer-events:none;transition:color .4s ease}.process-card:hover .process-card__number{color:#00e5ff1a}.process-card__title{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem;position:relative;z-index:1}.process-card__description{font-size:1rem;color:#ffffffb3;line-height:1.6;position:relative;z-index:1;margin-bottom:1rem}@media(max-width:1100px){.process__cards-row{gap:1.5rem}.process-card{padding:2rem 1.5rem}}@media(max-width:992px){.process__container-immersive{padding-top:5rem;height:auto;min-height:100vh;justify-content:flex-start}.process__header-immersive{margin-bottom:4rem}.process__cards-row{grid-template-columns:1fr;gap:1.5rem}.process__visuals-fullscreen{position:fixed;opacity:.4}}.cta-section{background-color:transparent;padding:4rem 4vw;position:relative;z-index:10;text-align:center;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center}.cta-section__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80vw;height:80vw;max-width:800px;max-height:800px;background:radial-gradient(circle,rgba(0,229,255,.05) 0%,transparent 70%);border-radius:50%;pointer-events:none;z-index:1}.cta-section__container{position:relative;z-index:2;max-width:800px;margin:0 auto}.cta-section__title{font-family:Inter,sans-serif;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1.1;color:#fff;margin-bottom:1.5rem;letter-spacing:-.02em;text-shadow:0 0 30px rgba(255,255,255,.1)}.cta-section__subtitle{font-size:1.25rem;color:#e8f4ff99;line-height:1.6;margin-bottom:3.5rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-section__actions{display:flex;justify-content:center}.cta--large{font-size:1.1rem;padding:1rem 3rem}@media(max-width:768px){.cta-section{padding:6rem 6vw}}.footer{background-color:transparent;padding:4rem 4vw;position:relative;z-index:10;border-top:1px solid rgba(255,255,255,.05)}.footer__container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:3rem}.footer__logo img{height:20px;width:auto;opacity:.5;transition:opacity .3s ease}.footer__logo img:hover{opacity:1}.footer__links{display:flex;gap:3rem}.footer__link{font-family:Inter,sans-serif;color:#e8f4ff66;text-decoration:none;font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;transition:color .3s ease}.footer__link:hover{color:#fff}.footer__meta{width:100%;display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.05)}.footer__copyright{color:#e8f4ff4d;font-size:.75rem}.footer__legal{display:flex;gap:1.5rem}.footer__link--small{font-size:.75rem;text-transform:none;letter-spacing:0}@media(max-width:768px){.footer__links{flex-direction:column;align-items:center;gap:1.5rem}.footer__meta{flex-direction:column;gap:1.5rem;text-align:center}}
