
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Space Grotesk', sans-serif;
            background: #fff;
            color: #111;
            overflow-x: hidden;
        }

        :root {
            --maroon: #4c0013;
            --purple: #2e0052;
            --yellow: #f4bf14;
            --light: #f6f3f2;
        }

        .navbar {
            padding: 18px 0;
            background: #fff;
            border-bottom: 1px solid #eee;
            position: sticky;
            top: 0;
            z-index: 999;
        }

        .navbar-brand {
            font-weight: 800;
            color: var(--purple);
            font-size: 28px;
        }

        .nav-link {
            color: #333;
            font-weight: 500;
            margin: 0 12px;
        }

        .btn-maroon {
            background: var(--maroon);
            color: #fff;
            padding: 14px 28px;
            border: none;
            border-radius: 8px;
            font-weight: 600;
            transition: .3s;
        }

        .btn-maroon:hover {
            background: #2b000b;
            color: #fff;
        }

        .btn-outline-dark-custom {
            border: 1px solid #bbb;
            padding: 14px 28px;
            border-radius: 8px;
            font-weight: 600;
            background: #fff;
        }

        /* HERO */

        .hero {
            padding: 90px 0 70px;
            position: relative;
            overflow: hidden;
        }

        .hero-badge {
            display: inline-block;
            background: #f4efff;
            color: var(--purple);
            padding: 8px 16px;
            border-radius: 30px;
            font-size: 13px;
            font-weight: 600;
            margin-bottom: 24px;
        }

        .hero h1 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: 72px;
            line-height: 1.05;
            font-weight: 700;
            color: var(--purple);
        }

        .hero h1 span {
            color: var(--yellow);
        }

        .hero p {
            font-size: 18px;
            line-height: 32px;
            color: #555;
            margin-top: 24px;
            margin-bottom: 35px;
        }

        .hero-img {
            width: 100%;
            border-radius: 40px;
            box-shadow: 0 20px 50px rgba(0, 0, 0, .15);
        }

        /* STRIP */

        .strip {
            background: var(--maroon);
            padding: 22px 0;
            color: #fff;
        }

        .strip-item {
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 1px;
        }

        /* SECTION */

        section {
            padding: 90px 0;
        }

        .section-title {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-title h2 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: 44px;
            font-weight: 700;
            color: var(--purple);
        }

        .line {
            width: 90px;
            height: 4px;
            background: var(--maroon);
            margin: 18px auto 0;
            border-radius: 20px;
        }

        /* CARD */

        .feature-card {
            background: #fff;
            border-radius: 18px;
            padding: 35px;
            border: 1px solid #eee;
            height: 100%;
            transition: .3s;
        }

        .feature-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
        }

        .feature-card h4 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: 24px;
            margin-top: 18px;
            color: var(--purple);
            font-weight: 700;
        }

        .feature-card p {
            color: #666;
            line-height: 30px;
            margin-top: 12px;
        }

        /* DARK SECTION */

        .dark-section {
            background: var(--maroon);
            color: #fff;
        }

        .dark-section h2 {
            color: #fff;
        }

        .pillar-box {
            margin-bottom: 35px;
        }

        .pillar-box h5 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 12px;
        }

        .pillar-box p {
            color: #ddd;
            line-height: 28px;
        }

        /* YELLOW CARDS */

        .yellow-card {
            background: var(--yellow);
            border-radius: 20px;
            padding: 30px;
            height: 100%;
            border: 2px solid var(--maroon);
            box-shadow: 0 8px 18px rgba(0, 0, 0, .1);
        }

        .yellow-card h4 {
            font-size: 22px;
            font-weight: 700;
            margin-top: 18px;
            color: var(--maroon);
        }

        .yellow-card p {
            line-height: 28px;
            margin-top: 12px;
        }

        /* ROADMAP */

        .roadmap-box {
            background: #f6f3f2;
            padding: 20px;
            border-radius: 12px;
            margin-bottom: 20px;
            font-weight: 600;
        }

        /* STATS */

        .stat-card {
            background: var(--maroon);
            color: #fff;
            border-radius: 18px;
            padding: 35px 20px;
            text-align: center;
        }

        .stat-card h2 {
            font-size: 52px;
            font-weight: 700;
        }

        /* LABS */

        .lab-card {
            background: var(--maroon);
            border-radius: 12px;
            overflow: hidden;
            color: #fff;
            height: 100%;
        }

        .lab-top {
            background: var(--yellow);
            height: 70px;
        }

        .lab-content {
            padding: 22px;
        }

        .lab-content h5 {
            font-weight: 700;
            margin-bottom: 10px;
        }

        /* RECRUITERS */

        .recruiters {
            background: #fff;
            border-radius: 20px;
            padding: 40px;
            border: 1px solid #eee;
        }

        .recruiters h5 {
            text-align: center;
            color: var(--purple);
            margin-bottom: 30px;
            font-weight: 700;
        }

        .company {
            text-align: center;
            padding: 20px;
            font-weight: 700;
            color: #555;
        }

        /* PROCESS */

        .process-step {
            display: flex;
            margin-bottom: 35px;
        }

        .step-number {
            width: 50px;
            height: 50px;
            background: var(--purple);
            color: #fff;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            margin-right: 20px;
            flex-shrink: 0;
        }

        /* FEES */

        .fees-card {
            background: var(--maroon);
            color: #fff;
            padding: 50px;
            border-radius: 20px;
            height: 100%;
        }

        .fees-card h2 {
            margin-bottom: 40px;
        }

        .fee-row {
            display: flex;
            justify-content: space-between;
            padding: 18px 0;
            border-bottom: 1px solid rgba(255, 255, 255, .15);
        }

        /* CTA */

        .cta {
            background: var(--maroon);
            color: #fff;
            text-align: center;
            padding: 90px 0;
        }

        .cta h2 {
            font-size: 56px;
            font-weight: 700;
            font-family: 'Space Grotesk', sans-serif;
            margin-bottom: 25px;
        }

        footer {
            background: var(--yellow);
            padding: 40px 0;
        }

        @media(max-width:991px) {

            .hero h1 {
                font-size: 48px;
            }

            .section-title h2 {
                font-size: 34px;
            }

            .cta h2 {
                font-size: 38px;
            }

        }

        .info-strip {
            background: #7a0019;
            padding: 18px 0;
            width: 100%;
            overflow: hidden;
        }

        .container-custom {
            width: 100%;
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 24px;
        }

        .container {
            width: 100%;
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 24px;
        }

        .strip-grid {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
        }

        .strip-item {
            display: flex;
            align-items: center;
            gap: 12px;
            color: #ffffff;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase;
            font-family: 'Courier New', monospace;
            white-space: nowrap;
        }

        .strip-item i {
            font-size: 18px;
            color: #ffffff;
            line-height: 1;
        }

        /* Responsive */
        @media (max-width: 992px) {
            .strip-grid {
                gap: 25px;
                justify-content: center;
            }

            .strip-item {
                font-size: 12px;
                letter-spacing: 1px;
            }
        }

        @media (max-width: 768px) {
            .info-strip {
                padding: 14px 0;
            }

            .strip-grid {
                flex-direction: column;
                gap: 14px;
            }

            .strip-item {
                justify-content: center;
                text-align: center;
                white-space: normal;
            }
        }


        .bridge-section {
            padding: 70px 0 65px;
            background: #f7f7f7;
        }

        .bridge-row {
            align-items: flex-start;
        }

        /* LEFT SIDE */

        .section-label {
            font-size: 12px;
            letter-spacing: 4px;
            text-transform: uppercase;
            color: var(--maroon);
            font-weight: 600;
            margin-bottom: 26px;
        }

        .bridge-heading {
            font-size: 50px;
            line-height: 1.02;
            font-weight: 700;
            color: var(--purple);
            margin-bottom: 28px;
            letter-spacing: -2px;
        }

        .bridge-text {
            font-size: 18px;
            line-height: 1.6;
            color: #565656;
            max-width: 520px;
            margin-bottom: 58px;
            font-weight: 400;
        }

        .bridge-stats {
            display: flex;
            gap: 95px;
        }

        .bridge-stat h3 {
            font-size: 42px;
            line-height: 1;
            color: var(--maroon);
            font-weight: 700;
            margin-bottom: 10px;
        }

        .bridge-stat p {
            margin: 0;
            font-size: 12px;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #5a5a5a;
            font-weight: 700;
        }

        /* RIGHT SIDE */

        .bridge-cards {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 22px;
        }

        .bridge-card {
            background: #f7f7f7;
            border: 1px solid #8d3146;
            border-radius: 14px;
            padding: 36px 32px;
            min-height: 380px;
            position: relative;
        }

        .card-icon {
            position: absolute;
            top: 18px;
            right: 18px;
            opacity: 0.08;
        }

        .card-icon i {
            font-size: 48px;
            color: #000;
        }

        .bridge-card h4 {
            font-size: 28px;
            font-weight: 500;
            color: var(--purple);
            margin-bottom: 20px;
        }

        .card-dark {
            font-size: 17px;
            line-height: 1.65;
            color: #1f1f1f;
            margin-bottom: 28px;
            font-weight: 400;
            height: 100px;
        }

        .card-light {
            font-size: 16px;
            line-height: 1.75;
            color: #5b5b5b;
            margin: 0;
            font-weight: 400;
            height: 165px;
        }

        /* RESPONSIVE */

        @media(max-width:991px) {

            .bridge-section {
                padding: 60px 0;
            }

            .bridge-heading {
                font-size: 44px;
            }

            .bridge-cards {
                margin-top: 40px;
            }
        }

        @media(max-width:768px) {

            .bridge-heading {
                font-size: 38px;
                line-height: 1.1;
            }

            .bridge-text {
                font-size: 16px;
            }

            .bridge-stats {
                gap: 40px;
            }

            .bridge-cards {
                grid-template-columns: 1fr;
            }

            .bridge-card {
                min-height: auto;
            }
        }


        .unique-section {
            padding: 100px 0 120px;
            background: #f7f5f4;
        }

        /* TITLE */

        .section-title {
            text-align: center;
            margin-bottom: 75px;
        }

        .section-title h2 {
            font-size: 58px;
            font-weight: 700;
            color: var(--purple);
            letter-spacing: -1px;
            margin-bottom: 18px;
            line-height: 1.1;
        }

        .title-line {
            width: 95px;
            height: 5px;
            background: var(--maroon);
            margin: auto;
            border-radius: 10px;
        }

        /* CARD */
        :root {
            --purple: #2d0057;
            --maroon: #5c0017;
            --gold: #f2d06b;
        }




        /* SECTION */

        .unique-section {
            padding: 95px 0 110px;
            background: #f6f3f2;
        }

        /* TITLE */

        .unique-title {
            text-align: center;
            margin-bottom: 70px;
        }

        .unique-title h2 {
            font-size: 58px;
            line-height: 1.1;
            color: var(--purple);
            font-weight: 700;
            letter-spacing: -1.5px;
            margin-bottom: 18px;
        }

        .title-line {
            width: 96px;
            height: 5px;
            background: var(--maroon);
            margin: auto;
            border-radius: 20px;
        }

        /* CARD */

        .feature-card {
            background: #f8f8f8;
            border: 1px solid #ded8d8;
            border-radius: 14px;
            padding: 40px 40px 42px;
            position: relative;
            height: 100%;
            min-height: 372px;
            transition: all .35s ease;
            overflow: hidden;
        }

        .feature-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
        }

        .card-top-line {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 16px;
            background: var(--gold);
        }

        .feature-icon {
            margin-top: 18px;
            margin-bottom: 28px;
        }

        .feature-icon i {
            font-size: 46px;
            color: var(--maroon);
            line-height: 1;
        }

        /* TYPOGRAPHY */

        .feature-card h4 {
            font-size: 25px;
            line-height: 1.2;
            color: var(--purple);
            font-weight: 600;
            margin-bottom: 16px;
            letter-spacing: -0.5px;
        }

        .feature-card h5 {
            font-size: 18px;
            line-height: 1.5;
            color: var(--purple);
            font-weight: 600;
            margin-bottom: 24px;
        }

        .feature-card p {
            font-size: 17px;
            line-height: 1.7;
            color: #5d5d5d;
            margin: 0;
            font-weight: 400;
        }

        /* RESPONSIVE */

        @media(max-width:992px) {

            .unique-title h2 {
                font-size: 44px;
            }

            .feature-card {
                min-height: auto;
            }
        }

        @media(max-width:768px) {

            .unique-section {
                padding: 70px 0;
            }

            .unique-title {
                margin-bottom: 45px;
            }

            .unique-title h2 {
                font-size: 36px;
                line-height: 1.2;
            }

            .feature-card {
                padding: 34px 28px 36px;
            }

            .feature-card h4 {
                font-size: 24px;
            }

            .feature-card p {
                font-size: 16px;
            }
        }


        .pillars-section {
            background: #6b0018;
            padding: 78px 0;
            overflow: hidden;
        }

        /* GRID */

        .pillars-grid {
            display: grid;
            grid-template-columns: 1.05fr 0.95fr;
            gap: 70px;
            align-items: center;
        }

        /* LABEL */

        .section-label {
            color: rgba(255, 255, 255, 0.82);
            font-size: 12px;
            letter-spacing: 4px;
            text-transform: uppercase;
            font-weight: 500;
            margin-bottom: 24px;
        }

        /* HEADING */

        .pillars-heading {
            font-size: 50px;
            line-height: 1.05;
            font-weight: 700;
            color: #fff;
            margin-bottom: 48px;
            letter-spacing: -2px;
        }

        /* ITEMS */

        .pillar-wrapper {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 34px 52px;
        }

        .pillar-item {
            display: flex;
            align-items: flex-start;
            gap: 16px;
        }

        /* NUMBER */

        .pillar-num {
            min-width: 42px;
            height: 42px;
            border: 1px solid rgba(126, 66, 90, 0.9);
            background: rgba(85, 0, 20, 0.45);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            font-size: 18px;
            font-weight: 500;
            border-radius: 2px;
            line-height: 1;
        }

        /* TEXT */

        .pillar-text h5 {
            color: #fff;
            font-size: 18px;
            line-height: 1.35;
            font-weight: 600;
            margin: 0 0 12px;
            letter-spacing: -0.4px;
        }

        .pillar-text p {
            color: rgba(255, 255, 255, 0.62);
            font-size: 12px;
            line-height: 1.7;
            margin: 0;
            font-weight: 400;
        }

        /* IMAGE */

        .pillars-image-wrap {
            position: relative;
        }

        .pillars-img {
            width: 100%;
            height: 100%;
            min-height: 540px;
            object-fit: cover;
            border-radius: 18px;
            display: block;
            box-shadow:
                0 0 0 1px rgba(255, 255, 255, 0.08),
                0 25px 60px rgba(0, 0, 0, 0.38);
        }

        /* RESPONSIVE */

        @media(max-width:1200px) {

            .pillars-heading {
                font-size: 52px;
            }

            .pillar-text h5 {
                font-size: 22px;
            }
        }

        @media(max-width:992px) {

            .pillars-grid {
                grid-template-columns: 1fr;
            }

            .pillars-image-wrap {
                margin-top: 20px;
            }

            .pillars-heading {
                font-size: 46px;
            }
        }

        @media(max-width:768px) {

            .pillars-section {
                padding: 60px 0;
            }

            .pillar-wrapper {
                grid-template-columns: 1fr;
                gap: 28px;
            }

            .pillars-heading {
                font-size: 38px;
                line-height: 1.15;
            }

            .pillar-text h5 {
                font-size: 22px;
            }

            .pillar-text p {
                font-size: 15px;
            }

            .pillars-img {
                min-height: 420px;
            }
        }

        .future-learning-section {
            padding: 90px 0 100px;
            background: #ffffff;
        }

        /* TITLE */
        .section-title {
            text-align: center;
            margin-bottom: 70px;
        }

        .section-title h2 {
            font-size: 62px;
            line-height: 1.1;
            color: var(--purple);
            font-weight: 700;
            letter-spacing: -2px;
            margin-bottom: 18px;
        }

        .title-line {
            width: 96px;
            height: 5px;
            background: var(--maroon);
            border-radius: 30px;
            margin: auto;
        }

        /* GRID */
        .future-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 38px;
        }

        /* CARD */
        .yellow-card {
            background: var(--yellow);
            border-radius: 22px;
            padding: 34px 28px 30px;
            border: 2px solid #2a0008;
            min-height: 300px;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 12px 22px rgba(0, 0, 0, 0.08);
            transition: all .3s ease;
        }

        .yellow-card:hover {
            transform: translateY(-6px);
        }

        /* ICON */
        .yc-icon {
            width: 66px;
            height: 66px;
            background: #ffffff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
        }

        .yc-icon i {
            font-size: 32px;
            color: var(--maroon);
            line-height: 1;
        }

        /* TEXT */
        .yellow-card h4 {
            font-size: 24px;
            line-height: 1.2;
            color: var(--maroon);
            font-weight: 700;
            margin-bottom: 22px;
            letter-spacing: -0.5px;
        }

        .yellow-card p {
            font-size: 16px;
            line-height: 1.55;
            color: #1e1e1e;
            margin: 0;
            font-weight: 500;
        }

        /* RESPONSIVE */
        @media(max-width:1200px) {
            .future-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media(max-width:768px) {
            .future-learning-section {
                padding: 70px 0;
            }

            .section-title {
                margin-bottom: 45px;
            }

            .section-title h2 {
                font-size: 38px;
                line-height: 1.2;
            }

            .future-grid {
                grid-template-columns: 1fr;
                gap: 24px;
            }

            .yellow-card {
                min-height: auto;
            }

            .yellow-card h4 {
                font-size: 22px;
            }

            .yellow-card p {
                font-size: 15px;
            }
        }

        .labs-section {
            background: #FCF9F8;
            padding: 48px 0 70px;
        }

        /* LAYOUT */

        .labs-layout {
            display: grid;
            grid-template-columns: 1.6fr 0.9fr;
            gap: 48px;
            align-items: start;
        }

        /* HEADING */

        .labs-heading-wrap {
            margin-bottom: 26px;
        }

        .labs-heading-wrap h2 {
            font-size: 45px;
            line-height: 1;
            font-weight: 700;
            color: var(--purple);
            margin: 0 0 10px;
            letter-spacing: -2px;
            text-transform: uppercase;
        }

        .labs-subtitle {
            font-size: 16px;
            color: #5b5b5b;
            margin: 0;
            font-weight: 500;
        }

        /* INTRO */

        .section-intro {
            max-width: 780px;
            font-size: 15px;
            line-height: 1.7;
            color: #1f1f1f;
            margin-bottom: 34px;
            font-weight: 400;
        }

        /* GRID */

        .lab-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 26px;
        }

        /* CARD */

        .lab-card {
            background: var(--maroon);
            border-radius: 14px;
            overflow: hidden;
            min-height: 210px;
            transition: all .3s ease;
        }

        .lab-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
        }

        .lab-top {
            height: 80px;
            background: var(--yellow);
        }

        /* CONTENT */

        .lab-content {
            padding: 22px 26px 26px;
        }

        .lab-content h5 {
            font-size: 17px;
            line-height: 1.3;
            font-weight: 700;
            color: #ffffff;
            margin: 0 0 16px;
            letter-spacing: -0.2px;
        }

        .lab-content p {
            font-size: 15px;
            line-height: 1.5;
            color: rgba(255, 255, 255, 0.92);
            margin: 0;
            font-weight: 400;
        }

        /* IMAGE */

        .labs-right {
            position: relative;
        }

        .labs-image-box {
            position: relative;
            border-radius: 18px;
        }

        .labs-image-box::before {
            content: "";
            position: absolute;
            width: 120px;
            height: 120px;
            background: #b6a0c6;
            top: -26px;
            right: -26px;
            z-index: 0;
        }

        .labs-img {
            position: relative;
            width: 100%;
            min-height: 565px;
            object-fit: cover;
            border-radius: 18px;
            display: block;
            z-index: 2;
            box-shadow:
                0 0 0 1px rgba(0, 0, 0, 0.06),
                0 20px 40px rgba(0, 0, 0, 0.18);
        }

        /* RESPONSIVE */

        @media(max-width:1200px) {

            .lab-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .labs-heading-wrap h2 {
                font-size: 48px;
            }
        }

        @media(max-width:992px) {

            .labs-layout {
                grid-template-columns: 1fr;
            }

            .labs-right {
                margin-top: 20px;
            }

            .labs-img {
                min-height: 420px;
            }
        }

        @media(max-width:768px) {

            .labs-section {
                padding: 60px 0;
            }

            .labs-heading-wrap h2 {
                font-size: 30px;
                line-height: 1.1;
            }

            .section-intro {
                font-size: 14px;
            }

            .lab-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .lab-card {
                min-height: auto;
            }

            .labs-img {
                min-height: 360px;
            }
        }

        .career-section {
            padding: 80px 0 90px;
            background: #ffffff;
        }

        /* GRID */

        .career-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 70px;
            align-items: start;
        }

        /* LEFT SIDE */

        .career-heading {
            font-size: 50px;
            line-height: 1.08;
            font-weight: 700;
            color: var(--purple);
            letter-spacing: -2px;
            margin: 0 0 28px;
        }

        .career-text {
            max-width: 620px;
            font-size: 18px;
            line-height: 1.65;
            color: var(--text);
            margin-bottom: 34px;
            font-weight: 400;
        }

        /* ROADMAP */

        .roadmap-wrap {
            margin-bottom: 46px;
        }

        .roadmap-box {
            background: #f2eeee;
            border-left: 4px solid #d6c8da;
            border-radius: 0 12px 12px 0;
            padding: 18px 20px;
            margin-bottom: 16px;
            font-size: 18px;
            font-weight: 500;
            color: #514958;
            transition: all .3s ease;
        }

        .roadmap-box.active {
            background: #ebe2ee;
            border-left: 4px solid #7d00c4;
            color: var(--purple);
            font-weight: 600;
        }

        /* BUTTONS */

        .career-buttons {
            display: flex;
            gap: 16px;
            flex-wrap: wrap;
        }

        .btn-primary-custom {
            background: var(--maroon);
            color: #fff;
            text-decoration: none;
            padding: 18px 40px;
            border-radius: 10px;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 2px;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            box-shadow: 0 14px 24px rgba(107, 0, 24, 0.18);
            transition: .3s ease;
        }

        .btn-primary-custom:hover {
            transform: translateY(-3px);
        }

        .btn-primary-custom span {
            font-size: 24px;
            line-height: 1;
        }

        .btn-outline-custom {
            border: 1.5px solid #918291;
            color: #2b2232;
            text-decoration: none;
            padding: 18px 38px;
            border-radius: 10px;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 2px;
            transition: .3s ease;
        }

        .btn-outline-custom:hover {
            background: #f5f1f7;
        }

        /* RIGHT */

        .recruiters-box {
            background: #ffffff;
            border: 1px solid #e4dfe4;
            border-radius: 4px;
            padding: 46px 40px;
            min-height: 370px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
        }

        .recruiters-box h5 {
            text-align: center;
            color: #7412dd;
            font-size: 14px;
            letter-spacing: 4px;
            font-weight: 700;
            margin: 0 0 70px;
        }

        .recruiters-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            row-gap: 90px;
            column-gap: 20px;
        }

        .company {
            text-align: center;
            font-size: 24px;
            font-weight: 600;
            color: #9a87b1;
        }

        /* STATS BAR */

        .stats-bar {
            margin-top: 24px;
            background: var(--yellow);
            border-radius: 14px;
            padding: 22px 26px;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            align-items: center;
        }

        .stat-item {
            text-align: center;
        }

        .stat-item h3 {
            font-size: 28px;
            line-height: 1.1;
            color: #000;
            font-weight: 700;
            margin: 0 0 8px;
        }

        .stat-item p {
            margin: 0;
            font-size: 16px;
            line-height: 1.15;
            color: #000;
            font-weight: 500;
        }

        /* RESPONSIVE */

        @media(max-width:1100px) {

            .career-heading {
                font-size: 48px;
            }
        }

        @media(max-width:992px) {

            .career-grid {
                grid-template-columns: 1fr;
                gap: 50px;
            }
        }

        @media(max-width:768px) {

            .career-section {
                padding: 60px 0;
            }

            .career-heading {
                font-size: 38px;
                line-height: 1.15;
            }

            .career-text {
                font-size: 16px;
            }

            .roadmap-box {
                font-size: 18px;
            }

            .recruiters-grid {
                grid-template-columns: repeat(2, 1fr);
                row-gap: 50px;
            }

            .stats-bar {
                grid-template-columns: 1fr;
                gap: 28px;
            }

            .company {
                font-size: 20px;
            }
        }

        /* ─── ADMISSION ─── */

        .admission-section {
            background: var(--light);
            padding: 82px 0 90px;
        }

        .admission-grid {
            display: grid;
            grid-template-columns: 1fr 0.95fr;
            gap: 90px;
            align-items: start;
        }

        /* LEFT */

        .admission-heading {
            font-size: 62px;
            line-height: 1.05;
            color: var(--purple);
            font-weight: 700;
            margin: 0 0 50px;
            letter-spacing: -2px;
        }

        /* STEP */

        .step-row {
            position: relative;
            display: flex;
            align-items: flex-start;
            gap: 18px;
            margin-bottom: 38px;
            padding-left: 0;
        }

        .step-line {
            position: absolute;
            left: 20px;
            top: 44px;
            width: 1px;
            height: 72px;
            background: #d8d0d7;
        }

        .step-row.last .step-line {
            display: none;
        }

        .step-circle {
            width: 44px;
            height: 44px;
            border: 2px solid var(--purple);
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: 700;
            color: var(--purple);
            background: #f6f3f2;
            flex-shrink: 0;
            z-index: 2;
        }

        .step-circle.filled {
            background: var(--purple);
            color: #ffffff;
            border-color: var(--purple);
        }

        .step-body h5 {
            font-size: 26px;
            line-height: 1.2;
            color: var(--purple);
            font-weight: 600;
            margin: 2px 0 8px;
        }

        .step-body p {
            font-size: 16px;
            line-height: 1.6;
            color: #58545e;
            margin: 0;
            max-width: 520px;
        }

        /* BUTTONS */

        .adm-btns {
            display: flex;
            gap: 16px;
            margin-top: 52px;
            flex-wrap: wrap;
        }

        .btn-primary-red {
            background: var(--maroon);
            color: #fff;
            text-decoration: none;
            padding: 18px 38px;
            border-radius: 10px;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 2px;
            display: flex;
            align-items: center;
            gap: 12px;
            box-shadow: 0 18px 28px rgba(107, 0, 24, 0.16);
            transition: .3s ease;
        }

        .btn-primary-red span {
            font-size: 26px;
            line-height: 1;
        }

        .btn-primary-red:hover {
            transform: translateY(-3px);
        }

        .btn-outline-gray {
            border: 1.5px solid #8d8190;
            color: #2e2336;
            text-decoration: none;
            padding: 18px 34px;
            border-radius: 10px;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 2px;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .btn-outline-gray i {
            font-size: 18px;
        }

        /* RIGHT CARD */

        .fees-card {
            background: var(--maroon);
            border-radius: 10px;
            padding: 54px 64px 44px;
            color: #fff;
            position: relative;
            overflow: hidden;
        }

        .fees-icon {
            position: absolute;
            top: 28px;
            right: 28px;
            opacity: .14;
        }

        .fees-icon i {
            font-size: 86px;
            color: #fff;
        }

        .fees-card h3 {
            font-size: 58px;
            line-height: 1.05;
            font-weight: 700;
            margin: 0 0 40px;
            letter-spacing: -1px;
        }

        /* FEES */

        .fee-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 28px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.12);
            gap: 20px;
        }

        .fee-row.no-border {
            border-bottom: none;
            padding-bottom: 34px;
        }

        .fee-row span {
            font-size: 16px;
            color: #ffffff;
            line-height: 1.4;
        }

        .fee-row strong {
            font-size: 18px;
            font-weight: 700;
            color: #f2d9e2;
        }

        /* ELIGIBILITY */

        .eligibility-box {
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 4px;
            padding: 18px 18px;
            color: #d6c7d8;
            font-size: 18px;
            line-height: 1.35;
            font-weight: 700;
            letter-spacing: .5px;
            margin-top: 8px;
        }

        /* ═════════════════ CTA SECTION ═════════════════ */

        .cta-section {
            background: var(--maroon);
            padding: 92px 0 98px;
            text-align: center;
        }

        .cta-content {
            max-width: 980px;
            margin: auto;
        }

        .cta-section h2 {
            font-size: 86px;
            line-height: 1.02;
            font-weight: 700;
            color: #ffffff;
            margin: 0 0 32px;
            letter-spacing: -3px;
        }

        .cta-section p {
            max-width: 760px;
            margin: 0 auto 52px;
            font-size: 18px;
            line-height: 1.6;
            color: rgba(255, 255, 255, 0.76);
        }

        /* CTA BUTTONS */

        .cta-buttons {
            display: flex;
            justify-content: center;
            gap: 22px;
            flex-wrap: wrap;
        }

        .btn-yellow {
            min-width: 220px;
            background: var(--yellow);
            color: #ffffff;
            text-decoration: none;
            padding: 26px 42px;
            border-radius: 4px;
            font-size: 22px;
            font-weight: 700;
            box-shadow: 0 18px 45px rgba(255, 196, 0, 0.12);
            transition: .3s ease;
        }

        .btn-yellow:hover {
            transform: translateY(-3px);
        }

        .btn-outline-white {
            min-width: 300px;
            border: 2px solid rgba(255, 255, 255, 0.82);
            color: #ffffff;
            text-decoration: none;
            padding: 24px 42px;
            border-radius: 4px;
            font-size: 20px;
            font-weight: 700;
            transition: .3s ease;
        }

        .btn-outline-white:hover {
            background: rgba(255, 255, 255, 0.05);
        }

        /* RESPONSIVE */

        @media(max-width:1200px) {

            .cta-section h2 {
                font-size: 68px;
            }

            .admission-heading {
                font-size: 50px;
            }

            .fees-card h3 {
                font-size: 46px;
            }
        }

        @media(max-width:992px) {

            .admission-grid {
                grid-template-columns: 1fr;
                gap: 60px;
            }

            .cta-section h2 {
                font-size: 54px;
            }
        }

        @media(max-width:768px) {

            .admission-section {
                padding: 60px 0;
            }

            .admission-heading {
                font-size: 38px;
            }

            .step-body h5 {
                font-size: 22px;
            }

            .step-body p {
                font-size: 15px;
            }

            .fees-card {
                padding: 40px 28px 34px;
            }

            .fees-card h3 {
                font-size: 38px;
            }

            .eligibility-box {
                font-size: 15px;
            }

            .cta-section {
                padding: 70px 0;
            }

            .cta-section h2 {
                font-size: 40px;
                line-height: 1.12;
            }

            .cta-section p {
                font-size: 16px;
            }

            .btn-yellow,
            .btn-outline-white {
                width: 100%;
                min-width: unset;
                text-align: center;
            }
        }
