@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&family=Syne:wght@400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#05050d;--surface:#0d0d1a;--surface2:#13131f;--border:#00d4ff1f;--cyan:#00d4ff;--cyan-dim:#00d4ff1a;--purple:#7c3aed;--purple-dim:#7c3aed33;--text:#e2e8f0;--subtext:#8892a4;--radius:12px}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-family:Space Grotesk,sans-serif;line-height:1.2}a{color:inherit;text-decoration:none}.container{max-width:1160px;margin:0 auto;padding:0 24px}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--cyan-dim);border-radius:99px}.gradient-text{background:linear-gradient(135deg,#00d4ff 0%,#a855f7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}section{padding:96px 0}.section-label{letter-spacing:.12em;text-transform:uppercase;color:var(--cyan);background:var(--cyan-dim);border:1px solid #00d4ff40;border-radius:99px;align-items:center;gap:8px;margin-bottom:20px;padding:6px 16px;font-size:12px;font-weight:600;display:inline-flex}.section-title{margin-bottom:16px;font-size:clamp(1.9rem,4vw,2.75rem);font-weight:700}.section-sub{color:var(--subtext);max-width:560px;font-size:1.05rem;line-height:1.7}.btn-primary{border-radius:var(--radius);cursor:pointer;color:#fff;background:linear-gradient(135deg,#00d4ff,#7c3aed);border:none;align-items:center;gap:8px;padding:14px 28px;font-size:.95rem;font-weight:600;transition:opacity .2s,transform .2s,box-shadow .2s;display:inline-flex}.btn-primary:hover{opacity:.88;transform:translateY(-2px);box-shadow:0 8px 30px #00d4ff47}.btn-outline{border-radius:var(--radius);cursor:pointer;color:var(--text);border:1px solid var(--border);background:0 0;align-items:center;gap:8px;padding:13px 26px;font-size:.95rem;font-weight:600;transition:border-color .2s,background .2s,transform .2s;display:inline-flex}.btn-outline:hover{border-color:var(--cyan);background:var(--cyan-dim);transform:translateY(-2px)}.card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:32px;transition:border-color .25s,transform .25s,box-shadow .25s}.card:hover{border-color:#00d4ff61;transform:translateY(-4px);box-shadow:0 16px 48px #00d4ff12}.grid-2{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}@media (width<=900px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}section{padding:64px 0}}input:focus,input:focus-visible,select:focus,select:focus-visible,textarea:focus,textarea:focus-visible{box-shadow:none!important}.navbar{z-index:100;padding:20px 0;transition:background .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s,border-bottom .3s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--border);background:#05050dd9;padding:14px 0}.navbar-inner{align-items:center;gap:40px;display:flex}.brand{color:var(--text);white-space:nowrap;align-items:center;gap:8px;font-family:Space Grotesk,sans-serif;font-size:1.2rem;font-weight:700;display:flex}.brand-icon,.brand-ph{color:var(--cyan)}.nav-links{align-items:center;gap:32px;margin-left:auto;display:flex}.nav-link{color:var(--subtext);font-size:.9rem;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--text)}.nav-link.active{color:var(--text);position:relative}.nav-link.active:after{content:"";background:linear-gradient(90deg,#2563eb,#38bdf8);border-radius:999px;height:2px;position:absolute;bottom:-16px;left:0;right:0}.nav-cta{margin-left:12px;padding:10px 20px;font-size:.88rem}.navbar-custom-action{margin-left:12px}.menu-btn{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:8px;margin-left:auto;padding:6px 8px;display:none}.mobile-menu{border-bottom:1px solid var(--border);background:#05050df5;flex-direction:column;gap:4px;padding:16px 24px 24px;display:flex}.mobile-link{color:var(--subtext);border-bottom:1px solid var(--border);padding:12px 8px;font-weight:500;transition:color .2s}.mobile-link:last-of-type{border-bottom:none;margin-bottom:8px}.mobile-link:hover{color:var(--text)}@media (width<=768px){.nav-links{display:none}header .nav-cta,header .navbar-custom-action{display:none!important}.menu-btn{display:flex}}.hero-section{background:#0d0d14;justify-content:center;align-items:center;min-height:100vh;padding:140px 0 80px;display:flex;position:relative;overflow:hidden}.hero-bg{pointer-events:none;position:absolute;inset:0}.hero-orb{filter:blur(90px);opacity:.2;border-radius:50%;animation:8s ease-in-out infinite alternate heroFloat;position:absolute}.orb-1{background:radial-gradient(circle,#00c8ff,#0000 70%);width:600px;height:600px;top:-100px;right:-100px}.orb-2{background:radial-gradient(circle,#8b5cf6,#0000 70%);width:500px;height:500px;animation-delay:-4s;bottom:-80px;left:-80px}@keyframes heroFloat{0%{transform:translate(0)scale(1)}to{transform:translate(20px,-20px)scale(1.05)}}.hero-grid{background-image:linear-gradient(#00c8ff0a 1px,#0000 1px),linear-gradient(90deg,#00c8ff0a 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 80%,#000 30%,#0000 100%);mask-image:radial-gradient(80% 80%,#000 30%,#0000 100%)}.hero-content{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:48px;display:grid;position:relative}.hero-left{flex-direction:column;animation:.6s both heroFadeUp;display:flex}.hero-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#00c8ff;background:#00c8ff1a;border:1px solid #00c8ff33;border-radius:999px;align-self:flex-start;margin-bottom:16px;padding:7px 18px;font-size:11px;font-weight:700;display:inline-flex}.hero-location{color:#fff6;background:#ffffff0f;border-radius:999px;align-self:flex-start;margin-bottom:28px;padding:5px 14px;font-size:12px;font-weight:500;display:inline-flex}.hero-title{letter-spacing:-.02em;flex-direction:column;margin-bottom:16px;font-family:Space Grotesk,sans-serif;font-size:clamp(2.2rem,5vw,3.8rem);font-style:normal;font-weight:700;line-height:1.1;display:flex}.hero-title-white{color:#fff}.hero-title-cyan{background:linear-gradient(135deg,#00d4ff 0%,#a855f7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subheadline{color:#ffffff73;letter-spacing:.02em;margin-bottom:20px;font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(1.1rem,2vw,1.4rem);font-weight:600}.hero-body{color:#fff9;max-width:520px;margin-bottom:32px;font-family:DM Sans,Inter,sans-serif;font-size:clamp(.95rem,1.5vw,1.05rem);line-height:1.7}.hero-ctas{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:36px;display:flex}.hero-cta-primary{color:#0d0d14;background:#00c8ff;border-radius:999px;justify-content:center;align-items:center;padding:12px 28px;font-family:DM Sans,Inter,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.hero-cta-primary:hover{background:#33d4ff;transform:translateY(-1px)}.hero-cta-ghost{color:#ffffff80;background:0 0;border:1px solid #ffffff1f;border-radius:999px;align-items:center;padding:12px 24px;font-family:DM Sans,Inter,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s,border-color .2s;display:inline-flex}.hero-cta-ghost:hover{color:#fffc;border-color:#ffffff40}.hero-trust{align-items:center;gap:20px;display:flex}.hero-trust-item{align-items:center;gap:8px;display:flex}.hero-trust-item svg{color:#00c8ff;flex-shrink:0}.hero-trust-item div{flex-direction:column;display:flex}.hero-trust-item strong{color:#fff;font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:700;line-height:1.2}.hero-trust-item span{color:#fff6;font-size:11px;font-weight:500}.hero-trust-divider{background:#ffffff1a;width:1px;height:28px}.hero-right{justify-content:center;animation:.6s .2s both heroFadeUp;display:flex}.wf-panel{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0d0d14d9;border:1px solid #00c8ff1f;border-radius:16px;width:100%;max-width:440px;padding:24px;transition:opacity .5s}.wf-panel--fading{opacity:0}.wf-panel-header{color:#ffffff80;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid #ffffff0f;align-items:center;gap:8px;margin-bottom:24px;padding-bottom:16px;font-size:12px;font-weight:600;display:flex}.wf-panel-dot{background:#00c8ff;border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite heroPulse;box-shadow:0 0 8px #00c8ff80}@keyframes heroPulse{0%,to{opacity:1}50%{opacity:.4}}.wf-steps{flex-direction:column;gap:0;display:flex}.wf-step{gap:14px;transition:opacity .5s,transform .5s;display:flex}.wf-step--hidden{opacity:0;pointer-events:none;transform:translateY(12px)}.wf-step--visible{opacity:1;transform:translateY(0)}.wf-step--visible.wf-step--pending{opacity:1}.wf-step-indicator{flex-direction:column;flex-shrink:0;align-items:center;width:24px;display:flex}.wf-step-dot{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;font-weight:700;display:flex}.wf-step-dot--done{color:#fff;background:#8b5cf6}.wf-step-dot--active,.wf-step-dot--pending{color:#00c8ff;background:#00c8ff26;border:1.5px solid #00c8ff}.wf-step-line{transform-origin:top;flex:1;width:1.5px;min-height:12px;margin:4px 0;transition:transform .4s .2s;transform:scaleY(0)}.wf-line--visible{transform:scaleY(1)}.wf-step-line--done{background:#8b5cf6}.wf-step-line--active{background:linear-gradient(#00c8ff,#00c8ff33)}.wf-step-line--pending{background:#ffffff14}.wf-step-body{flex:1;min-width:0;padding-bottom:20px}.wf-step:last-child .wf-step-body{padding-bottom:0}.wf-step-label{color:#ffffffd9;align-items:center;gap:6px;margin-bottom:10px;font-size:13px;font-weight:600;display:flex}.wf-step--pending .wf-step-label{color:#ffffffd9}.wf-step-card{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:12px;align-items:center;gap:10px;margin-bottom:8px;padding:10px 12px;display:flex}.wf-step-card-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:11px;font-weight:700;display:flex}.wf-step-card-text{flex-direction:column;min-width:0;display:flex}.wf-step-card-name{color:#fffc;font-size:12px;font-weight:600}.wf-step-card-msg{color:#fff6;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.wf-step-badge{color:var(--step-color,#00c8ff);background:#00c8ff14;border:1px solid #00c8ff26;border-radius:999px;align-items:center;gap:5px;padding:4px 12px;font-size:11px;font-weight:600;display:inline-flex}.wf-step--done .wf-step-badge{color:#8b5cf6;background:#8b5cf61a;border-color:#8b5cf633}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.hero-section{padding:120px 0 60px}.hero-content{text-align:center;grid-template-columns:1fr;gap:40px}.hero-left{align-items:center}.hero-eyebrow,.hero-location{align-self:center}.hero-body{max-width:480px;margin-left:auto;margin-right:auto}.hero-ctas{justify-content:center}.hero-trust{flex-wrap:wrap;justify-content:center;gap:16px}.hero-right{order:0}.wf-panel{max-width:380px}}@media (width<=480px){.hero-trust{flex-direction:column;gap:12px}.hero-trust-divider{display:none}.hero-cta-primary,.hero-cta-ghost{justify-content:center;width:100%}.hero-ctas{flex-direction:column;width:100%}}.splash{z-index:9999;background:var(--bg);justify-content:center;align-items:center;transition:opacity .5s,visibility .5s;display:flex;position:fixed;inset:0}.splash--hide{opacity:0;visibility:hidden}.splash-inner{flex-direction:column;align-items:center;gap:20px;display:flex}.splash-logo{object-fit:contain;filter:drop-shadow(0 0 24px #008cff80);width:120px;height:120px;animation:.6s forwards splash-fadein,2s ease-in-out infinite splash-pulse}.splash-bar{background:#ffffff14;border-radius:99px;width:180px;height:3px;animation:.6s .2s both splash-fadein;overflow:hidden}.splash-bar-fill{background:linear-gradient(90deg,#00d4ff,#a855f7);border-radius:99px;width:0%;height:100%;animation:.9s .1s forwards splash-progress}.splash-tagline{letter-spacing:.14em;text-transform:uppercase;color:var(--subtext);font-size:.78rem;font-weight:500;animation:.6s .4s both splash-fadein}@keyframes splash-fadein{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes splash-pulse{0%,to{filter:drop-shadow(0 0 20px #008cff80)}50%{filter:drop-shadow(0 0 40px #00b4ffd9)}}@keyframes splash-progress{0%{width:0%}to{width:100%}}
