/* ============================================================
   BLANCONG TESTIMONI SECTION
   Modern, Responsive, SEO-Friendly
   ============================================================ */

/* ---------- Container Utama ---------- */
.blancong-testimoni-section {
    padding: 60px 20px;
    background: linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%);
    position: relative;
    overflow: hidden;
}

.blancong-testimoni-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2563eb, #fbbf24, #2563eb);
}

/* ---------- Heading ---------- */
.blancong-testimoni-section .testimoni-heading {
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 12px;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.blancong-testimoni-section .testimoni-heading::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #2563eb;
    border-radius: 2px;
    margin: 16px auto 0;
}

/* Subheading (opsional) */
.blancong-testimoni-section .testimoni-subheading {
    text-align: center;
    font-size: 1.05rem;
    color: #64748b;
    max-width: 640px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

/* ---------- Grid Layout ---------- */
.blancong-testimoni-section .testimoni-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    max-width: 1200px;
    margin: 40px auto 0;
    padding: 0;
}

/* Fallback flexbox untuk browser lama */
@supports not (display: grid) {
    .blancong-testimoni-section .testimoni-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .blancong-testimoni-section .testimoni-card {
        flex: 1 1 300px;
        max-width: 380px;
        margin: 12px;
    }
}

/* ---------- Card Testimoni ---------- */
.blancong-testimoni-section .testimoni-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06),
                0 8px 24px rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(226, 232, 240, 0.8);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.blancong-testimoni-section .testimoni-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08),
                0 16px 40px rgba(15, 23, 42, 0.08);
}

/* Ikon kutipan dekoratif */
.blancong-testimoni-section .testimoni-card::before {
    content: "\201C"; /* Tanda kutip buka */
    position: absolute;
    top: 8px;
    right: 20px;
    font-size: 4rem;
    line-height: 1;
    color: rgba(37, 99, 235, 0.08);
    font-family: Georgia, serif;
    font-weight: 700;
    pointer-events: none;
}

/* ---------- Avatar / Foto ---------- */
.blancong-testimoni-section .testimoni-avatar {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 4px;
}

.blancong-testimoni-section .testimoni-avatar img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ffffff;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15);
    display: block;
}

/* ---------- Konten Testimoni ---------- */
.blancong-testimoni-section .testimoni-content {
    font-size: 1rem;
    line-height: 1.7;
    color: #334155;
    margin: 0;
    padding: 0;
    font-style: italic;
    position: relative;
    z-index: 1;
}

.blancong-testimoni-section .testimoni-content p {
    margin: 0 0 10px;
}

.blancong-testimoni-section .testimoni-content p:last-child {
    margin-bottom: 0;
}

/* ---------- Meta (Nama & Alamat) ---------- */
.blancong-testimoni-section .testimoni-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #f1f5f9;
}

.blancong-testimoni-section .testimoni-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
}

.blancong-testimoni-section .testimoni-address {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.4;
}

/* Rating bintang (opsional, jika ditambahkan nanti) */
.blancong-testimoni-section .testimoni-rating {
    color: #fbbf24;
    font-size: 1rem;
    letter-spacing: 2px;
    margin-bottom: 6px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Tablet */
@media (max-width: 768px) {
    .blancong-testimoni-section {
        padding: 40px 16px;
    }

    .blancong-testimoni-section .testimoni-heading {
        font-size: 1.6rem;
    }

    .blancong-testimoni-section .testimoni-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 32px;
    }

    .blancong-testimoni-section .testimoni-card {
        padding: 24px 20px;
    }

    .blancong-testimoni-section .testimoni-card::before {
        font-size: 3rem;
        top: 4px;
        right: 16px;
    }
}

/* Mobile kecil */
@media (max-width: 480px) {
    .blancong-testimoni-section {
        padding: 32px 12px;
    }

    .blancong-testimoni-section .testimoni-heading {
        font-size: 1.35rem;
    }

    .blancong-testimoni-section .testimoni-avatar img {
        width: 56px;
        height: 56px;
    }

    .blancong-testimoni-section .testimoni-content {
        font-size: 0.95rem;
    }
}

/* ============================================================
   DARK MODE (Otomatis via prefers-color-scheme)
   ============================================================ */
@media (prefers-color-scheme: dark) {
    .blancong-testimoni-section {
        background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    }

    .blancong-testimoni-section .testimoni-heading {
        color: #f1f5f9;
    }

    .blancong-testimoni-section .testimoni-subheading {
        color: #94a3b8;
    }

    .blancong-testimoni-section .testimoni-card {
        background: #1e293b;
        border-color: #334155;
    }

    .blancong-testimoni-section .testimoni-card::before {
        color: rgba(96, 165, 250, 0.12);
    }

    .blancong-testimoni-section .testimoni-content {
        color: #cbd5e1;
    }

    .blancong-testimoni-section .testimoni-name {
        color: #f1f5f9;
    }

    .blancong-testimoni-section .testimoni-address {
        color: #94a3b8;
    }

    .blancong-testimoni-section .testimoni-meta {
        border-top-color: #334155;
    }
}

/* ============================================================
   PRINT
   ============================================================ */
@media print {
    .blancong-testimoni-section {
        background: #fff;
        padding: 20px 0;
    }

    .blancong-testimoni-section .testimoni-card {
        box-shadow: none;
        border: 1px solid #ccc;
        page-break-inside: avoid;
    }
}

/* ============================================================
   AKSESIBILITAS
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
    .blancong-testimoni-section .testimoni-card {
        transition: none;
    }
    .blancong-testimoni-section .testimoni-card:hover {
        transform: none;
    }
}

/* Focus state untuk keyboard navigation */
.blancong-testimoni-section .testimoni-card:focus-within {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
}