/* Подключение шрифтов */
@font-face {
    font-family: Poppins;
    font-weight: 400;
    font-display: swap;
    /* использование шрифта: замена (swap) */
    src: url('../luminousspin-fontstYu/luminousspin-poppinstYu.woff2') format("woff2");
}

@font-face {
    font-family: Goudy;
    font-weight: 400;
    font-display: swap;
    /* использование шрифта: замена (swap) */
    src: url('../luminousspin-fontstYu/luminousspin-goudytYu.woff2') format("woff2");
}

h1,
h2 {
    margin: 0;
    padding: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000000;
}

body {
    margin: 0;
    background: #000000;
}

.header-section {
    background: linear-gradient(180deg, #FEB059 0%, #F8DEA5 100%);
    margin-bottom: 40px;
}

.header {
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.header-list-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    gap: 20px;
    flex-wrap: wrap;
}

.header-list-nav a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    position: relative;
    /* ← вот этого не хватает */
    display: inline-block;
    /* чтобы шляпа позиционировалась правильно */
}

.logo-cont {
    display: flex;
    justify-content: center;
}

.hero-container {
    display: flex;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0px 16px;
}

/* Шляпа — появляется над активной ссылкой */
.header-list-nav a.active::before {
    content: "";
    position: absolute;
    top: -25px;
    /* регулируй по высоте */
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 16px;
    background-image: url('../luminousspin-imgtYu/luminousspin-iconstYu/luminousspin-shlyapa.svg');
    /* путь к картинке шляпы */
    background-size: contain;
    background-repeat: no-repeat;
}

.hero-descr {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
    max-width: 522px;
    padding: 50px 0px;
}

.hero-descr h1 {
    font-family: Goudy;
    font-weight: 700;
    font-size: 48px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
}

.hero-descr p {
    font-family: Goudy;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    background: linear-gradient(91.81deg, #666666 7.51%, #000000 94.03%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.hero-descr a {
    background: linear-gradient(91.81deg, #666666 7.51%, #000000 94.03%);
    border: 3px solid #FEB059;
    font-family: Poppins;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 8px 55px;
    border-radius: 25px;
}

.disclaimer-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
}

.disclaimer-container h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}

.disclaimer-container p {
    font-size: 14px !important;
}

.hero-cowboy {
    background-image: url('../luminousspin-imgtYu/luminousspin-cowboytYu.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    display: flex;
}

.hero-section {
    background-image: url('../luminousspin-imgtYu/luminousspin-herotYu.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.game-section {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0px 16px;
}

.rules-18 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 40px 0px;
}

.rules-18 h2 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

.rules-18 h1 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

.goldrush-container {
    display: flex;
    gap: 6px;
    padding-bottom: 20px;
    max-width: 1140px;
    margin: 0 auto;
    color: #fff;
}

.goldrush-container-page {
    display: flex;
    gap: 6px;
    padding-bottom: 20px;
    max-width: 1140px;
    margin: 0 auto;
    color: #fff;
    justify-content: center;
}

.goldrush-descr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    max-width: 576px;
}

.goldrush-descr-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.title-bull {
    display: flex;
    gap: 5px;
}

.title-bull h2 {
    font-family: Goudy;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
}

.goldrush-descr p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}

.goldrush-pic {
    background-image: url('../luminousspin-imgtYu/luminousspin-goldrushmantYu.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 279px;
}

.game-gold {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    color: #fff;
}

.game-gold p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}

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;
}

.contacts {
    max-width: 1140px;
    margin: 0 auto;
    background-image: url('../luminousspin-imgtYu/luminousspin-contactbacktYu.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 567px;
    display: flex;
    margin-bottom: 40px;
}

/* Контейнер формы */
.form-containertYu {
    display: flex;
    max-width: 817px;
    /* Приблизительная ширина формы */
    background: #000000BF;
    /* Темный фон с имитацией текстуры */
    color: #fff;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin: 40px;
}

/* Левая часть */
.left-sidetYu {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    padding: 40px;
}

/* Имитация фонаря: желтое свечение и затемнение слева */
.lantern-effecttYu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Имитация фонаря в левом нижнем углу */
    box-shadow: inset 20px 0 50px -10px rgba(255, 193, 7, 0.2);
    background: radial-gradient(circle at 10% 85%, rgba(255, 215, 0, 0.1), transparent 50%);
    pointer-events: none;
    z-index: 1;
}

.title-contacttYu {
    font-family: Goudy;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.social-texttYu {
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

/* Сетка иконок */
.icon-gridtYu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

/* Правая часть */
.right-sidetYu {
    flex: 2;
    padding: 40px 40px 40px 0px;
    position: relative;
    z-index: 3;
    /* Поверх имитации ковбоя */
}

.contact-formtYu {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.form-fieldtYu {
    margin-bottom: 25px;
}

.form-fieldtYu label {
    color: #fff;
    font-family: Goudy;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
}

.form-fieldtYu input,
.form-fieldtYu textarea {
    width: 100%;
    padding: 5px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    /* Тонкая разделительная линия */
    color: #fff;
    font-size: 1em;
    outline: none;
    transition: border-bottom-color 0.3s;
}

.form-fieldtYu input:focus,
.form-fieldtYu textarea:focus {
    border-bottom-color: #ffd700;
    /* Подсветка при фокусе */
}

.form-fieldtYu textarea {
    resize: none;
    height: 40px;
    /* Фиксированная высота для поля Message */
    overflow: hidden;
}

.submit-buttontYu {
    width: 100%;
    align-self: flex-start;
    padding: 10px 40px;
    border: none;
    border-radius: 20px;
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
    letter-spacing: 1px;

    /* Стилизация кнопки: черный фон с золотым градиентом/окантовкой */
    background: linear-gradient(91.81deg, #666666 7.51%, #000000 94.03%);
    color: #fff;
    border: 3px solid #FEB059;
    transition: background 0.3s, transform 0.1s;
}

.submit-buttontYu:hover {
    background: linear-gradient(to right, #555, #2c2c2c);
    transform: translateY(-1px);
}

.status {
    font-family: Goudy;
    font-weight: 700;
    border-radius: 30px;
    margin-top: 15px;
    padding: 10px;
    background-color: green;
    display: none
}

.form.active .status {
    display: block
}

.about-review {
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 10px;
}

.about-review-list {
    display: flex;
    justify-content: space-between;
    color: #fff;
    gap: 42px;
}

.about-review-list div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px;
    background: #1F1F1F;
    align-items: center;
    text-align: center;
}

.about-review-list h2 {
    font-family: Goudy;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}

.about-review-list p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.title-with-stars {
    position: relative;
    display: inline-block;
    padding: 0 40px;
    /* расстояние между звёздами и текстом */
}

.title-with-stars::before,
.title-with-stars::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 24px;
    height: 24px;
    background: url("../luminousspin-imgtYu/luminousspin-iconstYu/luminousspin-sherifstartYu.svg") no-repeat center center;
    background-size: contain;
    transform: translateY(-50%);
}

.title-with-stars::before {
    left: 0;
}

.title-with-stars::after {
    right: 0;
}

.footer-top {
    background-image: url('../luminousspin-imgtYu/luminousspin-footer-topback.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 40px 0px;
    margin: 40px 0px;
}

.footer-top-list {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    gap: 48px;
    padding: 0px 10px;
}

.footer-top-list div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: linear-gradient(180deg, #FEB059 0%, #F8DEA5 100%);
    padding: 20px;
    align-items: center;
}

.footer-top h2 {
    font-family: Goudy;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}

.footer-top p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}

.footer-bottom {
    background: linear-gradient(180deg, #FEB059 0%, #F8DEA5 100%);
    padding: 0px 16px;
}

.footer-bottom-info {
    max-width: 1140px;
    margin: 0 auto;
    padding: 50px 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.logo-bottom-footer {
    display: flex;
    justify-content: center;
}

.footer-bottom-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer-bottom-list a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}

.footer-bottom-disclaimer {
    font-family: Poppins;
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}

.footer-bottom-disclaimer-descr {
    font-family: Poppins;
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}

.title-bull svg {
    flex-shrink: 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;
}

@media(max-width: 1160px) {
    .about-review-list {
        flex-direction: column;
        width: auto;
    }
}

@media(max-width: 992px) {
    .goldrush-container {
        flex-direction: column;
        align-items: center;
    }

    .hero-cowboy {
        display: none;
    }

    .hero-container {
        justify-content: center;
    }

    .footer-top-list {
        flex-direction: column;
    }


    .header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

@media(max-width: 668px) {
    .contacts {
        height: auto;
        justify-content: center;
    }

    .left-sidetYu {
        gap: 20px;
        padding: 20px;
    }

    .form-containertYu {
        flex-direction: column;
    }

    .right-sidetYu {
        padding: 20px;
    }

    .hero-descr h1 {
        font-size: 30px;
    }

    .title-bull h2 {
        font-size: 26px;
    }

    .rules-18 h2 {
        font-size: 14px;
    }

    .goldrush-descr p {
        font-size: 14px;
    }

    .game-gold p {
        font-size: 14px;
    }

    .title-contacttYu {
        font-size: 24px;
    }

    .form-fieldtYu label {
        font-size: 14px;
    }

    .about-review-list h2 {
        font-size: 20px;
    }

    .about-review-list p {
        font-size: 14px;
    }

    .footer-top h2 {
        font-size: 20px;
    }

    .footer-top p {
        font-size: 14px;
    }

    .footer-bottom-list {
        flex-direction: column;
        gap: 5px;
    }

    .footer-bottom-disclaimer-descr {
        font-size: 16px;
    }

    .logo-cont img {
        width: 100px;
        height: 63px;
    }

    .rules-18 {
        flex-direction: column;
        gap: 0px;
    }

    .bull2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .icon-gridtYu {
        display: flex;
        align-items: center;
    }

    .icon-gridtYu img {
        width: 45px;
        height: 45px;
    }

    .header-list-nav div {
        text-align: center;
    }

    .about-review-list img {
        width: 100%;
    }
}

/* ... (добавляем новые стили в конец основного CSS) ... */

/* Стили для контейнера логотипа и бургера */
.header-toptYu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/* Стили для кнопки бургера (по умолчанию скрыта) */
.burger-buttontYu {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1000;
}

.burger-linetYu {
    display: block;
    width: 100%;
    height: 3px;
    background: #000;
    border-radius: 10px;
    transition: all 0.3s linear;
}

/* Добавлены/актуализированы стили для классов иконок соцсетей */
.icon-styletYu {
    /* Стили для иконок-классов */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid #c8a000;
    border-radius: 5px;
    color: #ffd700;
    font-size: 1.5em;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.title-bull h1 {
    font-family: Goudy;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
}

/* --- МЕДИА-ЗАПРОСЫ (МЕНЮ НАЧИНАЕТ РАБОТАТЬ НА <992px) --- */

@media(max-width: 992px) {

    /* Показываем кнопку бургера */
    .burger-buttontYu {
        display: flex;
        flex-shrink: 0;
    }

    /* Навигация по умолчанию скрыта (0 высота), переход с анимацией */
    .nav-containertYu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease-in-out;
        width: 100%;
    }

    /* Состояние меню - открыто */
    .nav-containertYu.menu-opentYu {
        /* Достаточное значение для раскрытия меню */
        max-height: 500px;
    }

    /* Стилизация списка для мобильного вида */
    .header-list-nav {
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 15px;
        padding-top: 15px;
        padding-bottom: 20px;
        background-color: #f8dea5;
        /* Фон меню, как у хедера */
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }

    .header-list-nav li {
        width: 100%;
        text-align: center;
    }

    /* Анимация бургера в "крестик" */
    .burger-buttontYu.menu-opentYu .burger-linetYu:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .burger-buttontYu.menu-opentYu .burger-linetYu:nth-child(2) {
        opacity: 0;
    }

    .burger-buttontYu.menu-opentYu .burger-linetYu:nth-child(3) {
        transform: translateY(-11px) rotate(-45deg);
    }

    /* Сохраняем предыдущие стили для 992px */
    .goldrush-container {
        flex-direction: column;
        align-items: center;
    }

    .hero-cowboy {
        display: none;
    }

    .hero-container {
        justify-content: center;
    }

    .footer-top-list {
        flex-direction: column;
    }
}

@media(min-width: 993px) {

    /* Убедимся, что навигация всегда видна на десктопе */
    .nav-containertYu {
        max-height: none !important;
        overflow: visible !important;
    }
}


/* Базовые стили для отображения текста */
.disclaimer-content-containertYu {
    padding: 20px;
    background-color: #000;
    color: #fff;
    font-family: Poppins;
    /* Используйте ваш шрифт Poppins, если он доступен */
    line-height: 1.6;
}

.disclaimer-content-containertYu p {
    margin: 0 0 15px 0;
    /* Отступ после параграфов */
}

.disclaimer-listtYu {
    list-style: none;
    /* Удаляем стандартную нумерацию <ol> */
    padding-left: 0;
    margin-bottom: 15px;
}

.disclaimer-itemtYu {
    margin-bottom: 20px;
}

.disclaimer-itemtYu p {
    margin: 0;
}

.disclaimer-itemtYu p:first-child {
    font-size: 1.1em;
    margin-bottom: 5px;
}

.disclaimer-listtYu strong {
    font-weight: bold;
    /* Для выделения заголовка */
}

.disclaimer-content-containertYu a {
    color: #ffd700;
    /* Золотой/желтый цвет для ссылки */
    text-decoration: none;
}

/* =========================================================================
   18+ POP-UP Стили
========================================================================= */

/* Модальное окно (оверлей) */
.age-gate-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    /* Темное, полупрозрачное затемнение */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    /* Очень высокий Z-индекс, чтобы перекрыть все */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.age-gate-modal.active {
    opacity: 1;
    visibility: visible;
}

/* Контент Pop-up'а */
.age-gate-content {
    background-color: #1c273a;
    /* Темно-синий фон, как на картинке */
    border-radius: 12px;
    padding: 40px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    color: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-family: Rubik;
}

.age-gate-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.age-gate-text {
    font-size: 16px;
    color: #c6def4;
    /* Светло-голубой цвет текста */
    margin-bottom: 30px;
    line-height: 1.4;
}

/* Контейнер кнопок */
.age-gate-actions {
    display: flex;
    gap: 15px;
    width: 100%;
    margin-top: 15px;
}

/* Базовый стиль кнопки */
.age-gate-btn {
    flex-grow: 1;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
    text-align: center;
}

/* Основная кнопка (I am 18 or older) */
.primary-btn {
    background-color: #0d6efd;
    /* Яркий синий цвет */
    color: white;
}

.primary-btn:hover {
    background-color: #0b5ed7;
}

/* Второстепенная кнопка (Leave site) */
.secondary-btn {
    background-color: #2e3b50;
    /* Темно-серый/синий, как на картинке */
    color: #c6def4;
}

.secondary-btn:hover {
    background-color: #3f4d67;
}

/* Расположение кнопок по макету */

/* Горизонтальное расположение (для десктопа) */
.age-gate-actions.horizontal-layout {
    display: flex;
}

/* Вертикальное расположение (для мобильных) */
.age-gate-actions.vertical-layout {
    display: none;
    /* Скрыть на десктопе */
    flex-direction: column;
}

/* Медиа-запрос для мобильного отображения */
@media (max-width: 550px) {
    .age-gate-content {
        padding: 30px 20px;
    }

    .age-gate-actions.horizontal-layout {
        display: none;
        /* Скрыть горизонтальный вариант */
    }

    .age-gate-actions.vertical-layout {
        display: flex;
        /* Показать вертикальный вариант */
    }
}