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

ul,
ol {
  margin: 30px 0;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

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

input,
button,
textarea,
select {
  font: inherit;
  border: none;
}

button,
[role=button] {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  color: #050B19;
}

h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child {
  margin-top: 0;
}

h1,
.h1 {
  font-size: 42px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 16px;
}

h2,
.h2 {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  margin: 48px 0 16px;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 1.4;
  margin: 40px 0 16px;
  font-weight: 700;
}

h4,
.h4 {
  margin: 40px 0 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}

p {
  line-height: 1.6;
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 24px;
    line-height: 1.4;
  }
  h2,
  .h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  p {
    line-height: 1.4;
  }
}
a {
  color: #FFFFFF;
  transition: all 0.3s;
}

.post-entry {
  width: 100%;
  padding: 40px 0;
}
.post-entry .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.post-entry .is-style-block-bg,
.post-entry .wp-block-group:not(.alignfull):not(.container):not(.reviews-section) {
  background: #FFFFFF;
  padding: 60px 32px;
  border-radius: 16px;
  box-shadow: 0px 4px 34px 0px rgba(201, 211, 242, 0.25);
  margin-bottom: 120px;
}
.post-entry .is-style-block-bg.detailed-reviews--card, .post-entry .is-style-block-bg.bonus-card,
.post-entry .wp-block-group:not(.alignfull):not(.container):not(.reviews-section).detailed-reviews--card,
.post-entry .wp-block-group:not(.alignfull):not(.container):not(.reviews-section).bonus-card {
  padding: 28px;
  margin-bottom: 24px;
}
.post-entry .is-style-block-bg.detailed-reviews--card:last-child, .post-entry .is-style-block-bg.bonus-card:last-child,
.post-entry .wp-block-group:not(.alignfull):not(.container):not(.reviews-section).detailed-reviews--card:last-child,
.post-entry .wp-block-group:not(.alignfull):not(.container):not(.reviews-section).bonus-card:last-child {
  margin-bottom: 0;
}
.post-entry .is-style-block-bg.game-row,
.post-entry .wp-block-group:not(.alignfull):not(.container):not(.reviews-section).game-row {
  padding: 20px 24px;
  margin-bottom: 16px;
}
.post-entry .is-style-block-bg.game-row:last-child,
.post-entry .wp-block-group:not(.alignfull):not(.container):not(.reviews-section).game-row:last-child {
  margin-bottom: 0;
}
.post-entry .is-style-block-bg.faq-box,
.post-entry .wp-block-group:not(.alignfull):not(.container):not(.reviews-section).faq-box {
  padding: 28px;
  margin-bottom: 0;
}
.post-entry .is-style-block-bg.start-step,
.post-entry .wp-block-group:not(.alignfull):not(.container):not(.reviews-section).start-step {
  padding: 24px;
  margin-bottom: 0;
}
.post-entry .wp-block-columns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
  margin: 0 0 16px;
}
.post-entry .wp-block-columns:last-child {
  margin-bottom: 0;
}
.post-entry .wp-block-column {
  flex: 1 1 0;
  min-width: 260px;
}
.post-entry .wp-block-column.game-row--icon-col {
  flex: 0 0 120px;
  min-width: 0;
}
.post-entry .has-text-align-left {
  text-align: left !important;
}
.post-entry .has-text-align-right {
  text-align: right !important;
}
.post-entry .has-text-align-center {
  text-align: center !important;
}
.post-entry ol {
  margin: 16px 0;
  padding: 0;
  counter-reset: li;
  list-style: none;
}
.post-entry ol li {
  margin-bottom: 16px;
  counter-increment: li;
  position: relative;
  padding-left: 38px;
}
.post-entry ol li:before {
  content: counter(li, decimal-leading-zero) "";
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background: rgba(24, 80, 254, 0.1);
  border-radius: 8px;
  color: #1850FE;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  line-height: 28px;
}
.post-entry ul {
  margin: 16px 0;
  padding: 0;
  list-style: none;
}
.post-entry ul li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 24px;
}
.post-entry ul li:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 6px;
  border-radius: 50%;
  background: #1850FE;
  height: 8px;
  width: 8px;
}
.post-entry .wp-block-table {
  border: 1px solid #DDE8FF;
  overflow: hidden;
  max-width: 100%;
  border-radius: 16px;
  margin: 16px 0;
}
.post-entry .wp-block-table thead {
  border-bottom: none;
}
.post-entry .wp-block-table table {
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 100%;
}
.post-entry .wp-block-table th {
  background: #050B19;
  color: #FFFFFF;
  font-weight: 700;
}
.post-entry .wp-block-table td,
.post-entry .wp-block-table th {
  padding: 19px 20px;
  line-height: 1.4;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #DDE8FF;
}
.post-entry .wp-block-table tbody tr:last-child td {
  border-bottom: none;
}
.post-entry .wp-block-table tbody tr:nth-child(even) td {
  background: #F5F7FC;
}
.post-entry .wp-block-image {
  margin: 16px 0;
}
.post-entry .wp-block-image img {
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .post-entry .wp-block-table {
    overflow-x: auto;
  }
  .post-entry .wp-block-table td,
  .post-entry .wp-block-table th {
    padding: 8px 12px;
  }
  .post-entry .is-style-block-bg,
  .post-entry .wp-block-group:not(.alignfull):not(.container):not(.reviews-section) {
    width: auto;
    margin-right: -15px;
    margin-left: -15px;
    padding: 40px 16px;
    margin-bottom: 40px;
  }
  .post-entry .is-style-block-bg.detailed-reviews--card, .post-entry .is-style-block-bg.bonus-card, .post-entry .is-style-block-bg.game-row, .post-entry .is-style-block-bg.faq-box, .post-entry .is-style-block-bg.start-step,
  .post-entry .wp-block-group:not(.alignfull):not(.container):not(.reviews-section).detailed-reviews--card,
  .post-entry .wp-block-group:not(.alignfull):not(.container):not(.reviews-section).bonus-card,
  .post-entry .wp-block-group:not(.alignfull):not(.container):not(.reviews-section).game-row,
  .post-entry .wp-block-group:not(.alignfull):not(.container):not(.reviews-section).faq-box,
  .post-entry .wp-block-group:not(.alignfull):not(.container):not(.reviews-section).start-step {
    margin-right: 0;
    margin-left: 0;
    padding: 20px;
  }
  .post-entry .wp-block-columns {
    flex-direction: column;
    gap: 20px;
  }
}

.bg-cover {
  background-size: cover;
  background-position: center;
}

.bg-contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.obj-cover {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.obj-contain {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}

.btn-primary {
  position: relative;
  display: inline-block;
  padding: 16px 60px;
  border-radius: 12px;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.15;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background: #16C079;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 88px;
  z-index: 1000;
  background: #FFFFFF;
  box-shadow: 0 1px 0 rgba(5, 11, 25, 0.06);
}
.header--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 88px;
}
.header--logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.header--logo img {
  height: 34px;
  width: auto;
}
.header--logo-text {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #050B19;
  text-decoration: none;
  line-height: 1;
}
.header--menu {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
.header--menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header--menu .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.header--menu li {
  display: flex;
}
.header--menu .menu-item-has-children {
  position: relative;
}
.header--menu .menu-item-has-children > a::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 2px;
  margin-top: -3px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  flex-shrink: 0;
}
.header--menu .menu-item-has-children:hover .sub-menu {
  display: flex;
}
.header--menu .sub-menu {
  position: absolute;
  flex-direction: column;
  gap: 7px;
  top: 100%;
  left: 0;
  background: #FFFFFF;
  box-shadow: 0 12px 24px rgba(5, 11, 25, 0.1);
  border-radius: 8px;
  padding: 14px 16px;
  width: 220px;
  display: none;
}
.header--menu a {
  color: #4D5D79;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  line-height: 1.4;
  white-space: nowrap;
  transition: color 0.15s ease;
}
.header--menu a:hover {
  color: #1850FE;
}
.header--menu .menu-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.header--actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.header--theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  background: #DDE8FF;
  border-radius: 12px;
  padding: 4px;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}
.header--theme-toggle-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #4D5D79;
  transition: background 0.15s ease, color 0.15s ease;
}
.header--theme-toggle-option.is-active {
  background: #FFFFFF;
  color: #050B19;
  box-shadow: 0 1px 3px rgba(5, 11, 25, 0.15);
}
.header--cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #1850FE;
  color: #FFFFFF;
  border-radius: 12px;
  padding: 12px 20px;
  text-decoration: none;
  white-space: nowrap;
}
.header--cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header--cta-icon svg {
  display: block;
}
.header--cta-text {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.header--menu-open {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
@media (max-width: 1024px) {
  .header {
    height: 72px;
  }
  .header--row {
    height: 72px;
  }
  .header--menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 12px 24px rgba(5, 11, 25, 0.1);
    z-index: 1000;
    max-height: calc(100vh - 72px);
    overflow-y: auto;
    padding: 25px 15px;
  }
  .header--menu li {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .header--menu.menu-active {
    display: block;
  }
  .header--menu .menu {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
  .header--menu .menu-item-has-children {
    flex-wrap: wrap;
  }
  .header--menu .sub-menu {
    display: none;
    position: static;
    flex-direction: column;
    gap: 12px;
    top: auto;
    left: auto;
    width: 100%;
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 12px 0 0 16px;
    margin-top: 4px;
    border-left: 1px solid #DDE8FF;
  }
  .header--menu .menu-item-has-children.is-open .sub-menu {
    display: flex;
  }
  .header--menu .menu-item-has-children.is-open > a::after {
    transform: rotate(225deg);
    margin-top: 3px;
  }
  .header--logo img {
    height: 28px;
    width: auto;
  }
  .header--logo-text {
    font-size: 20px;
  }
  .header--cta-text {
    display: none;
  }
  .header--cta {
    padding: 10px;
  }
  .header--menu-open {
    display: inline-flex;
  }
}

.footer {
  background: #FFFFFF;
  padding: 60px 0 0;
}
.footer--top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 40px;
}
.footer--about {
  flex: 0 0 300px;
  max-width: 300px;
}
.footer--logo {
  margin-bottom: 20px;
}
.footer--logo img {
  max-height: 40px;
  width: auto;
  display: block;
}
.footer--description {
  color: #4D5D79;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 24px;
}
.footer--badges {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer--badges-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer--badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #050B19;
  font-size: 13px;
  white-space: nowrap;
}
.footer--badge strong {
  font-weight: 700;
}
.footer--badge sup {
  font-size: 9px;
  margin-left: 1px;
}
.footer--badge-text {
  color: #4D5D79;
}
.footer--badge-dmca {
  background: rgba(22, 192, 121, 0.08);
  border-radius: 8px;
  padding: 6px 10px;
}
.footer--badge-dmca span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.footer--menus {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.footer--menu {
  flex: 1 1 120px;
  min-width: 120px;
}
.footer--menu-title {
  font-size: 18px;
  font-weight: 700;
  color: #050B19;
  margin-bottom: 20px;
}
.footer--menu-inner ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer--menu-inner a {
  color: #4D5D79;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.15s ease;
}
.footer--menu-inner a:hover {
  color: #1850FE;
}
.footer--bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 20px 0;
  border-top: 1px solid #DDE8FF;
}
.footer--copyright {
  color: #4D5D79;
  font-size: 13px;
}
.footer--bottom-menu ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer--bottom-menu a {
  color: #4D5D79;
  font-size: 13px;
  text-decoration: none;
}
.footer--bottom-menu a:hover {
  color: #1850FE;
}
.footer--disclaimer {
  background: #F5F7FC;
  border-top: 1px solid #DDE8FF;
  padding: 32px 0;
}
.footer--disclaimer p {
  margin: 0;
  color: #4D5D79;
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 1024px) {
  .footer {
    padding-top: 40px;
  }
  .footer--top {
    flex-direction: column;
    gap: 32px;
  }
  .footer--about {
    flex: none;
    max-width: 100%;
  }
  .footer--menus {
    gap: 24px;
  }
  .footer--menu {
    flex: 1 1 45%;
    min-width: 140px;
  }
  .footer--bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.detailed-reviews-section,
.faq-simple-section,
.bonuses-section,
.top-games-section,
.payment-methods-section,
.start-guide-section,
.practical-tips-section,
.faq-list-section {
  padding: 64px 0;
}
@media (max-width: 1024px) {
  .detailed-reviews-section,
  .faq-simple-section,
  .bonuses-section,
  .top-games-section,
  .payment-methods-section,
  .start-guide-section,
  .practical-tips-section,
  .faq-list-section {
    padding: 40px 0;
  }
}

.start-step--number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 0 16px;
  border-radius: 50%;
  background: #1850FE;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.detailed-reviews--media-col,
.bonus-card--media-col {
  flex: 1 1 320px;
}
@media (max-width: 1024px) {
  .detailed-reviews--media-col,
  .bonus-card--media-col {
    flex: none;
    width: 100%;
  }
}

.detailed-reviews--media,
.bonus-card--media {
  margin: 0;
}
.detailed-reviews--media img,
.bonus-card--media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.hero {
  position: relative;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 56px 0 72px;
  border-bottom: 2px solid #DDE8FF;
  overflow: hidden;
}
.hero--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.hero--content {
  flex: 1 1 480px;
  max-width: 560px;
  position: relative;
  z-index: 1;
}
.hero--visual {
  flex: 1 1 460px;
  display: flex;
  justify-content: center;
}
.hero--visual img {
  max-width: 100%;
  height: auto;
}
.hero--badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #DDE8FF;
  color: #1850FE;
  padding: 6px 14px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.hero--title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  color: #050B19;
  margin: 0 0 16px;
}
.hero--title-accent {
  color: #F5A623;
}
.hero--description {
  font-size: 16px;
  color: #4D5D79;
  line-height: 1.6;
  margin: 0 0 24px;
  max-width: 460px;
}
.hero--meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
  font-size: 13px;
  color: #4D5D79;
}
.hero--meta-divider {
  width: 1px;
  height: 14px;
  background: #DDE8FF;
}
.hero--reviewer {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero--reviewer-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero--reviewer strong {
  color: #1850FE;
  font-weight: 600;
  text-decoration: underline;
}
.hero--actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.hero--btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1850FE;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 16px 28px;
  border-radius: 12px;
  text-decoration: none;
  white-space: nowrap;
}
.hero--trust {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #4D5D79;
  font-size: 12px;
  line-height: 1.5;
}
.hero--trust svg {
  color: #1850FE;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .hero {
    padding: 40px 0 48px;
  }
  .hero--row {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero--visual {
    order: -1;
    flex: none;
    width: 100%;
    max-width: 420px;
  }
  .hero--content {
    flex: none;
    max-width: 100%;
  }
  .hero--title {
    font-size: 32px;
  }
}

.review-listing {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

.review-card {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #DDE8FF;
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.15s ease;
}
.review-card.is-open {
  border-color: #1850FE;
}
.review-card--rank {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1850FE;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  border-radius: 12px 0;
}
.review-card--row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 24px 20px 44px;
  background: #F9FBFF;
}
.review-card--logo {
  flex-shrink: 0;
  width: 140px;
}
.review-card--logo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.review-card--info {
  flex: 1 1 180px;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.review-card--name {
  font-size: 18px;
  font-weight: 700;
  color: #050B19;
}
.review-card--rating {
  display: flex;
  align-items: center;
  gap: 8px;
}
.review-card--stars {
  display: inline-flex;
  gap: 2px;
  color: #DDE8FF;
}
.review-card--stars svg {
  fill: currentColor;
}
.review-card--stars svg.is-filled {
  color: #F5A623;
}
.review-card--rating-value {
  font-size: 13px;
  font-weight: 600;
  color: #050B19;
}
.review-card--link {
  color: #1850FE;
  font-size: 13px;
  text-decoration: underline;
  font-weight: 600;
}
.review-card--stats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.review-card--stat {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 76px;
  padding: 0 20px;
  text-align: center;
}
.review-card--stat:first-child {
  padding-left: 0;
}
.review-card--stat:last-child {
  padding-right: 0;
}
.review-card--stat + .review-card--stat {
  border-left: 1px solid rgba(5, 11, 25, 0.1);
}
.review-card--stat-label {
  font-size: 12px;
  color: #4D5D79;
  white-space: nowrap;
}
.review-card--stat-value {
  font-size: 15px;
  font-weight: 700;
  color: #F5A623;
}
.review-card--actions {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 170px;
}
.review-card--play {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1850FE;
  color: #FFFFFF;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
.review-card--promo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #FFFFFF;
  color: #1850FE;
  border: 1px solid #1850FE;
  border-radius: 12px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s ease;
}
.review-card--promo.is-copied {
  background: #DDE8FF;
}
.review-card--details {
  display: none;
  grid-template-columns: minmax(200px, 1fr) minmax(280px, 2fr) minmax(150px, 1fr);
  gap: 28px;
  padding: 20px 24px 35px;
  border-top: 1px solid #DDE8FF;
}
.review-card.is-open .review-card--details {
  display: grid;
}
.review-card--features {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.review-card--feature {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #4D5D79;
}
.review-card--feature svg {
  flex-shrink: 0;
}
.review-card--middle {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.review-card--deposit-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #050B19;
}
.review-card--deposit-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.review-card--show-all {
  background: none;
  border: none;
  padding: 0;
  color: #1850FE;
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  white-space: nowrap;
}
.review-card--chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  min-height: 32px;
  padding: 6px 12px;
  background: #DDE8FF;
  color: #4D5D79;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
}
.review-card--chip.is-extra {
  display: none;
}
.review-card--chip img {
  max-width: 40px;
  max-height: 16px;
  width: auto;
  height: auto;
}
.review-card--deposit.is-expanded .review-card--chip.is-extra {
  display: inline-flex;
}
.review-card--games-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #050B19;
  margin-bottom: 10px;
}
.review-card--games-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.review-card--game-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #DDE8FF;
  color: #050B19;
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
}
.review-card--game-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1850FE;
  flex-shrink: 0;
}
.review-card--side {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.review-card--side-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
  color: #4D5D79;
}
.review-card--side-row > span:last-child,
.review-card--side-row > .review-card--tooltip-wrap {
  color: #050B19;
  font-weight: 600;
}
.review-card--mobile-icons {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #050B19;
}
.review-card--tooltip-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #1850FE;
  cursor: help;
}
.review-card--tooltip-wrap .review-card--tooltip {
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
  width: 200px;
  background: #050B19;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 12px;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease;
  z-index: 5;
}
.review-card--tooltip-wrap:hover .review-card--tooltip, .review-card--tooltip-wrap:focus-visible .review-card--tooltip {
  opacity: 1;
  visibility: visible;
}
.review-card--toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  background: #DDE8FF;
  color: #1850FE;
  border: none;
  border-radius: 1000px 1000px 0 0;
  padding: 4px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.review-card--toggle svg {
  transition: transform 0.2s ease;
}
.review-card.is-open .review-card--toggle svg {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .review-card--row {
    padding: 16px 16px 40px 36px;
  }
  .review-card--logo {
    width: 110px;
  }
  .review-card--stat {
    min-width: 68px;
    padding: 0 12px;
  }
  .review-card--actions {
    width: 100%;
  }
  .review-card--details {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 16px;
  }
}

.error-404 {
  min-height: calc(100vh - 86px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.error-404 span {
  margin-bottom: 24px;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 1024px) {
  .error-404 span {
    font-size: 20px;
  }
}
.error-404 img {
  margin-bottom: 40px;
  width: 770px;
  aspect-ratio: 770/300;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .error-404 img {
    margin-bottom: 24px;
  }
}

html,
body {
  margin-top: 0 !important;
  font-family: "Poppins", sans-serif;
  background: #FFFFFF;
  color: #4D5D79;
  position: relative;
  max-width: 100vw;
  min-height: 100vh;
  font-size: 16px;
}
html.-toggle,
body.-toggle {
  overflow: hidden;
}

body {
  padding-top: calc(88px + 27px);
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  body {
    padding-top: calc(72px + 16px);
  }
}

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