:root {
    --c-bg: #030535;
    --c-header: #141F61;
    --c-btn-login: #141D5F;
    --c-btn-reg: #449E66;
    --c-text: #e8eaf6;
    --c-text-muted: #9fa8c7;
    --c-border: #1e2a7a;
    --c-card: #0a0f4a;
    --c-card2: #0d1456;
    --c-accent: #f5c518;
    --c-accent2: #449E66;
    --radius: 12px;
    --radius-sm: 7px;
    --font-main: 'Montserrat', 'Roboto', Arial, sans-serif;
}

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

html {
    scroll-behavior: smooth;
    background: var(--c-bg);
}

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

a {
    color: var(--c-accent);
    text-decoration: none;
    transition: color .2s;
}

a:hover {
    color: var(--c-btn-reg);
}

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

.xq7r2 {
    display: none;
}

.wp-post-image {
    display: none;
}

.elementor-hidden {
    visibility: hidden;
}

.olimp-wrapper {
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

/* ===== HEADER ===== */
.olimp-header {
    background: var(--c-header);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 24px rgba(0, 0, 0, .5);
    border-bottom: 2px solid var(--c-border);
}

.olimp-header__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 16px;
    height: 68px;
}

.olimp-logo img {
    height: 44px;
    width: auto;
    display: block;
    object-fit: contain;
}

.olimp-nav {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.olimp-nav a {
    color: var(--c-text);
    font-size: 13px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: var(--radius-sm);
    transition: background .2s, color .2s;
    white-space: nowrap;
}

.olimp-nav a:hover {
    background: rgba(255, 255, 255, .08);
    color: var(--c-accent);
}

.olimp-header__online {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: var(--c-text-muted);
    white-space: nowrap;
}

.olimp-header__online-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3be87a;
    box-shadow: 0 0 6px #3be87a;
    animation: pulse-dot 1.8s infinite;
    flex-shrink: 0;
}

@keyframes pulse-dot {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: .6;
        transform: scale(1.3);
    }
}

.olimp-header__buttons {
    display: flex;
    gap: 8px;
    align-items: center;
}

.btn-login {
    background: var(--c-btn-login);
    color: #fff !important;
    border: 1px solid #2a3aa0;
    padding: 8px 18px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s, box-shadow .2s, transform .15s;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
}

.btn-login:hover {
    background: #1b2b8a;
    box-shadow: 0 4px 16px rgba(20, 29, 95, .5);
    transform: translateY(-1px);
}

.btn-reg {
    background: var(--c-btn-reg);
    color: #fff !important;
    border: none;
    padding: 8px 18px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s, box-shadow .2s, transform .15s;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
}

.btn-reg:hover {
    background: #357a51;
    box-shadow: 0 4px 16px rgba(68, 158, 102, .4);
    transform: translateY(-1px);
}

.olimp-burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 4px;
    background: none;
    border: none;
}

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

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

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

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

.olimp-mobile-menu {
    display: none;
    background: var(--c-header);
    border-top: 1px solid var(--c-border);
    padding: 12px 20px 20px;
}

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

.olimp-mobile-menu a {
    display: block;
    color: var(--c-text);
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.olimp-mobile-menu a:last-child {
    border-bottom: none;
}

.olimp-mobile-menu a:hover {
    color: var(--c-accent);
}

/* ===== HERO ===== */
.olimp-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.olimp-hero__bg {
    position: absolute;
    inset: 0;
    background-image: url('/hero-banner.png');
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.olimp-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 5, 53, .92) 40%, rgba(3, 5, 53, .55) 100%);
    z-index: 1;
}

.olimp-hero__content {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 20px;
}

.olimp-hero__badge {
    display: inline-block;
    background: var(--c-btn-reg);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.olimp-hero__title {
    font-size: clamp(26px, 5vw, 52px);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 14px;
    text-balance: balance;
}

.olimp-hero__title span {
    color: var(--c-accent);
}

.olimp-hero__desc {
    font-size: 16px;
    color: #c5cae9;
    margin-bottom: 28px;
    max-width: 520px;
    line-height: 1.7;
}

.olimp-hero__bonus {
    background: rgba(68, 158, 102, .15);
    border: 1px solid var(--c-btn-reg);
    border-radius: var(--radius);
    display: inline-block;
    padding: 12px 24px;
    margin-bottom: 28px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.olimp-hero__bonus strong {
    color: var(--c-accent);
    font-size: 22px;
}

.olimp-hero__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-hero-primary {
    background: var(--c-btn-reg);
    color: #fff !important;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background .2s, transform .15s, box-shadow .2s;
    animation: hero-pulse 2.5s infinite;
}

.btn-hero-primary:hover {
    background: #357a51;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(68, 158, 102, .5);
}

@keyframes hero-pulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(68, 158, 102, .5);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(68, 158, 102, 0);
    }
}

.btn-hero-secondary {
    background: transparent;
    color: #fff !important;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, .3);
    cursor: pointer;
    transition: border-color .2s, background .2s;
}

.btn-hero-secondary:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .07);
}

/* ===== SHARED SECTION ===== */
.olimp-section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 20px;
}

.olimp-section-title {
    font-size: clamp(20px, 3vw, 30px);
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
    text-balance: balance;
}

.olimp-section-title span {
    color: var(--c-accent);
}

.olimp-section-sub {
    font-size: 14px;
    color: var(--c-text-muted);
    margin-bottom: 32px;
}

.olimp-divider {
    border: none;
    border-top: 1px solid var(--c-border);
    margin: 0;
}

/* ===== TOC ===== */
.olimp-toc {
    background: var(--c-card);
    border: 1px solid var(--c-border);
    border-radius: var(--radius);
    padding: 28px 32px;
    margin-bottom: 40px;
}

.olimp-toc h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
    color: var(--c-accent);
}

.olimp-toc ol {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 6px 24px;
    padding-left: 20px;
}

.olimp-toc ol li {
    padding: 3px 0;
}

.olimp-toc ol li a {
    color: var(--c-text);
    font-size: 14px;
    font-weight: 500;
}

.olimp-toc ol li a:hover {
    color: var(--c-accent);
}

/* ===== JACKPOTS ===== */
.olimp-jackpots-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
}

.olimp-jackpot-card {
    background: linear-gradient(135deg, #0d1456 0%, #141f61 100%);
    border: 1px solid #2238b5;
    border-radius: var(--radius);
    padding: 24px 16px;
    text-align: center;
    transition: transform .2s, box-shadow .2s;
    position: relative;
    overflow: hidden;
}

.olimp-jackpot-card::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(245, 197, 24, .08);
}

.olimp-jackpot-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(20, 31, 97, .6);
}

.olimp-jackpot-card__label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--c-text-muted);
    margin-bottom: 10px;
}

.olimp-jackpot-card__amount {
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 800;
    color: var(--c-accent);
    font-variant-numeric: tabular-nums;
    transition: all .3s;
}

.olimp-jackpot-card__currency {
    font-size: 13px;
    color: var(--c-text-muted);
    margin-top: 4px;
}

/* ===== MIRRORS ===== */
.olimp-mirror-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    font-size: 13px;
    color: var(--c-text-muted);
}

.olimp-mirror-meta__time {
    color: var(--c-accent);
    font-weight: 700;
}

.olimp-table-wrap {
    overflow-x: auto;
    border-radius: var(--radius);
}

.olimp-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--c-card);
    border-radius: var(--radius);
    overflow: hidden;
    min-width: 560px;
}

.olimp-table thead {
    background: var(--c-header);
}

.olimp-table th {
    text-align: left;
    padding: 14px 18px;
    font-size: 13px;
    font-weight: 700;
    color: var(--c-text-muted);
    text-transform: uppercase;
    letter-spacing: .5px;
    border-bottom: 2px solid var(--c-border);
}

.olimp-table td {
    padding: 12px 18px;
    font-size: 14px;
    color: var(--c-text);
    border-bottom: 1px solid var(--c-border);
    vertical-align: middle;
}

.olimp-table tr:last-child td {
    border-bottom: none;
}

.olimp-table tr:hover td {
    background: rgba(255, 255, 255, .03);
}

.olimp-table__status {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 700;
    color: #3be87a;
}

.olimp-table__status::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #3be87a;
    display: inline-block;
}

.olimp-table a {
    color: var(--c-accent);
    font-weight: 600;
}

/* ===== WINNERS ===== */
.olimp-winners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 10px;
}

.olimp-winner-row {
    display: grid;
    grid-template-columns: 28px auto 1fr auto;
    align-items: center;
    gap: 10px;
    background: var(--c-card);
    border: 1px solid var(--c-border);
    border-radius: var(--radius-sm);
    padding: 10px 14px;
    transition: border-color .2s;
}

.olimp-winner-row:hover {
    border-color: var(--c-accent);
}

.olimp-winner-row__rank {
    font-size: 12px;
    font-weight: 800;
    color: var(--c-text-muted);
    text-align: center;
}

.olimp-winner-row__rank.gold {
    color: #f5c518;
}

.olimp-winner-row__rank.silver {
    color: #c0c0c0;
}

.olimp-winner-row__rank.bronze {
    color: #cd7f32;
}

.olimp-winner-row__avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
    background: var(--c-btn-login);
}

.olimp-winner-row__avatar-placeholder {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--c-btn-login);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}

.olimp-winner-row__name {
    font-size: 13px;
    font-weight: 600;
    color: var(--c-text);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.olimp-winner-row__amount {
    font-size: 13px;
    font-weight: 800;
    color: var(--c-accent);
    white-space: nowrap;
}

/* ===== SLOT GAME ===== */
.olimp-slot {
    background: var(--c-card2);
    border: 2px solid #1e2a7a;
    border-radius: var(--radius);
    padding: 36px 24px;
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
}

.olimp-slot__reels {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 0 auto 28px;
}

.olimp-slot__reel {
    width: 90px;
    height: 90px;
    background: var(--c-header);
    border: 2px solid #2a3aa0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    transition: all .15s;
    position: relative;
    overflow: hidden;
    user-select: none;
}

.olimp-slot__reel.spinning {
    animation: reel-spin .12s linear infinite;
}

@keyframes reel-spin {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-4px);
    }
    75% {
        transform: translateY(4px);
    }
    100% {
        transform: translateY(0);
    }
}

.olimp-slot__spin-btn {
    background: var(--c-btn-reg);
    color: #fff;
    border: none;
    padding: 14px 44px;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 800;
    cursor: pointer;
    transition: background .2s, transform .15s;
    letter-spacing: .3px;
}

.olimp-slot__spin-btn:hover {
    background: #357a51;
    transform: scale(1.04);
}

.olimp-slot__spin-btn:disabled {
    background: #555;
    cursor: not-allowed;
    transform: none;
}

.olimp-slot__result {
    margin-top: 22px;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.olimp-slot__win-text {
    font-size: 20px;
    font-weight: 800;
    color: var(--c-accent);
    animation: win-appear .3s ease;
}

@keyframes win-appear {
    0% {
        transform: scale(.7);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.olimp-slot__lose-text {
    font-size: 15px;
    color: var(--c-text-muted);
}

.btn-get-bonus {
    background: var(--c-btn-reg);
    color: #fff !important;
    padding: 11px 28px;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background .2s;
    display: inline-block;
}

.btn-get-bonus:hover {
    background: #357a51;
}

/* ===== CONTENT/REVIEW ===== */
.olimp-review-author {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
    padding: 16px 20px;
    background: var(--c-card);
    border: 1px solid var(--c-border);
    border-radius: var(--radius);
}

.olimp-review-author__img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    background: var(--c-btn-login);
}

.olimp-review-author__name {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.olimp-review-author__bio {
    font-size: 13px;
    color: var(--c-text-muted);
    margin-top: 2px;
    line-height: 1.5;
}

.olimp-review-author__link {
    font-size: 13px;
    color: var(--c-accent);
}

.olimp-review-content {
    font-size: 15px;
    line-height: 1.8;
    color: var(--c-text);
}

.olimp-review-content h1,
.olimp-review-content h2,
.olimp-review-content h3,
.olimp-review-content h4,
.olimp-review-content h5,
.olimp-review-content h6 {
    color: #fff;
    font-weight: 800;
    margin: 28px 0 12px;
    line-height: 1.3;
}

.olimp-review-content h2 {
    font-size: 22px;
}

.olimp-review-content h3 {
    font-size: 18px;
    color: var(--c-accent);
}

.olimp-review-content p {
    margin-bottom: 14px;
}

.olimp-review-content a {
    color: var(--c-accent);
}

.olimp-review-content ul,
.olimp-review-content ol {
    padding-left: 24px;
    margin-bottom: 16px;
}

.olimp-review-content ul {
    list-style: disc;
}

.olimp-review-content ol {
    list-style: decimal;
}

.olimp-review-content li {
    margin-bottom: 6px;
}

.olimp-review-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: var(--c-card);
    border-radius: var(--radius-sm);
    overflow: hidden;
}

.olimp-review-content table th {
    background: var(--c-header);
    padding: 10px 14px;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    border-bottom: 2px solid var(--c-border);
    color: var(--c-text);
}

.olimp-review-content table td {
    padding: 10px 14px;
    border-bottom: 1px solid var(--c-border);
    font-size: 14px;
    color: var(--c-text);
}

.olimp-review-content table tr:last-child td {
    border-bottom: none;
}

.olimp-review-content blockquote {
    border-left: 4px solid var(--c-accent);
    padding: 12px 20px;
    margin: 20px 0;
    background: var(--c-card);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    color: var(--c-text-muted);
    font-style: italic;
}

.olimp-review-content img {
    border-radius: var(--radius-sm);
    margin: 16px 0;
}

/* ===== FAQ ===== */
.olimp-faq {
    max-width: 820px;
    margin: 0 auto;
}

.olimp-faq-item {
    border: 1px solid var(--c-border);
    border-radius: var(--radius-sm);
    margin-bottom: 8px;
    overflow: hidden;
}

.olimp-faq-item__q {
    background: var(--c-card);
    padding: 16px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    user-select: none;
    transition: background .2s;
}

.olimp-faq-item__q:hover {
    background: var(--c-card2);
}

.olimp-faq-item__icon {
    font-size: 18px;
    color: var(--c-accent);
    flex-shrink: 0;
    transition: transform .3s;
}

.olimp-faq-item.is-open .olimp-faq-item__icon {
    transform: rotate(45deg);
}

.olimp-faq-item__a {
    background: rgba(10, 15, 74, .5);
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, padding .35s;
    font-size: 14px;
    color: var(--c-text-muted);
    line-height: 1.7;
}

.olimp-faq-item.is-open .olimp-faq-item__a {
    max-height: 400px;
    padding: 14px 20px;
}

/* ===== REVIEWS ===== */
.olimp-reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
    margin-bottom: 40px;
}

.olimp-review-card {
    background: var(--c-card);
    border: 1px solid var(--c-border);
    border-radius: var(--radius);
    padding: 22px;
    transition: border-color .2s, transform .2s;
}

.olimp-review-card:hover {
    border-color: var(--c-accent);
    transform: translateY(-2px);
}

.olimp-review-card__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.olimp-review-card__avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.olimp-review-card__name {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.olimp-review-card__date {
    font-size: 12px;
    color: var(--c-text-muted);
    margin-top: 2px;
}

.olimp-stars {
    display: flex;
    gap: 2px;
    margin-bottom: 8px;
}

.olimp-stars svg {
    fill: var(--c-accent);
    width: 16px;
    height: 16px;
}

.olimp-review-card__text {
    font-size: 13px;
    color: var(--c-text-muted);
    line-height: 1.65;
}

/* ===== REVIEW FORM ===== */
.olimp-review-form {
    background: var(--c-card);
    border: 1px solid var(--c-border);
    border-radius: var(--radius);
    padding: 28px;
    max-width: 560px;
}

.olimp-review-form h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.olimp-form-group {
    margin-bottom: 16px;
}

.olimp-form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--c-text-muted);
    margin-bottom: 6px;
}

.olimp-form-group input,
.olimp-form-group textarea {
    width: 100%;
    background: #0a0f3a;
    border: 1px solid var(--c-border);
    border-radius: var(--radius-sm);
    color: #fff;
    font-family: var(--font-main);
    font-size: 14px;
    padding: 10px 14px;
    outline: none;
    transition: border-color .2s;
    resize: vertical;
}

.olimp-form-group input:focus,
.olimp-form-group textarea:focus {
    border-color: var(--c-accent);
}

.olimp-form-group textarea {
    min-height: 90px;
}

.olimp-form-success {
    display: none;
    background: rgba(68, 158, 102, .12);
    border: 1px solid var(--c-btn-reg);
    border-radius: var(--radius-sm);
    padding: 14px 18px;
    font-size: 14px;
    color: #a7f3c1;
    margin-top: 14px;
}

/* ===== FOOTER ===== */
.olimp-footer {
    background: var(--c-header);
    border-top: 2px solid var(--c-border);
    padding: 48px 0 24px;
}

.olimp-footer__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.olimp-footer__top {
    display: grid;
    grid-template-columns: 200px 1fr 1fr;
    gap: 40px;
    margin-bottom: 36px;
}

.olimp-footer__logo img {
    height: 42px;
    margin-bottom: 14px;
}

.olimp-footer__desc {
    font-size: 13px;
    color: var(--c-text-muted);
    line-height: 1.7;
    margin-bottom: 14px;
}

.olimp-footer__nav-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: var(--c-text-muted);
    margin-bottom: 14px;
}

.olimp-footer__nav-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.olimp-footer__nav-links a {
    font-size: 13px;
    color: var(--c-text-muted);
    transition: color .2s;
}

.olimp-footer__nav-links a:hover {
    color: var(--c-accent);
}

.olimp-footer__divider {
    border: none;
    border-top: 1px solid var(--c-border);
    margin: 0 0 24px;
}

.olimp-footer__logos {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 28px;
}

.olimp-footer__logos-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.olimp-footer__logos-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: var(--c-text-muted);
    width: 100%;
    margin-bottom: 4px;
}

.olimp-provider-badge,
.olimp-payment-badge {
    background: rgba(255, 255, 255, .07);
    border: 1px solid var(--c-border);
    border-radius: 6px;
    padding: 5px 11px;
    font-size: 11px;
    font-weight: 700;
    color: var(--c-text-muted);
    white-space: nowrap;
    letter-spacing: .3px;
}

.olimp-footer__bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 12px;
    color: var(--c-text-muted);
    line-height: 1.6;
}

.olimp-footer__legal {
    max-width: 700px;
}

.olimp-footer__copyright {
    white-space: nowrap;
}

.olimp-age-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid var(--c-text-muted);
    font-size: 11px;
    font-weight: 800;
    color: var(--c-text-muted);
    flex-shrink: 0;
    margin-top: 4px;
}

/* ===== WIDGET ===== */
.olimp-widget {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 990;
    background: linear-gradient(90deg, #0d1456 0%, #141f61 100%);
    border-top: 2px solid var(--c-btn-reg);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.olimp-widget__text {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    flex: 1;
    min-width: 180px;
}

.olimp-widget__text strong {
    color: var(--c-accent);
}

.olimp-widget__close {
    background: none;
    border: none;
    color: var(--c-text-muted);
    cursor: pointer;
    font-size: 18px;
    padding: 4px;
    transition: color .2s;
    flex-shrink: 0;
}

.olimp-widget__close:hover {
    color: #fff;
}

/* ===== ANIMATIONS ===== */
.fade-in {
    animation: fadeIn .6s ease both;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.olimp-section-bg-alt {
    background: rgba(10, 15, 74, .35);
    border-top: 1px solid var(--c-border);
    border-bottom: 1px solid var(--c-border);
}

/* ===== UNUSED STYLES (for uniqualization) ===== */
.xp9q3f, .wp-block-group, .wp-block-columns {
    display: block;
}

.elementor-widget-wrap {
    position: relative;
}

.entry-content, .post-content {
    display: block;
}

.k7m2n {
    color: inherit;
}

.r4t8v {
    background: transparent;
}

.w3c-validator {
    visibility: hidden;
    height: 0;
}

.olimp-ghost-a {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    opacity: 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
    .olimp-header__inner {
        grid-template-columns: auto 1fr auto;
        height: 60px;
    }

    .olimp-nav {
        display: none;
    }

    .olimp-burger {
        display: flex;
    }

    .olimp-header__online {
        display: none;
    }

    .olimp-footer__top {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .olimp-footer__top {
        grid-template-columns: 1fr;
    }

    .olimp-jackpots-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .olimp-heroes-actions {
        flex-direction: column;
    }

    .olimp-slot__reel {
        width: 72px;
        height: 72px;
        font-size: 32px;
    }

    .olimp-widget {
        padding: 8px 12px;
    }

    .olimp-widget__text {
        font-size: 13px;
    }
}

@media (max-width: 400px) {
    .olimp-jackpots-grid {
        grid-template-columns: 1fr;
    }
}

.olimp {
    max-width: 1120px;
    margin: 48px auto;
    padding: 34px;
    background: #0a0f4a;
    border: 1px solid #1e2a7a;
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .35);
    color: #e8eaf6;
}

.olimp h1,
.olimp h2 {
    color: #fff;
    line-height: 1.25;
}

.olimp h1 {
    font-size: clamp(28px, 4vw, 42px);
    margin-bottom: 22px;
}

.olimp h2 {
    font-size: clamp(22px, 3vw, 30px);
    margin: 34px 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #1e2a7a;
}

.olimp p {
    margin: 0 0 16px;
    color: #c8cee8;
    font-size: 16px;
    line-height: 1.75;
}

.olimp a {
    color: #f5c518;
    font-weight: 600;
    word-break: break-word;
}

.olimp a:hover {
    color: #449e66;
}

@media (max-width: 768px) {
    .olimp {
        margin: 28px 12px;
        padding: 22px 16px;
        border-radius: 14px;
    }

    .olimp h1 {
        font-size: 26px;
        margin-bottom: 18px;
    }

    .olimp h2 {
        font-size: 21px;
        margin: 28px 0 12px;
    }

    .olimp p {
        font-size: 15px;
        line-height: 1.68;
    }
}

@media (max-width: 420px) {
    .olimp {
        margin: 20px 10px;
        padding: 18px 14px;
    }

    .olimp h1 {
        font-size: 23px;
    }

    .olimp h2 {
        font-size: 19px;
    }
}

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background: #030535;
}

body {
    font-size: 15px;
}

.olimp-wrapper,
#page,
main {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.olimp-header__inner,
.olimp-section,
.olimp-footer__inner,
.olimp-hero__content {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.olimp-section {
    padding-top: 56px;
    padding-bottom: 56px;
}

.olimp-section-bg-alt {
    width: 100%;
    overflow: hidden;
}

.olimp-header {
    width: 100%;
}

.olimp-header__inner {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 16px;
    min-height: 68px;
}

.olimp-nav {
    display: flex;
    justify-content: center;
    gap: 6px;
    min-width: 0;
}

.olimp-nav a {
    white-space: nowrap;
}

.olimp-header__buttons {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

.olimp-burger {
    display: none;
}

.olimp-hero {
    min-height: 520px;
}

.olimp-hero__content {
    position: relative;
    z-index: 2;
}

.olimp-hero__title {
    max-width: 720px;
}

.olimp-hero__desc {
    max-width: 560px;
}

.olimp-hero__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.olimp-toc,
.olimp-slot,
.olimp-review-content,
.olimp-faq-item,
.olimp-jackpot-card,
.olimp-winner-row,
.olimp-table-wrap {
    border: 1px solid #1e2a7a;
    border-radius: 14px;
}

.olimp-jackpots-grid,
.olimp-winners-grid {
    width: 100%;
    max-width: 100%;
}

.olimp-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.olimp-table {
    width: 100%;
    min-width: 620px;
}

.olimp-footer__top {
    display: grid;
    grid-template-columns: 220px 1fr 1fr;
    gap: 36px;
}

.olimp-footer__logos-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.olimp-widget {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 900px) {
    .olimp-header__inner {
        grid-template-columns: auto 1fr auto;
        min-height: 62px;
        gap: 10px;
    }

    .olimp-nav,
    .olimp-header__online {
        display: none;
    }

    .olimp-burger {
        display: flex;
        width: 42px;
        height: 42px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        border: 1px solid #1e2a7a;
        border-radius: 10px;
        background: #0a0f4a;
        flex-shrink: 0;
    }

    .olimp-burger span {
        width: 22px;
        height: 2px;
        background: #fff;
        border-radius: 999px;
        display: block;
    }

    .olimp-mobile-menu.is-open,
    .olimp-mobile-menu.open {
        display: grid;
    }

    .olimp-mobile-menu {
        padding: 12px 20px 18px;
        background: #141f61;
        border-top: 1px solid #1e2a7a;
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .olimp-mobile-menu a {
        display: block;
        padding: 13px 14px;
        background: #0a0f4a;
        border: 1px solid #1e2a7a;
        border-radius: 10px;
        color: #e8eaf6;
        font-weight: 700;
    }

    .olimp-header__buttons .btn-login {
        display: none;
    }

    .olimp-header__buttons .btn-reg {
        padding: 9px 12px;
        font-size: 12px;
    }

    .olimp-footer__top {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 16px;
        line-height: 1.65;
        padding-bottom: 96px;
    }

    .olimp-header__inner,
    .olimp-section,
    .olimp-footer__inner,
    .olimp-hero__content {
        max-width: 100%;
        padding-left: 14px;
        padding-right: 14px;
    }

    .olimp-section {
        padding-top: 38px;
        padding-bottom: 38px;
    }

    .olimp-logo img {
        max-width: 108px;
        height: auto;
    }

    .olimp-hero {
        min-height: auto;
        padding: 0;
    }

    .olimp-hero__bg {
        background-position: center top;
    }

    .olimp-hero__overlay {
        background: linear-gradient(180deg, rgba(3, 5, 53, .88), rgba(3, 5, 53, .96));
    }

    .olimp-hero__content {
        padding-top: 46px;
        padding-bottom: 46px;
    }

    .olimp-hero__badge {
        font-size: 11px;
        padding: 5px 12px;
        margin-bottom: 14px;
    }

    .olimp-hero__title {
        font-size: 28px;
        line-height: 1.16;
        margin-bottom: 14px;
        max-width: 100%;
        overflow-wrap: break-word;
    }

    .olimp-hero__desc {
        font-size: 15px;
        line-height: 1.6;
        max-width: 100%;
        margin-bottom: 18px;
    }

    .olimp-hero__bonus {
        width: 100%;
        padding: 12px 14px;
        font-size: 15px;
        text-align: center;
        margin-bottom: 18px;
    }

    .olimp-hero__bonus strong {
        font-size: 18px;
    }

    .olimp-hero__actions {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .btn-hero-primary,
    .btn-hero-secondary,
    .btn-reg,
    .btn-login,
    .olimp-slot__spin-btn,
    .btn-get-bonus {
        width: 100%;
        min-height: 46px;
        text-align: center;
        justify-content: center;
    }

    .olimp-section-title {
        font-size: 25px;
        line-height: 1.2;
        margin-bottom: 8px;
    }

    .olimp-section-sub {
        font-size: 14px;
        line-height: 1.55;
        margin-bottom: 22px;
    }

    .olimp-toc {
        padding: 20px 16px;
    }

    .olimp-toc ol {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .olimp-jackpots-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .olimp-jackpot-card {
        padding: 18px 10px;
        border-radius: 12px;
    }

    .olimp-jackpot-card__label {
        font-size: 10px;
    }

    .olimp-jackpot-card__amount {
        font-size: 21px;
        line-height: 1.15;
    }

    .olimp-winners-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .olimp-winner-row {
        grid-template-columns: 26px 34px minmax(0, 1fr);
        gap: 9px;
        padding: 12px;
    }

    .olimp-winner-row__amount {
        grid-column: 3;
        font-size: 13px;
        margin-top: -2px;
    }

    .olimp-winner-row__name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

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

    .olimp-table th,
    .olimp-table td {
        padding: 12px 14px;
        font-size: 13px;
    }

    .olimp-table-wrap::after {
        content: "← прокрутите таблицу →";
        display: block;
        text-align: center;
        color: #9fa8c7;
        font-size: 11px;
        padding: 8px 0 0;
    }

    .olimp-slot {
        max-width: 100%;
        padding: 24px 14px;
    }

    .olimp-slot__reels {
        gap: 7px;
        margin-bottom: 20px;
    }

    .olimp-slot__reel {
        width: 72px;
        height: 72px;
        font-size: 32px;
    }

    .olimp-review-content {
        font-size: 15px;
        line-height: 1.7;
        padding: 20px 16px;
        background: #0a0f4a;
    }

    .olimp-review-content h1 {
        font-size: 25px;
    }

    .olimp-review-content h2 {
        font-size: 22px;
    }

    .olimp-review-content h3 {
        font-size: 19px;
    }

    .olimp-review-content table {
        display: block;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }

    .olimp-faq-item__q {
        padding: 16px 14px;
        font-size: 15px;
        line-height: 1.4;
    }

    .olimp-faq-item__a {
        font-size: 14px;
    }

    .olimp-faq-item.is-open .olimp-faq-item__a {
        padding: 14px;
    }

    .olimp-footer {
        padding-top: 34px;
    }

    .olimp-footer__top {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .olimp-footer__bottom {
        flex-direction: column;
        gap: 14px;
    }

    .olimp-footer__copyright {
        white-space: normal;
    }

    .olimp-footer__logos-row {
        gap: 7px;
    }

    .olimp-provider-badge,
    .olimp-payment-badge {
        font-size: 10px;
        padding: 5px 9px;
    }

    .olimp-widget {
        padding: 10px 12px;
        gap: 8px;
        flex-wrap: wrap;
    }

    .olimp-widget__text {
        width: 100%;
        flex: 1 1 100%;
        text-align: center;
        font-size: 13px;
        line-height: 1.35;
    }

    .olimp-widget .btn-reg {
        flex: 1;
        width: auto;
        min-width: 0;
        font-size: 12px;
        padding: 9px 12px;
    }

    .olimp-widget__close {
        width: 38px;
        height: 38px;
    }
}

@media (max-width: 420px) {
    .olimp-header__inner,
    .olimp-section,
    .olimp-footer__inner,
    .olimp-hero__content {
        padding-left: 12px;
        padding-right: 12px;
    }

    .olimp-logo img {
        max-width: 96px;
    }

    .olimp-header__buttons .btn-reg {
        font-size: 11px;
        padding: 8px 9px;
    }

    .olimp-hero__title {
        font-size: 24px;
    }

    .olimp-hero__desc {
        font-size: 14px;
    }

    .olimp-section-title {
        font-size: 22px;
    }

    .olimp-jackpots-grid {
        grid-template-columns: 1fr;
    }

    .olimp-winner-row {
        grid-template-columns: 24px 32px minmax(0, 1fr);
        padding: 11px 10px;
    }

    .olimp-winner-row__avatar-placeholder {
        width: 32px;
        height: 32px;
        font-size: 11px;
    }

    .olimp-winner-row__name,
    .olimp-winner-row__amount {
        font-size: 12px;
    }

    .olimp-slot__reels {
        gap: 5px;
    }

    .olimp-slot__reel {
        width: 60px;
        height: 66px;
        font-size: 27px;
    }

    .olimp-review-content {
        padding: 18px 14px;
    }
}