/* Base styles */
body {
    margin: 0;
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    background: #e9eef0;
    color: #fff;
}

h1,h2,h3 {
    line-height: 0.8;
    color: #23507d;
    margin-left: 5px;
    font-size: 24px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

ul {
    list-style: none;
    padding: 0; /* Убирает отступы списка */
    margin: 0; /* Убирает внешние отступы списка */
}

a {
    text-decoration: none;
}

.block-heading {
    color: #fff !important;
    font-size: 22px !important;
    font-weight: bold !important;
    line-height: 1.2 !important;
    margin: 0px 5px;
}

section {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.page-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Top navigation */
.site-topbar {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 0px 10px 0px;
    color: #fff;
    background-color: #225685;
    box-sizing: border-box;
    width: 100%;
    z-index: 2;
}

.topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-link img {
    max-height: 25px;
    width: 100%;
    display: block;
}

.user-nav .action-btn {
    margin-left: 5px;
}

.locale-toggle {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 11px;
    color: rgba(255,255,255,0.36);
    line-height: 1;
    margin-top: 8px;
}

.locale-toggle a,
.locale-toggle a:visited {
    color: rgba(255,255,255,0.36);
    text-decoration: none;
}

.locale-toggle a:hover {
    color: rgba(255,255,255,0.71);
}

.action-btn {
    padding: 10px 12px;
    font-size: 0.9rem;
    border-radius: 5px;
    background-color: #286ba5;
    color: #fff;
    cursor: pointer;
    border: none;
}

.action-btn.accent-fill {
    background-color: #2b7d01;
    color: #fff;
    border: none;
    font-weight: bold;
}

.action-btn:hover {
    opacity: 0.8;
}

/* Hero section */
.hero-block {
    text-align: center;
    padding: 30px 20px;
    background-color: #1b1e2d; /* Легкая версия header */
   
    box-shadow: inset 0 5px 10px rgba(0,0,0,0.58), /* Верхняя тень */
        inset 0 -5px 10px rgba(0,0,0,0.11); /* Нижняя тень */
    
}

.hero-block h1 {
    margin-bottom: 20px;
    position: relative;
}

.hero-block h1::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #ffe501;
    margin: 10px auto 0;
}

.redirect-zone button {
    margin-top: 15px;
}

.redirect-zone p {
    line-height: 1.5;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
}

/* Coupon input */
.coupon-entry {
    text-align: center;
}

.coupon-entry input {
    padding: 5px;
    width: 70%;
    border: 1px solid #0955c2;
    border-radius: 5px;
    text-align: center;
    color: #546488;
    background: #fff;
}

.coupon-entry p {
    color: #a9a9a9;
    margin: 10px 0;
}

/* Content area */


/* Offer block */
.offer-area {
    padding: 25px 20px;
}

.offer-card {
    border-radius: 30px;
    text-align: center;
    padding: 15px;
}

.offer-card h2 {
    margin: 0;
}

.offer-card h2:after {
    display: none;
}





.offer-card {
    border: 1px solid #0643a4; /* Насыщенная обводка */
    background: radial-gradient(circle at 80% 50%, #3A7EFA 10%, #1A4DFE 40%, #0C3DAA); /* Градиент справа */
    box-shadow: 0 10px 20px rgba(0,0,0,0.48); /* Глубокая тень */
    position: relative;
    padding: 15px;
    overflow: hidden;
}

/* Wave pattern overlay */
.offer-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'%3E%3Cpath d='M0 50 Q50 0 100 50 T200 50 L200 200 L0 200 Z' fill='%23ffffff' opacity='0.07'/%3E%3C/svg%3E");
    background-size: 200px 200px; /* Размер узора */
    opacity: 0.6;
    pointer-events: none;
    z-index: 0;
}

.offer-card p {
    color: #cdebfe;
}

.flush-end {
    padding-bottom: 0 !important;
}

.coupon-card {
    color: #fff;
    border: 1px solid #1f6c3a; /* Насыщенная зелёная обводка */
    background: radial-gradient(circle at 80% 50%, #4db04f 10%, #28ad5f 40%, #1f6c3a); /* Градиент справа с зелёными оттенками */
    box-shadow: 0 10px 20px rgba(0,0,0,0.48); /* Глубокая тень */
    position: relative;
    padding: 15px;
    overflow: hidden;
}

/* Pattern overlay */
.coupon-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'%3E%3Cpath d='M0 50 Q50 0 100 50 T200 50 L200 200 L0 200 Z' fill='%2300FF00' opacity='0.07'/%3E%3C/svg%3E");
    background-size: 200px 200px; /* Размер узора */
    opacity: 0.6;
    pointer-events: none;
    z-index: 0;
}

/* Texture */

.coupon-form {
    justify-content: center !important;
}

.coupon-form input {
    background-color: #e9eef0;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    width: 214px;
    font-size: 13px;
}

.coupon-form img {
    width: 46px;
}

.coupon-form p {
    font-size: 11px !important;
    color: #e9eef0;
    text-align: center;
}

.coupon-card h2, .coupon-card p, .coupon-card button {
    position: relative;
    z-index: 3;
    color: #fbfbfc; /* Более белый текст для контраста */
}


.content-body {
    padding: 10px 15px;
    background-color: #fff;
    color: #343434;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.7;
}

.content-body h2 {
    color: #23507d;
    font-size: 20px;
    margin-top: 28px;
}

.content-body h3 {
    color: #444444;
    font-size: 17px;
    margin-top: 22px;
}

.content-body p {
    margin: 10px 0;
    text-align: justify;
}

.content-body ul {
    list-style: disc;
    padding-left: 24px;
    margin: 10px 0;
}

.content-body ul li {
    margin-bottom: 6px;
    line-height: 1.6;
}

.content-body img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 10px;
}

.content-body .download-strip img {
    margin: 0;
    border-radius: 0;
    display: inline;
    height: auto;
}

.content-body figure {
    margin: 20px 0;
    text-align: center;
}

.content-body figure img {
    margin: 0 auto;
}


.marquee-bar {
    background: linear-gradient(to right, #286ba5 50%, #03b45d 100%);
    color: white;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    height: 55px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.marquee-track {
    display: flex;
    white-space: nowrap;
    animation: marquee-slide 10s linear infinite;
}

.marquee-track span {
    margin-right: 20px; /* Отступы между элементами */
}

/* Marquee animation */
@keyframes marquee-slide {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}


.download-strip {
    background-color: #286ba5;
    border-radius: 5px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 7px 15px;
    font-size: 13px;
    overflow: hidden;
    line-height: 1;
    margin: 15px 0px;
}

.download-meta img {
    max-height: 21px;
}

.download-strip span {
    font-size: 12px;
}

.download-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.download-row span {
    text-transform: uppercase;
    font-size: 16.6px;
    font-weight: bolder;
}

img.app {
    height: 38px;
    width: 38px;
    margin-right: 10px;
}

.download-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    justify-content: left;
}

.download-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.device-float {
    background-color: transparent;
    position: absolute;
    height: 190px;
    top: -10px;
    left: -105px;
}

ul.rating-stars {
    display: flex;
    gap: 5px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.rating-stars li {
    width: 13.36px;
    height: 11.88px;
}

a.marquee-link {
    text-decoration: none;
}

.spaced-row {
    margin: 15px 0px;
}

.indent-list {
    margin: 10px 15px;
    list-style: disc;
}

/* Data grid */
tbale tr,th,td {
    border: 1px solid #e9eef0;
    background-color: #fff;
    color: #286ba5;
}


.data-table table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.data-table th, .data-table td {
    padding: 10px;
    text-align: left;
}

.data-table th {
    background: #286ba5;
    color: #fff;
}

.data-table a {
    color: #fff !important;
}

/* Site footer */
.site-footer {
    text-align: center;
    padding-top: 20px;
    background-color: #225685;
    margin-top: 20px;
}

.site-footer p {
    line-height: 1;
    font-size: 10px;
    color: #fbfbfc;
}

.legal-notice {
    font-size: 11px !important;
    line-height: 1.4 !important;
    color: rgba(255,255,255,0.71) !important;
    padding: 0 10px;
    margin: 15px 0 !important;
}

.legal-notice a {
    color: #fff;
    text-decoration: underline;
}

.legal-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 16px;
    padding: 12px 0;
    border-top: 1px solid rgba(255,255,255,0.16);
    border-bottom: 1px solid rgba(255,255,255,0.16);
    margin: 10px 0;
}

.legal-nav a {
    color: rgba(255,255,255,0.61);
    font-size: 11px;
    text-decoration: none;
    transition: color 0.2s;
}

.legal-nav a:hover {
    color: #fff;
}

.hosting-info {
    font-size: 10px !important;
    line-height: 1.3 !important;
    color: rgba(255,255,255,0.46) !important;
    padding: 0 10px;
    margin: 10px 0 !important;
}

.site-footer .brand-link img {
    max-height: 30px;
}

.site-footer .footer-end {
    gap: 3px;
    margin-top: 12px;
}

.footer-end {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.footer-end p {
    font-size: 10px;
}

.footer-download .download-meta {
    text-align: left;
    justify-content: center; /* Центрирование по вертикали */
    line-height: 1;
}

.footer-download span {
    font-size: 16.6px !important;
    font-weight: bold;
    margin-left: 0px !important;
    text-transform: uppercase;
}

.site-footer .phone-icons {
    height: 50px;
}

.footer-download p {
    font-size: 13px !important;
    font-weight: normal;
    margin: 0px;
}

.site-footer .download-strip {
    gap: 0px;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    justify-content: center;
}

.site-footer .download-meta {
    gap: 2px;
}

/* Navigation panel */
/* Общие стили для иконок */

.nav-ribbon {
    border-top: 1px solid #202740;
    padding-top: 10px;
    padding-bottom: 5px;
    background: #fdfdfe;
    border-bottom: 1px solid #cdcdcd;
    margin-top: 52px;
    z-index: 1;
    position: relative;
}

.nav-tab-icon {
    height: 35px; /* Фиксированная высота */
    width: 35px; /* Ширина сохраняет пропорции */
    object-fit: contain; /* Поддерживает пропорции и вписывает в размеры */
    fill: #fff; /* Белое наполнение SVG */
}

/* Контейнер для элементов меню */
.nav-strip {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    max-width: 1200px;
}

/* Элементы списка */
.nav-tab {
    text-align: center;
}

/* Ссылка в меню */
.nav-tab-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.nav-tab-link span {
    margin-top: 5px;
    font-size: 13px;
    color: #546488;
}

/* Цвет для первого элемента */
.nav-tab.active .nav-tab-link  {
  position: relative;
}

.nav-tab.active .nav-tab-link span {
  color: #2668a1; 
}

.nav-tab:hover .nav-tab-link span {
  color: #2668a1; 
}

.nav-tab.active .nav-tab-link::before {
  content: "";
    position: absolute;
    top: 64px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 5px;
    background-color: #2668a1;
    border-radius: 2px;
}

section.offer-area .offer-card {
    padding: 15px 10px;
}

input.coupon-field {
    border: 2px solid #28ad5f; /* Обводка в тон кнопке регистрации */
    color: #1f5734; /* Тёмно-зелёный текст */
    outline: none; /* Убрать стандартный фокус */
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

input.coupon-field:focus {
    border-color: #2fcb70; /* Яркий зелёный при фокусе */
    box-shadow: 0 0 8px rgba(40,173,95,0.48); /* Зелёная тень */
}


@media (max-width: 639px) {
    body {
        font-size: 12px !important;
    }

    .action-btn {
        font-size: 12px !important;
    }

    .brand-link img {
        max-height: 40px;
    }

    .redirect-zone p {
        line-height: 1.5;
        font-size: 20px;
    }

    .hero-block {
        padding: 25px 20px;
    }

    .nav-tab-icon {
        height: 22px;
        width: 22px;

    }

    .nav-tab.active .nav-tab-link::before {
        top: 51px;
    }
}

@media (max-width: 639px) {
    body {
        font-size: 12px !important;
    }

    .action-btn {
        font-size: 12px !important;
    }

    .brand-link img {
        max-height: 35px;
    }

    .redirect-zone p {
        line-height: 1.5;
        font-size: 16px;
    }

    .hero-block {
        padding: 20px 20px;
    }

    .offer-area {
        padding: 15px 20px;
    }

    .action-btn {
        padding: 6px 20px;
        border-radius: 8px;
    }
}

@media (max-width: 459px) {
    body {
        font-size: 14px !important;
    }

    .action-btn {
        font-size: 12px !important;
    }

    .topbar-inner {
        gap: 5px;
    }

    .user-nav {
        display: flex;
        align-items: center;
        gap: 5px;
        padding-top: 2px;
    }

    .user-nav .action-btn {
        margin-left: 0px;
    }

    .brand-link img {
        max-height: 25px;
    }

    .action-btn {
        padding: 8px 14px;
        border-radius: 8px;
        white-space: nowrap;
    }

    .hero-block {
        padding: 25px 15px;
    }

    .offer-card .action-btn {
        padding: 10px 25px;
    }

    h1,h2,h3 {
        font-size: 18px;
        margin-left: 2px;
        line-height: 1;
    }

    p {
        margin: 8px 0;
    }
    
}










.wager-tool {
    font-family: Arial, sans-serif;
    background: #fff;
    margin: auto;
    margin-top: 25px;
  }
  .wager-tool__header {
    background: #286ba5;
    color: #fff;
    padding: 12px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  .wager-tool__tabs {
    display: flex;
    background: #eaedf6;
  }
  .wager-tool__tab {
    flex: 1;
    padding: 14px;
    text-align: center;
    cursor: pointer;
    font-weight: normal;
    transition: background 0.2s;
    background: #f4f6f8;
    color: #286ba4;
  }
  .wager-tool__tab:hover {
    background: #2b7d01;
    color: #fff;
  }
  .wager-tool__tab.active {
    background: #2b7d01;
    color: white;
  }
  .wager-tool__body {
    padding: 24px;
    background: #f4f6f8;
  }
  .wager-tool__field {
    margin-bottom: 18px;
  }
  .wager-tool__field label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    color: #286ba4;
  }
  .wager-tool__input-row {
    display: flex;
    gap: 12px;
  }
  .wager-tool__select-wrap {
    flex: 1;
    position: relative;
    overflow: visible;
    z-index: 2;
  }
  .tooltip-text {
    white-space: normal;
    z-index: 9999 !important;
    max-width: 280px;
  }
  .wager-tool__field input,
  .wager-tool__field select {
    width: 100%;
    padding: 10px 12px;
    font-size: 15px;
    border-radius: 10px;
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
  }
  .wager-tool__field select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
  }
  .wager-tool__submit {
    width: 100%;
    padding: 14px;
    background: #2b7d01;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 12px;
    font-weight: 600;
  }
  .wager-tool__output h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .wager-tool__output table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
  }
  .wager-tool__output td {
    padding: 14px 24px;
    border: 1px solid #dedede;
    position: relative;
    background: #f4f6f8;
  }
  .wager-tool__output td:nth-child(2) {
    background-color: #7fab30;
    color: #fff;
    font-weight: 600;
  }
  .wager-tool__output td:first-child {
    font-weight: 500;
  }
  .wager-tool__output td:first-child::after {
    font-size: 11px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #9a9a9a;
    color: #9a9a9a;
    display: inline-block;
    text-align: center;
    line-height: 14px;
    margin-left: 6px;
    position: relative;
    cursor: help;
  }
  .tooltip {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    cursor: help;
  }
  .tooltip.mini {
    font-size: 10px;
    width: 14px;
    height: 14px;
    line-height: 13px;
    border: 1px solid #7fab30;
    color: #7fab30;
    border-radius: 50%;
    margin-left: 5px;
  }
  .tooltip.inside {
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
  }
  .tooltip-text {
    visibility: hidden;
    opacity: 0;
    width: 230px;
    background-color: #343434;
    color: #fff;
    text-align: left;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.3s;
    font-size: 13px;
    line-height: 1.4;
    white-space: normal;
    z-index: 9999 !important;
    max-width: 280px;
  }
  .tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
  }
  .star {
    color: red;
    font-weight: bold;
    margin-left: 3px;
  }
  input#wager-multiplier {
    width: 50%;
  }

@media (max-width: 639px) {
    .wager-tool__header {
        font-size: 18px;
    }
}


.game-ratings {
  margin-top: 23px;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
  font-family: "Inter", sans-serif;
  color: #fff;
}

.game-ratings__title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  color: #232323;
  border-bottom: 2px solid #e1e1e1;
  padding-bottom: 10px;
}

.game-ratings__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.game-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid #d0d0d0;
}

.game-row__rank {
  font-size: 20px;
  font-weight: bold;
  color: #23507d;
  width: 30px;
  text-align: right;
  flex-shrink: 0;
  margin-top: 8px;
}

.game-row__thumb {
  width: 74px;
  height: 74px;
  object-fit: contain;
  border-radius: 8px;
  background: #225685;
  border: 1px solid #dedede;
  flex-shrink: 0;
}

.game-row__body {
  flex: 1;
}

.game-row__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #23507d;
}

h1,h2,h3 {
    font-size: 18px;
}

.game-row__meta {
  font-size: 14px;
  color: #343434;
  margin-bottom: 3px;
}

.game-row__note {
  font-size: 13px;
  color: #286ba4;
  margin-bottom: 10px;
}

.game-row__cta {
  background: #2fcb70;
  color: white;
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s;
  display: inline-block;
  white-space: nowrap;
  align-self: center;
}

.game-row__cta:hover {
  background: #28ad5f;
}

.game-row:first-child {
  padding-top: 0;
}
.game-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

@media (max-width: 639px) {
  .game-row__rank {
    display: none;
  }
  .game-row {
    align-items: flex-start;
  }
  .game-row__thumb {
    align-self: center;
  }
  .game-row__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; 
  }

  .game-row__cta {
    margin-top: 12px;
  }
}

@media (min-width: 640px) {
  .game-row__note {
    margin-bottom: 0;
  }
  .game-row__cta {
    margin-left: auto;
  }
}

.game-row__body .action-btn {
    display: block;
    width: 46px;
    margin-top: 8px;
}

.facts-panel {
  max-width: 95%;
  margin: 0 auto;
  padding: 12px;
  background: #286ba5;
  border-radius: 10px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}

.facts-panel h2 {
  font-size: 15px;
  margin-bottom: 8px;
  padding-left: 10px;
  border-left: 3px solid #ffffff;
  color: #ffffff;
}

.facts-grid {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  line-height: 1.35;
}

.facts-grid th {
  text-align: left;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.1);
  width: 170px;
  vertical-align: top;
  font-weight: 600;
  white-space: nowrap;
  color: #fff !important;
}

.facts-grid td {
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff !important;
}

.facts-grid tr:nth-child(even) td,
.facts-grid tr:nth-child(even) th {
  background-color: rgba(255, 255, 255, 0.07);
}

.facts-grid a {
  color: #fff;
  text-decoration: underline;
}

.facts-grid code {
  background: rgba(0,0,0,0.31);
  padding: 1px 5px;
  border-radius: 3px;
  font-family: monospace;
  font-size: 12px;
}

@media (max-width: 639px) {
  .facts-panel {
    max-width: 100%;
    padding: 8px 6px;
    border-radius: 8px;
  }

  .facts-panel h2 {
    font-size: 13px !important;
    margin-bottom: 6px;
    padding-left: 8px;
  }

  .facts-grid {
    font-size: 11px !important;
    line-height: 1.3 !important;
  }

  .facts-grid th {
    width: 100px;
    white-space: normal;
    padding: 3px 5px !important;
    font-size: 11px !important;
  }

  .facts-grid td {
    padding: 3px 5px !important;
    font-size: 11px !important;
  }
}

/* === Плюсы / Минусы === */
.verdict-block {
  display: flex;
  gap: 16px;
  margin: 20px 0;
}
.verdict-block .positives-col,
.verdict-block .negatives-col {
  flex: 1;
  border-radius: 8px;
  padding: 16px;
  font-size: 14px;
}
.positives-col {
  background: #ebfae6;
  border: 1px solid #b7e1af;
}
.negatives-col {
  background: #fce9e9;
  border: 1px solid #e1b1af;
}
.verdict-block h4 {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.2;
}
.positives-col h4 { color: #1f7d33; }
.negatives-col h4 { color: #bf3a2c; }
.verdict-block ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0;
}
.verdict-block li {
  padding: 4px 0;
  line-height: 1.5;
  padding-left: 22px;
  position: relative;
}
.positives-col li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: #28ad5f;
  font-weight: bold;
}
.negatives-col li::before {
  content: "\2717";
  position: absolute;
  left: 0;
  color: #e64d3b;
  font-weight: bold;
}
@media (max-width: 639px) {
  .verdict-block {
    flex-direction: column;
  }
}

/* === Сравнительная таблица === */
.compare-grid {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 13px;
}
.compare-grid th,
.compare-grid td {
  padding: 10px 12px;
  border: 1px solid #dedede;
  text-align: center;
}
.compare-grid th {
  background: #286ba5;
  color: #fff;
  font-weight: 600;
}
.compare-grid th:first-child {
  text-align: left;
}
.compare-grid td:first-child {
  text-align: left;
  font-weight: 500;
  background: #f4f8f9;
}
.compare-grid tr:nth-child(even) td {
  background: #f8fafc;
}
.compare-grid tr:nth-child(even) td:first-child {
  background: #edf3f6;
}
.compare-grid .accent-col {
  background: #e7f4e8 !important;
  font-weight: 600;
}

/* === Блок слотов === */
.games-showcase {
  margin: 25px 0;
}
.games-showcase h3 {
  text-align: center;
  margin-bottom: 20px;
}
.games-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 20px;
}
.game-card {
  background: #f4f8f9;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  transition: box-shadow 0.2s;
  text-align: center;
}
.game-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.11);
}
.game-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  margin: 0 !important;
  border-radius: 0 !important;
}
.game-card__details {
  padding: 10px;
}
.game-card__details h4 {
  margin: 0 0 4px;
  font-size: 14px;
  color: #23507d;
  line-height: 1.2;
}
.game-card__details p {
  margin: 2px 0 !important;
  font-size: 12px;
  color: #676767;
  text-align: center !important;
}
.games-action {
  text-align: center;
}
.games-action a {
  display: inline-block;
  padding: 12px 30px;
  background: #2b7d01;
  color: #fff;
  border-radius: 8px;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.games-action a:hover { opacity: 0.85; }
@media (max-width: 639px) {
  .games-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .game-card img { height: 100px; }
}

/* === Линия ставок === */
.odds-table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
  font-size: 13px;
}
.odds-table th {
  background: #225685;
  color: #fff;
  padding: 10px 8px;
  font-weight: 600;
  font-size: 12px;
}
.odds-table td {
  padding: 10px 8px;
  border-bottom: 1px solid #e9eef0;
  color: #343434;
}
.odds-table tr:hover td {
  background: #f1f4f9;
}
.odds-table .odds {
  font-weight: 600;
  color: #286ba5;
}
.odds-action {
  text-align: center;
  margin: 15px 0;
}
.odds-action a {
  display: inline-block;
  padding: 12px 30px;
  background: #286ba5;
  color: #fff;
  border-radius: 8px;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
}
.odds-action a:hover { opacity: 0.85; }

/* === Таблица платежей === */
.payments-grid {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
  font-size: 13px;
}
.payments-grid th {
  background: #286ba5;
  color: #fff;
  padding: 10px;
  font-weight: 600;
}
.payments-grid td {
  padding: 10px;
  border-bottom: 1px solid #e9eef0;
  color: #343434;
}
.payments-grid tr:nth-child(even) td {
  background: #f8fafc;
}

/* === Блок загрузки приложений === */
.platforms-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 20px 0;
}
.platform-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #225685;
  color: #fff;
  padding: 14px 16px;
  border-radius: 10px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.platform-card:hover { opacity: 0.9; }
.platform-card .platform-icon {
  font-size: 28px;
  flex-shrink: 0;
}
.platform-card .platform-text {
  line-height: 1.3;
}
.platform-card .platform-text strong {
  display: block;
  font-size: 14px;
}
.platform-card .platform-text span {
  font-size: 11px;
  opacity: 0.7;
}
@media (max-width: 639px) {
  .platforms-grid {
    grid-template-columns: 1fr;
  }
}

/* === Блок автора === */
.writer-section {
  background: #f4f8f9;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 24px;
  margin: 30px 0 20px;
}
.writer-section h3 {
  margin: 0 0 16px;
  color: #23507d;
  font-size: 18px;
}
.writer-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  align-items: flex-start;
}
.writer-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #286ba5;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  flex-shrink: 0;
}
.writer-details h4 {
  margin: 0 0 2px;
  color: #23507d;
  font-size: 16px;
  line-height: 1.2;
}
.writer-details .writer-role {
  color: #676767;
  font-size: 13px;
  margin: 0 0 6px;
}
.writer-details .writer-about {
  color: #343434;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}
.writer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.writer-links a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  background: #286ba5;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.writer-links a:hover { opacity: 0.8; }

/* === Блок источников === */
.refs-section {
  background: #f8fafc;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 20px;
  margin: 25px 0;
}
.refs-section h3 {
  margin: 0 0 12px;
  color: #23507d;
  font-size: 16px;
}
.refs-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0;
  counter-reset: src;
}
.refs-list li {
  counter-increment: src;
  padding: 5px 0;
  font-size: 13px;
  line-height: 1.5;
  border-bottom: 1px solid #efefef;
  padding-left: 0 !important;
}
.refs-list li::before {
  content: "[" counter(src) "] ";
  font-weight: bold;
  color: #286ba5;
}
.refs-list li a {
  color: #286ba5;
  text-decoration: underline;
  word-break: break-all;
}
sup.ref-mark a {
  color: #286ba5;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}

/* === Безопасная игра === */
.play-safe-block {
  background: #fff4cc;
  border: 1px solid #ffc208;
  border-radius: 8px;
  padding: 20px;
  margin: 25px 0;
}
.play-safe-block h3 {
  margin: 0 0 10px;
  color: #866503;
  font-size: 16px;
}
.play-safe-block p {
  color: #866503;
  font-size: 13px;
  line-height: 1.6;
}
.play-safe-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.play-safe-nav a {
  display: inline-block;
  padding: 6px 14px;
  background: #fff;
  border: 1px solid #ffc208;
  color: #866503;
  border-radius: 5px;
  font-size: 12px;
  text-decoration: none;
  font-weight: 500;
}
.play-safe-nav a:hover {
  background: #ffc208;
  color: #fff;
}

/* === Расширенный футер === */
.footer-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: left;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.16);
  margin-bottom: 15px;
}
.footer-columns h4 {
  color: #fff;
  font-size: 13px;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.2;
}
.footer-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-columns li {
  margin-bottom: 5px;
}
.footer-columns a {
  color: rgba(255,255,255,0.61);
  font-size: 12px;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-columns a:hover {
  color: #fff;
}
.footer-contact {
  font-size: 12px;
  color: rgba(255,255,255,0.61);
  line-height: 1.5;
}
.footer-contact a {
  color: rgba(255,255,255,0.79);
}
.age-limit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 3px solid #e64d3b;
  color: #e64d3b;
  font-weight: 900;
  font-size: 16px;
  margin: 10px auto;
}
.legal-bottom {
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid rgba(255,255,255,0.11);
}
.legal-bottom p {
  font-size: 10px !important;
  line-height: 1.4 !important;
  color: rgba(255,255,255,0.41) !important;
  margin: 5px 0 !important;
}
.legal-bottom a {
  color: rgba(255,255,255,0.61);
  text-decoration: underline;
}
@media (max-width: 639px) {
  .footer-columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 459px) {
  .footer-columns {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

/* CTA кнопки по тексту */
.action-pair {
  display: flex;
  gap: 8px;
  margin: 14px 0;
}
.action-link {
  flex: 1;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 11px 8px;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  transition: opacity .2s;
}
.action-link:hover { opacity: .85; }
.login-link {
  background: #297199;
  color: #fff;
}
.signup-link, .bonus-link {
  background: #f06601;
  color: #fff;
}

/* QR-код iOS в блоке скачивания */
.platform-qr {
  flex-direction: column;
  align-items: center;
  cursor: default;
}
.qr-visual {
  width: 120px;
  height: 120px;
  margin-top: 8px;
  border-radius: 6px;
  border: 1px solid #e1e1e1;
}

/* Sticky bar */
.pinned-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(10,55,77,.96);
  backdrop-filter: blur(8px);
  padding: 8px 0;
  box-shadow: 0 -2px 12px rgba(0,0,0,.31);
}
.pinned-row {
  display: flex;
  gap: 8px;
}
.pinned-bar .action-link {
  padding: 12px 8px;
  font-size: 15px;
}

/* Отступ для footer чтобы sticky bar не перекрывал */
.site-footer { padding-bottom: 60px; }

@media (max-width: 639px) {
  .action-pair { gap: 6px; }
  .action-link { font-size: 13px; padding: 10px 6px; }
  .pinned-bar .action-link { font-size: 14px; padding: 10px 6px; }
  .qr-visual { width: 100px; height: 100px; }
}