* { margin: 0; padding: 0; box-sizing: border-box; }
:root { --blue: #3498DB; --blue-dark: #2980B9; --bg: #020406; --bg-card: #060c12; --text: #f0f4f8; --text-muted: #7a8ea0; }
body { font-family: 'Montserrat', sans-serif; background: radial-gradient(ellipse at top, #060d1a 0%, var(--bg) 60%); background-attachment: fixed; color: var(--text); min-height: 100vh; }
.navbar { position: fixed; top: 0; left: 0; right: 0; display: flex; justify-content: space-between; align-items: center; padding: 16px 40px; z-index: 100; background: rgba(2,4,6,0.9); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(52,152,219,0.12); }
.nav-logo { display: flex; gap: 8px; align-items: center; text-decoration: none; color: var(--text-muted); font-size: 13px; font-weight: 500; transition: color 0.2s; }
.nav-logo:hover { color: var(--blue); }
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a { text-decoration: none; color: var(--text-muted); font-size: 13px; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: var(--blue); }
.nav-cta { padding: 8px 20px; background: var(--blue); color: #fff !important; border-radius: 20px; font-weight: 700 !important; }
.nav-cta:hover { background: var(--blue-dark) !important; }
.hero { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 120px 40px 80px; text-align: center; }
.hero-content { max-width: 700px; }
.hero-badge { display: inline-block; padding: 6px 16px; background: rgba(52,152,219,0.1); border: 1px solid rgba(52,152,219,0.35); border-radius: 20px; font-size: 11px; font-weight: 600; letter-spacing: 2px; color: var(--blue); margin-bottom: 20px; }
.hero-icon-wrap { margin-bottom: 16px; }
.hero-logo { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(52,152,219,0.4); box-shadow: 0 0 30px rgba(52,152,219,0.3); }
.hero-title { font-size: clamp(40px, 7vw, 76px); font-weight: 800; color: var(--text); margin-bottom: 12px; background: linear-gradient(135deg, #fff 30%, var(--blue) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-tagline { font-size: 20px; color: var(--blue); font-weight: 600; margin-bottom: 20px; }
.hero-description { font-size: 16px; color: var(--text-muted); line-height: 1.7; max-width: 560px; margin: 0 auto 36px; }
.hero-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn { padding: 14px 32px; border-radius: 30px; font-size: 15px; font-weight: 700; text-decoration: none; transition: all 0.3s; display: inline-block; cursor: pointer; border: none; font-family: inherit; }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 8px 24px rgba(52,152,219,0.3); }
.btn-primary:hover { background: var(--blue-dark); transform: translateY(-2px); }
.btn-secondary { background: transparent; color: var(--text); border: 2px solid rgba(52,152,219,0.4); }
.btn-secondary:hover { border-color: var(--blue); color: var(--blue); }
.issue-ticker { padding: 20px 24px; background: rgba(52,152,219,0.04); border-top: 1px solid rgba(52,152,219,0.1); border-bottom: 1px solid rgba(52,152,219,0.1); display: flex; align-items: center; gap: 24px; overflow-x: auto; }
.ticker-label { font-size: 10px; font-weight: 700; letter-spacing: 2px; color: var(--blue); text-transform: uppercase; white-space: nowrap; padding: 4px 12px; border: 1px solid rgba(52,152,219,0.3); border-radius: 10px; }
.ticker-items { display: flex; gap: 24px; overflow-x: auto; }
.ticker-item { white-space: nowrap; font-size: 13px; color: var(--text-muted); display: flex; align-items: center; gap: 8px; }
.tag { font-size: 11px; font-weight: 600; padding: 2px 8px; border-radius: 10px; }
.tag-hot { background: rgba(231,76,60,0.15); color: #E74C3C; }
.tag-vote { background: rgba(52,152,219,0.15); color: var(--blue); }
.tag-new { background: rgba(46,204,113,0.15); color: #2ECC71; }
.container { max-width: 1000px; margin: 0 auto; padding: 0 24px; }
.platform-section { padding: 100px 0; }
.section-title { font-size: 36px; font-weight: 800; text-align: center; color: var(--text); margin-bottom: 12px; }
.section-subtitle { text-align: center; color: var(--text-muted); font-size: 16px; margin-bottom: 60px; }
.platform-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; grid-template-rows: auto auto; }
.platform-card { background: var(--bg-card); border: 1px solid rgba(52,152,219,0.1); border-radius: 20px; padding: 28px 24px; transition: all 0.3s; }
.platform-card:hover { border-color: var(--blue); transform: translateY(-4px); box-shadow: 0 12px 40px rgba(52,152,219,0.12); }
.card-big { grid-column: span 2; display: flex; flex-direction: column; gap: 12px; background: linear-gradient(135deg, #060c12 0%, #080e18 100%); border-color: rgba(52,152,219,0.2); }
.platform-icon { font-size: 32px; margin-bottom: 12px; }
.platform-card h3 { font-size: 18px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.platform-card p { font-size: 14px; color: var(--text-muted); line-height: 1.6; }
.platform-tag { display: inline-block; padding: 4px 12px; background: rgba(52,152,219,0.12); border: 1px solid rgba(52,152,219,0.25); border-radius: 12px; font-size: 11px; color: var(--blue); font-weight: 600; margin-top: 8px; }
.features-section { padding: 80px 0; background: rgba(52,152,219,0.02); border-top: 1px solid rgba(52,152,219,0.06); border-bottom: 1px solid rgba(52,152,219,0.06); }
.features-statement { max-width: 700px; margin: 0 auto; text-align: center; }
.features-statement h2 { font-size: 28px; font-weight: 800; color: var(--text); margin-bottom: 24px; line-height: 1.3; }
.features-statement p { font-size: 16px; color: var(--text-muted); line-height: 1.8; margin-bottom: 16px; }
.cta-section { padding: 100px 0; }
.cta-card { background: linear-gradient(135deg, #060d1a 0%, #060c12 100%); border: 1px solid rgba(52,152,219,0.25); border-radius: 28px; padding: 60px 40px; text-align: center; }
.cta-card h2 { font-size: 32px; font-weight: 800; color: var(--text); margin-bottom: 12px; }
.cta-card > p { color: var(--text-muted); font-size: 16px; margin-bottom: 32px; line-height: 1.6; }
.waitlist-form { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 16px; }
.waitlist-input { padding: 14px 20px; background: rgba(255,255,255,0.05); border: 1px solid rgba(52,152,219,0.3); border-radius: 30px; color: var(--text); font-family: inherit; font-size: 15px; width: 240px; outline: none; transition: border-color 0.2s; letter-spacing: 3px; text-align: center; }
.waitlist-input:focus { border-color: var(--blue); }
.waitlist-input::placeholder { color: var(--text-muted); letter-spacing: 0; }
.cta-disclaimer { font-size: 12px; color: var(--text-muted); opacity: 0.6; }
.footer { padding: 40px 0; border-top: 1px solid rgba(52,152,219,0.08); text-align: center; }
.footer-links { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; margin-bottom: 16px; }
.footer-links a { text-decoration: none; color: var(--text-muted); font-size: 13px; transition: color 0.2s; }
.footer-links a:hover { color: var(--blue); }
.footer-copy { font-size: 12px; color: var(--text-muted); opacity: 0.5; }
@media (max-width: 700px) { .platform-grid { grid-template-columns: 1fr; } .card-big { grid-column: span 1; } .issue-ticker { flex-direction: column; align-items: flex-start; } .navbar { padding: 14px 20px; } }
