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

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

body {
    font-family: 'IBM Plex Sans', sans-serif;
    background-color: #1f668d;
    color: #e8f4fc;
    line-height: 1.6;
    font-size: 16px;
    min-height: 100vh;
    overflow-x: hidden
}

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

a {
    color: inherit;
    text-decoration: none
}

ul, ol {
    list-style: none
}

button {
    cursor: pointer;
    border: none;
    background: none;
    font-family: inherit
}

input, textarea, select {
    font-family: inherit
}

:focus-visible {
    outline: 2px solid #ffaf08;
    outline-offset: 2px;
    border-radius: 4px
}

.site-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 1.25rem
}

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

.site-header {
    background: #2d6e9a;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .35)
}

.hdr-inner {
    display: grid;
    grid-template-columns:auto 1fr auto auto;
    align-items: center;
    gap: 1rem;
    padding: .75rem 0;
    min-height: 64px
}

.hdr-logo-link {
    display: flex;
    align-items: center;
    gap: .6rem
}

.hdr-logo-img {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0
}

.hdr-logo-text {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -.01em
}

.hdr-logo-sub {
    color: #ffaf08
}

.hdr-nav {
    transition: all .3s ease
}

.hdr-nav-list {
    display: flex;
    align-items: center;
    gap: .25rem;
    flex-wrap: wrap
}

.hdr-nav-link {
    display: flex;
    align-items: center;
    gap: .4rem;
    padding: .5rem .75rem;
    border-radius: 8px;
    font-size: .875rem;
    font-weight: 500;
    color: #cce8f7;
    transition: background .2s, color .2s;
    white-space: nowrap
}

.hdr-nav-link:hover, .hdr-nav-link:focus-visible {
    background: rgba(255, 255, 255, .12);
    color: #fff
}

.hdr-nav-icon {
    flex-shrink: 0;
    opacity: .8
}

.hdr-reviews-count {
    background: #ffaf08;
    color: #1a1a1a;
    font-size: .7rem;
    font-weight: 700;
    padding: .1rem .4rem;
    border-radius: 10px;
    min-width: 20px;
    text-align: center
}

.hdr-actions-wrap {
    display: flex;
    align-items: center;
    gap: .5rem;
    flex-shrink: 0
}

.btn-hdr {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .5rem 1rem;
    border-radius: 8px;
    font-size: .85rem;
    font-weight: 600;
    transition: all .2s;
    white-space: nowrap
}

.btn-hdr-play {
    background: #f5f5f5;
    color: #1a3a52
}

.btn-hdr-play:hover {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2)
}

.btn-hdr-review {
    background: #ffaf08;
    color: #1a1a1a
}

.btn-hdr-review:hover {
    background: #ffc12e;
    box-shadow: 0 2px 8px rgba(255, 175, 8, .35)
}

.hdr-burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: .5rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    flex-shrink: 0
}

.hdr-burger-line {
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all .3s ease;
    display: block
}

.hdr-burger.is-open .hdr-burger-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px)
}

.hdr-burger.is-open .hdr-burger-line:nth-child(2) {
    opacity: 0
}

.hdr-burger.is-open .hdr-burger-line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px)
}

.hdr-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 98
}

.hdr-overlay.is-open {
    display: block
}

.hero-section {
    position: relative;
    overflow: hidden;
    padding: 3.5rem 0 2.5rem
}

.hero-bg-wrap {
    position: absolute;
    inset: 0;
    z-index: 0
}

.hero-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.hero-bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 45, 70, .92) 0%, rgba(31, 102, 141, .75) 50%, rgba(20, 55, 80, .88) 100%)
}

.hero-content-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns:380px 1fr;
    gap: 1.5rem;
    align-items: start
}

.hero-game-tile {
    background: rgba(15, 45, 70, .82);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    padding: 1.5rem;
    backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    gap: 1.25rem
}

.hero-game-logo-wrap {
    display: flex;
    align-items: center;
    gap: 1rem
}

.hero-game-logo {
    width: 80px;
    height: 80px;
    border-radius: 14px;
    object-fit: cover;
    flex-shrink: 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .3)
}

.hero-game-name {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2
}

.hero-provider-logo {
    height: 20px;
    width: auto;
    opacity: .85;
    margin-top: .4rem
}

.hero-score-display {
    display: flex;
    align-items: center;
    gap: .5rem
}

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

.hstar {
    font-size: 1.4rem;
    color: #ccc
}

.hstar-on {
    color: #ffaf08
}

.hstar-half {
    color: #ffaf08;
    opacity: .5
}

.hero-score-num {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff
}

.hero-score-total {
    font-size: .9rem;
    color: #94c8e4;
    font-weight: 500
}

.hero-score-label {
    font-size: .8rem;
    color: #94c8e4;
    margin-top: .2rem
}

.hero-bonus-block {
    background: rgba(255, 175, 8, .12);
    border: 1px solid rgba(255, 175, 8, .3);
    border-radius: 12px;
    padding: 1rem 1.25rem
}

.hero-bonus-label {
    font-size: .8rem;
    color: #ffaf08;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 600
}

.hero-bonus-val {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin: .2rem 0
}

.hero-bonus-sub {
    font-size: .85rem;
    color: #cce8f7
}

.hero-tile-btns {
    display: flex;
    flex-direction: column;
    gap: .75rem
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    background: #ffaf08;
    color: #1a1a1a;
    font-weight: 700;
    border-radius: 10px;
    padding: .8rem 1.25rem;
    transition: all .25s;
    font-size: .95rem
}

.btn-primary:hover {
    background: #ffc12e;
    box-shadow: 0 4px 16px rgba(255, 175, 8, .4);
    transform: translateY(-1px)
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    background: transparent;
    color: #e8f4fc;
    font-weight: 600;
    border-radius: 10px;
    padding: .75rem 1.25rem;
    border: 1.5px solid rgba(255, 255, 255, .3);
    transition: all .25s;
    font-size: .9rem
}

.btn-outline:hover {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .5)
}

.btn-lg {
    font-size: 1rem;
    padding: .9rem 1.5rem
}

.hero-summary-col {
    display: flex;
    flex-direction: column;
    gap: 1.25rem
}

.hero-ratings-card, .hero-params-card {
    background: rgba(15, 45, 70, .75);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    padding: 1.25rem;
    backdrop-filter: blur(8px)
}

.hero-card-title {
    font-size: .85rem;
    font-weight: 600;
    color: #94c8e4;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 1rem
}

.hero-rating-bars {
    display: flex;
    flex-direction: column;
    gap: .6rem
}

.hero-rbar-item {
    display: grid;
    grid-template-columns:36px 1fr 28px;
    align-items: center;
    gap: .6rem
}

.hero-rbar-label {
    font-size: .82rem;
    color: #cce8f7;
    text-align: right
}

.hero-rbar-track {
    background: rgba(255, 255, 255, .12);
    border-radius: 6px;
    height: 8px;
    overflow: hidden
}

.hero-rbar-fill {
    height: 100%;
    background: linear-gradient(90deg, #ffaf08, #ffd55a);
    border-radius: 6px;
    transition: width .8s ease
}

.hero-rbar-cnt {
    font-size: .82rem;
    color: #cce8f7;
    text-align: right
}

.hero-total-reviews {
    font-size: .82rem;
    color: #94c8e4;
    margin-top: .75rem;
    text-align: right
}

.hero-params-list {
    display: flex;
    flex-direction: column;
    gap: .7rem
}

.hero-param-row {
    display: grid;
    grid-template-columns:140px 1fr;
    align-items: center;
    gap: .75rem
}

.hero-param-name {
    font-size: .82rem;
    color: #cce8f7
}

.hero-param-bar-wrap {
    display: flex;
    align-items: center;
    gap: .6rem
}

.hero-param-bar-track {
    flex: 1;
    height: 6px;
    background: rgba(255, 255, 255, .12);
    border-radius: 6px;
    overflow: hidden
}

.hero-param-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #2ecf6a, #5de68a);
    border-radius: 6px;
    transition: width .8s ease
}

.hero-param-score {
    font-size: .8rem;
    color: #cce8f7;
    min-width: 28px;
    text-align: right;
    font-weight: 600
}

.hero-bonus-tiles-row {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
    position: relative;
    z-index: 1
}

.hero-bonus-tile {
    background: rgba(15, 45, 70, .75);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 14px;
    padding: 1.1rem;
    display: flex;
    align-items: center;
    gap: .75rem;
    backdrop-filter: blur(6px);
    transition: border-color .2s, transform .2s
}

.hero-bonus-tile:hover {
    border-color: rgba(255, 175, 8, .4);
    transform: translateY(-2px)
}

.bonus-tile-icon {
    color: #ffaf08;
    flex-shrink: 0
}

.bonus-tile-val {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2
}

.bonus-tile-label {
    font-size: .75rem;
    color: #94c8e4
}

.bonus-tile-btn {
    display: inline-block;
    margin-left: auto;
    background: #ffaf08;
    color: #1a1a1a;
    font-size: .75rem;
    font-weight: 700;
    padding: .35rem .75rem;
    border-radius: 7px;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background .2s
}

.bonus-tile-btn:hover {
    background: #ffc12e
}

.section-leave-review {
    padding: 4rem 0
}

.bonus-for-review-banner {
    background: linear-gradient(135deg, rgba(255, 175, 8, .18), rgba(255, 175, 8, .08));
    border: 1px solid rgba(255, 175, 8, .35);
    border-radius: 16px;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem
}

.bonus-banner-content {
    display: flex;
    align-items: center;
    gap: 1rem
}

.bonus-banner-icon {
    color: #ffaf08;
    flex-shrink: 0
}

.bonus-banner-title {
    font-size: 1rem;
    font-weight: 700;
    color: #fff
}

.bonus-banner-text {
    font-size: .875rem;
    color: #cce8f7;
    margin-top: .2rem
}

.btn-bonus-banner {
    display: inline-block;
    background: #ffaf08;
    color: #1a1a1a;
    font-weight: 700;
    font-size: .9rem;
    padding: .65rem 1.4rem;
    border-radius: 9px;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background .2s, box-shadow .2s
}

.btn-bonus-banner:hover {
    background: #ffc12e;
    box-shadow: 0 3px 12px rgba(255, 175, 8, .4)
}

.review-form-wrap {
    background: rgba(15, 45, 70, .6);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 18px;
    padding: 2rem;
    backdrop-filter: blur(8px)
}

.section-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin-bottom: .5rem
}

.section-subtitle {
    font-size: .95rem;
    color: #94c8e4;
    margin-bottom: 1.75rem
}

.section-header-row {
    margin-bottom: 2rem
}

.form-grid-2 {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 1.25rem
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-bottom: 1.25rem
}

.form-label {
    font-size: .875rem;
    font-weight: 600;
    color: #cce8f7
}

.form-req {
    color: #ff7b7b
}

.form-input, .form-textarea {
    background: rgba(255, 255, 255, .07);
    border: 1.5px solid rgba(255, 255, 255, .15);
    border-radius: 10px;
    padding: .75rem 1rem;
    color: #e8f4fc;
    font-size: .9rem;
    transition: border-color .2s, background .2s;
    width: 100%
}

.form-input:focus, .form-textarea:focus {
    border-color: #ffaf08;
    background: rgba(255, 255, 255, .1);
    outline: none
}

.form-input::placeholder, .form-textarea::placeholder {
    color: #7fafc8
}

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

.form-field-ratings {
    margin-bottom: 1.25rem
}

.form-ratings-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 1rem;
    margin-top: .75rem
}

.form-rating-item {
    display: flex;
    flex-direction: column;
    gap: .35rem
}

.form-rating-label {
    font-size: .8rem;
    color: #94c8e4
}

.star-picker {
    display: flex;
    gap: 2px
}

.star-pick {
    font-size: 1.4rem;
    color: #4a7a9b;
    transition: color .15s, transform .15s;
    line-height: 1;
    padding: 0 1px
}

.star-pick:hover, .star-pick.is-active {
    color: #ffaf08
}

.star-pick:hover {
    transform: scale(1.15)
}

.form-submit-row {
    display: flex;
    justify-content: flex-start;
    margin-top: .5rem
}

.btn-submit-review {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    background: #ffaf08;
    color: #1a1a1a;
    font-weight: 700;
    font-size: 1rem;
    padding: .85rem 2rem;
    border-radius: 10px;
    transition: all .25s
}

.btn-submit-review:hover {
    background: #ffc12e;
    box-shadow: 0 4px 16px rgba(255, 175, 8, .4);
    transform: translateY(-1px)
}

.form-success {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: rgba(46, 207, 106, .12);
    border: 1px solid rgba(46, 207, 106, .35);
    border-radius: 12px;
    padding: 1.25rem;
    margin-top: 1rem;
    color: #7defa8
}

.form-success-title {
    font-size: 1rem;
    font-weight: 700;
    color: #5de68a
}

.form-success-text {
    font-size: .875rem;
    color: #b4f0cc;
    margin-top: .25rem
}

.section-user-reviews {
    padding: 4rem 0;
    background: rgba(0, 0, 0, .12)
}

.reviews-grid {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(360px, 1fr));
    gap: 1.5rem
}

.rv-card {
    background: rgba(20, 58, 88, .8);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: border-color .2s, box-shadow .2s
}

.rv-card:hover {
    border-color: rgba(255, 175, 8, .3);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .25)
}

.rv-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: .75rem;
    flex-wrap: wrap
}

.rv-author-block {
    display: flex;
    align-items: center;
    gap: .75rem
}

.rv-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid rgba(255, 175, 8, .3)
}

.rv-avatar-placeholder {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #2d6e9a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    border: 2px solid rgba(255, 175, 8, .3)
}

.rv-author-name {
    font-size: .9rem;
    font-weight: 700;
    color: #fff;
    display: block
}

.rv-country {
    display: flex;
    align-items: center;
    gap: .35rem;
    margin-top: .2rem
}

.rv-flag {
    border-radius: 2px;
    flex-shrink: 0
}

.rv-country-name {
    font-size: .78rem;
    color: #94c8e4
}

.rv-date {
    font-size: .78rem;
    color: #7fafc8;
    display: block;
    margin-top: .15rem
}

.rv-rating-block {
    display: flex;
    align-items: center;
    gap: .5rem;
    flex-wrap: wrap;
    flex-shrink: 0
}

.rv-stars {
    display: flex;
    gap: 1px
}

.rv-star {
    font-size: 1.1rem;
    color: #3a6a8a
}

.rv-star-on {
    color: #ffaf08
}

.rv-rating-num {
    font-size: .82rem;
    font-weight: 600;
    color: #cce8f7;
    white-space: nowrap
}

.rv-details-toggle {
    display: inline-flex;
    align-items: center;
    gap: .2rem;
    font-size: .75rem;
    color: #94c8e4;
    background: rgba(255, 255, 255, .07);
    border-radius: 6px;
    padding: .25rem .5rem;
    transition: background .2s
}

.rv-details-toggle:hover {
    background: rgba(255, 255, 255, .15);
    color: #fff
}

.rv-details-toggle svg {
    transition: transform .25s
}

.rv-details-toggle[aria-expanded="true"] svg {
    transform: rotate(180deg)
}

.rv-rating-details {
    background: rgba(0, 0, 0, .2);
    border-radius: 10px;
    padding: 1rem;
    animation: fadeSlideIn .2s ease
}

.rv-param-grid {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: .6rem
}

.rv-param-item {
    display: grid;
    grid-template-columns:auto 1fr auto;
    align-items: center;
    gap: .5rem
}

.rv-param-label {
    font-size: .75rem;
    color: #94c8e4;
    white-space: nowrap
}

.rv-param-bar {
    height: 5px;
    background: rgba(255, 255, 255, .12);
    border-radius: 4px;
    overflow: hidden;
    flex: 1;
    min-width: 40px
}

.rv-param-fill {
    height: 100%;
    background: linear-gradient(90deg, #ffaf08, #ffd55a);
    border-radius: 4px
}

.rv-param-val {
    font-size: .72rem;
    color: #cce8f7;
    text-align: right;
    white-space: nowrap;
    font-weight: 600
}

.rv-title {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.4
}

.rv-source-badge {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-size: .78rem;
    color: #94c8e4;
    background: rgba(255, 255, 255, .06);
    border-radius: 6px;
    padding: .3rem .6rem;
    width: fit-content
}

.rv-source-link {
    color: #ffaf08;
    font-weight: 600
}

.rv-source-link:hover {
    text-decoration: underline
}

.rv-body-wrap {
    position: relative
}

.rv-body-text p {
    font-size: .9rem;
    color: #cce8f7;
    line-height: 1.65
}

.rv-truncated {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3
}

.rv-truncated.is-expanded {
    display: block;
    -webkit-line-clamp: unset;
    line-clamp: unset
}

.rv-expand-btn {
    font-size: .82rem;
    color: #ffaf08;
    margin-top: .35rem;
    background: none;
    padding: 0;
    transition: color .2s
}

.rv-expand-btn:hover {
    color: #ffc12e;
    text-decoration: underline
}

.rv-pros-cons {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: .75rem
}

.rv-pros, .rv-cons {
    border-radius: 10px;
    padding: .75rem
}

.rv-pros {
    background: rgba(46, 207, 106, .08);
    border: 1px solid rgba(46, 207, 106, .2)
}

.rv-cons {
    background: rgba(255, 80, 80, .07);
    border: 1px solid rgba(255, 80, 80, .18)
}

.rv-pc-title {
    display: flex;
    align-items: center;
    gap: .35rem;
    font-size: .8rem;
    font-weight: 700;
    margin-bottom: .5rem
}

.rv-pros-title {
    color: #5de68a
}

.rv-cons-title {
    color: #ff8a8a
}

.rv-pc-list {
    display: flex;
    flex-direction: column;
    gap: .35rem
}

.rv-pro-item, .rv-con-item {
    font-size: .8rem;
    line-height: 1.4
}

.rv-pro-item {
    color: #b4f0cc
}

.rv-con-item {
    color: #ffb8b8
}

.rv-media-strip {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap
}

.rv-media-thumb {
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0
}

.rv-media-img {
    width: 100px;
    height: 70px;
    object-fit: cover;
    transition: transform .2s
}

.rv-media-thumb:hover .rv-media-img {
    transform: scale(1.05)
}

.rv-media-video {
    width: 200px;
    height: 120px;
    border-radius: 8px
}

.rv-footer-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: .5rem;
    padding-top: .5rem;
    border-top: 1px solid rgba(255, 255, 255, .08)
}

.rv-votes {
    display: flex;
    gap: .5rem
}

.rv-vote-btn {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .4rem .75rem;
    border-radius: 7px;
    font-size: .82rem;
    color: #94c8e4;
    background: rgba(255, 255, 255, .06);
    transition: all .2s
}

.rv-vote-btn:hover {
    background: rgba(255, 255, 255, .14);
    color: #fff
}

.rv-vote-btn.voted-like {
    background: rgba(46, 207, 106, .15);
    color: #5de68a
}

.rv-vote-btn.voted-dislike {
    background: rgba(255, 80, 80, .12);
    color: #ff8a8a
}

.rv-reply-toggle {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .4rem .85rem;
    border-radius: 7px;
    font-size: .82rem;
    color: #94c8e4;
    background: rgba(255, 255, 255, .06);
    transition: all .2s
}

.rv-reply-toggle:hover {
    background: rgba(255, 255, 255, .14);
    color: #fff
}

.rv-reply-form-wrap {
    animation: fadeSlideIn .2s ease
}

.rv-reply-form {
    display: flex;
    flex-direction: column;
    gap: .75rem
}

.rv-reply-textarea {
    background: rgba(255, 255, 255, .07);
    border: 1.5px solid rgba(255, 255, 255, .15);
    border-radius: 10px;
    padding: .75rem;
    color: #e8f4fc;
    font-size: .875rem;
    resize: vertical;
    width: 100%
}

.rv-reply-textarea:focus {
    border-color: #ffaf08;
    outline: none
}

.rv-reply-form-actions {
    display: flex;
    gap: .5rem
}

.btn-send-reply {
    background: #ffaf08;
    color: #1a1a1a;
    font-weight: 700;
    font-size: .85rem;
    padding: .5rem 1.1rem;
    border-radius: 8px;
    transition: background .2s
}

.btn-send-reply:hover {
    background: #ffc12e
}

.btn-cancel-reply {
    background: rgba(255, 255, 255, .08);
    color: #cce8f7;
    font-size: .85rem;
    padding: .5rem 1rem;
    border-radius: 8px;
    transition: background .2s
}

.btn-cancel-reply:hover {
    background: rgba(255, 255, 255, .15)
}

.section-advantages {
    padding: 4rem 0
}

.advantages-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2rem
}

.adv-card {
    background: rgba(15, 45, 70, .7);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    padding: 1.5rem;
    transition: border-color .2s, transform .2s, box-shadow .2s
}

.adv-card:hover {
    border-color: rgba(255, 175, 8, .3);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .2)
}

.adv-icon {
    color: #ffaf08;
    margin-bottom: 1rem
}

.adv-title {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: .5rem
}

.adv-text {
    font-size: .875rem;
    color: #94c8e4;
    line-height: 1.6
}

.text-center {
    text-align: center
}

.section-review-content {
    padding: 4rem 0;
    background: rgba(0, 0, 0, .1)
}

.review-content-wrap {
    background: rgba(15, 45, 70, .7);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 18px;
    padding: 2rem;
    backdrop-filter: blur(8px)
}

.review-author-block {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.author-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem
}

.author-avatar-wrap {
    flex-shrink: 0
}

.author-avatar-initials {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2d6e9a, #1f668d);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    border: 2px solid rgba(255, 175, 8, .35)
}

.author-name {
    font-size: 1rem;
    font-weight: 700;
    color: #fff
}

.author-role {
    font-size: .82rem;
    color: #94c8e4;
    margin-top: .15rem
}

.author-link {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    font-size: .8rem;
    color: #ffaf08;
    margin-top: .4rem;
    transition: color .2s
}

.author-link:hover {
    color: #ffc12e;
    text-decoration: underline
}

.author-bio {
    font-size: .875rem;
    color: #94c8e4;
    line-height: 1.65
}

.content-text-block h1, .content-text-block h2, .content-text-block h3, .content-text-block h4 {
    color: #fff;
    line-height: 1.3;
    margin: 1.5rem 0 .75rem
}

.content-text-block h2 {
    font-size: 1.4rem
}

.content-text-block h3 {
    font-size: 1.15rem
}

.content-text-block h4 {
    font-size: 1rem
}

.content-text-block p {
    font-size: .9rem;
    color: #cce8f7;
    line-height: 1.7;
    margin-bottom: 1rem
}

.content-text-block ul, .content-text-block ol {
    margin: 1rem 0 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: .4rem
}

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

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

.content-text-block li {
    font-size: .9rem;
    color: #cce8f7;
    line-height: 1.65;
    padding-left: .25rem
}

.content-text-block a {
    color: #ffaf08;
    text-decoration: underline;
    text-underline-offset: 2px
}

.content-text-block a:hover {
    color: #ffc12e
}

.content-text-block strong, .content-text-block b {
    font-weight: 700;
    color: #fff
}

.content-text-block em, .content-text-block i {
    font-style: italic
}

.content-text-block blockquote {
    background: rgba(255, 175, 8, .08);
    border-left: 3px solid #ffaf08;
    padding: 1rem 1.25rem;
    border-radius: 0 10px 10px 0;
    margin: 1.25rem 0;
    font-style: italic;
    color: #cce8f7
}

.content-text-block table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.25rem 0;
    font-size: .875rem;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.content-text-block table th, .content-text-block table td {
    border: 1.5px solid rgba(255, 255, 255, .18);
    padding: .7rem 1rem;
    text-align: left;
    color: #cce8f7
}

.content-text-block table th {
    background: rgba(45, 110, 154, .5);
    font-weight: 700;
    color: #fff
}

.content-text-block table tr:nth-child(even) td {
    background: rgba(255, 255, 255, .04)
}

.content-text-block dl dt {
    font-weight: 700;
    color: #fff;
    margin-top: 1rem
}

.content-text-block dl dd {
    font-size: .875rem;
    color: #94c8e4;
    margin-left: 1.25rem;
    margin-top: .3rem;
    line-height: 1.65
}

.content-text-block hr {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, .12);
    margin: 2rem 0
}

.content-text-block code {
    background: rgba(0, 0, 0, .3);
    padding: .15rem .45rem;
    border-radius: 5px;
    font-size: .85rem;
    color: #ffd55a;
    font-family: monospace
}

.content-text-block pre {
    background: rgba(0, 0, 0, .35);
    padding: 1rem;
    border-radius: 10px;
    overflow-x: auto;
    margin: 1rem 0
}

.content-text-block pre code {
    background: none;
    padding: 0;
    color: #b4f0cc
}

.section-faq {
    padding: 4rem 0
}

.faq-list {
    max-width: 800px;
    margin: 2rem auto 0;
    display: flex;
    flex-direction: column;
    gap: .75rem
}

.faq-item {
    background: rgba(15, 45, 70, .7);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    overflow: hidden;
    transition: border-color .2s
}

.faq-item:hover {
    border-color: rgba(255, 175, 8, .25)
}

.faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    font-size: .95rem;
    font-weight: 600;
    color: #e8f4fc;
    text-align: left;
    transition: background .2s
}

.faq-q:hover {
    background: rgba(255, 255, 255, .05)
}

.faq-q[aria-expanded="true"] {
    color: #ffaf08
}

.faq-arrow {
    flex-shrink: 0;
    transition: transform .25s
}

.faq-q[aria-expanded="true"] .faq-arrow {
    transform: rotate(180deg)
}

.faq-a {
    padding: 0 1.25rem 1.1rem
}

.faq-a p {
    font-size: .875rem;
    color: #94c8e4;
    line-height: 1.7
}

.faq-a a {
    color: #ffaf08
}

.faq-a a:hover {
    text-decoration: underline
}

.site-footer {
    background: #2d6e9a
}

.ftr-wrap {
    padding: 3rem 0 1.5rem
}

.ftr-top {
    display: grid;
    grid-template-columns:1fr 160px 1fr;
    gap: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, .12)
}

.ftr-logo-link {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin-bottom: .75rem
}

.ftr-logo-img {
    width: 40px;
    height: 40px;
    border-radius: 9px;
    object-fit: cover
}

.ftr-logo-text {
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff
}

.ftr-logo-text span {
    color: #ffaf08
}

.ftr-desc {
    font-size: .82rem;
    color: rgba(255, 255, 255, .65);
    line-height: 1.6
}

.ftr-col-title {
    font-size: .8rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: .75rem
}

.ftr-nav-list {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.ftr-nav-link {
    font-size: .875rem;
    color: rgba(255, 255, 255, .7);
    transition: color .2s
}

.ftr-nav-link:hover {
    color: #fff
}

.ftr-trust-logos {
    display: flex;
    flex-direction: column;
    gap: .6rem
}

.ftr-trust-item {
    display: block
}

.ftr-trust-badge {
    display: inline-block;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 6px;
    padding: .3rem .65rem;
    font-size: .75rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .8);
    transition: background .2s
}

.ftr-trust-badge:hover {
    background: rgba(255, 255, 255, .2)
}

.ftr-age-warning {
    display: flex;
    align-items: center;
    gap: .4rem;
    font-size: .75rem;
    color: rgba(255, 255, 255, .6);
    margin-top: 1rem
}

.ftr-bottom {
    padding-top: 1.5rem
}

.ftr-copyright {
    font-size: .85rem;
    color: rgba(255, 255, 255, .75);
    margin-bottom: .5rem
}

.ftr-legal {
    font-size: .75rem;
    color: rgba(255, 255, 255, .45);
    line-height: 1.65
}

.sticky-widget {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background: #2d6e9a;
    border-top: 2px solid rgba(255, 175, 8, .4);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, .3);
    transform: translateY(100%);
    transition: transform .4s cubic-bezier(.25, .8, .25, 1)
}

.sticky-widget.is-visible {
    transform: translateY(0)
}

.sticky-widget-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: .75rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem
}

.sw-bonus {
    font-size: 1rem;
    font-weight: 700;
    color: #ffaf08
}

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

.sw-btn {
    display: inline-block;
    background: #ffaf08;
    color: #1a1a1a;
    font-weight: 700;
    font-size: .95rem;
    padding: .65rem 1.75rem;
    border-radius: 9px;
    transition: background .2s, box-shadow .2s;
    text-decoration: none
}

.sw-btn:hover {
    background: #ffc12e;
    box-shadow: 0 3px 12px rgba(255, 175, 8, .45)
}

@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateY(-6px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.xk2fy9 {
    display: none
}

.p0w4zq {
    visibility: hidden;
    position: absolute
}

.lk9m3v {
    pointer-events: none;
    opacity: 0;
    height: 0;
    overflow: hidden
}

.wp-caption, .wp-post-image, .alignleft, .alignright, .aligncenter {
    max-width: 100%
}

.elementor-section, .elementor-container, .elementor-widget-wrap {
    position: relative
}

.entry-content, .post-content, .page-content {
    line-height: 1.7
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

@media (max-width: 1100px) {
    .hero-content-grid {
        grid-template-columns:340px 1fr
    }

    .hero-bonus-tiles-row {
        grid-template-columns:repeat(2, 1fr)
    }

    .advantages-grid {
        grid-template-columns:repeat(2, 1fr)
    }

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

    .ftr-trust-col {
        grid-column: span 2
    }
}

@media (max-width: 900px) {
    .hero-content-grid {
        grid-template-columns:1fr;
        grid-template-rows:auto auto
    }

    .hero-summary-col {
        display: grid;
        grid-template-columns:1fr 1fr
    }

    .hero-params-card .hero-params-list {
        grid-template-columns:1fr
    }

    .form-ratings-grid {
        grid-template-columns:repeat(2, 1fr)
    }

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

@media (max-width: 768px) {
    .hdr-inner {
        grid-template-columns:auto 1fr auto auto;
        gap: .5rem
    }

    .hdr-nav-wrap {
        position: fixed;
        top: 64px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #1a3d5c;
        z-index: 99;
        padding: 1.5rem;
        transform: translateX(-100%);
        transition: transform .3s ease;
        overflow-y: auto
    }

    .hdr-nav-wrap.is-open {
        transform: translateX(0)
    }

    .hdr-nav {
        height: 100%
    }

    .hdr-nav-list {
        flex-direction: column;
        gap: .5rem;
        align-items: stretch
    }

    .hdr-nav-link {
        font-size: 1rem;
        padding: .75rem 1rem
    }

    .hdr-burger {
        display: flex
    }

    .hero-summary-col {
        display: flex;
        flex-direction: column
    }

    .hero-params-card {
        display: none
    }

    .hero-bonus-tiles-row {
        grid-template-columns:repeat(2, 1fr)
    }

    .hero-tile-btns {
        flex-direction: column
    }

    .form-grid-2 {
        grid-template-columns:1fr
    }

    .form-ratings-grid {
        grid-template-columns:1fr 1fr
    }

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

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

    .hero-param-row {
        grid-template-columns:120px 1fr
    }

    .bonus-for-review-banner {
        flex-direction: column;
        align-items: flex-start
    }

    .ftr-top {
        grid-template-columns:1fr;
        gap: 1.5rem
    }

    .ftr-trust-col {
        grid-column: unset
    }

    .rv-param-grid {
        grid-template-columns:1fr
    }

    .section-leave-review, .section-user-reviews, .section-advantages, .section-review-content, .section-faq {
        padding: 2.5rem 0
    }

    .hero-section {
        padding: 2rem 0 1.5rem
    }
}

@media (max-width: 480px) {
    .hero-bonus-tiles-row {
        grid-template-columns:1fr
    }

    .form-ratings-grid {
        grid-template-columns:1fr
    }

    .hdr-actions-wrap {
        gap: .35rem
    }

    .btn-hdr {
        padding: .45rem .75rem;
        font-size: .8rem
    }

    .hdr-logo-text {
        font-size: 1rem
    }

    .hero-game-tile {
        padding: 1.1rem
    }

    .review-form-wrap {
        padding: 1.25rem
    }

    .sticky-widget-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: .5rem;
        padding: .75rem 1rem
    }

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

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

body {
    overflow-x: visible
}

.site-wrapper, .site-main, .hero-section, .section-leave-review, .section-user-reviews, .section-advantages, .section-review-content, .section-faq {
    max-width: 100%
}

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

.hero-content-grid, .hero-game-tile, .hero-ratings-card, .hero-params-card, .review-form-wrap, .review-content-wrap, .rv-card, .adv-card {
    min-width: 0;
    max-width: 100%
}

.hero-bg-wrap, .hero-bg-img, .hero-bg-overlay {
    max-width: 100%
}

.hero-bg-img {
    width: 100%;
    height: 100%
}

@media (max-width: 900px) {
    .hero-content-grid {
        grid-template-columns:1fr !important
    }

    .hero-summary-col {
        display: grid;
        grid-template-columns:1fr 1fr;
        gap: 1rem
    }

    .hero-bonus-tiles-row {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 768px) {
    .site-container {
        padding: 0 14px
    }

    .hdr-inner {
        grid-template-columns:auto 1fr auto auto;
        gap: .5rem
    }

    .hdr-actions-wrap {
        gap: .35rem
    }

    .btn-hdr {
        padding: .45rem .75rem;
        font-size: .8rem
    }

    .hdr-logo-img {
        width: 40px;
        height: 40px
    }

    .hero-section {
        padding: 1.5rem 0 1rem
    }

    .hero-content-grid {
        grid-template-columns:1fr !important;
        gap: 1rem
    }

    .hero-game-tile {
        padding: 1.1rem;
        border-radius: 16px
    }

    .hero-game-logo {
        width: 64px;
        height: 64px;
        border-radius: 12px
    }

    .hero-score-num {
        font-size: 1.4rem
    }

    .hero-stars .hstar {
        font-size: 1.25rem
    }

    .btn-lg {
        font-size: .95rem;
        padding: .85rem 1.15rem
    }

    .hero-summary-col {
        display: flex;
        flex-direction: column;
        gap: 1rem
    }

    .hero-rbar-item {
        grid-template-columns:28px 1fr 22px;
        gap: .5rem
    }

    .hero-rbar-label, .hero-rbar-cnt {
        font-size: .78rem
    }

    .hero-total-reviews {
        text-align: left
    }

    .hero-bonus-tiles-row {
        grid-template-columns:1fr !important;
        gap: .75rem
    }

    .hero-bonus-tile {
        padding: 1rem;
        gap: .7rem
    }

    .bonus-tile-btn {
        margin-left: 0;
        align-self: flex-start
    }

    .bonus-for-review-banner {
        flex-direction: column;
        align-items: flex-start;
        gap: .75rem;
        padding: 1rem 1.1rem
    }

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

    .review-form-wrap {
        padding: 1.25rem;
        border-radius: 16px
    }

    .form-grid-2 {
        grid-template-columns:1fr
    }

    .form-ratings-grid {
        grid-template-columns:1fr
    }

    .btn-submit-review {
        width: 100%;
        justify-content: center
    }

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

    .rv-card {
        padding: 1.15rem
    }

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

    .rv-rating-block {
        width: 100%;
        justify-content: space-between
    }

    .rv-media-img {
        width: 92px;
        height: 64px
    }

    .rv-media-video {
        width: 100%;
        height: 190px
    }

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

    .review-content-wrap {
        padding: 1.25rem;
        border-radius: 16px
    }

    .content-text-block table {
        display: block;
        overflow-x: auto;
        max-width: 100%
    }

    .faq-list {
        max-width: 100%
    }

    .faq-q {
        padding: 1rem 1.05rem;
        font-size: .92rem
    }

    .faq-a {
        padding: 0 1.05rem 1rem
    }
}

@media (max-width: 480px) {
    .site-container {
        padding: 0 12px
    }

    .hdr-inner {
        min-height: 58px
    }

    .hero-game-logo-wrap {
        gap: .75rem
    }

    .hero-bonus-block {
        padding: .9rem 1rem
    }

    .hero-bonus-val {
        font-size: 1.12rem
    }

    .btn-primary, .btn-outline {
        width: 100%
    }

    .hero-tile-btns {
        gap: .6rem
    }

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

    .sticky-widget-inner {
        flex-direction: column;
        align-items: stretch
    }

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