/* ============================================
   $TRIX — Matrix + Financial Market Theme
   ============================================ */

:root {
    --matrix-green: #00ff41;
    --matrix-bright: #39ff14;
    --matrix-dim: #0d5a1e;
    --matrix-dark-green: #003b00;
    --red: #ff3333;
    --gold: #ffd700;
    --bg-dark: #000000;
    --bg-panel: rgba(0, 20, 0, 0.85);
    --bg-card: rgba(0, 15, 0, 0.7);
    --border: rgba(0, 255, 65, 0.15);
    --border-bright: rgba(0, 255, 65, 0.3);
    --text: #b0ffb0;
    --text-muted: #3a6e3a;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    font-family: 'Share Tech Mono', monospace;
    background: var(--bg-dark);
    color: var(--text);
    overflow-x: hidden;
    line-height: 1.6;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Matrix Rain Canvas */
#matrixRain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.4;
}

/* ============================================
   TICKER BAR
   ============================================ */
.ticker-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 28px;
    background: rgba(0, 10, 0, 0.95);
    border-bottom: 1px solid var(--border);
    z-index: 1001;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.ticker-track {
    display: flex;
    gap: 40px;
    white-space: nowrap;
    animation: tickerScroll 30s linear infinite;
    font-size: 0.7rem;
    letter-spacing: 1px;
}

.ticker-track .ticker-item {
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.ticker-track .ticker-symbol { color: var(--matrix-green); font-weight: bold; }
.ticker-track .ticker-price { color: var(--text); }
.ticker-track .ticker-up { color: var(--matrix-bright); }
.ticker-track .ticker-down { color: var(--red); }

@keyframes tickerScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ============================================
   NAVBAR
   ============================================ */
.navbar {
    position: fixed;
    top: 28px;
    left: 0;
    width: 100%;
    padding: 12px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    transition: all 0.3s ease;
    background: transparent;
}

.navbar.scrolled {
    background: rgba(0, 5, 0, 0.95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
}

.nav-logo { display: flex; align-items: baseline; gap: 8px; }

.logo-neon {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--matrix-green);
    text-shadow: 0 0 10px rgba(0, 255, 65, 0.6), 0 0 30px rgba(0, 255, 65, 0.2);
    letter-spacing: 2px;
}

.logo-tag {
    font-size: 0.6rem;
    color: var(--text-muted);
    letter-spacing: 3px;
}

.nav-links {
    display: flex;
    gap: 28px;
    align-items: center;
}

.nav-links a {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--text-muted);
    transition: all 0.3s ease;
    position: relative;
}

.nav-links a:hover,
.nav-links a.active {
    color: var(--matrix-green);
    text-shadow: 0 0 8px rgba(0, 255, 65, 0.4);
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--matrix-green);
    box-shadow: 0 0 6px var(--matrix-green);
    transition: width 0.3s ease;
}

.nav-links a:hover::after,
.nav-links a.active::after { width: 100%; }

.nav-buy {
    border: 1px solid var(--matrix-green) !important;
    padding: 5px 14px !important;
    color: var(--matrix-green) !important;
}

.nav-buy:hover {
    background: var(--matrix-green) !important;
    color: #000 !important;
    box-shadow: 0 0 20px rgba(0, 255, 65, 0.3);
}

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

.nav-toggle span {
    width: 22px;
    height: 2px;
    background: var(--matrix-green);
    transition: all 0.3s ease;
    display: block;
}

.nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ============================================
   HERO SECTION
   ============================================ */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 140px 24px 60px;
}

.hero-content {
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 850px;
}

.hero-badge {
    font-size: 0.75rem;
    color: var(--matrix-dim);
    letter-spacing: 3px;
    margin-bottom: 20px;
    animation: flicker 3s ease-in-out infinite;
}

@keyframes flicker {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
    52% { opacity: 1; }
    54% { opacity: 0.3; }
    56% { opacity: 1; }
}

/* Glitch Effect */
.hero-title {
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(4rem, 12vw, 9rem);
    font-weight: 900;
    color: var(--matrix-green);
    text-shadow:
        0 0 20px rgba(0, 255, 65, 0.6),
        0 0 60px rgba(0, 255, 65, 0.3),
        0 0 100px rgba(0, 255, 65, 0.1);
    position: relative;
    display: inline-block;
    line-height: 1;
    margin-bottom: 16px;
}

.glitch { animation: glitchText 4s infinite; }

.glitch::before,
.glitch::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.glitch::before {
    color: #fff;
    animation: glitchBefore 4s infinite;
    clip-path: polygon(0 0, 100% 0, 100% 35%, 0 35%);
    z-index: -1;
}

.glitch::after {
    color: var(--matrix-bright);
    animation: glitchAfter 4s infinite;
    clip-path: polygon(0 65%, 100% 65%, 100% 100%, 0 100%);
    z-index: -1;
}

@keyframes glitchText {
    0%, 94%, 100% { transform: none; }
    95% { transform: skew(-0.5deg); }
    96% { transform: skew(0.8deg); }
    97% { transform: none; }
}

@keyframes glitchBefore {
    0%, 94%, 100% { transform: none; }
    95% { transform: translate(-2px, -1px); }
    96% { transform: translate(2px, 1px); }
    97% { transform: none; }
}

@keyframes glitchAfter {
    0%, 94%, 100% { transform: none; }
    95% { transform: translate(2px, 1px); }
    96% { transform: translate(-2px, -1px); }
    97% { transform: none; }
}

.hero-subtitle {
    font-size: 1rem;
    color: var(--matrix-green);
    margin-bottom: 16px;
    min-height: 1.5em;
}

.typing-cursor {
    animation: cursorBlink 0.6s step-end infinite;
    color: var(--matrix-green);
}

@keyframes cursorBlink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.hero-desc {
    font-size: 0.9rem;
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto 32px;
    line-height: 1.8;
}

/* Buttons */
.hero-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.8rem;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.btn-primary {
    background: var(--matrix-green);
    color: #000;
    border: 1px solid var(--matrix-green);
}

.btn-primary:hover {
    box-shadow: 0 0 30px rgba(0, 255, 65, 0.4), 0 0 60px rgba(0, 255, 65, 0.1);
    transform: translateY(-2px);
}

.btn-secondary {
    background: transparent;
    color: var(--matrix-green);
    border: 1px solid var(--border-bright);
}

.btn-secondary:hover {
    border-color: var(--matrix-green);
    box-shadow: 0 0 15px rgba(0, 255, 65, 0.15);
}

.btn-lg { padding: 16px 40px; font-size: 0.9rem; }

.btn:hover .btn-glitch { animation: btnGlitch 0.3s ease; }

@keyframes btnGlitch {
    0%, 100% { transform: none; }
    25% { transform: translate(-1px, 1px); }
    50% { transform: translate(1px, -1px); }
    75% { transform: translate(-1px, -1px); }
}

/* Price Panel */
.price-panel {
    background: var(--bg-panel);
    border: 1px solid var(--border);
    padding: 20px 28px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.price-main { display: flex; flex-direction: column; gap: 2px; min-width: 160px; }

.price-symbol {
    font-size: 0.7rem;
    color: var(--text-muted);
    letter-spacing: 2px;
}

.price-value {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--matrix-green);
    text-shadow: 0 0 8px rgba(0, 255, 65, 0.3);
}

.price-change {
    font-size: 0.8rem;
    font-weight: bold;
}

.price-change.positive { color: var(--matrix-bright); }
.price-change.negative { color: var(--red); }

.price-chart-mini {
    flex: 1;
    height: 50px;
}

.price-chart-mini svg { width: 100%; height: 100%; }

/* Hero Stats */
.hero-stats {
    display: flex;
    gap: 48px;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-stat { text-align: center; }

.stat-value {
    display: block;
    font-family: 'Orbitron', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--matrix-green);
    text-shadow: 0 0 10px rgba(0, 255, 65, 0.3);
}

.stat-label {
    font-size: 0.65rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.scroll-line {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, var(--matrix-green), transparent);
    animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
    0%, 100% { opacity: 0.3; height: 40px; }
    50% { opacity: 1; height: 50px; }
}

.scroll-indicator span {
    font-size: 0.6rem;
    color: var(--text-muted);
    letter-spacing: 4px;
}

/* ============================================
   SECTION COMMON
   ============================================ */
section { position: relative; z-index: 1; }

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-tag {
    font-size: 0.7rem;
    color: var(--matrix-dim);
    letter-spacing: 2px;
    display: block;
    margin-bottom: 12px;
}

.section-title {
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    font-weight: 800;
    color: var(--matrix-green);
    text-shadow: 0 0 10px rgba(0, 255, 65, 0.2);
    text-transform: uppercase;
    letter-spacing: 3px;
}

/* Fade-in */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================
   ABOUT SECTION
   ============================================ */
.about {
    padding: 120px 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,10,0,0.5) 100%);
}

.about-terminal {
    max-width: 700px;
    margin: 0 auto 60px;
    border: 1px solid var(--border);
    overflow: hidden;
    background: rgba(0, 5, 0, 0.8);
}

.terminal-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(0, 20, 0, 0.5);
    border-bottom: 1px solid var(--border);
}

.terminal-dot { width: 10px; height: 10px; border-radius: 50%; }
.terminal-dot.red { background: #ff5f57; }
.terminal-dot.yellow { background: #febc2e; }
.terminal-dot.green { background: #28c840; }

.terminal-title {
    font-size: 0.7rem;
    color: var(--text-muted);
    margin-left: 8px;
}

.terminal-body {
    padding: 20px;
    font-size: 0.8rem;
    line-height: 2.2;
}

.terminal-prompt { color: var(--matrix-green); margin-right: 8px; }
.terminal-output { color: var(--text); padding-left: 20px; }
.blink { animation: cursorBlink 0.6s step-end infinite; }

/* About Cards */
.about-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.about-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    padding: 32px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.about-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--matrix-green), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.about-card:hover {
    border-color: var(--matrix-green);
    box-shadow: 0 0 30px rgba(0, 255, 65, 0.06);
    transform: translateY(-4px);
}

.about-card:hover::before { opacity: 1; }

.card-icon { width: 48px; height: 48px; margin-bottom: 20px; }

.about-card h3 {
    font-family: 'Orbitron', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--matrix-green);
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.about-card p {
    color: var(--text-muted);
    font-size: 0.85rem;
    line-height: 1.8;
}

/* ============================================
   TOKENOMICS
   ============================================ */
.tokenomics {
    padding: 120px 0;
    background: rgba(0, 5, 0, 0.3);
}

.tokenomics-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.chart-ring {
    position: relative;
    max-width: 280px;
    margin: 0 auto;
}

.chart-ring svg {
    transform: rotate(-90deg);
    filter: drop-shadow(0 0 8px rgba(0, 255, 65, 0.15));
}

.chart-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.chart-total {
    display: block;
    font-family: 'Orbitron', sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--matrix-green);
}

.chart-label {
    font-size: 0.6rem;
    color: var(--text-muted);
    letter-spacing: 3px;
}

.chart-legend {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.8rem;
    color: var(--text-muted);
}

.legend-dot {
    width: 8px;
    height: 8px;
    flex-shrink: 0;
}

.tokenomics-stats {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.token-stat {
    background: var(--bg-card);
    border: 1px solid var(--border);
    padding: 16px 20px;
}

.token-stat-label {
    font-size: 0.65rem;
    color: var(--text-muted);
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
}

.token-stat-value {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--matrix-green);
    display: block;
    margin-bottom: 10px;
}

.stat-bar {
    width: 100%;
    height: 3px;
    background: rgba(0, 255, 65, 0.05);
    overflow: hidden;
}

.stat-fill {
    height: 100%;
    width: 0;
    background: var(--matrix-green);
    box-shadow: 0 0 8px rgba(0, 255, 65, 0.4);
    transition: width 1.5s ease;
}

.stat-fill.locked {
    background: linear-gradient(90deg, var(--matrix-green), var(--matrix-bright));
}

/* ============================================
   ROADMAP
   ============================================ */
.roadmap {
    padding: 120px 0;
}

.timeline {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    padding-left: 40px;
}

.timeline-line {
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, var(--matrix-green), var(--matrix-dim), transparent);
}

.timeline-item {
    position: relative;
    margin-bottom: 48px;
}

.timeline-item:last-child { margin-bottom: 0; }

.timeline-dot {
    position: absolute;
    left: -34px;
    top: 8px;
    width: 14px;
    height: 14px;
    border: 2px solid var(--matrix-dim);
    border-radius: 50%;
    background: var(--bg-dark);
    z-index: 1;
}

.timeline-dot.active {
    border-color: var(--matrix-green);
    box-shadow: 0 0 10px rgba(0, 255, 65, 0.4);
}

.timeline-dot.active::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    background: var(--matrix-green);
    border-radius: 50%;
}

.timeline-content {
    background: var(--bg-card);
    border: 1px solid var(--border);
    padding: 24px;
}

.phase-tag {
    font-size: 0.65rem;
    letter-spacing: 2px;
    display: inline-block;
    padding: 3px 8px;
    margin-bottom: 10px;
}

.phase-tag.completed {
    color: var(--matrix-bright);
    border: 1px solid rgba(57, 255, 20, 0.3);
    background: rgba(57, 255, 20, 0.05);
}

.phase-tag.in-progress {
    color: var(--matrix-green);
    border: 1px solid var(--border-bright);
    background: rgba(0, 255, 65, 0.05);
    animation: tagPulse 2s ease-in-out infinite;
}

.phase-tag.upcoming {
    color: var(--text-muted);
    border: 1px solid rgba(0, 255, 65, 0.08);
    background: rgba(0, 255, 65, 0.02);
}

@keyframes tagPulse {
    0%, 100% { box-shadow: none; }
    50% { box-shadow: 0 0 10px rgba(0, 255, 65, 0.15); }
}

.timeline-content h3 {
    font-family: 'Orbitron', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--matrix-green);
    margin-bottom: 12px;
}

.timeline-content ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.timeline-content li {
    font-size: 0.8rem;
    color: var(--text-muted);
    padding-left: 18px;
    position: relative;
}

.timeline-content li::before {
    content: '>';
    position: absolute;
    left: 0;
    color: var(--matrix-green);
}

/* Upcoming phases scan */
.timeline-item[data-phase="3"] .timeline-content,
.timeline-item[data-phase="4"] .timeline-content {
    opacity: 0.5;
    position: relative;
    overflow: hidden;
}

.timeline-item[data-phase="3"] .timeline-content::after,
.timeline-item[data-phase="4"] .timeline-content::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 65, 0.03), transparent);
    animation: scanEffect 3s ease-in-out infinite;
}

@keyframes scanEffect {
    0% { left: -50%; }
    100% { left: 150%; }
}

/* ============================================
   COMMUNITY
   ============================================ */
.community {
    padding: 120px 0;
    background: rgba(0, 5, 0, 0.3);
}

.community-desc {
    text-align: center;
    font-size: 0.9rem;
    color: var(--text-muted);
    max-width: 600px;
    margin: -40px auto 60px;
    line-height: 1.8;
}

.community-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.community-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    padding: 32px;
    text-align: center;
    transition: all 0.3s ease;
    display: block;
}

.community-card:hover {
    transform: translateY(-4px);
    border-color: var(--matrix-green);
    box-shadow: 0 0 30px rgba(0, 255, 65, 0.06);
}

.community-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 20px;
}

.community-card h3 {
    font-family: 'Orbitron', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--matrix-green);
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.community-card p {
    color: var(--text-muted);
    font-size: 0.8rem;
    margin-bottom: 16px;
}

.community-stat {
    font-size: 0.75rem;
    color: var(--matrix-bright);
    letter-spacing: 1px;
}

/* ============================================
   BUY SECTION
   ============================================ */
.buy-section {
    padding: 120px 0;
}

.buy-panel {
    max-width: 600px;
    margin: 0 auto;
    border: 1px solid var(--border);
    background: var(--bg-panel);
    overflow: hidden;
}

.buy-panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px solid var(--border);
    background: rgba(0, 20, 0, 0.3);
}

.panel-status {
    font-size: 0.65rem;
    color: var(--matrix-bright);
    letter-spacing: 2px;
    animation: statusPulse 2s ease-in-out infinite;
}

@keyframes statusPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.panel-network {
    font-size: 0.65rem;
    color: var(--text-muted);
    letter-spacing: 1px;
}

.buy-panel-body { padding: 28px; }

.contract-section { margin-bottom: 28px; }

.contract-label {
    font-size: 0.65rem;
    color: var(--text-muted);
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.contract-box {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid var(--border);
    padding: 10px 14px;
}

.contract-box code {
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.75rem;
    color: var(--matrix-green);
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.copy-btn {
    background: none;
    border: none;
    color: var(--text-muted);
    cursor: pointer;
    padding: 4px;
    transition: color 0.2s ease;
    position: relative;
    flex-shrink: 0;
}

.copy-btn:hover { color: var(--matrix-green); }

.copy-tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.6rem;
    color: var(--matrix-bright);
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
    padding-bottom: 4px;
}

.copy-tooltip.show { opacity: 1; }

.buy-actions { text-align: center; margin-bottom: 28px; }

.buy-info {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.buy-info-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    color: var(--text-muted);
}

.info-check {
    color: var(--matrix-green);
    font-weight: bold;
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
    padding: 60px 0 30px;
    border-top: 1px solid var(--border);
    background: rgba(0, 3, 0, 0.5);
}

.footer-content { text-align: center; }
.footer-content .logo-neon { font-size: 1.1rem; }

.footer-tagline {
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-top: 4px;
    margin-bottom: 24px;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.footer-links a {
    font-size: 0.7rem;
    color: var(--text-muted);
    transition: color 0.2s ease;
    letter-spacing: 1px;
}

.footer-links a:hover { color: var(--matrix-green); }

.footer-disclaimer {
    max-width: 500px;
    margin: 0 auto 24px;
}

.footer-disclaimer p {
    font-size: 0.65rem;
    color: var(--text-muted);
    opacity: 0.4;
    line-height: 1.6;
}

.footer-bottom {
    padding-top: 20px;
    border-top: 1px solid rgba(0, 255, 65, 0.03);
}

.footer-bottom span {
    font-size: 0.6rem;
    color: var(--text-muted);
    opacity: 0.25;
    letter-spacing: 2px;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .ticker-bar { height: 24px; }

    .navbar { top: 24px; }

    .nav-links {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 2, 0, 0.97);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
    }

    .nav-links.active { display: flex; }
    .nav-toggle { display: flex; z-index: 1001; }

    .hero-title { font-size: clamp(3rem, 15vw, 5rem); }
    .hero-stats { gap: 24px; }
    .stat-value { font-size: 1.2rem; }
    .tokenomics-layout { grid-template-columns: 1fr; gap: 40px; }
    .about-grid, .community-grid { grid-template-columns: 1fr; }
    .timeline { padding-left: 30px; }
    .timeline-dot { left: -24px; width: 10px; height: 10px; }
    .buy-info { flex-direction: column; align-items: center; }
    .hero-actions { flex-direction: column; align-items: center; }

    .price-panel {
        flex-direction: column;
        text-align: center;
    }

    .price-chart-mini { width: 100%; height: 40px; }
}

@media (max-width: 480px) {
    .navbar { padding: 10px 16px; }
    .hero { padding: 120px 16px 40px; }
    .contract-box code { font-size: 0.6rem; }
    .hero-stats { flex-direction: column; gap: 16px; }
}
