html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #020100;
  display: flex;
  flex-direction: column;
  color: #fff;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: inherit;
  cursor: pointer;
}

img {
  border-style: none;
  max-width: 100%;
  max-height: 100%;
}

/* Основная структура */
.wrapper {
  display: flex;
}

.wrapper-right {
  width: 100%;
}

/* Логотип */
.logo {
  display: flex;
  justify-content: center;
  height: 24px;
}

.logo__img {
  max-width: 225px;
  object-fit: cover;
}

/* Кнопка выхода */
.button-out {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  transform: scaleX(-1);
}

.button-out__img {
  width: 100%;
  height: 100%;
}

/* Основной контент */
.main {
  margin-top: 0;
}

/* Интро блоки */
.intro {
  display: flex;
  max-height: 400px;
}

.intro__block {
  margin-right: 12px;
  height: 250px;
  padding: 20px;
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  text-decoration: none;
  background: #131a2d;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
}

.intro__block:last-child {
  margin-right: 0px;
}

.intro__img {
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: right;
}

.intro-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.intro-block__plash {
  color: #fff;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  content: "";
  display: flex;
  gap: 4px;
  align-items: center;
  min-height: 19px;
  padding: 1px 8px;
  line-height: 1;
  border-radius: 10px;
  background: #401166;
  z-index: 100;
}

.intro-block__icon {
  width: 12px;
  height: 12px;
}

.intro-block__content {
  z-index: 100;
}

.intro-block__fiol {
  color: #cd7dfc;
  font-size: 16px;
  margin-bottom: 5px;
}

.intro-block__title {
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
}

.intro-block__btn {
  z-index: 100;
}

/* Кнопки */
.btn {
  min-height: 40px;
  display: grid;
  grid-column-gap: initial;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  padding: 4px 8px;
  background: linear-gradient(180deg, #00b6ef 0%, #75acff 100%);
  box-shadow: none;
  border: none;
  border-radius: 8px;
  text-align: center;
  position: relative;
}

/* Категории */
.categories {
  padding: 9px 24px;
  overflow: auto;
}

.categories::-webkit-scrollbar {
  height: 3px;
  width: 30px;
}

.categories::-webkit-scrollbar-thumb {
  background: rgba(118, 151, 244, 0.5);
  border-radius: 10px;
}

.categories::-webkit-scrollbar-track {
  margin: 5px;
  background: #131a2d;
  border-radius: 10px;
}

.categories__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.categories__button {
  display: flex;
  align-items: center;
  transition: 0.2s;
  justify-content: center;
  border-radius: 8px 8px 0 0;
  padding: 12px;
  font-size: 16px;
  margin-right: 18px;
  white-space: nowrap;
}

.categories__button:last-child {
  margin-right: 0px;
}

.categories__button_active {
  color: #fff;
  font-weight: bold;
  border-bottom: 2px solid #fff;
}

.categories__icon {
  margin-right: 15px;
  height: 16px;
  flex-shrink: 0;
  fill: #fff;
}

.categories__text {
  line-height: 1.2;
  text-align: center;
  color: #fff;
}

/* Игры */

.gam-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}

.gam__title {
  font-weight: 400;
  font-size: 20px;
}

.gam-nav {
  display: flex;
  align-items: center;
}

.gam-nav__count {
  margin: 0 12px 0 0;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  padding: 3px 12px;
  background: rgba(35, 46, 74, 0.6);
  border-radius: 60px;
  line-height: 1;
}

.gam-nav__btn {
  transition: background 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--wlc-navi-button-size, 24px);
  height: var(--wlc-navi-button-size, 24px);
  color: var(--mc-baseMain);
  background: rgba(35, 46, 74, 0.6);
  outline: none;
  border-radius: 20px;
  border: none;
  box-shadow: none;
}

.gam-nav__btn_first {
  background: rgba(35, 46, 74, 0.4);
  transform: rotate(180deg);
  margin-right: 5px;
}

.gam-nav__icon {
  width: 16px;
  height: 16px;
}

.gam__content {
  display: flex;
  align-items: stretch;
  margin: 0 -8px;
}

.gam__gam {
  position: relative;
  height: 218px;
  width: calc(16.666% - 16px);
  margin: 0 8px;
}

.gam__img {
  object-fit: cover;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
}

/* Провайдеры */
.prov {
  margin: 20px 0 0 0;
  overflow: auto;
  width: 100%;
}

.prov__title {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 20px;
}

.prov__content {
  overflow: auto;
  padding-bottom: 10px;
  display: flex;
  align-items: stretch;
}

.prov__content::-webkit-scrollbar {
  height: 3px;
  width: 30px;
}

.prov__content::-webkit-scrollbar-thumb {
  background: rgba(118, 151, 244, 0.5);
  border-radius: 10px;
}

.prov__content::-webkit-scrollbar-track {
  margin: 5px;
  background: #131a2d;
  border-radius: 10px;
}

.prov__item {
  font-size: 2rem;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-shadow: 0 1px 0px #364a7d;
  font-weight: 700;
  text-decoration: none;
  background: #131a2d;
  border-radius: 10px;
  margin-right: 16px;
}

.prov__item:last-child {
  margin-right: 0;
}

.prov__icon {
  height: 37.2px;
}

/* Футер */
.footer {
  padding: 40px 0;
  background: transparent;
}

.footer-top {
  display: flex;
  align-items: flex-start;
}

.footer-top__left {
  width: 100%;
}

.footer-top__line {
  display: flex;
  align-items: center;
}

.footer-top__logo {
  height: 30px;
  margin-right: 30px;
}

.footer-logo {
  height: 100%;
  width: 100%;
}

.footer-icons {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.footer-icons__icon {
  height: 32px;
  margin-right: 20px;
}

.footer-icons__icon:last-child {
  margin-right: 0;
}

.footer-top__right {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px 0;
  margin: 0 -10px;
}

.footer-top__block {
  margin: 0 10px;
  min-width: 160px;
}

.footer-top__title {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 14px;
}

.footer-top__link {
  font-size: 12px;
  color: #8194c8;
  margin: 0 0 12px 0;
  display: block;
}

.footer-text {
  color: #454c60;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 1.45;
  margin-top: 20px;
}

.footer-text p {
  color: #454c60;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 1.45;
  text-align: left;
  margin-bottom: 10px;
}

.footer-text p:last-child {
  margin-bottom: 0;
}

.block_payments {
  margin: 20px 0;
}

.icon-list__wrapper {
  display: flex;
  align-items: center;
}

.icon-list__wrapper svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  color: #fff;
  fill: #8194c8;
  height: 32px;
  width: auto;
}

.wp {
  margin: 20px 10px;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 991px) {
  .wp {
    flex-shrink: 0;
    height: 20px;
  }
  .gam__content {
    flex-wrap: wrap;
  }
  .gam__gam {
    margin: 8px 8px;
    width: calc(20% - 16px);
  }
  .icon-list__wrapper {
    overflow-x: scroll;
  }
  .icon-list__wrapper::-webkit-scrollbar {
    height: 5px;
  }
  .icon-list__wrapper::-webkit-scrollbar-track {
    background: #131a2d;
    border-radius: 10px;
  }
  .icon-list__wrapper::-webkit-scrollbar-thumb {
    background: rgba(118, 151, 244, 0.5);
    border-radius: 10px;
  }
}

@media (max-width: 850px) {
  .categories__button {
    flex-direction: column;
    align-items: center;
  }
  .categories__icon {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .prov__item {
    width: 100px;
    flex-shrink: 0;
  }
  .intro__block {
    margin-right: 8px;
    height: 200px;
    padding: 15px;
  }
  .intro-block__title {
    font-size: 24px;
  }
  .intro-block__fiol {
    font-size: 14px;
  }
  .logo {
    max-width: 207px;
  }
  .footer-top {
    flex-wrap: wrap;
  }
  .footer-top__left {
    margin-right: 0;
    margin-bottom: 20px;
    max-width: inherit;
  }
  .gam__gam {
    margin: 8px 8px;
    width: calc(25% - 16px);
  }
  body {
    padding-bottom: 80px;
  }
  .logo__img {
    max-width: 225px;
    object-fit: cover;
  }
  .intro-block_two {
    display: flex;
  }
  .intro-block {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .categories__button {
    padding: 12px 8px;
    margin-right: 12px;
  }
  .categories__icon {
    height: 18px;
  }
  .categories__text {
    font-size: 12px;
  }
  .gam__gam {
    margin: 8px 8px;
    width: calc(33.333% - 16px);
  }
  .intro__block {
    height: 180px;
    padding: 12px;
  }
  .intro-block__title {
    font-size: 20px;
  }
  .intro-block__fiol {
    font-size: 13px;
  }
}

@media (max-width: 467px) {
  .footer-top__right {
    flex-direction: column;
  }
  .footer-top__block {
    width: 100%;
    margin-bottom: 20px;
  }
  .intro {
    flex-direction: column;
  }
  .intro__block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
}

@media (max-width: 420px) {
  .gam__gam {
    margin: 6px 6px;
    width: calc(50% - 12px);
  }
  .intro__block {
    height: 160px;
    padding: 10px;
  }
  .intro-block__title {
    font-size: 18px;
  }
  .intro-block__fiol {
    font-size: 12px;
  }
  .categories__button {
    padding: 10px 6px;
    margin-right: 10px;
    font-size: 14px;
  }
  .categories__icon {
    height: 16px;
  }
  .categories__text {
    font-size: 11px;
  }
  .container {
    padding: 0 10px;
  }
}

@media (max-width: 360px) {
  .intro__block {
    height: 140px;
    padding: 8px;
  }
  .intro-block__title {
    font-size: 16px;
  }
  .intro-block__plash {
    font-size: 9px;
    padding: 1px 6px;
  }
  .categories__button {
    padding: 8px 4px;
    margin-right: 8px;
  }
  .gam__gam {
    margin: 4px 4px;
    width: calc(50% - 8px);
    height: 180px;
  }
  .prov__item {
    width: 80px;
  }
  .container {
    padding: 0 5px;
  }
}

section {
  background: #131a2d;
  padding: 40px 0;
  margin: 30px 0;
  border-radius: 10px;
}

h1,
h2 {
  color: #00b6ef;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

h3 {
  color: #8194c8;
  font-size: 20px;
  margin: 25px 0 15px;
  font-weight: 600;
}

p {
  color: #fff;
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: justify;
}

ul {
  margin: 15px 0 25px 20px;
  padding: 0;
  list-style: none;
}

li {
  margin-bottom: 8px;
  color: #7886ab;
  position: relative;
  list-style: none;
}

li::before {
  content: "✓";
  color: #00b6ef;
  font-weight: bold;
  position: absolute;
  left: -20px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: #242d48;
  border-radius: 8px;
  overflow: hidden;
}

table th {
  background: #131a2d;
  color: #00b6ef;
  padding: 12px;
  text-align: left;
  font-weight: 600;
}

table td {
  padding: 12px;
  border-bottom: 1px solid #131a2d;
  color: #fff;
}

table tr:hover {
  background: rgba(35, 46, 74, 0.6);
}

@media (max-width: 768px) {
  section {
    padding: 25px 0;
    margin: 20px 0;
  }

  h1,
  h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  h3 {
    font-size: 18px;
  }

  p {
    font-size: 14px;
  }
}

/* Hero */
.hero {
  position: relative;
  width: 100%;
  min-height: clamp(600px, 74vh, 780px);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center top;
}

.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(2, 1, 0, 0.95) 0%, rgba(2, 1, 0, 0.75) 45%, rgba(2, 1, 0, 0.25) 100%);
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: 620px;
  width: 100%;
  padding: 60px 20px 60px clamp(20px, 6vw, 90px);
}

.hero__bonuses {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.hero__bonus-circle {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.hero__bonus-circle-label {
  font-size: 11px;
  opacity: 0.85;
  margin-bottom: 2px;
}

.hero__bonus-circle-value {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
}

.hero__bonus-circle-sub {
  font-size: 10px;
  opacity: 0.9;
  margin-top: 2px;
  max-width: 90px;
}

.hero__bonus-circle_welcome {
  width: 115px;
  height: 115px;
  top: 5%;
  left: 53%;
  background: radial-gradient(circle at 35% 30%, #2fae7c 0%, #146145 70%, #0c3a2a 100%);
}

.hero__bonus-circle_cashback {
  width: 125px;
  height: 125px;
  top: 27%;
  left: 61%;
  background: radial-gradient(circle at 35% 30%, #e8b94a 0%, #b8862a 70%, #7a5714 100%);
}

.hero__bonus-circle_vip {
  width: 155px;
  height: 155px;
  top: 51%;
  left: 69%;
  background: radial-gradient(circle at 35% 30%, #4a3b8c 0%, #2a2158 70%, #15102e 100%);
}

.hero__bonus-circle_vip .hero__bonus-circle-value {
  font-size: 22px;
}

.hero__badges-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 5px 12px;
}

.hero__badge_dark {
  background: rgba(0, 0, 0, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

.hero__badge_brand {
  background: rgba(0, 182, 239, 0.18);
  border-color: rgba(0, 182, 239, 0.45);
}

.hero__badge-logo {
  height: 14px;
}

.hero__badge-text {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #cfd6ee;
}

.hero__badge_brand .hero__badge-text {
  color: #6fd9ff;
}

.hero__title {
  font-size: 36px;
  font-weight: 800;
  text-align: left;
  margin-bottom: 14px;
  max-width: 460px;
  line-height: 1.22;
}

.hero__title-accent {
  background: linear-gradient(120deg, #00b6ef 0%, #75acff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero__subtitle {
  font-size: 16px;
  color: #c3cae4;
  max-width: 440px;
  margin-bottom: 24px;
  text-align: left;
}

.hero__btn {
  min-width: 160px;
}

.hero__btn_outline {
  background: transparent;
  border: 2px solid #00b6ef;
}

/* Offer card / actions reused inside hero */
.offer__card {
  display: inline-flex;
  flex-direction: column;
  background: rgba(19, 26, 45, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 16px 20px;
  margin-bottom: 20px;
  backdrop-filter: blur(4px);
}

.offer__card-label {
  font-size: 12px;
  color: #8194c8;
  margin-bottom: 6px;
}

.offer__card-main {
  display: flex;
  align-items: center;
  gap: 10px;
}

.offer__card-value {
  font-size: 30px;
  font-weight: 800;
  color: #4fd8ff;
}

.offer__card-logo {
  height: 22px;
  opacity: 0.8;
}

.offer__card-sub {
  font-size: 14px;
  color: #cd7dfc;
  margin-top: 4px;
}

.offer__actions {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}

.offer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  box-sizing: border-box;
}

.offer__btn_outline {
  background: transparent;
  border: 2px solid #00b6ef;
}

.offer__disclaimer {
  font-size: 11px;
  color: #6b7695;
  max-width: 480px;
  margin-bottom: 22px;
}

.offer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.offer__badge {
  font-size: 12px;
  color: #cfd6ee;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 6px 14px;
}

.hero__stats-bar {
  position: relative;
  width: 100%;
  background: #0d1220;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 20px 26px;
}

.hero__stats-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px 18px;
  max-width: 1170px;
  margin: 0 auto 18px;
  font-size: 13px;
  color: #cfd6ee;
}

.hero__stats-badge {
  position: relative;
  padding-left: 14px;
}

.hero__stats-badge::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #00b6ef;
}

.hero__stats-badge:first-child {
  padding-left: 0;
}

.hero__stats-badge:first-child::before {
  content: "";
}

.hero__stats-badge_muted {
  color: #6b7695;
}

.offer__stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1170px;
  margin: 0 auto;
}

.offer__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 140px;
}

.offer__stat-circle {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: conic-gradient(#e0b23c 0% 100%, rgba(255, 255, 255, 0.08) 0 0);
  margin-bottom: 8px;
  position: relative;
}

.offer__stat-circle::before {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: #0a0e18;
}

.offer__stat-circle span {
  position: relative;
  z-index: 1;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

.offer__stat-label {
  font-size: 12px;
  color: #8194c8;
}

.offer__stat_plain {
  justify-content: center;
}

.offer__stat-label_big {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 4px;
}

@media (max-width: 1200px) {
  .hero__bonuses {
    display: none;
  }
}

@media (max-width: 767px) {
  .hero {
    min-height: 620px;
  }
  .hero__content {
    padding: 30px 15px;
  }
  .hero__stats-bar {
    padding: 18px 15px;
  }
  .hero__title {
    font-size: 28px;
  }
  .offer__stats {
    gap: 16px 24px;
  }
  .offer__stat {
    max-width: 90px;
  }
  .offer__stat-circle {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 467px) {
  .hero__badge-text {
    display: none;
  }
  .offer__actions {
    flex-direction: column;
  }
}

/* Байлайн + Table of Contents */
.sitemap__author {
  color: #7886ab;
  font-size: 13px;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 25px;
}

.toc {
  background: #242d48;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 30px;
}

.toc__title {
  color: #00b6ef;
  font-weight: 600;
  margin-bottom: 12px;
}

.toc__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 24px;
}

.toc__link {
  font-size: 14px;
  color: #cfd6ee;
  position: relative;
  padding-left: 14px;
}

.toc__link::before {
  content: "›";
  color: #00b6ef;
  position: absolute;
  left: 0;
}

@media (max-width: 600px) {
  .toc__grid {
    grid-template-columns: 1fr;
  }
}

/* Отзывы */
.reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 20px 0;
}

.review-card {
  background: #242d48;
  border-radius: 10px;
  padding: 16px;
}

.review-card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}

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

.review-card__stars {
  color: #00b6ef;
  font-size: 13px;
}

.review-card__date {
  font-size: 11px;
  color: #7886ab;
  margin-bottom: 8px;
}

.review-card__text {
  font-size: 14px;
  color: #c3cae4;
  margin-bottom: 0;
  text-align: left;
}

@media (max-width: 767px) {
  .reviews {
    grid-template-columns: 1fr;
  }
}

/* FAQ */
.faq {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0;
}

.faq-item {
  background: #242d48;
  border-radius: 10px;
  padding: 14px 18px;
}

.faq-item summary {
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  list-style: none;
  position: relative;
  padding-right: 24px;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  color: #00b6ef;
  font-size: 18px;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  color: #c3cae4;
}

/* Сравнение */
.table-win {
  color: #4ade80;
  font-weight: 600;
}

/* Футер: автор + сайтмап */
.sitemap__meta {
  margin: 20px 0;
}

.sitemap__meta .sitemap__author {
  color: #cfd6ee;
  font-size: 13px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 6px;
}

.sitemap__note {
  color: #7886ab;
  font-size: 12px;
  margin-bottom: 0;
}

.sitemap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  background: #131a2d;
  border-radius: 12px;
  padding: 24px;
  margin: 20px 0;
}

.sitemap__col-title {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 14px;
}

.sitemap__link {
  display: block;
  font-size: 13px;
  color: #8194c8;
  margin-bottom: 12px;
}

.sitemap__link_accent {
  color: #00b6ef;
}

.sitemap__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin: 20px 0;
}

.sitemap__badge {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #c3cae4;
  background: rgba(255, 99, 99, 0.08);
  border: 1px solid rgba(255, 99, 99, 0.25);
  border-radius: 10px;
  padding: 10px 16px;
}

.sitemap__badge-chip {
  background: #ff4d4d;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  border-radius: 6px;
  padding: 2px 6px;
  flex-shrink: 0;
}

.sitemap__cta-wrap {
  flex-shrink: 0;
}

.sitemap__cta {
  padding: 0 28px;
  font-size: 14px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .sitemap {
    grid-template-columns: repeat(2, 1fr);
  }
  .sitemap__footer {
    flex-direction: column;
    align-items: stretch;
  }
  .sitemap__cta-wrap {
    width: 100%;
  }
  .sitemap__cta {
    width: 100%;
  }
}

@media (max-width: 467px) {
  .sitemap {
    grid-template-columns: 1fr;
  }
}
