@font-face {
    font-family: Inter;
    font-display: swap;
    src: url('../betifyzone-fontsjKl/betifyzone-interjKl.woff2') format("woff2")
}

@font-face {
    font-family: Bungee;
    font-weight: 400;
    font-display: swap;
    src: url('../betifyzone-fontsjKl/betifyzone-bungee-regularjKl.woff2') format("woff2")
}

h1,
h2,
h3,
p {
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #112112;
    color: #fff;
}

html,
body {
    overflow-x: hidden;
}

ul {
    list-style: none;
    padding: 0;
}

.hero-container {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../betifyzone-imgjKl/betifyzone-hero.webp');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
}

.contacts-container {
    background: #33333380;
}

.hero-container-about {
    /* ИЗМЕНЕНО: Добавляем градиент поверх изображения */
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../betifyzone-imgjKl/betifyzone-aboutpage.webp');

    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.hero-container-games {
    /* ИЗМЕНЕНО: Добавляем градиент поверх изображения */
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../betifyzone-imgjKl/betifyzone-gameabout.webp');

    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
}

.game-game {}

.betifyzone-navbar {
    background: #33333380;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.betifyzone-logo p {
    font-family: Bungee !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 120% !important;
    text-transform: uppercase !important;
}

.betifyzone-navbar-container {
    display: flex;
    justify-content: space-between;
    max-width: 1240px;
    margin: 0 auto;
    align-items: center;
    padding: 22px 15px;
    gap: 20px;
    flex-wrap: wrap;
}

/* Navbar */
.betifyzone-nav {
    display: flex;
    gap: 32px;
    margin: 0;
    align-items: center;
}

.betifyzone-nav-foot {
    display: flex;
    gap: 32px;
    margin: 0;
    align-items: center;
}

.betifyzone-nav-foot a {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    text-decoration: none;
}

.betifyzone-navbar nav a {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    text-decoration: none;
}

.betifyzone-navbar nav a:hover {
    color: #fff;
    font-weight: 600;
}

.betifyzone-navbar .betifyzone-logo {
    display: flex;
    align-items: center;
    gap: 8px;
}

.betifyzone-burger {
    display: none;
    cursor: pointer;
}

/* Hero */
.betifyzone-hero {
    background-size: cover;
    background-position: center;
    padding: 0px 10px 0px 10px;
}

.betifyzone-infohero {
    display: flex;
    min-height: 438px;
    justify-content: flex-start;
    justify-content: center;
    text-align: center;
}

.betifyzone-infohero-about {
    min-height: 438px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.betifyzone-hero h1 {
    font-family: Bungee;
    font-weight: 400;
    font-size: 70px;
    line-height: 90%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.betifyzone-hero p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    max-width: 720px;
    color: #FFFFFFCC;
}

.betifyzone-btn-container2 {
    display: flex;
    justify-content: center;
}

.betifyzone-descr_block {
    max-width: 1240px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 40px 20px;
    align-items: center;
}

.betifyzone-descr_block-aboutpage {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 40px 20px;
    align-items: center;
}

.betifyzone-btn {
    width: 700px;
    font-family: Bungee;
    font-weight: 400;
    font-size: 16px;
    background: linear-gradient(90deg, #A3D977 0%, #3FA34D 100%);
    color: #000;
    padding: 8px 10px;
    border: none;
    text-decoration: none;
    border-radius: 10px;
    cursor: pointer;
    transition: opacity 0.3s ease;
    text-align: center;
    text-transform: uppercase;
}

.betifyzone-btn:hover {
    opacity: 0.7;
}

/* About */
.betifyzone-cards-about {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.betifyzone-about-card1,
.betifyzone-about-card2 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.betifyzone-about-card-descr {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.betifyzone-about-card-descr h2 {
    font-family: Inter;
    font-weight: 500;
    font-size: 24px;
    line-height: 110.00000000000001%;
    color: #fff;
}

.betifyzone-about-card-descr p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #fff;
    max-width: 630px;
}

.betifyzone-about-img1 {
    background-image: url('../betifyzone-imgjKl/betifyzone-about.webp');
    background-repeat: no-repeat;
    width: 100%;
    max-width: 630px;
    background-size: cover;
    background-position: center;
    height: 300px;
}

.betifyzone-about-img2 {
    background-image: url('../betifyzone-imgjKl/betifyzone-aboutpagepic.webp');
    background-repeat: no-repeat;
    width: 100%;
    max-width: 630px;
    background-size: cover;
    background-position: center;
    height: 300px;
}

/* Winners */
.betifyzone-cards-winner {
    display: flex;
    gap: 20px;
    margin: 0px;
}

.betifyzone-winner-card {
    width: 100%;
    background: #1C3322;
    border: 1px solid #A3D977;
    border-radius: 8px;
    padding: 24px 16px;
    text-align: center;
    gap: 16px;
    display: flex;
    flex-direction: column;
    max-height: 262px;
}

.gamepagesec {
    padding-bottom: 100px;
}

.betifyzone-text-game-pop h2 {
    font-family: Bungee;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    line-height: 90%;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 24px;
    color: #FFFFFF;
}

.pop-game-lead {
    background-image: url('../betifyzone-imgjKl/betifyzone-champ-picjKl.webp');
    width: 100%;
    background-repeat: none;
    background-position: center;
    background-size: cover;
    height: 394px;
}

.list-competitors-game {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0px 10px;
}

.game-about-lead {
    padding: 100px 0px;
}

.pop-game-lead {
    background-image: url('../betifyzone-imgjKl/betifyzone-champ-picjKl.webp');
    width: 100%;
    background-repeat: none;
    background-position: center;
    background-size: cover;
    height: 394px;
}

.betifyzone-idea {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 630px;
}

.betifyzone-about-us-idea {
    padding-bottom: 100px;
}

.betifyzone-idea h3 {
    font-family: Inter;
    font-weight: 500;
    font-size: 24px;
    line-height: 110.00000000000001%;
    color: #fff;
}

.betifyzone-idea p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFFCC;
}

.betifyzone-lead-competitors-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto;
}

.list-competitors-game {
    width: 80%;
}

.betifyzone-lead-competitors-list-iteM {
    background: #000000;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.info-competitors {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 130px;
}

.info-competitors p,
.info-competitors h3 {
    font-family: Inter;
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    text-align: center;
}

.line-1 {
    background: linear-gradient(90deg, #FF7905 0%, #FFF705 100%);
    border-radius: 10px;
    height: 16px;
    width: 80%;
}

.line-2 {
    background: linear-gradient(90deg, #FF7905 0%, #FFF705 100%);
    border-radius: 10px;
    height: 16px;
    width: 50%;
}

.line-3 {
    background: linear-gradient(90deg, #FF7905 0%, #FFF705 100%);
    border-radius: 10px;
    height: 16px;
    width: 40%;
}

.number-line {
    font-family: Inter;
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -2%;
    text-align: center;
}

.stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.star {
    background-image: url('../betifyzone-imgjKl/betifyzone-iconsjKl/betifyzone-stayjKl.png');
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
}

.betifyzone-winner-card p {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #fff;
}

.betifyzone-winner-card span {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF99;
}

/* Sections */
.betifyzone-about-us {
    padding: 100px 16px;
}

.betifyzone-populargames {
    padding: 100px 16px;
}

.betifyzone-populargames-now {
    padding: 0px 16px;
    padding-bottom: 100px;
}

.about-last {
    padding-bottom: 100px;
}

/* --- Основной контейнер для сетки карточек --- */
.betifyzone-card-list {
    display: grid;
    /* Создаем 2 колонки одинаковой ширины */
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    /* Пространство между карточками */
    max-width: 1280px;
    /* Ограничиваем максимальную ширину */
    list-style: none;
    /* Убираем стандартные маркеры списка */
    margin: 0;
}

/* --- Стили для каждой отдельной карточки --- */
.betifyzone-card-list-item {
    background-color: #1B263B;
    /* Темно-синий фон, как на изображении */
    border: 2px solid #5BC0BE;
    /* Бирюзовая рамка */
    border-radius: 8px;
    /* Скругленные углы */
    padding: 32px 16px;
    display: flex;
    /* Располагаем картинку и текст в ряд */
    align-items: center;
    /* Выравниваем их по центру по вертикали */
    gap: 10px;
    /* Расстояние между картинкой и текстом */
    transition: transform 0.3s ease, border-color 0.3s ease;
    /* Плавный эффект при наведении */
}

.betifyzone-card-list-item:hover {
    transform: translateY(-5px);
    /* Слегка приподнимаем карточку при наведении */
    border-color: #10caca;
    /* Делаем рамку ярче */
}

/* --- Общие стили для контейнеров с изображениями --- */
/* Этот селектор выбирает дочерние div'ы .stone, .mushroom и т.д. */
.betifyzone-card-list-item>div[class] {
    width: 160px;
    height: 160px;
    background-size: contain;
    /* Масштабирует изображение, чтобы оно полностью поместилось */
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    /* Запрещает изображению сжиматься, если текст длинный */
}

/* --- Назначаем фоновые изображения для каждого блока --- */
/* ВАЖНО: Замените пути на ваши! */
.stone {
    background-image: url('../betifyzone-imgjKl/betifyzone-stonejKl.webp');
}

.mushroom {
    background-image: url('../betifyzone-imgjKl/betifyzone-mushroomjKl.webp');
}

.crystal {
    background-image: url('../betifyzone-imgjKl/betifyzone-cristaljKl.webp');
}

.podveska {
    background-image: url('../betifyzone-imgjKl/betifyzone-podveskajKl.webp');
}

/* --- Стили для текста внутри карточек --- */
.betifyzone-card-list-item h2 {
    font-family: Inter;
    font-weight: 500;
    font-size: 24px;
    line-height: 110.00000000000001%;
    color: #fff;
    padding-bottom: 10px;
}

.betifyzone-card-list-item p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}

/* --- Адаптивный дизайн --- */

/* Для планшетов и небольших ноутбуков: карточки встают в одну колонку */
@media (max-width: 992px) {
    .betifyzone-card-list {
        grid-template-columns: 1fr;
        /* Одна колонка */
    }
}

/* Для мобильных телефонов: картинка встает над текстом */
@media (max-width: 576px) {
    .betifyzone-card-list-item {
        flex-direction: column;
        /* Ставим элементы в колонку (картинка, потом текст) */
        text-align: center;
        /* Центрируем текст */
        padding: 25px;
    }

    .betifyzone-card-list-item h2 {
        font-size: 20px;
    }

    .betifyzone-card-list-item p {
        font-size: 15px;
    }
}

/* Game & Warrior Cards */
.betifyzone-game-container-3card {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
}

.betifyzone-game-container-3card img {
    width: 100%;
}

.betifyzone-text-game {
    background: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 20px 0px;
    justify-content: center;
    min-height: 500px;
}

.betifyzone-populargames-journey {
    padding-bottom: 100px;
}

.betifyzone-game-container-warrior {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.betifyzone-text-game-pop h2 {
    font-family: Bungee;
    font-weight: 400;
    font-style: Bold;
    font-size: 48px;
    line-height: 90%;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 24px;
    color: #FFFFFF;
}

.betifyzone-star-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #fff;
}

.betifyzone-game-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    justify-items: center;
    align-items: stretch;
    margin: 0;
    padding: 0 10px;
}

.game-pad {
    padding-top: 100px;
}

.betifyzone-game-card {
    background: transparent;
    border: 2px solid #A3D977;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 8px;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.betifyzone-game-card:hover {
    transform: scale(1.03);
    box-shadow: 0 0 12px rgba(0, 255, 255, 0.3);
}

.betifyzone-game-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
}

.betifyzone-star-rating p {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
}

.betifyzone-game-title {
    font-family: Inter;
    font-weight: 500;
    font-size: 24px;
    line-height: 110.00000000000001%;
    color: #ffffff;
}

.betifyzone-game-info {
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.betifyzone-star {
    background-image: url('../betifyzone-imgjKl/betifyzone-iconsjKl/betifyzone-stayjKl.png');
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}

.betifyzone-play-button {
    font-family: Bungee;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    background: linear-gradient(90deg, #A3D977 0%, #3FA34D 100%);
    color: #000;
    padding: 8px 10px;
    border: none;
    text-decoration: none;
    border-radius: 8px;
    cursor: pointer;
    transition: opacity 0.3s ease;
    text-transform: uppercase;
    text-align: center;
}

.betifyzone-play-button:hover {
    background: #2ac291;
}

.betifyzone-play-button-elf {
    font-family: Bungee;
    font-weight: 800;
    font-size: 16px;
    background: linear-gradient(90deg, #1BA4C6 0%, #3ED0A3 100%);
    color: #141414;
    padding: 8px 10px;
    border: none;
    text-decoration: none;
    border-radius: 10px;
    cursor: pointer;
    transition: opacity 0.3s ease;
    text-transform: uppercase;
    text-align: center;
}

.betifyzone-game-info-warrior {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-top: 10px;
}

.betifyzone-game-card-warrior img {
    width: 100%;
}

.betifyzone-game-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 426px;
    padding: 0px 10px;
}

.betifyzone-game-block img {
    width: 100%;
}

/* Competitors */
.container-competitors {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.betifyzone-lead-competitors-container {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.victory-image {
    background-image: url('../betifyzone-imgjKl/betifyzone-champ-picjKl.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    max-width: 630px;
    height: 300px;
}

.pop-game-lead {
    background-image: url('../betifyzone-imgjKl/betifyzone-champ-picjKl.webp');
    max-width: 1280px;
    margin: 0 auto;
    background-repeat: none;
    background-position: center;
    background-size: cover;
    height: 394px;
}

.list-competitors-game {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0px 10px;
}

.game-about-lead {
    padding: 100px 0px;
}

.idea-image {
    background-image: url('../betifyzone-imgjKl/betifyzone-about.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    max-width: 630px;
    height: 300px;
}

.betifyzone-idea {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 630px;
}

.betifyzone-about-us-idea {
    padding: 100px 0px;
}

.betifyzone-idea h3 {
    font-family: Inter;
    font-weight: 500;
    font-size: 24px;
    line-height: 110.00000000000001%;
    color: #fff;
}

.betifyzone-idea p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFFCC;
}

.betifyzone-lead-competitors-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto;
}

.list-competitors-game {
    width: 80%;
}

.betifyzone-lead-competitors-list-iteM {
    background: #000000;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.info-competitors {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 130px;
}

.info-competitors p,
.info-competitors h3 {
    font-family: Inter;
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    text-align: center;
}

.line-1 {
    background: linear-gradient(90deg, #FF7905 0%, #FFF705 100%);
    border-radius: 10px;
    height: 16px;
    width: 80%;
}

.line-2 {
    background: linear-gradient(90deg, #FF7905 0%, #FFF705 100%);
    border-radius: 10px;
    height: 16px;
    width: 50%;
}

.line-3 {
    background: linear-gradient(90deg, #FF7905 0%, #FFF705 100%);
    border-radius: 10px;
    height: 16px;
    width: 40%;
}

.number-line {
    font-family: Inter;
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -2%;
    text-align: center;
}

.betifyzone-valhalla-games-about {
    background:
        linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%),
        url('../betifyzone-imgjKl/betifyzone-gamesec.webp');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 395px;
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}

.game-game {
    padding-top: 100px;
}

.last-gameblock {
    padding-bottom: 100px;
}

.games-descr-valhalla {
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 1280px;
    margin: 0 auto;
    padding: 0px 10px;
    align-items: flex-end;
}

.betifyzone-game-card-rules {
    border-radius: 8px;
    width: 100%;
}

.betifyzone-game-info-rules {
    background: #A3D977;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.betifyzone-game-card-rules {
    border: 2px solid #A3D977;
}

.betifyzone-game-info-rules h2 {
    font-family: Inter;
    font-weight: 500;
    font-size: 24px;
    line-height: 110.00000000000001%;
    color: #000;
}

.betifyzone-game-info-rules p {
    font-family: Inter;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: #000;
}

.betifyzone-valhalla-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 1280px;
    margin: 0 auto;
    padding: 0px 10px;
    align-items: flex-start;
}

.betifyzone-valhalla-info h2 {
    font-family: Bungee;
    font-weight: 700;
    font-size: 48px;
    line-height: 90%;
    text-transform: uppercase;
    max-width: 630px;
}

.betifyzone-valhalla-info p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    max-width: 630px;
    color: #FFFFFFCC;
}

.cards-2 {
    max-width: 1280px;
    margin: 0 auto;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0px 16px;
    padding-top: 100px;
}

.cards2-title {
    font-family: Bungee;
    font-weight: 400;
    font-size: 54px;
    line-height: 90%;
    text-align: center;
    text-transform: uppercase;
}

.cards2-list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.cards2-list-item {
    width: 100%;
    background: #000000;
    border: 2px solid #8A36EF;
    padding: 32px 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
}

.cards2-list-item h2 {
    font-family: Inter;
    font-weight: 500;
    font-size: 24px;
    line-height: 110.00000000000001%;
    text-align: center;
}

.cards2-list-item p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFFCC;
}

/* --- Contacts Section --- */
.betifyzone-contacts {
    padding-top: 60px;
}

.betifyzone-contacts h1 {
    font-family: Bungee;
    font-weight: 700;
    font-size: 70px;
    line-height: 90%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 60px;
    padding-right: 10px;
    padding-left: 10px;
}

.betifyzone-contacts h2 {
    font-family: Bungee;
    font-weight: 400;
    font-size: 48px;
    line-height: 90%;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 16px;
}

.contact-container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    padding: 0px 10px;
    padding-bottom: 100px;
}

.contact-top-p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFFCC;
    max-width: 630px;
    margin: 0 auto;
    padding-bottom: 16px;
    padding-right: 10px;
    padding-left: 10px;
}

.form-and-info-wrapper {
    width: 100%;
    max-width: 630px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form input,
.form textarea {
    background: #000000;
    color: #FFFFFF99;
    border: 1px solid #A3D977;
    padding: 14px;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    border-radius: 10px;
}

.form button {
    background: linear-gradient(90deg, #A3D977 0%, #3FA34D 100%);
    color: #000;
    border-radius: 8px;
    border: none;
    padding: 8px 10px;
    font-family: Bungee;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
}

.contact-details h3 {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    padding-bottom: 8px;
}

.contpage-title {
    font-family: Inter !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 120% !important;
    padding-bottom: 8px !important;
}

.contact-details p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFFCC;
}

.image-wrapper {
    justify-content: center;
    align-items: center;
}

.image-wrapper img {
    max-width: 100%;
    height: auto;
}

/* Disclaimer */
.betifyzone-disclaimer {
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
}

.betifyzone-disclaimer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #1C3322;
    border: 2px solid #A3D977;
    padding: 32px;
    border-radius: 8px;
    gap: 24px;
    text-align: center;
}

.betifyzone-disclaimer-container h2 {
    font-family: Bungee;
    font-weight: 400;
    font-size: 48px;
    line-height: 90%;
    text-align: center;
    text-transform: uppercase;
}

.betifyzone-disclaimer-container p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    max-width: 846px;
    color: #FFFFFFCC;
}

/* --- Utility Class for Logic --- */
.hidden {
    display: none !important;
}

/* Provided Styles for .new-block */
.new-block {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 48px;
    text-align: center;
    padding: 0 20px;
    padding-top: 100px;
    align-items: center;
}

.new-block-title {
    font-family: Bungee;
    font-weight: 400;
    font-style: Bold;
    font-size: 48px;
    line-height: 90%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.new-block-descr {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFFCC;
    max-width: 630px;
}

.survey-container-pic {
    background-image: url('../betifyzone-imgjKl/betifyzone-ratingpic.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 630px;
    height: auto;
}

/* --- General Survey Container --- */
.survey-container {
    display: flex;
    gap: 20px;
    width: 100%;
}

/* --- Questions Panel Styles --- */
.questions-panel {
    display: flex;
    flex-direction: column;
    gap: 24px;
    /* Increased spacing between question groups */
    width: 100%;
}

.question-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.question-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    text-align: left;
    /* Align question text to the left */
}

.rating-options {
    display: flex;
    gap: 12px;
    /* Adjusted gap between rating buttons */
}

.rating-btn {
    flex: 1;
    height: 39px;
    background-color: #FFFFFF;
    color: #121212;
    border: none;
    border-radius: 8px;
    /* Slightly rounded corners */
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.2s, border 0.2s;
    outline: 2px solid transparent;
}

/* Selected state simulation (for visual consistency with the theme) */
.rating-btn.selected {
    background-color: #A3D977;
    /* Purple color */
    color: #FFFFFF;
    outline: 2px solid #FFFFFF;
}

.rating-btn:hover {
    background-color: #A3D977;
    /* Purple color */
    color: #FFFFFF;
    outline: 2px solid #FFFFFF;
}

/* --- Submit Button Style --- */
.submit-btn {
    width: 100%;
    /* Slightly larger */
    margin-top: 40px;
    background: linear-gradient(90deg, #A3D977 0%, #3FA34D 100%);
    /* Adjusted gradient order to match the image */
    border: none;
    border-radius: 8px;
    color: #000;
    font-family: Bungee;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    transition: opacity 0.2s;
    letter-spacing: 1px;
    padding: 8px 10px;
}

.survey-content {
    width: 100%;
}

.submit-btn:hover {
    opacity: 0.9;
}

/* --- Thank You Block Styles (Image 2) --- */
.thank-you-block {
    width: 100%;
    padding: 60px 20px;
    background-color: #A3D977;
    /* Main purple background */
    border-radius: 8px;
    margin-top: 48px;
}

/* Provided Styles for h2 in thank-you-block */
.thank-you-block h2 {
    font-family: 'Bungee', cursive;
    font-weight: 700;
    font-size: 54px;
    line-height: 90%;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 16px;
    text-shadow: 0px 4px 4px #5BC0BE99;
    color: #FFFFFF;
}

/* Provided Styles for p in thank-you-block */
.thank-you-block p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFFCC;
    margin: 0;
}

/* Footer */
.betifyzone-footer {
    background-color: #121212;
    color: #fff;
    font-family: Inter;
    padding: 40px 0;
    font-size: 14px;
    line-height: 130%;
}

.betifyzone-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.betifyzone-info-grid {
    display: flex;
    gap: 20px;
}

.betifyzone-info-block {
    width: 100%;
}

.betifyzone-list-partners {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.betifyzone-nav a {
    font-family: Inter;
    font-weight: 500;
    color: #FFFFFFCC;
    text-decoration: none;
}

.betifyzone-info-title {
    color: #ffffff;
    margin: 0 0 8px 0;
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
}

.betifyzone-info-block p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    margin: 0;
    color: #FFFFFFCC;
}

.betifyzone-footer-bottoM {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.betifyzone-copyright {
    margin: 0;
}

/* Helper Classes */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.status {
    font-family: Inter;
    font-weight: 800;
    border-radius: 30px;
    margin-top: 15px;
    padding: 10px;
    background-color: green;
    display: none
}

.form.active .status {
    display: block
}

.betifyzone-populargames {
    padding: 100px 16px;
}

.betifyzone-text-game-pop h2 {
    font-family: Bungee;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    line-height: 90%;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 24px;
    color: #FFFFFF;
}

.abpage-pop {
    padding: 0px 16px;
}

.betifyzone-card-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1280px;
    list-style: none;
    margin: 0;
}

.betifyzone-card-list-item {
    background-color: #1C3322;
    border: 2px solid #A3D977;
    border-radius: 8px;
    padding: 32px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.betifyzone-card-list-item h2 {
    font-family: Inter;
    font-weight: 500;
    font-size: 24px;
    line-height: 110.00000000000001%;
    color: #fff;
    padding-bottom: 10px;
}

.betifyzone-card-list-item p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}

/* --- Общие стили для контейнеров с изображениями --- */
/* Этот селектор выбирает дочерние div'ы .stone, .mushroom и т.д. */
.betifyzone-card-list-item>div[class] {
    width: 160px;
    height: 160px;
    background-size: contain;
    /* Масштабирует изображение, чтобы оно полностью поместилось */
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    /* Запрещает изображению сжиматься, если текст длинный */
}

/* --- Назначаем фоновые изображения для каждого блока --- */
/* ВАЖНО: Замените пути на ваши! */
.stone {
    background-image: url('../betifyzone-imgjKl/betifyzone-paparat.webp');
}

.mushroom {
    background-image: url('../betifyzone-imgjKl/betifyzone-budda.webp');
}

.crystal {
    background-image: url('../betifyzone-imgjKl/betifyzone-fakel.webp');
}

.podveska {
    background-image: url('../betifyzone-imgjKl/betifyzone-marakuya.webp');
}




/* --- Media Queries --- */
@media(max-width: 1100px) {
    .betifyzone-game-container-warrior {
        flex-wrap: wrap;
    }

    .betifyzone-hero h1 {
        font-size: 44px;
    }

    .betifyzone-descr_block {
        gap: 16px;
        align-items: stretch;
    }

    .betifyzone-btn {
        width: 100%;
    }

    .betifyzone-winner-card {
        width: auto;
    }

    .betifyzone-cards-winner {
        flex-direction: column;
    }

    .betifyzone-logo p {
        font-size: 14px !important;
    }

    .betifyzone-disclaimer-container h2 {
        font-size: 38px;
    }

    .betifyzone-burger {
        display: block;
        background: transparent;
        border: none;
    }

    /* скрываем меню */
    .betifyzone-nav-wrapper {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        width: 70%;
        background: black;
        box-shadow: -4px 0 15px rgba(0, 0, 0, 0.35);
        transition: right 0.3s ease-in-out;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2000;
    }

    .betifyzone-nav-wrapper.active {
        right: 0;
    }

    .betifyzone-nav {
        flex-direction: column;
        gap: 24px;
    }

    .betifyzone-nav a {
        font-size: 18px;
    }

    .betifyzone-nav p {
        font-size: 14px;
        color: #fff;
    }

    /* затемнение фона */
    body.menu-open::after {
        content: '';
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 1000;
    }

    body.menu-open {
        overflow: hidden;
    }


    .betifyzone-nav p {
        display: none;
    }

    .betifyzone-nav a {
        padding: 10px 16px;
    }

    .info-competitors p,
    .info-competitors h3 {
        font-size: 25px;
    }

    .number-line {
        font-size: 25px;
    }

    .info-competitors {
        min-width: 108px;
        gap: 3px;
    }

    .victory-image {
        background-size: contain;
        height: 163px;
    }

    .betifyzone-lead-competitors-container {
        flex-direction: column;
        padding: 0px 10px;
    }

    .betifyzone-valhalla-info h2,
    .betifyzone-contacts h2 {
        font-size: 38px;
    }

    .contpage-title {
        font-family: Inter !important;
        font-weight: 500 !important;
        font-size: 20px !important;
        line-height: 120% !important;
        padding-bottom: 8px !important;
    }

    .betifyzone-about-card1 {
        flex-direction: column;
    }

    .betifyzone-about-card2 {
        flex-direction: column-reverse;
    }

    .betifyzone-about-card-descr p {
        max-width: 100%;
    }

    .betifyzone-about-img1 {
        max-width: 100%;
    }

    .betifyzone-about-img2 {
        max-width: 100%;
    }

    .betifyzone-infohero-about {
        min-height: 423px;
    }

    .betifyzone-infohero {
        flex-direction: column;
        justify-content: space-between;
    }

    .betifyzone-contacts h1 {
        font-size: 46;
    }
}

@media (max-width: 991px) {
    .betifyzone-game-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .betifyzone-card-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .contact-container {
        flex-direction: column;
        align-items: center;
    }

    .image-wrapper {
        order: -1;
    }

    .cards2-list-item {
        width: auto;
    }

    .cards2-list {
        flex-direction: column;
    }

}

@media(max-width: 665px) {
    .betifyzone-card-list-item {
        flex-direction: column;
        text-align: center;
        padding: 25px;
    }

    .betifyzone-card-list-item h2 {
        font-size: 20px;
    }

    .betifyzone-card-list-item p {
        font-size: 15px;
    }

    .survey-container-pic {
        max-width: 100%;
        height: 165px;
    }

    .survey-container {
        flex-direction: column;
    }

    .betifyzone-contacts h1 {
        font-size: 32px;
    }

    .contact-top-p {
        font-size: 14px;
    }

    .betifyzone-logo img {
        width: 25px;
    }

    .betifyzone-disclaimer-container h2 {
        font-size: 28px;
    }

    .betifyzone-disclaimer-container p {
        font-size: 14px;
    }

    .betifyzone-valhalla-games-about {
        min-height: 620px;
        background-position: left;
    }

    .betifyzone-navbar-container {
        padding: 16px 10px;
        gap: 10px;
    }

    .betifyzone-populargames,
    .betifyzone-about-us {
        padding: 60px 10px;
    }

    .betifyzone-populargames-now {
        padding-bottom: 60px;
    }

    .betifyzone-text-game-pop h2 {
        font-size: 28px;
        padding-bottom: 16px;
    }

    .betifyzone-game-container-warrior {
        gap: 10px;
    }

    .betifyzone-game-card-warrior {
        flex: 1 1 calc(50% - 20px);
        max-width: 100%;
    }

    .betifyzone-hero h1 {
        font-size: 36px;
        word-break: break-all;
    }

    .betifyzone-descr_block p {
        font-size: 14px !important;
    }

    .betifyzone-hero p {
        font-size: 11px;
    }

    .info-competitors p,
    .info-competitors h3 {
        font-size: 20px;
    }

    .number-line {
        font-size: 16px;
        padding-left: 15px;
    }

    .betifyzone-lead-competitors-list-iteM {
        gap: 0px;
        padding: 8px;
    }

    .betifyzone-nav-foot a {
        font-size: 12px;
    }

    .betifyzone-valhalla-info {
        min-width: auto;
    }

    .betifyzone-valhalla {
        min-height: 350px;
        margin-bottom: 60px;
    }

    .betifyzone-valhalla-info h2,
    .betifyzone-contacts h2 {
        font-size: 28px;
    }

    .contpage-title {
        font-family: Inter !important;
        font-weight: 500 !important;
        font-size: 20px !important;
        line-height: 120% !important;
        padding-bottom: 8px !important;
    }

    .betifyzone-valhalla-info p {
        font-size: 14px;
    }

    .betifyzone-game-container-3card {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }

    .hero-container {
        background-repeat: no-repeat;
        background-size: cover;
    }

    .betifyzone-info-grid {
        flex-direction: column;
    }

    .betifyzone-game-info-warrior {
        gap: 5px;
    }

    .betifyzone-disclaimer {
        padding-bottom: 60px;
    }

    .betifyzone-disclaimer-container {
        padding: 32px 10px;
        gap: 16px;
    }

    .betifyzone-disclaimer-containerh2 {
        font-size: 28px;
    }

    .betifyzone-disclaimer-containerp {
        font-size: 14px;
    }

    .icon-18 {
        width: 42px;
        height: 20px;
    }

    .icon-gamecare {
        width: 90px;
        height: 26px;
    }

    .icon-gambleaware {
        width: 108px;
        height: 20px;
    }

    .betifyzone-container {
        gap: 24px;
        padding: 0 10px;
    }
}

@media (max-width: 620px) {
    .betifyzone-game-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .betifyzone-game-card {
        padding: 10px;
        gap: 10px;
    }

    .betifyzone-play-button {
        font-size: 0.8rem;
        padding: 8px 0;
    }

    .betifyzone-game-info {
        flex-direction: column;
        gap: 4px;
    }

    .betifyzone-game-title {
        font-size: 18px;
    }

    .betifyzone-valhalla-info {
        gap: 16px;
    }
}

.policy-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: Inter;
}

.policy-section {
    margin-bottom: 45px;
}

/* --- Стили для типографики --- */

.politik-title {
    font-family: Bungee;
    font-weight: 700;
    font-size: 70px;
    line-height: 90%;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 60px;
    padding-top: 60px;
}

.politik-container p {
    font-family: Inter;
}

.policy-container ul {
    font-family: Inter;
    list-style: disc;
    padding-left: 20px;
}

.policy-container li {
    font-family: Inter;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.6;
}

.policy-container h2 {
    font-family: Inter;
    margin: 20px 0px;
}

@media (max-width: 768px) {

    .policy-container h2 {
        font-size: 16px;
    }

    .politik-title {
        font-size: 36px;
    }
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block-game {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 40px;
}