/* ================================================ */
/* PENGURUS PAGE - LUXURY & PREMIUM STYLING */
/* ================================================ */

/* Base Styling */
body {
    font-family: 'Segoe UI', 'Trebuchet MS', sans-serif;
    background: #f8f9fa;
}

/* Section Headers */
.pengurus-section-inti,
.pengurus-section-lainnya,
.pengurus-section-lembaga {
    padding: 80px 0;
}

.pengurus-section-inti {
    background: linear-gradient(135deg, #f8fafc 0%, #e0e7ff 100%);
    position: relative;
    overflow: hidden;
}

.pengurus-section-inti::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.pengurus-section-lainnya {
    background: white;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.03);
}

.pengurus-section-lembaga {
    background: linear-gradient(135deg, #f0f9ff 0%, #f8fafc 100%);
    border-top: 4px solid #3b82f6;
    position: relative;
}

.pengurus-section-lembaga::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #ddd 50%, transparent 100%);
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.section-subtitle {
    font-size: 1.15rem;
    color: #475569;
    max-width: 700px;
    margin: 0 auto 25px;
    line-height: 1.6;
    font-weight: 500;
}

.section-line {
    width: 80px;
    height: 5px;
    background: linear-gradient(90deg, #3b82f6 0%, #8b5cf6 50%, #06b6d4 100%);
    margin: 0 auto;
    border-radius: 3px;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);
}

/* ============================================ */
/* PENGURUS INTI (KETUA RT) */
/* ============================================ */

.pengurus-ketua-container {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.pengurus-ketua-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    max-width: 550px;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.8);
    position: relative;
}

.pengurus-ketua-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(59, 130, 246, 0.05) 100%);
    pointer-events: none;
}

.pengurus-ketua-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 30px 80px rgba(59, 130, 246, 0.2);
}

.pengurus-image-container-large {
    width: 100%;
    height: 350px;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
}

.pengurus-image-container-large::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
}

.pengurus-img-large {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.pengurus-ketua-card:hover .pengurus-img-large {
    transform: scale(1.05);
}

.pengurus-ketua-info {
    padding: 45px;
    position: relative;
    z-index: 2;
}

.pengurus-ketua-nama {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.pengurus-ketua-jabatan {
    font-size: 1.15rem;
    font-weight: 700;
    color: #3b82f6;
    letter-spacing: 2px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.pengurus-ketua-deskripsi {
    color: #475569;
    line-height: 1.8;
    margin-bottom: 25px;
    font-size: 1rem;
    font-size: 1rem;
}

.pengurus-ketua-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e2e8f0;
}

.detail-item {
    color: #64748b;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.detail-item i {
    color: #3b82f6;
    width: 20px;
}

.pengurus-ketua-action {
    display: flex;
    gap: 12px;
}

.btn-ketua-profil,
.btn-ketua-chat {
    flex: 1;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.95rem;
}

.btn-ketua-profil {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
}

.btn-ketua-profil:hover {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    transform: translateY(-2px);
}

.btn-ketua-chat {
    background: #10b981;
    color: white;
}

.btn-ketua-chat:hover {
    background: #059669;
    transform: translateY(-2px);
}

/* ============================================ */
/* PENGURUS GRID (PENGURUS LAINNYA) */
/* ============================================ */

.pengurus-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}

.pengurus-card-normal {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.pengurus-card-normal:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.pengurus-image-container {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.pengurus-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pengurus-info {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.pengurus-nama {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 5px;
}

.pengurus-jabatan {
    font-size: 1rem;
    color: #3b82f6;
    font-weight: 600;
    margin-bottom: 12px;
}

.pengurus-deskripsi {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 15px;
    flex: 1;
}

.pengurus-action {
    display: flex;
    gap: 10px;
}

.pengurus-btn {
    flex: 1;
    padding: 10px 15px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 0.9rem;
}

.pengurus-btn-primary {
    background: #3b82f6;
    color: white;
}

.pengurus-btn-primary:hover {
    background: #2563eb;
}

.pengurus-btn-secondary {
    background: #f3f4f6;
    color: #1e293b;
    border: 1px solid #e5e7eb;
}

.pengurus-btn-secondary:hover {
    background: #e5e7eb;
}

/* ============================================ */
/* LEMBAGA KEAGAMAAN */
/* ============================================ */

.lembaga-header {
    text-align: center;
    margin-bottom: 40px;
}

.lembaga-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 15px;
}

.lembaga-subtitle {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
}

/* ============================================ */
/* SLIDER LEMBAGA - PREMIUM DESIGN */
/* ============================================ */

.lembaga-slider-container {
    margin-bottom: 80px;
    padding: 30px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.lembaga-slider-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 40px 100px rgba(59, 130, 246, 0.25),
                0 0 40px rgba(59, 130, 246, 0.1),
                0 0 1px rgba(0, 0, 0, 0.05);
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    width: 90%;
    max-width: 1200px;
    aspect-ratio: 16 / 9;
    min-height: 350px;
    max-height: 550px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: slideInUp 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.lembaga-slider-wrapper:hover {
    box-shadow: 0 50px 120px rgba(59, 130, 246, 0.3),
                0 0 50px rgba(59, 130, 246, 0.15),
                0 0 1px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}

.lembaga-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slider-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.slider-slide.active {
    opacity: 1;
    z-index: 10;
}

.slider-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s ease;
}

.slider-slide.active .slider-img {
    transform: scale(1.02);
}

/* Placeholder Gambar - Premium */
.slider-img-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider-img-placeholder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.2) 0%, transparent 60%);
}

.placeholder-content {
    text-align: center;
    color: white;
    position: relative;
    z-index: 2;
}

.placeholder-content i {
    font-size: 6rem;
    margin-bottom: 25px;
    opacity: 0.7;
    display: block;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

.placeholder-content p {
    font-size: 1.3rem;
    font-weight: 600;
    opacity: 0.9;
    letter-spacing: 0.5px;
}

/* Caption dengan Gradient Overlay - Premium */
.slider-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, 
        rgba(0, 0, 0, 0.95) 0%, 
        rgba(0, 0, 0, 0.75) 30%, 
        rgba(0, 0, 0, 0.4) 70%,
        rgba(0, 0, 0, 0) 100%);
    color: white;
    padding: 80px 50px 50px;
    z-index: 5;
    text-align: left;
    animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes slideUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.caption-content {
    max-width: 650px;
}

.caption-title {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.caption-desc {
    font-size: 1.15rem;
    opacity: 0.95;
    margin: 0;
    line-height: 1.7;
    font-weight: 400;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* Control Buttons - Luxury Style */
.slider-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(15px);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.25);
    width: 65px;
    height: 65px;
    border-radius: 50%;
    font-size: 1.8rem;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.slider-control:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-50%) scale(1.2);
    box-shadow: 0 12px 32px rgba(255, 255, 255, 0.15);
}

.slider-control:active {
    transform: translateY(-50%) scale(0.92);
}

.slider-prev {
    left: 30px;
}

.slider-next {
    right: 30px;
}

/* Indicators - Animated Dots */
.slider-indicators {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 15;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    padding: 0;
}

.indicator:hover {
    background: rgba(255, 255, 255, 0.6);
    transform: scale(1.3);
}

.indicator.active {
    background: white;
    width: 32px;
    border-radius: 6px;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.3);
}

/* Slide Counter */
.slider-counter {
    position: absolute;
    bottom: 25px;
    right: 25px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.95rem;
    font-weight: 500;
    z-index: 15;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* ============================================ */
/* PENGURUS LEMBAGA */
/* ============================================ */

.lembaga-pengurus-section {
    margin-bottom: 50px;
}

.lembaga-pengurus-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 30px;
    text-align: center;
}

.pengurus-lembaga-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}

.pengurus-lembaga-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    cursor: pointer;
}

.pengurus-lembaga-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.pengurus-lembaga-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 15px;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: 3px solid #e5e7eb;
}

.pengurus-lembaga-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pengurus-lembaga-nama {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 5px;
}

.pengurus-lembaga-posisi {
    font-size: 0.9rem;
    color: #3b82f6;
    font-weight: 600;
    margin-bottom: 10px;
}

.pengurus-lembaga-desc {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.5;
}

/* ============================================ */
/* FASILITAS LEMBAGA - LUXURY */
/* ============================================ */

.lembaga-fasilitas-section {
    margin-bottom: 80px;
}

.lembaga-fasilitas-title {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: -0.5px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.lembaga-fasilitas-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 5px;
    background: linear-gradient(90deg, #3b82f6 0%, #8b5cf6 50%, #06b6d4 100%);
    margin: 20px auto 0;
    border-radius: 3px;
}

.fasilitas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 30px;
}

.fasilitas-card {
    background: white;
    border-radius: 18px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.fasilitas-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6 0%, #8b5cf6 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fasilitas-card:hover {
    transform: translateY(-12px) scale(1.05);
    box-shadow: 0 20px 50px rgba(59, 130, 246, 0.15);
}

.fasilitas-card:hover::before {
    transform: scaleX(1);
}

.fasilitas-icon {
    font-size: 3.5rem;
    color: #3b82f6;
    margin-bottom: 20px;
    display: block;
    transition: all 0.4s ease;
}

.fasilitas-card:hover .fasilitas-icon {
    transform: scale(1.2) rotateZ(5deg);
    color: #8b5cf6;
}

.fasilitas-nama {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
    letter-spacing: -0.3px;
}

.fasilitas-desc {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.7;
    margin: 0;
    font-weight: 500;
}

/* ============================================ */
/* RESPONSIVE DESIGN */
/* ============================================ */

@media (max-width: 768px) {
    .section-title {
        font-size: 1.8rem;
    }

    .lembaga-title {
        font-size: 1.5rem;
    }

    .pengurus-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
    }

    .pengurus-lembaga-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }

    .fasilitas-grid {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }

    .lembaga-slider {
        height: 250px;
    }

    .slider-control {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .slider-prev {
        left: 10px;
    }

    .slider-next {
        right: 10px;
    }

    .slider-caption {
        padding: 30px 20px 20px;
    }

    .slider-caption h4 {
        font-size: 1.2rem;
    }

    .slider-caption p {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .pengurus-section-inti,
    .pengurus-section-lainnya,
    .pengurus-section-lembaga {
        padding: 40px 0;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .pengurus-grid {
        grid-template-columns: 1fr;
    }

    .pengurus-ketua-info {
        padding: 25px;
    }

    .pengurus-ketua-nama {
        font-size: 1.5rem;
    }

    .pengurus-action {
        flex-direction: column;
    }

    .pengurus-btn {
        width: 100%;
    }

    .lembaga-slider {
        height: 200px;
    }

    .pengurus-lembaga-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .fasilitas-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ============================================ */
/* EDUKASI DIGITAL - LUXURY STYLING PROFESSIONAL */
/* ============================================ */

/* Animated Background */
.edukasi-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f0f4f8 0%, #d9e2ec 25%, #f5f7fa 50%, #e8f1f5 75%, #f0f4f8 100%);
    background-size: 400% 400%;
    animation: bgGradient 15s ease infinite;
    position: relative;
    overflow: hidden;
}

.edukasi-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 10% 50%, rgba(59, 130, 246, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 50%, rgba(139, 92, 246, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 50% 0%, rgba(6, 182, 212, 0.03) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
}

.edukasi-section > .container-lg {
    position: relative;
    z-index: 2;
}

@keyframes bgGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.edukasi-header-premium {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 20%, #60a5fa 40%, #0ea5e9 60%, #0284c7 80%, #1e3a8a 100%);
    background-size: 400% 400%;
    animation: headerGradient 12s ease infinite;
    color: white;
    padding: 140px 0;
    position: relative;
    overflow: hidden;
}

@keyframes headerGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.edukasi-header-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.edukasi-header-premium::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
    animation: gridMove 20s linear infinite;
}

@keyframes gridMove {
    0% { background-position: 0 0; }
    100% { background-position: 40px 40px; }
}

.edukasi-header-content {
    position: relative;
    z-index: 2;
    animation: slideInDown 0.9s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.edukasi-header-title {
    font-size: 4rem;
    font-weight: 950;
    letter-spacing: -1.5px;
    margin-bottom: 25px;
    text-shadow: 0 8px 32px rgba(0, 0, 0, 0.25),
                 0 2px 8px rgba(0, 0, 0, 0.15);
    animation: titlePulse 3s ease-in-out infinite;
}

@keyframes titlePulse {
    0%, 100% { text-shadow: 0 8px 32px rgba(0, 0, 0, 0.25), 0 2px 8px rgba(0, 0, 0, 0.15); }
    50% { text-shadow: 0 12px 40px rgba(0, 0, 0, 0.3), 0 4px 12px rgba(0, 0, 0, 0.2); }
}

.edukasi-header-subtitle {
    font-size: 1.5rem;
    opacity: 0.98;
    letter-spacing: 0.8px;
    font-weight: 300;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
    animation: subtitleFade 1.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes subtitleFade {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 0.98;
        transform: translateY(0);
    }
}

.edukasi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.edukasi-card {
    background: white;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(59, 130, 246, 0.12),
                0 0 1px rgba(0, 0, 0, 0.08);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    flex-direction: column;
    animation: cardAppear 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 1px solid rgba(59, 130, 246, 0.12);
    position: relative;
}

.edukasi-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    background: linear-gradient(180deg, rgba(59, 130, 246, 0.1) 0%, transparent 100%);
    transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1;
}

@keyframes cardAppear {
    from {
        opacity: 0;
        transform: translateY(40px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.edukasi-card:hover {
    transform: translateY(-18px) scale(1.02);
    box-shadow: 0 35px 80px rgba(59, 130, 246, 0.25),
                0 0 40px rgba(139, 92, 246, 0.1);
    border-color: rgba(59, 130, 246, 0.25);
}

.edukasi-card:hover::before {
    height: 100%;
}

.edukasi-card-image {
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 25%, #0284c7 50%, #06b6d4 75%, #3b82f6 100%);
    background-size: 400% 400%;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    animation: cardImageGrad 8s ease infinite;
}

@keyframes cardImageGrad {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.edukasi-card-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.25) 0%, transparent 60%),
        radial-gradient(circle at 70% 70%, rgba(0, 0, 0, 0.1) 0%, transparent 60%);
}

.edukasi-card-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 20px 20px;
    animation: gridMove 15s linear infinite;
}

.edukasi-icon {
    font-size: 5.5rem;
    color: white;
    position: relative;
    z-index: 2;
    animation: iconFloat 3.5s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.2));
}

@keyframes iconFloat {
    0%, 100% { 
        transform: translateY(0) rotateZ(0deg); 
    }
    25% { 
        transform: translateY(-18px) rotateZ(3deg); 
    }
    50% { 
        transform: translateY(0) rotateZ(0deg); 
    }
    75% { 
        transform: translateY(-10px) rotateZ(-3deg); 
    }
}

.edukasi-card:hover .edukasi-icon {
    animation: iconFloatActive 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes iconFloatActive {
    to {
        transform: scale(1.3) rotateZ(360deg);
    }
}

.edukasi-card-content {
    padding: 35px;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.edukasi-title {
    font-size: 1.5rem;
    font-weight: 850;
    color: #0f172a;
    margin-bottom: 16px;
    line-height: 1.35;
    letter-spacing: -0.4px;
    transition: color 0.3s ease;
}

.edukasi-card:hover .edukasi-title {
    color: #3b82f6;
}

.edukasi-category {
    margin-bottom: 18px;
}

.category-badge {
    display: inline-block;
    background: linear-gradient(135deg, #dbeafe 0%, #e0f2fe 100%);
    color: #0c4a6e;
    padding: 8px 18px;
    border-radius: 24px;
    font-size: 0.8rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border: 1.5px solid rgba(59, 130, 246, 0.3);
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.1);
}

.edukasi-card:hover .category-badge {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    border-color: #2563eb;
    transform: scale(1.08);
}

.edukasi-excerpt {
    color: #64748b;
    font-size: 0.98rem;
    line-height: 1.8;
    margin-bottom: 24px;
    flex: 1;
    font-weight: 500;
}

.edukasi-action {
    margin-top: auto;
}

.edukasi-btn {
    width: 100%;
    padding: 14px 24px;
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
    color: white;
    border: none;
    border-radius: 14px;
    font-weight: 750;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    letter-spacing: 0.6px;
    box-shadow: 0 10px 28px rgba(59, 130, 246, 0.35);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 0.92rem;
}

.edukasi-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.3);
}

.edukasi-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.15) 50%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.edukasi-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(59, 130, 246, 0.45),
                0 0 30px rgba(59, 130, 246, 0.2);
}

.edukasi-btn:hover::before {
    left: 100%;
}

.edukasi-btn:hover::after {
    opacity: 1;
}

.edukasi-btn:active {
    transform: translateY(-2px);
}

.edukasi-empty-state {
    text-align: center;
    padding: 120px 40px;
    animation: slideInUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.empty-icon {
    font-size: 6rem;
    color: #cbd5e1;
    margin-bottom: 25px;
    display: inline-block;
    animation: emptyBounce 2.5s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.1));
}

@keyframes emptyBounce {
    0%, 100% { transform: translateY(0) rotateZ(0deg); }
    50% { transform: translateY(-25px) rotateZ(5deg); }
}

.empty-message {
    font-size: 1.8rem;
    font-weight: 850;
    color: #0f172a;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.empty-submessage {
    font-size: 1.1rem;
    color: #64748b;
    font-weight: 500;
}

/* Modal Styling - Premium */
.edukasi-modal-content {
    background: white;
    border: 1px solid rgba(59, 130, 246, 0.15);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(59, 130, 246, 0.2),
                0 0 1px rgba(0, 0, 0, 0.1);
    pointer-events: auto !important;
}

.edukasi-modal-header {
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 25%, #60a5fa 50%, #0284c7 75%, #3b82f6 100%);
    background-size: 400% 400%;
    animation: modalHeaderGrad 10s ease infinite;
    color: white;
    padding: 40px;
    border: none;
    animation: slideInDown 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    pointer-events: auto !important;
}

@keyframes modalHeaderGrad {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.edukasi-modal-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.15) 0%, transparent 50%);
    pointer-events: none;
}

.edukasi-modal-header .modal-title {
    font-size: 1.85rem;
    font-weight: 850;
    letter-spacing: -0.5px;
    position: relative;
    z-index: 2;
}

.edukasi-modal-header .btn-close {
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
    opacity: 0.9;
    position: relative;
    z-index: 10;
    pointer-events: auto !important;
    cursor: pointer !important;
}

.edukasi-modal-header .btn-close:hover {
    transform: rotate(90deg) scale(1.15);
    opacity: 1;
}

.modal[id^="modal"] .modal-body {
    max-height: 60vh !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    pointer-events: auto !important;
}

.edukasi-modal-body {
    padding: 45px;
    animation: slideInUp 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    max-height: 65vh;
    overflow-y: auto;
    overscroll-behavior: contain;
    pointer-events: auto !important;
}

.edukasi-modal-body::-webkit-scrollbar {
    width: 8px;
}

.edukasi-modal-body::-webkit-scrollbar-track {
    background: #f0f4f8;
}

.edukasi-modal-body::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #3b82f6, #60a5fa);
    border-radius: 4px;
}

.edukasi-modal-category {
    margin-bottom: 30px;
}

.edukasi-modal-content-text {
    color: #475569;
    font-size: 1.05rem;
    line-height: 2;
    word-wrap: break-word;
    font-weight: 500;
}

.edukasi-modal-footer {
    padding: 25px 45px;
    border-top: 1px solid rgba(59, 130, 246, 0.1);
    display: flex;
    justify-content: flex-end;
    background: linear-gradient(135deg, #f8fafc 0%, #f0f4f8 100%);
    pointer-events: auto !important;
}

.btn-secondary-close {
    padding: 12px 32px;
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
    color: white;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer !important;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-size: 0.9rem;
    box-shadow: 0 8px 20px rgba(75, 85, 99, 0.25);
    pointer-events: auto !important;
}

.btn-secondary-close:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(75, 85, 99, 0.35);
    background: linear-gradient(135deg, #4b5563 0%, #374151 100%);
}

.btn-secondary-close:active {
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .edukasi-header-title {
        font-size: 2.5rem;
    }

    .edukasi-header-subtitle {
        font-size: 1.1rem;
    }

    .edukasi-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .edukasi-section {
        padding: 60px 0;
    }

    .edukasi-header-premium {
        padding: 80px 0;
    }

    .edukasi-modal-body {
        padding: 30px;
    }

    .edukasi-modal-footer {
        padding: 20px 30px;
    }
}


/* ============================================ */
/* EDUKASI DIGITAL - LUXURY STYLING */
/* ============================================ */

.edukasi-header-premium {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 25%, #60a5fa 50%, #0ea5e9 75%, #3b82f6 100%);
    background-size: 400% 400%;
    animation: gradientShift 8s ease infinite;
    color: white;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.edukasi-header-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.edukasi-header-content {
    position: relative;
    z-index: 2;
    animation: slideInDown 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.edukasi-header-title {
    font-size: 3.5rem;
    font-weight: 900;
    letter-spacing: -1px;
    margin-bottom: 20px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.edukasi-header-subtitle {
    font-size: 1.4rem;
    opacity: 0.95;
    letter-spacing: 0.5px;
    font-weight: 300;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.edukasi-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #f0f9ff 50%, white 100%);
}

.edukasi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.edukasi-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(59, 130, 246, 0.1),
                0 0 1px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    flex-direction: column;
    animation: cardAppear 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 1px solid rgba(59, 130, 246, 0.1);
}

@keyframes cardAppear {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.edukasi-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(59, 130, 246, 0.2),
                0 0 30px rgba(59, 130, 246, 0.1);
    border-color: rgba(59, 130, 246, 0.3);
}

.edukasi-card-image {
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 50%, #0ea5e9 100%);
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.edukasi-card-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.2) 0%, transparent 60%);
}

.edukasi-icon {
    font-size: 5rem;
    color: white;
    position: relative;
    z-index: 2;
    animation: iconFloat 3s ease-in-out infinite;
}

@keyframes iconFloat {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-15px) rotate(5deg); }
}

.edukasi-card:hover .edukasi-icon {
    animation: iconFloatActive 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes iconFloatActive {
    to {
        transform: scale(1.2) rotate(360deg);
    }
}

.edukasi-card-content {
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.edukasi-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
    line-height: 1.4;
    letter-spacing: -0.3px;
}

.edukasi-category {
    margin-bottom: 15px;
}

.category-badge {
    display: inline-block;
    background: linear-gradient(135deg, #dbeafe 0%, #e0f2fe 100%);
    color: #0c4a6e;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.edukasi-excerpt {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 20px;
    flex: 1;
}

.edukasi-action {
    margin-top: auto;
}

.edukasi-btn {
    width: 100%;
    padding: 12px 20px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
    position: relative;
    overflow: hidden;
}

.edukasi-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.edukasi-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(59, 130, 246, 0.4);
}

.edukasi-btn:hover::before {
    left: 100%;
}

.edukasi-empty-state {
    text-align: center;
    padding: 80px 30px;
    animation: slideInUp 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.empty-icon {
    font-size: 5rem;
    color: #cbd5e1;
    margin-bottom: 20px;
    display: inline-block;
    animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

.empty-message {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
}

.empty-submessage {
    font-size: 1rem;
    color: #64748b;
}

/* Modal Styling */
.edukasi-modal-content {
    background: white;
    border: 1px solid rgba(59, 130, 246, 0.1);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(59, 130, 246, 0.15);
}

.edukasi-modal-header {
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 50%, #0ea5e9 100%);
    color: white;
    padding: 30px;
    border: none;
    animation: slideInDown 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.edukasi-modal-header .modal-title {
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.edukasi-modal-header .btn-close {
    transition: all 0.2s ease;
}

.edukasi-modal-header .btn-close:hover {
    transform: rotate(90deg);
}

.edukasi-modal-body {
    padding: 40px;
    animation: slideInUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overscroll-behavior: contain;
    pointer-events: auto !important;
}

.edukasi-modal-category {
    margin-bottom: 25px;
}

.edukasi-modal-content-text {
    color: #475569;
    font-size: 1rem;
    line-height: 1.9;
    word-wrap: break-word;
}

.edukasi-modal-footer {
    padding: 20px 40px;
    border-top: 1px solid rgba(59, 130, 246, 0.1);
    display: flex;
    justify-content: flex-end;
    background: #f8fafc;
}

.btn-secondary-close {
    padding: 10px 28px;
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.btn-secondary-close:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(75, 85, 99, 0.3);
}

@media (max-width: 768px) {
    .edukasi-header-title {
        font-size: 2.2rem;
    }

    .edukasi-header-subtitle {
        font-size: 1rem;
    }

    .edukasi-grid {
        grid-template-columns: 1fr;
    }

    .edukasi-section {
        padding: 50px 0;
    }
}

/* ============================================ */
/* KONTAK LOKASI - LUXURY PROFESSIONAL STYLING */
/* ============================================ */

.kontak-header-premium {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 20%, #60a5fa 40%, #0ea5e9 60%, #0284c7 80%, #1e3a8a 100%);
    background-size: 400% 400%;
    animation: kontak-headerGrad 28s ease-in-out infinite;
    color: white;
    padding: 140px 0;
    position: relative;
    overflow: hidden;
}

@keyframes kontak-headerGrad {
    0% { background-position: 0% 50%; }
    25% { background-position: 50% 0%; }
    50% { background-position: 100% 50%; }
    75% { background-position: 50% 100%; }
    100% { background-position: 0% 50%; }
}

.kontak-header-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.kontak-header-premium::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
    animation: kontak-gridMove 20s linear infinite;
}

@keyframes kontak-gridMove {
    0% { background-position: 0 0; }
    100% { background-position: 80px 80px; }
}

.kontak-header-content {
    position: relative;
    z-index: 2;
    animation: slideInDown 0.9s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.kontak-header-title {
    font-size: 4rem;
    font-weight: 950;
    letter-spacing: -1.5px;
    margin-bottom: 25px;
    text-shadow: 0 8px 32px rgba(0, 0, 0, 0.25),
                 0 2px 8px rgba(0, 0, 0, 0.15);
    animation: titlePulse 3s ease-in-out infinite;
}

.kontak-header-subtitle {
    font-size: 1.5rem;
    opacity: 0.98;
    letter-spacing: 0.8px;
    font-weight: 300;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
    animation: subtitleFade 1.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.kontak-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f0f4f8 0%, #d9e2ec 25%, #f5f7fa 50%, #e8f1f5 75%, #f0f4f8 100%);
    background-size: 400% 400%;
    animation: kontak-bgGrad 32s ease-in-out infinite;
    position: relative;
    overflow: hidden;
}

@keyframes kontak-bgGrad {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.kontak-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 10% 50%, rgba(59, 130, 246, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 50%, rgba(139, 92, 246, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 50% 0%, rgba(6, 182, 212, 0.03) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
}

.kontak-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
    position: relative;
    z-index: 2;
}

.kontak-card {
    background: white;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(59, 130, 246, 0.12),
                0 0 1px rgba(0, 0, 0, 0.08);
    transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: kontak-cardAppear 1.2s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 1px solid rgba(59, 130, 246, 0.12);
    position: relative;
}

@keyframes kontak-cardAppear {
    from {
        opacity: 0;
        transform: translateY(40px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.kontak-card:hover {
    transform: translateY(-18px) scale(1.02);
    box-shadow: 0 35px 80px rgba(59, 130, 246, 0.25),
                0 0 40px rgba(139, 92, 246, 0.1);
    border-color: rgba(59, 130, 246, 0.25);
}

.kontak-card-header {
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 25%, #60a5fa 50%, #0284c7 75%, #3b82f6 100%);
    background-size: 400% 400%;
    animation: kontak-headerGrad 12s ease infinite;
    color: white;
    padding: 45px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.kontak-card-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.2) 0%, transparent 50%);
    pointer-events: none;
}

.kontak-card-icon {
    font-size: 3rem;
    position: relative;
    z-index: 2;
    animation: kontak-iconFloat 6s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.2));
}

@keyframes kontak-iconFloat {
    0%, 100% { 
        transform: translateY(0) rotateZ(0deg); 
    }
    25% { 
        transform: translateY(-18px) rotateZ(2deg); 
    }
    50% { 
        transform: translateY(0) rotateZ(0deg); 
    }
    75% { 
        transform: translateY(-12px) rotateZ(-2deg); 
    }
}

.kontak-card:hover .kontak-card-icon {
    animation: kontak-iconActive 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes kontak-iconActive {
    to {
        transform: scale(1.3) rotateZ(360deg);
    }
}

.kontak-card-title {
    font-size: 1.6rem;
    font-weight: 850;
    letter-spacing: -0.5px;
    position: relative;
    z-index: 2;
    margin: 0;
}

.kontak-info-card .kontak-card-content {
    padding: 45px;
}

.kontak-item {
    display: flex;
    gap: 20px;
    margin-bottom: 35px;
    padding-bottom: 30px;
    border-bottom: 1.5px solid rgba(59, 130, 246, 0.1);
    animation: kontak-itemSlide 1s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: all 0.5s ease;
}

@keyframes kontak-itemSlide {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.kontak-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.kontak-item:hover {
    transform: translateX(10px);
}

.kontak-item-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #dbeafe, #e0f2fe);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #0284c7;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.kontak-item:hover .kontak-item-icon {
    background: linear-gradient(135deg, #3b82f6, #0284c7);
    color: white;
    transform: scale(1.1) rotateZ(360deg);
}

.kontak-item-content {
    flex: 1;
}

.kontak-item-label {
    font-size: 0.95rem;
    font-weight: 850;
    color: #0f172a;
    margin: 0 0 10px 0;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.kontak-item-text {
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.8;
    margin: 0 0 12px 0;
    font-weight: 500;
}

.kontak-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 10px;
    border: none;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-size: 0.9rem;
    text-decoration: none;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.kontak-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.kontak-btn-whatsapp {
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: white;
    box-shadow: 0 10px 28px rgba(37, 211, 102, 0.35);
}

.kontak-btn-whatsapp:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(37, 211, 102, 0.45);
    background: linear-gradient(135deg, #20ba5a, #0f8c6f);
}

.kontak-btn-whatsapp:hover::before {
    left: 100%;
}

.kontak-btn-email {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
    box-shadow: 0 10px 28px rgba(59, 130, 246, 0.35);
}

.kontak-btn-email:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(59, 130, 246, 0.45);
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.kontak-btn-email:hover::before {
    left: 100%;
}

/* Maps Card Styling */
.kontak-maps-container {
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

.kontak-maps-frame {
    width: 100%;
    height: 500px !important;
    border: none;
    border-radius: 0;
    display: block;
}

.kontak-maps-wrapper {
    width: 100%;
    height: 500px;
    border-radius: 0;
    overflow: hidden;
}

.kontak-maps-wrapper iframe {
    width: 100% !important;
    height: 100% !important;
    border: none !important;
    border-radius: 0;
    display: block;
}

.kontak-empty-maps {
    width: 100%;
    height: 500px;
    background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.empty-maps-icon {
    font-size: 4rem;
    color: #cbd5e1;
    animation: kontak-emptyBounce 5s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.1));
}

@keyframes kontak-emptyBounce {
    0%, 100% { transform: translateY(0) rotateZ(0deg); }
    50% { transform: translateY(-30px) rotateZ(3deg); }
}

.empty-maps-text {
    font-size: 1.5rem;
    font-weight: 850;
    color: #0f172a;
    margin: 0;
    letter-spacing: -0.5px;
}

.empty-maps-sub {
    font-size: 1rem;
    color: #64748b;
    font-weight: 500;
}

.kontak-empty-state {
    text-align: center;
    padding: 120px 40px;
    animation: slideInUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.kontak-empty-state .empty-icon {
    font-size: 6rem;
    color: #cbd5e1;
    margin-bottom: 25px;
    display: inline-block;
    animation: kontak-emptyBounce 2.5s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.1));
}

.kontak-empty-state .empty-message {
    font-size: 1.8rem;
    font-weight: 850;
    color: #0f172a;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.kontak-empty-state .empty-submessage {
    font-size: 1.1rem;
    color: #64748b;
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .kontak-grid {
        gap: 35px;
    }

    .kontak-header-title {
        font-size: 3rem;
    }

    .kontak-card-header {
        padding: 35px;
    }

    .kontak-info-card .kontak-card-content {
        padding: 35px;
    }
}

@media (max-width: 768px) {
    .kontak-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .kontak-header-title {
        font-size: 2.5rem;
    }

    .kontak-header-subtitle {
        font-size: 1.1rem;
    }

    .kontak-header-premium {
        padding: 80px 0;
    }

    .kontak-section {
        padding: 60px 0;
    }

    .kontak-card-header {
        padding: 30px;
        flex-direction: column;
        text-align: center;
    }

    .kontak-card-title {
        font-size: 1.4rem;
    }

    .kontak-info-card .kontak-card-content {
        padding: 30px;
    }

    .kontak-item {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 25px;
        padding-bottom: 25px;
    }

    .kontak-item-icon {
        width: 45px;
        height: 45px;
    }

    .kontak-maps-frame {
        height: 350px !important;
    }

    .kontak-empty-maps {
        height: 350px;
    }

    .kontak-btn {
        width: 100%;
        justify-content: center;
    }

    .kontak-empty-state {
        padding: 80px 20px;
    }

    .kontak-empty-state .empty-icon {
        font-size: 4rem;
    }

    .kontak-empty-state .empty-message {
        font-size: 1.4rem;
    }

    .kontak-empty-state .empty-submessage {
        font-size: 0.95rem;
    }
}
/* =================================================================== */
/* MODAL FIX - Ensure buttons and interactive elements work correctly  */
/* =================================================================== */

/* Ensure modal buttons are always clickable */
.modal-header .btn-close,
.modal-header button,
.edukasi-modal-header .btn-close,
.edukasi-modal-header button {
    pointer-events: auto !important;
    position: relative !important;
    z-index: 1200 !important;
}

/* Modal positioning - specific for edukasi modal only */
/* Generic modal styling - doesn't break other modals */
.modal {
    z-index: 9999 !important;
}

/* Modal backdrop should NOT block clicks */
.modal-backdrop {
    pointer-events: none !important;
}

/* Allow Bootstrap's centered dialogs to work */
.modal-dialog-centered {
    pointer-events: auto !important;
}

/* Modal content must be interactive */
.modal-content,
.edukasi-modal-content {
    pointer-events: auto !important;
}

/* All buttons and interactive elements */
.modal .btn-close,
.modal button,
.modal a,
.modal input {
    pointer-events: auto !important;
    cursor: pointer !important;
}