*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; background: #080c0a; color: #e2e8f0; line-height: 1.6; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
a { text-decoration: none; color: inherit; }
.btn-primary { background: linear-gradient(135deg, #00ff87, #00cc6a); color: #000; padding: 12px 24px; border-radius: 8px; font-weight: 700; font-size: 0.95rem; display: inline-block; transition: opacity 0.2s; }
.btn-primary:hover { opacity: 0.88; }
.btn-outline { border: 1px solid rgba(0,255,135,0.3); color: #e2e8f0; padding: 12px 24px; border-radius: 8px; font-weight: 600; display: inline-block; transition: border-color 0.2s, color 0.2s; }
.btn-outline:hover { border-color: #00ff87; color: #00ff87; }
.btn-large { padding: 16px 32px; font-size: 1.05rem; }
.btn-full { width: 100%; text-align: center; }
.header { position: sticky; top: 0; z-index: 100; background: rgba(8,12,10,0.92); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(0,255,135,0.08); padding: 16px 0; }
.header .container { display: flex; align-items: center; justify-content: space-between; }
.logo { font-size: 1.4rem; font-weight: 700; color: white; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { color: #94a3b8; font-size: 0.9rem; transition: color 0.2s; }
.nav a:hover { color: #00ff87; }
.hero { padding: 100px 0 80px; text-align: center; }
.badge { display: inline-block; background: rgba(0,255,135,0.1); border: 1px solid rgba(0,255,135,0.3); color: #00ff87; padding: 6px 16px; border-radius: 100px; font-size: 0.8rem; font-weight: 500; margin-bottom: 28px; }
.hero h1 { font-size: 3.2rem; font-weight: 800; line-height: 1.15; max-width: 680px; margin: 0 auto 24px; color: white; }
.highlight { background: linear-gradient(135deg, #00ff87, #00cc6a); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero p { font-size: 1.1rem; color: #94a3b8; max-width: 540px; margin: 0 auto 40px; }
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.hero-stats { display: flex; justify-content: center; gap: 56px; margin-top: 64px; padding-top: 40px; border-top: 1px solid rgba(0,255,135,0.08); }
.stat span { display: block; font-size: 2rem; font-weight: 800; color: #00ff87; }
.stat label { font-size: 0.8rem; color: #64748b; }
.demo-section { padding: 80px 0; background: rgba(0,255,135,0.02); }
.demo-section h2, .features h2, .how-it-works h2, .pricing h2 { font-size: 2rem; font-weight: 700; color: white; text-align: center; margin-bottom: 10px; }
.section-sub { text-align: center; color: #64748b; margin-bottom: 48px; }
.demo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; max-width: 950px; margin: 0 auto; }
.demo-card { background: #111a14; border: 1px solid rgba(0,255,135,0.1); border-radius: 12px; padding: 20px; }
.demo-teams { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.demo-team { font-weight: 600; font-size: 0.9rem; color: white; }
.demo-vs { color: #475569; font-size: 0.8rem; }
.demo-bars { display: flex; gap: 10px; }
.bar-item { flex: 1; text-align: center; }
.bar-label { font-size: 0.7rem; color: #64748b; margin-bottom: 5px; }
.bar-track { height: 6px; background: rgba(255,255,255,0.08); border-radius: 4px; overflow: hidden; }
.bar-fill { height: 100%; border-radius: 4px; }
.bar-fill.win { background: #00ff87; }
.bar-fill.draw { background: #f59e0b; }
.bar-fill.loss { background: #ef4444; }
.bar-pct { margin-top: 5px; font-size: 0.8rem; font-weight: 600; color: #e2e8f0; }
.demo-gate { text-align: center; margin: 40px auto 0; padding: 32px; background: rgba(0,255,135,0.05); border: 1px solid rgba(0,255,135,0.15); border-radius: 12px; max-width: 500px; }
.demo-gate p { color: #94a3b8; margin-bottom: 20px; font-size: 0.95rem; }
.features { padding: 80px 0; }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 48px; }
.feature-card { background: #111a14; border: 1px solid rgba(0,255,135,0.08); border-radius: 12px; padding: 28px; transition: border-color 0.2s; }
.feature-card:hover { border-color: rgba(0,255,135,0.25); }
.feature-icon { font-size: 1.8rem; margin-bottom: 14px; }
.feature-card h3 { font-size: 1rem; font-weight: 600; color: white; margin-bottom: 8px; }
.feature-card p { color: #64748b; font-size: 0.88rem; }
.how-it-works { padding: 80px 0; background: rgba(0,255,135,0.02); }
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 40px; margin-top: 48px; }
.step { text-align: center; }
.step-num { width: 48px; height: 48px; background: linear-gradient(135deg, #00ff87, #00cc6a); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; font-weight: 700; color: #000; margin: 0 auto 20px; }
.step h3 { font-size: 1rem; font-weight: 600; color: white; margin-bottom: 10px; }
.step p { color: #64748b; font-size: 0.88rem; }
.pricing { padding: 80px 0; }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; max-width: 680px; margin: 0 auto; }
.pricing-card { background: #111a14; border: 1px solid rgba(0,255,135,0.08); border-radius: 16px; padding: 32px; position: relative; }
.pricing-featured { border-color: rgba(0,255,135,0.4); background: rgba(0,255,135,0.05); }
.plan-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #00ff87, #00cc6a); color: #000; padding: 4px 16px; border-radius: 100px; font-size: 0.72rem; font-weight: 700; white-space: nowrap; }
.plan-name { font-size: 0.9rem; font-weight: 600; color: #64748b; margin-bottom: 12px; }
.plan-price { font-size: 2.4rem; font-weight: 800; color: white; margin-bottom: 24px; }
.plan-price span { font-size: 0.95rem; font-weight: 400; color: #64748b; }
.plan-features { list-style: none; margin-bottom: 28px; }
.plan-features li { padding: 9px 0 9px 20px; font-size: 0.88rem; color: #94a3b8; border-bottom: 1px solid rgba(255,255,255,0.05); position: relative; }
.plan-features li::before { position: absolute; left: 0; }
.plan-features li.yes { color: #cbd5e1; }
.plan-features li.yes::before { content: "✓"; color: #00ff87; }
.plan-features li.no { color: #475569; }
.plan-features li.no::before { content: "✗"; color: #374151; }
.footer { padding: 60px 0 40px; border-top: 1px solid rgba(0,255,135,0.06); text-align: center; }
.footer-logo { font-size: 1.2rem; font-weight: 700; color: white; margin-bottom: 20px; }
.footer-links { display: flex; gap: 24px; justify-content: center; margin-bottom: 24px; }
.footer-links a { color: #475569; font-size: 0.82rem; }
.footer-links a:hover { color: #00ff87; }
.disclaimer { font-size: 0.73rem; color: #334155; max-width: 580px; margin: 0 auto 16px; line-height: 1.8; }
.copyright { font-size: 0.73rem; color: #1e293b; }
.loading-demo { text-align: center; color: #475569; padding: 40px; grid-column: 1/-1; }
@media (max-width: 640px) { .hero h1 { font-size: 2rem; } .hero-stats { gap: 28px; } .nav a:not(.btn-primary):not(.nav-login) { display: none; } .nav { gap: 16px; } }