/* ============================================================
   TENTANG KAMI - CSS KUSTOM
   ============================================================ */

/* Hero Section */
.tentang-hero {
    background: linear-gradient(135deg, #0F1A2E 0%, #1a2a4a 100%);
    padding: 60px 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}
.tentang-hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: #fff;
}
.tentang-hero p {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto 24px;
    line-height: 1.7;
}
.tentang-hero .btn-group {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
.tentang-hero .btn-primary {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    background: #2563eb;
    color: #fff;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.3);
    transition: all 0.3s ease;
}
.tentang-hero .btn-primary:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
}
.tentang-hero .btn-secondary {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
}
.tentang-hero .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Konten Utama */
.tentang-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px 40px;
}
.tentang-content h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #0F1A2E;
}
.tentang-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #333;
}
.tentang-content ul {
    list-style: none;
    padding: 0;
}

/* Grid Visi Misi */
.visi-misi-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 30px;
}
.visi-misi-grid .box {
    background: #f8fafc;
    padding: 24px;
    border-radius: 12px;
}
.visi-misi-grid .box.visi {
    border-left: 4px solid #2563eb;
}
.visi-misi-grid .box.misi {
    border-left: 4px solid #10b981;
}
.visi-misi-grid h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0F1A2E;
    margin-top: 0;
    margin-bottom: 8px;
}
.visi-misi-grid ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #444;
}
.visi-misi-grid ul li {
    padding: 4px 0;
}

/* Tim Kami */
.tim-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}
.tim-grid .card {
    text-align: center;
    background: #fff;
    padding: 24px 16px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border: 1px solid #eef2f6;
}
.tim-grid .avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #fff;
}
.tim-grid .avatar.blue { background: #2563eb; }
.tim-grid .avatar.green { background: #10b981; }
.tim-grid .avatar.gold { background: #f59e0b; }
.tim-grid h4 {
    font-weight: 700;
    margin: 0 0 4px;
    color: #0F1A2E;
}
.tim-grid p {
    font-size: 0.85rem;
    color: #666;
    margin: 0;
}
.tim-grid p span {
    font-size: 0.8rem;
}

/* Statistik */
.stat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 16px;
    margin-bottom: 30px;
}
.stat-grid .stat-item {
    background: #f8fafc;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}
.stat-grid .stat-number {
    font-size: 2rem;
    font-weight: 800;
}
.stat-grid .stat-number.blue { color: #2563eb; }
.stat-grid .stat-number.green { color: #10b981; }
.stat-grid .stat-number.gold { color: #f59e0b; }
.stat-grid .stat-number.red { color: #ef4444; }
.stat-grid .stat-label {
    font-size: 0.9rem;
    color: #555;
}

/* Komitmen */
.komitmen-grid {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 30px;
}
.komitmen-grid li {
    background: #f8fafc;
    padding: 14px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
}
.komitmen-grid li .icon {
    font-size: 1.5rem;
}

/* Testimoni */
.testimoni-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}
.testimoni-grid .testi {
    background: #f8fafc;
    padding: 20px 24px;
    border-radius: 12px;
}
.testimoni-grid .testi.blue-border {
    border-left: 4px solid #2563eb;
}
.testimoni-grid .testi.green-border {
    border-left: 4px solid #10b981;
}
.testimoni-grid .testi p {
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
    margin: 0 0 8px;
}
.testimoni-grid .testi .author {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
}

/* CTA Footer */
.cta-footer {
    background: linear-gradient(135deg, #0F1A2E 0%, #1a2a4a 100%);
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
}
.cta-footer h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 12px;
    color: #fff;
}
.cta-footer p {
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto 24px;
    line-height: 1.7;
    color: #fff;
}
.cta-footer .btn-group {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
.cta-footer .btn-primary {
    display: inline-block;
    padding: 14px 36px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    background: #2563eb;
    color: #fff;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.3);
    transition: all 0.3s ease;
}
.cta-footer .btn-primary:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
}
.cta-footer .btn-secondary {
    display: inline-block;
    padding: 14px 36px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
}
.cta-footer .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
}
.cta-footer .note {
    font-size: 0.85rem;
    opacity: 0.7;
    margin-top: 16px;
    color: #fff;
}

/* Responsif */
@media (max-width: 768px) {
    .tentang-hero h1 {
        font-size: 2rem;
    }
    .tentang-hero p {
        font-size: 1rem;
    }
    .visi-misi-grid,
    .testimoni-grid {
        grid-template-columns: 1fr;
    }
    .komitmen-grid {
        grid-template-columns: 1fr;
    }
    .tim-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
    .cta-footer h3 {
        font-size: 1.5rem;
    }
}