@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Open+Sans:wght@400;500;600;700&display=swap');

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

html {
    scroll-behavior: smooth;
    background: #681d4b
}

body {
    font-family: 'Open Sans', sans-serif;
    background: #681d4b;
    color: #f0e6d3;
    line-height: 1.6;
    min-height: 100vh;
}

a {
    color: #ffbd78;
    text-decoration: none;
    transition: color .25s
}

a:hover {
    color: #ffd4a8
}

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

h1, h2, h3, h4, h5, h6 {
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: .04em;
    line-height: 1.15
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px
}

.xa7b2 {
    display: none
}

.qr9f1 {
    visibility: hidden;
    position: absolute;
    left: -9999px
}

.wp-content-area {
    display: none
}

.elementor-widget-wrap {
    pointer-events: none;
    visibility: hidden;
    position: absolute
}

.yoast-seo-meta-tag {
    display: none
}

/* HEADER */
.site-header {
    background: #1f1f1f;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .5)
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 16px;
    max-width: 1200px;
    margin: 0 auto
}

.header-logo img {
    height: 48px;
    width: auto;
    object-fit: contain
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 6px
}

.header-nav a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #f0e6d3;
    font-size: .82rem;
    font-weight: 600;
    padding: 5px 8px;
    border-radius: 6px;
    transition: background .2s, color .2s;
    white-space: nowrap
}

.header-nav a:hover, .header-nav a.active {
    background: rgba(255, 189, 120, .12);
    color: #ffbd78
}

.header-nav .nav-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    fill: currentColor
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 8px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: .06em;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    transition: transform .15s, box-shadow .15s, filter .2s;
    text-decoration: none;
    white-space: nowrap
}

.btn:hover {
    transform: translateY(-1px)
}

.btn--play {
    background: #00b862;
    color: #fff;
    padding: 9px 20px;
    font-size: 1rem;
    box-shadow: 0 4px 14px rgba(0, 184, 98, .35)
}

.btn--play:hover {
    background: #00d070;
    box-shadow: 0 6px 20px rgba(0, 184, 98, .5);
    color: #fff
}

.btn--bonus {
    background: #ffbd78;
    color: #1f1f1f;
    padding: 9px 18px;
    font-size: 1rem;
    box-shadow: 0 4px 14px rgba(255, 189, 120, .3)
}

.btn--bonus:hover {
    background: #ffd4a8;
    box-shadow: 0 6px 20px rgba(255, 189, 120, .45);
    color: #1f1f1f
}

.btn--demo {
    background: transparent;
    color: #ffbd78;
    border: 2px solid #ffbd78;
    padding: 7px 16px;
    font-size: .9rem
}

.btn--demo:hover {
    background: rgba(255, 189, 120, .12);
    color: #ffd4a8
}

.btn--outline {
    background: transparent;
    color: #f0e6d3;
    border: 2px solid rgba(240, 230, 211, .3);
    padding: 7px 16px;
    font-size: .9rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600
}

.btn--outline:hover {
    border-color: #ffbd78;
    color: #ffbd78
}

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

.btn--lg {
    padding: 14px 32px;
    font-size: 1.15rem
}

.btn--block {
    width: 100%
}

.btn--submit {
    background: #00b862;
    color: #fff;
    padding: 12px 24px;
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    letter-spacing: .02em
}

.btn--submit:hover {
    background: #00d070;
    color: #fff
}

.winner-ticker {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(0, 184, 98, .13);
    border: 1px solid rgba(0, 184, 98, .3);
    border-radius: 20px;
    padding: 4px 12px;
    font-size: .76rem;
    color: #7fffc4;
    white-space: nowrap
}

.winner-ticker svg {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    fill: #00b862
}

.burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 4px
}

.burger span {
    display: block;
    height: 2px;
    background: #f0e6d3;
    border-radius: 2px;
    transition: transform .3s, opacity .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 */
.hero {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('/banner-wg.png');
    background-size: cover;
    background-position: center top;
    overflow: hidden
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(31, 31, 31, .55) 0%, rgba(104, 29, 75, .85) 100%)
}

.hero-inner {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 60px 16px 40px
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 189, 120, .15);
    border: 1px solid rgba(255, 189, 120, .4);
    border-radius: 20px;
    padding: 4px 14px;
    font-size: .8rem;
    color: #ffbd78;
    margin-bottom: 14px;
    font-weight: 600
}

.hero h1 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2.2rem, 6vw, 4rem);
    color: #fff;
    text-shadow: 0 2px 20px rgba(0, 0, 0, .6);
    line-height: 1.1;
    margin-bottom: 10px
}

.hero-sub {
    font-size: 1rem;
    color: #f0e6d3cc;
    margin-bottom: 24px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto
}

.hero-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 24px
}

.hero-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.stars-row {
    display: flex;
    gap: 2px
}

.stars-row svg {
    width: 18px;
    height: 18px;
    fill: #ffbd78
}

.rating-label {
    color: #f0e6d3;
    font-size: .85rem;
    font-weight: 600
}

/* BREADCRUMBS */
.breadcrumbs-bar {
    background: rgba(31, 31, 31, .7);
    border-bottom: 1px solid rgba(255, 189, 120, .12);
    padding: 8px 0
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    list-style: none;
    font-size: .8rem;
    color: #a08878
}

.breadcrumb-list li {
    display: flex;
    align-items: center;
    gap: 4px
}

.breadcrumb-list a {
    color: #ffbd78
}

.breadcrumb-sep {
    color: #7a5a5a
}

/* CONTENT AREA */
.main-content {
    padding: 32px 0 48px
}

.content-grid {
    display: flex;
    gap: 24px;
    align-items: flex-start
}

.content-main {
    flex: 1;
    min-width: 0
}

/* CARD / BOX */
.card {
    background: rgba(31, 31, 31, .72);
    border: 1px solid rgba(255, 189, 120, .14);
    border-radius: 14px;
    padding: 24px;
    margin-bottom: 24px;
    backdrop-filter: blur(4px)
}

.card-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.5rem;
    color: #ffbd78;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px
}

.card-title svg {
    width: 20px;
    height: 20px;
    fill: #ffbd78;
    flex-shrink: 0
}

.section-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.8rem;
    color: #ffbd78;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 8px
}

.section-title svg {
    width: 22px;
    height: 22px;
    fill: #ffbd78;
    flex-shrink: 0
}

/* TOC */
.toc-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.toc-list li a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #f0e6d3;
    padding: 7px 10px;
    border-radius: 8px;
    font-size: .9rem;
    transition: background .2s, color .2s
}

.toc-list li a:hover {
    background: rgba(255, 189, 120, .1);
    color: #ffbd78
}

.toc-list li a svg {
    width: 15px;
    height: 15px;
    fill: #ffbd78;
    flex-shrink: 0
}

.toc-num {
    color: #ffbd78;
    font-weight: 700;
    min-width: 18px;
    font-size: .8rem
}

/* DEMO + DETAILS ROW */
.game-row {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    margin-bottom: 24px
}

.game-iframe-wrap {
    flex: 1.2;
    min-width: 0;
    background: #111;
    border-radius: 12px;
    border: 2px solid rgba(255, 189, 120, .2);
    position: relative
}

.game-iframe-wrap iframe {
    width: 100%;
    height: 380px;
    border: none;
}

.iframe-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background: rgba(17, 17, 17, .92);
    z-index: 2;
    transition: opacity .3s
}

.iframe-logo {
    width: 120px;
    height: auto;
    filter: drop-shadow(0 4px 12px rgba(255, 189, 120, .4))
}

.game-details-wrap {
    flex: 1;
    min-width: 0
}

/* DETAILS TABLE */
.details-table {
    width: 100%;
    border-collapse: collapse;
    font-size: .85rem
}

.details-table tr {
    border-bottom: 1px solid rgba(255, 189, 120, .1)
}

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

.details-table td {
    padding: 7px 10px;
    vertical-align: middle
}

.details-table td:first-child {
    color: #a08878;
    width: 44%;
    display: flex;
    align-items: center;
    gap: 6px
}

.details-table td:last-child {
    color: #f0e6d3;
    font-weight: 600
}

.details-table td svg {
    width: 14px;
    height: 14px;
    fill: #ffbd78;
    flex-shrink: 0
}

.rtp-badge {
    color: #7fffc4;
    font-weight: 700
}

/* ADVANTAGES */
.advantages-grid {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));
    gap: 14px
}

.adv-tile {
    background: rgba(0, 0, 0, .3);
    border: 1px solid rgba(255, 189, 120, .15);
    border-radius: 10px;
    padding: 16px 14px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    transition: border-color .2s, transform .2s
}

.adv-tile:hover {
    border-color: rgba(255, 189, 120, .4);
    transform: translateY(-2px)
}

.adv-tile svg {
    width: 22px;
    height: 22px;
    fill: #00b862;
    flex-shrink: 0;
    margin-top: 2px
}

.adv-tile-title {
    font-weight: 700;
    font-size: .88rem;
    color: #ffbd78;
    margin-bottom: 4px
}

.adv-tile-text {
    font-size: .8rem;
    color: #c8b4a8;
    line-height: 1.5
}

/* PROS CONS */
.pros-cons-grid {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 16px
}

.pros-col, .cons-col {
    border-radius: 10px;
    padding: 16px
}

.pros-col {
    background: rgba(0, 184, 98, .08);
    border: 1px solid rgba(0, 184, 98, .25)
}

.cons-col {
    background: rgba(220, 50, 50, .07);
    border: 1px solid rgba(220, 50, 50, .2)
}

.pros-col h4 {
    color: #7fffc4;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.1rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px
}

.cons-col h4 {
    color: #ff8a8a;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.1rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px
}

.pros-col h4 svg {
    fill: #7fffc4;
    width: 16px;
    height: 16px
}

.cons-col h4 svg {
    fill: #ff8a8a;
    width: 16px;
    height: 16px
}

.pros-list, .cons-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 7px
}

.pros-list li, .cons-list li {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    font-size: .86rem;
    line-height: 1.5
}

.pros-list li::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    min-width: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%237fffc4' d='M8 15.4 2.6 10l1.4-1.4L8 12.6l8-8L17.4 6z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 2px
}

.cons-list li::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    min-width: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23ff8a8a' d='M6 6l8 8M14 6l-8 8' stroke='%23ff8a8a' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 2px
}

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

.review-card {
    background: rgba(0, 0, 0, .3);
    border: 1px solid rgba(255, 189, 120, .15);
    border-radius: 12px;
    padding: 18px
}

.review-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px
}

.review-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffbd78, #681d4b);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.2rem;
    color: #fff;
    flex-shrink: 0
}

.review-meta {
    flex: 1
}

.review-name {
    font-weight: 700;
    font-size: .9rem;
    color: #f0e6d3
}

.review-date {
    font-size: .75rem;
    color: #a08878
}

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

.review-stars svg {
    width: 14px;
    height: 14px;
    fill: #ffbd78
}

.review-text {
    font-size: .84rem;
    color: #c8b4a8;
    line-height: 1.6
}

/* REVIEW FORM */
.review-form {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.form-field label {
    font-size: .84rem;
    font-weight: 600;
    color: #c8b4a8
}

.form-field input, .form-field textarea {
    background: rgba(0, 0, 0, .35);
    border: 1px solid rgba(255, 189, 120, .25);
    border-radius: 8px;
    padding: 10px 14px;
    color: #f0e6d3;
    font-family: 'Open Sans', sans-serif;
    font-size: .9rem;
    transition: border-color .2s
}

.form-field input:focus, .form-field textarea:focus {
    outline: none;
    border-color: #ffbd78
}

.form-field textarea {
    resize: vertical;
    min-height: 90px
}

.form-success {
    display: none;
    background: rgba(0, 184, 98, .12);
    border: 1px solid rgba(0, 184, 98, .35);
    border-radius: 8px;
    padding: 14px;
    color: #7fffc4;
    text-align: center;
    font-weight: 600
}

/* SCREENSHOTS SLIDER */
.slider-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 12px
}

.slides-track {
    display: flex;
    transition: transform .4s cubic-bezier(.4, 0, .2, 1)
}

.slide {
    min-width: calc(33.333% - 10px);
    margin-right: 14px;
    flex-shrink: 0
}

.slide:last-child {
    margin-right: 0
}

.slide img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid rgba(255, 189, 120, .15)
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(31, 31, 31, .85);
    border: 1px solid rgba(255, 189, 120, .3);
    color: #ffbd78;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    transition: background .2s
}

.slider-btn:hover {
    background: rgba(255, 189, 120, .2)
}

.slider-btn svg {
    width: 16px;
    height: 16px;
    fill: currentColor
}

.slider-prev {
    left: 8px
}

.slider-next {
    right: 8px
}

/* REVIEW CONTENT */
.review-content {
    line-height: 1.75;
    font-size: .95rem;
    color: #e0d0c8
}

.review-content h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.6rem;
    color: #ffbd78;
    margin: 20px 0 10px
}

.review-content h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.3rem;
    color: #ffd4a8;
    margin: 16px 0 8px
}

.review-content p {
    margin-bottom: 12px
}

.review-content ul, .review-content ol {
    padding-left: 20px;
    margin-bottom: 12px
}

.review-content ul li, .review-content ol li {
    margin-bottom: 5px
}

.review-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 14px 0;
    overflow-x: auto;
    display: block
}

.review-content table th, .review-content table td {
    padding: 8px 12px;
    border: 1px solid rgba(255, 189, 120, .25);
    text-align: left
}

.review-content table th {
    background: rgba(255, 189, 120, .12);
    color: #ffbd78;
    font-family: 'Bebas Neue', sans-serif
}

.review-content a {
    color: #ffbd78;
    text-decoration: underline
}

.review-content strong {
    color: #f0e6d3;
    font-weight: 700
}

.review-content blockquote {
    border-left: 3px solid #ffbd78;
    padding-left: 14px;
    color: #a08878;
    font-style: italic;
    margin: 14px 0
}

.review-content img {
    border-radius: 8px;
    margin: 12px 0
}

/* SIMILAR GAMES */
.similar-games-grid {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px
}

.similar-card {
    background: rgba(0, 0, 0, .3);
    border: 1px solid rgba(255, 189, 120, .15);
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: border-color .2s, transform .2s
}

.similar-card:hover {
    border-color: rgba(255, 189, 120, .35);
    transform: translateY(-2px)
}

.similar-card-logo {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 8px;
    border: 1px solid rgba(255, 189, 120, .2)
}

.similar-card-name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.1rem;
    color: #f0e6d3
}

.similar-card-desc {
    font-size: .8rem;
    color: #a08878;
    line-height: 1.5;
    flex: 1
}

.similar-card-btns {
    display: flex;
    gap: 8px
}

/* FOOTER */
.site-footer {
    background: #1f1f1f;
    padding: 36px 0 20px;
    margin-top: auto;
    border-top: 2px solid rgba(255, 189, 120, .15)
}

.footer-top {
    display: grid;
    grid-template-columns:200px 1fr 1fr;
    gap: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    margin-bottom: 20px
}

.footer-logo {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.footer-logo img {
    height: 40px;
    width: auto;
    object-fit: contain
}

.footer-logo-desc {
    font-size: .78rem;
    color: #6a5a58;
    line-height: 1.5
}

.footer-col h5 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: .95rem;
    color: #ffbd78;
    margin-bottom: 10px;
    letter-spacing: .06em
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.footer-links a {
    font-size: .82rem;
    color: #8a7878;
    transition: color .2s
}

.footer-links a:hover {
    color: #ffbd78
}

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

.payment-badge {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 5px;
    padding: 4px 10px;
    font-size: .72rem;
    color: #9a8a88;
    font-weight: 600
}

.footer-socials {
    display: flex;
    gap: 10px;
    margin-top: 10px
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    color: #9a8a88;
    transition: background .2s, color .2s
}

.social-link:hover {
    background: rgba(255, 189, 120, .15);
    color: #ffbd78
}

.social-link svg {
    width: 15px;
    height: 15px;
    fill: currentColor
}

.footer-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    margin-bottom: 14px
}

.trust-badge {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 6px;
    padding: 5px 10px;
    font-size: .72rem;
    color: #7a6a68;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 4px
}

.trust-badge svg {
    width: 12px;
    height: 12px;
    fill: currentColor
}

.footer-legal {
    font-size: .72rem;
    color: #5a4a48;
    line-height: 1.7
}

.footer-legal a {
    color: #7a6a68
}

.footer-copyright {
    font-size: .78rem;
    color: #5a4a48;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px
}

.au-flag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #6a5a58;
    font-size: .76rem
}

/* WIDGET */
.sticky-widget {
    position: fixed;
    bottom: 20px;
    right: 16px;
    z-index: 99;
    background: #1f1f1f;
    border: 2px solid rgba(255, 189, 120, .3);
    border-radius: 14px;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .5);
    max-width: 170px;
    transition: transform .3s
}

.sticky-widget:hover {
    transform: translateY(-3px)
}

.widget-logo {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 8px
}

.widget-bonus {
    font-size: .75rem;
    color: #ffbd78;
    text-align: center;
    font-weight: 700;
    line-height: 1.3
}

.widget-close {
    position: absolute;
    top: 6px;
    right: 8px;
    background: none;
    border: none;
    color: #6a5a58;
    cursor: pointer;
    font-size: .9rem;
    line-height: 1
}

/* FAQ */
.faq-item {
    border-bottom: 1px solid rgba(255, 189, 120, .1);
    padding: 14px 0
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    color: #f0e6d3;
    font-weight: 600;
    font-size: .93rem;
    gap: 12px;
    user-select: none
}

.faq-question svg {
    width: 18px;
    height: 18px;
    fill: #ffbd78;
    flex-shrink: 0;
    transition: transform .3s
}

.faq-item.open .faq-question svg {
    transform: rotate(180deg)
}

.faq-answer {
    overflow: hidden;
    max-height: 0;
    transition: max-height .35s ease, padding .3s
}

.faq-item.open .faq-answer {
    max-height: 300px;
    padding-top: 10px
}

.faq-answer p {
    font-size: .88rem;
    color: #c8b4a8;
    line-height: 1.65
}

/* TRANSITIONS */
.fade-in {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .6s ease, transform .6s ease
}

.fade-in.visible {
    opacity: 1;
    transform: none
}

/* SCROLLBAR */
::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-track {
    background: #1a0f18
}

::-webkit-scrollbar-thumb {
    background: #681d4b;
    border-radius: 4px
}

::-webkit-scrollbar-thumb:hover {
    background: #8b2860
}

/* TABLE OVERFLOW */
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

/* MOBILE */
@media (max-width: 900px) {
    .game-row {
        flex-direction: column
    }

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

    .footer-logo {
        grid-column: 1/-1
    }

    .pros-cons-grid {
        grid-template-columns:1fr
    }

    .slide {
        min-width: calc(50% - 7px)
    }
}

@media (max-width: 680px) {
    .header-nav {
        display: none;
        position: fixed;
        inset: 0;
        top: 64px;
        background: #1f1f1f;
        flex-direction: column;
        padding: 20px;
        align-items: flex-start;
        gap: 4px;
        overflow-y: auto;
        z-index: 99;
        border-top: 1px solid rgba(255, 189, 120, .15)
    }

    .header-nav.open {
        display: flex
    }

    .burger {
        display: flex
    }

    .header-logo img {
        height: 38px
    }

    .advantages-grid {
        grid-template-columns:1fr 1fr
    }

    .reviews-grid {
        grid-template-columns:1fr
    }

    .similar-games-grid {
        grid-template-columns:1fr
    }

    .slide {
        min-width: calc(100% - 0px);
        margin-right: 0
    }

    .hero {
        min-height: 360px
    }

    .hero h1 {
        font-size: 2rem
    }

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

    .footer-copyright {
        flex-direction: column;
        align-items: flex-start
    }

    .sticky-widget {
        right: 10px;
        bottom: 14px;
        max-width: 150px
    }
}

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

    .hero-cta {
        flex-direction: column
    }
}

/* WP DECOY */
.wp-content {
    display: none
}

.elementor-section {
    display: none
}

.widget_text {
    display: none
}
