
        body.programs-page {
            padding-top: 77px !important;
            margin-top: 0 !important;
        }
        .prog-hero {
            background: linear-gradient(135deg, #196080 0%, #155875 55%, #0f4c66 100%) !important;
        }
        .prog-hero::before {
            content: "";
            position: absolute;
            width: 420px;
            height: 420px;
            top: -160px;
            left: -120px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 72%);
            pointer-events: none;
        }
        .prog-hero::after {
            content: "";
            position: absolute;
            width: 380px;
            height: 380px;
            right: -120px;
            bottom: -180px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(13, 44, 58, 0.45) 0%, rgba(13, 44, 58, 0) 72%);
            pointer-events: none;
        }
        .prog-hero-title {
            color: #f4fbff;
        }
        .prog-hero {
            padding-top: 80px !important;
        }
        .prog-hero-content {
            padding-top: 32px;
        }
        .prog-hero-desc {
            color: #ffffff;
        }
        .prog-hero-detail,
        .prog-hero-bullets li {
            color: #ffffff;
        }
        .prog-hero-bullets li::marker {
            color: #ffffff;
        }
        .prog-hero-bullets {
            margin: 0;
            padding-left: 20px;
        }
        .prog-hero-bullets li {
            margin-bottom: 8px;
        }
        .prog-hero-bullets li:last-child {
            margin-bottom: 0;
        }
        .prog-info-card .prog-info-label {
            font-size: 15.75px;
            margin-bottom: 3px;
        }
        .prog-info-card .prog-info-value {
            font-size: 18.9px;
            line-height: 1.2;
        }
        .prog-info-card {
            margin-top: 26px;
        }
        .programs-page .footer-area {
            padding-top: 40px !important;
            margin-top: 0 !important;
        }
        .programs-page .prog-majors {
            padding-bottom: 30px !important;
            margin-bottom: 0 !important;
        }
        .prog-takeaways {
            background: #ffffff;
            padding: 62px 0 50px;
        }
        .prog-takeaways .prog-section-desc {
            max-width: 860px;
            margin: 0 auto;
        }
        .takeaway-feature-grid {
            margin-top: 34px;
            row-gap: 20px;
        }
        .prog-takeaways .prog-feature-text p {
            color: #2b3f52;
        }
        .prog-major-points {
            margin: 0;
            padding-left: 18px;
            flex: 1;
        }
        .prog-major-points li {
            font-size: 14px;
            line-height: 1.65;
            color: #777;
            margin-bottom: 6px;
        }
        .prog-major-points li:last-child {
            margin-bottom: 0;
        }
        .prog-module-list {
            background: #f4f7fa;
            padding-top: 64px;
            padding-bottom: 56px !important;
        }
        .prog-module-timeline {
            background: #ffffff;
            padding-top: 64px;
            padding-bottom: 56px !important;
        }
        /* Timeline Layout */
        .timeline-grid {
            position: relative;
            display: grid;
            grid-template-columns: 1fr 48px 1fr;
            row-gap: 0;
            column-gap: 0;
            max-width: 960px;
            margin: 0 auto;
        }
        /* Continuous vertical spine line */
        .timeline-grid::before {
            content: '';
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: 0;
            bottom: 0;
            width: 2px;
            background: #c0c8cc;
            z-index: 0;
        }
        .timeline-cell {
            min-height: 0;
        }
        .tl-card-wrap {
            padding: 12px 0;
        }
        .tl-spine {
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            z-index: 1;
        }
        .timeline-dot {
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: #c0c8cc;
            flex-shrink: 0;
        }
        .timeline-dot.active {
            background: var(--color-primary);
            box-shadow: 0 0 0 6px rgba(25, 96, 128, 0.12);
        }
        .timeline-card {
            background: #f4f7fa;
            border-radius: 12px;
            padding: 28px 26px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
            transition: box-shadow 0.3s ease, transform 0.3s ease;
        }
        .timeline-card:hover {
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
            transform: translateY(-2px);
        }
        .timeline-card.active-card {
            border-left: 4px solid var(--color-accent);
        }
        .timeline-week {
            display: block;
            font-family: var(--font-body);
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #71787c;
            margin-bottom: 6px;
        }
        .timeline-card h4 {
            font-family: var(--font-heading);
            font-size: 20px;
            font-weight: 700;
            color: var(--color-dark);
            margin: 0 0 10px;
        }
        .timeline-card p {
            font-family: var(--font-body);
            font-size: 14px;
            line-height: 1.6;
            color: #555;
            margin: 0 0 16px;
        }
        .timeline-card ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .timeline-card ul li {
            display: flex;
            align-items: flex-start;
            gap: 8px;
            font-family: var(--font-body);
            font-size: 13.5px;
            color: #555;
            line-height: 1.5;
            margin-bottom: 8px;
        }
        .timeline-card ul li:last-child {
            margin-bottom: 0;
        }
        .timeline-card ul li i {
            color: var(--color-accent);
            font-size: 14px;
            margin-top: 3px;
            flex-shrink: 0;
        }
        /* Week filter pills */
        .timeline-week-pills {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            justify-content: center;
            margin-bottom: 40px;
        }
        .timeline-week-pill {
            display: inline-block;
            padding: 10px 22px;
            border-radius: 50px;
            font-family: var(--font-body);
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0.5px;
            cursor: pointer;
            transition: all 0.3s ease;
            border: none;
            background: var(--color-primary);
            color: #ffffff;
            box-shadow: 0 2px 8px rgba(25, 96, 128, 0.2);
        }
        .timeline-week-pill:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 14px rgba(25, 96, 128, 0.3);
        }
        .timeline-card .timeline-week-badge {
            display: inline-block;
            padding: 6px 16px;
            border-radius: 50px;
            background: var(--color-primary);
            color: #ffffff;
            font-family: var(--font-body);
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            margin-bottom: 12px;
        }
        .timeline-card .timeline-projects-label {
            font-family: var(--font-body);
            font-size: 13px;
            font-weight: 600;
            font-style: italic;
            color: var(--color-secondary);
            margin-bottom: 10px;
            display: block;
        }
        @media (max-width: 991px) {
            .timeline-grid {
                display: flex;
                flex-direction: column;
                gap: 16px;
            }
            .timeline-grid::before {
                display: none;
            }
            .tl-spine,
            .timeline-cell:not(.tl-card-wrap) {
                display: none;
            }
            .tl-card-wrap {
                padding: 0;
            }
        }
        .prog-details-tiles {
            background: linear-gradient(180deg, #f8fbff 0%, #edf3f9 100%);
            padding: 58px 0 70px;
        }
        .prog-details-tiles .container {
            position: relative;
            z-index: 1;
        }
        .prog-outcomes {
            background: #f4f7fa;
            padding: 42px 0 36px;
        }
        .prog-outcomes-title {
            font-family: var(--font-heading);
            font-size: 26px;
            line-height: 1.35;
            color: var(--color-dark);
            margin: 0 0 18px;
            text-align: center;
        }
        .prog-outcome-card {
            height: 100%;
            background: #ffffff;
            border: 1px solid #dce5ef;
            border-radius: 16px;
            padding: 20px 22px;
            box-shadow: 0 10px 24px rgba(20, 45, 66, 0.08);
            text-align: center;
        }
        .prog-outcome-photo {
            width: 176px;
            height: 176px;
            border-radius: 50%;
            object-fit: cover;
            display: block;
            margin: 0 auto 12px;
            border: 3px solid #e8eef6;
            box-shadow: 0 10px 22px rgba(23, 53, 80, 0.18);
        }
        .prog-outcome-name {
            font-family: var(--font-heading);
            font-size: 23px;
            font-weight: 700;
            color: var(--color-dark);
            margin: 0 0 6px;
        }
        .prog-outcome-ctc {
            margin: 0;
            font-size: 15px;
            font-weight: 700;
            color: #2a678b;
        }
        .prog-outcomes-slider .owl-nav {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-top: 20px;
        }
        .prog-outcomes-slider .owl-nav button {
            width: 40px;
            height: 40px;
            background: #ffffff !important;
            border: 1px solid #dce5ef !important;
            border-radius: 50% !important;
            box-shadow: 0 4px 12px rgba(0,0,0,0.08);
            font-size: 14px;
            color: #196080;
        }
        .prog-outcomes-slider .owl-nav button:hover {
            background: #196080 !important;
            color: #ffffff;
        }
        .prog-outcomes-slider .owl-dots {
            text-align: center;
            margin-top: 16px;
        }
        .prog-outcomes-slider .owl-dot span {
            width: 8px;
            height: 8px;
            background: #C2EBEB;
            border-radius: 50%;
            display: inline-block;
            margin: 0 4px;
        }
        .prog-outcomes-slider .owl-dot.active span {
            background: #196080;
            width: 24px;
            border-radius: 4px;
        }
        .bento-review-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-top: 16px;
            padding: 10px 18px;
            border-radius: 999px;
            background: #ffffff;
            color: var(--color-gold-dark);
            border: 1px solid rgba(255, 255, 255, 0.7);
            font-size: 12px;
            font-weight: 800;
            letter-spacing: 0.8px;
            text-transform: uppercase;
            text-decoration: none;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }
        .bento-review-btn:hover {
            color: var(--color-gold-dark);
            transform: translateY(-2px);
            box-shadow: 0 8px 16px rgba(17, 24, 39, 0.16);
        }

        /* Footer fixes */
        .programs-page .footer-area .widget-title {
            color: #ffffff !important;
            font-size: 20px;
            margin-bottom: 24px;
        }
        .programs-page .footer-area .widget_about .details p {
            color: rgba(255, 255, 255, 0.75) !important;
            font-size: 15px;
            line-height: 1.6;
            margin-bottom: 12px;
        }
        .programs-page .footer-area .footer-linkedin {
            margin-top: 20px;
        }
        .programs-page .footer-area .footer-linkedin-link {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            color: #ffffff !important;
            text-decoration: none;
            font-size: 15px;
            padding: 8px 18px;
            border: 1px solid rgba(255, 255, 255, 0.25);
            border-radius: 6px;
            transition: all 0.3s ease;
        }
        .programs-page .footer-area .footer-linkedin-link:hover {
            background: #0077B5;
            border-color: #0077B5;
        }
        .programs-page .footer-area .footer-linkedin-link i {
            font-size: 16px;
            color: #ffffff;
            transition: color 0.3s ease;
        }
        .programs-page .footer-area .footer-linkedin-link:hover i {
            color: #ffffff;
        }
        .programs-page .footer-area .widget_nav_menu ul {
            list-style: none !important;
            padding-left: 0 !important;
        }
        .programs-page .footer-area .widget_nav_menu ul li {
            margin-bottom: 10px;
        }
        .programs-page .footer-area .widget_nav_menu ul li a {
            color: rgba(255, 255, 255, 0.75) !important;
            text-decoration: none;
            font-size: 15px;
            transition: color 0.3s ease;
        }
        .programs-page .footer-area .widget_nav_menu ul li a:hover {
            color: #ffffff !important;
        }
        .programs-page .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
            padding: 20px 0;
        }
        .programs-page .footer-bottom p {
            color: rgba(255, 255, 255, 0.6) !important;
            margin: 0;
            font-size: 14px;
        }
        .prog-hiring-strip {
            background: #f8fbff;
            padding: 44px 0 28px;
        }
        .hiring-panel {
            position: relative;
            padding: 50px 48px 42px;
            border-radius: 28px;
            overflow: hidden;
            background: linear-gradient(135deg, #0f3c50 0%, #196080 45%, #2b7aa3 100%);
            background-size: 180% 180%;
            border: 1px solid rgba(255, 255, 255, 0.22);
            box-shadow: 0 22px 48px rgba(12, 40, 56, 0.26);
            animation: hiringGradientShift 10s ease-in-out infinite;
        }
        .hiring-panel::before {
            content: "";
            position: absolute;
            width: 260px;
            height: 260px;
            top: -90px;
            left: -70px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 70%);
            pointer-events: none;
        }
        .hiring-panel::after {
            content: "";
            position: absolute;
            width: 240px;
            height: 240px;
            right: -80px;
            bottom: -110px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(232, 180, 75, 0.4) 0%, rgba(232, 180, 75, 0) 68%);
            pointer-events: none;
        }
        .prog-hiring-strip .prog-section-title {
            font-size: 42px;
            margin-bottom: 10px;
            color: #ffffff;
            line-height: 1.18;
            text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
            position: relative;
            z-index: 1;
        }
        .prog-hiring-strip .prog-section-desc {
            max-width: 760px;
            margin: 0 auto 22px;
            color: rgba(235, 245, 255, 0.92);
            position: relative;
            z-index: 1;
        }
        .prog-chip-wrap {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px;
            margin-top: 0;
        }
        .prog-hiring-strip .bento-nlp-tag {
            position: relative;
            overflow: hidden;
            padding: 8px 16px;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.13);
            border: 1px solid rgba(198, 224, 255, 0.45);
            color: #eef7ff;
            font-size: 14px;
            font-weight: 700;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
            transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
        }
        .prog-hiring-strip .bento-nlp-tag::before {
            content: "";
            position: absolute;
            top: -120%;
            left: -40%;
            width: 44%;
            height: 320%;
            transform: rotate(20deg);
            background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.44) 50%, rgba(255, 255, 255, 0) 100%);
            transition: left 0.45s ease;
        }
        .prog-hiring-strip .bento-nlp-tag:hover {
            transform: translateY(-2px);
            background: rgba(255, 255, 255, 0.2);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
        }
        .prog-hiring-strip .bento-nlp-tag:hover::before {
            left: 120%;
        }
        @keyframes hiringGradientShift {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }
        @media (max-width: 991px) {
            .hiring-panel {
                padding: 36px 24px 30px;
                border-radius: 22px;
            }
            .prog-hiring-strip .prog-section-title {
                font-size: 34px;
            }
            .prog-hiring-strip .prog-section-desc {
                font-size: 15px;
            }
        }
        @media (max-width: 575px) {
            .prog-hiring-strip {
                padding: 30px 0 20px;
            }
            .prog-hiring-strip .prog-section-title {
                font-size: 28px;
            }
            .prog-hiring-strip .prog-chip-wrap {
                gap: 8px;
            }
            .prog-hiring-strip .bento-nlp-tag {
                font-size: 13px;
                padding: 7px 12px;
            }
        }
        @media (max-width: 991px) {
            body.programs-page {
                padding-top: 70px !important;
            }
            .prog-hero {
                padding-top: 20px !important;
            }
            .prog-hero-content {
                padding-top: 18px;
                margin-bottom: 24px;
            }
            .prog-info-card {
                margin-top: 10px;
            }
            .prog-hero-bullets {
                margin-bottom: 16px;
            }
        }
        /* Prevent overflow in certificate card */
        .bento-cert {
            flex-wrap: wrap;
            align-items: flex-start;
        }
        .bento-cert-content {
            min-width: 0;
            flex: 1 1 250px;
        }
        .bento-cert-badge {
            min-width: 0;
            max-width: 100%;
            flex: 1 1 330px;
        }
        .bento-cert-name {
            white-space: normal;
            overflow-wrap: anywhere;
            line-height: 1.35;
        }
        @media (max-width: 991px) {
            .bento-cert-badge {
                flex-basis: 100%;
            }
        }
        @media (max-width: 575px) {
            .bento-cert {
                flex-wrap: nowrap;
                flex-direction: column;
                align-items: flex-start;
            }
            .bento-cert-badge {
                width: 100%;
                max-width: 100%;
                flex: 0 0 auto;
                margin-top: 14px;
            }
        }
        .prog-major-meta {
            display: inline-block;
            font-size: 13px;
            font-weight: 700;
            color: var(--color-secondary);
            margin-bottom: 10px;
            text-transform: uppercase;
            letter-spacing: 0.3px;
        }
        .prog-admissions {
            background: #f4f7fa;
            padding-top: 62px;
            padding-bottom: 64px !important;
        }
        .prog-admissions .prog-section-desc {
            text-align: left;
            max-width: 860px;
            margin: 0 0 22px;
        }
        .admission-accordion {
            width: 100%;
            max-width: none;
            margin: 26px 0 0;
            display: grid;
            gap: 14px;
        }
        .admission-item {
            background: #ffffff;
            border: 1px solid #dde5ee;
            border-radius: 18px;
            overflow: hidden;
            box-shadow: 0 10px 24px rgba(25, 57, 79, 0.06);
            transition: box-shadow 0.25s ease, border-color 0.25s ease;
        }
        .admission-item[open] {
            border-color: #c8d7ea;
            box-shadow: 0 14px 28px rgba(25, 57, 79, 0.11);
        }
        .admission-summary {
            list-style: none;
            display: flex;
            align-items: center;
            gap: 14px;
            padding: 18px 22px;
            cursor: pointer;
            user-select: none;
            background: linear-gradient(90deg, #ffffff 0%, #f7fbff 100%);
        }
        .admission-summary:hover {
            background: linear-gradient(90deg, #fafdff 0%, #eef7ff 100%);
        }
        .admission-summary:focus-visible {
            outline: 2px solid #6ca9d1;
            outline-offset: -2px;
        }
        .admission-summary::-webkit-details-marker {
            display: none;
        }
        .admission-step {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            flex-shrink: 0;
            background: linear-gradient(135deg, #1b6388 0%, #2f7ea6 100%);
            color: #fff;
            font-size: 17px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 8px 18px rgba(31, 90, 126, 0.28);
        }
        .admission-step i {
            line-height: 1;
        }
        .admission-title-wrap {
            flex: 1;
            min-width: 0;
        }
        .admission-title {
            display: block;
            margin: 0;
            font-family: var(--font-heading);
            font-size: 22px;
            font-weight: 700;
            line-height: 1.28;
            color: #223846;
        }
        .admission-subtitle {
            margin: 2px 0 0;
            font-size: 13px;
            color: #7a8a9a;
            line-height: 1.45;
        }
        .admission-caret {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            border: 1px solid #d2deed;
            color: #285c82;
            font-size: 13px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.2s ease;
        }
        .admission-item[open] .admission-caret {
            transform: rotate(180deg);
        }
        .admission-body {
            padding: 6px 22px 20px 80px;
        }
        .admission-body,
        .admission-body li {
            font-size: 15px;
            color: #5f6f80;
            line-height: 1.75;
        }
        .admission-body ul,
        .admission-body ol {
            margin: 8px 0 0 18px;
            padding: 0;
        }
        .admission-body ul li,
        .admission-body ul li::marker {
            color: #000000;
        }
        .admission-body ol li,
        .admission-body ol li strong,
        .admission-body ol li::marker {
            color: #000000;
        }
        .admission-body p {
            margin: 0 0 8px;
        }
        .admission-body p:last-child {
            margin-bottom: 0;
        }
        .admission-disclaimer-note {
            width: 100%;
            max-width: none;
            margin: 20px 0 0;
            font-size: 12.5px;
            line-height: 1.7;
            color: #8c98a6;
            text-align: left;
        }
        .admission-disclaimer-note p {
            margin: 0;
        }
        .admission-disclaimer-note strong {
            color: #6c7885;
            font-weight: 700;
        }
        @media (max-width: 767px) {
            .admission-summary {
                padding: 15px 16px;
                gap: 10px;
            }
            .admission-step {
                width: 38px;
                height: 38px;
                font-size: 14px;
            }
            .admission-title {
                font-size: 18px;
            }
            .admission-subtitle {
                font-size: 12px;
            }
            .admission-body {
                padding: 2px 16px 16px 16px;
            }
        }
        .prog-tech-stack {
            background: #ffffff;
            padding: 70px 0 70px;
        }
        .prog-tech-stack .prog-section-title {
            margin-bottom: 10px;
        }
        .prog-tech-stack .prog-section-desc {
            margin-bottom: 28px;
        }
        .tech-logo-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
            gap: 14px;
            margin-top: 8px;
        }
        .tech-logo-item {
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 14px;
            padding: 14px 12px;
            display: flex;
            align-items: center;
            gap: 10px;
            min-height: 62px;
            transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
        }
        .tech-logo-item:hover {
            transform: translateY(-2px);
            border-color: #c7d5ea;
            box-shadow: 0 10px 20px rgba(20, 40, 70, 0.08);
        }
        .tech-logo-icon {
            width: 28px;
            height: 28px;
            object-fit: contain;
            flex-shrink: 0;
        }
        .tech-logo-fa {
            width: 28px;
            text-align: center;
            font-size: 24px;
            flex-shrink: 0;
        }
        .tech-logo-fa.aws {
            color: #ff9900;
        }
        .tech-logo-fa.azure {
            color: #0078d4;
        }
        .tech-logo-label {
            font-size: 13px;
            font-weight: 700;
            line-height: 1.25;
            color: #2f465d;
        }
        .prog-reviews-carousel {
            background: #196080;
            padding: 64px 0 58px;
            overflow: hidden;
        }
        .prog-reviews-carousel .prog-section-title {
            color: #ffffff;
            margin-bottom: 10px;
        }
        .prog-reviews-carousel .prog-section-desc {
            color: rgba(255, 255, 255, 0.9);
            max-width: 860px;
            margin: 0 auto 26px;
        }
        .prog-reviews-slider .owl-stage {
            display: flex;
        }
        .prog-review-slide {
            height: 100%;
            padding: 8px 6px;
        }
        .prog-review-card {
            min-height: 310px;
            height: 100%;
            border-radius: 28px;
            padding: 28px 26px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
        }
        .prog-review-quote {
            margin: 0;
            font-size: 18px;
            font-style: italic;
            line-height: 1.55;
            word-break: break-word;
        }
        .prog-review-author {
            margin: 20px 0 3px;
            font-family: var(--font-heading);
            font-size: 20px;
            font-weight: 700;
            line-height: 1.2;
        }
        .prog-review-role {
            margin: 0;
            font-size: 15px;
            line-height: 1.4;
        }
        .prog-review-card--white {
            background: #ffffff;
            color: #1e363f;
        }
        .prog-review-card--white .prog-review-role {
            color: #5c6f7f;
        }
        .prog-review-card--yellow {
            background: #d39f31;
            color: #1b2f3e;
        }
        .prog-review-card--yellow .prog-review-role {
            color: rgba(255, 255, 255, 0.92);
        }
        .prog-reviews-slider .owl-nav {
            margin-top: 18px;
            display: flex;
            justify-content: center;
            gap: 12px;
        }
        .prog-reviews-slider .owl-nav button {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            border: 0;
            background: #ffffff !important;
            color: #196080 !important;
            font-size: 16px !important;
            transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
        }
        .prog-reviews-slider .owl-nav button:hover {
            background: var(--color-gold) !important;
            color: #1e363f !important;
            transform: translateY(-1px);
        }
        .prog-reviews-slider .owl-nav button.disabled {
            opacity: 0.45;
        }
        .prog-reviews-cta {
            margin-top: 8px;
        }
        .prog-reviews-all-btn {
            display: inline-flex !important;
            align-items: center;
            justify-content: center;
            width: fit-content !important;
            min-width: 158px;
            margin: 0 auto;
            padding: 12px 28px !important;
            text-transform: uppercase;
            letter-spacing: 0.8px;
            border-radius: 999px !important;
        }
        @media (max-width: 991px) {
            .prog-review-card {
                min-height: 280px;
                padding: 24px 22px;
            }
            .prog-review-quote {
                font-size: 17px;
            }
            .prog-review-author {
                font-size: 18px;
            }
            .prog-review-role {
                font-size: 14px;
            }
        }
        @media (max-width: 767px) {
            .prog-reviews-carousel {
                padding: 54px 0 48px;
            }
            .prog-review-card {
                border-radius: 22px;
                min-height: 250px;
            }
            .prog-review-quote {
                font-size: 16px;
            }
            .prog-review-author {
                font-size: 17px;
            }
            .prog-review-role {
                font-size: 13px;
            }
        }

        .prog-roadmap {
            background: linear-gradient(180deg, #f4f7fa 0%, #eef3f8 100%);
            padding: 56px 0 80px;
        }
        .prog-roadmap .prog-section-desc {
            max-width: 820px;
            margin: 0 auto;
        }
        .roadmap-track {
            position: relative;
            display: grid;
            grid-template-columns: repeat(6, minmax(170px, 1fr));
            gap: 14px;
            margin-top: 38px;
            padding: 22px 0;
        }
        .roadmap-track::before {
            content: "";
            position: absolute;
            left: 28px;
            right: 28px;
            top: 50%;
            height: 4px;
            transform: translateY(-50%);
            background: linear-gradient(90deg, rgba(30,54,63,0.18) 0%, rgba(25,96,128,0.42) 100%);
            border-radius: 999px;
            z-index: 0;
        }
        .roadmap-node {
            position: relative;
            z-index: 1;
            background: #ffffff;
            border: 1px solid #e5ebf2;
            border-radius: 18px;
            padding: 18px 16px 16px;
            min-height: 220px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
            display: flex;
            flex-direction: column;
            transition: transform 0.25s ease, box-shadow 0.25s ease;
        }
        .roadmap-node:hover {
            transform: translateY(-6px);
            box-shadow: 0 14px 32px rgba(0, 0, 0, 0.1);
        }
        .roadmap-node:nth-child(odd) {
            transform: translateY(-22px);
        }
        .roadmap-node:nth-child(even) {
            transform: translateY(22px);
        }
        .roadmap-node:nth-child(odd):hover {
            transform: translateY(-28px);
        }
        .roadmap-node:nth-child(even):hover {
            transform: translateY(16px);
        }
        .roadmap-step {
            width: 34px;
            height: 34px;
            border-radius: 50%;
            background: var(--color-primary);
            color: #fff;
            font-family: var(--font-heading);
            font-size: 15px;
            font-weight: 700;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 12px;
        }
        .roadmap-weeks {
            display: inline-flex;
            align-self: flex-start;
            padding: 5px 10px;
            border-radius: 999px;
            background: var(--color-primary);
            color: #fff;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.2px;
            margin-bottom: 10px;
        }
        .roadmap-title {
            font-family: var(--font-heading);
            font-size: 18px;
            font-weight: 700;
            color: var(--color-dark);
            line-height: 1.35;
            margin: 0 0 8px;
        }
        .roadmap-desc {
            font-size: 13px;
            line-height: 1.55;
            color: #6f7f90;
            margin: 0;
        }
        @media (max-width: 1199px) {
            .roadmap-track {
                grid-template-columns: repeat(3, minmax(220px, 1fr));
            }
            .roadmap-track::before {
                display: none;
            }
            .roadmap-node:nth-child(odd),
            .roadmap-node:nth-child(even),
            .roadmap-node:nth-child(odd):hover,
            .roadmap-node:nth-child(even):hover {
                transform: none;
            }
        }
        @media (max-width: 767px) {
            .roadmap-track {
                grid-template-columns: 1fr;
            }
            .roadmap-node {
                min-height: 0;
            }
        }
    