
/* =========================================
   FAQ SLOT QRIS - TEMA RP5.000 + QRIS
========================================= */

.faq-slot-qris{
    position:relative;
    isolation:isolate;
    overflow:hidden;

    max-width:900px;
    width:100%;

    margin:35px auto;
    padding:28px;

    border:1px solid rgba(104,255,174,.4);
    border-radius:24px;

    background:
        linear-gradient(
            145deg,
            rgba(2,43,27,.97),
            rgba(7,103,61,.92) 50%,
            rgba(2,39,24,.98)
        );

    box-shadow:
        0 20px 45px rgba(0,0,0,.42),
        0 0 0 1px rgba(255,255,255,.04) inset,
        0 0 22px rgba(46,255,148,.22),
        0 0 55px rgba(46,255,148,.09);

    color:#effff6;
    font-family:Arial,Helvetica,sans-serif;
}

/* POLA QRIS PADA CONTAINER */
.faq-slot-qris::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-2;
    pointer-events:none;
    opacity:.38;

    background-image:
        linear-gradient(
            90deg,
            transparent 46%,
            rgba(199,255,225,.13) 47%,
            rgba(199,255,225,.13) 53%,
            transparent 54%
        ),
        linear-gradient(
            transparent 46%,
            rgba(199,255,225,.13) 47%,
            rgba(199,255,225,.13) 53%,
            transparent 54%
        ),
        repeating-linear-gradient(
            45deg,
            transparent 0 14px,
            rgba(255,255,255,.025) 14px 16px
        );

    background-size:
        32px 32px,
        32px 32px,
        52px 52px;
}

/* CAHAYA BERGERAK */
.faq-slot-qris::after{
    content:"";
    position:absolute;
    top:-60%;
    left:-100%;
    width:35%;
    height:230%;
    z-index:-1;
    pointer-events:none;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(223,255,237,.22),
            transparent
        );

    transform:rotate(20deg);
    filter:blur(9px);

    animation:faqQrisLight 7s linear infinite;
}

/* JUDUL FAQ */
.faq-slot-qris h2{
    position:relative;
    z-index:2;

    margin:0 0 24px;
    padding-bottom:15px;

    text-align:center;
    font-size:28px;
    line-height:1.3;
    font-weight:900;
    letter-spacing:1px;

    color:#f4fff8;

    text-shadow:
        0 0 10px rgba(57,255,155,.48),
        0 0 22px rgba(57,255,155,.2);
}

/* GARIS DI BAWAH JUDUL */
.faq-slot-qris h2::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:0;

    width:110px;
    height:4px;

    border-radius:999px;
    transform:translateX(-50%);

    background:
        linear-gradient(
            90deg,
            transparent,
            #f5d976,
            #45ffa3,
            #f5d976,
            transparent
        );

    box-shadow:
        0 0 10px rgba(69,255,163,.65),
        0 0 22px rgba(69,255,163,.3);
}

/* SETIAP FAQ CARD */
.faq-slot-qris details{
    position:relative;
    isolation:isolate;
    overflow:hidden;

    margin-bottom:14px;

    border:1px solid rgba(108,255,179,.31);
    border-radius:16px;

    background:
        linear-gradient(
            135deg,
            rgba(7,100,59,.83),
            rgba(2,43,27,.97)
        );

    box-shadow:
        0 9px 22px rgba(0,0,0,.26),
        0 0 14px rgba(48,255,149,.13),
        0 0 35px rgba(48,255,149,.05),
        0 0 0 1px rgba(255,255,255,.025) inset;

    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

/* POLA QRIS PADA SETIAP CARD */
.faq-slot-qris details::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    pointer-events:none;
    opacity:.35;

    background-image:
        linear-gradient(
            90deg,
            transparent 46%,
            rgba(205,255,228,.12) 47%,
            rgba(205,255,228,.12) 53%,
            transparent 54%
        ),
        linear-gradient(
            transparent 46%,
            rgba(205,255,228,.12) 47%,
            rgba(205,255,228,.12) 53%,
            transparent 54%
        );

    background-size:
        28px 28px,
        28px 28px;
}

/* CARD SAAT DIBUKA */
.faq-slot-qris details[open]{
    border-color:rgba(139,255,194,.68);

    box-shadow:
        0 13px 28px rgba(0,0,0,.32),
        0 0 22px rgba(48,255,149,.28),
        0 0 50px rgba(48,255,149,.1),
        0 0 0 1px rgba(255,255,255,.035) inset;

    transform:translateY(-2px);
}

/* JUDUL PERTANYAAN */
.faq-slot-qris summary{
    position:relative;
    z-index:2;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;

    width:100%;
    padding:18px 55px 18px 20px;

    cursor:pointer;
    list-style:none;

    color:#f3fff7;
    font-size:16px;
    line-height:1.5;
    font-weight:800;

    background:
        linear-gradient(
            90deg,
            rgba(35,202,117,.2),
            rgba(211,255,136,.06),
            rgba(35,202,117,.14)
        );

    transition:
        background .25s ease,
        color .25s ease;
}

/* HILANGKAN PANAH BAWAAN */
.faq-slot-qris summary::-webkit-details-marker{
    display:none;
}

.faq-slot-qris summary::marker{
    display:none;
    content:"";
}

/* IKON PLUS */
.faq-slot-qris summary::after{
    content:"+";
    position:absolute;
    top:50%;
    right:18px;

    width:30px;
    height:30px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:1px solid rgba(255,229,135,.46);
    border-radius:50%;

    color:#062619;
    font-size:22px;
    line-height:1;
    font-weight:900;

    background:
        linear-gradient(
            135deg,
            #f5d976,
            #d3ff88,
            #54fba3
        );

    box-shadow:
        0 4px 12px rgba(0,0,0,.25),
        0 0 12px rgba(77,255,165,.28);

    transform:translateY(-50%);
    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

/* IKON SAAT TERBUKA */
.faq-slot-qris details[open] summary::after{
    content:"−";
    transform:
        translateY(-50%)
        rotate(180deg);

    box-shadow:
        0 5px 15px rgba(0,0,0,.28),
        0 0 18px rgba(77,255,165,.48);
}

/* HOVER PERTANYAAN */
.faq-slot-qris summary:hover{
    color:#fff7d1;

    background:
        linear-gradient(
            90deg,
            rgba(45,239,137,.31),
            rgba(245,217,118,.11),
            rgba(45,239,137,.22)
        );
}

/* GARIS PEMBATAS SAAT TERBUKA */
.faq-slot-qris details[open] summary{
    border-bottom:1px solid rgba(123,255,186,.2);

    background:
        linear-gradient(
            90deg,
            rgba(47,238,140,.28),
            rgba(245,217,118,.09),
            rgba(47,238,140,.19)
        );
}

/* JAWABAN */
.faq-slot-qris details p{
    position:relative;
    z-index:2;

    margin:0;
    padding:19px 20px 21px;

    color:#ccebd9;
    font-size:15px;
    line-height:1.8;
    text-align:justify;

    background:
        linear-gradient(
            135deg,
            rgba(1,31,19,.66),
            rgba(5,70,42,.42)
        );

    animation:faqAnswerOpen .35s ease;
}

/* EFEK UANG RP5.000 */
.faq-slot-qris details p::before{
    content:"Rp5.000";
    display:inline-block;

    margin-right:10px;
    padding:3px 9px;

    border:1px solid rgba(255,229,139,.32);
    border-radius:999px;

    color:#062619;
    font-size:11px;
    line-height:1.4;
    font-weight:900;
    letter-spacing:.3px;

    background:
        linear-gradient(
            135deg,
            #f5d976,
            #d4ff8b,
            #5affaa
        );

    box-shadow:
        0 0 10px rgba(77,255,165,.2);
}

/* ANIMASI */
@keyframes faqQrisLight{
    0%{
        left:-100%;
    }

    45%,
    100%{
        left:155%;
    }
}

@keyframes faqAnswerOpen{
    from{
        opacity:0;
        transform:translateY(-8px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }
}

/* RESPONSIVE TABLET */
@media(max-width:768px){
    .faq-slot-qris{
        width:calc(100% - 22px);
        margin:25px auto;
        padding:22px 16px;
        border-radius:20px;
    }

    .faq-slot-qris h2{
        font-size:23px;
    }

    .faq-slot-qris summary{
        padding:16px 52px 16px 15px;
        font-size:15px;
    }

    .faq-slot-qris details p{
        padding:17px 15px 19px;
        font-size:14px;
    }
}

/* RESPONSIVE HP */
@media(max-width:480px){
    .faq-slot-qris{
        width:calc(100% - 16px);
        padding:18px 10px;
        border-radius:17px;
    }

    .faq-slot-qris h2{
        font-size:21px;
    }

    .faq-slot-qris details{
        border-radius:13px;
    }

    .faq-slot-qris summary{
        padding:15px 48px 15px 13px;
        font-size:14px;
    }

    .faq-slot-qris summary::after{
        right:12px;
        width:27px;
        height:27px;
        font-size:19px;
    }

    .faq-slot-qris details p{
        padding:15px 13px 17px;
        font-size:13.5px;
        text-align:left;
    }
}

/* AKSESIBILITAS */
@media(prefers-reduced-motion:reduce){
    .faq-slot-qris,
    .faq-slot-qris *,
    .faq-slot-qris::before,
    .faq-slot-qris::after{
        animation:none !important;
        transition:none !important;
    }
}
