/* PROFILE PAGES STYLING */

.intro-text {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    font-style: italic;
}

/* TIMELINE STYLE - SEJARAH (SIMPLIFIED) */
.sejarah-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timeline {
    position: relative;
    padding-left: 40px;
}

.timeline-item {
    margin-bottom: 30px;
    display: flex;
    gap: 20px;
}

.timeline-icon {
    min-width: 50px;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 3px solid #1976d2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #1976d2;
    position: relative;
    left: -33px;
    flex-shrink: 0;
}

.timeline-body {
    background: #f5f9ff;
    padding: 20px;
    border-radius: 8px;
    flex: 1;
}

.timeline-body h3 {
    color: #1976d2;
    margin: 0 0 10px 0;
    font-size: 18px;
}

.timeline-body p {
    color: #555;
    line-height: 1.6;
    margin: 0;
    font-size: 14px;
}

/* VISI MISI STYLE */
.visi-misi-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.visi-misi-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.visi-card, .misi-card {
    background: linear-gradient(135deg, #f5f9ff 0%, #ffffff 100%);
    padding: 30px;
    border-radius: 12px;
    border: 2px solid #e0e8ff;
    transition: transform 0.3s, box-shadow 0.3s;
}

.visi-card:hover, .misi-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(25, 118, 210, 0.15);
}

.vm-icon {
    font-size: 48px;
    color: #1976d2;
    margin-bottom: 20px;
    text-align: center;
}

.visi-card h2, .misi-card h2 {
    color: #1976d2;
    margin-bottom: 20px;
    text-align: center;
    font-size: 22px;
}

.visi-card p {
    color: #555;
    line-height: 1.7;
    text-align: justify;
}

.misi-list {
    list-style: none;
    padding: 0;
}

.misi-list li {
    color: #555;
    margin-bottom: 15px;
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
}

.misi-check {
    color: #ffb300;
    font-weight: bold;
    margin-right: 12px;
    font-size: 18px;
}

/* TUJUAN STYLE */
.tujuan-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tujuan-general {
    background: linear-gradient(135deg, #fff8f0 0%, #ffffff 100%);
    padding: 30px;
    border-radius: 12px;
    border-left: 5px solid #ffb300;
    display: flex;
    align-items: center;
    gap: 20px;
}

.tujuan-icon {
    font-size: 50px;
    color: #ffb300;
    flex-shrink: 0;
}

.tujuan-general h2 {
    color: #1976d2;
    margin: 0 0 10px 0;
}

.tujuan-general p {
    color: #666;
    margin: 0;
    line-height: 1.6;
}

.tujuan-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.tujuan-item {
    background: #f5f9ff;
    padding: 20px;
    border-radius: 8px;
    border-top: 3px solid #1976d2;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    transition: transform 0.3s;
}

.tujuan-item:hover {
    transform: translateY(-3px);
    background: #eef5ff;
}

.tujuan-number {
    min-width: 40px;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #1976d2, #1555b8);
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    flex-shrink: 0;
}

.tujuan-item p {
    color: #555;
    margin: 0;
    line-height: 1.6;
}

/* PEMBUAT PROGRAM STYLE */
.pembuat-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pembuat-section {
    background: linear-gradient(135deg, #f5f9ff 0%, #ffffff 100%);
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    border: 2px solid #e0e8ff;
}

.pembuat-section:nth-child(2) {
    border-color: #fff8f0;
    background: linear-gradient(135deg, #fff8f0 0%, #ffffff 100%);
}

.pembuat-section:nth-child(3) {
    border-color: #f0f9ff;
    background: linear-gradient(135deg, #f0f9ff 0%, #ffffff 100%);
}

.pembuat-icon-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.pembuat-icon-title i {
    font-size: 32px;
    color: #1976d2;
    min-width: 40px;
}

.pembuat-icon-title h2 {
    color: #1976d2;
    margin: 0;
    font-size: 22px;
}

.pembuat-section p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
}

.pendekatan-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.pendekatan-item {
    background: #ffffff;
    padding: 15px;
    border-radius: 8px;
    border-left: 3px solid #ffb300;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.pendekatan-item i {
    color: #ffb300;
    font-weight: bold;
    margin-top: 2px;
    font-size: 14px;
    flex-shrink: 0;
}

.pendekatan-item p {
    color: #555;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .timeline {
        padding-left: 30px;
    }

    .timeline::before {
        left: -5px;
    }

    .timeline-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .timeline-body {
        padding: 15px;
    }

    .visi-misi-container {
        grid-template-columns: 1fr;
    }

    .tujuan-general {
        flex-direction: column;
        text-align: center;
    }

    .tujuan-list {
        grid-template-columns: 1fr;
    }

    .pendekatan-grid {
        grid-template-columns: 1fr;
    }
}
