/* 1win promo russia - main styles v1.9 */
:root {
    --clr-bg: #1C1C1C;
    --clr-header: #000000;
    --clr-accent: #FFDD00;
    --clr-accent2: #f5c800;
    --clr-text: #ffffff;
    --clr-text-muted: #b0b0b0;
    --clr-card: #242424;
    --clr-card2: #2a2a2a;
    --clr-border: #333333;
    --clr-green: #28a745;
    --clr-red: #dc3545;
    --radius: 10px;
    --font-main: 'Open Sans', 'Roboto', sans-serif;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-main);
    background: var(--clr-bg);
    color: var(--clr-text);
    font-size: 15px;
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: var(--clr-accent);
    text-decoration: none;
}

a:hover {
    color: var(--clr-accent2);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ========== HEADER ========== */
.site-header {
    background: var(--clr-header);
    position: sticky;
    top: 0;
    z-index: 999;
    border-bottom: 2px solid var(--clr-accent);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.7);
}

.header-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
    padding: 10px 20px;
    max-width: 1280px;
    margin: 0 auto;
}

.header-logo img {
    height: 42px;
    width: auto;
    border-radius: 6px;
}

.header-nav ul {
    display: flex;
    list-style: none;
    gap: 22px;
    justify-content: center;
}

.header-nav ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: color 0.2s;
}

.header-nav ul li a:hover {
    color: var(--clr-accent);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

.online-count {
    font-size: 12px;
    color: var(--clr-text-muted);
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 5px;
}

.online-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2ecc71;
    animation: blink 1.4s infinite;
    display: inline-block;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
}

.btn-login {
    background: transparent;
    border: 2px solid var(--clr-accent);
    color: var(--clr-accent);
    padding: 7px 18px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
}

.btn-login:hover {
    background: var(--clr-accent);
    color: #000;
}

.btn-signup {
    background: var(--clr-accent);
    border: 2px solid var(--clr-accent);
    color: #000;
    padding: 7px 18px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    white-space: nowrap;
}

.btn-signup:hover {
    background: var(--clr-accent2);
    transform: scale(1.04);
}

.burger-btn {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    z-index: 1100;
}

.burger-btn span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s;
}

.burger-btn.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.burger-btn.active span:nth-child(2) {
    opacity: 0;
}

.burger-btn.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
    display: none;
    background: #111;
    padding: 20px;
    border-top: 1px solid var(--clr-border);
}

.mobile-menu.open {
    display: block;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
}

.mobile-menu ul li {
    padding: 10px 0;
    border-bottom: 1px solid var(--clr-border);
}

.mobile-menu ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

/* ========== HERO ========== */
.hero-section {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #000 0%, #1a1200 60%, #1C1C1C 100%);
}

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.35;
    z-index: 0;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 40%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 620px;
    padding: 60px 30px 60px 48px;
}

.hero-badge {
    display: inline-block;
    background: var(--clr-accent);
    color: #000;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 14px;
}

.hero-content h1 {
    font-size: clamp(26px, 5vw, 46px);
    font-weight: 800;
    line-height: 1.18;
    margin-bottom: 16px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
    color: #fff;
}

.hero-content h1 span {
    color: var(--clr-accent);
}

.hero-content p {
    font-size: 16px;
    color: #ddd;
    margin-bottom: 28px;
    line-height: 1.6;
}

.btn-hero {
    display: inline-block;
    background: var(--clr-accent);
    color: #000;
    font-weight: 800;
    font-size: 16px;
    padding: 14px 36px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s, transform 0.18s, box-shadow 0.2s;
    box-shadow: 0 4px 24px rgba(255, 221, 0, 0.35);
    letter-spacing: 0.3px;
}

.btn-hero:hover {
    background: var(--clr-accent2);
    color: #000;
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 8px 32px rgba(255, 221, 0, 0.5);
}

.section-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 18px;
}

.section-title {
    font-size: clamp(20px, 3vw, 30px);
    font-weight: 800;
    color: #fff;
    margin-bottom: 24px;
    position: relative;
    padding-left: 14px;
}

.section-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 70%;
    background: var(--clr-accent);
    border-radius: 3px;
}

/* BLOCK PADDING */
.block-pad {
    padding: 56px 0;
}

.block-pad-sm {
    padding: 36px 0;
}

.promo-block {
    background: var(--clr-card);
    border-radius: var(--radius);
    border: 1px solid var(--clr-border);
    padding: 32px;
    margin-bottom: 14px;
}

.promo-card {
    background: linear-gradient(135deg, #1a1200 0%, #2a2000 100%);
    border: 2px dashed var(--clr-accent);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.promo-code-value {
    font-size: 28px;
    font-weight: 900;
    color: var(--clr-accent);
    letter-spacing: 4px;
    font-family: monospace;
    text-shadow: 0 0 18px rgba(255, 221, 0, 0.4);
}

.promo-status {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #2ecc71;
    font-weight: 700;
}

.promo-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2ecc71;
    animation: blink 1.4s infinite;
    display: inline-block;
}

.promo-timer {
    font-size: 12px;
    color: #f39c12;
    font-weight: 600;
    margin-top: 4px;
}

.promo-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.btn-copy {
    background: #2a2a2a;
    border: 2px solid var(--clr-accent);
    color: var(--clr-accent);
    padding: 10px 22px;
    border-radius: 7px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 7px;
}

.btn-copy:hover {
    background: var(--clr-accent);
    color: #000;
}

.btn-copy.copied {
    background: #2ecc71;
    border-color: #2ecc71;
    color: #fff;
}

.btn-activate {
    background: var(--clr-accent);
    border: 2px solid var(--clr-accent);
    color: #000;
    padding: 10px 22px;
    border-radius: 7px;
    font-weight: 800;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.btn-activate:hover {
    background: var(--clr-accent2);
    color: #000;
    transform: scale(1.03);
}

.winners-block {
    background: var(--clr-card);
    border-radius: var(--radius);
    border: 1px solid var(--clr-border);
    padding: 32px;
    overflow-x: auto;
}

.winners-table {
    width: 100%;
    min-width: 480px;
    border-collapse: separate;
    border-spacing: 0;
}

.winners-table thead th {
    background: #111;
    color: var(--clr-accent);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 16px;
    border-bottom: 2px solid var(--clr-accent);
    text-align: left;
}

.winners-table tbody tr {
    transition: background 0.15s;
    border-bottom: 1px solid #333;
}

.winners-table tbody tr:hover {
    background: rgba(255, 221, 0, 0.06);
}

.winners-table td {
    padding: 11px 16px;
    font-size: 14px;
    border-bottom: 1px solid var(--clr-border);
    color: #ddd;
}

.winners-table td:last-child {
    color: #2ecc71;
    font-weight: 700;
}

.place-1 {
    color: #FFD700 !important;
    font-weight: 900;
}

.place-2 {
    color: #C0C0C0 !important;
    font-weight: 800;
}

.place-3 {
    color: #CD7F32 !important;
    font-weight: 700;
}

.winner-nick {
    font-weight: 700;
    color: #fff !important;
}

.video-block {
    background: var(--clr-card);
    border-radius: var(--radius);
    border: 1px solid var(--clr-border);
    padding: 32px;
}

.video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #000;
}

.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
}

.bonuses-block {
    background: var(--clr-card);
    border-radius: var(--radius);
    border: 1px solid var(--clr-border);
    padding: 32px;
}

.bonuses-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.bonus-card {
    background: linear-gradient(135deg, #1a1200 0%, #2a2000 100%);
    border: 1px solid var(--clr-accent);
    border-radius: 10px;
    padding: 22px 18px;
    text-align: center;
    transition: transform 0.22s, box-shadow 0.22s;
    position: relative;
    overflow: hidden;
}

.bonus-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(255, 221, 0, 0.22);
}

.bonus-card::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 221, 0, 0.07);
}

.bonus-icon {
    font-size: 36px;
    margin-bottom: 12px;
    filter: drop-shadow(0 0 10px rgba(255, 221, 0, 0.4));
}

.bonus-title {
    font-size: 16px;
    font-weight: 800;
    color: var(--clr-accent);
    margin-bottom: 8px;
}

.bonus-desc {
    font-size: 13px;
    color: #bbb;
    line-height: 1.5;
}

.bonus-tag {
    display: inline-block;
    background: var(--clr-accent);
    color: #000;
    font-size: 10px;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 20px;
    margin-top: 12px;
    letter-spacing: 0.5px;
}

/* bonus swiper mobile */
.bonus-swiper-wrap {
    position: relative;
}

.bonus-swiper-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 14px;
    scrollbar-width: none;
    padding-bottom: 4px;
}

.bonus-swiper-track::-webkit-scrollbar {
    display: none;
}

.bonus-swiper-track .bonus-card {
    min-width: 78vw;
    max-width: 78vw;
    flex-shrink: 0;
    scroll-snap-align: start;
}

.swiper-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
}

.swiper-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--clr-border);
    cursor: pointer;
    transition: background 0.2s;
}

.swiper-dot.active {
    background: var(--clr-accent);
}

/* ========== SLOT GAME ========== */
.slot-block {
    background: var(--clr-card);
    border-radius: var(--radius);
    border: 1px solid var(--clr-border);
    padding: 32px;
    text-align: center;
}

.slot-machine {
    display: inline-flex;
    gap: 8px;
    background: #111;
    border: 3px solid var(--clr-accent);
    border-radius: 14px;
    padding: 20px 24px;
    margin: 20px auto;
    box-shadow: 0 0 32px rgba(255, 221, 0, 0.18);
}

.slot-reel {
    width: 72px;
    height: 88px;
    background: #0a0a0a;
    border-radius: 8px;
    border: 2px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    overflow: hidden;
    position: relative;
}

.slot-reel.spinning {
    animation: spin-blur 0.5s linear infinite;
}

@keyframes spin-blur {
    0% {
        filter: blur(0px);
        transform: translateY(0);
    }
    50% {
        filter: blur(3px);
        transform: translateY(-8px);
    }
    100% {
        filter: blur(0px);
        transform: translateY(0);
    }
}

.slot-reel span {
    font-size: 42px;
    line-height: 1;
    transition: all 0.3s;
}

.btn-spin {
    background: linear-gradient(135deg, var(--clr-accent), var(--clr-accent2));
    border: none;
    color: #000;
    font-size: 17px;
    font-weight: 900;
    padding: 14px 48px;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 4px 18px rgba(255, 221, 0, 0.4);
    transition: transform 0.18s, box-shadow 0.18s;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-top: 4px;
}

.btn-spin:hover {
    transform: scale(1.06);
    box-shadow: 0 8px 28px rgba(255, 221, 0, 0.55);
}

.btn-spin:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.slot-result {
    margin-top: 18px;
    font-size: 16px;
    color: #fff;
    min-height: 60px;
}

.slot-win-box {
    display: none;
    background: linear-gradient(135deg, #1a3a00, #2a5000);
    border: 2px solid #2ecc71;
    border-radius: 10px;
    padding: 18px 24px;
    color: #2ecc71;
    font-size: 17px;
    font-weight: 700;
    margin-top: 12px;
    animation: fadeInUp 0.4s ease;
}

.slot-lose-box {
    display: none;
    color: var(--clr-text-muted);
    margin-top: 12px;
    animation: fadeInUp 0.4s ease;
}

.btn-get-bonus {
    display: inline-block;
    background: #2ecc71;
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    padding: 12px 30px;
    border-radius: 8px;
    margin-top: 12px;
    transition: background 0.2s, transform 0.15s;
    text-decoration: none;
}

.btn-get-bonus:hover {
    background: #27ae60;
    color: #fff;
    transform: scale(1.03);
}

/* ========== CONTENT BLOCK (review) ========== */
.content-block {
    background: var(--clr-card);
    border-radius: var(--radius);
    border: 1px solid var(--clr-border);
    padding: 32px;
}

.content-block h2 {
    font-size: 22px;
    font-weight: 800;
    color: var(--clr-accent);
    margin: 22px 0 12px;
}

.content-block h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 18px 0 10px;
}

.content-block h4 {
    font-size: 15px;
    font-weight: 700;
    color: #ddd;
    margin: 14px 0 8px;
}

.content-block p {
    margin-bottom: 14px;
    color: #ccc;
    line-height: 1.7;
}

.content-block ul, .content-block ol {
    margin: 10px 0 14px 20px;
    color: #ccc;
}

.content-block li {
    margin-bottom: 6px;
    line-height: 1.6;
}

.content-block a {
    color: var(--clr-accent);
}

.content-block table {
    width: 100%;
    border-collapse: collapse;
    margin: 18px auto;
    font-size: 14px;
    background: #1a1a1a;
    overflow-x: auto;
    display: block;
}

.content-block table th, .content-block table td {
    border: 1px solid var(--clr-border);
    padding: 10px 14px;
    text-align: left;
}

.content-block table th {
    background: #111;
    color: var(--clr-accent);
    font-weight: 700;
}

.content-block table tr:nth-child(even) {
    background: #222;
}

.content-block strong {
    color: #fff;
}

.content-block em {
    color: var(--clr-accent2);
}

.content-block blockquote {
    border-left: 4px solid var(--clr-accent);
    padding: 12px 18px;
    background: #1a1800;
    border-radius: 0 8px 8px 0;
    margin: 14px 0;
    color: #ccc;
    font-style: italic;
}

/* AUTHOR BOX */
.author-box {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #1e1e1e;
    border-radius: 10px;
    border: 1px solid var(--clr-border);
    padding: 18px 22px;
    margin-bottom: 22px;
}

.author-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--clr-accent);
    flex-shrink: 0;
}

.author-info .author-name {
    font-weight: 800;
    font-size: 15px;
    color: #fff;
    margin-bottom: 3px;
}

.author-info .author-role {
    font-size: 12px;
    color: var(--clr-text-muted);
    margin-bottom: 5px;
}

.author-info a {
    font-size: 12px;
    color: var(--clr-accent);
}

/* ========== FAQ ========== */
.faq-block {
    background: var(--clr-card);
    border-radius: var(--radius);
    border: 1px solid var(--clr-border);
    padding: 32px;
}

.faq-item {
    border-bottom: 1px solid var(--clr-border);
    overflow: hidden;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    padding: 16px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    transition: color 0.2s;
    font-family: var(--font-main);
}

.faq-question:hover {
    color: var(--clr-accent);
}

.faq-arrow {
    font-size: 18px;
    font-weight: 300;
    color: var(--clr-accent);
    transition: transform 0.3s;
    flex-shrink: 0;
}

.faq-item.open .faq-arrow {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.3s;
    color: #bbb;
    font-size: 14px;
    line-height: 1.7;
}

.faq-item.open .faq-answer {
    max-height: 400px;
    padding-bottom: 16px;
}

/* ========== FOOTER ========== */
.site-footer {
    background: var(--clr-header);
    border-top: 2px solid var(--clr-accent);
    padding: 40px 0 20px;
    margin-top: 20px;
}

.footer-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 18px;
}

.footer-top {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: start;
    gap: 32px;
    margin-bottom: 28px;
}

.footer-logo img {
    height: 38px;
    width: auto;
    border-radius: 5px;
    margin-bottom: 10px;
}

.footer-nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
    list-style: none;
    justify-content: center;
}

.footer-nav ul li a {
    color: #aaa;
    font-size: 13px;
    transition: color 0.2s;
}

.footer-nav ul li a:hover {
    color: var(--clr-accent);
}

.footer-payments {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.payment-badge {
    background: #1e1e1e;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 11px;
    color: #aaa;
    font-weight: 600;
    white-space: nowrap;
}

.providers-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.provider-badge {
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 5px;
    padding: 4px 10px;
    font-size: 11px;
    color: #777;
}

.footer-legal {
    border-top: 1px solid #222;
    padding-top: 18px;
    font-size: 11px;
    color: #555;
    line-height: 1.6;
    text-align: center;
}

.footer-legal a {
    color: #666;
}

/* ========== STICKY WIDGET ========== */
.sticky-widget {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: linear-gradient(90deg, #000 0%, #1a1200 100%);
    border-top: 2px solid var(--clr-accent);
    padding: 10px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.6);
    animation: slideUp 0.5s ease 1s both;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

.widget-text {
    font-size: 13px;
    color: #fff;
    flex: 1;
}

.widget-text strong {
    color: var(--clr-accent);
    font-size: 15px;
    display: block;
}

.widget-close {
    background: none;
    border: none;
    color: #666;
    font-size: 20px;
    cursor: pointer;
    padding: 4px 8px;
    line-height: 1;
    flex-shrink: 0;
}

.btn-widget {
    background: var(--clr-accent);
    color: #000;
    font-weight: 800;
    font-size: 14px;
    padding: 10px 22px;
    border-radius: 7px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s, transform 0.15s;
    flex-shrink: 0;
    display: inline-block;
}

.btn-widget:hover {
    background: var(--clr-accent2);
    color: #000;
    transform: scale(1.04);
}

/* ========== ANIMATIONS ========== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ========== UNUSED / WORDPRESS DECOY ========== */
.wp-block-group {
    display: block;
}

.wp-block-separator {
    border: none;
    border-top: 1px solid #333;
    margin: 20px 0;
}

.wp-site-blocks {
    display: grid;
    gap: 0;
}

.entry-content {
    display: block;
}

.elementor-section {
    display: block;
}

.elementor-column-wrap {
    display: block;
}

.post-meta {
    color: #888;
    font-size: 12px;
}

.yoast-breadcrumb {
    font-size: 12px;
    color: #888;
}

#wpadminbar {
    display: none;
}

.screen-reader-text {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.wp-caption {
    max-width: 100%;
}

.aligncenter {
    text-align: center;
    margin: 0 auto;
}

.commentlist {
    list-style: none;
    padding: 0;
}

.pingback {
    display: block;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 992px) {
    .bonuses-grid {
        display: none;
    }

    .bonus-swiper-track {
        display: flex;
    }

    .footer-top {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-nav ul {
        justify-content: center;
    }

    .footer-payments {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .header-nav {
        display: none;
    }

    .burger-btn {
        display: flex;
    }

    .header-inner {
        grid-template-columns: auto auto;
    }

    .header-actions {
        gap: 7px;
    }

    .online-count {
        display: none;
    }

    .hero-content {
        padding: 40px 18px;
    }

    .bonuses-grid {
        display: none;
    }

    .footer-top {
        grid-template-columns: 1fr;
    }

    .promo-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .sticky-widget {
        flex-wrap: wrap;
    }
}

@media (min-width: 993px) {
    .bonus-swiper-track {
        display: none;
    }

    .bonuses-grid {
        display: grid;
    }

    .swiper-dots {
        display: none;
    }
}

/* extra decoys */
.b9x2k {
    color: transparent;
}

.z7p1m {
    display: none;
}

.q4r8j {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.f2w5n {
    visibility: hidden;
}

.t6a3l {
    font-size: 0;
}

.rewd {
    max-width: 1120px;
    margin: 0 auto;
    padding: 42px 22px 72px;
    background: #252525;
    border: 1px solid #353535;
    border-radius: 22px;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.26);
    color: #ececec;
    font-family: 'Open Sans', 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.72;
}

.rewd > *:first-child {
    margin-top: 0;
}

.rewd h1,
.rewd h2,
.rewd h3,
.rewd h4 {
    line-height: 1.24;
    letter-spacing: -0.02em;
}

.rewd h1 {
    margin: 0 0 24px;
    font-size: clamp(34px, 4.8vw, 52px);
    font-weight: 800;
    color: #ffffff;
}

.rewd h2 {
    margin: 46px 0 16px;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 800;
    color: #ffdd00;
}

.rewd h3 {
    margin: 28px 0 14px;
    font-size: clamp(20px, 2.4vw, 26px);
    font-weight: 700;
    color: #ffffff;
}

.rewd h4 {
    margin: 22px 0 12px;
    font-size: 18px;
    font-weight: 700;
    color: #e8e8e8;
}

.rewd p {
    margin: 0 0 18px;
    color: #d8d8d8;
}

.rewd > h1 + p {
    font-size: 18px;
    color: #f2f2f2;
}

.rewd a {
    color: #ffdd00;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
    transition: color 0.25s ease, opacity 0.25s ease;
    word-break: break-word;
}

.rewd a:hover {
    color: #ffe86b;
    opacity: 1;
}

.rewd strong,
.rewd b {
    color: #ffffff;
    font-weight: 700;
}

.rewd em,
.rewd i {
    color: #f0f0f0;
}

.rewd ul,
.rewd ol {
    margin: 0 0 22px;
    padding-left: 24px;
}

.rewd li {
    margin-bottom: 10px;
    color: #d8d8d8;
}

.rewd li::marker {
    color: #ffdd00;
}

.rewd table {
    width: 100%;
    border-collapse: collapse;
    margin: 28px 0 34px;
    background: #1d1d1d;
    border: 1px solid #363636;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.rewd thead tr {
    background: #101010;
}

.rewd th,
.rewd td {
    text-align: left;
    vertical-align: top;
    padding: 14px 16px;
    border-bottom: 1px solid #363636;
}

.rewd th {
    font-size: 13px;
    font-weight: 700;
    color: #ffdd00;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.rewd td {
    font-size: 15px;
    color: #ececec;
}

.rewd tbody tr:nth-child(even) {
    background: #242424;
}

.rewd tbody tr:last-child td {
    border-bottom: 0;
}

.rewd blockquote {
    margin: 26px 0;
    padding: 18px 20px;
    background: linear-gradient(180deg, rgba(255, 221, 0, 0.08), rgba(255, 221, 0, 0.03));
    border-left: 4px solid #ffdd00;
    border-radius: 0 16px 16px 0;
}

.rewd blockquote p {
    margin-bottom: 0;
    color: #f3f3f3;
}

.rewd hr {
    border: 0;
    height: 1px;
    margin: 32px 0;
    background: linear-gradient(90deg, transparent, #3d3d3d, transparent);
}

.rewd img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 14px;
}

@media (max-width: 991px) {
    .rewd {
        padding: 34px 18px 58px;
        border-radius: 18px;
        font-size: 15px;
    }

    .rewd h2 {
        margin-top: 40px;
    }

    .rewd table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .rewd {
        padding: 26px 14px 46px;
        border-radius: 16px;
        line-height: 1.66;
    }

    .rewd h1 {
        font-size: 30px;
    }

    .rewd h2 {
        font-size: 24px;
        margin-top: 34px;
        margin-bottom: 14px;
    }

    .rewd h3 {
        font-size: 20px;
        margin-top: 24px;
        margin-bottom: 12px;
    }

    .rewd p,
    .rewd li,
    .rewd td {
        font-size: 15px;
    }

    .rewd ul,
    .rewd ol {
        padding-left: 20px;
        margin-bottom: 18px;
    }

    .rewd blockquote {
        padding: 16px 16px 16px 18px;
        margin: 22px 0;
        border-radius: 0 12px 12px 0;
    }

    .rewd th,
    .rewd td {
        padding: 12px 14px;
    }
}

@media (max-width: 560px) {
    .rewd {
        padding: 22px 12px 40px;
        font-size: 14px;
        border-radius: 14px;
    }

    .rewd h1 {
        font-size: 26px;
    }

    .rewd > h1 + p {
        font-size: 16px;
    }

    .rewd h2 {
        font-size: 22px;
        margin-top: 30px;
    }

    .rewd h3 {
        font-size: 18px;
    }

    .rewd table,
    .rewd thead,
    .rewd tbody,
    .rewd tr,
    .rewd th,
    .rewd td {
        display: block;
        width: 100%;
    }

    .rewd table {
        white-space: normal;
        overflow: hidden;
        border-radius: 14px;
    }

    .rewd thead {
        display: none;
    }

    .rewd tbody tr {
        padding: 12px;
        border-bottom: 1px solid #363636;
    }

    .rewd tbody tr:last-child {
        border-bottom: 0;
    }

    .rewd td {
        padding: 0;
        border: 0;
        white-space: normal;
    }

    .rewd td:first-child {
        margin-bottom: 4px;
        font-size: 12px;
        font-weight: 700;
        color: #ffdd00;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }

    .rewd td:last-child {
        font-size: 14px;
        color: #ededed;
    }

    .rewd blockquote {
        padding: 14px 14px 14px 16px;
    }
}

@media (max-width: 380px) {
    .rewd h1 {
        font-size: 24px;
    }

    .rewd h2 {
        font-size: 20px;
    }

    .rewd h3 {
        font-size: 17px;
    }

    .rewd p,
    .rewd li,
    .rewd td:last-child {
        font-size: 13px;
    }

    .rewd tbody tr {
        padding: 10px;
    }
}

html, body {
    overflow-x: hidden;
}

body {
    padding-bottom: 84px;
}

#wp-page,
#main-content,
.section-wrap,
.promo-block,
.winners-block,
.video-block,
.bonuses-block,
.slot-block,
.content-block,
.faq-block,
.sticky-widget,
.hero-section,
.hero-content,
.promo-card,
.winners-table,
.bonuses-grid,
.bonus-swiper-track,
.slot-machine {
    max-width: 100%;
}

.section-wrap {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 14px;
}

.block-pad,
.block-pad-sm {
    padding-top: 28px;
    padding-bottom: 28px;
}

.section-title {
    font-size: clamp(20px, 5vw, 30px);
    line-height: 1.25;
    margin-bottom: 18px;
    padding-left: 12px;
}

.section-title::before {
    width: 4px;
    height: 72%;
}

.hero-section {
    min-height: 420px;
}

.hero-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .45) 45%, rgba(0, 0, 0, .78) 100%);
}

.hero-content {
    max-width: 680px;
    padding: 36px 18px 42px;
}

.hero-badge {
    font-size: 10px;
    padding: 4px 10px;
    margin-bottom: 12px;
}

.hero-content h1 {
    font-size: clamp(24px, 7vw, 46px);
    line-height: 1.15;
    margin-bottom: 12px;
    word-break: break-word;
}

.hero-content p {
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 20px;
    max-width: 520px;
}

.btn-hero {
    width: 100%;
    max-width: 280px;
    text-align: center;
    padding: 13px 18px;
    font-size: 15px;
}

.promo-block,
.winners-block,
.video-block,
.bonuses-block,
.slot-block,
.content-block,
.faq-block {
    padding: 18px 14px;
    border-radius: 12px;
}

.promo-card {
    align-items: flex-start;
    gap: 14px;
}

.promo-code-value {
    font-size: clamp(22px, 7vw, 28px);
    letter-spacing: 2px;
    word-break: break-word;
}

.promo-actions {
    width: 100%;
}

.promo-actions .btn-copy,
.promo-actions .btn-activate {
    flex: 1 1 100%;
    justify-content: center;
    width: 100%;
    text-align: center;
    min-height: 44px;
}

.promo-block p[style],
.winners-block p[style],
.video-block p[style],
.bonuses-block p[style],
.slot-block p[style] {
    font-size: 13px !important;
    line-height: 1.55 !important;
}

.promo-block div[style*="grid-template-columns"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
}

.promo-block div[style*="grid-template-columns"] > div {
    padding: 14px 10px !important;
}

.promo-block div[style*="grid-template-columns"] > div div[style*="font-size:28px"] {
    font-size: 22px !important;
}

.winners-block {
    overflow: hidden;
}

.winners-table {
    min-width: 620px;
}

.winners-table thead th,
.winners-table td {
    padding: 10px 12px;
    font-size: 13px;
    white-space: nowrap;
}

.winners-table td:last-child {
    min-width: 92px;
}

.video-wrap {
    border-radius: 10px;
}

.bonuses-grid {
    gap: 12px;
}

.bonus-card {
    padding: 18px 14px;
}

.bonus-icon {
    font-size: 30px;
    margin-bottom: 10px;
}

.bonus-title {
    font-size: 15px;
}

.bonus-desc {
    font-size: 12px;
}

.bonus-tag {
    font-size: 10px;
}

.slot-machine {
    padding: 14px;
    gap: 6px;
}

.slot-reel {
    width: 62px;
    height: 74px;
    font-size: 34px;
}

.slot-reel span {
    font-size: 34px;
}

.btn-spin {
    width: 100%;
    max-width: 260px;
    padding: 13px 18px;
    font-size: 15px;
}

.slot-result {
    min-height: 52px;
}

.slot-win-box,
.slot-lose-box {
    padding-left: 12px;
    padding-right: 12px;
}

.author-box {
    align-items: flex-start;
    gap: 12px;
    padding: 14px;
    margin-bottom: 18px;
}

.author-avatar {
    width: 48px;
    height: 48px;
}

.author-info .author-name {
    font-size: 14px;
}

.author-info .author-role,
.author-info a {
    font-size: 11px;
}

.content-block h2 {
    font-size: 20px;
    margin: 20px 0 10px;
}

.content-block h3 {
    font-size: 17px;
}

.content-block h4 {
    font-size: 14px;
}

.content-block p,
.content-block li {
    font-size: 14px;
    line-height: 1.65;
}

.content-block ul,
.content-block ol {
    margin-left: 18px;
}

.content-block table {
    min-width: 560px;
    font-size: 13px;
}

.content-block table th,
.content-block table td {
    padding: 9px 10px;
}

.faq-question {
    padding: 14px 0;
    font-size: 14px;
    line-height: 1.45;
    align-items: flex-start;
}

.faq-arrow {
    margin-top: 1px;
}

.faq-answer {
    font-size: 13px;
    line-height: 1.65;
}

.sticky-widget {
    padding: 10px 12px;
    gap: 10px;
    align-items: center;
}

.widget-text {
    font-size: 12px;
    line-height: 1.35;
}

.widget-text strong {
    font-size: 14px;
}

.btn-widget {
    padding: 10px 16px;
    font-size: 13px;
}

.widget-close {
    position: absolute;
    top: 6px;
    right: 6px;
}

@media (max-width: 992px) {
    body {
        padding-bottom: 88px;
    }

    .header-inner {
        grid-template-columns: auto auto;
        gap: 10px;
        padding: 10px 14px;
    }

    .header-actions {
        gap: 8px;
    }

    .header-actions .btn-login,
    .header-actions .btn-signup {
        padding: 7px 12px;
        font-size: 12px;
    }

    .hero-section {
        min-height: 360px;
    }

    .hero-content {
        padding-left: 14px;
        padding-right: 14px;
    }

    .promo-block div[style*="grid-template-columns"] {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .bonuses-grid {
        display: none;
    }

    .bonus-swiper-wrap {
        display: block;
    }
}

@media (min-width: 993px) {
    .bonus-swiper-wrap {
        display: none;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 14px;
        padding-bottom: 96px;
    }

    .hero-section {
        min-height: 320px;
    }

    .hero-content {
        padding-top: 28px;
        padding-bottom: 30px;
    }

    .hero-content h1 {
        max-width: 100%;
    }

    .promo-card {
        padding: 14px 12px;
    }

    .promo-block div[style*="grid-template-columns"] {
        grid-template-columns: 1fr !important;
    }

    .winners-block {
        padding-right: 0;
        padding-left: 0;
    }

    .winners-block > p {
        padding-left: 14px;
        padding-right: 14px;
    }

    .winners-table {
        min-width: 560px;
    }

    .winners-table thead th,
    .winners-table td {
        font-size: 12px;
        padding: 9px 10px;
    }

    .bonus-swiper-track .bonus-card {
        min-width: calc(100vw - 40px);
        max-width: calc(100vw - 40px);
    }

    .slot-machine {
        width: 100%;
    }

    .slot-reel {
        width: 58px;
        height: 68px;
        font-size: 30px;
    }

    .slot-reel span {
        font-size: 30px;
    }

    .content-block,
    .faq-block {
        padding: 16px 12px;
    }

    .sticky-widget {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-right: 42px;
    }

    .widget-text {
        width: 100%;
    }

    .btn-widget {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 560px) {
    .header-inner {
        min-height: 58px;
        padding: 8px 12px;
    }

    .header-logo img {
        height: 34px;
    }

    .header-actions .btn-login,
    .header-actions .btn-signup {
        display: none;
    }

    .hero-section {
        min-height: 300px;
    }

    .hero-badge {
        font-size: 9px;
        letter-spacing: 1px;
    }

    .hero-content h1 {
        font-size: 22px;
    }

    .hero-content p {
        font-size: 13px;
    }

    .btn-hero {
        max-width: 100%;
    }

    .promo-code-value {
        font-size: 20px;
        letter-spacing: 1px;
    }

    .promo-status,
    .promo-timer {
        font-size: 11px;
    }

    .promo-block div[style*="grid-template-columns"] > div {
        text-align: left !important;
    }

    .promo-block div[style*="grid-template-columns"] > div div[style*="font-size:28px"] {
        font-size: 18px !important;
        margin-bottom: 6px !important;
    }

    .slot-reel {
        width: 54px;
        height: 64px;
        font-size: 28px;
    }

    .slot-reel span {
        font-size: 28px;
    }

    .btn-spin {
        max-width: 100%;
    }

    .author-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .sticky-widget {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .widget-text strong {
        margin-bottom: 2px;
    }
}

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

body {
    padding-bottom: 104px;
}

#wp-page,
#main-content,
.section-wrap,
.block-pad,
.promo-block,
.winners-block,
.video-block,
.bonuses-block,
.slot-block,
.content-block,
.faq-block,
.sticky-widget,
.hero-section,
.hero-content,
.promo-card,
.promo-actions,
.bonus-swiper-wrap,
.bonus-swiper-track,
.slot-machine {
    min-width: 0;
}

.section-wrap {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
}

.hero-section {
    min-height: 300px;
}

.hero-content {
    width: 100%;
    max-width: 100%;
    padding: 28px 14px 34px;
}

.hero-content h1 {
    max-width: 100%;
    font-size: clamp(22px, 7.2vw, 34px);
    line-height: 1.14;
    word-break: break-word;
}

.hero-content p {
    max-width: 100%;
    font-size: 13px;
}

.btn-hero {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 13px 16px;
}

.promo-block,
.winners-block,
.video-block,
.bonuses-block,
.slot-block,
.content-block,
.faq-block {
    padding: 16px 12px;
    overflow: hidden;
}

.promo-card {
    width: 100%;
    max-width: 100%;
    padding: 14px 12px;
    gap: 12px;
}

.promo-code-value {
    width: 100%;
    max-width: 100%;
    font-size: 19px;
    letter-spacing: 1px;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.promo-actions {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
}

.promo-actions .btn-copy,
.promo-actions .btn-activate {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    justify-content: center;
    padding-left: 14px;
    padding-right: 14px;
}

.promo-block div[style*="grid-template-columns"] {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
}

.promo-block div[style*="grid-template-columns"] > div {
    min-width: 0;
    padding: 12px 10px !important;
}

.winners-block {
    padding-left: 0;
    padding-right: 0;
}

.winners-block > p {
    padding-left: 12px;
    padding-right: 12px;
}

.winners-table {
    min-width: 560px;
}

.winners-table thead th,
.winners-table td {
    padding: 9px 10px;
    font-size: 12px;
}

.video-block p[style],
.bonuses-block p[style],
.slot-block p[style],
.winners-block p[style],
.promo-block p[style] {
    font-size: 13px !important;
    line-height: 1.55 !important;
}

.bonus-swiper-wrap {
    width: 100%;
    overflow: hidden;
}

.bonus-swiper-track {
    gap: 12px;
    padding-right: 2px;
}

.bonus-swiper-track .bonus-card {
    min-width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    margin: 0;
}

.slot-machine {
    width: 100%;
    max-width: 100%;
    padding: 12px;
    gap: 6px;
}

.slot-reel {
    width: 54px;
    height: 64px;
}

.slot-reel span {
    font-size: 28px;
}

.btn-spin {
    width: 100%;
    max-width: 100%;
    padding: 13px 16px;
    font-size: 15px;
}

.content-block table {
    min-width: 520px;
}

.faq-question {
    font-size: 14px;
    line-height: 1.45;
    align-items: flex-start;
}

.faq-answer {
    font-size: 13px;
}

.sticky-widget {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    padding: 10px 12px 12px;
    gap: 10px;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-right: 40px;
}

.widget-text {
    width: 100%;
    min-width: 0;
    font-size: 12px;
    line-height: 1.35;
}

.widget-text strong {
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
}

.btn-widget {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 10px 14px;
}

.widget-close {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 2;
}

@media (max-width: 420px) {
    body {
        padding-bottom: 112px;
    }

    .section-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }

    .hero-content {
        padding-left: 12px;
        padding-right: 12px;
    }

    .hero-content h1 {
        font-size: 20px;
    }

    .hero-badge {
        font-size: 9px;
        padding: 4px 8px;
    }

    .promo-block,
    .winners-block,
    .video-block,
    .bonuses-block,
    .slot-block,
    .content-block,
    .faq-block {
        padding: 14px 10px;
    }

    .promo-code-value {
        font-size: 18px;
    }

    .winners-table {
        min-width: 520px;
    }

    .slot-reel {
        width: 50px;
        height: 60px;
    }

    .slot-reel span {
        font-size: 26px;
    }

    .sticky-widget {
        padding-left: 10px;
        padding-right: 36px;
    }
}

@media (max-width: 768px) {
    .site-header {
        position: sticky;
        top: 0;
        z-index: 999;
    }

    .header-inner {
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: center;
        gap: 10px;
        padding: 8px 12px;
    }

    .header-logo {
        min-width: 0;
    }

    .header-logo img {
        width: auto;
        height: 34px;
        max-width: 72px;
    }

    .header-nav {
        display: none;
    }

    .header-actions {
        min-width: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 6px;
        flex-wrap: nowrap;
    }

    .online-count {
        display: none;
    }

    .btn-login,
    .btn-signup {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 0;
        white-space: nowrap;
        flex: 0 1 auto;
        padding: 7px 10px;
        font-size: 12px;
        line-height: 1;
    }

    .btn-login {
        order: 1;
    }

    .btn-signup {
        order: 2;
    }

    .burger-btn {
        display: flex;
        order: 3;
        flex: 0 0 auto;
        margin-left: 2px;
        padding: 6px;
    }

    .mobile-menu {
        top: 58px;
    }
}

@media (max-width: 480px) {
    .header-inner {
        gap: 8px;
        padding: 8px 10px;
    }

    .header-logo img {
        height: 30px;
        max-width: 64px;
    }

    .header-actions {
        gap: 5px;
    }

    .btn-login,
    .btn-signup {
        padding: 7px 8px;
        font-size: 11px;
        border-width: 1.5px;
        border-radius: 6px;
    }

    .burger-btn {
        padding: 5px;
    }

    .burger-btn span {
        width: 20px;
    }

    .mobile-menu {
        top: 54px;
        padding: 16px 12px 20px;
    }

    .mobile-menu ul li a {
        font-size: 14px;
    }
}

@media (max-width: 380px) {
    .btn-login,
    .btn-signup {
        padding: 6px 7px;
        font-size: 10px;
    }

    .header-logo img {
        height: 28px;
        max-width: 58px;
    }
}

@media (max-width: 768px) {
    .site-header {
        position: sticky;
        top: 0;
        z-index: 9999;
    }

    .header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        padding: 8px 10px;
    }

    .header-logo {
        flex: 0 0 auto;
    }

    .header-logo img {
        height: 30px;
        width: auto;
        max-width: 62px;
    }

    .header-nav {
        display: none;
    }

    .header-actions {
        flex: 1 1 auto;
        min-width: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 6px;
        flex-wrap: nowrap;
    }

    .online-count {
        display: none;
    }

    .btn-login,
    .btn-signup {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        visibility: visible !important;
        opacity: 1 !important;
        flex: 0 0 auto;
        white-space: nowrap;
        line-height: 1;
        margin: 0;
    }

    .btn-login {
        padding: 6px 9px;
        font-size: 11px;
        border-width: 1.5px;
    }

    .btn-signup {
        padding: 6px 9px;
        font-size: 11px;
        border-width: 1.5px;
    }

    .burger-btn {
        display: flex !important;
        flex: 0 0 auto;
        padding: 4px;
        margin-left: 2px;
    }

    .burger-btn span {
        width: 18px;
    }

    .mobile-menu {
        top: 48px;
    }
}

@media (max-width: 420px) {
    .header-inner {
        padding: 8px;
        gap: 6px;
    }

    .header-logo img {
        height: 28px;
        max-width: 58px;
    }

    .header-actions {
        gap: 4px;
    }

    .btn-login,
    .btn-signup {
        padding: 5px 7px;
        font-size: 10px;
        border-radius: 5px;
    }

    .burger-btn {
        padding: 3px;
    }

    .burger-btn span {
        width: 16px;
    }

    .mobile-menu {
        top: 46px;
    }
}