@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap";:root{--bg:#0a0e17;--surface:#111827;--surface-high:#1f2937;--surface-bright:#374151;--on-surface:#e5e7eb;--on-surface-muted:#9ca3af;--primary:#00e5ff;--primary-dim:#00b8d4;--secondary:#7c4dff;--secondary-dim:#651fff;--accent-green:#00e676;--accent-amber:#ffab00;--outline:#ffffff14}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--on-surface);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}.glow-1,.glow-2{filter:blur(120px);opacity:.15;z-index:0;pointer-events:none;border-radius:50%;position:fixed}.glow-1{background:var(--primary);width:600px;height:600px;top:-200px;right:-200px}.glow-2{background:var(--secondary);width:500px;height:500px;bottom:-200px;left:-150px}nav{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--outline);background:#0a0e17d9;justify-content:space-between;align-items:center;padding:1rem 3rem;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{color:#fff;align-items:center;gap:.5rem;font-family:Space Grotesk,sans-serif;font-size:1.4rem;font-weight:700;text-decoration:none;display:flex}.nav-logo .chain-icon{color:var(--primary);font-size:1.2rem}.nav-logo span{color:var(--primary)}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--on-surface-muted);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--primary)}.btn-primary{background:linear-gradient(135deg, var(--primary-dim), var(--primary));color:var(--bg);border-radius:6px;align-items:center;gap:.5rem;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:box-shadow .3s,transform .2s;display:inline-flex}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 0 20px #00e5ff4d}.btn-outline{border:1px solid var(--outline);color:var(--on-surface);border-radius:6px;align-items:center;gap:.5rem;padding:.6rem 1.5rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:border-color .3s,background .3s;display:inline-flex}.btn-outline:hover{border-color:var(--primary);background:#00e5ff0d}.hero{z-index:1;text-align:center;max-width:900px;margin:0 auto;padding:10rem 2rem 6rem;position:relative}.hero-badge{color:var(--primary);letter-spacing:.1em;text-transform:uppercase;background:#00e5ff14;border:1px solid #00e5ff33;border-radius:100px;margin-bottom:2rem;padding:.4rem 1rem;font-size:.8rem;font-weight:500;display:inline-block}.hero h1{letter-spacing:-.03em;margin-bottom:1.5rem;font-family:Space Grotesk,sans-serif;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1.1}.hero h1 .gradient{background:linear-gradient(135deg, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero p{color:var(--on-surface-muted);max-width:680px;margin:0 auto 2.5rem;font-size:1.15rem;line-height:1.7}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}section{z-index:1;max-width:1100px;margin:0 auto;padding:5rem 2rem;position:relative}.section-label{letter-spacing:.15em;text-transform:uppercase;color:var(--primary);margin-bottom:.75rem;font-size:.75rem;font-weight:600}.section-title{letter-spacing:-.02em;margin-bottom:1rem;font-family:Space Grotesk,sans-serif;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700}.section-subtitle{color:var(--on-surface-muted);max-width:640px;margin-bottom:3rem;font-size:1.05rem;line-height:1.6}.cap-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.cap-card{background:var(--surface);border:1px solid var(--outline);border-radius:8px;padding:2rem;transition:border-color .3s,transform .3s}.cap-card:hover{border-color:#00e5ff4d;transform:translateY(-3px)}.cap-card .icon{margin-bottom:1rem;font-size:2rem}.cap-card h3{margin-bottom:.75rem;font-family:Space Grotesk,sans-serif;font-size:1.2rem;font-weight:600}.cap-card p{color:var(--on-surface-muted);font-size:.95rem;line-height:1.5}.kyb-tier{border-bottom:1px solid var(--outline);align-items:flex-start;gap:1.5rem;padding:1.5rem 0;display:flex}.kyb-tier:last-child{border-bottom:none}.kyb-num{color:var(--primary);min-width:50px;font-family:Space Grotesk,sans-serif;font-size:2.5rem;font-weight:700;line-height:1}.kyb-tier h3{margin-bottom:.5rem;font-family:Space Grotesk,sans-serif;font-size:1.15rem;font-weight:600}.kyb-tier p{color:var(--on-surface-muted);font-size:.95rem;line-height:1.5}.tech-row{flex-wrap:wrap;gap:1rem;margin-top:1.5rem;display:flex}.tech-chip{background:var(--surface);border:1px solid var(--outline);color:var(--on-surface-muted);border-radius:100px;padding:.5rem 1.2rem;font-size:.85rem;font-weight:500;transition:border-color .2s}.tech-chip:hover{border-color:var(--primary);color:var(--on-surface)}footer{z-index:1;border-top:1px solid var(--outline);background:var(--surface);padding:4rem 2rem;position:relative}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem;max-width:1100px;margin:0 auto;display:grid}.footer-grid h4{color:var(--primary);margin-bottom:1rem;font-family:Space Grotesk,sans-serif;font-size:.9rem;font-weight:600}.footer-grid ul{list-style:none}.footer-grid li{margin-bottom:.5rem}.footer-grid a{color:var(--on-surface-muted);font-size:.9rem;text-decoration:none;transition:color .2s}.footer-grid a:hover{color:var(--on-surface)}.footer-bottom{border-top:1px solid var(--outline);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1100px;margin:2rem auto 0;padding-top:2rem;display:flex}.footer-bottom span{color:var(--on-surface-muted);font-size:.85rem}@media (width<=768px){nav{padding:1rem 1.5rem}.nav-links{display:none}.hero{padding:8rem 1.5rem 4rem}.cap-grid{grid-template-columns:1fr}.kyb-tier{flex-direction:column;gap:.75rem}.footer-bottom{text-align:center;flex-direction:column}}
