     /* Programs Section Styles - No tag-based or body font-family overrides */
        .programs-intro {
            padding: 60px 0 30px;
        }
        
        .programs-intro .section-title {
            margin-bottom: 1.5rem;
        }
        
        .programs-intro .section-title span {
            display: inline-block;
            background: rgba(13, 95, 249, 0.1);
            padding: 0.5rem 1.2rem;
            border-radius: 50px;
            font-weight: 600;
            font-size: 0.85rem;
            letter-spacing: 1px;
            color: #0D5FF9;
            margin-bottom: 1rem;
        }
        
        .programs-intro .section-title h2 {
            font-size: 2.5rem;
            font-weight: 800;
            color: #0A2540;
        }
        
        .programs-intro .section-title p {
            color: #5A6E7F;
            max-width: 700px;
            margin: 0 auto;
        }
        
        /* Program Card - Matching Home Page Feature Card Style */
        .program-card {
            background: #FFFFFF;
            border-radius: 20px;
            padding: 1.8rem;
            transition: all 0.4s ease;
            height: 100%;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            border: 1px solid rgba(13, 95, 249, 0.08);
            position: relative;
            overflow: hidden;
        }
        
        .program-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, #0D5FF9, #0D5FF9);
            transform: scaleX(0);
            transition: transform 0.4s ease;
        }
        
        .program-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(13, 95, 249, 0.12);
        }
        
        .program-card:hover::before {
            transform: scaleX(1);
        }
        
        .program-icon {
            width: 60px;
            height: 60px;
            background: rgba(13, 95, 249, 0.1);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.2rem;
        }
        
        .program-icon i {
            font-size: 2rem;
            color: #0D5FF9;
        }
        
        .program-card h3 {
            font-size: 1.4rem;
            font-weight: 700;
            margin-bottom: 0.75rem;
            color: #0A2540;
        }
        
        .program-card .program-overview {
            color: #5A6E7F;
            margin-bottom: 1rem;
            text-align:justify;
            line-height: 1.5;
            font-size: 0.95rem;
        }
        
        .topics-heading {
            font-weight: 700;
            font-size: 0.85rem;
            color: #0A2540;
            margin-top: 1rem;
            margin-bottom: 0.6rem;
            letter-spacing: 0.5px;
        }
        
        .topic-list {
            list-style: none;
            padding-left: 0;
            margin-bottom: 1rem;
        }
        
        .topic-list li {
            padding-left: 1.5rem;
            position: relative;
            margin-bottom: 0.45rem;
            font-size: 0.85rem;
            color: #5A6E7F;
        }
        
        .topic-list li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #0D5FF9;
            font-weight: 700;
            font-size: 0.85rem;
        }
        
        .outcome-badge {
            display: inline-block;
            background: linear-gradient(135deg, #F0F7FF 0%, #FFFFFF 100%);
            padding: 0.5rem 1rem;
            border-radius: 12px;
            font-size: 0.75rem;
            font-weight: 600;
            color: #0D5FF9;
            border-left: 3px solid #0D5FF9;
            margin-top: 0.5rem;
        }
        
        /* Highlights Section */
        .highlights-section {
            background: #F8FAFE;
            padding: 70px 0;
        }
        
        .highlights-section .section-title span {
            display: inline-block;
            background: rgba(13, 95, 249, 0.1);
            padding: 0.5rem 1.2rem;
            border-radius: 50px;
            font-weight: 600;
            font-size: 0.85rem;
            color: #0D5FF9;
            margin-bottom: 1rem;
        }
        
        .highlights-section .section-title h2 {
            font-size: 2.2rem;
            font-weight: 800;
            color: #0A2540;
            margin-bottom: 2rem;
        }
        
        .highlight-item {
            background: white;
            border-radius: 20px;
            padding: 1.5rem;
            text-align: center;
            transition: all 0.3s ease;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
            height: 100%;
            border: 1px solid rgba(13, 95, 249, 0.05);
        }
        
        .highlight-item:hover {
            transform: translateY(-5px);
            background: #0D5FF9;
        }
        
        .highlight-item:hover i,
        .highlight-item:hover h4 {
            color: white;
        }
        
        .highlight-item i {
            font-size: 2.2rem;
            color: #0D5FF9;
            margin-bottom: 1rem;
            display: inline-block;
        }
        
        .highlight-item h4 {
            font-size: 1rem;
            font-weight: 700;
            margin-bottom: 0;
            color: #0A2540;
        }
        
        /* How to Enroll Section */
        .enroll-section {
            padding: 70px 0;
        }
        
        .enroll-section .section-title span {
            display: inline-block;
            background: rgba(13, 95, 249, 0.1);
            padding: 0.5rem 1.2rem;
            border-radius: 50px;
            font-weight: 600;
            font-size: 0.85rem;
            color: #0D5FF9;
            margin-bottom: 1rem;
        }
        
        .enroll-section .section-title h2 {
            font-size: 2rem;
            font-weight: 800;
            color: #0A2540;
        }
        
        .enroll-step {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 1.5rem;
            background: white;
            padding: 1rem;
            border-radius: 16px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
            transition: all 0.3s;
            border: 1px solid rgba(13, 95, 249, 0.08);
        }
        
        .enroll-step:hover {
            transform: translateX(8px);
            box-shadow: 0 8px 20px rgba(13, 95, 249, 0.08);
        }
        
        .step-number {
            width: 48px;
            height: 48px;
            background: linear-gradient(135deg, #0D5FF9, #3A7BFF);
            border-radius: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 800;
            font-size: 1.2rem;
            color: white;
        }
        
        .step-content h5 {
            font-weight: 700;
            margin-bottom: 0.2rem;
            color: #0A2540;
            font-size: 1rem;
        }
        
        .step-content p {
            color: #5A6E7F;
            margin-bottom: 0;
            font-size: 0.85rem;
        }
        
        /* Who Can Join Card */
        .who-join-card {
            background: white;
            border-radius: 24px;
            padding: 2rem;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
            border: 1px solid rgba(13, 95, 249, 0.1);
            height: 100%;
        }
        
        .who-join-card i.bxs-group {
            font-size: 2.2rem;
            color: #0D5FF9;
        }
        
        .who-join-card h2 {
            font-weight: 700;
            font-size: 1.8rem;
            color: #0A2540;
            margin: 1rem 0;
        }
        
        .join-tag {
            background: rgba(13, 95, 249, 0.05);
            padding: 0.6rem 1rem;
            border-radius: 12px;
            margin-bottom: 0.75rem;
            transition: all 0.3s;
        }
        
        .join-tag:hover {
            background: rgba(13, 95, 249, 0.1);
            transform: translateX(5px);
        }
        
        .join-tag i {
            color: #0D5FF9;
            margin-right: 0.5rem;
        }
        
        .join-tag span {
            color: #0A2540;
            font-weight: 500;
        }
        
        /* CTA Section */
        .cta-programs-section {
            background: linear-gradient(125deg, #0A2540 0%, #144272 100%);
            padding: 70px 0;
            position: relative;
            overflow: hidden;
        }
        
        .cta-programs-section::after {
            content: '';
            position: absolute;
            top: -50%;
            right: -10%;
            width: 300px;
            height: 300px;
            background: rgba(255, 184, 76, 0.08);
            border-radius: 50%;
        }
        
        .cta-content h2 {
            font-size: 2.2rem;
            font-weight: 800;
            color: white;
            margin-bottom: 1rem;
        }
        
        .cta-content p {
            color: rgba(255, 255, 255, 0.9);
            font-size: 1.1rem;
            max-width: 700px;
            margin: 0 auto 1.5rem;
        }
        
        .btn-program-primary {
            background: #0D5FF9;
            color: #0A2540;
            padding: 12px 32px;
            border-radius: 50px;
            font-weight: 700;
            transition: all 0.3s;
            border: none;
            display: inline-block;
            text-decoration: none;
        }
        
        .btn-program-primary:hover {
            background: #ffaa33;
            transform: translateY(-2px);
            color: #0A2540;
        }
        
        .btn-program-outline {
            background: transparent;
            border: 2px solid #0D5FF9;
            color: #0D5FF9;
            padding: 12px 32px;
            border-radius: 50px;
            font-weight: 700;
            transition: all 0.3s;
            display: inline-block;
            text-decoration: none;
        }
        
        .btn-program-outline:hover {
            background: #0D5FF9;
            color: #0A2540;
            transform: translateY(-2px);
        }
        
        /* Responsive */
        @media (max-width: 991px) {
            .programs-intro .section-title h2 {
                font-size: 2rem;
            }
            .cta-content h2 {
                font-size: 1.8rem;
            }
        }
        
        @media (max-width: 768px) {
            .programs-intro {
                padding: 40px 0 20px;
            }
            .programs-intro .section-title h2 {
                font-size: 1.6rem;
            }
            .highlights-section {
                padding: 50px 0;
            }
            .enroll-section {
                padding: 50px 0;
            }
            .cta-programs-section {
                padding: 50px 0;
            }
            .cta-content h2 {
                font-size: 1.5rem;
            }
            .btn-program-primary, .btn-program-outline {
                padding: 10px 24px;
                font-size: 0.9rem;
            }
        }
        
        /* Additional spacing */
        .mt-30 { margin-top: 30px; }
        .mb-30 { margin-bottom: 30px; }
        .section-padding-small { padding: 50px 0; }
    
        .outcome-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 10px 16px;
    border: 2px solid #3b82f6;
    border-radius: 10px;
    background-color: #f8fafc;

    font-size: 14px;
    color: #1e293b;
}

/* auto handle emoji as icon */
.outcome-badge::before {
    content: attr(data-icon);
    font-size: 16px;
    line-height: 1;
}