/* Scholarly Journey - Header & Generic */
.page-header {
    height: 220px;
    background: linear-gradient(rgba(1, 6, 28, 0.75), rgba(1, 6, 28, 0.75)), url('https://images.unsplash.com/photo-1541339907198-e08756ebafe3?auto=format&fit=crop&w=1600&q=80');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    color: #ff4a3f;
    padding-bottom: 3rem;
    position: relative;
    border-bottom: 2px solid rgba(0, 246, 254, 0.3);
    box-shadow: 0 10px 30px rgba(0, 246, 254, 0.1);
}

.page-header h1 {
    font-size: 3.0rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
    letter-spacing: 3px;
}

.breadcrumbs {
    font-weight: 800;
    font-size: 1.4rem;
    color: #00f5ff;
}

.breadcrumbs a {
    font-weight: 800;
    color: #00f5ff;
    text-decoration: none;
    margin-right: 5px;
}

.breadcrumbs span {
    margin: 0 10px;
}

.journey-section {
    padding: 3rem 2rem 6rem 2rem;
    position: relative;
    z-index: 1;
}

.bg-white,
.bg-light {
    background-color: transparent;
}

.bg-dark-banner {
    background: rgba(1, 6, 28, 0.6);
    color: #fff;
    backdrop-filter: blur(10px);
}

.section-container {
    max-width: 1200px;
    margin: 0 auto;
}