#about-oldc-wrapper {
    font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
    background-color: #f8fafc !important;
    color: #1e293b !important;
    line-height: 1.6;
}

#about-oldc-wrapper * {
    box-sizing: border-box;
}

/* Hero Banner (Compact Bar matching About OLDC) */
#about-oldc-wrapper .hero-section {
    background: linear-gradient(135deg, #190028 0%, #4f0071 60%, #0d233a 100%) !important;
    padding: 18px 15px !important;
    min-height: 0 !important;
    height: auto !important;
    color: #ffffff !important;
    text-align: center !important;
    border-bottom: 3px solid #ffc107 !important;
}

#about-oldc-wrapper .hero-title {
    font-family: 'Outfit', 'Inter', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.5rem !important;
    color: #ffffff !important;
    margin-bottom: 4px !important;
}

/* Main Container */
#about-oldc-wrapper .main-content-container {
    padding: 40px 0 !important;
}

/* Sidebar Navigation */
#about-oldc-wrapper .sidebar-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 20px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03) !important;
}

#about-oldc-wrapper .sidebar-link {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px 16px !important;
    border-radius: 10px !important;
    color: #1e293b !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

#about-oldc-wrapper .sidebar-link:hover, 
#about-oldc-wrapper .sidebar-link.active {
    background-color: rgba(79, 0, 113, 0.08) !important;
    color: #4f0071 !important;
}

#about-oldc-wrapper .sidebar-link.active {
    background-color: #4f0071 !important;
    color: #ffffff !important;
}

/* Leader Profile Cards */
#about-oldc-wrapper .leader-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 18px !important;
    padding: 30px !important;
    box-shadow: 0 4px 18px rgba(0,0,0,0.03) !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    transition: all 0.3s ease !important;
}

#about-oldc-wrapper .leader-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 28px rgba(79, 0, 113, 0.08) !important;
    border-color: #cbd5e1 !important;
}

#about-oldc-wrapper .leader-avatar {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    border: 3px solid #ffc107 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
    flex-shrink: 0 !important;
}

#about-oldc-wrapper .leader-role-badge {
    display: inline-block !important;
    background: #f3e8ff !important;
    color: #4f0071 !important;
    font-weight: 700 !important;
    font-size: 0.8rem !important;
    text-uppercase: uppercase !important;
    padding: 4px 14px !important;
    border-radius: 20px !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 6px !important;
}

#about-oldc-wrapper .leader-name {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.35rem !important;
    color: #0f172a !important;
    margin-bottom: 2px !important;
}

#about-oldc-wrapper .leader-quote-box {
    background: #f8fafc !important;
    border-left: 4px solid #4f0071 !important;
    border-radius: 0 14px 14px 0 !important;
    padding: 20px !important;
    color: #334155 !important;
    font-size: 0.95rem !important;
    line-height: 1.75 !important;
    margin-top: 15px !important;
}

/* Vision & Mission Cards */
#about-oldc-wrapper .vm-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 18px !important;
    padding: 30px !important;
    height: 100% !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02) !important;
}

#about-oldc-wrapper .mission-step-item {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-left: 4px solid #4f0071 !important;
    border-radius: 12px !important;
    padding: 14px 18px !important;
    margin-bottom: 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    transition: all 0.2s ease !important;
}

#about-oldc-wrapper .mission-step-item:hover {
    background: #ffffff !important;
    box-shadow: 0 4px 12px rgba(79,0,113,0.06) !important;
}

#about-oldc-wrapper .step-num {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background: #4f0071 !important;
    color: #ffc107 !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0.95rem !important;
    flex-shrink: 0 !important;
}

/* Motto Banner */
#about-oldc-wrapper .motto-banner {
    background: linear-gradient(135deg, #190028 0%, #4f0071 60%, #0d233a 100%) !important;
    border-radius: 20px !important;
    padding: 40px 30px !important;
    color: #ffffff !important;
    text-align: center !important;
    box-shadow: 0 10px 30px rgba(79, 0, 113, 0.2) !important;
    border-bottom: 4px solid #ffc107 !important;
}

#about-oldc-wrapper .motto-title {
    color: #ffc107 !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.9rem !important;
    margin-bottom: 10px !important;
    letter-spacing: 0.5px !important;
}

/* Governance Cards */
#about-oldc-wrapper .gov-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 24px !important;
    height: 100% !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02) !important;
}

#about-oldc-wrapper .gov-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 10px 25px rgba(79, 0, 113, 0.08) !important;
    border-color: #cbd5e1 !important;
}

#about-oldc-wrapper .section-ribbon-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: linear-gradient(135deg, #4f0071, #2e1065) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 0.85rem !important;
    padding: 8px 18px !important;
    border-radius: 30px !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    box-shadow: 0 2px 8px rgba(79,0,113,0.2) !important;
}

@media (max-width: 991.98px) {
    #about-oldc-wrapper .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}
