/* Tentang Kami Page Specific Styles */

.tentang-hero {
    position: relative;
    height: 400px;
    background: url('assets/header-tentang.jpg') center/cover;
    margin-top: 70px;
}

.tentang-hero .hero-overlay {
    display: none;
}

.about-content {
    padding: 80px 0;
    background: white;
}

.about-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 60px;
}

.about-text {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-text p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
    text-align: justify;
}

.footer {
    background: #E85D04;
    color: white;
    padding: 30px 0;
    text-align: center;
}

.footer p {
    margin: 0;
    font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 768px) {
    .tentang-hero {
        height: 300px;
    }
    
    .about-title {
        font-size: 1.8rem;
        margin-bottom: 40px;
    }
    
    .about-content {
        padding: 50px 0;
    }
    
    .about-text p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .tentang-hero {
        height: 250px;
    }
    
    .about-title {
        font-size: 1.5rem;
    }
    
    .about-text p {
        font-size: 0.95rem;
    }
}
