/* Institutional Foundation & Vision Stylesheet */
#foundation-vision-wrapper {
    font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
    background-color: #f8fafc !important;
    color: #1e293b !important;
    line-height: 1.6;
    margin-bottom: 60px !important;
    padding-bottom: 40px !important;
}

/* Sidebar Styles */
#foundation-vision-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;
}

#foundation-vision-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;
}

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

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

/* Top Page Header */
#foundation-vision-wrapper .page-top-header {
    padding-bottom: 12px;
    border-bottom: 2px solid #e2e8f0;
    position: relative;
    margin-bottom: 24px;
}

#foundation-vision-wrapper .page-top-header::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #ffc107 0%, #4f0071 50%, #e2e8f0 100%);
}

#foundation-vision-wrapper .header-main-title {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 800 !important;
    font-size: 2.1rem !important;
    color: #16002c !important;
    letter-spacing: -0.5px !important;
    margin: 0 0 6px 0 !important;
}

#foundation-vision-wrapper .breadcrumb-custom {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.92rem;
    color: #475569;
    margin: 0;
}

#foundation-vision-wrapper .breadcrumb-custom a {
    color: #16002c;
    text-decoration: none;
    font-weight: 600;
}

/* Section Headings with Gold Accent Bar */
#foundation-vision-wrapper .section-heading {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.25rem !important;
    color: #16002c !important;
    position: relative;
    display: inline-block;
    margin-bottom: 16px !important;
}

#foundation-vision-wrapper .section-heading::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #ffc107;
    margin-top: 4px;
    border-radius: 2px;
}

/* White Cards */
#foundation-vision-wrapper .card-clean {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 24px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02) !important;
}

/* Focus Card (Purple Tinted Box) */
#foundation-vision-wrapper .focus-purple-box {
    background: #f6f0fd !important;
    border: 1px solid #e9d8fd !important;
    border-radius: 16px !important;
    padding: 24px !important;
    height: 100%;
}

#foundation-vision-wrapper .focus-icon-circle {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #16002c;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

/* Vertical Flexible Learning Items */
#foundation-vision-wrapper .flex-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px dashed #e2e8f0;
}

#foundation-vision-wrapper .flex-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

#foundation-vision-wrapper .flex-icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #16002c;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    flex-shrink: 0;
}

/* Mission Bullets - One Per Line */
#foundation-vision-wrapper .mission-bullet {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 0.86rem;
    color: #475569;
}

#foundation-vision-wrapper .mission-bullet:last-child {
    margin-bottom: 0;
}

#foundation-vision-wrapper .mission-bullet i {
    color: #d97706;
    margin-top: 3px;
    font-size: 0.84rem;
}

/* Approach Grid */
#foundation-vision-wrapper .approach-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 12px;
    border-right: 1px solid #f1f5f9;
}

#foundation-vision-wrapper .approach-item:last-child {
    border-right: none;
}

#foundation-vision-wrapper .approach-icon-circle {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #16002c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

/* Bottom Dark Bar */
#foundation-vision-wrapper .bottom-dark-bar {
    background: #16002c !important;
    border-radius: 12px !important;
    padding: 16px 24px !important;
    color: #ffffff !important;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

#foundation-vision-wrapper .bottom-bar-link {
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 0.92rem !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: color 0.2s ease;
}

#foundation-vision-wrapper .bottom-bar-link:hover {
    color: #ffc107 !important;
}

#foundation-vision-wrapper .bottom-bar-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffc107;
    font-size: 0.9rem;
}

#foundation-vision-wrapper .bar-divider {
    width: 1px;
    height: 24px;
    background: rgba(255, 255, 255, 0.15);
}
