/* Page Title */
/* .page-title {
    color: #1a2642;
    font-weight: 700;
    margin-bottom: 3rem;
    position: relative;
    padding-bottom: 1rem;
}

.page-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #6a040f, #d62828);
    border-radius: 2px;
} */

/* Header Section */
header {
    background: linear-gradient(135deg, #6a040f 0%, #9d0208 50%, #6a040f 100%);
    color: white;
    text-align: center;
    padding: 5rem 2rem;
    margin-bottom: 5rem;
    margin-top: 2.5rem;
    border-radius: 1.5rem;
    box-shadow: 0 12px 40px rgba(106, 4, 15, 0.25);
    position: relative;
    overflow: hidden;
}

header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 0%, transparent 50%);
    pointer-events: none;
}

header h1 {
    font-size: 3rem;
    margin-bottom: 1.25rem;
    font-weight: 700;
    color: #fff !important;
    position: relative;
    letter-spacing: -0.5px;
}

header p {
    font-size: 1.25rem;
    opacity: 0.95;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.7;
    position: relative;
    font-weight: 300;
}

/* Mission Card */
.content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 5rem;
}

.card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 3rem;
    border-radius: 1.25rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(36, 60, 102, 0.08);
    position: relative;
    overflow: hidden;
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #243C66 0%, #6a040f 100%);
    transition: width 0.4s ease;
}

.card:hover::before {
    width: 8px;
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}

.card h2 {
    color: #243C66;
    margin-bottom: 1.5rem;
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.card p {
    margin-bottom: 1rem;
    color: #4a5568;
    font-size: 1.0625rem;
    line-height: 1.8;
}

/* Split Sections */
.split-section {
    margin-bottom: 6rem;
    position: relative;
}

.split-title {
    color: #1a2642;
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    letter-spacing: -0.5px;
    position: relative;
    display: inline-block;
}

.split-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #6a040f, #d62828);
    border-radius: 2px;
}

.split-desc {
    font-size: 1.125rem;
    color: #4a5568;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.split-points {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.split-points li {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: #4a5568;
    padding-left: 2rem;
    position: relative;
}

.split-points li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #6a040f;
    font-weight: 700;
    font-size: 1.25rem;
    width: 28px;
    height: 28px;
    background: rgba(106, 4, 15, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.split-image-wrap {
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}



.split-image-wrap:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.split-image {
    width: 100%;
    height: 100%;
    max-height: 450px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.split-image-wrap:hover .split-image {
    transform: scale(1.05);
}

/* Rich Text Content */
.split-rich p {
    color: #4a5568;
    font-size: 1.0625rem;
    line-height: 1.8;
    margin-bottom: 1.25rem;
}

.split-rich ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 1.5rem;
}

.split-rich li {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: #4a5568;
    padding-left: 2rem;
    position: relative;
}

.split-rich li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #6a040f;
    font-weight: 700;
    font-size: 1.25rem;
}

/* Partners Section */
.partners-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 4rem 2.5rem;
    border-radius: 1.5rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    margin-top: 6rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.partners-title {
    text-align: center;
    color: #1a2642;
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 3rem;
    letter-spacing: -0.5px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.partners-title::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #6a040f, #d62828);
    border-radius: 2px;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 2rem;
    align-items: center;
    margin-top: 3rem;
}

.partner-card {
    background: white;
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    min-height: 120px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.partner-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #6a040f, #243C66);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.partner-card:hover::before {
    transform: scaleX(1);
}

.partner-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    border-color: rgba(106, 4, 15, 0.1);
}

.partner-logo {
    max-width: 160px;
    max-height: 70px;
    width: auto;
    height: auto;
    filter: grayscale(50%);
    opacity: 0.8;
    transition: all 0.4s ease;
}

.partner-card:hover .partner-logo {
    filter: none;
    opacity: 1;
    transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 960px) {
    .split-image {
        max-height: 380px;
    }
    
    header {
        padding: 4rem 1.5rem;
    }
    
    .partners-grid {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    header h1 {
        font-size: 2.25rem;
    }
    
    header p {
        font-size: 1.125rem;
    }
    
    .split-title {
        font-size: 1.875rem;
    }
    
    .split-desc {
        font-size: 1.0625rem;
    }
    
    .content-grid {
        grid-template-columns: 1fr;
    }
    
    .card {
        padding: 2rem;
    }
    
    .partners-section {
        padding: 2.5rem 1.5rem;
    }
    
    .partners-title {
        font-size: 1.875rem;
    }
    
    .split-section {
        margin-bottom: 4rem;
    }
    
    .partner-card {
        padding: 1.5rem 1rem;
        min-height: 100px;
    }
}