
        body.programs-page {
            margin: 0;
            padding-top: 77px !important;
            background: #eef3f7;
        }

        .degree4-hero.prog-hero {
            background: linear-gradient(140deg, #145e80 0%, #0f5677 54%, #0d4a65 100%) !important;
            padding-top: 80px !important;
            padding-bottom: 80px !important;
            overflow: hidden;
            min-height: auto;
        }

        .degree4-hero.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;
        }

        .degree4-hero.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;
        }

        .degree4-hero .prog-hero-content {
            padding-top: 32px;
        }

        .degree4-hero .prog-hero-title {
            color: #f4fbff;
        }

        .degree4-hero .prog-hero-desc {
            color: #ffffff;
            margin-bottom: 0;
        }

        .degree4-badge {
            display: inline-block;
            margin-bottom: 18px;
            padding: 7px 14px;
            border-radius: 999px;
            background: #20b5c4;
            color: #e8feff;
            font-family: "Lato", sans-serif;
            font-size: 12px;
            font-weight: 900;
            letter-spacing: 0.9px;
            text-transform: uppercase;
            line-height: 1;
        }

        .degree4-stats {
            margin-top: 28px;
            display: flex;
            gap: 14px;
            flex-wrap: wrap;
        }

        .degree4-stat {
            min-width: 170px;
            padding: 14px 15px;
            border-radius: 12px;
            border: 1px solid rgba(172, 227, 255, 0.34);
            background: rgba(76, 143, 178, 0.35);
            backdrop-filter: blur(2px);
        }

        .degree4-stat-value {
            display: block;
            color: #ffc84e;
            font-family: "Lato", sans-serif;
            font-size: 42px;
            line-height: 1;
            font-weight: 900;
            letter-spacing: 0.5px;
        }
        .degree4-stat-value-text {
            font-size: 30px;
            line-height: 1.08;
            letter-spacing: 0.1px;
            text-wrap: balance;
        }

        .degree4-stat-label {
            display: block;
            margin-top: 7px;
            color: #bde5fb;
            font-family: "Lato", sans-serif;
            font-size: 12px;
            font-weight: 800;
            letter-spacing: 0.75px;
            text-transform: uppercase;
            line-height: 1.3;
        }
        .degree4-stat-label-case {
            text-transform: none;
            letter-spacing: 0.35px;
        }

        .degree4-ctas {
            margin-top: 30px;
            display: flex;
            align-items: center;
            gap: 14px;
            flex-wrap: wrap;
        }

        .degree4-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 54px;
            padding: 0 30px;
            border-radius: 16px;
            border: 1px solid transparent;
            font-family: "Lato", sans-serif;
            font-size: 18px;
            font-weight: 800;
            text-decoration: none;
            transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
        }

        .degree4-btn-primary {
            background: #e9b949;
            border-color: #d9a93c;
            color: #2f2a74;
            box-shadow: 0 11px 22px rgba(0, 0, 0, 0.2);
        }

        .degree4-btn-primary:hover,
        .degree4-btn-primary:focus-visible {
            color: #2f2a74;
            transform: translateY(-1px);
            box-shadow: 0 15px 26px rgba(0, 0, 0, 0.25);
        }

        .degree4-btn-secondary {
            background: transparent;
            border-color: rgba(164, 216, 241, 0.42);
            color: #eaf9ff;
        }

        .degree4-btn-secondary:hover,
        .degree4-btn-secondary:focus-visible {
            color: #ffffff;
            background: rgba(106, 166, 196, 0.24);
            transform: translateY(-1px);
        }

        .degree4-right-col {
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

        .degree4-visual {
            position: relative;
            width: 100%;
            max-width: 560px;
        }

        .degree4-frame {
            position: relative;
            background: #f5f6f8;
            border-radius: 8px 42px 8px 8px;
            padding: 8px;
            transform: rotate(2.2deg);
            box-shadow: 0 20px 36px rgba(10, 37, 52, 0.34);
            overflow: visible;
        }

        .degree4-frame img {
            width: 100%;
            height: 600px;
            object-fit: cover;
            display: block;
            border-radius: 5px 34px 5px 5px;
        }

        .degree4-accredit {
            position: absolute;
            left: clamp(18px, 2.8vw, 36px);
            bottom: -18px;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            min-height: 70px;
            padding: 12px 26px 12px 20px;
            border-radius: 14px;
            background: #e9b949;
            box-shadow: 0 16px 28px rgba(9, 33, 47, 0.26);
            z-index: 3;
        }

        .degree4-accredit-icon {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: #2f2a74;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #f5e6bb;
            font-size: 16px;
            flex-shrink: 0;
        }

        .degree4-accredit-text {
            display: flex;
            flex-direction: column;
            line-height: 1.12;
        }

        .degree4-accredit-text strong {
            font-family: "Lato", sans-serif;
            font-size: 22px;
            font-weight: 900;
            color: #2f2a74;
            line-height: 1.1;
        }

        .degree4-accredit-text span {
            font-family: "Lato", sans-serif;
            font-size: 11px;
            font-weight: 900;
            letter-spacing: 0.4px;
            text-transform: none;
            color: #2f2a74;
            opacity: 0.86;
        }

        .degree4-roadmap {
            padding: 68px 0 62px;
            background: #ffffff;
        }

        .degree4-roadmap-head {
            text-align: center;
            margin-bottom: 32px;
        }

        .degree4-roadmap-kicker {
            display: inline-block;
            font-family: "Lato", sans-serif;
            font-size: 13px;
            font-weight: 900;
            letter-spacing: 1.3px;
            text-transform: uppercase;
            color: #4e5b67;
            margin-bottom: 8px;
        }

        .degree4-roadmap-title {
            margin: 0;
            font-family: "Domine", serif;
            font-size: 42px;
            font-weight: 700;
            line-height: 1.12;
            color: #196080;
        }

        .degree4-roadmap-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 26px;
        }

        .degree4-roadmap-col {
            min-width: 0;
        }

        .degree4-roadmap-track-title {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 14px;
        }

        .degree4-track-pill {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 38px;
            height: 34px;
            padding: 0 9px;
            border-radius: 10px;
            background: #196080;
            color: #ffffff;
            font-family: "Lato", sans-serif;
            font-size: 16px;
            font-weight: 900;
            line-height: 1;
        }

        .degree4-track-heading {
            margin: 0;
            font-family: "Domine", serif;
            font-size: 24px;
            line-height: 1.18;
            color: #196080;
        }

        .degree4-track-list {
            position: relative;
            padding-left: 20px;
            margin: 0;
            list-style: none;
        }

        .degree4-track-list::before {
            content: "";
            position: absolute;
            top: 10px;
            bottom: 8px;
            left: 4px;
            width: 2px;
            background: #d5dde5;
        }

        .degree4-sem-item {
            position: relative;
            margin-bottom: 20px;
        }

        .degree4-sem-item:last-child {
            margin-bottom: 0;
        }

        .degree4-sem-item::before {
            content: "";
            position: absolute;
            left: -20px;
            top: 8px;
            width: 9px;
            height: 9px;
            border-radius: 50%;
            background: #196080;
            box-shadow: 0 0 0 3px rgba(25, 96, 128, 0.12);
        }

        .degree4-sem-title {
            margin: 0 0 6px;
            font-family: "Domine", serif;
            font-size: 20px;
            line-height: 1.22;
            color: #1f2f3a;
        }

        .degree4-sem-points {
            margin: 0;
            padding-left: 18px;
            list-style: disc;
        }

        .degree4-sem-points li {
            font-family: "Lato", sans-serif;
            font-size: 16px;
            line-height: 1.5;
            color: #5f6d78;
            margin-bottom: 4px;
        }

        .degree4-sem-points li:last-child {
            margin-bottom: 0;
        }

        .degree4-capstone-label {
            margin: 10px 0 8px;
            font-family: "Domine", serif;
            font-size: 18px;
            line-height: 1.25;
            color: #425b6d;
        }

        .degree4-capstone-list {
            margin: 0;
            padding-left: 18px;
            list-style: disc;
        }

        .degree4-capstone-list li {
            font-family: "Lato", sans-serif;
            font-size: 15px;
            line-height: 1.5;
            color: #8896a6;
            margin-bottom: 5px;
        }

        .degree4-capstone-list li:last-child {
            margin-bottom: 0;
        }

        .degree4-journey {
            padding: 68px 0 64px;
            background: #ffffff;
            border-top: 1px solid #e3ebf2;
            border-bottom: 1px solid #e3ebf2;
        }
        .degree4-journey-head {
            text-align: center;
            margin-bottom: 32px;
        }
        .degree4-journey-panel {
            border: 1px solid #dbe5ef;
            border-radius: 20px;
            overflow: hidden;
            background: #ffffff;
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
        .degree4-journey-col {
            padding: 34px 30px 30px;
            min-width: 0;
            background: #ffffff;
        }
        .degree4-journey-col--tint {
            background: #f9fbfd;
        }
        .degree4-journey-col + .degree4-journey-col {
            border-left: 1px solid #e3ebf2;
        }
        .degree4-journey-col-head {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 24px;
        }
        .degree4-journey-icon {
            width: 42px;
            height: 42px;
            border-radius: 10px;
            background: #eef4fa;
            color: #1d6788;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            flex-shrink: 0;
        }
        .degree4-journey-col-title {
            margin: 0;
            font-family: "Domine", serif;
            font-size: 24px;
            line-height: 1.15;
            color: #145e80;
        }
        .degree4-journey-block {
            margin-bottom: 26px;
        }
        .degree4-journey-block:last-child {
            margin-bottom: 0;
        }
        .degree4-journey-kicker {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            margin-bottom: 10px;
            font-family: "Lato", sans-serif;
            font-size: 11px;
            font-weight: 900;
            letter-spacing: 1.1px;
            text-transform: uppercase;
            color: #7b8d9e;
        }
        .degree4-journey-kicker i {
            font-size: 8px;
            color: #196080;
        }
        .degree4-journey-block h4 {
            margin: 0 0 4px;
            font-family: "Domine", serif;
            font-size: 20px;
            line-height: 1.2;
            color: #263643;
        }
        .degree4-journey-block p {
            margin: 0;
            font-family: "Lato", sans-serif;
            font-size: 16px;
            line-height: 1.55;
            color: #6f7f8f;
        }
        .degree4-specialize-badge {
            display: inline-flex;
            align-items: center;
            min-height: 28px;
            border-radius: 999px;
            padding: 0 14px;
            margin-bottom: 18px;
            background: #196080;
            color: #ffffff;
            font-family: "Lato", sans-serif;
            font-size: 12px;
            font-weight: 900;
            letter-spacing: 0.8px;
            text-transform: uppercase;
        }
        .degree4-specialize-list {
            margin: 0;
            padding-left: 0;
            list-style: none;
        }
        .degree4-specialize-list li {
            position: relative;
            margin-bottom: 10px;
            padding-left: 16px;
            font-family: "Lato", sans-serif;
            font-size: 18px;
            line-height: 1.45;
            color: #4d5d6d;
        }
        .degree4-specialize-list li:last-child {
            margin-bottom: 0;
        }
        .degree4-specialize-list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 13px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #1a6384;
        }
        .degree4-milestone {
            position: relative;
            padding-left: 18px;
            margin-bottom: 22px;
            border-left: 1px solid #dce5ef;
        }
        .degree4-milestone::before {
            content: "";
            position: absolute;
            left: -4px;
            top: 2px;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #196080;
        }
        .degree4-milestone:last-child {
            margin-bottom: 0;
        }
        .degree4-milestone-kicker {
            margin: 0 0 6px;
            font-family: "Lato", sans-serif;
            font-size: 11px;
            font-weight: 900;
            letter-spacing: 1.1px;
            text-transform: uppercase;
            color: #196080;
        }
        .degree4-milestone-title {
            margin: 0 0 6px;
            font-family: "Domine", serif;
            font-size: 20px;
            line-height: 1.22;
            color: #22323f;
        }
        .degree4-milestone-note {
            margin: 0;
            font-family: "Lato", sans-serif;
            font-style: italic;
            font-size: 16px;
            line-height: 1.5;
            color: #7a8a98;
        }
        .degree4-year-exit {
            margin-top: 18px;
            padding-top: 16px;
            border-top: 1px solid #e3ebf2;
        }
        .degree4-year-exit .degree4-milestone-kicker {
            color: #a18b4a;
            display: inline-flex;
            align-items: center;
            gap: 7px;
        }
        .degree4-year-exit .degree4-milestone-kicker i {
            font-size: 8px;
            color: #d6a73e;
        }

        @media (max-width: 1199px) {
            .degree4-roadmap-title {
                font-size: 38px;
            }
            .degree4-journey-col-title {
                font-size: 22px;
            }
            .degree4-track-heading {
                font-size: 22px;
            }
            .degree4-sem-title {
                font-size: 18px;
            }
            .degree4-journey-block h4,
            .degree4-milestone-title {
                font-size: 18px;
            }
            .degree4-sem-points li,
            .degree4-journey-block p,
            .degree4-specialize-list li,
            .degree4-milestone-note {
                font-size: 15px;
            }
            .degree4-capstone-label {
                font-size: 17px;
            }
            .degree4-capstone-list li {
                font-size: 14px;
            }
        }
        @media (max-width: 991px) {
            .degree4-journey {
                padding: 54px 0 50px;
            }
            .degree4-journey-panel {
                grid-template-columns: 1fr;
            }
            .degree4-journey-col + .degree4-journey-col {
                border-left: 0;
                border-top: 1px solid #e3ebf2;
            }
            .degree4-journey-col {
                padding: 26px 22px 24px;
            }
            .degree4-roadmap-title {
                font-size: 34px;
            }
            .degree4-journey-col-title {
                font-size: 21px;
            }
            .degree4-track-heading {
                font-size: 20px;
            }
            .degree4-sem-title {
                font-size: 17px;
            }
            .degree4-journey-block h4,
            .degree4-milestone-title {
                font-size: 17px;
            }
            .degree4-sem-points li,
            .degree4-journey-block p,
            .degree4-specialize-list li,
            .degree4-milestone-note {
                font-size: 15px;
            }
            .degree4-capstone-label {
                font-size: 16px;
            }
            .degree4-capstone-list li {
                font-size: 14px;
            }
        }
        @media (max-width: 575px) {
            .degree4-journey-head {
                margin-bottom: 20px;
            }
            .degree4-roadmap-title {
                font-size: clamp(28px, 8vw, 32px);
            }
            .degree4-journey-col-title {
                font-size: 19px;
            }
            .degree4-track-heading {
                font-size: 18px;
            }
            .degree4-sem-title {
                font-size: 16px;
            }
            .degree4-journey-block h4,
            .degree4-milestone-title {
                font-size: 16px;
            }
            .degree4-sem-points li,
            .degree4-journey-block p,
            .degree4-specialize-list li,
            .degree4-milestone-note {
                font-size: 14px;
                line-height: 1.45;
            }
            .degree4-capstone-label {
                font-size: 15px;
            }
            .degree4-capstone-list li {
                font-size: 13px;
            }
            .degree4-specialize-badge {
                font-size: 11px;
                min-height: 26px;
                padding: 0 12px;
            }
        }

        @media (max-width: 1199px) {
            .degree4-hero.prog-hero {
                padding-top: 72px !important;
                padding-bottom: 72px !important;
            }
            .degree4-stat-value {
                font-size: 36px;
            }
            .degree4-stat-value-text {
                font-size: 26px;
            }
            .degree4-frame img {
                height: 320px;
            }
            .degree4-accredit {
                bottom: -14px;
            }
        }

        @media (max-width: 991px) {
            body.programs-page {
                padding-top: 74px !important;
            }
            .degree4-hero.prog-hero {
                padding-top: 56px !important;
                padding-bottom: 52px !important;
            }
            .degree4-hero .prog-hero-content {
                padding-top: 0;
                padding-right: 0;
            }
            .degree4-stats {
                gap: 10px;
            }
            .degree4-stat {
                flex: 1 1 calc(50% - 6px);
                min-width: 0;
            }
            .degree4-stat-value {
                font-size: 31px;
            }
            .degree4-stat-value-text {
                font-size: 24px;
            }
            .degree4-btn {
                min-height: 48px;
                width: 100%;
            }
            .degree4-right-col {
                margin-top: 24px;
            }
            .degree4-frame {
                max-width: 100%;
                margin: 0;
                transform: none;
            }
            .degree4-frame img {
                height: 248px;
            }
            .degree4-accredit {
                position: static;
                margin-top: 12px;
                width: 100%;
                justify-content: center;
            }
            .degree4-roadmap {
                padding: 68px 0 56px;
            }
            .degree4-roadmap-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }
        }

        @media (max-width: 575px) {
            .degree4-badge {
                font-size: 10px;
                padding: 6px 11px;
                letter-spacing: 0.7px;
            }
            .degree4-stat {
                padding: 12px;
            }
            .degree4-stat-value {
                font-size: 28px;
            }
            .degree4-stat-value-text {
                font-size: 22px;
            }
            .degree4-stat-label {
                font-size: 10px;
                margin-top: 6px;
            }
            .degree4-frame img {
                height: 456px;
            }
            .degree4-accredit {
                min-height: 62px;
                padding: 10px 16px;
                gap: 9px;
            }
            .degree4-accredit-text strong {
                font-size: 29px;
            }
            .degree4-accredit-text span {
                font-size: 10px;
            }
            .degree4-roadmap {
                padding: 48px 0 38px;
            }
            .degree4-roadmap-head {
                margin-bottom: 22px;
            }
            .degree4-roadmap-kicker {
                font-size: 11px;
                letter-spacing: 1px;
                margin-bottom: 6px;
            }
            .degree4-roadmap-title {
                font-size: clamp(28px, 8vw, 32px);
            }
            .degree4-track-pill {
                min-width: 34px;
                height: 30px;
                font-size: 14px;
                border-radius: 8px;
            }
            .degree4-track-heading {
                font-size: 18px;
            }
            .degree4-track-list {
                padding-left: 18px;
            }
            .degree4-track-list::before {
                left: 3px;
            }
            .degree4-sem-item::before {
                left: -18px;
                width: 8px;
                height: 8px;
            }
            .degree4-sem-title {
                font-size: 16px;
                margin-bottom: 5px;
            }
            .degree4-sem-points {
                padding-left: 16px;
            }
            .degree4-sem-points li {
                font-size: 14px;
                line-height: 1.45;
            }
            .degree4-capstone-label {
                font-size: 15px;
                margin-top: 8px;
            }
            .degree4-capstone-list li {
                font-size: 13px;
                line-height: 1.4;
            }
        }

        .programs-page .footer-area {
            padding-top: 40px !important;
            margin-top: 0 !important;
        }
        .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: 46px 0 30px;
        }
        .hiring-panel {
            position: relative;
            padding: 48px 40px 38px;
            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.24);
            animation: hiringGradientShift 10s ease-in-out infinite;
        }
        .hiring-panel::before {
            content: "";
            position: absolute;
            width: 260px;
            height: 260px;
            top: -92px;
            left: -70px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 70%);
            pointer-events: none;
        }
        .hiring-panel::after {
            content: "";
            position: absolute;
            width: 250px;
            height: 250px;
            right: -90px;
            bottom: -110px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(232, 180, 75, 0.38) 0%, rgba(232, 180, 75, 0) 68%);
            pointer-events: none;
        }
        .prog-hiring-strip .prog-section-title {
            color: #ffffff;
            margin-bottom: 10px;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            position: relative;
            z-index: 1;
        }
        .prog-hiring-strip .prog-section-desc {
            max-width: 800px;
            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.14);
            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.16);
        }
        .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%; }
        }

        .prog-tech-stack {
            background: #ffffff;
            padding: 70px 0;
        }
        .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(185px, 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-icon-group {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            flex-shrink: 0;
        }
        .tech-logo-icon-group .tech-logo-icon {
            width: 24px;
            height: 24px;
        }
        .tech-logo-fa-custom {
            width: 28px;
            text-align: center;
            font-size: 22px;
            color: #196080;
            flex-shrink: 0;
        }
        .tech-icon-excel { color: #217346; }
        .tech-icon-sql { color: #336791; }
        .tech-icon-bi { color: #f2c811; }
        .tech-icon-crm { color: #ff7a59; }
        .tech-icon-marketing { color: #0668e1; }
        .tech-icon-analytics { color: #e37400; }
        .tech-icon-ai { color: #7a3af0; }
        .tech-icon-finance { color: #2f465d; }
        .tech-icon-automation { color: #ff4f00; }
        .tech-logo-label {
            font-size: 14px;
            font-weight: 700;
            line-height: 1.3;
            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-slider .owl-stage {
            display: flex;
        }
        .prog-review-slide {
            height: 100%;
            padding: 8px 6px;
        }
        .prog-review-card {
            min-height: 300px;
            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) {
            .hiring-panel {
                padding: 36px 24px 30px;
                border-radius: 22px;
            }
            .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-hiring-strip {
                padding: 30px 0 20px;
            }
            .prog-hiring-strip .prog-chip-wrap {
                gap: 8px;
            }
            .prog-hiring-strip .bento-nlp-tag {
                font-size: 13px;
                padding: 7px 12px;
            }
            .prog-tech-stack {
                padding: 54px 0;
            }
            .tech-logo-grid {
                grid-template-columns: 1fr;
            }
            .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;
            }
        }
        @media (max-width: 767px) {
            .degree4-desktop-footer {
                display: none !important;
            }
        }
    