/* Scoped 100% Overlap-Free Styling for About CISBC Page */
#about-cisbc-wrapper {
    font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
    background-color: #f8fafc !important;
    color: #1e293b !important;
    line-height: 1.6;
    overflow-x: hidden;
}

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

/* Hero Banner */
#about-cisbc-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-cisbc-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;
}

/* Sidebar Styling */
#about-cisbc-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-cisbc-wrapper .sidebar-link {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px 16px !important;
    border-radius: 10px !important;
    color: #334155 !important;
    font-weight: 600 !important;
    font-size: 0.92rem !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

#about-cisbc-wrapper .sidebar-link:hover {
    background-color: #f3e8ff !important;
    color: #6b21a8 !important;
}

#about-cisbc-wrapper .sidebar-link.active {
    background: linear-gradient(135deg, #4f0071, #2e1065) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(79, 0, 113, 0.25) !important;
}

#about-cisbc-wrapper .sidebar-link.active i {
    color: #ffc107 !important;
}

/* Main Content Area */
#about-cisbc-wrapper .main-content-container {
    padding: 30px 0 50px 0 !important;
}

/* Intro Card (Fixed Overlaps Guaranteed) */
#about-cisbc-wrapper .intro-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 20px !important;
    padding: 35px !important;
    margin-bottom: 24px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03) !important;
    display: block !important;
    position: relative !important;
    clear: both !important;
}

#about-cisbc-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.82rem !important;
    padding: 6px 16px !important;
    border-radius: 50px !important;
    border: 1px solid #e9d5ff !important;
    margin: 0 0 16px 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    float: none !important;
}

#about-cisbc-wrapper .main-heading {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.85rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 12px 0 16px 0 !important;
    line-height: 1.35 !important;
    display: block !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    clear: both !important;
    float: none !important;
}

#about-cisbc-wrapper .lead-desc {
    font-size: 1.02rem !important;
    color: #475569 !important;
    line-height: 1.75 !important;
    margin-bottom: 0 !important;
}

/* Feature & Outcome Cards */
#about-cisbc-wrapper .feature-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 22px !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02) !important;
    transition: all 0.25s ease !important;
}

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

#about-cisbc-wrapper .icon-box {
    width: 44px !important;
    height: 44px !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #4f0071, #2e1065) !important;
    color: #ffc107 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.15rem !important;
    margin-bottom: 14px !important;
    flex-shrink: 0 !important;
}

#about-cisbc-wrapper .feature-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.08rem !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin-bottom: 8px !important;
}

#about-cisbc-wrapper .feature-text {
    font-size: 0.9rem !important;
    color: #64748b !important;
    margin-bottom: 0 !important;
    line-height: 1.55 !important;
}

/* Statutory Approval Banner */
#about-cisbc-wrapper .approval-banner {
    background: linear-gradient(135deg, #190028 0%, #3b0764 100%) !important;
    color: #ffffff !important;
    border-radius: 18px !important;
    padding: 26px 28px !important;
    border-bottom: 4px solid #ffc107 !important;
    margin-bottom: 24px !important;
}

/* Call-to-Action Card & High-Contrast Buttons */
#about-cisbc-wrapper .cta-card {
    background: linear-gradient(135deg, #190028 0%, #4f0071 60%, #0d233a 100%) !important;
    border-radius: 20px !important;
    padding: 38px 28px !important;
    color: #ffffff !important;
    text-align: center !important;
    border-bottom: 4px solid #ffc107 !important;
    box-shadow: 0 10px 30px rgba(79, 0, 113, 0.25) !important;
    overflow: hidden !important;
}

#about-cisbc-wrapper .cta-card h3 {
    color: #ffffff !important;
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
}

#about-cisbc-wrapper .cta-card p {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 1.05rem !important;
    max-width: 700px !important;
    margin: 0 auto 24px auto !important;
    line-height: 1.6 !important;
}

#about-cisbc-wrapper .cta-btn-primary {
    background: #ffc107 !important;
    color: #190028 !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    border-radius: 50px !important;
    padding: 12px 26px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    border: none !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.4) !important;
}

#about-cisbc-wrapper .cta-btn-primary:hover {
    background: #ffffff !important;
    color: #4f0071 !important;
    transform: translateY(-2px) !important;
}

#about-cisbc-wrapper .cta-btn-secondary {
    background: rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    border-radius: 50px !important;
    padding: 12px 26px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    border: 1.5px solid rgba(255, 255, 255, 0.5) !important;
    transition: all 0.25s ease !important;
}

#about-cisbc-wrapper .cta-btn-secondary:hover {
    background: #ffffff !important;
    color: #190028 !important;
    border-color: #ffffff !important;
    transform: translateY(-2px) !important;
}
