@font-face {
    font-family: Inter;
    font-display: swap;
    src: url('../dreJac-fontsmmM/dreJac-inter.woff2') format("woff2")
}

@font-face {
    font-family: DM Serif Display;
    font-display: swap;
    src: url('../dreJac-fontsmmM/dreJac-dmserifdisplay.woff2') format("woff2")
}

h1,
h2,
h3,
p {
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #030303;
    color: #FFFFFF;
}

html,
body {
    overflow-x: hidden;
}

ul {
    list-style: none;
    padding: 0;
}

.hero-container {
    max-width: 1240px;
    margin: 0px auto;
    border-radius: 30px;
    height: 500px;
}

.hero-container-about {
    /* ИЗМЕНЕНО: Добавляем градиент поверх изображения */
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../dreJac-imgmmM/dreJac-ship-aboutmmM.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('../dreJac-imgmmM/dreJac-gamesmmM.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: 1240px;
    margin: 0 auto;
}

.dreJac-choose {
    padding: 40px 16px;
}

.dreJac-navbar-container {
    display: flex;
    justify-content: space-between;
    max-width: 1240px;
    margin: 0 auto;
    align-items: center;
    padding: 10px 16px;
    gap: 20px;
    flex-wrap: wrap;
}

.resp {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav {
    display: flex;
    align-items: center;
    gap: 60px;
}

/* Navbar */
.dreJac-nav {
    display: flex;
    gap: 50px;
    margin: 0;
    align-items: center;
}

.dreJac-navbar nav a {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
}

.dreJac-navbar nav a:hover {
    color: #fff;
    font-weight: 600;
}

.link-btn {
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF;
    padding: 14px 49px;
    border-radius: 500px;
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

.dreJac-navbar .dreJac-logo {
    display: flex;
    align-items: center;
    gap: 4px;
}

.dreJac-burger {
    display: none;
    cursor: poInter;
}

/* Hero */
.dreJac-hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../dreJac-imgmmM/dreJac-hero.webp');
    background-size: cover;
    background-position: center;
}

.dreJac-ab {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../dreJac-imgmmM/dreJac-about.webp');
    background-size: cover;
    background-position: center;
}

.dreJac-infohero {
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
    justify-content: center;
}

.dreJac-infohero-about {
    min-height: 550px;
}

.dreJac-hero h1 {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.dreJac-hero p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.dreJac-ab h1 {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.dreJac-ab p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.dreJac-btn-container2 {
    display: flex;
    justify-content: center;
}

.dreJac-descr_block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px 16px;
    padding: 20px;
    border-radius: 30px;
    max-width: 860px;
    margin: 40px 16px 0px 16px;
    align-items: center;
    backdrop-filter: blur(5px);
    border: 1px solid #fff;
}

.dreJac-text-game-pop {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 30px;
}

.dreJac-game-card-warrior {
    width: 100%;
    border: 1px solid rgba(212, 160, 71, 1);
    box-shadow: 0px 0px 4px 0px rgba(212, 160, 71, 1);
    backdrop-filter: blur(12px);
    border-radius: 30px;
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
}

.dreJac-btn {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    background: #2B273E;
    color: #fff;
    padding: 10px 40px;
    border: none;
    text-decoration: none;
    border-radius: 100px;
    transition: opacity 0.3s ease;
    text-align: center;
}

.dreJac-btn:hover {
    opacity: 0.7;
}

.ev-title {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 40px;
}

.ev-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.ev-llist-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 400px;
}

.ev-llist-item h2 {
    font-family: Arial;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
}

.ev-llist-item p {
    font-family: Inter;
    font-weight: 500;
    font-size: 15px;
}

/* About */
.dreJac-cards-about {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dreJac-about-card1,
.dreJac-about-card2 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.dreJac-about-card-descr {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dreJac-about-card-descr h3 {
    font-family: Inter;
    font-weight: 500;
    font-size: 24px;
    line-height: 110.00000000000001%;
    color: #fff;
}

.dreJac-about-card-descr p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #fff;
    max-width: 630px;
}

.dreJac-about-img1 {
    background-image: url('../dreJac-imgmmM/dreJac-about1mmM.webp');
    background-repeat: no-repeat;
    width: 100%;
    max-width: 630px;
    background-size: cover;
    background-position: center;
    height: 300px;
}

.dreJac-about-img2 {
    background-image: url('../dreJac-imgmmM/dreJac-about2mmM.webp');
    background-repeat: no-repeat;
    width: 100%;
    max-width: 630px;
    background-size: cover;
    background-position: center;
    height: 300px;
}

/* Winners */
.dreJac-cards-winner {
    display: flex;
    gap: 20px;
    margin: 0px;
}

.dreJac-winner-card {
    width: 100%;
    background: #000000;
    border: 1px solid #6E7E91;
    border-radius: 8px;
    padding: 24px 16px;
    text-align: center;
    gap: 16px;
    display: flex;
    flex-direction: column;
    max-height: 262px;
}

.stars {
    display: flex;
    align-items: center;
    justify-content: center;
}

.star {
    background-image: url('../dreJac-imgmmM/dreJac-iconsmmM/dreJac-starmmM.svg');
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
}

.dreJac-winner-card p {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #fff;
}

.dreJac-game-info-rules h3 {
    font-family: Inter;
    font-weight: 500;
    font-size: 24px;
    line-height: 110.00000000000001%;
}

.dreJac-winner-card span {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF99;
}

/* Sections */
.dreJac-about-us {
    padding: 100px 16px;
}

.dreJac-populargames {
    padding: 80px 16px;
}

.dreJac-populargames-now {
    padding: 0px 16px;
}

.about-last {
    padding-bottom: 100px;
}

/* Game & Warrior Cards */
.dreJac-game-container-3card {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
}

.dreJac-game-container-3card img {
    width: 100%;
}

.dreJac-text-game {
    background-image: url('../dreJac-imgmmM/dreJac-game.webp');
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 20px 0px;
    min-height: 697px;
    justify-content: center;
    border-radius: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.play_button_kaRen {
    /* Размеры кнопки */
    width: 80px;
    height: 80px;

    /* Цвет фона из скриншота */
    background-color: #8EBBFF;

    /* Делаем круг */
    border-radius: 50%;

    /* Центрируем иконку внутри */
    display: flex;
    align-items: center;
    justify-content: center;

    /* Эффекты */
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
}

/* Рисуем треугольник (плей) */
.play_icon_kaRen {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 25px;
    /* Размеры треугольника */
    border-color: transparent transparent transparent #1a1a1a;
    /* Черный цвет иконки */

    /* Оптическая коррекция: сдвигаем чуть вправо, чтобы визуально был в центре */
    margin-left: 5px;
}

/* Красивые ховеры */
.play_button_kaRen:hover {
    transform: scale(1.1);
    background-color: #A3C9FF;
    /* Немного светлее при наведении */
    box-shadow: 0 6px 20px rgba(142, 187, 255, 0.4);
}

.play_button_kaRen:active {
    transform: scale(0.95);
}

.dreJac-game-container-warrior {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 0;
}

.dreJac-text-game-pop h2 {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
}

.dreJac-text-game-pop p {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.dreJac-star-rating {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dreJac-game-container {
    display: flex;
    gap: 20px;
    justify-items: center;
    align-items: stretch;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.dreJac-game-container2 {
    display: flex;
    gap: 20px;
    justify-items: center;
    align-items: stretch;
    margin: 0;
    padding: 0;
    padding-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.dreJac-game-card {
    background: #2B273E;
    border: none;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 20px;
    justify-content: space-between;
    box-sizing: border-box;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dreJac-game-card:hover {
    transform: scale(1.03);
    box-shadow: 0 0 12px rgba(0, 255, 255, 0.3);
}

.pc-card {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
}

.dreJac-ellipse-online p {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFFCC;
}

.dreJac-star-rating p {
    font-family: Inter;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    color: #fff;
}

.dreJac-game-title {
    font-family: Inter;
    font-weight: 400;
    font-size: 17px;
    text-transform: uppercase;
    color: #ffffff;
}

.dreJac-ellipse-online {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.dreJac-ellipse-online p {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.dreJac-game-info {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.dreJac-star {
    background-image: url('../dreJac-imgmmM/dreJac-iconsmmM/dreJac-starmmM.svg');
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
}

.dreJac-play-button {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    background: #29AAED;
    color: #FFFFFF;
    padding: 10px 10px;
    border: none;
    text-decoration: none;
    border-radius: 100px;
    cursor: poInter;
    transition: opacity 0.3s ease;
}

.dreJac-play-button:hover {
    background: #2ac291;
}

.dreJac-game-info-warrior {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.dreJac-game-info-warrior h2 {
    font-family: Arial;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.dreJac-game-info-warrior p {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.dreJac-game-card-warrior img {
    width: 78px;
}

.dreJac-game-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 426px;
    padding: 0px 10px;
}

.dreJac-game-block img {
    width: 100%;
}

/* Competitors */
.container-competitors {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.dreJac-lead-competitors-container {
    display: flex;
    align-items: center;
    gap: 20px;
}

.victory-image {
    background-image: url('../dreJac-imgmmM/dreJac-victorymmM.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    max-width: 630px;
    height: 300px;
}

.dreJac-lead-competitors-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
}

.dreJac-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;
}

.dreJac-valhalla {
    background:
        linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%),
        url('../dreJac-imgmmM/dreJac-valhallaaboutmmM.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 450px;
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}

.dreJac-valhalla-games-about {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%),
        url('../dreJac-imgmmM/dreJac-valhalla-about-picmmM.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 550px;
    display: flex;
    align-items: center;
    margin-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;
}

.dreJac-game-card-rules {
    border-radius: 8px;
}

.dreJac-game-info-rules {
    background: #000;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.dreJac-valhalla-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 1280px;
    margin: 0 auto;
    padding: 0px 10px;
    align-items: flex-start;
}

.dreJac-valhalla-info h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 48px;
    line-height: 90%;
    text-transform: uppercase;
    max-width: 630px;
}

.dreJac-valhalla-info p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    max-width: 630px;
    color: #FFFFFFCC;
}

.dreJac-rew {
    background-image: url('../dreJac-imgmmM/dreJac-reviewpic.webp');
    background-size: cover;
    background-position: center;
    padding: 100px 16px;
    color: #fff;
}

.tx-c {
    text-align: center;
    padding-bottom: 20px;
}

.p-ul {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}

/* --- Contacts Section --- */
.dreJac-contacts {
    padding-top: 100px;
}

.dreJac-contacts h2 {
    font-family: Inter;
    font-weight: 700;
    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;
}

.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 #FFFFFF;
    padding: 14px;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    border-radius: 10px;
}

.form button {
    background: linear-gradient(90deg, #1BA4C6 0%, #3ED0A3 100%);
    color: #000;
    border-radius: 8px;
    border: none;
    padding: 8px 10px;
    font-family: Inter;
    font-weight: 800;
    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;
}

.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 */
.dreJac-disclaimer {
    max-width: 1240px;
    margin: 0 auto;
    padding: 40px 16px;
}

.dreJac-disclaimer-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: linear-gradient(129.85deg, #1C2C43 16.21%, #17212F 84.84%);
    border: none;
    padding: 20px;
    border-radius: 20px;
    gap: 10px;
}

.dreJac-disclaimer-container h2 {
    font-family: Inter;
    font-weight: 400;
    font-size: 34px;
    text-transform: uppercase;
}

.dreJac-disclaimer-container p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFFCC;
}

.dreJac-disclaimer-container ul {
    list-style: disc;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFFCC;
    margin: 0;
    padding-left: 25px;
}



/* Footer */
.dreJac-footer {
    background-color: #020D1E;
    color: #ffffff;
    padding: 50px 0;
}

.dreJac-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Верхняя часть */
.dreJac-footer-top {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}

.dreJac-footer-logo img {
    height: 32px;
    width: 232px;
}

.dreJac-footer-top p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFFCC;
}

.dreJac-disclaimer {
    font-size: 14px;
    line-height: 1.6;
}

/* Политики */
.dreJac-footer-policies {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
}

.dreJac-policy-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 600px;
}

.dreJac-policy-item h2 {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}

.dreJac-policy-item p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFFCC;
}

/* Партнеры */
.dreJac-footer-partners {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.dreJac-footer-partners img {
    /* Чтобы иконки были в одном стиле */
    transition: filter 0.3s ease;
}

.dreJac-footer-partners img:hover {
    filter: grayscale(0) brightness(1);
}

/* Контакты */
.dreJac-footer-contacts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #FFFFFFCC;
}

.contact-item img {
    width: 24px;
}

/* Нижняя панель */
.dreJac-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.dreJac-copyright {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.dreJac-footer-nav ul {
    display: flex;
    list-style: none;
    gap: 40px;
    margin: 0;
}

.dreJac-footer-nav a {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: underline;
    text-decoration-style: solid;
    transition: color 0.3s ease;
    color: #FFFFFFCC;
}

.dreJac-footer-nav a:hover {
    color: #8EBBFF;
}

/* Адаптив для мобильных */
@media (max-width: 992px) {

    .dreJac-footer-policies,
    .dreJac-footer-contacts {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }

    .dreJac-footer-bottom {
        flex-direction: column-reverse;
        align-items: center;
        gap: 25px;
    }

    .dreJac-footer-nav ul {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

/* 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: Bungee;
    border-radius: 30px;
    margin-top: 15px;
    padding: 10px;
    background-color: green;
    display: none
}

.form.active .status {
    display: block
}

.dreJac-contacts h1 {
    font-family: Inter;
    font-weight: 700;
    font-size: 70px;
    line-height: 90%;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 60px;
    padding-left: 10px;
    padding-left: 10px;
}

.descr-contact {
    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-left: 10px;
    padding-left: 10px;
}

.dreJac-choose {
    padding: 100px 16px;
    color: #fff;
}

.dreJac-events {
    background-image: url('../dreJac-imgmmM/dreJac-events.webp');
    background-size: cover;
    background-position: center;
    padding: 100px 16px;
    color: #fff;
}

.dreJac-reviews-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* Две колонки */
    gap: 10px 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.dreJac-review-card {
    background: none;
    border: 1px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 1);
    padding: 30px 20px;
    border-radius: 30px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}


.dreJac-review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.dreJac-user-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.dreJac-avatar {
    font-family: Inter;
    font-weight: 700;
    font-size: 48px;
    color: #2B273E80;
}

.dreJac-review-card h2 {
    font-family: Arial;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
    color: #fff;
}

.dreJac-review-card p {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.dreJac-user-details {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.dreJac-user-details h2 {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}

.dreJac-location {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFFCC;
    display: flex;
    align-items: center;
    gap: 5px;
}

.dreJac-location img {
    width: 14px;
    opacity: 0.7;
}

.dreJac-stars {
    display: flex;
    align-items: center;
    gap: 6px;
}

.dreJac-review-text {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFFCC;
}

.ev-llist-item img {
    width: 100%;
}

/* Адаптив для мобильных устройств */
@media (max-width: 992px) {
    .dreJac-reviews-grid {
        grid-template-columns: 1fr;
        /* Одна колонка на мобилках */
    }

    .dreJac-review-header {
        flex-direction: row;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .dreJac-review-header {
        flex-direction: column;
        gap: 15px;
    }

    .dreJac-stars {
        align-self: flex-start;
    }
}

.respmob {
    display: none;
}


/* --- Media Queries --- */
@media(max-width: 1100px) {
    .dreJac-game-container-warrior {
        flex-wrap: wrap;
    }

    .dreJac-contacts h1 {
        font-size: 44px;
    }

    .dreJac-hero h1 {
        font-size: 44px;
    }

    .dreJac-descr_block {
        gap: 16px;
        align-items: stretch;
    }

    .dreJac-btn {
        width: 100%;
    }

    .dreJac-winner-card {
        width: auto;
    }

    .dreJac-cards-winner {
        flex-direction: column;
    }

    .dreJac-burger {
        display: block;
        background: none;
        padding: 0;
        border: none;
    }

    .dreJac-burger img {
        display: flex;
    }

    .mob {
        display: none;
    }

    .dreJac-nav {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 80px;
        right: 10px;
        width: 50%;
        background: #000;
        box-shadow: 0 8px 24px rgba(0, 0, 0, .35);
        z-index: 1000;
        padding: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .dreJac-nav p {
        display: none;
    }

    .dreJac-nav a {
        padding: 10px 16px;
    }

    .dreJac-nav.active {
        display: flex;
    }

    .info-competitors p,
    .info-competitors h3 {
        font-size: 27px;
    }

    .number-line {
        font-size: 27px;
    }

    .info-competitors {
        min-width: 108px;
        gap: 3px;
    }

    .victory-image {
        background-size: contain;
        height: 163px;
    }

    .dreJac-lead-competitors-container {
        flex-direction: column;
    }

    .dreJac-valhalla-info h2,
    .dreJac-contacts h2 {
        font-size: 38px;
    }

    .dreJac-about-card1 {
        flex-direction: column;
    }

    .dreJac-about-card2 {
        flex-direction: column-reverse;
    }

    .dreJac-about-card-descr p {
        max-width: 100%;
    }

    .dreJac-about-img1 {
        max-width: 100%;
    }

    .dreJac-about-img2 {
        max-width: 100%;
    }

    .dreJac-infohero-about {
        min-height: 423px;
    }
}

@media (max-width: 991px) {
    .dreJac-game-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
}

@media (max-width: 900px) {
    .contact-container {
        flex-direction: column;
        align-items: center;
    }

    .image-wrapper {
        order: -1;
    }

    .dreJac-about-wrapper {
        display: flex;
        align-items: stretch;
        gap: 30px;
        flex-direction: column;
    }
}

@media(max-width: 665px) {

    .dreJac-descr_block {
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding: 20px;
        max-width: 600px;
    }

    .dreJac-choose {
        padding: 40px 16px;
        color: #fff;
    }

    .ev-title {
        font-size: 30px;
    }

    .dreJac-events {
        padding: 40px 16px;
    }

    .resp {
        display: none;
    }

    .respmob {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .dreJac-navbar .dreJac-logo {
        display: flex;
        gap: 4px;
        flex-direction: column;
        align-items: flex-start;
        width: 220px;
    }

    .dreJac-logo img {
        width: 220px;
    }

    .hero-container {
        margin: 10px auto;
        border-radius: 30px;
        height: 582px;
    }

    .dreJac-disclaimer-container h2 {
        font-size: 24px;
    }

    .dreJac-disclaimer-container p {
        font-size: 14px;
    }

    .dreJac-disclaimer-container ul {
        font-size: 14px;
    }

    .dreJac-footer {
        background-color: #020D1E;
        color: #ffffff;
        padding: 30px 0;
    }

    .contact-item {
        font-size: 14px;
    }

    .dreJac-footer-nav a {
        font-size: 14px;
    }

    .dreJac-copyright {
        font-size: 14px;
    }

    .dreJac-footer-top p {
        font-size: 14px;
    }

    .dreJac-policy-item h2 {
        font-size: 18px;
    }

    .dreJac-policy-item p {
        font-size: 14px;
    }

    .dreJac-valhalla-games-about {
        min-height: 620px;
        background-position: left;
    }

    .dreJac-navbar-container {
        padding: 16px 10px;
        gap: 10px;
    }

    .dreJac-populargames,
    .dreJac-about-us {
        padding: 20px 10px;
    }

    .descr-contact {
        font-size: 14px;
    }

    .dreJac-text-game {
        padding: 0;
        min-height: 235px;
    }

    .play_button_kaRen {
        width: 60px;
        height: 60px;
    }

    .dreJac-contacts h1 {
        font-size: 36px;
    }

    .dreJac-text-game-pop h2 {
        font-size: 32px;
    }

    .dreJac-text-game-pop p {
        font-size: 16px;
    }

    .dreJac-about {
        padding: 20px 16px !important;
    }

    .dreJac-game-container-warrior {
        gap: 10px;
    }

    .dreJac-game-card-warrior {
        flex: 1 1 calc(50% - 20px);
        max-width: 100%;
        padding: 20px;
    }

    .dreJac-game-info-warrior {
        gap: 20px;
    }

    .dreJac-hero h1 {
        font-size: 30px;
        word-break: break-word;
    }

    .dreJac-descr_block p {
        font-size: 16px !important;
    }

    .dreJac-text-game-pop {
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding-bottom: 30px;
        text-align: center;
    }

    .dreJac-hero p {
        font-size: 12px;
    }

    .info-competitors p,
    .info-competitors h3 {
        font-size: 20px;
    }

    .number-line {
        font-size: 16px;
        padding-left: 15px;
    }

    .dreJac-lead-competitors-list-iteM {
        gap: 0px;
        padding: 8px;
    }

    .dreJac-valhalla-info {
        min-width: auto;
    }

    .dreJac-valhalla {
        min-height: 350px;
        margin-bottom: 60px;
    }

    .dreJac-valhalla-info h2,
    .dreJac-contacts h2 {
        font-size: 28px;
    }

    .dreJac-valhalla-info p {
        font-size: 14px;
    }

    .dreJac-game-container-3card {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }

    .hero-container {
        background-repeat: no-repeat;
        background-size: cover;
    }

    .dreJac-info-grid {
        flex-direction: column;
    }

    .dreJac-game-info-warrior h2 {
        font-size: 18px;
    }

    .dreJac-game-info-warrior p {
        font-size: 14px;
    }

    .dreJac-disclaimer {
        padding: 20px 16px;
    }

    .dreJac-disclaimer-container {
        gap: 10px;
    }

    .dreJac-disclaimer-containerh2 {
        font-size: 28px;
    }

    .dreJac-disclaimer-containerp {
        font-size: 14px;
    }

    .icon-18 {
        width: 42px;
        height: 20px;
    }

    .icon-gamecare {
        width: 90px;
        height: 26px;
    }

    .icon-gambleaware {
        width: 108px;
        height: 20px;
    }

    .dreJac-container {
        gap: 24px;
        padding: 0 16px;
    }

    .dreJac-about-content h2 {
        font-size: 24px !important;
    }

    .dreJac-about-content p {
        font-size: 14px !important;
    }

    .dreJac-rew {
        padding: 40px 16px;
    }

    .dreJac-ab h1 {
        font-size: 30px;
    }
}

@media (max-width: 620px) {
    .dreJac-game-container {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        padding-top: 0px;
    }

    .dreJac-game-card {
        padding: 20px;
        gap: 10px;
    }

    .dreJac-play-button {
        font-size: 0.8rem;
        padding: 8px 0;
    }

    .dreJac-game-info {
        gap: 4px;
    }

    .dreJac-game-title {
        font-size: 18px;
    }

    .dreJac-valhalla-info {
        gap: 16px;
    }
}


.policy-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 60px 20px;
}

.policy-section {
    margin-bottom: 45px;
}

/* --- Стили для типографики --- */

.politik-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 70px;
    line-height: 90%;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 60px;
}

.policy-section ul {
    list-style: disc;
    padding-left: 20px;
}

.policy-section li {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.6;
}

@media (max-width: 768px) {

    .policy-section h2 {
        font-size: 16px;
    }

    .politik-title {
        font-size: 36px;
    }
}

/* Общие стили для оверлеев и карточек попапов */
.dreJac-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    /* Скрыты по умолчанию */
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.dreJac-popup-overlay.active {
    display: flex;
}

.dreJac-popup-card {
    background: linear-gradient(129.85deg, #1C2C43 16.21%, #17212F 84.84%);
    /* Цвет как на макете */
    border-radius: 20px;
    padding: 20px;
    max-width: 532px;
    width: 100%;
    text-align: center;
    margin: 0px 20px;
}

.dreJac-popup-card h2 {
    color: #fff;
    font-family: Inter;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.dreJac-popup-card p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    color: #FFFFFFCC;
}

/* Кнопки */
.dreJac-btn-gradient {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(to right, #8EBBFF, #6495ED);
    /* Градиент как на макете */
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    transition: opacity 0.3s ease;
    color: #080E17;
}

.dreJac-btn-gradient:hover {
    opacity: 0.9;
}

.dreJac-btn-outline {
    width: 100%;
    padding: 15px;
    border: 2px solid #85B5FB;
    border-radius: 12px;
    background: transparent;
    color: #fff;
    text-decoration: none;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    color: #fff;
}

.dreJac-btn-outline:hover {
    background: rgba(142, 187, 255, 0.1);
}

.dreJac-cookie-btns {
    display: flex;
    gap: 15px;
}

/* Мобильная версия для куки (кнопки друг под другом) */
@media (max-width: 480px) {
    .dreJac-cookie-btns {
        flex-direction: column;
    }

    .dreJac-btn-gradient {
        order: 1;
    }

    .dreJac-btn-outline {
        order: 2;
    }

    .dreJac-btn-outline {
        width: auto;
        padding: 15px;
    }
}

.dreJac-about {
    padding: 80px 16px;
}

.dreJac-about-wrapper {
    display: flex;
    align-items: stretch;
    /* Чтобы оба блока были одной высоты */
    gap: 20px;
}

.dreJac-about-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 560px;
    gap: 10px;
}

.dreJac-about-content h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    color: #2B273E;
}

.dreJac-about-content p {
    font-family: Inter;
    font-weight: 400;
    font-size: 15px;
    color: #2B273E;
}

.dreJac-about-content p:last-child {
    margin-bottom: 0;
}

.dreJac-about-image {
    flex: 1;
}

.dreJac-about-image img {
    width: 100%;
}





.dreJac-contact {
    padding: 40px 16px;
}

.dreJac-contact-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.dreJac-contact-left {
    flex: 1;
}

.dreJac-contact-left h2 {
    font-family: Inter;
    font-size: 36px;
    color: #fff;
    margin-bottom: 25px;
    text-transform: uppercase;
}

/* Контактные данные */
.dreJac-contact-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #a0aabf;
    font-family: Inter;
    font-size: 14px;
}

.detail-item img {
    width: 20px;
}

/* Форма */
.dreJac-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.dreJac-input-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dreJac-input-group label {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}

.dreJac-input-group input,
.dreJac-input-group textarea {
    background-color: #162136;
    border: 1px solid rgba(133, 181, 251, 0.2);
    border-radius: 10px;
    padding: 15px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    outline: none;
    transition: border-color 0.3s;
}

.dreJac-input-group input:focus,
.dreJac-input-group textarea:focus {
    border-color: #8EBBFF;
}

/* Кнопка */
.dreJac-contact .dreJac-btn-gradient {
    margin-top: 10px;
    cursor: pointer;
    font-weight: bold;
}

/* Сообщение об успехе */
.dreJac-success-msg {
    display: none;
    background-color: rgba(76, 175, 80, 0.1);
    color: #4CAF50;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #4CAF50;
    text-align: center;
    font-family: 'Inter', sans-serif;
    margin-top: 15px;
}

.dreJac-success-msg.visible {
    display: block;
}

/* Правая часть - Картинка */
.dreJac-contact-right {
    flex: 1;
}

.dreJac-contact-right img {
    width: 100%;
    border-radius: 25px;
    display: block;
    object-fit: cover;
}

/* Адаптив */
@media (max-width: 992px) {
    .dreJac-contact-wrapper {
        flex-direction: column;
    }

    .dreJac-contact-right {
        order: -1;
        /* Картинка сверху на мобилках */
    }
}

.dreJac-policy {
    padding: 40px 16px;
    color: #ffffff;
}

.dreJac-policy-content h1 {
    font-family: 'Inter', sans-serif;
    font-size: 38px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.policy-date {
    font-size: 14px;
    color: #a0aabf;
    margin-bottom: 30px;
}

.dreJac-policy-content h2 {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
}

.dreJac-policy-content p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
}

.dreJac-policy-content ul {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 25px;
}

.dreJac-policy-content ul li {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
    position: relative;
}

/* Кастомный маркер (точка) */
.dreJac-policy-content ul li::before {
    content: "•";
    position: absolute;
    left: -20px;
    color: #8EBBFF;
}

.dreJac-policy-content a {
    color: #8EBBFF;
    text-decoration: none;
    transition: opacity 0.3s;
}

.dreJac-policy-content a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

/* Адаптив */
@media (max-width: 768px) {
    .dreJac-policy-content h1 {
        font-size: 28px;
    }

    .dreJac-policy-content h2 {
        font-size: 18px;
    }
}

.lottNaz-accordion {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.lottNaz-accordion-item {
    background: #2B273E;
    /* Темно-фиолетовый фон как на макете */
    border-radius: 10px;
    overflow: hidden;
    transition: background-color 0.3s ease;
}

.lottNaz-accordion-header {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.lottNaz-accordion-header h2 {
    color: #ffffff;
    font-family: Inter;
    font-weight: 700;
    font-size: 15px;
    margin: 0;
}

/* Иконка стрелочки через CSS */
.lottNaz-accordion-icon {
    width: 8px;
    height: 8px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    /* По умолчанию вниз */
    transition: transform 0.3s ease;
}

/* Скрытый контент */
.lottNaz-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
    background-color: rgba(255, 255, 255, 0.05);
    /* Легкое выделение фона */
}

.content-inner {
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}

.content-inner p {
    font-family: Inter;
    font-weight: 400;
    font-size: 15px;
    margin: 0;
    color: #fff;
}

.lottNaz-accordion-item.active .lottNaz-accordion-icon {
    transform: rotate(-135deg);
    /* Стрелка вверх */
    margin-top: 6px;
}

.lottNaz-accordion-item.active .lottNaz-accordion-content {
    max-height: 1000px;
    /* Достаточно большое значение для анимации */
    transition: max-height 0.6s ease-in-out;
    background-color: #2B273E;
}


/* Стили формы */
.dreJac-form-news {
    margin-top: 30px;
}

.dreJac-input-wrap label {
    font-family: Inter;
    font-weight: 700;
    font-size: 14px;
    color: #2E2A3D;
}

.dreJac-input-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dreJac-form-row {
    display: flex;
    gap: 30px;
    align-items: center;
}

.dreJac-form-row input {
    flex: 1;
    padding: 14px 17px;
    border-radius: 10px;
    border: none;
    background-color: #E0DEE2;
    /* Светло-серый инпут */
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    outline: none;
}

.dreJac-btn-submit {
    padding: 10px 40px;
    background-color: #2B273E;
    /* Темный фон кнопки */
    color: #ffffff;
    border: none;
    border-radius: 100px;
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.dreJac-btn-submit:hover {
    opacity: 0.9;
}

/* Сообщение об успехе */
.dreJac-success-text {
    display: none;
    margin-top: 15px;
    color: #4CAF50;
    font-weight: bold;
    font-size: 14px;
}

.dreJac-success-text.active {
    display: block;
}

.dreJac-about-image {
    flex: 1;
}

.dreJac-about-image img {
    width: 100%;
    display: block;
}

/* Адаптив */
@media (max-width: 992px) {
    .dreJac-about-wrapper {
        flex-direction: column;
    }

    .dreJac-form-row {
        flex-direction: column;
    }

    .dreJac-btn-submit {
        width: 100%;
    }
}




.dreJac-footer {
    background-color: #2B273E;
    /* Темный фон из макета */
    color: #ffffff;
    padding: 80px 16px;
    font-family: Inter;
}

/* Верхний ряд */
.dreJac-footer-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    flex-direction: row;
}

.dreJac-footer-logo-wrap {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 10px;
}

.footer-logo {
    height: 40px;
}

.age-badge {
    font-size: 24px;
    font-weight: 800;
}

.dreJac-footer-contacts p {
    font-size: 14px;
    color: #ffffff;
}

.dreJac-footer-col h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    padding-bottom: 10px;
}

.dreJac-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dreJac-footer-col ul li {
    margin-bottom: 12px;
}

.dreJac-footer-col ul li a {
    font-family: Inter;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s;
}

.dreJac-footer-col ul li a:hover {
    opacity: 0.7;
}

.no-title {
    padding-top: 42px;
    /* Выравнивание списка без заголовка */
}

/* Разделитель */
.footer-divider {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 30px 0;
}

/* Средний ряд */
.dreJac-footer-middle {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 30px 0px;
    border-top: 1px solid #FFFFFF1A;
    border-bottom: 1px solid #FFFFFF1A;
}

.info-block {
    flex: 1;
}

.info-block h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    padding-bottom: 10px;
}

.info-block p {
    font-family: Inter;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}

/* Копирайт */
.dreJac-footer-bottom {
    padding-top: 30px;
    justify-content: center;
    text-align: center;
}

.dreJac-footer-bottom p {
    font-family: Inter;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
}

/* Адаптив */
@media (max-width: 992px) {
    .dreJac-footer-top {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .dreJac-footer-middle {
        flex-direction: column;
        gap: 25px;
    }

    .no-title {
        padding-top: 0;
    }
}

@media (max-width: 576px) {
    .dreJac-footer-top {
        grid-template-columns: 1fr;
    }
}

.dreJac-populargames {
    padding: 80px 16px;
    background-color: #f9f9f9;
}

.dreJac-categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 колонки */
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.dreJac-category-card {
    background-color: #E0DEE2;
    /* Светло-серый фон карточки */
    padding: 20px;
    border-radius: 20px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dreJac-category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}


.dreJac-category-card h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    color: #2B273E;
}

.dreJac-cat-count {
    font-family: Inter;
    font-weight: 700;
    font-size: 15px;
    color: #2B273E80;
}

.dreJac-category-card p {
    font-family: Inter;
    font-weight: 400;
    font-size: 15px;
    color: #2B273E;
    /* Чтобы кнопки всегда были внизу при разном тексте */
}

/* Стили тегов-кнопок */
.dreJac-cat-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.dreJac-tag {
    background-color: #8276C5;
    /* Фиолетово-синий цвет из макета */
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 100px;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    transition: opacity 0.3s;
}

.dreJac-tag:hover {
    opacity: 0.8;
}

/* Адаптивность */
@media (max-width: 1024px) {
    .dreJac-categories-grid {
        grid-template-columns: repeat(2, 1fr);
        /* 2 колонки на планшетах */
    }
}

@media (max-width: 768px) {
    .dreJac-categories-grid {
        grid-template-columns: 1fr;
        /* 1 колонка на мобилках */
    }

    .dreJac-text-game-pop h2 {
        font-size: 30px;
    }
}


.dreJac-trends {
    padding: 80px 16px;
    background-color: #f4f4f4;
    /* Светлый фон всей секции */
    text-align: center;
    color: #2E2A3D;
}

.dreJac-trends-head h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
    color: #2B273E;
}

.dreJac-trends-head p {
    font-family: Inter;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #2B273E;
}

.dreJac-trends-sub {
    margin-top: 30px;
    margin-bottom: 30px;
}

.dreJac-trends-sub h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #2B273E;
    padding-bottom: 30px;
}

.dreJac-trends-sub p {
    font-family: Inter;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #2B273E;
}

/* Стили для плашек (Badges) */
.dreJac-feature-badges {
    display: flex;
    justify-content: center;
    gap: 30px;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
}

.dreJac-badge {
    background-color: #2B273E;
    /* Темный фон плашки */
    padding: 10px 20px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: default;
}

.dreJac-badge:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(46, 42, 61, 0.2);
}

.badge-icon-wrap {
    width: 36px;
    height: 36px;
    background-color: #8A38F5;
    /* Фиолетовый круг под иконкой */
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge-text {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
}

/* Адаптивность */
@media (max-width: 992px) {
    .dreJac-trends-head h2 {
        font-size: 28px;
    }

    .dreJac-feature-badges {
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .dreJac-badge {
        width: 100%;
        max-width: 320px;
        justify-content: flex-start;
    }

    .dreJac-feature-badges {
        flex-direction: column;
        align-items: center;
    }
}

.dreJac-feature-grid-mini {
    display: flex;
    justify-content: center;
    gap: 25px;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
}

.dreJac-mini-card {
    background-color: #ffffff;
    border: 1px solid #C8C8C8;
    /* Тонкая светлая рамка */
    border-radius: 20px;
    padding: 20px;
    flex: 1;
    max-width: 262px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    gap: 20px;
}

.dreJac-mini-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

/* Фиолетовый круг под иконку */
.dreJac-mini-icon-wrap {
    width: 78px;
    height: 78px;
    background-color: #8276C5;
    /* Тот же фиолетовый, что в категориях */
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.dreJac-mini-card h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    /* Темный цвет текста */
    margin: 0;
    color: #2B273E;
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
    .dreJac-mini-card {
        flex: 1 1 100%;
        max-width: 400px;
    }

    .dreJac-feature-grid-mini {
        gap: 15px;
    }
}

.ots {
    padding-bottom: 20px;
}


.dreJac-contact-form {
    max-width: 753px;
    margin: 30px auto 0;
}

.dreJac-form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.dreJac-form-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.dreJac-form-group label {
    font-family: Inter;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 8px;
    color: #2B273E;
}

.dreJac-form-group input,
.dreJac-form-group textarea {
    background-color: #E0E0E0;
    /* Серый фон инпутов из макета */
    border: none;
    border-radius: 5px;
    padding: 14px 16px;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    outline: none;
    transition: background-color 0.3s ease;
}

.dreJac-form-group input:focus,
.dreJac-form-group textarea:focus {
    background-color: #d6d6d6;
}

/* Стили плейсхолдера */
.dreJac-form-group input::placeholder,
.dreJac-form-group textarea::placeholder {
    color: #999;
}

/* Кнопка */
.dreJac-form-btn {
    width: 100%;
    background-color: #2B273E;
    /* Темный цвет из макета */
    color: #ffffff;
    border: none;
    padding: 10px;
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    border-radius: 100px;
    /* Капсульная форма */
    cursor: pointer;
    margin-top: 24px;
    transition: transform 0.2s ease, opacity 0.3s ease;
}

.dreJac-form-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

/* Сообщение об успехе */
.dreJac-success-msg {
    display: none;
    margin-top: 20px;
    padding: 15px;
    background-color: #e7f3e8;
    color: #2e7d32;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    border: 1px solid #c8e6c9;
}

.dreJac-success-msg.visible {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Адаптив */
@media (max-width: 768px) {
    .dreJac-form-row {
        flex-direction: column;
        gap: 20px;
    }
}


.dreJac-privacy-page {
    padding: 80px 0;
    background-color: #f9f9f9;
    /* Светлый фон всей страницы */
    color: #333333;
    font-family: Inter;
    line-height: 1.6;
}

.container-privacy {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: left;
}

.privacy-title-main {
    font-size: 36px;
    color: #2E2A3D;
    /* Тот же темный цвет, что в футере */
    margin-bottom: 10px;
    font-weight: 800;
}

.privacy-update {
    font-size: 14px;
    color: #777;
    margin-bottom: 40px;
    font-weight: 600;
}

.privacy-text-content h2 {
    font-size: 22px;
    color: #2E2A3D;
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: 700;
}

.privacy-text-content p {
    font-size: 15px;
    color: #4A4A4A;
    margin-bottom: 20px;
}

.privacy-text-content ul {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 25px;
}

.privacy-text-content ul li {
    font-size: 15px;
    color: #4A4A4A;
    margin-bottom: 10px;
}

.privacy-text-content a {
    color: #2E2A3D;
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.3s;
}

.privacy-text-content a:hover {
    color: #8D86C9;
    /* Акцентный фиолетовый */
}

/* Адаптив */
@media (max-width: 768px) {
    .privacy-title-main {
        font-size: 28px;
    }

    .privacy-text-content h2 {
        font-size: 19px;
    }
}



.challenge_section {
    padding: 100px 16px;
    color: #ffffff;
    overflow: hidden;
}

.challenge_container {
    max-width: 1240px;
    margin: 0 auto;
}

.challenge_title {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: left;
}

.challenge_descr {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    /* 100% в промпте слишком мало для абзаца, поставил 140% для читаемости */
    letter-spacing: 0%;
    text-align: center;
    margin: 0 auto 40px auto;
    opacity: 0.9;
}

/* Слайдер */
.challenge_slider {
    position: relative;
    width: 100%;
}

.slider_window {
    overflow: visible;
    /* Чтобы видеть соседние слайды как на макете */
}

.slider_track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease-in-out;
}

.slider_item {
    min-width: calc(50% - 10px);
    /* Показываем 2 слайда */
    flex-shrink: 0;
}

.img_placeholder {
    width: 100%;
    height: 450px;
    background-color: #333;
    background-size: cover;
    background-position: center;
    border-radius: 40px;
    /* Сильное скругление как на макете */
}

/* Стрелки управления */
.slider_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border: none;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.slider_arrow:hover {
    background: rgba(255, 255, 255, 0.2);
}

.prev {
    left: 0;
    border-radius: 0 20px 20px 0;
}

.next {
    right: 0;
    border-radius: 20px 0 0 20px;
}

/* Точки */
.slider_dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}

.dot {
    width: 12px;
    height: 12px;
    background-color: #444;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
}

.dot.active {
    background-color: #ffffff;
}

/* Адаптив для мобилок */
@media (max-width: 768px) {
    .challenge_title {
        font-size: 30px;
        text-align: center;
        margin-bottom: 20px;
    }

    .slider_item {
        min-width: 100%;
    }

    .slider_arrow {
        width: 60px;
        height: 60px;
    }

    .img_placeholder {
        width: 100%;
        height: 185px;
    }

    .slider_arrow {
        display: none;
    }

    .challenge_descr {
        margin-bottom: 20px;
    }

    .challenge_section {
        padding: 40px 16px;
        color: #ffffff;
        overflow: hidden;
    }
}



.signature_contact_section {
    color: #ffffff;
    padding: 100px 16px;
}

.signature_container {
    max-width: 1240px;
    margin: 0 auto;
}

.signature_main_title {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 48px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.signature_grid {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

/* Форма */
.signature_form_wrapper {
    width: 100%;
    flex: 1;
}

.signature_form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.sig_input_group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sig_input_group label {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
}

.sig_input_group input,
.sig_input_group select {
    background-color: #e0e0e0;
    border: none;
    padding: 12px 15px;
    border-radius: 4px;
    color: #333;
    font-size: 16px;
    outline: none;
}

/* Золотая кнопка */
.sig_submit_btn {
    background-color: rgba(212, 160, 71, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    color: rgba(0, 0, 0, 1);
    border: none;
    padding: 15px;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 30px;
    cursor: pointer;
    transition: transform 0.2s, background-color 0.2s;
}

.sig_submit_btn:hover {
    background-color: #c49246;
    transform: translateY(-2px);
}

/* Текст справа */
.signature_info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.sig_info_p {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 20px;
}

.sig_contact_list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sig_contact_item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: Inter;
    color: #ffffff;
}

.sig_contact_item a {
    color: #ffffff;
    text-decoration: none;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.sig_icon {
    color: #d6a354;
}

/* Соцсети */
.sig_socials {
    display: flex;
    gap: 20px;
}

.sig_social_link:hover {
    opacity: 0.8;
}

/* Сообщение об успехе */
.sig_success_msg {
    display: none;
    margin-top: 15px;
    padding: 10px;
    background-color: rgba(214, 163, 84, 0.2);
    border: 1px solid #d6a354;
    color: #d6a354;
    text-align: center;
    border-radius: 4px;
    font-weight: 600;
}

.sig_success_msg.visible {
    display: block;
}

/* Адаптив */
@media (max-width: 900px) {
    .signature_grid {
        flex-direction: column;
    }

    .signature_main_title {
        font-size: 32px;
    }
}


.sig_footer {
    background-color: rgba(14, 14, 14, 1);
    /* Очень темный черный */
    padding: 50px 0;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}

/* Используем тот же контейнер 1240px из секции контактов */
.signature_container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.sig_footer_grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
}

/* Колонка бренда */
.sig_footer_col.branding {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sig_18_plus {
    width: 60px;
    /* Размер картинки 18+ */
    height: auto;
}

.sig_footer_logo {
    width: 220px;
    /* Размер основного логотипа */
    height: auto;
}

/* Колонка ссылок */
.sig_footer_nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sig_footer_nav li {
    margin-bottom: 15px;
}

.sig_footer_nav a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: color 0.2s;
}

.sig_footer_nav a:hover {
    color: #d6a354;
}

/* Колонка контактов */
.sig_footer_col.contacts {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
}

.sig_footer_contact_item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 13px;
    line-height: 1.4;
    color: #e0e0e0;
}

.sig_footer_icon {
    color: #d6a354;
    /* Золотистый цвет иконок */
    font-size: 16px;
    flex-shrink: 0;
}

/* Адаптив для мобильных устройств */
@media (max-width: 992px) {
    .sig_footer_grid {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 50px;
    }

    .sig_footer_col.branding {
        align-items: center;
    }

    .sig_footer_contact_item {
        justify-content: center;
    }
}

.num-c {
    font-family: Arial;
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(212, 160, 71, 1);
}

.ab-bot {
    padding-bottom: 20px;
}


.privacy_policy_section {
    background-color: #000000;
    color: #ffffff;
    padding: 50px 0;
}

/* Используем твой контэйнер 1240px */
.signature_container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 16px;
}

.privacy_main_title {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 48px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

.privacy_content_block {
    margin-bottom: 30px;
}

.privacy_sub_title {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
}

.privacy_p {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
    opacity: 0.9;
}

.privacy_bullets {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 20px;
}

.privacy_bullets li {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 8px;
    position: relative;
    opacity: 0.9;
}

/* Оформление буллитов */
.privacy_bullets li::before {
    content: "•";
    position: absolute;
    left: -20px;
    color: #ffffff;
}

/* Адаптив */
@media (max-width: 768px) {
    .privacy_main_title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .privacy_sub_title {
        font-size: 18px;
    }
}