/* Scoped Styling for About OLDC Page */
#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 (Super Compact Bar) */
#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;
}

/* Main Content Card (Fixed Overlaps!) */
#about-oldc-wrapper .intro-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 35px !important;
    margin-bottom: 30px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02) !important;
    display: block !important;
    position: relative !important;
    clear: both !important;
}

#about-oldc-wrapper .badge-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background-color: #f3e8ff !important;
    color: #4f0071 !important;
    font-weight: 700 !important;
    font-size: 0.85rem !important;
    text-uppercase: uppercase !important;
    padding: 6px 16px !important;
    border-radius: 30px !important;
    border: 1px solid #e9d5ff !important;
    margin-bottom: 16px !important;
    position: relative !important;
}

#about-oldc-wrapper .main-heading {
    font-family: 'Outfit', 'Inter', sans-serif !important;
    font-weight: 700 !important;
    color: #0d233a !important;
    font-size: 2.1rem !important;
    line-height: 1.3 !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    display: block !important;
    position: relative !important;
    clear: both !important;
}

#about-oldc-wrapper .lead-desc {
    font-family: 'Inter', sans-serif !important;
    font-size: 1.08rem !important;
    line-height: 1.8 !important;
    color: #334155 !important;
    margin-bottom: 0 !important;
}

/* Key Focus Cards */
#about-oldc-wrapper .focus-section-title {
    font-family: 'Outfit', 'Inter', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.5rem !important;
    color: #0d233a !important;
    margin-bottom: 20px !important;
}

#about-oldc-wrapper .focus-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 .focus-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 10px 25px rgba(79, 0, 113, 0.08) !important;
    border-color: rgba(79, 0, 113, 0.3) !important;
}

#about-oldc-wrapper .icon-box {
    width: 48px !important;
    height: 48px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.25rem !important;
    margin-bottom: 16px !important;
}

#about-oldc-wrapper .focus-card-title {
    font-family: 'Inter', 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.15rem !important;
    color: #0d233a !important;
    margin-bottom: 10px !important;
}

#about-oldc-wrapper .focus-card-desc {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    color: #475569 !important;
    margin-bottom: 0 !important;
}

/* Dark High-Contrast Banners */
#about-oldc-wrapper .dark-purple-banner {
    background: linear-gradient(135deg, #270038 0%, #4f0071 60%, #0d233a 100%) !important;
    border-radius: 20px !important;
    padding: 35px !important;
    color: #ffffff !important;
    margin-bottom: 35px !important;
    box-shadow: 0 10px 30px rgba(79, 0, 113, 0.2) !important;
}

#about-oldc-wrapper .dark-banner-title {
    color: #ffc107 !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.6rem !important;
    margin-bottom: 16px !important;
}

#about-oldc-wrapper .glass-card {
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    border-radius: 14px !important;
    padding: 20px !important;
    height: 100% !important;
}

#about-oldc-wrapper .glass-card h6 {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 1.05rem !important;
    margin-bottom: 8px !important;
}

#about-oldc-wrapper .glass-card p {
    color: #f8fafc !important;
    font-size: 0.92rem !important;
    line-height: 1.6 !important;
    margin-bottom: 0 !important;
}

/* Initiatives Interactive Showcase */
#about-oldc-wrapper .initiatives-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 20px !important;
    padding: 35px !important;
    margin-bottom: 35px !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.03) !important;
}

#about-oldc-wrapper .tab-btn {
    border: none !important;
    background: #f1f5f9 !important;
    color: #1e293b !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    padding: 10px 18px !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

#about-oldc-wrapper .tab-btn.active, 
#about-oldc-wrapper .tab-btn:hover {
    background: #4f0071 !important;
    color: #ffffff !important;
}

#about-oldc-wrapper .tab-panel {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 14px !important;
    padding: 24px !important;
}

/* High Contrast Commitment Box */
#about-oldc-wrapper .commitment-card {
    background: linear-gradient(135deg, #37004f 0%, #1e0034 100%) !important;
    border-radius: 20px !important;
    padding: 35px !important;
    color: #ffffff !important;
}

#about-oldc-wrapper .commitment-header {
    color: #ffc107 !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.6rem !important;
    margin-bottom: 20px !important;
}

#about-oldc-wrapper .commitment-list-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    color: #ffffff !important;
    font-size: 0.96rem !important;
    line-height: 1.6 !important;
    margin-bottom: 12px !important;
}

#about-oldc-wrapper .commitment-list-item i {
    color: #ffc107 !important;
    font-size: 1.15rem !important;
    margin-top: 3px !important;
}

#about-oldc-wrapper .commitment-list-item strong {
    color: #ffc107 !important;
}
