@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&display=swap";
:root{--bg-color:#0f172a;--text-primary:#f8fafc;--text-secondary:#94a3b8;--accent-color:#3b82f6;--accent-hover:#2563eb;--glass-bg:#ffffff0d;--glass-border:#ffffff1a}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);background-image:radial-gradient(circle at 15%,#3b82f626,#0000 25%),radial-gradient(circle at 85% 30%,#8b5cf626,#0000 25%);min-height:100vh;font-family:Outfit,sans-serif;overflow-x:hidden}.hero-section{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.hero-title{letter-spacing:-.05em;background:linear-gradient(135deg,#fff 0%,#a5b4fc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;max-width:800px;margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1.1}.hero-subtitle{color:var(--text-secondary);max-width:600px;margin-bottom:3rem;font-size:1.25rem;line-height:1.6}.cta-button{background-color:var(--accent-color);color:#fff;cursor:pointer;border:none;border-radius:9999px;padding:1rem 2.5rem;font-family:inherit;font-size:1.125rem;font-weight:600;transition:all .2s;box-shadow:0 4px 14px #3b82f663}.cta-button:hover{background-color:var(--accent-hover);transform:translateY(-2px);box-shadow:0 6px 20px #3b82f63b}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:16px;justify-content:space-between;align-items:center;gap:2rem;width:100%;max-width:900px;margin-top:3rem;padding:2rem;display:flex;box-shadow:0 25px 50px -12px #00000080}.stat-item{flex-direction:column;flex:1;align-items:center;display:flex}.stat-number{color:#fff;font-size:2.5rem;font-weight:800}.stat-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;margin-top:.5rem;font-size:.875rem}.nav-bar{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;width:100%;padding:1.5rem 2rem;display:flex;position:fixed;top:0}.logo{align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;display:flex}
