
body {
    font-family: Arial, sans-serif;
    background: #0F0A1A; /* Тёмно-фиолетовый фон, характерный для Gama */
    color: #f1f1f1;
    line-height: 1.8;
    max-width: 1020px;
    margin: 0 auto;
    padding: 20px;
    scroll-behavior: smooth;
}

main {
    background: linear-gradient(180deg, rgba(94, 53, 177, 0.20) 0%, rgba(0, 0, 0, 0.00) 100%), #1A1433; /* Фиолетовый градиент для основного контента */
    border-radius: 10px;
    padding: 20px;
}

/* Шапка */
.main-header {
    position: fixed;
    top: 0;
    background: rgba(15, 10, 26, 0.95); /* Тёмно-фиолетовый фон шапки */
    backdrop-filter: blur(6px);
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    margin: auto;
    left: 0;
    right: 0;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1020px;
    margin: 0 auto;
    padding: 10px 20px;
}

.logo {
    align-items: center;
    align-self: center;
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    height: 41px;
    justify-content: center;
    padding: 6px 4px;
    position: relative;
    width: 100px;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 0;
    padding: 0;
}

.nav-links a {
    color: #f1f1f1;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #FFD700; /* Золотой акцент для наведения */
}

.cta-button.mini:hover {
    color: #000000;
}

.cta-button.mini {
    padding: 8px 16px;
    font-size: 0.95em;
    box-shadow: none;
    color: #000000;
}

/* Заголовки */
h1, h2 {
    font-family: 'Oswald', sans-serif;
    color: #ffbf00; /* Золотой цвет для заголовков */
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.4);
}

h1 {
    font-size: 2em;
    text-align: center;
    margin-bottom: 20px;
    color: #ffa700;
    margin-bottom: 15px;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
    text-transform: uppercase;
}

h2 {
    font-size: 1.8em;
    margin-top: 30px;
}

p, li {
    font-size: 1.1em;
}

/* Hero секция */
.hero {
    position: relative;
    padding: 50px 20px 30px;
    text-align: center;
    border-radius: 10px;
    background: linear-gradient(135deg, #1A1433, #0F0A1A); /* Фиолетовый градиент для hero */
    box-shadow: 0 0 20px rgba(94, 53, 177, 0.5); /* Тень с фиолетовым оттенком */
    margin-bottom: 30px;
    z-index: 1;
    margin-top: 115px;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(64 36 121 / 60%); /* Полупрозрачный фиолетовый оверлей */
    border-radius: 10px;
    z-index: -1;
}

.subtitle {
    font-size: 1.2em;
    color: #f0f0f0;
    margin-bottom: 25px;
}

.trust-msg {
    font-size: 1em;
    color: #ccc;
    margin-top: 10px;
    font-style: italic;
}

.gold {
    color: #FFD700;
    font-weight: bold;
    border-bottom: 1px solid;
    white-space: nowrap;
}

/* Кнопки CTA */
.cta-button {
    background: #83ff00; /* Фиолетово-золотой градиент */
    color: #000000;
    padding: 14px 24px;
    text-decoration: none;
    font-weight: 600;
    display: block;
    margin: 20px auto;
    font-size: 16px;
    cursor: pointer;
    border: none;
    border-bottom: 2px solid #458700;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(9 255 0 / 40%);
    transition: transform 0.2s, box-shadow 0.2s;
}

.cta-button:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgb(114 255 0 / 90%);
}

@keyframes pulse {
    0% { box-shadow: 0 0 10px rgba(94, 53, 177, 0.4); }
    50% { box-shadow: 0 0 20px rgba(255, 215, 0, 0.9); transform: scale(1.05); }
    100% { box-shadow: 0 0 10px rgba(94, 53, 177, 0.4); }
}

/* Таймер бонуса */
.bonus-timer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 1.2em;
    background: linear-gradient(45deg, #5E35B1, #1A1433); /* Фиолетовый градиент */
    border: 2px solid #ffa700;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.4);
    color: #fff;
    max-width: 420px;
    margin: 20px auto;
}

.timer-icon {
    font-size: 1.5em;
    animation: pulse-icon 1.2s infinite;
}

@keyframes pulse-icon {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

.timer-text {
    font-weight: 600;
    color: #FFD700;
}

.timer-value {
    font-family: 'Oswald', sans-serif;
    font-size: 1.4em;
    color: #ffffff;
    letter-spacing: 2px;
}

/* Социальное доказательство */
.social-proof {
    text-align: center;
}

.telegram-btn {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(90deg, #37aee2 0%, #1e96c8 100%);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 30px;
    box-shadow: 0 2px 12px 0 #1e96c833;
    transition: background 0.3s, box-shadow 0.3s, transform 0.1s;
    border: none;
}

.telegram-btn:hover {
    background: linear-gradient(90deg, #1e96c8 0%, #37aee2 100%);
    box-shadow: 0 4px 20px 0 #1e96c855;
    transform: translateY(-2px) scale(1.03);
    color: #fff;
    text-decoration: none;
}

/* Таблицы */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    border: 1px solid #ffa700;
}

th, td {
    padding: 12px;
    text-align: left;
    border: 1px solid #ffa700;
}

th {
    background: #ffbf00; /* Золотой фон для заголовков таблицы */
    color: #1A1433;
    font-weight: bold;
}

td {
    color: #f1f1f1;
}

/* Игровые карточки */
.game-preview {
    display: flex;
    gap: 20px;
    margin: 20px 0;
    justify-content: space-between;
}

.game-card {
    background: #2A1E4D; /* Тёмно-фиолетовый фон карточек */
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    width: 255px;
    min-width: 200px;
}

.game-card:hover {
    box-shadow: 0 0 15px #FFD700;
}

/* Секции */
section {
    border-bottom: 2px dotted #5E35B1; /* Фиолетовая пунктирная линия */
    padding: 20px 0;
}

.highlight {
    color: #ffa700; /* Золотой для выделения */
    font-weight: bold;
}

a {
    color: #FFD700;
    text-decoration: none;
}

/* Pop-up окно */
#popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(4px);
    z-index: 1999;
}

#exit-popup {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.95);
    background: radial-gradient(circle at top left, #2A1E4D, #1A1433); /* Фиолетовый градиент */
    padding: 30px 25px;
    border-radius: 12px;
    box-shadow: 0 0 25px rgb(255 125 0 / 60%), 0 0 60px rgba(94, 53, 177, 0.3);
    text-align: center;
    z-index: 2000;
    max-width: 430px;
    animation: popupFadeIn 0.5s ease forwards;
    border: 2px solid rgb(255 139 0 / 50%);
    color: #fff;
    backdrop-filter: blur(12px);
}

.popup-close {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 1.8em;
    color: #FFD700;
    cursor: pointer;
    transition: transform 0.2s ease, color 0.2s ease;
    z-index: 10;
}

.popup-close:hover {
    transform: scale(1.3);
    color: #5E35B1; /* Фиолетовый при наведении */
}

/* Отзывы */
.user-review {
    background: #2A1E4D; /* Тёмно-фиолетовый фон */
    border-left: 4px solid #FFD700;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 8px;
    font-size: 1.05em;
    line-height: 1.6;
    position: relative;
    color: #f1f1f1;
}

.user-review p {
    margin-left: 30px;
}

.user-review::before {
    content: "👤";
    position: absolute;
    left: 10px;
    top: 30px;
    font-size: 1.3em;
    opacity: 0.4;
    pointer-events: none;
}

.user-review strong {
    color: #FFD700;
    font-weight: 700;
}

/* Мобильное меню */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.8em;
    color: #FFD700;
    cursor: pointer;
}

/* Футер */
.site-footer {
    background: #1A1433; /* Тёмно-фиолетовый фон футера */
    padding: 30px 20px;
    color: #ccc;
    font-size: 0.95em;
    border-top: 2px solid #FFD700;
    box-shadow: inset 0 10px 15px -10px rgba(255, 215, 0, 0.2);
    margin-top: 40px;
    border-radius: 33px;
}

.footer-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.footer-logo img {
    max-width: 120px;
    margin-bottom: 15px;
    opacity: 0.85;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-links a {
    color: #f1f1f1;
    text-decoration: none;
    transition: color 0.3s;
    font-weight: 500;
}

.footer-links a:hover {
    color: #FFD700;
}

.footer-copy p {
    margin: 5px 0;
    color: #888;
    font-size: 0.9em;
}

/* FAQ */
.faq h3 {
    margin-top: 40px;
}

.faq details {
    background: #2A1E4D;
    border: 1px solid #333;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 14px 18px;
    transition: all 0.3s ease;
}

.faq details[open] {
    background: #1A1433;
    border-color: #444;
}

.faq summary {
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    list-style: none;
    position: relative;
    padding-right: 30px;
}

.faq summary::after {
    content: '+';
    position: absolute;
    right: 0;
    font-size: 24px;
    line-height: 1;
    transition: transform 0.3s ease;
}

.faq details[open] summary::after {
    content: '−';
    transform: rotate(180deg);
}

.faq details p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #ccc;
}

/* Медиа-запросы для адаптивности */
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        background: #1A1433;
        position: absolute;
        top: 60px;
        right: 20px;
        width: 200px;
        padding: 15px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
        z-index: 1000;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links a {
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav-links a:last-child {
        border-bottom: none;
    }

    .navbar {
        position: relative;
    }
}

@media (max-width: 600px) {
    h1 { font-size: 1.8em; }
    h2 { font-size: 1.5em; }
    .cta-button {
        text-align: center;
        padding: 12px;
        display: block;
    }
    .game-preview {
        flex-direction: column;
        gap: 15px;
    }
    .game-card {
        width: 100%;
    }
    .game-card img {
        height: 140px;
        object-fit: cover;
        border-radius: 5px;
    }
    table {
        font-size: 0.9em;
        display: block;
        overflow-x: auto;
    }
    .hero {
        padding: 30px 10px;
    }
    #exit-popup {
        width: 80%;
    }
    .user-review {
        font-size: 1em;
        padding: 12px 15px;
    }
}