:root { --neon-green: #00FF00; --dark-bg: rgba(10, 10, 10, 0.45); }

body, html { 
    margin: 0; padding: 0; font-family: 'Segoe UI', sans-serif; color: white; 
    background: #000 url('./background.jpg') no-repeat center center fixed !important;
    background-size: cover !important; min-height: 100vh;
}

/* Навигация */
nav {
    display: flex; justify-content: space-between; align-items: center;
    padding: 10px 50px; background: rgba(0,0,0,0.8); backdrop-filter: blur(10px);
    position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(0,255,0,0.3);
}
.logo { font-size: 1.1em; font-weight: bold; color: var(--neon-green); text-shadow: 0 0 10px var(--neon-green); }
.nav-links { display: flex; gap: 15px; }
.nav-links a { text-decoration: none; color: white; text-transform: uppercase; font-size: 0.65em; font-weight: 700; }

/* Шапка и Карточки */
header { padding: 60px 20px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.header-panel {
    background: rgba(10, 10, 10, 0.5); backdrop-filter: blur(8px); 
    padding: 30px 60px; border-radius: 20px; border: 1px solid rgba(0, 255, 0, 0.15); 
    max-width: 600px; width: 100%;
}
.content-section { padding: 40px 20px; display: flex; flex-direction: column; align-items: center; }
.glass-card {
    background: var(--dark-bg); backdrop-filter: blur(15px);
    border: 1px solid rgba(0,255,0,0.2); padding: 40px;
    border-radius: 20px; max-width: 600px; width: 100%; margin-bottom: 50px;
}
.highlight { color: var(--neon-green); font-weight: bold; }

footer { 
    margin-top: 50px; 
    padding: 40px; 
    text-align: center; 
    color: #444; 
    font-size: 0.8em; 
    background: rgba(0,0,0,0.9); 
    border-top: 1px solid rgba(0,255,0,0.1); 
    position: relative; 
    z-index: 10;
    width: 100%;
}

/* Модальное окно */
        #paymentModal { display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.85); z-index:1000; align-items:center; justify-content:center; backdrop-filter: blur(10px); }
        .modal-box { background: rgba(10, 10, 10, 0.7); border:1px solid var(--neon-green); padding:30px; border-radius:20px; max-width:450px; width:90%; text-align:center; box-shadow: 0 0 30px rgba(0,255,0,0.2); }
        /* QR-код для TRON (TRX) */
.qr-trx {
    display: block;
    width: 150px; 
    height: 150px; 
    margin: 10px auto; 
    border: 5px solid white; 
    border-radius: 8px;
    /* Ссылка 1: quickchart.io / 2: продолжение с твоим адресом */
    background: white url('https://quickchart.io/qr?size=150&text=TMus1zrpCLorKwFD2jBEBjD9YBnyFBLqLf') no-repeat center center;
    background-size: contain;
  
}

/* QR-код для RIPPLE (XRP) */
.qr-xrp {
    display: block;
    width: 150px; 
    height: 150px; 
    margin: 10px auto; 
    border: 5px solid white; 
    border-radius: 8px;
    /* Ссылка 1: quickchart.io / 2: продолжение с твоим адресом */
    background: white url('https://quickchart.io/qr?size=150&text=rfbdX8uZURfgnFh3zJLz9hqY7sqF4exbGL') no-repeat center center;
        background-size: contain;
}

/* ВОЗВРАЩАЕМ ВИД КНОПОК */
.btn {
    display: inline-block; 
    padding: 12px 35px; 
    border: 2px solid var(--neon-green); 
    color: var(--neon-green);
    text-decoration: none; 
    font-weight: bold; 
    text-transform: uppercase; 
    font-size: 0.85em;
    background: rgba(0,0,0,0.5); 
    transition: 0.4s; 
    border-radius: 5px; 
    cursor: pointer;
    margin: 5px;
}

.btn:hover { 
    background: var(--neon-green); 
    color: black; 
    box-shadow: 0 0 20px var(--neon-green); 
    transform: translateY(-2px); 
}

/* Подсветка кнопок в черной полосе при наведении */
.nav-links a:hover {
    color: var(--neon-green) !important;
    text-shadow: 0 0 10px var(--neon-green), 0 0 20px var(--neon-green);
    transition: 0.3s ease;
}

/* Подсветка логотипа VTCSDG при наведении */
nav a:hover .logo {
    color: var(--neon-green) !important;
    text-shadow: 0 0 15px var(--neon-green), 0 0 30px var(--neon-green);
    transform: scale(1.05); /* Легкое увеличение для эффекта нажатия */
    transition: 0.3s ease;
}

/* ЖЕСТКИЙ НЕОН ДЛЯ ЗАГОЛОВКОВ */
.glass-card h2, h2 {
    color: #00FF00 !important; /* Прямой зеленый цвет */
    text-shadow: 0 0 15px rgba(0, 255, 0, 0.8) !important;
    text-transform: uppercase !important;
    border-left: 5px solid #00FF00 !important;
    padding-left: 15px !important;
    margin-bottom: 25px !important;
}

/* НЕОН ДЛЯ ГЛАВНОГО ЗАГОЛОВКА В ШАПКЕ */
.header-panel h1 {
    color: #00FF00 !important;
    text-shadow: 0 0 20px rgba(0, 255, 0, 0.8), 0 0 40px rgba(0, 255, 0, 0.4) !important;
    text-transform: uppercase !important;
    margin: 0 !important;
}

/* Статистика в одну линию */
.stats { 
    display: flex; 
    flex-direction: row; /* Выстраиваем в ряд */
    justify-content: space-around; /* Равномерные отступы между ними */
    align-items: center; 
    gap: 20px; 
    margin-top: 40px; 
    width: 100%;
}

.stat-item {
    text-align: center;
    flex: 1; /* Чтобы блоки занимали равное место */
}

.stat-item b { 
    display: block; 
    font-size: 2.2em; 
    color: var(--neon-green); 
    text-shadow: 0 0 10px rgba(0, 255, 0, 0.4);
}

.stat-item span { 
    display: block;
    color: #aaa; 
    text-transform: uppercase; 
    font-size: 0.8em; 
    letter-spacing: 1px;
    margin-top: 5px;
}

/* Растягиваем страницу на всю высоту экрана */
body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Важно: высота во весь экран смартфона */
}

/* Выталкиваем футер в самый низ */
footer {
    margin-top: auto; /* Это «пружина», которая давит футер вниз */
    width: 100%;
    padding: 40px 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    border-top: 1px solid rgba(0, 255, 0, 0.1);
    position: relative;
    z-index: 10;
}

.btn-small {
    font-size: 0.65rem;
    padding: 2px 8px;
    margin: 1px;
}