@font-face {
    font-family: Rubikr;
    font-weight: 400px;
    font-style: bold;
    font-display: swap;
    src: url('../gamefablestudio-fontswWw/gamefablestudio-rubikwWw.woff2') format("woff2")
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../gamefablestudio-fontswWw/gamefablestudio-rubikwWw.woff2') format("woff2")
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
}

body {
    margin: 0;
    background: #0E1A34;
}

main {
    padding: 0px 16px;
}

/* === Герой секция === */

.gamefablestudio-nav-list {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    gap: 30px;
}

.gamefablestudio-hero-info-block {
    max-width: 702px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.gamefablestudio-hero-info svg {
    width: 100%;
}

.rev-cont svg {
    width: 100%;
}

.gamefablestudio-hero-aboutsput {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 20px;
}

.gamefablestudio-aboutsput-info-block {
    background: radial-gradient(34.24% 150.85% at 50% 8.67%, rgba(40, 86, 131, 0.5) 0%, rgba(14, 26, 52, 0.5) 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    border: 1px solid #1A365A;
    padding: 30px;
    max-width: 100%;
    max-width: 753px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 30px;
}

.gamefablestudio-aboutsput-info-block h2 {
    font-family: Rubik;
    font-size: 32px;
    line-height: 100%;
    color: #fff;
}

.stars-and-likes {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stars-aboutsput {
    display: flex;
    gap: 10px;
}

.stars-aboutsput p {
    font-family: Rubik;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
}

.like-aboutsput {
    display: flex;
    gap: 10px;
}

.game-bl-g {
    display: flex;
    justify-content: center;
    align-items: center;
}

.game-bl-g a {
    font-family: Rubik;
    font-size: 32px;
    line-height: 100%;
    text-decoration: none;
    color: #fff;
}

.like-aboutsput p {
    font-family: Rubik;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
}

.last-descr-aboutsput {
    font-family: Rubikr;
    font-size: 15px;
    line-height: 100%;
    color: #fff;
}

.block-game {
    background: #07080D;
    max-width: 1140px;
    height: 692px;
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 90px;
    border-radius: 30px;
}

.players-rev {
    max-width: 1140px;
    margin: 0 auto;
    padding: 90px 10px;
}

.player-soder {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #fff;
}

.player-soder h2 {
    font-family: Rubik;
    font-size: 32px;
    line-height: 100%;
}

.player-soder p {
    font-family: Rubikr;
    font-size: 15px;
    line-height: 100%;
}

.rev-cont {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rev-card {
    background: #122448;
    border: 1px solid #283859;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 30px;
}

.down-rev-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.down-rev-card-descr {
    display: flex;
    align-items: center;
    gap: 10px;
}

.down-rev-card-descr span {
    padding: 11px;
    background-color: #233B6A;
    border-radius: 100px;
    border: none;
}

.rating-card {
    font-family: Rubik;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
}

.cosmic-coll {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
    padding: 30px;
    border-radius: 30px;
    background: radial-gradient(34.24% 150.85% at 50% 8.67%, rgba(40, 86, 131, 0.5) 0%, rgba(14, 26, 52, 0.5) 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    border: 1px solid #1A365A;
    color: #FFF;
}

.cosmic-coll h2 {
    font-family: Rubik;
    font-size: 32px;
    line-height: 100%;
}

.cosmic-coll p {
    font-family: Rubikr;
    font-size: 15px;
    line-height: 100%;
}

.cosmic-coll svg {
    width: 100%;
}

.gamefablestudio-hero-container {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.gamefablestudio-hero {
    display: flex;
    padding: 15px 0px 0px 0px;
    flex-direction: column;
    align-items: center;
}

/* === слайд === */
.survey-container {
    background: radial-gradient(34.24% 150.85% at 50% 8.67%, rgba(40, 86, 131, 0.5) 0%, rgba(14, 26, 52, 0.5) 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    border: 1px solid #1A365A;
    border-radius: 30px;
    padding: 30px;
}

.steps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.step {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #2e4a7d;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6c7ea8;
    font-weight: 600;
    transition: all 0.3s ease;
}

.step.active {
    background: linear-gradient(145deg, #1b65f0, #35b5ff);
    color: #fff;
    border-color: #35b5ff;
}

.question {
    display: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    animation: fadeIn 0.4s ease;
}

.question.active {
    display: flex;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.question h2 {
    font-family: Rubik !important;
    font-size: 20px !important;
    margin-bottom: 20px;
    color: #fff;
}

.question p {
    font-family: Rubikr;
    font-size: 15px;
}

.options {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 344px;
}

.option {
    background: #162338;
    border: 1px solid #1f3559;
    border-radius: 8px;
    padding: 12px 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #b8c5e0;
    font-family: Rubikr;
    font-size: 15px;
}

.option:hover,
.option.active {
    background: linear-gradient(145deg, #1b65f0, #35b5ff);
    color: #fff;
    border-color: #35b5ff;
}

.buttons {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    width: 100%;
    gap: 30px;
}

.buttons button {
    background: none;
    border: 2px solid #005AE6;
    border-radius: 200px;
    padding: 10px 30px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.buttons button:hover {
    background: #35b5ff;
}

.buttons button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.slide-cosmo {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    color: #fff;
}

.slide-cosmo h2 {
    font-family: Rubik;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
}

.slide-cosmo p {
    font-family: Rubikr;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
}

/* --- Линия прогресса между шагами --- */
.steps {
    position: relative;
}

.progress-line {
    position: absolute;
    top: 50%;
    left: 18px;
    right: 18px;
    height: 3px;
    background: #1e2a44;
    transform: translateY(-50%);
    z-index: 0;
    border-radius: 3px;
    overflow: hidden;
}

.progress-line span {
    display: block;
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #1b65f0, #35b5ff);
    transition: width 0.4s ease;
    border-radius: 3px;
}

.step {
    background: #101E39;
    border: 2px solid #005AE6;
    position: relative;
    z-index: 1;
    font-family: Rubik;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
}

.contact-form {
    width: 100%;
    max-width: 560px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
}

.contact-form label {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom: 8px;
}

.contact-form input,
.contact-form textarea {
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    color: #000;
    outline: none;
    transition: border-color 0.3s ease;
    margin-bottom: 16px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #005ae6;
}

.contact-form textarea {
    resize: none;
    height: 100px;
}

.contact-form button {
    background: #005ae6;
    color: #fff;
    font-family: Rubikr;
    font-weight: 400;
    font-size: 20px;
    border: none;
    border-radius: 100px;
    padding: 14px;
    cursor: pointer;
    transition: background 0.3s ease;
    max-width: 248px;
    border-radius: 100px;
}

.contact-form button:hover {
    background: #0073ff;
}


/* footer */
.footer-up {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #49020259;
    border: none;
    padding: 90px 16px;
    text-align: center;
    align-items: center;
    color: #fff;
}

.footer-up h2 {
    font-family: Rubik;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
}

.footer-up p {
    font-family: Rubikr;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
}

.footer-down {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
    color: #fff;
    padding: 70px 16px;
}

.footer-down-list {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-down-list h2 {
    font-family: Rubik;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    padding-bottom: 10px;
}

.footer-down-list p {
    font-family: Rubikr;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
}

.footer-nav-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 20px 50px;
    flex-wrap: wrap;
}

.footer-nav-list a {
    text-decoration: none;
    color: #fff;
    font-family: Rubik;
    font-size: 12px;
    line-height: 100%;
}

.copy-foot {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.copy-foot p {
    font-family: Rubik;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
}

/* === Блок 18+ === */
.gamefablestudio-rules18 {
    font-family: Rubikr;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 16px;
    color: #fff;
}

.gamefablestudio-rules18-info {
    padding: 13px 10px;
}

.gamefablestudio-rules-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gamefablestudio-nav-list a {
    font-family: Rubikr;
    font-size: 12px;
    line-height: 100%;
    color: #fff;
    text-decoration: none;
}

.gamefablestudio-rules-info button {
    background: transparent;
    border: 1px solid #005AE6;
    padding: 10px 20px;
    border-radius: 100px;
    font-family: Rubik;
    font-size: 14px;
    color: #fff;
}

.icon-21 {
    width: 36px;
    height: 36px;
}

.bwin {
    max-width: 210px;
}

.netbet {
    max-width: 223px;
}

/* === Кнопка сайта === */
.gamefablestudio-btn {
    background-color: #F1F3FF;
    color: #474747;
    text-align: center;
    width: 173px;
    font-family: Rubik;
    font-weight: 900;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 4%;
    text-transform: uppercase;
    border: none;
    padding: 4px 24px;
    border-radius: 20px;
    cursor: poRubikr;
    margin-bottom: 24px;
    text-decoration: none;
}

/* === Информация внутри героя === */
.gamefablestudio-hero-info {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 0px 16px;
    padding-bottom: 100px;
}

.gamefablestudio-hero-info h1 {
    font-family: Rubik;
    font-size: 64px;
    line-height: 100%;
    background: linear-gradient(179.2deg, #FFFFFF 14.31%, #6FC0F7 122.35%);
    -webkit-background-clip: text;
    /* обрезаем фон по тексту */
    -webkit-text-fill-color: transparent;
    /* делаем сам текст прозрачным */
    background-clip: text;
    /* для современных браузеров */
    color: transparent;
    /* резерв */

}

.gamefablestudio-hero-info p {
    font-family: Rubikr;
    font-size: 20px;
    line-height: 100%;
    color: #ffffff;
}

.gamefablestudio-hero-info-block a {
    background: #005AE6;
    border: none;
    border-radius: 100px;
    font-family: Rubikr;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    padding: 10px 100px;
    text-decoration: none;
    color: #fff;
}

.gamefablestudio-rules-info p {
    font-family: Rubikr;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;

}

.gamefablestudio-btn-list a {
    font-family: Rubikr;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #000;
    text-decoration: none;
    padding: 4px 16px;
    background: #00FF7F;
    border-radius: 20px;
}

.gamefablestudio-bonus-container h2 {
    font-family: Rubik;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 40px;
    text-align: center;
    color: #fff;
    margin-bottom: 24px;
}

.gamefablestudio-bonus-container-list {
    display: flex;
    list-style: none;
    color: #fff;
    padding: 0;
    justify-content: space-between;
}

.gamefablestudio-bonus-container-list li {
    font-family: Rubik;
    font-weight: 400;
    font-style: Semi Bold;
    font-size: 24px;
    text-align: center;
    width: 305px;
    color: #FFFFFF99;
}




/* === Список преимуществ === */
.gamefablestudio-hero-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.gamefablestudio-hero-info li {
    display: flex;
    align-items: center;
    gap: 6px;
}

.gamefablestudio-hero-info li .gamefablestudio-poker {
    width: 24px;
    height: 24px;
    background-image: url('../gamefablestudio-img/gamefablestudio-poker.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.gamefablestudio-hero-info li button {
    font-family: Rubikr;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 3px;
    background: #252B4B;
    color: #ffffff;
    border-bottom: 3px solid #1D9059;
    padding: 5px 20px;
    border-radius: 5px;
    cursor: poRubikr;
    font-size: 15px;
}


/* Bonus */

.gamefablestudio-bonus-list {
    margin: 0;
    padding: 0;
    padding-top: 20px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gamefablestudio-bonus-list-item {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.gamefablestudio-bonus-list-img {
    max-height: 66px;
    max-width: 200px;
}

.gamefablestudio-bonus-list-link {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-left: 10px;
}

.gamefablestudio-bonus-list-item-card1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 0px;
    border-radius: 16px;
    gap: 20px;
    border: 2px solid #005F2F;
    background: transparent;
    position: relative;

}

/* 2. Добавьте этот новый блок стилей для зеленой плашки */
.bonus-exclusive-label {
    position: absolute;
    /* Позиционируем абсолютно относительно родителя */
    top: -15px;
    /* "Выдвигаем" на 15px вверх за пределы карточки */
    left: 0px;
    /* Отступ 20px от левого края */

    /* Стили для внешнего вида */
    background-color: #1DB954;
    box-shadow: 0px 0px 8.9px 0px #8CFE9980;
    /* Яркий зеленый цвет */
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    /* Сильно скругленные углы */
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    /* Чтобы текст не переносился */
}

.gamefablestudio-bonus-list-item-card2 {
    display: flex;
    justify-content: center;
    gap: 55px;
    padding: 10px 32px;
    border-radius: 16px;
    border: 1px solid transparent;
    align-items: center;

    background:
        /* заливка внутри */
        linear-gradient(90deg, #3F3F3F 0%, #2A2A2A 100%) padding-box,
        /* градиентная рамка */
        linear-gradient(90deg, #FD2D1C 0%, #910B00 50%, #580701 100%) border-box;
}

.gamefablestudio-bonus-list-item-card2-descr {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}

.gamefablestudio-bonus-list-item-card2-descr p {
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

.gamefablestudio-bonus-list-item-card2-descr a {
    font-family: Rubikr;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    cursor: poRubikr;
    text-decoration: none;
}

.gamefablestudio-bonus-list-item-card2-descr ul {
    color: #fff;
    font-family: Rubikr;
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    list-style: disc;
    padding-left: 20px;
}

.gamefablestudio-bonus-list-item-card2-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 220px;
    justify-content: center;
}

.finger {
    background-image: url('../gamefablestudio-img/gamefablestudio-finger-logo.png');
    width: 28px;
    height: 28px;
}

.star-w {
    background-image: url('../gamefablestudio-img/gamefablestudio-star.png');
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
}

.gamefablestudio-bonus-list-item-card2-list li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.gamefablestudio-bonus-list-item-card2-list p {
    font-family: Rubik;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
}

.gamefablestudio-bonus-list-item-card2-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 8px;
}

.gamefablestudio-bonus-list-item-card2-rating p {
    font-family: Rubikr;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    color: #ffffff;
}

.gamefablestudio-bonus-list-item-card2-rating h2 {
    font-family: Rubikr;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    margin: 0;
}

.stars {
    display: flex;
}

.gamefablestudio-bonus-list-item-card3 {
    box-sizing: border-box;
    /* Важно, чтобы padding не ломал ширину */
    border-radius: 16px;

    /* Стили для расположения элементов внутри */
    display: flex;
    flex-direction: column-reverse;
    /* ИЗМЕНЕНО: ставим обычный порядок, а не обратный */
    justify-content: center;
    gap: 20px;
    /* Немного уменьшил отступ для гармонии */
    width: 100%;

    padding-right: 10px;
}

.gamefablestudio-bonus-list-item-card3 a {
    display: block;
    border-radius: 100px;
    width: 100%;
    padding: 10px;
    border: none;
    color: #FFA30D;
    text-decoration: none;
    font-family: Rubikr;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    text-transform: uppercase;
}

.gamefablestudio-bonus-list-item-card3 button:hover {
    background:
        /*задний фон при наведении*/
        #F9BB50;
    /*-----------поменяй на ЗЕЛЕНЫЙ!!!*/
    color: black;
    box-shadow: -1px 5px 10px rgba(0, 0, 0, 0.35);
}

@keyframes mymove {
    0% {
        background-position: 0px 0px;
    }

    100% {
        background-position: 200px 0px;
    }
}

.gamefablestudio-bonus-list-item-card3-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.gamefablestudio-guide h2 {
    font-family: Rubik;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 100%;
    color: #FFFFFF;
}


.gamefablestudio-about-container {
    display: flex;
    flex-direction: column;
    max-width: 1140px;
    margin: 0 auto;
    margin-top: 30px;
    gap: 10px;
}

.gamefablestudio-descr-container {
    font-family: Rubikr;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: #fff;
    padding-bottom: 100px;
}

.gamefablestudio-descr-container p {
    padding-bottom: 10px;
}

.gamefablestudio-descr-container h3 {
    padding-bottom: 10px;
}

.last-div {
    padding-bottom: 10px;
}

.gamefablestudio-card-container-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* две колонки */
    gap: 20px;
}

.gamefablestudio-card-container-list li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    background: #95959533;
    padding: 16px;
    border-radius: 8px;
    font-family: Rubikr, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.number1 {
    background-image: url('../gamefablestudio-img/gamefablestudio-number1.png');
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
}

.number2 {
    background-image: url('../gamefablestudio-img/gamefablestudio-number2.png');
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
}

.number3 {
    background-image: url('../gamefablestudio-img/gamefablestudio-number3.png');
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
}

.number4 {
    background-image: url('../gamefablestudio-img/gamefablestudio-number4.png');
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
}



/* FAQ */

.gamefablestudio-faq {
    padding-top: 80px;
    padding-bottom: 80px;
}

.gamefablestudio-faq_title {
    font-family: Rubik;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 40px;
    text-align: center;
    margin-bottom: 24px;
    color: #ffffff;
    text-shadow: 0px 4px 4px #00FF7F80;
    text-transform: uppercase;
}

.gamefablestudio-container-faq {
    max-width: 1280px;
    margin: 0 auto;
}

.faq-accordion {
    margin-bottom: 60px;
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Стили для каждого элемента (вопрос + ответ) */
.accordion-item {
    transition: all 0.3s ease-in-out;
}

/* Заголовок-кнопка */

.accordion-header {
    border: 1px solid #005F2F;
    border-radius: 8px;
    font-family: Rubikr;
    font-weight: 500;
    font-size: 20px;
    background-color: transparent;
    width: 100%;
    padding: 25px;
    color: #ffffff;
    cursor: poRubikr;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: start;
    margin-bottom: 8px;
    gap: 20px;
}

/* Серая циферка слева */
.accordion-number {
    font-family: Rubikr;
    font-weight: 400;
    font-size: 24px;
    line-height: 110.00000000000001%;
    letter-spacing: -2%;
    flex-shrink: 0;
    color: #FFFFFF66;
}

/* Иконка (стрелочка) */
.arrow {
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
}

/* Контент (ответ) */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.accordion-title {
    flex-grow: 1;
    /* ЭТО ГЛАВНОЕ! Заставляет текст занять всё доступное свободное пространство */
    text-align: left;
    /* Выравниваем текст по левому краю */
}

.accordion-content p {
    font-family: Rubikr;
    font-weight: 400;
    font-size: 16px;
    padding: 25px;
    margin: 0;
    padding-bottom: 20px;
    color: #ffffff;
    line-height: 1.6;
}


/* --- СТИЛИ ДЛЯ АКТИВНОГО (ОТКРЫТОГО) СОСТОЯНИЯ --- */

/* Когда элемент активен, применяем рамку и отступы */
.accordion-item.active {
    border-radius: 15px;
    border: 1px solid #005F2F;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.accordion-content-list {
    margin: 0;
    color: #fff;
}

/* Убираем нижнюю границу у заголовка, когда весь блок в рамке */
.accordion-item.active .accordion-header {
    border-bottom: none;
    border-radius: 0px;
    border: none;
}

/* Поворачиваем иконку вверх, когда блок открыт */
.accordion-item.active .arrow {
    transform: rotate(135deg);
}

/* Показываем контент, устанавливая ему максимальную высоту */
.accordion-item.active .accordion-content {
    max-height: 200px;
    /* Установите значение, достаточное для вашего текста */
}

.arrow {
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    margin: 10px auto;
    transition: transform 0.3s ease;
}

/* Если нужно, чтобы при клике поворачивалась вверх */


.gamefablestudio-text h2 {
    font-family: Rubik;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    vertical-align: middle;
    text-shadow: 0px 4px 4px #00FF7F80;
}



/* Winners */

.gamefablestudio-winners_container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px;
    list-style: none;
}

.gamefablestudio-winners_title {
    display: flex;
    justify-content: center;
    font-weight: 400;
    font-size: 32px;
    text-align: center;
    color: #fff;
    margin-bottom: 24px;
    padding-top: 80px;
    text-transform: uppercase;
}

.gamefablestudio-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    background: #57575733;
    border-radius: 8px;
    padding: 24px 16px;
    color: #fff;
    background: #005F2F;
    /* Белый текст */
}

.gamefablestudio-amount {
    font-family: Playfair Display;
    font-weight: 900;
    font-style: Bold;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    color: #F6DD97;
    padding-bottom: 32px;
}

.gamefablestudio-description {
    padding-top: 8px;
    font-family: Rubikr;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -2%;
    color: #fff;
}

.gamefablestudio-name {
    font-family: Rubikr;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    color: #FFFFFF99;
}

.gamefablestudio-box_text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}



/**/

.gamefablestudio-selection-container {
    background: linear-gradient(360deg, rgba(86, 63, 13, 0.5) 0%, rgba(188, 137, 29, 0.5) 100%);
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 80px;
}

.selection-wrapper {
    padding-top: 32px;
    max-width: 652px;
    display: flex;
    flex-direction: column;
    padding-bottom: 18px;
    padding-right: 10px;
    padding-left: 10px;
}

.selection-wrapper h2 {
    font-family: Rubik;
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 4%;
    color: #ffffff;
    padding-bottom: 24px;
    text-align: center;
}

.selection-wrapper h3 {
    font-family: Rubik;
    font-size: 16px;
    font-weight: 900;
    color: #ffffff;
}

.selection-wrapper p {
    font-family: Rubikr;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 4%;
    color: #ffffff;
    padding-bottom: 10px;
}

.selection-wrapper ul li {
    font-family: Rubikr;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 4%;
    color: #ffffff;
    padding-bottom: 15px;
}

.selection-wrapper ul li p {
    font-size: 20px;
    font-family: Rubik;
    font-weight: 500;
}

.selection-wrapper ul {
    margin: 0;
    list-style: disc;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
}

/* Footer */

.gamefablestudio-footer-container {
    max-width: 1140px;
    margin: 0 auto;
}

.gamefablestudio-footer-list {
    display: flex;
    color: #fff;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
    padding-bottom: 40px;
    gap: 20px 20px;
}

.gamefablestudio-footer-info-div1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gamefablestudio-footer-list li {
    display: flex;
    align-items: center;
    font-family: Rubik;
    font-weight: 900;
    font-size: 16px;
    text-decoration: underline;
    gap: 4px;
}

.gamefablestudio-footer-list a {
    color: #fff;
    text-decoration: none;
}

.gamefablestudio-footer-info {
    display: flex;
    gap: 30px;
    color: #FAF9F0;
}

.gamefablestudio-footer-info-div1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 20px;
    max-width: 560px;
}

.gamefablestudio-footer-info h2 {
    font-family: Rubikr;
    font-weight: 900;
    font-size: 16px;
    padding-bottom: 10px;
}

.gamefablestudio-footer-info p {
    font-family: Rubikr;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
}

.foot-greek-logo {
    background-image: url('../gamefablestudio-img/gamefablestudio-greek-logo.png');
    width: 130px;
    height: 62px;
}

.gamefablestudio-parthners-list {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 40px;
    padding-top: 20px;
    padding-bottom: 50px;
}

.gamefablestudio-p-cookie {
    color: #989898;
    font-family: Rubik;
    font-weight: 900;
    font-size: 12px;
    text-align: center;
    padding-bottom: 30px;
}

.gamefablestudio-bonus-list-item-card2-descr-mob {
    display: none;
}

.gamefablestudio-bonus-list-item-card2-rating-mob {
    display: none;
}

.hover-opacity:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.gamefablestudio-popupauth {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100vw;
    height: 600px;
    z-index: 8;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    align-items: center;
    justify-content: center;
    /*  Центрируем контент по вертикали и горизонтали */
}

.gamefablestudio-popupauth.active {
    opacity: 1;
    visibility: visible;
}

.gamefablestudio-popupauth__close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.gamefablestudio-popupauth__content {
    position: relative;
    z-index: 2;
    background: #303030;
    /*  Темный фон для контента */
    border-radius: 20px;
    padding: 30px;
    width: 600px;
    /*  Фиксированная ширина */
    box-sizing: border-box;
    /*  Чтобы padding не ломал ширину */
    margin: 15px;
    backdrop-filter: blur(10px)
}

.gamefablestudio-popupauth__item {
    display: none;
}

.gamefablestudio-popupauth__item.active {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.gamefablestudio-popupauth_link-forgot {
    font-family: Rubikr;
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #FFFFFFCC;
    margin-bottom: 20px;
}

.gamefablestudio-popupauth_link-sign-log {
    font-family: Passion One;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #fff;
}

.button_sign {
    background: transparent;
    border: none;
    cursor: poRubikr;
}

.gamefablestudio-popupauth-help {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.gamefablestudio-popupauth__title {
    font-family: Passion One;
    font-weight: 900;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
    /*  Белый цвет для заголовков */
}

.gamefablestudio-popupauth__form {
    display: flex;
    flex-direction: column;
    width: 72%;
}

.gamefablestudio-popupauth__input {
    font-family: Rubikr;
    font-weight: 400;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 20px;
    border: none;
    border-radius: 5px;
    color: #02101B;
}

.gamefablestudio-popupauth__button {
    font-family: Passion One;
    font-weight: 900;
    font-style: Bold;
    font-size: 16px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #54A338 0%, #51B2CD 100%);
    color: #ffffff;
    padding: 8px 90px;
    border: 1px solid #065D5B;
    text-decoration: none;
    box-shadow: 0px 0px 6px 0px #008E9B inset;
    border-radius: 10px;
    cursor: poRubikr;
    transition: opacity 0.3s ease;
    margin-bottom: 20px;
}

.gamefablestudio-popupauth__button:hover {
    opacity: 0.8;
}

.tx-16 {
    font-size: 16px;
}

.text-center {
    text-align: center;
}

.mb-20 {
    margin-bottom: 20px;
}

.w100 {
    background: none;
    color: #fff;
    border: none;
    cursor: poRubikr;
}

.tx-main {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}

.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;
}

.gamefablestudio-bonus-list-item-mob {
    display: none;
}

.gamefablestudio-footer-info-gr {
    display: flex;
    color: #fff;
    align-items: center;
    gap: 20px;
    font-family: Rubikr;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
}

.gamefablestudio-bonus-list-item-card3-icons-mob {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
}

.bonus-button {
    position: relative;
    display: inline-block;
    padding: 18px 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffa30d;
    background: #1b1f38;
    border-radius: 100px;
    overflow: hidden;
    transition: color 0.6s ease, box-shadow 0.6s ease;
    border: none;
    z-index: 1;
}

/* 💫 Свечение по контуру */
.bonus-button::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(90deg,
            rgba(255, 163, 13, 0) 0%,
            rgba(255, 163, 13, 0.7) 50%,
            rgba(255, 163, 13, 0) 100%);
    background-size: 300% 100%;
    animation: move-light 2s linear infinite;
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 0;
    pointer-events: none;
}

@keyframes move-light {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 300% 0%;
    }
}

/* Плавная золотая волна заливки */
.bonus-button::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at center, #ffa30d 0%, #ffb84d 40%, #1b1f38 100%);
    transform: scale(0);
    opacity: 0;
    transition: transform 1.2s ease, opacity 0.8s ease;
    z-index: -1;
}

/*  При наведении — заливка и свечение */
.bonus-button:hover {
    color: #fff;
    box-shadow: 0 0 30px 8px rgba(255, 163, 13, 0.8);
}

.bonus-button:hover::after {
    transform: scale(3);
    opacity: 1;
}

/* 🫧 Эффект клика */
.bonus-button.clicked {
    transform: scale(0.97);
    box-shadow: 0 0 35px 10px #ffa30d;
}

/* Прозрачность */
.hover-opacity {
    transition: opacity 0.3s ease;
}

.hover-opacity:hover {
    opacity: 0.95;
}

/* Стили для фона с частицами */
#particles-js {
    position: fixed;
    /* Фиксируем фон, чтобы он не скроллился */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    /* Помещаем фон ПОД всем остальным контентом */
    background-color: #0E1A34;
    /* Цвет фона */
}

/* Обертка для основного контента */
.content-wrapper {
    position: relative;
    /* Необходимо, чтобы z-index сработал */
    z-index: 1;
    /* Помещаем контент НАД фоном */
    background-color: transparent;
    /* Делаем фон обертки прозрачным */
}

/* Стили для счетчика частиц (необязательно) */
.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

@media(max-width: 1184px) {
    .gamefablestudio-bonus-list-item-card2 {
        width: 100%;
        gap: 0px;
        justify-content: space-around;
    }

    .gamefablestudio-bonus-list-item-card2-list {
        display: none;
    }

    .gamefablestudio-bonus-container-list li {
        display: none;
    }

    .gamefablestudio-card-container-list p {
        font-family: Rubikr;
        font-weight: 400;
        font-size: 16px;
    }

}



@media(max-width: 1125px) {
    .gamefablestudio-bonus-list-item-card2-list li {
        justify-content: center;
    }

    .gamefablestudio-footer-list {
        flex-direction: column;
    }

    .gamefablestudio-about-container {
        flex-direction: column;
    }

    .card2-list {
        display: none;
    }
}

@media(max-width: 876px) {
    .gamefablestudio-hero {
        justify-content: center;
    }

    .gamefablestudio-bonus-block-mob-2 {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .gamefablestudio-hero-info h1 {
        font-size: 48px;
    }

    .gamefablestudio-hero-info p {
        font-size: 14px;
    }

    .gamefablestudio-parthners-list {
        flex-wrap: wrap;
        gap: 10px 40px;
        justify-content: center;
    }

    .gamefablestudio-footer-info {
        flex-direction: column;
        padding-bottom: 15px;
    }

    .selection-wrapper h2 {
        font-family: Rubik;
        font-size: 27px;
    }

    .accordion-header {
        gap: 20px;
    }

    .gamefablestudio-rules18 {
        padding-right: 0px;
    }

    .gamefablestudio-winners_title {
        font-size: 27px;
    }


    /* --- ОСНОВНОЙ КОНТЕЙНЕР --- */
    .gamefablestudio-bonus-list-item {
        display: flex;
        flex-direction: row;
        /* justify-content: center; */
        /* <-- УДАЛИТЕ ЭТУ СТРОКУ, она центрирует блок */
        gap: 0px;
        border-radius: 16px;
        width: 100%;
        /* <-- ДОБАВЬТЕ ЭТУ СТРОКУ, чтобы контейнер занял всю доступную ширину */
    }

    /* --- ЛЕВАЯ КОЛОНКА (ЛОГОТИП И БОНУС) --- */
    .gamefablestudio-bonus-list-item-card1 {
        flex: 1.5;
        /* <-- ДОБАВЬТЕ ЭТО. Левая колонка будет в 1.5 раза шире правой */
        display: flex;
        align-items: center;
        justify-content: center;
        /* <-- Добавлено для лучшего выравнивания по вертикали */
        border-radius: 16px;
        gap: 20px;
        padding: 20px 8px;
        /* Немного уменьшил вертикальные отступы для гармонии */
    }

    /* --- ПРАВАЯ КОЛОНКА (РЕЙТИНГ, КНОПКА, ИКОНКИ) --- */
    .gamefablestudio-bonus-list-item-card3 {
        display: flex;
        /* <-- Явно указываем flex для работы align/justify */
        flex-direction: column-reverse;
        /* Добавлено для выравнивания контента по центру */
        justify-content: center;
        /* Добавлено для выравнивания контента по центру */
        border-radius: 16px;
        padding: 0px;
    }


    /* --- ОСТАЛЬНЫЕ СТИЛИ ОСТАЮТСЯ БЕЗ ИЗМЕНЕНИЙ --- */

    .gamefablestudio-bonus-list-item-card2-rating {
        display: none;
    }

    .gamefablestudio-bonus-list-item-card3 a.init-log {
        font-size: 14px;
    }

    .gamefablestudio-bonus-list-item-card2 {
        display: none;
    }

    .gamefablestudio-guide h2 {
        font-size: 30px;
    }

    .gamefablestudio-bonus-list-item-card2-descr {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .card2-list {
        display: none;
    }

    .gamefablestudio-bonus-list-link {
        width: auto;

    }
}


.container {
    max-width: 1140px;
    margin: 0 auto;
    color: #FFFFFF;
    padding: 50px 0px;
    font-family: Rubikr;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    line-height: 100%;
}

.main-title {
    font-family: Rubik;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 25px;
}

.text-paragraph {
    margin-top: 0;
    margin-bottom: 15px;
}

.info-list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 15px;
}

.info-list-item {
    margin-bottom: 8px;
}

.cosmo-burger {
    display: none;
}

/* --- Оверлей (затемнение фона) --- */
.nav-overlay {
    position: fixed;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 999;
}

.nav-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.status {
    font-family: Barlow;
    font-weight: 700;
    border-radius: 30px;
    margin-top: 15px;
    padding: 10px;
    background-color: green;
    display: none
}

.form.active .status {
    display: block
}

.plane-cosmo svg {
    width: 100%;
}

.cosmo-ab-pl {
    padding: 90px 10px;
}

.gamefablestudio-aboutsput-info-block-game {
    max-width: 100%;
}

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;
}

.game-bl-g {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #07080D;
    max-width: 1140px;
    height: 692px;
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 90px;
    border-radius: 30px;
}



@media(max-width: 1105px) {
    .sput-svg svg {
        width: 100%;
        height: 323px;
    }

    .cosmo-burger {
        display: flex;
        align-items: center;
    }

    .nav-overlay {
        /* Оверлей должен покрывать только ту часть, где НЕТ меню */
        width: 100%;
        /* Полная ширина, по умолчанию */
    }

    .nav-overlay.active {
        /* При активации (когда меню открыто) */
        width: 50%;
        /* Установить ширину оверлея в 50% */
        right: 50%;
        /* И сдвинуть его влево, оставив правые 50% свободными для меню */
        left: 0;
        /* Убедиться, что он начинается слева */
        opacity: 1;
        pointer-events: auto;
        /* Теперь меню и оверлей не перекрываются, но занимают 100% ширины.
               Клик в области меню (справа) больше не попадает в оверлей.
               Клик в области оверлея (слева) его закрывает.
            */
    }

    .gamefablestudio-nav-list {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        width: 50%;
        background: black;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
        transition: right 0.4s ease;
        z-index: 1000;
    }

    .gamefablestudio-nav-list.nav-open {
        right: 0;
    }

    .gamefablestudio-nav-list a {
        color: white;
        font-size: 20px;
        text-decoration: none;
    }

    /* Анимация для бургера */
    .cosmo-burger.active svg path {
        transition: all 0.3s ease;
        fill: #06D1C0;
    }

    .gamefablestudio-rules-info button {
        display: none;
    }

    .gamefablestudio-hero-info {
        flex-direction: column;
        padding-bottom: 0px;
    }

    .stars-and-likes {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .gamefablestudio-hero-aboutsput {
        flex-direction: column;
    }

    .rev-cont {
        flex-direction: column;
    }

    .footer-down-list {
        flex-direction: column;
        align-items: flex-start;
    }

    .gamefablestudio-hero-info-block {
        align-items: center;
        text-align: center;
    }

    .footer-nav-list {
        justify-content: center;
    }
}

/* Основные стили для соответствия дизайну */
.privacy-container {
    font-family: Rubik;
    /* Фон и рамка, как на изображении */
    background: radial-gradient(34.24% 150.85% at 50% 8.67%, rgba(40, 86, 131, 0.5) 0%, rgba(14, 26, 52, 0.5) 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    /* Темно-синий/серый фон */
    border: 1px solid #1A365A;
    /* Тонкая светлая рамка */
    border-radius: 30px;

    /* Отступы внутри блока */
    padding: 40px;
    max-width: 1060px;
    /* Ограничение ширины для лучшей читаемости */
    margin: 50px auto;
    /* Центрирование блока */
    color: #c6def4;
    /* Светло-голубой цвет основного текста */
    line-height: 1.6;
    font-size: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    /* Небольшая тень для объема */
}

/* Заголовок H1 */
.privacy-title {
    color: white;
    /* Белый цвет для главного заголовка */
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}

/* Дата обновления */
.privacy-last-updated {
    font-size: 14px;
    color: #626f8d;
    /* Более тусклый цвет, как на картинке */
    margin-bottom: 25px;
}

/* Заголовки секций (1. What info we grab, 2. How we use...) */
.privacy-section-title {
    color: white;
    /* Белый цвет для подзаголовков */
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 5px;
}

/* Общие параграфы */
.privacy-container p {
    margin-bottom: 15px;
}

/* Стилизация списка (Your rights) */
.privacy-list {
    list-style: none;
    /* Убираем стандартные маркеры */
    padding-left: 0;
    margin-top: 5px;
    margin-bottom: 20px;
}

.privacy-list li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
    font-size: 15px;
}

/* Добавляем кастомный маркер (кружок или квадрат) */
.privacy-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    background-color: #c6def4;
    /* Цвет маркера */
    border-radius: 50%;
    /* Для круга, как на изображении */
}

/* Стилизация Email */
.privacy-email {
    color: #06D1C0;
    /* Бирюзовый/голубой акцентный цвет */
    font-weight: 700;
}


/* =========================================================================
   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;
        /* Показать вертикальный вариант */
    }
}