body {
    font-family: Arial, sans-serif;
    background: #110D0E;
    color: #f1f1f1;
    line-height: 1.8;
    max-width: 1070px;
    margin: 0 auto;
    padding: 20px;
    scroll-behavior: smooth;
}
main {
    background: rgb(41 17 20);
    border-radius: 33px;
    padding: 20px;
    border-top: 2px solid #650404;
    box-shadow: inset 0 10px 15px -10px rgba(212, 175, 55, 0.2);
}
.main-header {
    position: fixed;
    top: 0;
    background: rgba(17, 13, 14, 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;
}
.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;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1070px;
    margin: 0 auto;
    padding: 10px 20px;
}

.logo a {
    font-family: 'Oswald', sans-serif;
    font-size: 1.5em;
    color: #d4af37;
    text-decoration: none;
    letter-spacing: 1px;
}

.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;
}

.cta-button.mini {
    padding: 12px 16px;
    font-size: 0.75em;
    box-shadow: none;
    margin: 0;
    width: 140px;
}

.cta-button.mini.vhod {
    background: linear-gradient(180deg, #fff, #dadada);
    color: #000;
}

h1, h2 {
    font-family: 'Oswald', sans-serif;
    color: #f5c66b;
    text-shadow: 0 0 8px rgba(212, 175, 55, 0.4);
}

h1 {
    text-align: center;
    font-size: 2em;
}

h2 {
    font-size: 1.8em;
    margin-top: 30px;
}

p, li {
    font-size: 1.1em;
}

.hero {
    position: relative;
    padding: 50px 20px 30px;
    text-align: center;
    border-radius: 33px;
    background: linear-gradient(135deg, #1f1a1b, #3d000f);
    margin-bottom: 30px;
    z-index: 1;
    margin-top: 115px;
    border-top: 2px solid #650404;
    box-shadow: inset 0 10px 15px -10px rgba(212, 175, 55, 0.2);
}

.hero h1 {
    margin-bottom: 15px;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
    text-transform: uppercase;
}

.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-size: 2.2em;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
    text-transform: uppercase;
    border-bottom: 1px solid;
}

.gold1 {
    color: #ffd700;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
    text-transform: uppercase;
    border-bottom: 1px solid;
}

.cta-button.pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 10px rgba(212, 175, 55, 0.4); }
    50% { box-shadow: 0 0 20px rgba(255, 69, 0, 0.9); transform: scale(1.05); }
    100% { box-shadow: 0 0 10px rgba(212, 175, 55, 0.4); }
}
.bonus-timer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 1.2em;
    background: linear-gradient(45deg, #8b0000, #1a1a1a);
    border: 2px solid #d4af37;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(212, 175, 55, 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;
}
.cta-button {
    background: linear-gradient(180deg, #963c47, #a71023);
    color: #ffffff;
    padding: 15px 40px;
    text-decoration: none;
    font-weight: 600;
    display: block;
    margin: 20px auto;
    font-size: 1rem;
    text-align: center;
    border: none;
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(212 55 55 / 40%);
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
}
.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 {
  box-shadow: 0 4px 20px 0 #1e96c855;
  transform: translateY(-2px) scale(1.03);
  color: #fff;
  text-decoration: none;
}
.cta-button:hover {
    color: #fff;
    background: linear-gradient(0deg, #ffffff0d, #ffffff0d), linear-gradient(180deg, #d1021b, #a71023);
    text-shadow: 0 -1px 0 #ffffff0f;
}
.nav-links a:hover {
    color: #d4af37;
}
.cta-button.bonus {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 10px rgba(139, 0, 0, 0.6); }
    50% {box-shadow: 0 0 20px rgb(212 59 55);}
    100% { box-shadow: 0 0 10px rgba(139, 0, 0, 0.6); }
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    border: 1px solid #d4af37;
}

th, td {
    padding: 12px;
    text-align: left;
    border: 1px solid #d4af37;
}

th {
    background: #d4af37;
    color: #1e1e1e;
    font-weight: bold;
}

td {
    color: #f1f1f1;
}

.game-preview {
    display: flex;
    gap: 20px;
    margin: 20px 0;
    justify-content: space-between;
}

.game-card {
    background: #452026;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    width: 305px;
    min-width: 200px;
}

.game-card:hover {
    box-shadow: 0 0 15px #8b171787;
}

section {border-bottom: 2px dotted #4f2126;padding: 20px 0;}

.highlight {
    color: #d4af37;
    font-weight: bold;
}

a {
    color: #d4af37;
}
#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, #431315, #25060c 70%);
    padding: 30px 25px;
    border-radius: 12px;
    box-shadow: 0 0 25px rgb(89 3 3 / 60%), 0 0 60px rgba(139, 0, 0, 0.3);
    text-align: center;
    z-index: 2000;
    max-width: 430px;
    animation: popupFadeIn 0.5s ease forwards;
    border: 2px solid rgb(61 0 0 / 50%);
    color: #fff;
    backdrop-filter: blur(12px);
}

@media (max-width: 600px) {
    h1 { font-size: 1.8em; }

.gold {
    font-size: 2em;
}
    h2 { font-size: 1.5em; }
    .cta-button {
        text-align: center;
        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 {
    background: #4d242a;
    border-left: 4px solid #d4af37;
    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: #d4af37;
    font-weight: 700;
}

@media (max-width: 600px) {
    .user-review {
        font-size: 1em;
        padding: 12px 15px;
    }
}
.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.8em;
    color: #d4af37;
    cursor: pointer;
}

/* ÐœÐ¾Ð±Ð¸Ð»ÑŒÐ½Ð¾Ðµ Ð¼ÐµÐ½ÑŽ */
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        background: #1f1a1b;
        position: absolute;
        top: 60px;
        right: 20px;
        width: 200px;
        padding: 15px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(212, 175, 55, 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;
    }
}
.popup-close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 2em;
    padding: 0 20px;
    FONT-WEIGHT: 200;
    cursor: pointer;
    transition: transform 0.2s ease, color 0.2s ease;
    z-index: 10;
    color: #ffd700;
}

.popup-close:hover {
    transform: scale(1.3);
    color: #ff4500;
}
.site-footer {
    background: #230f12;
    padding: 30px 20px;
    color: #ccc;
    font-size: 0.95em;
    border-top: 2px solid #650404;
    box-shadow: inset 0 10px 15px -10px rgba(212, 175, 55, 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: #d4af37;
}

.footer-copy p {
    margin: 5px 0;
    color: #888;
    font-size: 0.9em;
}

.faq h3 {
  margin-top: 40px;
}

.faq details {
  background: #4d242a;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 14px 18px;
  transition: all 0.3s ease;
}

.faq details[open] {
  background: #222;
  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;
}