:root {
    --clr-header: #C9C9C8;
    --clr-header-dark: #b8b8b7;
    --clr-btn-primary: #F69C35;
    --clr-btn-primary-hover: #e08820;
    --clr-btn-secondary: #CFCFCF;
    --clr-btn-secondary-hover: #b8b8b8;
    --clr-bg: #FFFBF2;
    --clr-bg-alt: #f5f0e4;
    --clr-text: #1a1a1a;
    --clr-text-muted: #555;
    --clr-text-light: #f5f5f5;
    --clr-border: #e0ddd4;
    --clr-success: #2e7d32;
    --clr-warning: #e65100;
    --clr-error: #c62828;
    --clr-accent: #1565c0;
    --clr-neutral-100: #fafafa;
    --clr-neutral-200: #f0ede5;
    --clr-neutral-300: #e0ddd4;
    --clr-neutral-400: #c4c1b8;
    --clr-neutral-500: #888;
    --clr-neutral-600: #555;
    --clr-neutral-700: #333;
    --clr-neutral-800: #1a1a1a;
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --shadow-sm: 0 1px 4px rgba(0, 0, 0, .08);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, .12);
    --shadow-lg: 0 8px 32px rgba(0, 0, 0, .16);
    --transition: .22s ease;
    --font: Helvetica Neue, Helvetica, Arial, sans-serif;
    --container-w: 1200px;
}

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

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%
}

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

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

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

a:hover {
    color: var(--clr-btn-primary)
}

ul, ol {
    list-style: none
}

table {
    border-collapse: collapse;
    width: 100%
}

button {
    cursor: pointer;
    font-family: var(--font);
    border: none;
    background: none
}

input, select, textarea {
    font-family: var(--font)
}

.x7f2a {
    display: flex;
    align-items: center;
    justify-content: center
}

.k9b3c {
    position: relative;
    overflow: hidden
}

.m4d1e {
    flex: 1;
    min-width: 0
}

.r6g8h {
    display: none
}

.wp-block-group {
    width: 100%
}

.entry-content {
    width: 100%
}

.wp-caption {
    display: block;
    width: auto
}

.alignleft {
    float: left;
    margin-right: 16px
}

.alignright {
    float: right;
    margin-left: 16px
}

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

.wp-caption-text {
    font-size: .85em;
    color: var(--clr-text-muted);
    margin-top: 4px
}

.has-text-align-center {
    text-align: center
}

.is-layout-flex {
    display: flex
}

.wp-block-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

.wp-block-column {
    flex: 1;
    min-width: 200px
}

.post-meta {
    font-size: .85em;
    color: var(--clr-neutral-500)
}

.post-thumbnail {
    display: block;
    margin-bottom: 16px
}

.sticky-post {
    border: 2px solid var(--clr-btn-primary)
}

.widget {
    padding: 16px;
    background: var(--clr-neutral-200);
    border-radius: var(--radius-md)
}

.widget-title {
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 8px
}

.c-wrap {
    max-width: var(--container-w);
    margin: 0 auto;
    padding: 0 16px
}

.site-hdr {
    background: var(--clr-header);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: var(--shadow-md)
}

.hdr-inner {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 16px;
    height: 68px;
    max-width: var(--container-w);
    margin: 0 auto
}

.hdr-logo {
    flex-shrink: 0;
    display: flex;
    align-items: center
}

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

.hdr-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1
}

.hdr-nav a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 11px;
    border-radius: var(--radius-sm);
    color: var(--clr-text);
    font-size: .88em;
    font-weight: 500;
    white-space: nowrap;
    transition: background var(--transition), color var(--transition)
}

.hdr-nav a:hover {
    background: rgba(0, 0, 0, .07);
    color: var(--clr-text)
}

.hdr-nav-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0
}

.hdr-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto
}

.hdr-online {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: .8em;
    font-weight: 500;
    color: var(--clr-text);
    white-space: nowrap;
    padding: 0 8px
}

.hdr-online-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    animation: pulse-dot 2s infinite
}

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

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 9px 20px;
    border-radius: var(--radius-sm);
    font-size: .88em;
    font-weight: 600;
    white-space: nowrap;
    transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
    line-height: 1.2
}

.btn:active {
    transform: scale(.97)
}

.btn-primary {
    background: var(--clr-btn-primary);
    color: #1a1a1a
}

.btn-primary:hover {
    background: var(--clr-btn-primary-hover);
    box-shadow: 0 4px 12px rgba(246, 156, 53, .45);
    color: #1a1a1a
}

.btn-secondary {
    background: var(--clr-btn-secondary);
    color: #1a1a1a
}

.btn-secondary:hover {
    background: var(--clr-btn-secondary-hover);
    color: #1a1a1a
}

.btn-lg {
    padding: 13px 28px;
    font-size: 1em;
    border-radius: var(--radius-md)
}

.btn-sm {
    padding: 6px 14px;
    font-size: .82em
}

.burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    background: rgba(0, 0, 0, .06);
    border-radius: var(--radius-sm);
    padding: 6px;
    cursor: pointer;
    border: none;
    transition: background var(--transition)
}

.burger span {
    display: block;
    height: 2px;
    width: 100%;
    background: var(--clr-text);
    border-radius: 2px;
    transition: all .3s
}

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

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

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

.hero-section {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #1a1a2e url('/banner-saud.png') center/cover no-repeat
}

.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(26, 26, 46, .88) 0%, rgba(26, 26, 46, .6) 60%, rgba(246, 156, 53, .25) 100%)
}

.hero-inner {
    position: relative;
    z-index: 1;
    max-width: var(--container-w);
    margin: 0 auto;
    padding: 60px 16px;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap
}

.hero-copy {
    flex: 1;
    min-width: 280px
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(246, 156, 53, .18);
    border: 1px solid rgba(246, 156, 53, .4);
    border-radius: var(--radius-lg);
    padding: 5px 14px;
    font-size: .82em;
    color: #f5c97a;
    margin-bottom: 16px;
    font-weight: 500
}

.hero-h1 {
    font-size: 2.4em;
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 14px
}

.hero-h1 span {
    color: var(--clr-btn-primary)
}

.hero-desc {
    font-size: 1.06em;
    color: rgba(255, 255, 255, .82);
    margin-bottom: 28px;
    max-width: 520px;
    line-height: 1.65
}

.hero-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.hero-bonus-card {
    flex-shrink: 0;
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(12px);
    border: 1.5px solid rgba(246, 156, 53, .45);
    border-radius: var(--radius-lg);
    padding: 28px 32px;
    min-width: 240px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .25)
}

.hero-bonus-label {
    font-size: .78em;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: rgba(255, 255, 255, .65);
    margin-bottom: 6px;
    font-weight: 600
}

.hero-bonus-amount {
    font-size: 2.2em;
    font-weight: 900;
    color: var(--clr-btn-primary);
    line-height: 1.1;
    margin-bottom: 4px
}

.hero-bonus-sub {
    font-size: .82em;
    color: rgba(255, 255, 255, .75);
    margin-bottom: 18px
}

.hero-bonus-cta {
    display: block
}

.section {
    padding: 56px 0
}

.section-alt {
    background: var(--clr-bg-alt)
}

.section-head {
    text-align: center;
    margin-bottom: 40px
}

.section-head h2 {
    font-size: 1.85em;
    font-weight: 800;
    color: var(--clr-text);
    margin-bottom: 8px
}

.section-head p {
    color: var(--clr-text-muted);
    font-size: 1.02em;
    max-width: 560px;
    margin: 0 auto
}

.adv-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center
}

.adv-card {
    background: #fff;
    border-radius: var(--radius-md);
    padding: 24px 20px;
    flex: 1;
    min-width: 200px;
    max-width: 260px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--clr-border);
    transition: transform var(--transition), box-shadow var(--transition)
}

.adv-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md)
}

.adv-icon {
    width: 52px;
    height: 52px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    background: linear-gradient(135deg, #fff7ed, #ffe4b0)
}

.adv-icon svg {
    width: 26px;
    height: 26px;
    color: var(--clr-btn-primary)
}

.adv-card h3 {
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--clr-text)
}

.adv-card p {
    font-size: .86em;
    color: var(--clr-text-muted);
    line-height: 1.55
}

.tbl-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm)
}

.pay-table {
    width: 100%;
    background: #fff;
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-md);
    overflow: hidden;
    min-width: 680px
}

.pay-table thead tr {
    background: var(--clr-header)
}

.pay-table th {
    padding: 13px 16px;
    text-align: left;
    font-size: .84em;
    font-weight: 700;
    color: var(--clr-text);
    white-space: nowrap;
    border-bottom: 1.5px solid var(--clr-border)
}

.pay-table td {
    padding: 12px 16px;
    font-size: .88em;
    color: var(--clr-text);
    border-bottom: 1px solid var(--clr-neutral-300);
    vertical-align: middle;
    text-align: left
}

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

.pay-table tr:nth-child(even) {
    background: var(--clr-neutral-100)
}

.pay-table tr:hover {
    background: #fff8ee
}

.pay-method-cell {
    display: flex;
    align-items: center;
    gap: 9px;
    font-weight: 600
}

.pay-method-icon {
    width: 30px;
    height: 20px;
    border-radius: 3px;
    object-fit: contain;
    background: var(--clr-neutral-200);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .65em;
    color: var(--clr-text-muted);
    font-weight: 700;
    padding: 2px;
    flex-shrink: 0
}

.badge-free {
    display: inline-block;
    background: #e8f5e9;
    color: #2e7d32;
    border-radius: 99px;
    font-size: .75em;
    font-weight: 700;
    padding: 2px 9px
}

.badge-fast {
    display: inline-block;
    background: #fff3e0;
    color: #e65100;
    border-radius: 99px;
    font-size: .75em;
    font-weight: 700;
    padding: 2px 9px
}

.winners-section {
}

.winners-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center
}

.w-card {
    background: #fff;
    border-radius: var(--radius-md);
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
    min-width: 220px;
    max-width: 340px;
    border: 1px solid var(--clr-border);
    transition: box-shadow var(--transition)
}

.w-card:hover {
    box-shadow: var(--shadow-md)
}

.w-rank {
    font-size: 1.1em;
    font-weight: 900;
    color: var(--clr-text-muted);
    min-width: 28px
}

.w-rank.gold {
    color: #F69C35
}

.w-rank.silver {
    color: #9e9e9e
}

.w-rank.bronze {
    color: #a0522d
}

.w-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--clr-btn-primary), #e08820);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: .92em;
    color: #fff;
    flex-shrink: 0
}

.w-info {
    flex: 1;
    min-width: 0
}

.w-name {
    font-size: .9em;
    font-weight: 600;
    color: var(--clr-text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.w-game {
    font-size: .76em;
    color: var(--clr-text-muted)
}

.w-amount {
    font-size: 1em;
    font-weight: 800;
    color: var(--clr-success);
    white-space: nowrap
}

.tournaments-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center
}

.t-card {
    background: #fff;
    border-radius: var(--radius-lg);
    overflow: hidden;
    flex: 1;
    min-width: 240px;
    max-width: 320px;
    border: 1px solid var(--clr-border);
    box-shadow: var(--shadow-sm);
    transition: transform var(--transition), box-shadow var(--transition);
    display: flex;
    flex-direction: column
}

.t-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg)
}

.t-card-head {
    background: linear-gradient(135deg, #1a1a2e, #2d2d4e);
    padding: 20px;
    position: relative;
    overflow: hidden
}

.t-card-head::after {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(246, 156, 53, .15)
}

.t-tag {
    display: inline-block;
    background: var(--clr-btn-primary);
    color: #1a1a1a;
    font-size: .72em;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 99px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .06em
}

.t-card-name {
    font-size: 1.05em;
    font-weight: 800;
    color: #fff;
    margin-bottom: 6px
}

.t-card-desc {
    font-size: .82em;
    color: rgba(255, 255, 255, .7);
    line-height: 1.5
}

.t-card-body {
    padding: 18px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.t-prize-row {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.t-prize-label {
    font-size: .8em;
    color: var(--clr-text-muted);
    font-weight: 500
}

.t-prize-amount {
    font-size: 1.15em;
    font-weight: 900;
    color: var(--clr-btn-primary)
}

.t-timer-row {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: .82em;
    color: var(--clr-text-muted)
}

.t-timer-icon {
    color: var(--clr-warning);
    flex-shrink: 0
}

.t-countdown {
    display: flex;
    gap: 8px
}

.t-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--clr-bg-alt);
    border-radius: var(--radius-sm);
    padding: 5px 8px;
    min-width: 44px
}

.t-unit-val {
    font-size: 1.1em;
    font-weight: 800;
    color: var(--clr-text);
    line-height: 1
}

.t-unit-label {
    font-size: .62em;
    color: var(--clr-text-muted);
    text-transform: uppercase;
    letter-spacing: .06em
}

.t-card-foot {
    padding: 0 18px 18px
}

.t-btn {
    display: block;
    width: 100%;
    text-align: center
}

.slot-section {
    background: linear-gradient(160deg, #1a1a2e 0%, #2d1a0e 100%);
    padding: 60px 0
}

.slot-section .section-head h2 {
    color: #fff
}

.slot-section .section-head p {
    color: rgba(255, 255, 255, .65)
}

.slot-machine {
    background: rgba(255, 255, 255, .06);
    backdrop-filter: blur(8px);
    border: 1.5px solid rgba(246, 156, 53, .3);
    border-radius: var(--radius-lg);
    padding: 36px;
    max-width: 520px;
    margin: 0 auto;
    text-align: center
}

.slot-reels {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-bottom: 28px;
    overflow: hidden
}

.slot-reel {
    width: 90px;
    height: 110px;
    background: #1a1a1a;
    border-radius: var(--radius-md);
    border: 2.5px solid rgba(246, 156, 53, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.8em;
    overflow: hidden;
    position: relative
}

.slot-reel-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform .4s cubic-bezier(.4, 0, .2, 1)
}

.slot-spinning .slot-reel-inner {
    animation: reel-spin .6s linear infinite
}

@keyframes reel-spin {
    from {
        transform: translateY(0)
    }
    to {
        transform: translateY(-50%)
    }
}

.slot-btn-row {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 16px
}

.slot-result {
    min-height: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.slot-win {
    color: #fff;
    font-size: 1.05em;
    font-weight: 700;
    animation: fadeInUp .4s ease
}

.slot-win-amount {
    font-size: 1.3em;
    color: var(--clr-btn-primary);
    font-weight: 900
}

.slot-lose {
    color: rgba(255, 255, 255, .6);
    font-size: .92em
}

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

.slot-credits {
    color: rgba(255, 255, 255, .6);
    font-size: .82em;
    margin-top: 10px
}

.review-section {
    padding: 56px 0
}

.review-inner {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 16px
}

.review-author-box {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    border-radius: var(--radius-md);
    padding: 18px 22px;
    border: 1px solid var(--clr-border);
    margin-bottom: 28px;
    box-shadow: var(--shadow-sm)
}

.review-author-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--clr-btn-primary), #e08820);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3em;
    font-weight: 800;
    color: #fff;
    flex-shrink: 0;
    overflow: hidden
}

.review-author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.review-author-info {
    flex: 1;
    min-width: 0
}

.review-author-name {
    font-size: .98em;
    font-weight: 700;
    color: var(--clr-text)
}

.review-author-bio {
    font-size: .82em;
    color: var(--clr-text-muted);
    line-height: 1.45
}

.review-author-link {
    font-size: .8em;
    color: var(--clr-accent);
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 4px
}

.review-content-block {
    background: #fff;
    border-radius: var(--radius-lg);
    border: 1px solid var(--clr-border);
    padding: 36px 40px;
    box-shadow: var(--shadow-sm)
}

.review-content-block h1, .review-content-block h2, .review-content-block h3, .review-content-block h4, .review-content-block h5, .review-content-block h6 {
    color: var(--clr-text);
    margin-top: 1.6em;
    margin-bottom: .6em;
    font-weight: 700;
    line-height: 1.25
}

.review-content-block h1 {
    font-size: 1.9em
}

.review-content-block h2 {
    font-size: 1.55em
}

.review-content-block h3 {
    font-size: 1.3em
}

.review-content-block h4 {
    font-size: 1.1em
}

.review-content-block p {
    margin-bottom: 1.1em;
    color: var(--clr-text);
    line-height: 1.72
}

.review-content-block ul, .review-content-block ol {
    margin-bottom: 1.1em;
    padding-left: 1.5em
}

.review-content-block ul {
    list-style: disc
}

.review-content-block ol {
    list-style: decimal
}

.review-content-block li {
    margin-bottom: .45em;
    color: var(--clr-text);
    line-height: 1.65
}

.review-content-block a {
    color: var(--clr-accent);
    text-decoration: underline
}

.review-content-block table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.2em
}

.review-content-block table th {
    background: var(--clr-neutral-200);
    padding: 10px 14px;
    text-align: left;
    font-weight: 700;
    font-size: .9em;
    border: 1px solid var(--clr-border)
}

.review-content-block table td {
    padding: 9px 14px;
    border: 1px solid var(--clr-border);
    font-size: .9em;
    vertical-align: top
}

.review-content-block blockquote {
    border-left: 4px solid var(--clr-btn-primary);
    padding-left: 18px;
    margin: 1.2em 0;
    font-style: italic;
    color: var(--clr-text-muted)
}

.review-content-block strong {
    font-weight: 700;
    color: var(--clr-text)
}

.review-content-block em {
    font-style: italic
}

.review-content-block img {
    border-radius: var(--radius-sm);
    max-width: 100%;
    height: auto;
    margin: 1em 0
}

.site-ftr {
    background: var(--clr-header);
    color: var(--clr-text);
    padding: 48px 0 0
}

.ftr-top {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    max-width: var(--container-w);
    margin: 0 auto;
    padding: 0 16px 36px
}

.ftr-brand {
    flex: 1.5;
    min-width: 220px
}

.ftr-brand-logo {
    margin-bottom: 14px
}

.ftr-brand-logo img {
    height: 40px;
    width: auto
}

.ftr-brand-desc {
    font-size: .86em;
    color: #555;
    line-height: 1.6;
    max-width: 320px
}

.ftr-flag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 12px;
    font-size: .82em;
    font-weight: 600;
    color: var(--clr-text)
}

.au-flag {
    width: 24px;
    height: 16px;
    border-radius: 2px;
    overflow: hidden;
    display: inline-block;
    background: #00008b;
    position: relative;
    vertical-align: middle
}

.ftr-col {
    flex: 1;
    min-width: 160px
}

.ftr-col h4 {
    font-size: .9em;
    font-weight: 700;
    color: var(--clr-text);
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: .06em
}

.ftr-col ul {
    display: flex;
    flex-direction: column;
    gap: 7px
}

.ftr-col ul li a {
    font-size: .85em;
    color: #555;
    transition: color var(--transition)
}

.ftr-col ul li a:hover {
    color: var(--clr-btn-primary)
}

.ftr-social {
    display: flex;
    gap: 10px;
    margin-top: 12px
}

.ftr-social-link {
    width: 34px;
    height: 34px;
    border-radius: var(--radius-sm);
    background: rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background var(--transition)
}

.ftr-social-link:hover {
    background: var(--clr-btn-primary)
}

.ftr-social-link svg {
    width: 16px;
    height: 16px;
    color: var(--clr-text)
}

.ftr-logos-row {
    max-width: var(--container-w);
    margin: 0 auto;
    padding: 24px 16px;
    border-top: 1px solid var(--clr-border)
}

.ftr-logos-row h5 {
    font-size: .78em;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--clr-text-muted);
    margin-bottom: 12px;
    font-weight: 700
}

.ftr-logo-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center
}

.ftr-logo-pill {
    background: #fff;
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-sm);
    padding: 5px 12px;
    font-size: .76em;
    font-weight: 700;
    color: var(--clr-text);
    white-space: nowrap;
    transition: border-color var(--transition)
}

.ftr-logo-pill:hover {
    border-color: var(--clr-btn-primary)
}

.ftr-bottom {
    background: var(--clr-header-dark);
    padding: 20px 16px
}

.ftr-bottom-inner {
    max-width: var(--container-w);
    margin: 0 auto
}

.ftr-copy {
    font-size: .8em;
    color: #555;
    margin-bottom: 8px;
    line-height: 1.55
}

.ftr-legal {
    font-size: .75em;
    color: #777;
    line-height: 1.6;
    margin-bottom: 10px
}

.ftr-terms {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: .78em
}

.ftr-terms a {
    color: #555;
    transition: color var(--transition)
}

.ftr-terms a:hover {
    color: var(--clr-btn-primary)
}

.sticky-widget {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: linear-gradient(90deg, #1a1a2e 0%, #2d1a0e 60%, #1a1a2e 100%);
    border-top: 2.5px solid var(--clr-btn-primary);
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, .25);
    transform: translateY(0);
    transition: transform .35s ease
}

.sticky-widget.hidden {
    transform: translateY(100%)
}

.sw-left {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}

.sw-badge {
    background: var(--clr-btn-primary);
    color: #1a1a1a;
    font-size: .72em;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 99px;
    text-transform: uppercase;
    letter-spacing: .06em;
    white-space: nowrap
}

.sw-text {
    color: #fff;
    font-size: .9em;
    font-weight: 600;
    white-space: nowrap
}

.sw-sub {
    color: rgba(255, 255, 255, .65);
    font-size: .8em
}

.sw-promo {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.sw-promo-label {
    color: rgba(255, 255, 255, .65);
    font-size: .8em;
    white-space: nowrap
}

.sw-code {
    background: rgba(255, 255, 255, .12);
    border: 1px dashed rgba(246, 156, 53, .5);
    border-radius: var(--radius-sm);
    padding: 5px 14px;
    color: var(--clr-btn-primary);
    font-weight: 800;
    font-size: .9em;
    letter-spacing: .06em;
    white-space: nowrap;
    cursor: pointer;
    transition: background var(--transition)
}

.sw-code:hover {
    background: rgba(246, 156, 53, .15)
}

.sw-right {
    display: flex;
    align-items: center;
    gap: 8px
}

.sw-close {
    background: rgba(255, 255, 255, .08);
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .5);
    cursor: pointer;
    font-size: 1em;
    transition: background var(--transition);
    flex-shrink: 0
}

.sw-close:hover {
    background: rgba(255, 255, 255, .15);
    color: #fff
}

.info-page-content {
    max-width: 840px;
    margin: 0 auto;
    padding: 48px 16px
}

.info-page-content h1 {
    font-size: 2em;
    font-weight: 800;
    margin-bottom: 8px
}

.info-page-content .meta {
    font-size: .85em;
    color: var(--clr-text-muted);
    margin-bottom: 32px
}

.info-page-content h2 {
    font-size: 1.35em;
    font-weight: 700;
    margin: 1.6em 0 .6em;
    color: var(--clr-text)
}

.info-page-content p {
    margin-bottom: 1em;
    line-height: 1.72;
    color: var(--clr-text)
}

.info-page-content ul {
    list-style: disc;
    padding-left: 1.5em;
    margin-bottom: 1em
}

.info-page-content ul li {
    margin-bottom: .4em;
    line-height: 1.65
}

.info-page-content a {
    color: var(--clr-accent);
    text-decoration: underline
}

.contact-form {
    max-width: 520px;
    background: #fff;
    border-radius: var(--radius-lg);
    border: 1px solid var(--clr-border);
    padding: 32px;
    box-shadow: var(--shadow-sm);
    margin-top: 28px
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 18px
}

.form-group label {
    font-size: .88em;
    font-weight: 600;
    color: var(--clr-text)
}

.form-group input, .form-group textarea, .form-group select {
    border: 1.5px solid var(--clr-border);
    border-radius: var(--radius-sm);
    padding: 10px 14px;
    font-family: var(--font);
    font-size: .95em;
    background: #fff;
    color: var(--clr-text);
    transition: border-color var(--transition), box-shadow var(--transition);
    resize: vertical
}

.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
    outline: none;
    border-color: var(--clr-btn-primary);
    box-shadow: 0 0 0 3px rgba(246, 156, 53, .15)
}

.form-group textarea {
    min-height: 110px
}

.fade-in {
    animation: fadein .6s ease forwards
}

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

.slide-in-left {
    animation: slideInLeft .5s ease forwards
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-24px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.slide-in-right {
    animation: slideInRight .5s ease forwards
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(24px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .55s ease, transform .55s ease
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0)
}

.p2g9q {
    border: 1px solid transparent
}

.h3k7r {
    pointer-events: none;
    user-select: none;
    position: absolute;
    left: -999px
}

.y5v1w {
    display: inline-block;
    vertical-align: middle
}

.wp-block-separator {
    border: none;
    border-top: 1px solid var(--clr-border);
    margin: 24px 0
}

.wp-embed-aspect-16-9 {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden
}

.wp-embed-aspect-16-9 iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%
}

.wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.wpcf7-text, .wpcf7-email, .wpcf7-textarea {
    border: 1.5px solid var(--clr-border);
    border-radius: var(--radius-sm);
    padding: 9px 13px;
    width: 100%
}

.elementor-widget-heading .elementor-heading-title {
    line-height: 1.2
}

.elementor-widget-image img {
    width: 100%;
    height: auto
}

.elementor-button-wrapper {
    display: inline-block
}

.e-con-inner {
    max-width: var(--container-w);
    margin: 0 auto;
    padding: 0 16px
}

.hdr-mobile-btns {
    display: none;
    align-items: center;
    gap: 6px;
    margin-left: auto
}

@media (max-width: 900px) {
    .hdr-nav {
        display: none;
        position: absolute;
        top: 68px;
        left: 0;
        right: 0;
        background: var(--clr-header);
        flex-direction: column;
        align-items: stretch;
        padding: 12px 16px 16px;
        border-top: 1px solid var(--clr-border);
        box-shadow: var(--shadow-md);
        gap: 4px;
        z-index: 999
    }

    .hdr-nav.open {
        display: flex
    }

    .hdr-nav a {
        padding: 10px 12px;
        font-size: .92em
    }

    .hdr-nav-sep {
        height: 1px;
        background: var(--clr-border);
        margin: 6px 0
    }

    .burger {
        display: flex
    }

    .hdr-actions .btn {
        display: none
    }

    .hdr-online {
        display: none
    }

    .hdr-mobile-btns {
        display: flex
    }

    .hero-h1 {
        font-size: 1.7em
    }

    .hero-bonus-card {
        min-width: 0;
        width: 100%
    }

    .hero-inner {
        flex-direction: column;
        gap: 24px
    }

    .adv-card {
        min-width: 160px;
        max-width: 48%
    }

    .tournaments-grid {
        flex-direction: column;
        align-items: center
    }

    .t-card {
        max-width: 100%
    }

    .review-content-block {
        padding: 22px 18px
    }

    .ftr-top {
        flex-direction: column;
        gap: 20px
    }

    .sticky-widget {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }

    .sw-right {
        width: 100%;
        justify-content: space-between
    }
}

@media (max-width: 600px) {
    .adv-card {
        min-width: 100%;
        max-width: 100%
    }

    .w-card {
        min-width: 100%
    }

    .slot-reel {
        width: 70px;
        height: 88px;
        font-size: 2.2em
    }

    .section {
        padding: 40px 0
    }
}

body {
    padding-bottom: 72px
}
