/* ==================================================
   AJO89 FAQ & ULASAN PENGGUNA
   BLACK × METALLIC GOLD × DARK RED
================================================== */

.ajo89-community-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    max-width: 1200px;
    margin: 70px auto;
    padding: 55px;

    border: 1px solid rgba(255, 216, 74, .72);

    clip-path: polygon(
        2% 0,
        98% 0,
        100% 5%,
        100% 95%,
        98% 100%,
        2% 100%,
        0 95%,
        0 5%
    );

    background:
        radial-gradient(
            circle at 12% 5%,
            rgba(0, 0, 0, 0.22),
            transparent 30%
        ),
        radial-gradient(
            circle at 88% 95%,
            rgba(0, 0, 0, 0.12),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            #000000 0%,
            #000000 44%,
            #000000 72%,
            #000000 100%
        );

    box-shadow:
        0 30px 80px rgba(0, 0, 0, .90),
        0 0 34px rgba(0, 0, 0, 0.24),
        0 0 55px rgba(0, 0, 0, 0.14),
        inset 0 1px 0 rgba(0, 0, 0, 0.06);
}

/* DARK RED AURA */

.ajo89-community-section::before {
    content: "";
    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            circle at top,
            rgba(171, 13, 26, .19),
            transparent 34%
        ),
        linear-gradient(
            125deg,
            transparent 0%,
            transparent 42%,
            rgba(255, 255, 255, .035) 50%,
            transparent 58%,
            transparent 100%
        );

    pointer-events: none;
    z-index: -1;
}

/* GOLD FRAME SHINE */

.ajo89-community-section::after {
    content: "";
    position: absolute;
    top: -45%;
    left: -85%;

    width: 45%;
    height: 190%;

    background:
        linear-gradient(
            115deg,
            transparent,
            rgba(174, 15, 27, .13),
            rgba(255, 255, 255, .48),
            rgba(255, 216, 74, .20),
            transparent
        );

    transform: skewX(-24deg);
    animation: ajo89SectionShine 8s ease-in-out infinite;

    pointer-events: none;
    z-index: -1;
}

/* ==================================================
   SECTION TITLE
================================================== */

.ajo89-community-section h2 {
    position: relative;

    margin: 0 0 45px;
    padding: 0 15px;

    text-align: center;
    font-size: 36px;
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;

    color: #ffd84a;

    background:
        linear-gradient(
            180deg,
            #fff5b0 0%,
            #ffd84a 45%,
            #b97b00 78%,
            #604000 100%
        );

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

    filter:
        drop-shadow(0 5px 7px rgba(0, 0, 0, .95))
        drop-shadow(0 0 11px rgba(255, 216, 74, .34))
        drop-shadow(0 0 18px rgba(171, 13, 25, .20));
}

.ajo89-community-section h2::before {
    content: "🏆";
    margin-right: 10px;

    -webkit-text-fill-color: #ffd84a;
    color: #ffd84a;

    filter:
        drop-shadow(0 0 8px rgba(255, 216, 74, .88))
        drop-shadow(0 0 17px rgba(155, 12, 24, .58));
}

.ajo89-community-section h2::after {
    content: "";
    display: block;

    width: 180px;
    height: 3px;
    margin: 15px auto 0;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #9f0f1d 18%,
            #ffd84a 50%,
            #9f0f1d 82%,
            transparent
        );

    box-shadow:
        0 0 9px rgba(162, 13, 25, .72),
        0 0 16px rgba(255, 216, 74, .38);
}

/* ==================================================
   FAQ WRAPPER
================================================== */

.ajo89-faq {
    position: relative;
    z-index: 2;

    max-width: 950px;
    margin: auto;
}

/* ==================================================
   FAQ ITEM
================================================== */

.ajo89-community-section details {
    position: relative;
    overflow: hidden;

    margin-bottom: 16px;
    padding: 22px 28px;

    border: 1px solid rgba(255, 205, 70, .30);
    border-radius: 13px;

    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(0, 0, 0, 0.1),
            transparent 26%
        ),
        linear-gradient(
            135deg,
            #000000 0%,
            #000000 48%,
            #000000 100%
        );

    box-shadow:
        inset 3px 0 0 rgba(255, 205, 58, .68),
        inset 0 1px 0 rgba(0, 0, 0, 0.04),
        0 8px 20px rgba(0, 0, 0, 0.5);

    transition:
        transform .30s ease,
        border-color .30s ease,
        box-shadow .30s ease,
        background .30s ease;
}

/* MOVING LIGHTNING SHINE */

.ajo89-community-section details::after {
    content: "";
    position: absolute;
    top: -35%;
    left: -95%;

    width: 52%;
    height: 175%;

    background:
        linear-gradient(
            120deg,
            transparent,
            rgba(174, 15, 27, .14),
            rgba(255, 255, 255, .43),
            rgba(255, 216, 74, .19),
            transparent
        );

    transform: skewX(-25deg);
    transition: left .75s ease;

    pointer-events: none;
}

.ajo89-community-section details:hover::after {
    left: 145%;
}

.ajo89-community-section details:hover {
    transform: translateY(-3px);

    border-color: rgba(255, 216, 74, .75);

    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(0, 0, 0, 0.17),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #000000,
            #0b0707 48%,
            #0a0905
        );

    box-shadow:
        inset 4px 0 0 #ffd84a,
        0 0 18px rgba(166, 13, 25, .34),
        0 12px 27px rgba(0, 0, 0, .64);
}

.ajo89-community-section details[open] {
    transform: scale(1.015);

    border-color: #ffd84a;

    box-shadow:
        inset 4px 0 0 #ffd84a,
        0 0 22px rgba(0, 0, 0, 0.38),
        0 0 31px rgba(0, 0, 0, 0.18),
        0 15px 35px rgba(0, 0, 0, .72);
}

/* ==================================================
   FAQ QUESTION
================================================== */

.ajo89-community-section summary {
    position: relative;
    z-index: 2;

    padding-right: 32px;

    color: #ffd84a;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 800;

    cursor: pointer;
    list-style: none;

    text-shadow:
        0 0 8px rgba(255, 216, 74, .32);
}

.ajo89-community-section summary::-webkit-details-marker {
    display: none;
}

.ajo89-community-section summary::after {
    content: "+";

    position: absolute;
    top: 50%;
    right: 0;

    transform: translateY(-50%);

    color: #ffd84a;
    font-size: 25px;
    font-weight: 500;

    text-shadow:
        0 0 8px rgba(255, 216, 74, .72);

    transition:
        transform .25s ease,
        color .25s ease;
}

.ajo89-community-section details[open] summary::after {
    content: "−";
    color: #ffd84a;
    transform: translateY(-50%) rotate(180deg);
}

/* ==================================================
   FAQ ANSWER
================================================== */

.ajo89-community-section details p {
    position: relative;
    z-index: 2;

    margin: 18px 0 0;
    padding-top: 17px;

    color: #eee3cc;
    font-size: 14.5px;
    line-height: 1.85;

    border-top: 1px solid rgba(255, 205, 70, .17);
}

/* ==================================================
   TESTIMONIAL GRID
================================================== */

.ajo89-review-wrapper {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;

    margin-top: 45px;
}

/* Kompatibilitas dengan HTML lama */
.testimoni-wrapper {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;

    margin-top: 45px;
}

/* ==================================================
   TESTIMONIAL CARD
================================================== */

.ajo89-community-section blockquote {
    position: relative;
    overflow: hidden;

    min-height: 150px;
    margin: 0;
    padding: 28px 26px 22px;

    color: #f0e8d8;
    font-size: 14.5px;
    line-height: 1.75;

    border: 1px solid rgba(255, 205, 70, .27);
    border-radius: 16px;

    background:
        radial-gradient(
            circle at 10% 12%,
            rgba(171, 13, 25, .12),
            transparent 28%
        ),
        linear-gradient(
            145deg,
            #000000 0%,
            #000000 48%,
            #070707 100%
        );

    box-shadow:
        inset 3px 0 0 rgba(255, 205, 58, .60),
        inset 0 0 20px rgba(171, 13, 25, .045),
        0 12px 30px rgba(0, 0, 0, .72);

    transition:
        transform .35s ease,
        border-color .35s ease,
        box-shadow .35s ease;
}

.ajo89-community-section blockquote:hover {
    transform: translateY(-5px);

    border-color: #ffd84a;

    box-shadow:
        inset 4px 0 0 #ffd84a,
        inset 0 0 24px rgba(171, 13, 25, .08),
        0 0 21px rgba(166, 13, 25, .32),
        0 18px 40px rgba(0, 0, 0, .80);
}

/* QUOTE ICON */

.ajo89-community-section blockquote::before {
    content: "❝";

    position: absolute;
    top: -4px;
    left: 15px;

    color: #ffd84a;
    font-size: 54px;
    line-height: 1;
    opacity: .28;

    text-shadow:
        0 0 10px rgba(255, 216, 74, .64);
}

/* BOTTOM GOLD GLOW */

.ajo89-community-section blockquote::after {
    content: "";

    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    height: 2px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #9f0f1d,
            #ffd84a,
            #9f0f1d,
            transparent
        );

    opacity: .45;
}

/* ==================================================
   TESTIMONIAL AUTHOR
================================================== */

.ajo89-community-section cite {
    display: block;

    margin-top: 16px;

    color: #ffd84a;
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;

    text-shadow:
        0 0 7px rgba(255, 216, 74, .30);
}

/* ==================================================
   CTA BUTTON
================================================== */

.support-name__detail a {
    position: relative;
    overflow: hidden;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-top: 50px;
    padding: 14px 40px;

    border: 1px solid rgba(255, 216, 74, .92);
    border-radius: 50px;

    color: #1a0b00;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: .6px;
    text-transform: uppercase;

    background:
        linear-gradient(
            135deg,
            #fff4ad 0%,
            #ffd84a 42%,
            #bf8000 75%,
            #6d4500 100%
        );

    box-shadow:
        0 5px 0 #251700,
        0 0 17px rgba(255, 216, 74, .32),
        0 15px 35px rgba(0, 0, 0, .55),
        inset 0 2px 5px rgba(255, 255, 255, .36);

    transition:
        transform .25s ease,
        filter .25s ease,
        box-shadow .25s ease;
}

.support-name__detail a::before {
    content: "";

    position: absolute;
    top: -40%;
    left: -90%;

    width: 45%;
    height: 190%;

    background:
        linear-gradient(
            115deg,
            transparent,
            rgba(255, 255, 255, .75),
            transparent
        );

    transform: skewX(-24deg);
    transition: left .65s ease;
}

.support-name__detail a:hover {
    transform: translateY(-3px);
    filter: brightness(1.08);

    box-shadow:
        0 7px 0 #251700,
        0 0 18px rgba(166, 13, 25, .42),
        0 0 28px rgba(255, 216, 74, .38),
        0 18px 38px rgba(0, 0, 0, .62);
}

.support-name__detail a:hover::before {
    left: 145%;
}

.support-name__detail a:active {
    transform: translateY(2px);

    box-shadow:
        0 2px 0 #251700,
        0 0 13px rgba(255, 216, 74, .26);
}

/* ==================================================
   ANIMATION
================================================== */

@keyframes ajo89SectionShine {
    0%,
    20% {
        left: -85%;
        opacity: 0;
    }

    35% {
        opacity: 1;
    }

    55% {
        left: 145%;
        opacity: 0;
    }

    100% {
        left: 145%;
        opacity: 0;
    }
}

/* ==================================================
   TABLET
================================================== */

@media (max-width: 900px) {
    .ajo89-community-section {
        margin: 50px auto;
        padding: 42px 30px;
    }

    .ajo89-community-section h2 {
        font-size: 29px;
    }
}

/* ==================================================
   MOBILE
================================================== */

@media (max-width: 700px) {
    .ajo89-community-section {
        margin: 35px 10px;
        padding: 34px 18px;

        clip-path: polygon(
            3% 0,
            97% 0,
            100% 3%,
            100% 97%,
            97% 100%,
            3% 100%,
            0 97%,
            0 3%
        );
    }

    .ajo89-community-section h2 {
        margin-bottom: 30px;
        font-size: 22px;
        letter-spacing: 1px;
    }

    .ajo89-community-section h2::before {
        display: block;
        margin: 0 0 6px;
    }

    .ajo89-community-section details {
        padding: 18px;
    }

    .ajo89-community-section summary {
        padding-right: 28px;
        font-size: 15px;
    }

    .ajo89-community-section details p {
        font-size: 13.5px;
        line-height: 1.75;
    }

    .ajo89-review-wrapper,
    .testimoni-wrapper {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .ajo89-community-section blockquote {
        min-height: auto;
        padding: 24px 20px 20px;
    }

    .support-name__detail a {
        width: 100%;
        margin-top: 35px;
        padding: 13px 20px;
    }
}
