.gan89-block {
    position: relative;
    margin: 10px;
}

.gan89-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0 12px;
    font-weight: 800;
    letter-spacing: .9px;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow:
        0 0 8px rgba(255, 208, 0, .85),
        0 0 14px rgba(255, 235, 59, .45);
}

.gan89-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #fff176, #ffc400 70%);
    box-shadow:
        0 0 0 4px rgba(255, 208, 0, .22),
        0 0 18px rgba(255, 235, 59, .65);
}

.gan89-faq {
    display: grid;
    gap: 10px;
}

/* FAQ ITEM */
.gan89-item {
    border-radius: 16px;
    border: 1px solid rgba(255, 235, 59, .85);
    background:
        radial-gradient(circle at top left, rgba(255, 241, 118, .18), transparent 42%),
        linear-gradient(135deg, #ffc400, #5a4500);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, .08),
        0 18px 50px rgba(0, 0, 0, .45),
        0 0 18px rgba(255, 208, 0, .22);
    overflow: hidden;
}

.gan89-item summary {
    list-style: none;
    cursor: pointer;
    padding: 14px 14px 14px 16px;
    position: relative;
    font-weight: 700;
    color: #fffbe6;
    text-shadow: 0 0 6px rgba(255, 197, 7, .75);
}

.gan89-item summary::-webkit-details-marker {
    display: none;
}

.gan89-item summary:after {
    content: "+";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: rgba(58, 44, 0, 0.82);
    border: 1px solid rgba(255, 235, 59, .78);
    box-shadow:
        0 0 10px rgba(255, 208, 0, .50),
        0 8px 18px rgba(0, 0, 0, .35);
    transition: transform .2s ease;
}

.gan89-item[open] summary:after {
    content: "−";
    transform: translateY(-50%) rotate(180deg);
}

.gan89-ans {
    padding: 0 16px 14px;
    color: rgba(255, 251, 230, .92);
    line-height: 1.6;
}

.gan89-item[open] {
    border-color: rgba(255, 253, 231, .95);
}

/* TESTIMONI */
.gan89-testi-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.gan89-testi {
    border-radius: 18px;
    padding: 14px;
    background:
        radial-gradient(80% 80% at 0% 0%, rgb(0 0 0 / 45%), #000000 60%), linear-gradient(135deg, #000000, #000000);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, .08),
        0 18px 55px rgba(0, 0, 0, .5),
        0 0 24px rgba(255, 208, 0, .24);
    position: relative;
    overflow: hidden;
}

.gan89-testi:before {
    content: "";
    position: absolute;
    inset: -2px;
    background: linear-gradient(90deg, transparent, rgba(255, 241, 118, .48), transparent);
    filter: blur(10px);
    opacity: .85;
    animation: neoSweep 3.6s ease-in-out infinite;
}

@keyframes neoSweep {
    0% { transform: translateX(-40%); }
    50% { transform: translateX(40%); }
    100% { transform: translateX(-40%); }
}

.gan89-testi>* {
    position: relative;
    z-index: 1;
}

.gan89-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
}

.gan89-title {
    font-weight: 800;
    color: #ffffff;
    text-shadow:
        0 0 7px rgba(255, 197, 7, .75),
        0 2px 5px rgba(0, 0, 0, .65);
}

.gan89-stars {
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff176;
    text-shadow:
        0 0 10px rgba(255, 241, 118, .65),
        0 0 14px rgba(255, 208, 0, .45);
}

.gan89-name {
    font-weight: 700;
    color: rgba(255, 253, 231, .96);
    margin-bottom: 6px;
}

.gan89-text {
    color: rgba(255, 255, 255, .90);
    line-height: 1.55;
}

/* FOOTER SPACING */
.footer-main>.container,
.cms-section .footer-main>.boxed {
    padding-top: 15px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .gan89-testi-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .gan89-testi-grid {
        grid-template-columns: 1fr;
    }

    .gan89-item summary {
        padding-right: 56px;
    }
}
