:root {
    --bg-color: #030303;
    --surface-color: #0b0b0f;
    --surface-border: rgba(0, 240, 255, 0.1);
    --primary-color: #00f0ff;
    --secondary-color: #7000ff;
    --text-main: #ffffff;
    --text-muted: #8892b0;
    --font-heading: 'Orbitron', sans-serif;
    --font-body: 'Rajdhani', sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background-color: var(--bg-color); color: var(--text-main); font-family: var(--font-body); overflow-x: hidden; line-height: 1.6; position: relative; }
#particles-canvas { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }
.navbar { position: fixed; top: 0; width: 100%; background: rgba(3, 3, 3, 0.85); backdrop-filter: blur(12px); border-bottom: 1px solid var(--surface-border); z-index: 100; }
.nav-container { max-width: 1200px; margin: 0 auto; padding: 1rem 2rem; display: flex; justify-content: space-between; align-items: center; }
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo img { height: 40px; width: 40px; object-fit: contain; filter: drop-shadow(0 0 8px rgba(0, 240, 255, 0.5)); }
.logo span { font-family: var(--font-heading); font-size: 1.6rem; font-weight: 700; color: var(--text-main); letter-spacing: 2px; }
.nav-links { list-style: none; display: flex; gap: 2.5rem; }
.nav-links a { color: var(--text-muted); text-decoration: none; font-size: 1.1rem; font-weight: 600; transition: color 0.3s ease, text-shadow 0.3s ease; text-transform: uppercase; letter-spacing: 1px; }
.nav-links a:hover { color: var(--primary-color); text-shadow: 0 0 10px rgba(0, 240, 255, 0.6); }
.btn-neon { display: inline-block; padding: 0.6rem 1.8rem; color: var(--primary-color); text-decoration: none; font-family: var(--font-heading); font-weight: 700; font-size: 0.9rem; border: 1px solid var(--primary-color); background: transparent; text-transform: uppercase; letter-spacing: 1.5px; transition: all 0.3s ease; box-shadow: 0 0 15px rgba(0, 240, 255, 0.1); }
.btn-neon:hover { background: var(--primary-color); color: var(--bg-color); box-shadow: 0 0 25px var(--primary-color); transform: translateY(-2px); }
.hero { min-height: 100vh; display: flex; align-items: center; justify-content: center; position: relative; padding: 8rem 2rem 4rem 2rem; text-align: center; z-index: 1; }
.hero-content { max-width: 900px; z-index: 2; }
.hero h1 { font-family: var(--font-heading); font-size: 5rem; font-weight: 900; margin-bottom: 1.5rem; background: linear-gradient(90deg, var(--primary-color), var(--secondary-color)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; letter-spacing: 4px; text-transform: uppercase; filter: drop-shadow(0 0 20px rgba(112, 0, 255, 0.2)); }
.hero .subtitle { font-size: 1.5rem; color: var(--text-muted); margin-bottom: 3.5rem; font-weight: 500; max-width: 750px; margin-left: auto; margin-right: auto; }
.hero-buttons { display: flex; gap: 1.5rem; justify-content: center; }
.btn-primary, .btn-secondary { padding: 1.1rem 2.8rem; font-family: var(--font-heading); font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: 1.5px; transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); font-size: 0.95rem; }
.btn-primary { background: linear-gradient(90deg, var(--primary-color), var(--secondary-color)); color: #fff; box-shadow: 0 0 20px rgba(0, 240, 255, 0.3); border: none; }
.btn-primary:hover { box-shadow: 0 0 35px rgba(0, 240, 255, 0.6); transform: translateY(-3px); }
.btn-secondary { border: 1px solid var(--text-muted); color: var(--text-main); background: transparent; }
.btn-secondary:hover { border-color: var(--primary-color); color: var(--primary-color); background: rgba(0, 240, 255, 0.03); box-shadow: 0 0 15px rgba(0, 240, 255, 0.1); transform: translateY(-3px); }
.glow-circle { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 700px; height: 700px; background: radial-gradient(circle, rgba(112, 0, 255, 0.12) 0%, rgba(0, 240, 255, 0.04) 50%, transparent 70%); z-index: 1; pointer-events: none; }
.about-section { padding: 8rem 2rem; position: relative; z-index: 2; }
.about-container { max-width: 1000px; margin: 0 auto; background: rgba(11, 11, 15, 0.6); border: 1px solid var(--surface-border); padding: 4rem; border-radius: 12px; backdrop-filter: blur(10px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6); }
.about-text h2 { font-family: var(--font-heading); font-size: 2.5rem; margin-bottom: 1.5rem; background: linear-gradient(90deg, #fff, var(--primary-color)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.about-text p { font-size: 1.3rem; color: var(--text-muted); font-weight: 500; }
.features { padding: 8rem 2rem; max-width: 1200px; margin: 0 auto; position: relative; z-index: 2; }
.section-title { text-align: center; margin-bottom: 5rem; }
.section-title h2 { font-family: var(--font-heading); font-size: 3rem; color: var(--text-main); letter-spacing: 1.5px; text-transform: uppercase; }
.title-line { width: 80px; height: 3px; background: var(--primary-color); margin: 1.2rem auto 0; box-shadow: 0 0 15px var(--primary-color); }
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 2.5rem; }
.feature-card { background: rgba(11, 11, 15, 0.6); padding: 3.5rem 2.5rem; border: 1px solid var(--surface-border); border-radius: 12px; transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); position: relative; overflow: hidden; backdrop-filter: blur(10px); }
.feature-card:hover { border-color: rgba(0, 240, 255, 0.4); transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0, 240, 255, 0.1); }
.feature-card::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 2px; background: linear-gradient(90deg, transparent, var(--primary-color), transparent); transition: left 0.6s ease; }
.feature-card:hover::before { left: 100%; }
.feature-card .icon { font-family: var(--font-heading); font-size: 3rem; color: var(--primary-color); margin-bottom: 2rem; text-shadow: 0 0 15px rgba(0, 240, 255, 0.4); }
.feature-card h3 { font-family: var(--font-heading); font-size: 1.6rem; margin-bottom: 1.2rem; letter-spacing: 1px; }
.feature-card p { color: var(--text-muted); font-size: 1.15rem; font-weight: 500; }
.tokenomics-section { padding: 8rem 2rem; max-width: 1200px; margin: 0 auto; position: relative; z-index: 2; }
.tokenomics-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(450px, 1fr)); gap: 3rem; }
.tokenomics-card { background: rgba(11, 11, 15, 0.5); border: 1px solid var(--surface-border); padding: 4rem 3rem; border-radius: 12px; backdrop-filter: blur(10px); transition: border-color 0.3s; position: relative; overflow: hidden; }
.tokenomics-card:hover { border-color: var(--secondary-color); }
.card-accent { position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: linear-gradient(180deg, var(--primary-color), var(--secondary-color)); }
.tokenomics-card h3 { font-family: var(--font-heading); font-size: 1.8rem; margin-bottom: 1.5rem; color: var(--primary-color); }
.tokenomics-card p { color: var(--text-muted); font-size: 1.2rem; font-weight: 500; }
.roadmap-section { padding: 8rem 2rem; max-width: 1000px; margin: 0 auto; position: relative; z-index: 2; }
.timeline { position: relative; padding-left: 3rem; border-left: 2px solid rgba(0, 240, 255, 0.2); }
.timeline-item { position: relative; margin-bottom: 4rem; }
.timeline-item:last-child { margin-bottom: 0; }
.timeline-dot { position: absolute; left: calc(-3rem - 8px); top: 8px; width: 14px; height: 14px; border-radius: 50%; background: var(--primary-color); box-shadow: 0 0 10px var(--primary-color); transition: all 0.3s; }
.timeline-item:hover .timeline-dot { background: var(--secondary-color); box-shadow: 0 0 15px var(--secondary-color); transform: scale(1.3); }
.timeline-content { background: rgba(11, 11, 15, 0.5); padding: 2.5rem; border-radius: 8px; border: 1px solid var(--surface-border); backdrop-filter: blur(10px); }
.timeline-content h3 { font-family: var(--font-heading); font-size: 1.4rem; margin-bottom: 1rem; color: var(--primary-color); }
.timeline-content p { color: var(--text-muted); font-size: 1.15rem; font-weight: 500; }
footer { border-top: 1px solid var(--surface-border); padding: 4rem 2rem; text-align: center; background: #020202; position: relative; z-index: 2; }
.footer-logo { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 1.5rem; }
.footer-logo img { height: 30px; filter: drop-shadow(0 0 5px rgba(0, 240, 255, 0.3)); }
.footer-logo span { font-family: var(--font-heading); font-size: 1.3rem; font-weight: 700; color: var(--text-main); letter-spacing: 1.5px; }
footer p { color: #555566; font-size: 1rem; font-weight: 500; }
.fade-in-up { opacity: 0; transform: translateY(40px); transition: opacity 1s cubic-bezier(0.215, 0.610, 0.355, 1), transform 1s cubic-bezier(0.215, 0.610, 0.355, 1); }
.fade-in-up.active { opacity: 1; transform: translateY(0); }
@media (max-width: 768px) { .nav-links { display: none; } .hero h1 { font-size: 3rem; } .hero .subtitle { font-size: 1.2rem; } .about-container { padding: 2rem; } .tokenomics-grid { grid-template-columns: 1fr; } }
