/* ==========================================================================
   Inner Pages Specific Styles
   ========================================================================== */

.page-header {
    padding: 150px 0 80px;
    background: var(--bg-secondary);
    text-align: center;
    border-bottom: 1px solid var(--border-light);
    position: relative;
    overflow: hidden;
}

.page-header h1 {
    font-size: 3rem;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.page-header p {
    color: var(--text-secondary);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Specific Page Content */
.inner-content {
    padding: 80px 0;
}

.about-details img {
    border-radius: var(--border-radius-lg);
    margin-bottom: 2rem;
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

.about-details h3 {
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.about-details p {
    margin-bottom: 1.5rem;
    color: var(--text-secondary);
}