@font-face {
    font-family: Prompt;
    font-style: bold;
    font-weight: 400;
    font-display: swap;
    src: url('../plafra-fonts/plafra-prompt-regular.woff2') format("woff2")
}

@font-face {
    font-family: PromptB;
    font-style: bold;
    font-weight: 700;
    font-display: swap;
    src: url('../plafra-fonts/plafra-prompt-bold.woff2') format("woff2")
}

@font-face {
    font-family: Unbounded;
    font-style: normal;
    font-display: swap;
    src: url('../plafra-fonts/plafra-unbounded.woff2') format("woff2")
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
}

body {
    margin: 0;
    background: linear-gradient(170.39deg, #000066 0%, #022B92 100%);
}

/* === Герой секция === */

.plafra-hero-container {
    background-image: url('../plafra-img/plafra-hero.webp');
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.plafra-hero-container-politik {
    background-image: url('../plafra-img/plafra-politik.webp');
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    min-height: 274px;
}

.plafra-hero-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000011;
    /* полупрозрачное черное */
    poPrompt-events: none;
    /* чтобы не блокировать клики */
    border-radius: 12px;
    /* повторяем скругление */
}

.plafra-bonus-container {
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-top: 40px;
    padding: 40px 16px 40px 16px;
}

.plafra-hero {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    padding: 60px 20px 60px 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.plafra-bonus-block-mob-2 {
    display: flex;
    gap: 20px;
    align-items: center;
}

/* === Блок 18+ === */
.plafra-rules18 {
    font-family: UnboundedR;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 16px;
    color: #fff;
    background: #D41D1D;
}

.plafra-rules18-info-btn {
    background: #D41D1D;
    font-family: Prompt;
    font-weight: 900;
    font-style: Bold;
    font-size: 12px;
    text-transform: uppercase;
    border: none;
    color: #fff;
    padding: 4px 24px;
    z-index: 2;
    margin-bottom: 18px;
}

.plafra-rules18-info {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 14px;
    padding: 8px 20px;
}

.plafra-rules-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon-21 {
    width: 19px;
    height: 18px;
    z-index: 2;
    flex-shrink: 0;
}

/* === Кнопка сайта === */
.plafra-btn {
    background-color: #F1F3FF;
    color: #474747;
    text-align: center;
    width: 173px;
    font-family: Unbounded;
    font-weight: 900;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 4%;
    text-transform: uppercase;
    border: none;
    padding: 4px 24px;
    border-radius: 20px;
    cursor: poPrompt;
    margin-bottom: 24px;
    text-decoration: none;
}

/* === Информация внутри героя === */
.plafra-hero-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    padding: 0px 20px;
    max-width: 791px;
    align-items: center;
}

.plafra-hero-info h1 {
    font-family: Unbounded;
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    z-index: 2;

}

.plafra-hero-info p {
    font-family: Prompt;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
    z-index: 2;
}

.plafra-rules-info p {
    font-family: Prompt;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
    z-index: 2;

}

.plafra-btn-list a {
    font-family: Prompt;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #000;
    text-decoration: none;
    padding: 4px 16px;
    background: #00FF7F;
    border-radius: 20px;
}

.plafra-bonus-container h2 {
    font-family: Unbounded;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 40px;
    text-align: center;
    color: #fff;
    margin-bottom: 24px;
}

.plafra-bonus-container-list {
    display: flex;
    list-style: none;
    color: #fff;
    padding: 0;
    justify-content: space-between;
}

.plafra-bonus-container-list li {
    font-family: UnboundedR;
    font-weight: 400;
    font-style: Semi Bold;
    font-size: 24px;
    text-align: center;
    width: 305px;
    color: #FFFFFF99;
}




/* === Список преимуществ === */
.plafra-hero-info ul {
    background: #000066;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.plafra-hero-info li {
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 2;
    color: #fff;
}

.plafra-hero-info li button {
    font-family: Prompt;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 3px;
    background: transparent;
    border: none;
    color: #fff;
    padding: 4px 24px;
    font-size: 16px;
}


/* Bonus */

.plafra-bonus-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.plafra-bonus-list-item {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.plafra-bonus-list-img {
    height: 56px;
    width: 147px;
}

.netbet {
    height: 27px;
}

.plafra-bonus-list-link {
    display: flex;
    justify-content: center;
    padding-left: 10px;
    background: #0037CD;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 10px 0px #00000040;
    padding: 32px;
    border-radius: 4px;
    align-items: center;
}

.block2 {
    width: 100%;
    display: flex;
    background: linear-gradient(90deg, #0037CD 0%, #02137F 100%);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 10px 0px #00000040;
    border-radius: 4px;
    gap: 10px;
    align-items: center;
    padding: 7px 32px;
    justify-content: space-between;
}

.enlignecasinosfr-bonus-list-item-card2-list {
    list-style: none;
    padding: 0px;
    font-family: Prompt;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    text-align: center;
    color: #fff;
    max-width: 220px;
}

.enlignecasinosfr-bonus-list-item-card2-list li {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 8px;
}

.plafra-bonus-list-item-card1 {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 8px;

}

.plafra-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;
}

.plafra-bonus-list-item-card2-descr {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 220px;
    gap: 4px;
    align-items: flex-start;
}

.plafra-bonus-list-item-card2-descr p {
    font-family: PromptB;
    font-size: 16px;
    text-align: center;
    color: #FFEC1E;
}

.plafra-bonus-list-item-card2-descr a {
    font-family: Prompt;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 17px;
    color: #E9E9E9;
    cursor: poPrompt;
    text-decoration: none;
}

.plafra-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('../plafra-img/plafra-finger-logo.png');
    width: 28px;
    height: 28px;
}

.star-w {
    background-image: url('../plafra-img/plafra-star.png');
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
}

.plafra-bonus-list-item-card2-list li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.plafra-bonus-list-item-card2-list p {
    font-family: Unbounded;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
}

.plafra-bonus-list-item-card2-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    gap: 8px;
}

.plafra-bonus-list-item-card2-rating p {
    font-family: Unbounded;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: #ffffff;
}

.star {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}

.stars {
    display: flex;
    gap: 8px;
}

.plafra-bonus-list-item-card3 {
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
    /* Важно, чтобы padding не ломал ширину */
    border-radius: 4px;

    /* Стили для расположения элементов внутри */
    display: flex;
    flex-direction: column;
    /* ИЗМЕНЕНО: ставим обычный порядок, а не обратный */
    justify-content: center;
    gap: 20px;

    padding-right: 10px;

    background: #02137F;

    border: 1px solid #FFFFFF;

    box-shadow: 0px 4px 10px 0px #00000040;

    padding: 0px 32px;
}

.plafra-bonus-list-item-card3 a {
    display: block;
    transition: 0.5s;
    /*влияет на плавность изменения тени при наведении*/
    background: #000066;
    border-radius: 4px;
    width: 100%;
    padding: 12px 24px;
    color: #fff;
    text-decoration: none;
    font-family: Unbounded;
    font-weight: 900;
    font-size: 14px;
    text-align: center;
    animation: mymove 1s infinite linear;
    cursor: poPrompt;
    box-sizing: border-box;
}

.plafra-bonus-list-item-card3 a:hover {
    background:
        /*задний фон при наведении*/
        #D41D1D;
    /*-----------поменяй на ЗЕЛЕНЫЙ!!!*/
    box-shadow: -1px 5px 10px rgba(0, 0, 0, 0.35);
}

@keyframes mymove {
    0% {
        background-position: 0px 0px;
    }

    100% {
        background-position: 200px 0px;
    }
}

.plafra-bonus-list-item-card3-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.plafra-guide h2 {
    font-family: Unbounded;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 700;
    padding-top: 40px;
    padding-bottom: 24px;
}


.plafra-about-container {
    padding-bottom: 40px;
}

.plafra-descr-container ul {
    margin: 0px 0px 15px 0px;
    padding-left: 16px;
    list-style: none;
}

.plafra-descr-container {
    font-family: Prompt;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: #fff;
}

.plafra-descr-container p {
    font-family: Prompt;
    font-size: 16px;
    padding-bottom: 0px;
}

.plafra-card-container-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* две колонки */
    gap: 20px;
}

.plafra-card-container-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #95959533;
    padding: 16px;
    border-radius: 8px;
    font-family: Prompt, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.number1 {
    background-image: url('../plafra-img/plafra-number1.png');
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
}

.number2 {
    background-image: url('../plafra-img/plafra-number2.png');
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
}

.number3 {
    background-image: url('../plafra-img/plafra-number3.png');
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
}

.number4 {
    background-image: url('../plafra-img/plafra-number4.png');
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
}

.plafra-card-container-list p {
    max-width: 300px;
}

.plafra-guide {
    background:
        linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #021B81 100%),
        url("../plafra-img/plafra-about.webp") no-repeat center / cover;
}

.plafra-about {
    padding-top: 80px;
}

.plafra-guide-block {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 16px 0px 16px;
}

/* FAQ */

.plafra-faq {
    padding: 0px 16px 80px 16px;
}

.plafra-faq_title {
    font-family: Unbounded;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 24px;
    color: #ffffff;
}

.plafra-container-faq {
    max-width: 1240px;
    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: none;
    border-radius: 4px;
    font-family: PromptB;
    font-weight: 700;
    font-size: 20px;
    background: #FFFFFF1A;
    box-shadow: 0px 4px 10px 0px #00000040;
    width: 100%;
    padding: 25px;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: start;
    margin-bottom: 8px;
    gap: 20px;
}

/* Серая циферка слева */
.accordion-number {
    font-family: Prompt;
    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: Prompt;
    font-weight: 400;
    font-size: 16px;
    padding: 0px 25px 0px 25px;
    margin: 0;
    padding-bottom: 20px;
    color: #ffffff;
    line-height: 1.6;
}


/* --- СТИЛИ ДЛЯ АКТИВНОГО (ОТКРЫТОГО) СОСТОЯНИЯ --- */

/* Когда элемент активен, применяем рамку и отступы */
.accordion-item.active {
    border-radius: 4px;
    margin-bottom: 20px;
    background: transparent;
    border: 2px solid #FFFFFF;
    padding-bottom: 20px;
}

.accordion-content-list {
    margin: 0;
    color: #fff;
}

/* Убираем нижнюю границу у заголовка, когда весь блок в рамке */
.accordion-item.active .accordion-header {
    border-bottom: none;
    border-radius: 15px;
    border: none;
    background: transparent;
    box-shadow: 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;
    flex-shrink: 0;
    min-width: 10px;
    min-height: 10px;
    box-sizing: content-box;
}

.arrow:hover {
    transform: translateY(3px);
}

.plafra-text h2 {
    font-family: Unbounded;
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    vertical-align: middle;
}



/* Winners */

.plafra-winners_container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 15px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0px 16px 70px 16px;
    list-style: none;
}

.plafra-winners_title {
    display: flex;
    justify-content: center;
    font-weight: 400;
    font-size: 32px;
    text-align: center;
    color: #fff;
    margin-bottom: 24px;
}

.plafra-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 10px;
    background: #FEFEFE1A;
    border-radius: 4px;
    padding: 24px 20px;
    color: #fff;
    align-items: center;
    height: 180px;
    box-sizing: border-box;
}

.plafra-amount {
    font-family: Unbounded;
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    color: #F6DD97;
    padding-bottom: 32px;
}

.plafra-description {
    padding-top: 8px;
    font-family: Prompt;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
}

.plafra-name {
    font-family: PromptB;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
}

.plafra-box_text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}



/**/

.plafra-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: Unbounded;
    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: Unbounded;
    font-size: 16px;
    font-weight: 900;
    color: #ffffff;
}

.selection-wrapper p {
    font-family: Prompt;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 4%;
    color: #ffffff;
    padding-bottom: 10px;
}

.selection-wrapper ul li {
    font-family: Prompt;
    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: Unbounded;
    font-weight: 500;
}

.selection-wrapper ul {
    margin: 0;
    list-style: disc;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
}

/* Footer */
.plafra-footer {
    padding: 0px 12px;
    background: #151515;
}

.plafra-footer-container {
    max-width: 1236px;
    margin: 0 auto;
}

.plafra-footer-list {
    display: flex;
    color: #fff;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 30px;
    padding-bottom: 20px;
    gap: 20px 20px;
}

.plafra-footer-list li {
    display: flex;
    align-items: center;
    gap: 4px;
}

.plafra-footer-list a {
    font-family: Prompt;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-decoration: underline;
    color: #FAF9F0;
}

.plafra-footer-info {
    display: flex;
    gap: 30px;
    color: #FAF9F0;
    padding-top: 32px;
}

.plafra-footer-info-div1 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 20px;
}

.plafra-footer-info h2 {
    font-family: Prompt;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 10px;
}

.plafra-footer-info p {
    font-family: Prompt;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
}

.foot-greek-logo {
    background-image: url('../plafra-img/plafra-greek-logo.png');
    width: 130px;
    height: 62px;
}

.plafra-parthners-list {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    border: 1px solid #FAF9F0;
    padding: 25px 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.plafra-p-cookie {
    color: #989898;
    font-family: Prompt;
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    padding-bottom: 30px;
}

.plafra-bonus-list-item-card2-descr-mob {
    display: none;
}

.plafra-bonus-list-item-card2-rating-mob {
    display: none;
}

.hover-opacity:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.plafra-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;
    /*  Центрируем контент по вертикали и горизонтали */
}

.plafra-popupauth.active {
    opacity: 1;
    visibility: visible;
}

.plafra-popupauth__close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.plafra-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)
}

.plafra-popupauth__item {
    display: none;
}

.plafra-popupauth__item.active {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.plafra-popupauth_link-forgot {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #FFFFFFCC;
    margin-bottom: 20px;
}

.plafra-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: poPrompt;
}

.plafra-popupauth-help {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.plafra-popupauth__title {
    font-family: Passion One;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
    /*  Белый цвет для заголовков */
}

.plafra-popupauth__form {
    display: flex;
    flex-direction: column;
    width: 72%;
}

.plafra-popupauth__input {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 20px;
    border: none;
    border-radius: 5px;
    color: #02101B;
}

.plafra-popupauth__button {
    font-family: Passion One;
    font-weight: 700;
    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: poPrompt;
    transition: opacity 0.3s ease;
    margin-bottom: 20px;
}

.plafra-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: poPrompt;
}

.tx-main {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}

.status {
    border-radius: 30px;
    margin-top: 15px;
    padding: 10px;
    background-color: green;
    display: none
}

.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;
}

.plafra-bonus-list-item-mob {
    display: none;
}

.plafra-footer-info-gr {
    display: flex;
    color: #fff;
    align-items: center;
    gap: 20px;
    font-family: Prompt;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    padding-top: 30px;
}

.plafra-bonus-list-item-card3-mob {
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
}

.plafra-bonus-list-item-card3-icons-mob {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    justify-content: center;
}

@media(max-width: 1184px) {
    .enlignecasinosfr-bonus-list-item-card2-list {
        display: none;
    }

    .plafra-bonus-list-item-card2 {
        width: 100%;
        gap: 0px;
        justify-content: space-around;
    }

    .plafra-bonus-list-item-card2-list {
        display: none;
    }

    .plafra-bonus-container-list li {
        display: none;
    }

    .plafra-card-container-list p {
        font-family: Prompt;
        font-weight: 400;
        font-size: 16px;
    }

}



@media(max-width: 1125px) {
    .plafra-bonus-list-item-card2-list li {
        justify-content: center;
    }

    .plafra-footer-list {
        flex-direction: column;
    }

    .plafra-about-container {
        flex-direction: column;
        align-items: center;
    }
}

@media(max-width: 876px) {
    .plafra-card-container-list {
        grid-template-columns: none;
    }

    .plafra-hero {
        justify-content: center;
    }

    .plafra-bonus-block-mob-2 {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .plafra-hero-info h1 {
        font-size: 44px;
    }

    .plafra-hero-info p {
        font-size: 14px;
    }

    .plafra-parthners-list {
        flex-wrap: wrap;
        gap: 10px 40px;
        justify-content: center;
    }

    .plafra-footer-info {
        flex-direction: column;
        padding-bottom: 15px;
        gap: 0px;
    }

    .selection-wrapper h2 {
        font-family: Unbounded;
        font-size: 27px;
    }

    .accordion-header {
        gap: 20px;
    }

    .plafra-rules18 {
        padding-right: 0px;
    }

    .plafra-winners_title {
        font-size: 27px;
    }

    .plafra-bonus-list-item-card3 a.init-log {
        font-size: 14px;
    }

    .plafra-bonus-list-item-card2 {
        display: none;
    }

    .plafra-guide h2 {
        font-size: 37px;
    }

    .plafra-bonus-list-item-mob-item {
        display: flex;
        background: linear-gradient(91.45deg, #151515 0%, #404040 100%);
        box-shadow: 0px 4px 10px 0px #00000040;
        border-radius: 4px;
        min-height: 248px;
        padding: 0px 8px;
        justify-content: center;
        align-items: center;

    }

    .plafra-bonus-list-link {
        padding: 0px;
    }

    .plafra-bonus-list {
        align-items: center;
    }

    .plafra-link-mob {
        display: block;
        transition: 0.5s;
        /*влияет на плавность изменения тени при наведении*/
        background: #0147F9;
        border-radius: 4px;
        width: 100%;
        padding: 12px 10px;
        border: none;
        color: #fff;
        text-decoration: none;
        font-family: Prompt;
        font-weight: 600;
        font-size: 16px;
        text-align: center;
        animation: mymove 1s infinite linear;
        cursor: poPrompt;
        box-sizing: border-box;
    }

    .plafra-bonus-list-link {
        background: none;
        border: none;
        box-shadow: none;
    }

    .right-block {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 16px;
    }

    .plafra-bonus-list-item-card1 {
        display: none;
    }

    .plafra-bonus-list-item-card2-descr {
        display: flex;
        flex-direction: column;
        width: 90%;
        gap: 4px;
        padding: 20px 8px 0px 8px;
    }

    .plafra-bonus-list-item-mob {
        display: block;
    }

    .plafra-bonus-list-item-card1 {
        justify-content: flex-start;
        padding: 0px;
    }

    .plafra-bonus-list-img {
        width: 120px;
        height: 44px;
        object-fit: cover;
    }

    .netbet {
        height: 22px;
    }

    .plafra-bonus-block-mob {
        background: #57575733;
        padding: 0px 14px;
        min-height: 232px;
        /* display: contents; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .plafra-bonus-block-mob-2 {
        padding: 0px 15px;
    }

    .plafra-bonus-list-item-card1 {
        min-height: 232px;
        padding: 0px;
        gap: 0px;
    }

    .plafra-bonus-list-item-card2-descr p {
        font-size: 14px;
    }

    .plafra-bonus-list-item-card3 a.init-log {
        padding: 13px 8px;
    }

}

@media(max-width: 667px) {

    .plafra-bonus-container h2 {
        font-size: 28px;
    }

    .hero-section {
        margin: 0 !important;
    }

    .plafra-rules18-info {
        gap: 8px;
        padding: 16px 10px;
    }

    .plafra-guide h2 {
        font-size: 22px;
    }

    .plafra-descr-container p {
        font-size: 12px;
    }

    .plafra-descr-container ul li {
        font-size: 12px;
    }

    .plafra-card-container-list p {
        max-width: 248px;
    }

    .number1 {
        width: 30px;
        height: 30px;
        background-size: cover;
    }

    .number2 {
        width: 30px;
        height: 30px;
        background-size: cover;
    }

    .number3 {
        width: 30px;
        height: 30px;
        background-size: cover;
    }

    .number4 {
        width: 30px;
        height: 30px;
        background-size: cover;
    }

    .stars {
        gap: 4px;
    }

    .stars img {
        width: 16px;
        height: 16px;
    }

    .plafra-hero-info h1 {
        font-size: 32px;
    }

    .plafra-faq_title {
        font-size: 28px;
    }

    .plafra-text h2 {
        font-size: 28px;
    }

    .accordion-header {
        font-size: 18px;
        padding: 25px 16px 25px 16px;
    }

    .accordion-content p {
        padding: 0px 16px 0px 16px;
    }

    .plafra-winners_title {
        font-size: 24px;
    }

    .plafra-hero-info {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 0px 10px;
        word-break: break-all;
    }

    .plafra-winners_container {
        width: 100%;
        grid-template-columns: none;
        box-sizing: border-box;
    }

    .plafra-rules-info {
        display: flex;
        align-items: flex-start;
    }

    .plafra-hero-info p {
        display: none;
    }

    .plafra-hero-info ul {
        flex-wrap: wrap;
        gap: 8px;
    }

    .plafra-hero-info li button {
        padding: 4px 4px;
    }

    .plafra-rules18-info-btn {
        margin-bottom: 10px;
    }

    .plafra-btn-list a {
        font-family: Prompt;
        font-weight: 600;
        font-size: 14px;
    }

    .plafra-btn-list-link {
        border-right: none;
    }

    .selection-wrapper ul li {
        font-size: 18px;
    }

    .selection-wrapper p {
        font-size: 14px;
    }

    .plafra-footer-info-gr {
        flex-wrap: wrap;
    }

    .plafra-about-container {
        align-items: stretch;
    }

    .plafra-card-container-list {
        grid-template-columns: none;
    }

    .plafra-card-container-list p {
        font-family: Prompt;
        font-weight: 400;
        font-size: 14px;
        width: 200px;
    }

    .plafra-description {
        font-size: 18px;
    }

    .plafra-name {
        font-size: 18px;
    }
}

@media(max-width: 360px) {
    .plafra-bonus-list-item-card2-descr a {
        width: 131px;
    }

    .plafra-hero {
        justify-content: flex-start;
    }

    .plafra-btn {
        background-color: #F1F3FF;
        color: #474747;
        font-family: Unbounded;
        font-weight: 900;
        font-size: 12px;
        line-height: 130%;
        letter-spacing: 4%;
        text-transform: uppercase;
        border: none;
        padding: 4px 24px;
        border-radius: 20px;
        cursor: poPrompt;
        margin-bottom: 16px;
    }

    .plafra-rules18 {
        margin-bottom: 0px;
    }


}

@media(max-width: 352px) {
    .plafra-bonus-list-item-card2-rating {
        flex-wrap: wrap;
    }

    .plafra-link-mob {
        padding: 13px 3px;
    }
}

/* Styles spécifiques pour reproduire le design de l'image (Fond Vert) */
.plafra-conditions-section {
    /* Dégradé vert pour correspondre à l'image fournie */
    background: linear-gradient(170.39deg, #000066 0%, #022B92 100%);
    color: #ffffff;
    padding: 60px 20px;
    font-family: 'Prompt', sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

.plafra-conditions-container {
    max-width: 1120px;
    margin: 0 auto;
}

.plafra-conditions-container h2 {
    font-family: 'Unbounded', sans-serif;
    font-size: 2.5rem;
    color: #ffffff;
    margin-bottom: 30px;
    text-transform: capitalize;
    /* Ou uppercase selon préférence */
}

.plafra-intro-text {
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 1rem;
}

.plafra-condition-block {
    margin-bottom: 25px;
}

.plafra-condition-title {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 8px;
    display: block;
    color: #e8f5e9;
    /* Un blanc très légèrement vert pour le contraste */
}

.plafra-conditions-container ul {
    list-style-type: none;
    /* Pas de puces comme sur l'image */
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.plafra-conditions-container li {
    margin-bottom: 4px;
}

/* Responsive */
@media (max-width: 768px) {
    .plafra-conditions-container h2 {
        font-size: 1.8rem;
    }
}