.papashon-app {
    /*font-family: "Montserrat", sans-serif;*/
    /*background: #fff;*/
    color: gray;
    overflow: hidden;
}
.papashon-app .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 0;
}
.app-block {
    display: flex;
    /*align-items: flex-end;*/
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
    /*gap: 40px;*/
}
.app-text {
    flex: 1 1 50%;
}
.app-image {
    flex: 1 1 50%;
    display: flex
;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    /*text-align: center;*/
}
.app-image img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

.app-text .logo {
    min-height: 100px;
    margin-bottom: 20px;
    padding: 20px 0 0 20px;
}
.app-text h2{
    padding: 20px 0 0 20px;
    font-size: 2rem;
}
.fb_r{
    position: relative;
}
.fb_r img{
}
.app-text h2,
.app-text h3 {
    font-weight: 800;
    color: gray;
    text-transform: uppercase;
    line-height: 1.2;
}
.app-text h2 span{
    font-size: 4rem;
    display: block;
}
.app-text h3 span {

}
.app-block.features .app-text h3{
padding: 20px 0 0 20px;
    font-size: 2.7rem;
    font-weight: 800;
}
.app-block.features .app-text span{
    font-weight: 100;
    font-size: 2.0rem;

}
.app-text p {
    margin-top: 15px;
    line-height: 1.5;
    padding: 20px 0 0 20px;
}
.logo_epic {
    padding: 20px 0 20px 20px;
}
.app-text ul {
    margin: 20px 0;
    padding-left: 40px;
}
.app-text ul li {
    margin-bottom: 8px;
    list-style: disc;
}
.app-buttons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    width: 100%;

}
.app-buttons a {
    width: 100%;
}
.app-buttons img {
    /*height: 75px;*/
    width: 100%;
}
.app-brand {
    margin-top: 20px;
    font-weight: 700;
    color: #eb6a3d;
    letter-spacing: 1px;
}
.sub {
    font-size: 0.9rem;
    color: #a97bc5;
}
.note {
    margin: 2rem 2rem 0 0 ;
    font-size: 0.9rem;
    text-align: right;

}
.right-pos{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    flex-direction: row;
}
.app-block.cashback h3 {
    padding: 0 0 0 20px;
    font-weight: 800;
    font-size: 3.3rem;
}

span.left_txt {
    width: 100%;
    font-size: 1.5rem;
    display: block;
    text-align: right;
}
span.big_txt {
    font-size: 9rem;
    line-height: 0.8;
    float: right;
}
span.just_txst {
    margin-bottom: 20px;
    font-size: 2.6rem;
    font-weight: 100;
    width: 100%;
    float: right;
}

.app-block.bonuses h3 {
    font-size: 2rem;
    font-weight: 100;
    padding-top: 30px;
}
span.left_txt_last {
    padding: 0 0 0 20px;
    float: left;
    font-weight: 800;

}
span.middle_txt {
    display: block;
    font-weight: 800;
}

/* ==========================================================
   📱 АДАПТИВ
   ========================================================== */

/* Планшети: 992px і менше */
@media (max-width: 992px) {
    .app-block {
        flex-direction: column;
        align-items: center;
        text-align: center;
        min-height: 100vw;
    }
    .fb_r img {
        min-height: 354px;
    }
    span.left_txt_last {
        float: unset;
        text-align: center;
    }
    .app-text,
    .app-image {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
    }

    .app-text {
        order: 2;
        padding: 0 0;
    }

    .app-image {
        order: 1;
        align-items: center;
        justify-content: center;
        background-position: center bottom, center top !important;
        background-size: contain, auto !important;
    }

    .app-text h2 span {
        font-size: 3rem;
    }

    .app-block.cashback h3 {
        font-size: 2.4rem;
        text-align: center;
    }
}

/* Мобільні: 600px і менше */
@media (max-width: 600px) {
    .papashon-app .container {
        padding: 20px;
    }

    .app-text h2,
    .app-text h3 {
        font-size: 1.6rem;
        text-align: center;
    }

    .app-text h2 span {
        font-size: 2.4rem;
    }

    .app-buttons {
        flex-direction: column;
        align-items: center;
    }

    .app-buttons a {
        width: 70%;
    }

    .note {
        text-align: center;
        margin: 1.5rem 0 0;
    }

    .app-image {
        background-position: center bottom, right top;
        background-size: cover, 50%;
    }
    .right-pos {
        justify-content: center;
    }
    .app-text .logo {
        padding: 60px 0 0 20px;
    }
}



/*-------------------new version------------------*/
.papashon-app-section {
    padding: 60px 0;
    /*font-family: "Montserrat", sans-serif;*/
    /*background: #fff;*/
}

.papashon-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 ;
}

.qr-block {
    text-align: center;
    margin-bottom: 60px;
    background: #C1A2E0;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.qr-block img {
    max-width: 100%;
    height: auto;
}

.qr-desktop {
    display: none;
}

.qr-mobile {
    display: block;
}

/* Desktop version */
@media (min-width: 768px) {
    .qr-desktop {
        display: block;
    }
    .qr-mobile {
        display: none;
    }
}

/* Bonus grid */
.bonus-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

@media (min-width: 900px) {
    .bonus-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.bonus-card {
    background: #C1A2E0;
    color: #fff;
    text-align: center;
    padding: 40px 20px;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.bonus-card:hover {
    transform: translateY(-4px);
}

.bonus-card h3 {
    font-family: 'DR_GH';
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.3;
}

.bonus-card p {
    font-size: 16px;
    margin: 5px 0;
    line-height: 1.5;
}

.bonus-card .highlight {
    color: #FFD447;
    font-weight: 600;
}

.bonus-card .small {
    font-size: 14px;
    opacity: 0.8;
}


.papashon-faq {
    padding: 80px 0;
    background: #fff;
    /*font-family: "Montserrat", sans-serif;*/
}

.papashon-faq .faq-title {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 50px;
    color: #4A1E78;
    font-family: 'DR_GH';
}

.faq-list {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 1rem;
}

.faq-item {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
    border-radius: 12px;
    overflow: hidden;
}

.faq-question {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 18px 55px 18px 20px;
    background: #C1A2E0;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.faq-question:hover {
    background: #AD89D2;
}

/* Стрілочка або плюсик */
.faq-question::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    font-weight: bold;
    transition: transform 0.3s, content 0.3s;
}

/* Відкрите питання */
.faq-item.active .faq-question::after {
    content: "–";
    transform: translateY(-50%);
}

.faq-answer {
    display: none;
    padding: 15px 25px;
    background: #f8f8f8;
    color: #333;
}

.faq-answer p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}

.faq-item.active .faq-answer {
    display: block;
    animation: fadeIn 0.3s ease;
}

/* Анімація плавного появлення */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}
