/* ========================================
   Vegasino Casino IT — Main Stylesheet
   Layout: Sidebar + Main Content
   Theme: Light warm beige + orange/gold accent
   ======================================== */

:root {
    --bg: #F2E0CC;
    --bg-card: #FFFAF5;
    --bg-section: #F8EDE0;
    --accent: #f69903;
    --accent-hover: #e08800;
    --gold: #D4920A;
    --cyan: #2A8FBD;
    --text: #3D3530;
    --text-muted: #8B7B6B;
    --text-white: #FFFFFF;
    --text-on-card: #5A5048;
    --text-on-card-muted: rgba(90,80,72,.75);
    --border: #D6C4B0;
    --green: #1B9E4B;
    --red: #E53935;
    --font: 'DM Sans', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    --font-display: 'Cinzel', Georgia, 'Times New Roman', serif;
    --sidebar-w: 220px;
    --topbar-h: 60px;
    --radius: 12px;
    --radius-sm: 8px;
    --transition: .25s ease;
}

/* --- Self-hosted Fonts --- */
@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url('../fonts/cinzel-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url('../fonts/dm-sans-latin-variable.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* --- Reset --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; overflow-x: hidden; }
body {
    font-family: var(--font);
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
    font-size: 15px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
body.no-scroll { overflow: hidden; }
a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--accent-hover); }
.content-section a:not(.btn), .seo-block a:not(.btn), .faq-item__a a, .footer__desc a, .feature-card a, .footer__disclaimer a, .seo-faq a { text-decoration: underline; text-underline-offset: 2px; }
.content-section a:hover, .seo-block a:hover, .faq-item__a a:hover, .feature-card a:hover { text-decoration-color: var(--accent-hover); }
.feature-card p { color: var(--text-on-card); }
ul, ol { list-style: none; }
img { max-width: 100%; display: block; }
table { width: 100%; border-collapse: collapse; }

/* ====== BUTTONS ====== */
.btn {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 10px 22px; border-radius: var(--radius-sm);
    font-family: var(--font); font-size: 13px; font-weight: 700;
    cursor: pointer; transition: all var(--transition);
    border: 2px solid transparent; text-transform: uppercase;
    letter-spacing: .04em; text-decoration: none; white-space: nowrap;
}
.btn--primary { background: var(--accent); color: #FFFFFF; border-color: var(--accent); }
.btn--primary:hover { background: var(--accent-hover); color: #FFFFFF; transform: translateY(-1px); }
.btn--outline { background: transparent; color: var(--accent); border-color: var(--accent); }
.btn--outline:hover { background: var(--accent); color: #FFFFFF; }
.btn--ghost { background: transparent; color: #5A5048; border-color: #D6C4B0; }
.btn--ghost:hover { background: rgba(246,153,3,.08); color: #2D2520; }
.topbar .btn--outline { color: #FFFFFF; border-color: rgba(255,255,255,.3); background: transparent; }
.topbar .btn--outline:hover { background: var(--accent); color: #FFFFFF; border-color: var(--accent); }
.topbar .btn--ghost { color: #FFFFFF; border-color: rgba(255,255,255,.2); }
.topbar .btn--ghost:hover { background: rgba(255,255,255,.08); color: #FFFFFF; }
.btn--cta {
    background: var(--green);
    color: #FFFFFF; border: 2px solid var(--green); padding: 14px 50px;
    font-size: 16px; border-radius: 30px;
    box-shadow: 0 0 20px rgba(34,197,94,.3), inset 0 1px 0 rgba(255,255,255,.15);
    text-transform: uppercase; letter-spacing: .06em; font-weight: 800;
    animation: ctaPulse 2s ease-in-out infinite;
}
@keyframes ctaPulse {
    0%, 100% { transform: scale(1); box-shadow: 0 0 20px rgba(34,197,94,.3), inset 0 1px 0 rgba(255,255,255,.15); }
    50% { transform: scale(1.06); box-shadow: 0 0 36px rgba(34,197,94,.4), 0 0 16px rgba(34,197,94,.2), inset 0 1px 0 rgba(255,255,255,.15); }
}
.btn--cta:hover { transform: translateY(-2px); box-shadow: 0 4px 30px rgba(34,197,94,.4); color: #FFFFFF; background: #1aad4a; }
.btn--sm { padding: 6px 14px; font-size: 11px; }
.btn--lg { padding: 14px 50px; font-size: 16px; }

/* ====== SIDEBAR ====== */
.sidebar {
    --text: #5A5048;
    --text-light: #5A5048;
    --text-muted: #8B7B6B;
    --text-white: #2D2520;
    --text-on-card: #5A5048;
    --text-on-card-muted: rgba(90,80,72,.75);
    --border: #E0CCBA;
    --border-light: #E8D8C8;
    --bg-card: #FFF5E8;
}
.footer {
    --text: #a0957e;
    --text-light: #a0957e;
    --text-muted: #a0957e;
    --text-white: #FFFFFF;
    --text-on-card: #a0957e;
    --text-on-card-muted: rgba(160,149,126,.75);
    --border: #3D3530;
    --border-light: #3D3530;
    --bg-card: #2D2520;
}
.sidebar {
    position: fixed; top: 0; left: 0; bottom: 0;
    width: var(--sidebar-w); background: #FFF5E8;
    border-right: 1px solid #E0CCBA;
    display: flex; flex-direction: column;
    z-index: 100; overflow-y: auto;
    scrollbar-width: thin; scrollbar-color: #D6C4B0 transparent;
    box-shadow: 2px 0 8px rgba(0,0,0,.08);
}
.sidebar::-webkit-scrollbar { width: 4px; }
.sidebar::-webkit-scrollbar-track { background: transparent; }
.sidebar::-webkit-scrollbar-thumb { background: #D6C4B0; border-radius: 4px; }

/* Logo */
.sidebar__logo { padding: 16px 10px; border-bottom: 1px solid #E0CCBA; background: #1a1a2e; border-radius: 0; }
.sidebar__logo a { display: flex; flex-direction: column; align-items: center; text-decoration: none; width: 100%; }
.logo-img {
    width: 100%; max-width: 140px; height: auto; display: block;
}

/* Nav links */
.sidebar__nav { display: flex; flex-direction: column; gap: 4px; padding: 12px 10px; }
.sidebar__link {
    display: flex; align-items: center;
    padding: 11px 18px; border-radius: var(--radius-sm);
    color: #5A5048; font-size: 14px; font-weight: 600;
    text-transform: uppercase; letter-spacing: 0.04em;
    background: rgba(0,0,0,.02);
    border: 1px solid #E0CCBA;
    transition: all var(--transition); text-decoration: none;
}
.sidebar__link:hover {
    color: var(--accent);
    background: rgba(246,153,3,.08);
    border-color: rgba(246,153,3,.25);
    box-shadow: none;
}
.sidebar__link--active {
    color: var(--accent);
    background: rgba(246,153,3,.1);
    border-color: rgba(246,153,3,.3);
    box-shadow: none;
}
.sidebar__link--promo {
    background: var(--accent);
    color: #FFFFFF;
    border-radius: var(--radius-sm); padding: 12px 14px;
    margin-bottom: 6px; border: none;
    box-shadow: 0 4px 15px rgba(246,153,3,.25);
    text-align: center;
}
.sidebar__link--promo:hover {
    background: var(--accent-hover);
    color: #FFFFFF; transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(246,153,3,.35);
}
.sidebar__link--promo .sidebar__link-text {
    display: flex; flex-direction: column; line-height: 1.2; gap: 2px;
}
.sidebar__link--promo .sidebar__link-text .promo-label {
    font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; opacity: .85;
}
.sidebar__link--promo .sidebar__link-text .promo-amount {
    font-size: 15px; font-weight: 800; font-family: var(--font-display); letter-spacing: .02em; line-height: 1.25;
}
.sidebar__link--promo .sidebar__link-text small {
    font-size: 10px; opacity: .8; text-transform: none; font-weight: 400;
}
.sidebar__link-text { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sidebar__link--promo .sidebar__link-text { white-space: normal; word-break: break-word; }

/* Sidebar popular games */
.sidebar__section { padding: 16px 10px; border-top: 1px solid #E0CCBA; }
.sidebar__label {
    font-size: 11px; font-weight: 700; color: #8B7B6B;
    text-transform: uppercase; letter-spacing: 2px;
    padding: 0 14px 10px;
}
.sidebar__game {
    display: flex; align-items: center; gap: 10px;
    padding: 8px 14px; border-radius: var(--radius-sm);
    transition: background var(--transition); text-decoration: none;
    color: #5A5048;
}
.sidebar__game:hover { background: rgba(0,0,0,.04); color: #2D2520; }
.sidebar__game-icon {
    width: 36px; height: 36px; border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    font-size: 16px; flex-shrink: 0; overflow: hidden;
}
.sidebar__game-icon img {
    width: 100%; height: 100%; object-fit: cover; border-radius: 8px;
}
.sidebar__game-info { display: flex; flex-direction: column; flex: 1; min-width: 0; }
.sidebar__game-info strong { font-size: 15px; color: #3D3530; }
.sidebar__game-info small { font-size: 12px; color: #8B7B6B; }
.sidebar__game-play {
    width: 28px; height: 28px; border-radius: 50%;
    background: var(--accent); color: #FFFFFF; font-size: 10px;
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transition: opacity var(--transition);
}
.sidebar__game:hover .sidebar__game-play { opacity: 1; }

/* Sidebar bottom */
.sidebar__bottom { margin-top: auto; padding: 10px; border-top: 1px solid #E0CCBA; }
.sidebar__lang {
    display: flex; align-items: center; gap: 8px;
    padding: 11px 14px; font-size: 13px; color: #8B7B6B;
    cursor: pointer;
}
.sidebar__chevron { margin-left: auto; font-size: 11px; }

/* ====== MOBILE HEADER ====== */
.mobile-header {
    display: none; position: fixed; top: 0; left: 0; right: 0;
    height: 56px; background: #091625;
    border-bottom: 1px solid #D6C4B0;
    z-index: 101; padding: 0 16px;
    align-items: center; justify-content: space-between;
    box-shadow: 0 2px 8px rgba(0,0,0,.4);
}
.mobile-header__actions { display: flex; gap: 8px; flex-shrink: 0; }
.mobile-header__actions .btn { white-space: nowrap; font-size: 11px; padding: 6px 12px; }
.mobile-header__actions .btn--primary { background: var(--accent); color: #FFFFFF; border-color: var(--accent); }
.mobile-header__actions .btn--primary:hover { background: var(--accent-hover); color: #FFFFFF; }
.mobile-header__logo { display: flex; align-items: center; }
.mobile-header__logo-img { height: 38px; width: auto; max-width: 160px; }

/* Burger */
.burger {
    background: none; border: none; cursor: pointer; padding: 6px;
    display: flex; flex-direction: column; gap: 5px;
}
.burger span {
    display: block; width: 22px; height: 2px; background: #FFFFFF;
    border-radius: 2px; transition: all var(--transition);
}
.burger--active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.burger--active span:nth-child(2) { opacity: 0; }
.burger--active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* Overlay */
.overlay {
    display: none; position: fixed; inset: 0;
    background: rgba(0,0,0,.6); z-index: 99;
    backdrop-filter: blur(2px);
}
.overlay--visible { display: block; }

/* ====== MAIN WRAPPER ====== */
.main-wrapper {
    margin-left: var(--sidebar-w);
    min-height: 100vh;
}

/* ====== TOPBAR ====== */
.topbar {
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 28px; height: var(--topbar-h); background: #091625;
    border-bottom: 1px solid #D6C4B0;
    position: sticky; top: 0; z-index: 50;
    overflow: visible; gap: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,.3);
}
.topbar__search {
    display: flex; align-items: center; gap: 10px;
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
    border-radius: 30px; padding: 0 18px; max-width: 380px; flex: 1;
    transition: border-color var(--transition);
}
.topbar__search:focus-within { border-color: rgba(246,153,3,.4); }
.topbar__search-icon { opacity: .7; display: flex; align-items: center; color: rgba(255,255,255,.5); }
.topbar__search-icon svg { width: 16px; height: 16px; fill: currentColor; }
.topbar__input {
    background: none; border: none; outline: none;
    color: #FFFFFF; font-family: var(--font);
    font-size: 14px; width: 100%; padding: 10px 0;
}
.topbar__input::placeholder { color: rgba(255,255,255,.4); }
.topbar__actions { display: flex; gap: 10px; flex-shrink: 0; }

/* ====== HERO BANNER ====== */
.hero { padding: 0; }
.hero__banner {
    position: relative;
    display: flex; align-items: center; justify-content: center;
    gap: 20px; padding: 40px 30px;
    background: var(--bg);
    min-height: 500px;
    overflow: hidden;
}
.hero__banner::after {
    content: '';
    position: absolute;
    inset: -20px;
    background: url('../img/header/background-1-small.webp') 75% center / cover no-repeat;
    z-index: 0;
    animation: heroPulse 3s ease-in-out infinite;
}
@keyframes heroPulse {
    0%, 100% { transform: scale(1); filter: brightness(1); }
    50% { transform: scale(1.01); filter: brightness(1.07); }
}
.hero__banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(13,27,42,0.80) 0%, rgba(13,27,42,0.60) 40%, rgba(13,27,42,0.35) 70%, rgba(13,27,42,0.15) 100%);
    z-index: 1;
}
.hero__banner > * { position: relative; z-index: 2; }
.hero__content {
    z-index: 2; flex: 1; min-width: 0;
    display: flex; flex-direction: column; justify-content: center;
    align-items: center; text-align: center;
}
.hero__label {
    font-size: 18px; font-weight: 700; text-transform: uppercase;
    color: #FFFFFF; letter-spacing: .08em; margin-top: 10px; margin-bottom: 12px;
    font-family: var(--font-display); line-height: 1.4;
    text-shadow: 0 2px 12px rgba(0,0,0,0.95), 0 0 30px rgba(0,0,0,0.7), 0 4px 20px rgba(0,0,0,0.6);
}
.hero__bonus-amount {
    font-family: var(--font-display); font-size: 46px;
    color: #FFD740; line-height: 1.1; margin-bottom: 12px;
    text-shadow: 0 3px 15px rgba(0,0,0,0.9), 0 0 40px rgba(246,153,3,.25), 0 6px 30px rgba(0,0,0,0.7);
}
.hero__bonus-amount strong {
    font-size: 56px; color: #FFD740;
}
.hero__bonus-details {
    font-size: 16px; color: #FFFFFF; font-weight: 600;
    margin-bottom: 28px; max-width: 680px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.95), 0 0 30px rgba(0,0,0,0.7), 0 4px 20px rgba(0,0,0,0.6);
}
.hero__badge {
    display: inline-block; padding: 8px 22px; border-radius: 30px;
    font-size: 13px; font-weight: 700; letter-spacing: .08em;
    text-transform: uppercase; font-family: var(--font-display);
    background: var(--accent); color: #FFFFFF;
    box-shadow: 0 2px 10px rgba(246,153,3,.35);
}

/* Hero visual */
.hero__sub {
    font-size: 16px; color: #E2E8F0; line-height: 1.5; margin-bottom: 20px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.7), 0 0 16px rgba(0,0,0,0.4);
}
.hero__fine-print {
    font-size: 12px; color: rgba(255,255,255,.7); margin-top: 12px;
    text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
.hero__fine-print a { color: #FFFFFF; text-decoration: underline; }

/* Hero payments */
.hero__payments {
    display: flex; align-items: center; justify-content: center;
    gap: 8px; padding: 16px 0 0; flex-wrap: wrap;
}
.pay-badge {
    background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1);
    padding: 4px 8px; border-radius: 4px;
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 26px;
}
.pay-badge svg { display: block; transform: scale(0.75); }
.hero__disclaimer {
    font-size: 11px; color: rgba(255,255,255,.6); text-align: center;
    margin-top: 10px; opacity: .7;
}
.hero__disclaimer strong { color: #FFD740; }

/* ====== FEATURES ====== */
.features {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 14px; padding: 0 28px 28px;
}
.feature-card {
    background: var(--bg-card);
    border: 1px solid #D6C4B0;
    border-radius: var(--radius); padding: 22px 16px;
    text-align: center; transition: all var(--transition);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.feature-card:hover { border-color: var(--accent); transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,.3); }
.feature-card__icon { margin-bottom: 10px; display: flex; align-items: center; justify-content: center; }
.feature-card__icon svg { width: 36px; height: 36px; stroke: var(--accent); }
.feature-card h3 {
    font-family: var(--font-display); font-size: 14px; font-weight: 700; color: #2D2520;
    margin-bottom: 6px; letter-spacing: .03em;
}
.feature-card p { font-size: 13px; color: var(--text-on-card); line-height: 1.5; }

/* ====== GAME SECTIONS (Slots, Live, Sports) ====== */
.game-section { padding: 14px 28px 20px; border-top: 1px solid #D6C4B0; }
.game-section:nth-child(even) { background: var(--bg-section); }
.section-header__icon { width: 24px; height: 24px; flex-shrink: 0; }

/* Swiper-style header */
.swiper-header {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 16px; gap: 12px;
}
.swiper-title {
    display: flex; align-items: center; gap: 10px; min-width: 0;
}
.swiper-title h2 {
    font-family: var(--font-display); font-size: 18px; font-weight: 700; color: #2D2520;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
    text-shadow: none; letter-spacing: .03em;
}
.swiper-actions {
    display: flex; align-items: center; gap: 8px; flex-shrink: 0;
}
.swiper-buttons { display: flex; gap: 6px; }
.swiper-btn {
    width: 36px; height: 36px; border-radius: 50%;
    background: var(--bg-card); border: 1px solid #D6C4B0;
    color: var(--text-muted); cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: all var(--transition); padding: 0;
}
.swiper-btn:hover { border-color: var(--accent); color: var(--accent); }
.swiper-btn:disabled { opacity: .3; cursor: default; }
.swiper-btn:disabled:hover { border-color: #D6C4B0; color: var(--text-muted); }
.swiper-btn svg { width: 12px; height: 12px; fill: currentColor; }

/* Big Wins Ticker */
.big-wins-section { margin-top: 16px; margin-bottom: 16px; padding: 0 28px; border-top: 1px solid #D6C4B0; padding-top: 20px; }
.big-wins-header {
    display: flex; align-items: center; gap: 8px; margin-bottom: 8px;
}
.big-wins-header svg { flex-shrink: 0; vertical-align: middle; }
.big-wins-header h2 {
    font-family: var(--font-display); font-size: 18px; font-weight: 700; color: #2D2520;
    line-height: 1; margin: 0;
    text-shadow: none; letter-spacing: .03em;
}

.big-wins-track-wrapper {
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
}
.big-wins-track {
    display: flex; gap: 14px;
    animation: bigWinsScroll 25s linear infinite;
    width: max-content;
}
.big-wins-track:hover { animation-play-state: paused; }
@keyframes bigWinsScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.big-wins-card {
    display: flex; align-items: center; gap: 12px;
    background: var(--bg-card);
    border: 1px solid #D6C4B0;
    border-radius: var(--radius-sm); padding: 10px 16px;
    min-width: 240px; flex-shrink: 0;
    transition: all var(--transition);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.big-wins-card:hover { border-color: var(--gold); box-shadow: 0 4px 16px rgba(0,0,0,.3); }
.big-wins-card__icon {
    width: 48px; height: 48px; border-radius: 50%;
    object-fit: cover; flex-shrink: 0;
}
.big-wins-card__info {
    display: flex; flex-direction: column; min-width: 0;
}
.big-wins-card__info strong {
    font-size: 13px; color: #2D2520;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.big-wins-card__info small {
    font-size: 11px; color: var(--text-muted);
}
.big-wins-card__amount {
    margin-left: auto; font-size: 15px; font-weight: 700;
    color: var(--green); white-space: nowrap;
}

/* Game carousel */
.game-carousel {
    display: flex; gap: 12px;
    overflow-x: auto; overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 4px 0 8px;
}
.game-carousel::-webkit-scrollbar { display: none; }
.game-carousel .game-card {
    flex: 0 0 calc((100% - 60px) / 6);
    scroll-snap-align: start;
}

.game-card {
    text-decoration: none; color: var(--text);
    border-radius: var(--radius-sm);
    position: relative;
    transition: transform var(--transition);
}
.game-card:hover {
    transform: translateY(-4px); color: var(--text);
}
.game-card::after {
    content: ''; position: absolute; inset: 0;
    border-radius: var(--radius-sm);
    border: 3px solid transparent;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    transition: border-color var(--transition), box-shadow var(--transition);
    pointer-events: none; z-index: 3;
}
.game-card:hover::after {
    border-color: var(--accent);
    box-shadow: 0 4px 16px rgba(246,153,3,.2);
}
.game-card__img {
    aspect-ratio: 1/1;
    display: flex; align-items: center; justify-content: center;
    position: relative; border-radius: var(--radius-sm) var(--radius-sm) 0 0;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.game-card:hover .game-card__img {
    box-shadow: 0 4px 16px rgba(0,0,0,.3);
}
.game-card__img img {
    width: 100%; height: 100%; object-fit: cover;
    position: absolute; inset: 0;
}
.game-card__emoji {
    font-size: 52px;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,.3));
}
.game-card__overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.6) 0%, rgba(0,0,0,.3) 40%, rgba(0,0,0,.05) 100%);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transition: opacity var(--transition);
}
.game-card__overlay .play-icon {
    width: 52px; height: 52px; border-radius: 50%;
    background: var(--accent);
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 20px rgba(246,153,3,.4);
    transition: transform .2s ease;
}
.game-card__overlay .play-icon svg {
    width: 20px; height: 20px; fill: #FFFFFF; margin-left: 3px;
}
.game-card:hover .game-card__overlay { opacity: 1; }
.game-card:hover .play-icon { transform: scale(1.1); }

/* Live badge */
.game-card__live-badge {
    position: absolute; top: 8px; left: 8px;
    padding: 2px 8px; background: #E53935; color: #FFFFFF;
    font-size: 10px; font-weight: 700; border-radius: 4px;
    box-shadow: 0 0 8px rgba(229,57,53,.5);
    letter-spacing: .5px; z-index: 2;
}
.game-card__info {
    background: var(--bg-card); padding: 10px 12px;
    display: flex; flex-direction: column;
    border: 1px solid #D6C4B0; border-top: none;
    border-radius: 0 0 var(--radius-sm) var(--radius-sm);
}
.game-card__info strong {
    font-size: 13px; color: #2D2520;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.game-card__info small { font-size: 11px; color: #8B7B6B; }

.sport-card {
    background: var(--bg-card); border: 1px solid #D6C4B0;
    border-radius: var(--radius-sm); padding: 20px 14px;
    text-align: center; display: flex; flex-direction: column;
    align-items: center; gap: 8px; transition: all var(--transition);
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.sport-card:hover { border-color: var(--accent); transform: translateY(-2px); }
.sport-card__icon { font-size: 32px; display: block; }
.sport-card strong { font-size: 13px; color: #2D2520; }

/* Provider card */
.provider-card {
    background: #1a1a2e;
    border: 1px solid #2a2a45;
    border-radius: var(--radius-sm); padding: 24px 20px;
    text-align: center; display: flex; align-items: center; justify-content: center;
    transition: all var(--transition); cursor: pointer;
    min-height: 80px;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.provider-card:hover { border-color: var(--accent); transform: translateY(-2px); box-shadow: 0 4px 16px rgba(246,153,3,.15); }
.provider-card img { max-width: 100%; max-height: 50px; object-fit: contain; filter: brightness(10); }
.provider-card strong { font-size: 15px; color: var(--accent); letter-spacing: .03em; }
.game-carousel .provider-card {
    flex: 0 0 calc((100% - 60px) / 6);
    scroll-snap-align: start;
}

/* Sports carousel */
.game-carousel .sport-card {
    flex: 0 0 calc((100% - 60px) / 6);
    scroll-snap-align: start;
}

/* ====== BREADCRUMBS ====== */
.breadcrumbs {
    display: flex; align-items: center; gap: 8px;
    padding: 12px 28px; font-size: 13px; color: var(--text-muted);
    max-width: 900px; margin: 0 auto;
}
.breadcrumbs a {
    color: var(--text-muted); text-decoration: none; transition: color .2s;
}
.breadcrumbs a:hover { color: var(--accent); }
.breadcrumbs__sep { color: var(--text-muted); opacity: .5; }
.breadcrumbs__current { color: #2D2520; }

/* ====== CONTENT SECTIONS (Bonus, Reviews, etc.) ====== */
.content-section {
    padding: 40px 28px; border-top: 1px solid #D6C4B0;
    max-width: 900px; margin: 0 auto; text-align: center;
    background: var(--bg-card);
}
.content-section h2 {
    font-family: var(--font-display); font-size: clamp(22px, 3vw, 26px); font-weight: 700;
    color: #2D2520; margin-bottom: 16px; line-height: 1.3;
    text-align: center; letter-spacing: .02em;
}
.content-section h3 {
    font-family: var(--font-display); font-size: 18px; font-weight: 700; color: #2D2520;
    margin: 28px 0 10px; text-align: left;
    padding-left: 12px; border-left: 3px solid var(--accent);
}
.content-section h1 {
    font-family: var(--font-display); font-size: clamp(24px, 3.5vw, 32px); font-weight: 700;
    color: #2D2520; margin-bottom: 20px; line-height: 1.3;
    text-align: center; letter-spacing: .02em;
}
.content-section p { margin-bottom: 12px; line-height: 1.7; text-align: left; color: var(--text-on-card); }
.content-section strong { color: var(--accent); }

/* ====== BONUS GRID (bonus.html) ====== */
.bonus-grid {
    display: grid; grid-template-columns: repeat(5, 1fr);
    gap: 10px; margin: 20px 0;
}
.bonus-card {
    background: var(--bg-card);
    border: 1px solid #D6C4B0;
    border-radius: var(--radius-sm); padding: 18px 10px;
    text-align: center; display: flex; flex-direction: column;
    gap: 4px; transition: all var(--transition);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.bonus-card:hover { border-color: var(--accent); box-shadow: 0 4px 16px rgba(0,0,0,.3); }
.bonus-card__step { font-size: 11px; color: var(--accent); font-weight: 700; text-transform: uppercase; letter-spacing: .5px; }
.bonus-card__percent { font-family: var(--font-display); font-size: 36px; color: var(--accent); line-height: 1; }
.bonus-card__amount { font-size: 12px; color: var(--text-muted); }

/* ====== BONUS TIERS ====== */
.bonus-tiers {
    display: grid; grid-template-columns: repeat(5, 1fr);
    gap: 10px; margin: 20px 0;
}
.bonus-tier {
    background: var(--bg-card);
    border: 1px solid #D6C4B0;
    border-radius: var(--radius-sm); padding: 18px 10px;
    text-align: center; display: flex; flex-direction: column;
    gap: 4px; transition: all var(--transition);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.bonus-tier:hover { border-color: var(--accent); box-shadow: 0 4px 16px rgba(0,0,0,.3); }
.bonus-tier__num { font-size: 11px; color: var(--accent); font-weight: 700; text-transform: uppercase; letter-spacing: .5px; }
.bonus-tier__pct { font-family: var(--font-display); font-size: 36px; color: var(--accent); line-height: 1; }
.bonus-tier__max { font-size: 12px; color: var(--text-muted); }

/* ====== INFO TABLE ====== */
.info-table {
    background: var(--bg-card); border: 1px solid #D6C4B0;
    border-radius: var(--radius); overflow: hidden;
    margin: 16px auto;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.info-table th {
    background: #F0DDCA; padding: 12px 18px;
    font-size: 12px; font-weight: 600; color: #8B7B6B;
    text-transform: uppercase; letter-spacing: .5px; text-align: left;
    border-bottom: 1px solid #D6C4B0;
}
.info-table td {
    padding: 12px 18px; font-size: 14px;
    border-bottom: 1px solid #D6C4B0;
    color: #3D3530;
}
.info-table tr:last-child td { border-bottom: none; }
.info-table tr:hover td { background: #F0DDCA; }
.info-table strong { color: #2D2520; }

/* ====== RATING BOX ====== */
.rating-box {
    background: linear-gradient(135deg, #FFF5E8, #F0DDCA);
    border: 1px solid var(--accent);
    border-radius: var(--radius); padding: 28px;
    text-align: center; max-width: 240px; margin: 20px auto;
}
.rating-box__score {
    font-family: var(--font-display); font-size: 52px;
    color: var(--accent); line-height: 1;
}
.rating-box__score span { font-size: 24px; opacity: .5; }
.rating-box__stars { font-size: 20px; color: var(--accent); margin: 6px 0; letter-spacing: 3px; }
.rating-box__text { font-size: 12px; color: #6B5E52; font-weight: 600; }

/* ====== PROS / CONS ====== */
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 20px 0; }
.pros-box, .cons-box {
    background: var(--bg-card);
    border: 1px solid #D6C4B0;
    border-radius: var(--radius); padding: 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.pros-box { border-top: 3px solid var(--green); }
.cons-box { border-top: 3px solid #E53935; }
.pros-box h2 { color: var(--green); margin: 0 0 14px; font-size: 16px; }
.cons-box h2 { color: #E53935; margin: 0 0 14px; font-size: 16px; }
.pros-box li, .cons-box li {
    padding: 6px 0 6px 24px; font-size: 13px;
    border-bottom: 1px solid #D6C4B0; position: relative;
    color: var(--text-on-card);
}
.pros-box li:last-child, .cons-box li:last-child { border-bottom: none; }
.pros-box li::before {
    content: '+'; position: absolute; left: 0;
    color: var(--green); font-weight: 700; font-size: 16px;
}
.cons-box li::before {
    content: '\2212'; position: absolute; left: 0;
    color: #E53935; font-weight: 700; font-size: 16px;
}

/* ====== STEPS ====== */
.steps-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 20px 0; }
.step-item {
    background: var(--bg-card); border: 1px solid #D6C4B0;
    border-radius: var(--radius-sm); padding: 20px 14px; text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.step-num {
    width: 40px; height: 40px; border-radius: 50%;
    background: var(--accent); color: #FFFFFF; font-weight: 800;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 18px; margin-bottom: 10px;
}
.step-item strong { display: block; margin-bottom: 6px; font-size: 14px; color: #2D2520; }
.step-item p { font-size: 12px; color: var(--text-muted); margin: 0; line-height: 1.4; }

/* ====== REVIEW CARDS ====== */
.review-card {
    background: var(--bg-card);
    border: 1px solid #D6C4B0;
    border-radius: var(--radius-sm);
    padding: 24px; margin-bottom: 16px;
    transition: border-color var(--transition);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.review-card:hover { border-color: var(--gold); }
.review-card__avatar {
    width: 48px; height: 48px; border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), var(--accent-hover));
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 12px;
}
.review-card__avatar svg { width: 26px; height: 26px; fill: #0a0a0a; }
.review-card__header {
    text-align: center; margin-bottom: 6px;
}
.review-card__header strong { color: var(--accent); font-size: 15px; }
.review-card__header span { color: var(--text-muted); font-size: 13px; margin-left: 8px; }
.review-card__rating {
    text-align: center; font-size: 16px; color: var(--accent);
    margin-bottom: 12px;
}
.review-card__rating span { color: var(--text-muted); font-size: 13px; margin-left: 6px; }
.review-card p { font-size: 14px; color: var(--text-on-card); line-height: 1.7; margin: 0; text-align: left; }

/* ====== CTA BLOCK ====== */
.cta-block { text-align: center; margin: 28px 0 10px; }

/* ====== FAQ ====== */
.faq-list { display: flex; flex-direction: column; gap: 8px; margin-top: 16px; }
.faq-item {
    background: var(--bg-card);
    border: 1px solid #D6C4B0;
    border-radius: var(--radius-sm); overflow: hidden;
    transition: border-color var(--transition);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.faq-item[open] { border-color: var(--accent); }
.faq-item__q {
    padding: 14px 20px; font-weight: 600; font-size: 14px;
    color: #2D2520; cursor: pointer;
    list-style: none; display: flex; justify-content: space-between;
    align-items: center; transition: background var(--transition);
}
.faq-item__q::-webkit-details-marker { display: none; }
.faq-item__q::after {
    content: '+'; font-size: 20px; color: var(--accent);
    font-weight: 300; flex-shrink: 0; margin-left: 14px;
    transition: transform var(--transition);
}
.faq-item[open] .faq-item__q::after { transform: rotate(45deg); }
.faq-item__q:hover { background: rgba(246,153,3,.04); }
.faq-item__a { padding: 0 20px 16px; }
.faq-item__a p {
    font-size: 13px; color: var(--text-muted);
    line-height: 1.7; margin: 0;
}

/* ====== SEO CONTENT BLOCK ====== */
.seo-block { padding: 40px 28px; max-width: 900px; margin: 0 auto; }
.seo-block__title {
    font-family: var(--font-display); font-size: 22px; color: #2D2520;
    margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid #D6C4B0;
}
.seo-block__content { margin-bottom: 36px; }
.seo-block__content p {
    font-size: 14px; color: #6B5E52; line-height: 1.8; margin-bottom: 14px;
}
.seo-block__content h3 {
    font-family: var(--font-display); font-size: 17px; color: #2D2520; margin: 24px 0 10px; font-weight: 700;
    padding-left: 12px; border-left: 3px solid var(--accent); letter-spacing: .02em;
}
.seo-block__content strong { color: var(--accent); }
.content-section strong.accent { color: var(--accent); }
.text-gold { color: var(--gold); }
.text-accent { color: var(--accent); }
.seo-faq { display: flex; flex-direction: column; gap: 12px; }
.seo-faq__item {
    background: var(--bg-card); border: 1px solid #D6C4B0;
    border-radius: 12px; padding: 18px 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.seo-faq__q { font-size: 15px; color: #2D2520; margin: 0 0 8px; font-weight: 600; }
.seo-faq__a p { font-size: 13px; color: #8B7B6B; line-height: 1.7; margin: 0; }

/* ====== FOOTER ====== */
.footer {
    padding: 40px 28px 24px;
    border-top: 3px solid var(--accent);
    background: #2D2520;
    color: #a0957e;
}
.footer, .footer a, .footer span, .footer p, .footer li,
.footer .footer__desc, .footer .footer__disclaimer,
.footer .footer__copy, .footer .footer__nav a,
.footer .footer__providers span { color: #a0957e; }
.footer h4, .footer .footer__heading, .footer strong,
.footer .footer__age { color: #3D3530; }
.footer .footer__nav a:hover { color: #FFFFFF; }
.footer .footer__badge { background: #3D3530; border-color: #4A3F38; color: #a0957e; }
.footer .footer__badges .footer__age { border-color: var(--accent); color: var(--accent); }
.footer__top {
    display: flex; justify-content: space-between;
    align-items: flex-start; gap: 30px; margin-bottom: 28px;
}
.footer__brand { max-width: 400px; }
.footer__logo-img { height: 80px; width: auto; display: block; }
.footer__desc {
    margin-top: 10px; font-size: 13px;
    color: #a0957e; line-height: 1.6;
}
.footer__links { display: flex; gap: 40px; flex-wrap: wrap; }
.footer__nav .footer__heading {
    display: block;
}
.footer__nav .footer__heading, .footer__nav h4 {
    font-size: 10px; font-weight: 700; color: #3D3530;
    text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 10px;
}
.footer__nav ul { display: flex; flex-direction: column; gap: 8px; }
.footer__nav a { font-size: 13px; color: #a0957e; }
.footer__nav a:hover { color: #FFFFFF; }

.footer__providers {
    display: flex; flex-wrap: wrap; gap: 14px;
    padding: 18px 0; border-top: 1px solid #4A3F38;
    border-bottom: 1px solid #4A3F38;
}
.footer__providers span {
    font-size: 11px; color: #a0957e;
    font-weight: 600; text-transform: uppercase;
    letter-spacing: .05em; opacity: .6;
}
.footer__pays {
    display: flex; flex-wrap: wrap; gap: 8px;
    padding: 16px 0; border-bottom: 1px solid #4A3F38;
}
.footer__bottom { padding-top: 18px; }
.footer__badges {
    display: flex; align-items: center; gap: 12px;
    margin-bottom: 14px;
}
.footer__age {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--accent);
    border-radius: 50%; color: var(--accent);
    font-size: 13px; font-weight: 800;
}
.footer__badge {
    font-size: 11px; padding: 4px 10px;
    background: #3D3530; border: 1px solid #4A3F38;
    border-radius: 4px; color: #a0957e;
}
.footer__disclaimer {
    font-size: 11px; color: #a0957e;
    line-height: 1.7; opacity: .6; margin-bottom: 10px;
}
.footer__copy { font-size: 11px; color: #a0957e; opacity: .4; }

/* Footer pay badges */
.footer .pay-badge {
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
}

/* ====== RESPONSIVE ====== */
@media (max-width: 1080px) {
    .sidebar {
        transform: translateX(-100%);
        transition: transform var(--transition), visibility 0s linear var(--transition);
        z-index: 200;
        visibility: hidden;
    }
    .sidebar--open { transform: translateX(0); visibility: visible; transition: transform var(--transition), visibility 0s linear 0s; }
    .mobile-header { display: flex; }
    .main-wrapper { margin-left: 0; }
    main { padding-top: 56px; }
    .topbar { display: none; }
    .hero { padding: 0; }
    .hero__banner {
        flex-direction: column; gap: 0; padding: 20px 12px;
        min-height: auto; justify-content: center;
    }
    .hero__banner::after { background-position: center center; background-size: cover; }
    .hero__banner::before { background: rgba(13,27,42,.45); }
    .hero__content { padding: 0; }
    .hero__bonus-amount { font-size: 32px; }
    .hero__bonus-amount strong { font-size: 38px; }
    .hero__bonus-details { font-size: 14px; }
    .features { grid-template-columns: 1fr 1fr; padding: 0 12px 12px; }
    .game-section { padding: 10px 12px 14px; }
    .game-carousel .game-card { flex: 0 0 calc((100% - 36px) / 4); }
    .game-carousel .sport-card { flex: 0 0 calc((100% - 36px) / 4); }
    .game-carousel .provider-card { flex: 0 0 calc((100% - 36px) / 4); }
    .swiper-title h2 { font-size: 16px; }
    .content-section { padding: 16px 12px; }
    .seo-block { padding: 24px 12px; }
    .bonus-tiers { grid-template-columns: repeat(3, 1fr); }
    .bonus-grid { grid-template-columns: repeat(3, 1fr); }
    .pros-cons { grid-template-columns: 1fr; }
    .steps-row { grid-template-columns: 1fr 1fr; }
    .footer { padding: 16px 12px 14px; }
    .footer__top { flex-direction: column; gap: 20px; }
    .footer__logo-img { height: 70px; }
}

@media (max-width: 600px) {
    .hero__banner {
        min-height: 520px; padding: 0 12px 24px; justify-content: flex-end;
    }
    .hero__banner::after {
        background-image: url('../img/header/header-phone.webp');
        background-position: center top;
        background-size: cover;
        inset: 0;
        animation: none;
    }
    .hero__banner::before {
        background: linear-gradient(to top, rgba(13,27,42,0.85) 5%, rgba(13,27,42,0.50) 35%, rgba(13,27,42,0.25) 65%, rgba(13,27,42,0.10) 100%);
    }
    .hero__label { font-size: 18px; }
    .hero__bonus-amount { font-size: 24px; }
    .hero__bonus-amount strong { font-size: 30px; }
    .hero__bonus-details { font-size: 13px; }
    .hero__sub { font-size: 13px; }
    .hero__badge { font-size: 10px; padding: 4px 10px; }
    .btn--cta { padding: 10px 24px; font-size: 13px; }
    .features { grid-template-columns: 1fr; }
    .game-carousel .game-card { flex: 0 0 calc((100% - 12px) / 2.2); }
    .game-carousel .sport-card { flex: 0 0 calc((100% - 12px) / 2.5); }
    .game-carousel .provider-card { flex: 0 0 calc((100% - 12px) / 2.5); min-height: 100px; }
    .swiper-title h2 { font-size: 14px; }
    .swiper-btn { width: 32px; height: 32px; }
    .bonus-tiers { grid-template-columns: 1fr 1fr; }
    .bonus-grid { grid-template-columns: 1fr 1fr; }
    .steps-row { grid-template-columns: 1fr; }
    .feature-card { padding: 16px; }
    .content-section h2 { font-size: 20px; }
    .btn--cta { padding: 12px 30px; font-size: 14px; max-width: 100%; white-space: normal; word-break: break-word; }
    .btn { max-width: 100%; white-space: normal; word-break: break-word; }
    .info-table { display: block; overflow-x: auto; }
}
