@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;600;800&display=swap";:root{--bg-color:#0b0c10;--bg-surface:#ffffff08;--bg-surface-hover:#ffffff0d;--primary:#ff8c00;--primary-glow:#ff8c004d;--primary-hover:orange;--text-main:#fff;--text-muted:#a0aab2;--border:#ffffff1a;--glass-blur:blur(16px);--glass-blur-heavy:blur(32px)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4{letter-spacing:-.02em;font-family:Outfit,sans-serif}a{color:inherit;text-decoration:none}button{font-family:Inter,sans-serif}.container{max-width:1200px;margin:0 auto;padding:0 24px}.glass-panel{background:var(--bg-surface);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--border);border-radius:24px}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%{box-shadow:0 0 0 0 var(--primary-glow)}70%{box-shadow:0 0 0 20px #ff8c0000}to{box-shadow:0 0 #ff8c0000}}.animate-fade-up{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeUp}.animate-delay-100{animation-delay:.1s}.animate-delay-200{animation-delay:.2s}.animate-delay-300{animation-delay:.3s}.gradient-text{background:linear-gradient(135deg,#ff8c00,#ff512f);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.app-wrapper{min-height:100vh;position:relative;overflow:hidden}.bg-glow{filter:blur(100px);z-index:-1;opacity:.5;border-radius:50%;position:absolute}.bg-glow-1{background:radial-gradient(circle,#ff8c0026 0%,#ff512f00 70%);width:600px;height:600px;top:-10%;right:-5%}.bg-glow-2{background:radial-gradient(circle,#ff8c001a 0%,#ff512f00 70%);width:500px;height:500px;bottom:20%;left:-10%}.nav-header{z-index:100;-webkit-backdrop-filter:var(--glass-blur);border-bottom:1px solid var(--border);background:#0b0c10b3;position:fixed;top:0;left:0;right:0}.nav-container{justify-content:space-between;align-items:center;height:80px;display:flex}.nav-logo{color:#fff;align-items:center;gap:12px;font-family:Outfit,sans-serif;font-size:24px;font-weight:800;display:flex}.nav-logo-icon{color:var(--primary)}.nav-links{gap:32px;display:flex}.nav-link{color:var(--text-muted);font-size:15px;font-weight:500;transition:color .2s}.nav-link:hover{color:#fff}.hero-section{text-align:center;flex-direction:column;align-items:center;gap:24px;padding-top:180px;padding-bottom:120px;display:flex}.hero-pill{background:var(--bg-surface);border:1px solid var(--border);color:var(--primary);opacity:0;border-radius:100px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:500;display:inline-flex}.hero-title{opacity:0;max-width:900px;font-size:clamp(48px,8vw,72px);font-weight:800;line-height:1.1}.hero-subtitle{color:var(--text-muted);opacity:0;max-width:600px;font-size:20px;line-height:1.6}.hero-actions{opacity:0;gap:16px;margin-top:24px;display:flex}.btn-primary{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:100px;padding:16px 32px;font-size:16px;font-weight:600;transition:all .2s;animation:2s infinite pulseGlow}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-2px)}.btn-secondary{background:var(--bg-surface);color:#fff;border:1px solid var(--border);cursor:pointer;border-radius:100px;padding:16px 32px;font-size:16px;font-weight:600;transition:all .2s}.btn-secondary:hover{background:var(--bg-surface-hover);border-color:#fff3}.features-section{opacity:0;padding:100px 0}.section-header{text-align:center;margin-bottom:64px}.section-title{margin-bottom:16px;font-size:40px;font-weight:800}.section-desc{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:18px}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;display:grid}.feature-card{flex-direction:column;gap:24px;padding:40px;transition:transform .3s,border-color .3s;display:flex}.feature-card:hover{border-color:#ff8c004d;transform:translateY(-8px)}.feature-icon-wrapper{width:64px;height:64px;color:var(--primary);background:#ff8c001a;border-radius:16px;justify-content:center;align-items:center;display:flex}.feature-title{font-size:24px;font-weight:700}.feature-text{color:var(--text-muted);line-height:1.6}.about-section{background:linear-gradient(#0000,#ff8c000d);padding:100px 0}.about-content{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.about-text-content{flex-direction:column;gap:24px;display:flex}.about-stat-grid{grid-template-columns:1fr 1fr;gap:24px;margin-top:16px;display:grid}.stat-item{padding:24px}.stat-num{color:var(--primary);margin-bottom:8px;font-size:36px;font-weight:800}.stat-label{color:var(--text-muted);font-size:14px;font-weight:500}.team-section{text-align:center;padding:100px 0}.team-grid{grid-template-columns:1fr;gap:32px;max-width:800px;margin:0 auto;display:grid}.team-card{text-align:left;align-items:center;gap:32px;padding:40px;display:flex}.team-avatar-wrapper{background:linear-gradient(135deg, var(--primary), #ff512f);border-radius:50%;flex-shrink:0;width:140px;height:140px;padding:4px}.team-avatar{background-color:var(--bg-color);width:100%;height:100%;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;display:flex;overflow:hidden}.team-info{flex-grow:1}.team-name{margin-bottom:4px;font-size:28px;font-weight:800}.team-title{color:var(--primary);margin-bottom:16px;font-size:16px;font-weight:600}.team-bio{color:var(--text-muted);margin-bottom:16px;font-size:15px;line-height:1.6}.team-links{gap:16px;display:flex}.team-link{color:var(--text-muted);transition:color .2s}.team-link:hover{color:#fff}@media (width<=768px){.team-card{text-align:center;flex-direction:column}}.footer{border-top:1px solid var(--border);margin-top:64px;padding:64px 0 32px}.footer-content{justify-content:space-between;align-items:flex-start;margin-bottom:64px;display:flex}.footer-brand p{color:var(--text-muted);max-width:300px;margin-top:16px}.footer-links{gap:64px;display:flex}.link-group h4{color:#fff;margin-bottom:24px;font-size:16px}.link-group ul{flex-direction:column;gap:16px;list-style:none;display:flex}.link-group a{color:var(--text-muted);transition:color .2s}.link-group a:hover{color:var(--primary)}.footer-bottom{text-align:center;color:var(--text-muted);font-size:14px}@media (width<=768px){.hero-title{font-size:40px}.hero-actions{flex-direction:column;width:100%}.hero-actions button{width:100%}.about-content{grid-template-columns:1fr}.footer-content{flex-direction:column;gap:48px}.footer-links{flex-direction:column;gap:32px}}
