@font-face {
    font-family: 'Anek Latin';
    src: url('../betWin-fonts/betWin-aneklatin.woff2') format('woff2');
    font-weight: 100 800;
    /* Поддержка вариативности веса */
    font-style: normal;
    font-display: swap;
}

ul {
    margin: 0;
    padding: 0;
}

/* --- ОБЩИЕ НАСТРОЙКИ --- */
body {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    /* Темный фон всего сайта */
    font-family: 'Anek Latin', sans-serif !important;
    color: #ffffff;
    line-height: 1.5;
}

h1,
h2,
p,
ul {
    margin: 0;
    padding: 0;
}

.betWin-container {
    max-width: 1140px;
    margin: 0 auto;
    box-sizing: border-box;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* --- 1. HEADER --- */
.betWin-header-sec {
    background-color: #ffffff;
    padding: 10px 16px;
    top: 0;
    z-index: 1000;
}

.betWin-header {
    margin: 0;
    display: flex;
    padding: 0;
    align-items: center;
    width: 100%;
    gap: 40px;
    justify-content: space-between;
    list-style: none;
}

.betWin-logo img {
    display: block;
}

.betWin-nav {
    width: 100%;
}

.betWin-nav-list {
    margin: 0;
    display: flex;
    padding: 0;
    align-items: center;
    width: 100%;
    gap: 10px;
    justify-content: space-between;
    list-style: none;
}

.betWin-nav-list a {
    font-family: 'Anek Latin', sans-serif !important;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    color: #1F2636;
    text-decoration: none;
}

.betWin-nav-link {
    font-family: 'Anek Latin', sans-serif !important;
    font-weight: 700;
    font-size: 14px;
    color: #1b1c22;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s;
}

.betWin-nav-link:hover {
    color: #3971c6;
}

.betWin-badge-age {
    font-weight: 800;
    font-size: 22px;
    color: #1b1c22;
}

.betWin-header-badge p {
    font-size: 11px;
    color: #555;
    line-height: 1.2;
}

/* --- 2. HERO SECTION --- */
.betWin-hero-section {
    padding: 40px 0 100px;
    background: #0c131f;
}

.betWin-hero-grid {
    background: #eef1f6;
    /* Светлый "остров" Hero */
    border-radius: 40px;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #1b1c22;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    margin-bottom: -150px;
    /* Наплыв на сетку казино */
}

.betWin-hero-text {
    flex: 1;
    max-width: 600px;
    z-index: 2;
}

.betWin-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
}

.betWin-desc {
    font-size: 18px;
    color: #444;
    margin-bottom: 30px;
}

.betWin-feat-list {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.betWin-feat-list li {
    background: #d9e4f5;
    padding: 10px 18px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
}

.betWin-hero-image {
    flex: 0.8;
    text-align: right;
}

.betWin-hero-image img {
    max-width: 100%;
    height: auto;
}

/* --- 3. CASINO GRID --- */
.betWin-casino-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 180px;
    /* Отступ под Hero */
}

.betWin-cas-card {
    background: #1b1c22;
    border-radius: 24px;
    padding: 40px 20px 25px;
    text-align: center;
    position: relative;
    border: 2px solid #3971c6;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

.betWin-cas-card:hover {
    transform: translateY(-10px);
}

.betWin-cas-tag {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #E0B96C 0%, #D9B671 100%);
    color: #000;
    padding: 6px 20px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 12px;
    white-space: nowrap;
}

.betWin-cas-logo {
    height: 60px;
    margin-bottom: 20px;
    object-fit: contain;
}

.betWin-cas-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 5px;
}

.betWin-score {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
}

.betWin-rating-line {
    width: 100px;
    height: 4px;
    background: #333;
    border-radius: 10px;
    overflow: hidden;
}

.betWin-rating-line div {
    height: 100%;
    background: #3971c6;
}

.betWin-star {
    color: #E0B96C;
    font-size: 18px;
}

.betWin-cas-votes {
    font-size: 12px;
    color: #888;
    margin-bottom: 20px;
}

.betWin-cas-title {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px;
    min-height: 50px;
}

/* КНОПКА С ПЕРЕЛИВОМ */
.betWin-btn-animated {
    display: block;
    background: linear-gradient(90deg, #3971c6, #7029ff, #3971c6);
    background-size: 200% auto;
    color: #fff;
    text-decoration: none;
    padding: 16px;
    border-radius: 12px;
    font-weight: 800;
    text-transform: uppercase;
    animation: betWin-glow 4s linear infinite;
    transition: transform 0.2s;
    box-shadow: 0 4px 15px rgba(112, 41, 255, 0.4);
}

@keyframes betWin-glow {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 200% 50%;
    }
}

.betWin-cas-payments {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 20px 0;
}

.betWin-cas-payments img {
    height: 18px;
    opacity: 0.8;
}

.betWin-cas-legal {
    font-size: 10px;
    color: #666;
    line-height: 1.3;
}

/* --- 4. REVIEW SECTION --- */
.betWin-how-review {
    padding: 100px 0;
    background-color: #f4f7fa;
    color: #1b1c22;
}

.betWin-section-title {
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 15px;
}

.betWin-section-subtitle {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
    font-size: 18px;
    color: #555;
}

.betWin-review-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.betWin-review-item {
    background: #ffffff;
    padding: 40px 25px;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}

.betWin-review-item:hover {
    transform: translateY(-10px);
}

.betWin-review-item img {
    height: 50px;
    margin-bottom: 20px;
}

.betWin-review-item h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
}

.betWin-review-item p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* --- 5. FAQ SECTION --- */
.betWin-faq-sec {
    padding: 80px 0;
    background: #ffffff;
    color: #1b1c22;
}

.betWin-faq-item {
    border: 1px solid #dee5ef;
    border-radius: 12px;
    padding: 20px 25px;
}

.betWin-faq-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #3971c6;
}

/* --- 6. USER REVIEWS --- */
.betWin-users-sec {
    padding: 100px 0;
    background: #0c131f;
}

.betWin-users-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.betWin-user-card {
    background: #1b2431;
    padding: 30px;
    border-radius: 20px;
    position: relative;
}

.betWin-user-text {
    font-style: italic;
    margin-bottom: 25px;
    font-size: 15px;
    color: #ccc;
}

.betWin-user-footer {
    display: flex;
    align-items: center;
    gap: 15px;
}

.betWin-user-avatar {
    width: 45px;
    height: 45px;
    background: #3971c6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.betWin-user-meta h4 {
    font-size: 16px;
    margin: 0;
}

.betWin-user-stars {
    color: #E0B96C;
    font-size: 14px;
}

.betWin-review-date {
    display: block;
    margin-top: 15px;
    font-size: 12px;
    color: #555;
}

/* --- 7. RESPONSIBLE GAMING --- */
.betWin-resp-sec {
    padding: 80px 0;
    background: #ffffff;
    color: #1b1c22;
}

.betWin-resp-flex {
    display: flex;
    align-items: center;
    gap: 60px;
}

.betWin-resp-info {
    flex: 1;
}

.betWin-resp-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
}

.betWin-resp-points {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.betWin-resp-points li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    font-size: 15px;
}

.betWin-resp-points li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #3971c6;
    font-size: 24px;
    top: -5px;
}

.betWin-resp-image {
    flex: 0.8;
}

.betWin-resp-image img {
    width: 100%;
    border-radius: 30px;
}

/* --- FOOTER --- */
.betWin-footer {
    background: #080c14;
    padding: 80px 0 40px;
    border-top: 2px solid #3971c6;
}

.betWin-footer-nav {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.betWin-footer-nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}

.betWin-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 60px;
}

.betWin-foot-col h2 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #3971c6;
}

.betWin-foot-col p,
.betWin-foot-col li {
    font-size: 13px;
    color: #888;
    margin-bottom: 10px;
}

.betWin-footer-contact {
    text-align: center;
    color: #666;
    margin-bottom: 40px;
    font-size: 14px;
}

.betWin-footer-strip {
    background: #111823;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
}

.betWin-strip-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 20px;
}

.betWin-21-badge {
    font-size: 32px;
    font-weight: 900;
    color: #fff;
}

.betWin-strip-warning {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
}

.betWin-copyright {
    text-align: center;
    font-size: 13px;
    color: #444;
    margin-top: 40px;
}

/* --- REVEAL ANIMATION --- */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: 1s all ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* --- BURGER --- */
.betWin-burger {
    display: none;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
}

.betWin-burger span {
    width: 30px;
    height: 3px;
    background: #3971c6;
    transition: 0.3s;
}

/* --- АДАПТИВ --- */
@media (max-width: 1024px) {

    .betWin-casino-grid,
    .betWin-review-grid,
    .betWin-footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .betWin-hero-grid {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
    }

    .betWin-hero-image {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {

    .betWin-casino-grid,
    .betWin-review-grid,
    .betWin-users-grid,
    .betWin-footer-grid {
        grid-template-columns: 1fr;
    }

    .betWin-nav {
        display: none;
    }

    .betWin-burger {
        display: flex;
    }

    .betWin-title {
        font-size: 32px;
    }

    .betWin-resp-flex {
        flex-direction: column;
    }
}

/* --- HERO SECTION WRAPPER --- */
.betWin-hero-section {
    background-color: #FFFFFF;
    padding: 10px 0;
}

/* Светлая рама с макета */
.betWin-hero-frame {
    background: #F1F2F6;
    border: 5px solid #B5D4F3;
    border-radius: 30px;
    padding: 40px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.betWin-hero-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.betWin-hero-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 713px;
}

.betWin-title {
    margin: 0;
    font-family: 'Anek Latin', sans-serif !important;
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    color: #1F2636;
}

.betWin-desc {
    font-family: 'Anek Latin', sans-serif !important;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    margin: 0;
    color: #1F2636;
    line-height: 1;
}

/* Кнопки-теги */
.betWin-hero-btns {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.betWin-hero-tag-btn {
    background: #1551C326;
    display: flex;
    width: 100%;
    max-width: 183px;
    justify-content: center;
    padding: 10px;
    border-radius: 3px;
    font-family: 'Anek Latin', sans-serif !important;
    font-weight: 500;
    font-style: Medium;
    font-size: 13px;
    color: #1F2636;
}

/* Персонаж */
.betWin-hero-char {
    flex: 0.5;
    text-align: right;
    margin-top: -60px;
    /* Выход за границы */
}

.betWin-hero-char img {
    max-width: 400px;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
}

/* --- КАРТОЧКИ КАЗИНО --- */
.betWin-casino-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 0;
    margin-top: -120px;
}

.betWin-cas-card {
    background: #1e2433;
    /* Темный фон карточки */
    border-radius: 20px;
    padding: 40px 15px 20px;
    position: relative;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

/* Цветные рамки для каждой карточки */
.betWin-card-red {
    border: 2px solid #ff3b30;
}

.betWin-card-purple {
    border: 2px solid #9b51e0;
}

.betWin-card-orange {
    border: 2px solid #f2994a;
}

.betWin-card-pink {
    border: 2px solid #ff007a;
}

.betWin-cas-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff7f3e;
    color: #000;
    padding: 4px 15px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.betWin-cas-logo-box {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.betWin-cas-logo-box img {
    max-width: 140px;
}

/* Рейтинг */
.betWin-cas-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 800;
}

.betWin-progress {
    width: 80px;
    height: 6px;
    background: #333;
    border-radius: 10px;
    overflow: hidden;
}

.betWin-progress div {
    height: 100%;
    background: #3971c6;
}

.betWin-star {
    color: #E0B96C;
    font-size: 18px;
}

.betWin-votes {
    font-size: 11px;
    color: #888;
    margin: 5px 0 20px;
}

.betWin-cas-promo {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    min-height: 50px;
    margin-bottom: 20px;
}

/* Синяя кнопка */
.betWin-btn-blue {
    background: linear-gradient(180deg, #64a1ff 0%, #3971c6 100%);
    color: #fff;
    text-decoration: none;
    padding: 14px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 14px;
    box-shadow: 0 4px 15px rgba(57, 113, 198, 0.4);
    transition: 0.3s;
}

.betWin-btn-blue:hover {
    transform: scale(1.03);
    filter: brightness(1.1);
}

.betWin-payments {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 20px 0;
}

.betWin-payments img {
    height: 14px;
    opacity: 0.7;
}

.betWin-legal-small {
    font-size: 10px;
    color: #666;
    line-height: 1.3;
}

/* --- АДАПТИВ --- */
@media (max-width: 1100px) {
    .betWin-casino-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .betWin-hero-char {
        display: none;
    }

    .betWin-casino-grid {
        display: flex;
        grid-template-columns: none;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 0px;
    }
}

@media (max-width: 768px) {
    .betWin-hero-frame {
        padding: 25px;
    }

    .betWin-title {
        font-size: 28px;
    }

    .betWin-casino-grid {
        grid-template-columns: 1fr;
    }
}

/* --- PREMIUM CARD STYLE (betWin) --- */

.betWin-premium-card {
    position: relative;
    list-style: none;
    max-width: 270px;
    padding: 5px;
    height: 349px;
    /* Толщина градиентной рамки */
    border-radius: 30px;
    /* Градиентная рамка */
    background: linear-gradient(180deg, #ff3b30 0%, #9b51e0 50%, #3971c6 100%);
    font-family: 'Anek Latin', sans-serif;
    transition: transform 0.3s ease;
}

.betWin-premium-card:hover {
    transform: translateY(-5px);
}

.betWin-premium-inner {
    border-radius: 28px;
    overflow: hidden;
    /* Чтобы фон не вылезал за скругления */
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
}

/* 1. Верхняя часть (логотип) */
.betWin-premium-header {
    background-color: #2E384D;
    /* Цвет из верхней части макета */
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.betWin-brand-logo {
    max-width: 212px;
    max-height: 52px;
    object-fit: cover;
}

/* 2. Нижняя часть (контент) */
.betWin-premium-body {
    background-color: #1F2636;
    /* Темный основной цвет */
    padding: 10px;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Бейдж сверху */
.betWin-premium-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #F4B122;
    color: #1b1c22;
    padding: 5px 10px;
    border-radius: 100px;
    font-family: 'Anek Latin', sans-serif !important;
    font-weight: 500;
    font-style: Medium;
    font-size: 13px;
    color: #1F2636;
    text-align: center;
    z-index: 1000;
}


.betWin-rating-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.betWin-rating-val {
    font-family: 'Anek Latin', sans-serif !important;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
}

.betWin-rating-steps {
    display: flex;
    gap: 2px;
}

.betWin-rating-steps span {
    width: 25px;
    height: 6px;
    border-radius: 2px;
}

.betWin-rating-steps span.step-active {
    background: linear-gradient(270deg, #73CFFF 0%, #00A8FF 100%);
}

.betWin-rating-star {
    color: #ffd700;
    font-size: 24px;
}

.betWin-rating-votes {
    font-family: 'Anek Latin', sans-serif !important;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    color: #FFFFFFB2;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 10px;
    margin: 0;
}

/* Текст акции */
.betWin-promo-title {
    font-family: 'Anek Latin', sans-serif !important;
    font-weight: 700;
    font-style: Bold;
    font-size: 17px;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 10px;
    line-height: 1;
}

/* Кнопка */
.betWin-cta-btn {
    box-sizing: border-box;
    display: block;
    width: 100%;
    background: radial-gradient(50% 150.22% at 50% 50%, #2873C7 0%, #94C1EE 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    box-shadow: 0px 0px 4px 0px #2873C7;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 10px;
    font-family: 'Anek Latin', sans-serif !important;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    border: 4px solid #285EC3;
    transition: 0.3s;
}

.betWin-cta-btn:hover {
    filter: brightness(1.1);
    box-shadow: 0 0 35px rgba(57, 113, 198, 0.7);
}

/* Платежки */
.betWin-payment-methods {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
    justify-content: space-between;
}

.betWin-legal-footer {
    font-family: 'Anek Latin', sans-serif !important;
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    text-align: center;
    color: #FFFFFFCC;
    margin: 0;
}

/* --- SECTION HOW WE REVIEW (betWin) --- */

.betWin-how-review-sec {
    padding: 80px 16px;
    background-color: #ffffff;
}

.betWin-how-review-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.betWin-section-title {
    font-family: 'Anek Latin', sans-serif !important;
    font-weight: 700;
    font-size: 32px;
    font-style: Bold;
    color: #1F2636;
    text-align: center;
    margin: 0;
}

.betWin-section-subtitle {
    font-family: 'Anek Latin', sans-serif !important;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    text-align: center;
    color: #1F2636;
    margin: 0;
}

/* Сетка карточек */
.betWin-review-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 0;
}

.betWin-review-item {
    background-color: #F1F2F6;
    /* Светло-голубой фон как на макете */
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.betWin-review-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(57, 113, 198, 0.1);
}

.betWin-review-icon img {
    max-width: 100%;
    height: auto;
}

.betWin-review-item h2 {
    font-family: 'Anek Latin', sans-serif !important;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    margin: 0;
    color: #1F2636;
    text-align: center;
}

.betWin-review-item p {
    font-family: 'Anek Latin', sans-serif !important;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    margin: 0;
    color: #1F2636;
    text-align: center;
}

/* --- АДАПТИВНОСТЬ --- */

@media (max-width: 1024px) {
    .betWin-review-grid {
        grid-template-columns: repeat(2, 1fr);
        /* 2 в ряд на планшетах */
    }
}

@media (max-width: 768px) {
    .betWin-section-title {
        font-size: 32px;
    }

    .betWin-section-subtitle {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .betWin-review-grid {
        grid-template-columns: 1fr;
        /* 1 в ряд на мобилках */
    }

    .betWin-review-item {
        padding: 30px 20px;
    }
}

/* --- PREMIUM CARD STYLE (betWin) --- */

.betWin-premium-card {
    position: relative;
    list-style: none;
    max-width: 270px;
    /* Увеличиваем паддинг, это будет ширина нашей анимированной рамки */
    padding: 4px;
    border-radius: 32px;
    /* Чуть больше, чтобы внутренний блок вписался */

    /* Анимированный градиент для рамки */
    background: linear-gradient(90deg, #ff3b30, #9b51e0, #3971c6, #ff3b30);
    background-size: 300% 100%;
    animation: betWin-border-flow 4s linear infinite;
    font-family: 'Anek Latin', sans-serif;
    transition: transform 0.3s ease, box-shadow 0.3s ease;

    display: flex;
    flex-direction: column;
}

/* Анимация движения градиента по кругу/линии */
@keyframes betWin-border-flow {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.betWin-premium-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 45px rgba(57, 113, 198, 0.3);
}

.betWin-premium-inner {
    border-radius: 28px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
    /* Внутренняя тень для эффекта "вдавленности" контента в рамку */
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

/* 1. Верхняя часть (логотип) - Светлее и объемнее */
.betWin-premium-header {
    background-color: #2E384D;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

/* Добавляем легкий блик сверху для объема */
.betWin-premium-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.betWin-brand-logo {
    max-width: 160px;
    height: auto;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    /* Объем логотипа */
}

/* 2. Нижняя часть (контент) - Темная база */
.betWin-premium-body {
    background-color: #1F2636;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Эффект свечения для активных шагов рейтинга */
.betWin-rating-steps span.step-active {
    background: linear-gradient(90deg, #73CFFF, #00A8FF);
    box-shadow: 0 0 12px rgba(0, 168, 255, 0.6);
    /* Магическое свечение */
}

/* --- FAQ SECTION STYLES (betWin) --- */

.betWin-faq-section {
    padding: 70px 16px;
    background-color: #F1F2F6;
    /* Светлый фон всей секции */
}

.betWin-section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
    padding-bottom: 30px;
}

.betWin-main-title-dark {
    font-family: 'Anek Latin', sans-serif !important;
    font-weight: 700;
    margin: 0px;
    font-size: 32px;
    margin: 0;
    color: #1B1C22;
    text-align: center;
}

.betWin-main-subtitle {
    font-family: 'Anek Latin', sans-serif !important;
    font-weight: 400;
    font-size: 15px;
    margin: 0;
    color: #1F2636;
}

/* Список карточек */
.betWin-faq-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.betWin-faq-card {
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #1551C3;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.betWin-faq-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(57, 113, 198, 0.1);
}

.betWin-faq-q {
    font-family: 'Anek Latin', sans-serif !important;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    color: #1F2636;
    margin: 0;
    margin-bottom: 10px;
    position: relative;
}


.betWin-faq-a {
    font-family: 'Anek Latin', sans-serif !important;
    font-weight: 400;
    font-size: 15px;
    color: #1F2636;
    margin: 0;
}

/* --- АДАПТИВНОСТЬ --- */

@media (max-width: 768px) {
    .betWin-main-title-dark {
        font-size: 30px;
    }

    .betWin-faq-card {
        padding: 20px;
    }

    .betWin-faq-q {
        font-size: 18px;
    }

    .betWin-faq-a {
        font-size: 14px;
    }
}


/* --- REVIEWS SECTION (betWin) --- */

.betWin-reviews-sec {
    padding: 70px 16px;
    background-color: #ffffff;
    /* Можно менять на #f4f7fa если нужен серый фон */
}

.betWin-reviews-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.betWin-reviews-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    list-style: none;
    max-width: 1140px;
    margin: 0 auto;
    justify-content: center;
}

.betWin-review-card {
    background-color: #1F2636;
    border: 1px solid #1551C3;
    /* Темно-синий фон карточки */
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    max-width: 315px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    transition: transform 0.3s ease;
    height: max-content;
}

.betWin-review-card:hover {
    transform: translateY(-5px);
}

.betWin-review-text {
    font-family: 'Anek Latin', sans-serif !important;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    margin: 0px;
    color: #FFFFFF;
}

.betWin-review-user {
    display: flex;
    align-items: center;
    gap: 20px;
}

.betWin-review-avatar {
    width: 42px;
    height: 42px;
    background-color: #3971C6;
    /* Твой основной синий цвет */
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-family: 'Anek Latin', sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.betWin-review-meta h2 {
    font-family: 'Anek Latin', sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    margin: 0;
}

.betWin-review-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.betWin-review-stars {
    display: flex;
    align-items: center;
    gap: 10px;
}

.betWin-review-date {
    font-family: 'Anek Latin', sans-serif !important;
    color: #FFFFFFB2;
    font-family: Anek Latin;
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    margin: 0px;
}

/* --- АДАПТИВНОСТЬ --- */

@media (max-width: 1024px) {
    .betWin-review-card {
        flex: 1 1 calc(50% - 25px);
        /* 2 в ряд на планшетах */
    }
}

@media (max-width: 768px) {
    .betWin-reviews-sec {
        padding: 50px 16px;
    }

    .betWin-review-card {
        flex: 1 1 100%;
        /* 1 в ряд на мобильных */
        max-width: 100%;
    }

    .betWin-section-title {
        font-size: 28px;
    }
}

/* --- RESPONSIBLE GAMING SECTION (betWin) --- */

.betWin-responsible-page-sec {
    padding: 70px 16px;
    background-color: transparent;

}

/* Белая карточка с макета */
.betWin-responsible-card {
    color: #1B1C22;
}

.betWin-responsible-flex {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Текстовая часть */
.betWin-responsible-text {
    max-width: 560px;
}

.betWin-responsible-title {
    font-family: 'Anek Latin', sans-serif !important;
    font-weight: 700;
    font-size: 30px;
    margin: 0;
    margin-bottom: 20px;
    color: #1B1C22;
}

.betWin-responsible-body p {
    font-family: 'Anek Latin', sans-serif !important;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    line-height: 1;
    margin: 0px;
    margin-bottom: 30px;
    color: #1F2636;
}

/* Стили списка правил */
.betWin-responsible-points {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.betWin-responsible-points li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    font-family: 'Anek Latin', sans-serif !important;
    font-size: 15px;

}

/* Маркеры-точки */
.betWin-responsible-points li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #1B1C22;
    font-weight: bold;
    font-size: 18px;
}

.betWin-responsible-points li strong {
    display: block;
    /* Выносим заголовок пункта на отдельную строку */
    font-family: 'Anek Latin', sans-serif !important;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 4px;
    color: #1B1C22;
}

/* Изображение */
.betWin-responsible-image {
    flex: 1;
}

.betWin-responsible-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* --- АДАПТИВНОСТЬ --- */

@media (max-width: 1024px) {
    .betWin-responsible-flex {
        flex-direction: column-reverse;
    }


    .betWin-responsible-points li {
        padding-left: 0;
    }

    .betWin-responsible-points li::before {
        display: none;
    }

    .betWin-responsible-image {
        max-width: 500px;
        order: -1;
        /* Картинка сверху на мобилках */
    }
}

@media (max-width: 600px) {
    .betWin-responsible-title {
        font-size: 28px;
    }
}




/* --- FOOTER MAIN STYLES (betWin) --- */

.betWin-main-footer {
    background-color: #1F2636;
    /* Очень темный синий/графитовый фон */
    color: #ffffff;
    padding: 70px 16px;
}



.betWin-footer-nav-list {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    list-style: none;
    padding-bottom: 50px;
    margin: 0px;
}

.betWin-footer-nav-list a {
    font-family: 'Anek Latin', sans-serif !important;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    transition: color 0.3s;
    margin: 0;
}

.betWin-footer-nav-list a:hover {
    color: #ffffff;
}

/* 2. Сетка блоков */
.betWin-footer-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 20px;
    margin-bottom: 50px;
}

.betWin-foot-col h2 {
    font-family: 'Anek Latin', sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
    padding-bottom: 10px;
    color: #ffffff;
}

.betWin-foot-col p {
    font-family: 'Anek Latin', sans-serif !important;
    font-weight: 400;
    font-size: 15px;
    margin: 0;
    color: #fff;
}

.betWin-foot-col {
    width: 100%;
    max-width: 560px;
}

.betWin-useful-links {
    list-style: none;
    padding: 0;
}

.betWin-useful-links li {
    margin-bottom: 10px;
}

.betWin-useful-links a {
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
    transition: opacity 0.3s;
}

.betWin-useful-links a:hover {
    opacity: 0.8;
}

/* 3. Информация о компании */
.betWin-footer-company-info {
    text-align: center;
    margin-bottom: 50px;
}

.betWin-footer-company-info p {
    font-family: 'Anek Latin', sans-serif !important;
    color: #fff;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    text-align: center;
    margin: 0px;
}

/* 4. Полоса логотипов */
.betWin-footer-logos-strip {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    list-style: none;
    padding-bottom: 20px;
}

.betWin-age-icon {
    font-family: 'Anek Latin', sans-serif;
    font-weight: 800;
    font-size: 32px;
}

/* 5. Главный варнинг (Warning Strip) */
.betWin-footer-warning-strip {
    text-align: center;
    margin-bottom: 50px;
}

.betWin-footer-warning-strip h2 {
    font-family: 'Anek Latin', sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    color: #ffffff;
}

/* 6. Копирайт */
.betWin-footer-bottom {
    text-align: center;
}

.betWin-footer-bottom p {
    font-family: 'Anek Latin', sans-serif !important;
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    color: #FFFFFF;
}

/* --- АДАПТИВНОСТЬ --- */

@media (max-width: 992px) {
    .betWin-footer-grid {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .betWin-footer-grid {
        grid-template-columns: 1fr;
    }

    .betWin-footer-nav-list {
        align-items: center;
        gap: 50px;
    }

    .betWin-footer-logos-strip {
        flex-direction: column;
        gap: 25px;
    }

    .betWin-footer-warning-strip h2 {
        font-size: 16px;
    }
}


/* Контейнер для персонажа */
.betWin-hero-char-wrap {
    position: relative;
    display: inline-block;
    z-index: 0;
    margin-top: -70px;
}

.betWin-hero-main-img {
    max-width: 450px;
    /* Твой размер из прошлого кода */
    height: auto;
    display: block;
}

/* Позиционирование кристалла */
.betWin-magic-crystal {
    position: absolute;
    /* Координаты для попадания точно в руки на макете */
    bottom: 26%;
    left: 48.5%;
    transform: translate(-50%, 0);
    width: 65px;
    /* Размер самого кристалла */
    z-index: 11;

    /* Запуск анимации левитации */
    animation: betWin-crystal-float 3s ease-in-out infinite;
}

.betWin-magic-crystal img {
    width: 100%;
    height: auto;
    /* Эффект свечения самого объекта */
    filter: drop-shadow(0 0 15px rgba(115, 207, 255, 0.8));
}

/* Эффект пульсирующего магического ореола вокруг */
.betWin-crystal-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(115, 207, 255, 0.4) 0%, rgba(115, 207, 255, 0) 70%);
    border-radius: 50%;
    z-index: -1;
    animation: betWin-glow-pulse 2s ease-in-out infinite;
}

/* --- АНИМАЦИИ --- */

/* Левитация (плавание вверх-вниз) */
@keyframes betWin-crystal-float {

    0%,
    100% {
        transform: translate(-50%, 0);
    }

    50% {
        transform: translate(-50%, -15px);
        /* Кристалл приподнимается */
    }
}

/* Пульсация света */
@keyframes betWin-glow-pulse {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0.8;
    }
}

/* --- BURGER LOGIC (betWin) --- */

/* Кнопка бургера (три полоски) */
.betWin-burger {
    display: none;
    /* Скрыт на десктопе */
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10005;
    /* Поверх всего */
}

.betWin-burger span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #3971C6;
    /* Твой синий цвет */
    border-radius: 3px;
    transition: all 0.3s ease;
}

/* Адаптив на 1010px */
@media (max-width: 1010px) {
    .betWin-burger {
        display: flex;
    }

    /* Само выезжающее меню */
    .betWin-nav {
        position: fixed !important;
        top: 0 !important;
        right: -100% !important;
        /* Прячем вправо */
        width: 100% !important;
        height: 100vh !important;
        background-color: #EEF1F6 !important;
        /* Непрозрачный фон */
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        transition: right 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
        z-index: 10000;
        visibility: hidden;
    }

    /* Когда меню открыто */
    .betWin-nav.active {
        right: 0 !important;
        visibility: visible;
    }

    .betWin-nav-list {
        flex-direction: column !important;
        gap: 25px !important;
        text-align: center;
        width: 100%;
    }

    .betWin-nav-list li {
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.4s ease;
    }

    .betWin-nav.active li {
        opacity: 1;
        transform: translateY(0);
    }

    /* Задержка появления ссылок */
    .betWin-nav.active li:nth-child(1) {
        transition-delay: 0.1s;
    }

    .betWin-nav.active li:nth-child(2) {
        transition-delay: 0.2s;
    }

    .betWin-nav.active li:nth-child(3) {
        transition-delay: 0.3s;
    }

    .betWin-nav.active li:nth-child(4) {
        transition-delay: 0.4s;
    }

    .betWin-nav.active li:nth-child(5) {
        transition-delay: 0.5s;
    }

    .betWin-nav.active li:nth-child(6) {
        transition-delay: 0.6s;
    }

    .betWin-nav-list a {
        font-family: 'Anek Latin', sans-serif !important;
        font-weight: 700 !important;
        font-size: 26px !important;
        /* Крупный текст */
        color: #1B1C22 !important;
        text-transform: uppercase;
        display: block;
        padding: 10px;
    }

    /* Анимация бургера в крестик */
    .betWin-burger.open span:nth-child(1) {
        transform: translateY(8.5px) rotate(45deg);
    }

    .betWin-burger.open span:nth-child(2) {
        opacity: 0;
    }

    .betWin-burger.open span:nth-child(3) {
        transform: translateY(-8.5px) rotate(-45deg);
    }

    /* Блокировка скролла страницы */
    body.no-scroll {
        overflow: hidden !important;
    }

    /* Скрываем бейдж 21+ в шапке (он переедет внутрь меню) */
    .betWin-header-badge {
        display: block;
        margin: 20px auto 0;
    }
}

@media (max-width: 855px) {
    .betWin-desc {
        display: none;
    }

    .betWin-hero-frame {
        background: #F1F2F6;
        border: 5px solid #B5D4F3;
        border-radius: 30px;
        padding: 16px;
    }

    .betWin-header-sec {
        background-color: #ffffff;
        padding: 5px 16px;
    }

    .betWin-title {
        font-size: 20px;
    }

    .betWin-hero-main-img {
        max-width: 250px;
        height: auto;
        display: block;
    }

    .betWin-hero-char-wrap {
        position: relative;
        display: inline-block;
        z-index: 0;
        margin-top: -30px;
    }

    .betWin-hero-tag-btn {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .betWin-title {
        font-size: 15px;
    }

    .betWin-hero-main-img {
        max-width: 163px;
        height: auto;
        display: block;
    }

    .betWin-magic-crystal img {
        width: 37px;
        height: 63px;
        filter: drop-shadow(0 0 15px rgba(115, 207, 255, 0.8));
    }

    .betWin-magic-crystal {
        width: auto;
    }

    .betWin-container {
        padding: 0;
    }

    .betWin-hero-text {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .betWin-hero-btns {
        display: flex;
        gap: 5px;
        flex-wrap: wrap;
    }

    .betWin-hero-tag-btn {
        width: 100%;
        font-size: 10px;
        padding: 5px 10px;
        display: flex;
        text-align: center;
        justify-content: center;
    }

    .betWin-hero-frame {
        background: #F1F2F6;
        border: 5px solid #B5D4F3;
        border-radius: 30px;
        padding: 10px 10px 0px 10px;
    }

    .betWin-logo img {
        display: flex;
        width: 146px;
        height: 31px;
    }

    .betWin-hero-char-wrap {
        position: relative;
        display: inline-block;
        z-index: 0;
        margin-top: -15px;
    }

    .betWin-premium-card {
        position: relative;
        list-style: none;
        max-width: 100%;
        margin: 0px 16px;
    }
}


/* --- CONTACT SECTION (betWin) --- */

.betWin-contact-page-sec {
    padding: 80px 16px;
    background-color: #ffffff;
    color: #1b1c22;
}

.betWin-contact-header {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: center;
    padding-bottom: 30px;
}

.betWin-contact-main-title {
    font-family: 'Anek Latin', sans-serif !important;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    text-align: center;
    margin: 0;
    color: #1b1c22;
}

.betWin-contact-desc {
    font-family: 'Anek Latin', sans-serif !important;
    font-family: Anek Latin;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    margin: 0;
    text-align: center;
}

.betWin-contact-flex {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.betWin-main-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Левая карточка */
.betWin-contact-info-card {
    width: 100%;
    max-width: 560px;
    background-color: #F1F2F6;
    /* Светлый фон как на макете */
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.betWin-contact-info-card h2 {
    font-family: 'Anek Latin', sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
}

.betWin-info-item p {
    font-family: 'Anek Latin', sans-serif !important;
    font-size: 15px;
    margin-bottom: 4px;
}

.betWin-info-item a {
    color: #3971C6;
    text-decoration: none;
}

/* Форма */
.betWin-contact-form-wrap {
    flex: 1.5;
    position: relative;
}

.betWin-input-group {
    display: flex;
    flex-direction: column;
}

.betWin-input-group input,
.betWin-input-group textarea {
    width: 100%;
    padding: 16px;
    background-color: #F1F2F6;
    border: 1px solid transparent;
    border-radius: 5px;
    font-family: 'Anek Latin', sans-serif !important;
    font-size: 15px;
    color: #1F2636B2;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.3s;
}

.betWin-input-group input:focus,
.betWin-input-group textarea:focus {
    border-color: #3971C6;
}

.betWin-checkbox-group {
    display: flex;
    gap: 20px;
}

.betWin-checkbox-group label {
    font-family: 'Anek Latin', sans-serif !important;
    font-weight: 700;
    font-style: Bold;
    font-size: 13px;
    line-height: 1;
}

/* Кнопка с синим градиентом */
.betWin-form-submit-btn {
    font-family: 'Anek Latin', sans-serif !important;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    background: radial-gradient(50% 150.22% at 50% 50%, #2873C7 0%, #94C1EE 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    color: #FFFFFF;
    border: 4px solid #285EC3;
    font-family: Anek Latin;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(57, 113, 198, 0.3);
    transition: transform 0.2s, filter 0.3s;
}

.betWin-form-submit-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.1);
}

/* Уведомление об успехе */
.betWin-form-success {
    display: none;
    margin-top: 20px;
    background-color: #d4edda;
    color: #155724;
    padding: 15px;
    border-radius: 10px;
    font-weight: 700;
    text-align: center;
    border: 1px solid #c3e6cb;
    animation: bwFadeIn 0.5s ease;
}

@keyframes bwFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --- АДАПТИВ --- */
@media (max-width: 992px) {
    .betWin-contact-flex {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .betWin-contact-main-title {
        font-size: 28px;
    }

    .betWin-contact-info-card {
        box-sizing: border-box;
    }
}


/* --- RESPONSIBLE GAMING PAGE STYLES (betWin) --- */

.betWin-legal-page-sec {
    padding: 80px 16px;
    background-color: #ffffff;
    /* Белый фон для лучшей читаемости текста */
    color: #1F2636;
}

.betWin-legal-main-title {
    font-family: 'Anek Latin', sans-serif !important;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
    color: #1F2636;
}

.betWin-legal-intro {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #1F2636;
}

.betWin-legal-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.betWin-legal-item h2 {
    font-family: 'Anek Latin', sans-serif !important;
    font-weight: 800;
    font-size: 24px;
    color: #1F2636;
}

.betWin-legal-item h2 {
    font-family: 'Anek Latin', sans-serif !important;
    font-weight: 700;
    font-size: 18px;
}

.betWin-legal-item p {
    font-family: 'Anek Latin', sans-serif !important;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #1F2636;
}

.betWin-legal-date {
    font-family: 'Anek Latin', sans-serif !important;
    font-weight: 700;
    font-size: 15px;
    color: #1F2636;
    padding-bottom: 30px;
}

/* Списки */
.betWin-legal-list {
    list-style: none;
    padding-left: 0;
}

.betWin-legal-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

.betWin-legal-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #3971C6;
    font-weight: 900;
}

/* Вложенный список */
.betWin-sub-list {
    list-style: none;
    padding-left: 20px;
    margin-top: 5px;
}

.betWin-sub-list li::before {
    content: "-";
}

/* Ссылки внутри текста */
.betWin-inline-link {
    color: #3971C6;
    text-decoration: underline;
    font-weight: 600;
    transition: opacity 0.3s;
}

.betWin-inline-link:hover {
    opacity: 0.7;
}

/* --- АДАПТИВНОСТЬ --- */

@media (max-width: 768px) {
    .betWin-legal-main-title {
        font-size: 30px;
    }

    .betWin-legal-page-sec {
        padding: 50px 16px;
    }

    .betWin-legal-item h2 {
        font-size: 20px;
    }

    .betWin-premium-header {
        background-color: #2E384D;
        height: 65px;
    }
}