﻿
    *,
    *::before,
    *::after {
        box-sizing: border-box;
        margin: 0;
        padding: 0
    }

    html {
        scroll-behavior: smooth
    }

    body {
        font-family: 'Inter', sans-serif;
        background: #fff;
        color: #141414;
        overflow-x: hidden
    }

    /* ── PALETTE ── */
    :root {
        --cobalt: #3a58ef;
        --cobalt-dk: #283fb1;
        --cobalt-xdk: #26244a;
        --cobalt-lt: #ebeefd;
        --cobalt-md: #d8defc;
        --orange: #ff6600;
        --orange-lt: #fff4e5;
        --white: #ffffff;
        --ink: #141414;
        --muted: #5d667b;
        --border: #e2e2e2;
        --bg: #eff0f3;
    }

    /* ── NAV ── */
    nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 200;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 48px;
        background: rgba(255, 255, 255, 0.96);
        backdrop-filter: blur(16px);
        border-bottom: 1px solid var(--border);
    }

    .nav-logo {
        display: flex;
        align-items: baseline;
        gap: 3px;
        text-decoration: none
    }

    .nav-logo-main {
        font-family: 'Montserrat', sans-serif;
        font-size: 1.2rem;
        font-weight: 900;
        color: var(--cobalt)
    }

    .nav-logo-one {
        font-family: 'Inter', sans-serif;
        font-size: 0.72rem;
        color: var(--orange);
        letter-spacing: .08em;
        text-transform: uppercase;
        border: 1.5px solid rgba(255, 102, 0, .3);
        padding: 1px 7px;
        border-radius: 4px;
        margin-left: 4px
    }

    .nav-links {
        display: flex;
        gap: 28px
    }

    .nav-links a {
        font-size: .85rem;
        font-weight: 500;
        color: var(--muted);
        text-decoration: none;
        transition: color .2s
    }

    .nav-links a:hover {
        color: var(--cobalt)
    }

    .nav-cta {
        background: var(--cobalt);
        color: var(--white);
        padding: 9px 22px;
        border-radius: 6px;
        font-size: .85rem;
        font-weight: 600;
        text-decoration: none;
        transition: background .2s
    }

    .nav-cta:hover {
        background: var(--cobalt-dk)
    }

    /* ── HERO ── */
    .hero {
        /* min-height: 100vh; */
        display: flex;
        align-items: center;
        padding: 48px 48px 116px;
        background: url('../images/marketplace/Market_Banner_Bg.png');
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        overflow: hidden;
    }

    /* .hero::before {
        content: '';
        position: absolute;
        inset: 0;
        background:
            radial-gradient(ellipse 60% 55% at 85% 30%, rgba(255, 102, 0, .18) 0%, transparent 65%),
            radial-gradient(ellipse 40% 40% at 10% 85%, rgba(255, 255, 255, .04) 0%, transparent 60%);
    } */

    .hero-grid {
        position: absolute;
        inset: 0;
        opacity: .04;
        background-image: linear-gradient(rgba(255, 255, 255, .8) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .8) 1px, transparent 1px);
        background-size: 64px 64px;
    }

    .hero-inner {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 480px;
        gap: 72px;
        align-items: center
    }

    .hero-tag {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        border: 1px solid rgba(255, 255, 255, .4);
        letter-spacing: .04em;
        text-transform: none;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
        border-radius: 500px;
        background: var(--White, #FFF);
        padding: 4px 16px;
        color: var(--Text-Grey-700, #344054);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .hero-tag svg {
        flex-shrink: 0;
        width: 24px;
        height: 24px
    }

    .hero h1 {
        color: var(--White, #FFF);
        font-family: Inter;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 60px;
        letter-spacing: -0.96px;
        margin-bottom: 16px;
    }

    .hero h1 .orange {
        color: #ffb347
    }

    .hero-sub {
        color: var(--White, #FFF);
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 36px;
    }

    .hero-actions {
        display: flex;
        gap: 14px;
        flex-wrap: wrap;
        margin-bottom: 52px
    }

    .btn-primary {
        padding: 12px 20px;
        text-decoration: none;
        transition: all .2s;
        display: inline-block;
        border-radius: 4px;
        background: var(--White, #FFF);
        box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    .btn-primary:hover {
        border-radius: 4px;
        background: var(--Theme-Blue-800, #182878);
        box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
        color: var(--White, #FFF);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    .btn-ghost {
        padding: 12px 20px;
        text-decoration: none;
        transition: all .2s;
        border-radius: 4px;
        border: 1px solid var(--White, #FFF);
        color: var(--White, #FFF);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    .btn-ghost:hover {
        border-radius: 4px;
        background: var(--White, #FFF);
        color: var(--Theme-Blue-500, #3A58EF);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    .hero-stats {
        display: flex;
        gap: 0;
        border-top: 1px solid rgba(255, 255, 255, .15);
        padding-top: 36px
    }

    .hero-stat {
        padding-right: 32px;
        margin-right: 32px;
        border-right: 1px solid rgba(255, 255, 255, .15)
    }

    .hero-stat:last-child {
        border-right: none;
        padding-right: 0;
        margin-right: 0
    }

    .hero-stat-num {
        font-family: 'Montserrat', sans-serif;
        font-size: 2rem;
        font-weight: 700;
        color: var(--white);
        line-height: 1
    }

    .hero-stat-num .plus {
        color: #ffb347;
        font-size: 1.4rem
    }

    .hero-stat-label {
        font-size: .74rem;
        color: rgba(255, 255, 255, .55);
        text-transform: uppercase;
        letter-spacing: .06em;
        margin-top: 4px
    }

    /* Hero card */
    .hero-card {
        border: 1px solid rgba(255, 255, 255, .15);
        padding: 24px;
        backdrop-filter: blur(8px);
        position: relative;
        overflow: hidden;
        border-radius: 12px;
        background: rgba(0, 0, 0, 0.50);
    }

    /* .hero-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, var(--orange), #ffb347, var(--orange))
    } */

    .hero-card-label {
        font-family: 'Inter', sans-serif;
        font-size: .68rem;
        font-weight: 600;
        letter-spacing: .12em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, .5);
        margin-bottom: 20px;
        text-align: center;
    }

    .earn-range {
        text-align: center;
        margin-bottom: 28px;
        padding-bottom: 24px;
        border-bottom: 1px solid rgba(255, 255, 255, .12)
    }

    .earn-range-label {
        text-transform: inherit;
        letter-spacing: .06em;
        margin-bottom: 12px;
        color: var(--White, #FFF);
        text-align: center;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .earn-range-nums {
        margin-bottom: 12px;
        color: var(--White, #FFF);
        text-align: center;
        font-family: Inter;
        font-size: 42px;
        font-style: normal;
        font-weight: 700;
        line-height: 60px;
        letter-spacing: -0.84px;
    }

    .earn-range-nums span {
        color: #ffb347
    }

    .earn-range-sub {
        color: var(--White, #FFF);
        text-align: center;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .opp-list {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 0
    }

    .opp-item {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 0;
        background: transparent;
        border-radius: 10px;
        border: 0;
        margin-bottom: 24px;
    }

    .opp-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        flex-shrink: 0
    }

    .opp-dot.full {
        background: #6EE7B7
    }

    .opp-dot.part {
        background: #ffb347
    }

    .opp-dot.cons {
        background: #93C5FD
    }

    .opp-label {
        margin-top: 1px;
        color: var(--White, #FFF);
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
    }

    .opp-sub {
        margin-top: 1px;
        color: #BCB9FF;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .card-apply-btn {
        display: block;
        text-align: center;
        padding: 14px;
        text-decoration: none;
        transition: background .2s;
        border: 0;
        border-radius: 4px;
        background: var(--Theme-Blue-500, #3A58EF);
        box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
        color: var(--White, #FFF);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    .card-apply-btn:hover {
        background: #fff;
        color: var(--Theme-Blue-500, #3A58EF);
    }

    .card-apply-btn:hover svg path {
        fill: var(--Theme-Blue-500, #3A58EF);
    }

    .section-cta-center {
        margin-top: 48px;
        text-align: center;
    }

    .section-cta-center .card-apply-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 14px 28px;
    }

    /* ── GENERIC SECTION ── */
    section {
        padding: 96px 48px
    }

    .section-inner {
        max-width: 1200px;
        margin: 0 auto
    }

    .section-eyebrow {
        font-family: 'Inter', sans-serif;
        font-size: .72rem;
        font-weight: 600;
        letter-spacing: .14em;
        /* text-transform: uppercase; */
        color: var(--orange);
        margin-bottom: 14px
    }

    h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: clamp(1.9rem, 3.2vw, 2.7rem);
        font-weight: 800;
        line-height: 1.12;
        letter-spacing: -.025em;
        margin-bottom: 18px;
        color: var(--ink)
    }

    .firms-section .section-eyebrow {
        letter-spacing: 0;
        /* text-transform: uppercase; */
        border-radius: 500px;
        background: var(--White, #FFF);
        color: var(--Text-Grey-700, #344054);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 216px;
        margin: 0 auto 12px;
        padding: 4px 16px;
        gap: 10px;
    }

    .firms-section h2 {
        color: var(--Theme-Dark-Blue-800, #26244A);
        text-align: center;

    /* Webpage/Header 2 */
        font-family: Inter;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 43.2px */
        letter-spacing: -0.72px;
    }

    
    .firms-section p.section-sub {
        color: var(--Text-Grey-600, #475467);
        text-align: center;

    /* Text lg/Regular */
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 155.556% */
        max-width: inherit;
    }

    .firm-card:hover .firm-icon {
        border-radius: 8px;
        background: var(--Theme-Blue-900, #04092A);
    }

    .firm-card:hover .firm-icon svg path {
        stroke: #fff;
    }

    .firm-card:hover span.firm-tag {
        border-radius: 50px;
        background: var(--Theme-Blue-900, #04092A);
        color: var(--White, #FFF);

    /* Text sm / Semibold */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px; /* 142.857% */
    }

    .section-sub {
        font-size: 1rem;
        color: var(--muted);
        line-height: 1.72;
        max-width: 620px
    }

    .section-label {
        font-size: .75rem;
        font-weight: 700;
        letter-spacing: .1em;
        text-transform: uppercase;
        color: var(--cobalt);
        margin-bottom: 4px
    }

    /* ── STATS BAND ── */
    .stats-band {
        padding: 56px 48px;
        background: var(--Theme-Blue-50, #EBEEFD);
    }

    .stats-inner {
        max-width: 1200px;
        margin: 0 auto
    }

    .stats-grid {
        /* display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 0;
        border: 1px solid rgba(255, 255, 255, .15);
        border-radius: 16px;
        overflow: hidden */
        margin-top: -120px;
        z-index: 9;
        position: relative;
    }

    .stat-block {
        padding: 36px 24px;
        text-align: center;
        border-right: 1px solid rgba(255, 255, 255, .15);
    }

    .stat-block:last-child {
        border-radius: 12px;
        border: 1px solid var(--Text-Grey-300, #D0D5DD);
        background: var(--White, #FFF);
        height: 100%;
    }

    .stat-block-num {
        margin-bottom: 6px;
        color: var(--Text-Grey-700, #344054);
        text-align: center;
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        margin-top: 12px;
    }

    .stat-block-num .accent {
        color: var(--Text-Grey-700, #344054);
        text-align: center;
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
    }

    .stat-block-label {
        text-transform: inherit;
        letter-spacing: 0;
        color: var(--Text-Grey-700, #344054);
        text-align: center;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    /* ── WHO WE WORK WITH ── */
    .firms-section {
        background: var(--Theme-Blue-50, #EBEEFD);
        padding-top: 0;
    }

    .firms-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-top: 56px
    }

    .firm-card {
        padding: 32px;
        transition: box-shadow .25s, border-color .25s;
        position: relative;
        overflow: hidden;
        border-radius: 12px;
        border: 1px solid var(--Text-Grey-200, #EAECF0);
        background: var(--White, #FFF);
        margin-top: 12px;
    }

    .firm-card:hover {
        border-color: rgba(58, 88, 239, .2);
        border-radius: 12px;
        border: 1px solid var(--Text-Grey-500, #5D667B);
        background: var(--White, #FFF);
        box-shadow: 4px 4px 0 0 #000;
        margin-top: 0;
    }

    .firm-icon {
        width: 44px;
        height: 44px;
        border-radius: 10px;
        background: var(--cobalt-lt);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .firm-card h3 {
        margin-bottom: 10px;
        color: var(--Text-Grey-700, #344054);
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
    }
    .firm-card h3 span {
        background: var(--Theme-Yellow-200, #f7e19c);
        padding: 4px 8px;
        border-radius: 4px;
    }

    .firm-card p {
        color: var(--Text-Grey-600, #475467);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        min-height: 144px;
    }

    .firm-tag {
        display: inline-block;
        margin-top: 16px;
        letter-spacing: .04em;
        border: 1px solid #dde0ed;
        border-radius: 50px;
        background: var(--Theme-Blue-50, #EBEEFD);
        padding: 4px 12px;
        color: var(--Text-Grey-600, #475467);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
    }

    /* ── OPPORTUNITIES ── */
    /* ── OPPORTUNITIES ── */
    .opps-section {
        background: #fff;
    }

    .opps-section .section-eyebrow {
        display: flex;
        align-items: center;
        gap: 7px;
        border: 1px solid #e2e8f0;
        letter-spacing: 0;
        text-transform: none;
        margin: 0 auto 14px;
        width: fit-content;
        justify-content: center;
        border-radius: 500px;
        background: var(--Theme-Blue-50, #EBEEFD);
        color: var(--Text-Grey-700, #344054);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        padding: 4px 16px;
    }

    .opps-section h2 {
        margin-bottom: 16px;
        color: var(--Theme-Dark-Blue-800, #26244A);
        text-align: center;
        font-family: Inter;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: -0.72px;
    }

    .opps-section .section-sub {
        max-width: inherit;
        margin: 0 auto;
        color: var(--Text-Grey-600, #475467);
        text-align: center;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }

    .opps-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-top: 52px;
    }

    .opp-card {
        border-radius: 16px;
        padding: 28px;
        display: flex;
        flex-direction: column;
        margin-top: 12px;
    }

    .opp-card.full-time  { 
        border-radius: 12px;
        border: 1px solid var(--Text-Grey-200, #EAECF0);
        background: var(--Error-Red-100, #FEE4E2);
     }
    .opp-card.part-time  { 
        border-radius: 12px;
        border: 1px solid var(--Text-Grey-200, #EAECF0);
        background: var(--Success-Green-100, #D1FADF);
     }
    .opp-card.consulting { 
        border-radius: 12px;
        border: 1px solid var(--Text-Grey-200, #EAECF0);
        background: var(--Theme-Yellow-100, #FBEDC4);
    }

    .opp-card-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .opp-icon {
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        border-radius: 8px;
        background: var(--White, #FFF);
    }

    .opp-type {
        border: 1px solid rgba(0, 0, 0, .07);
        white-space: nowrap;
        border-radius: 50px;
        background: var(--White, #FFF);
        padding: 4px 12px;
        color: var(--Text-Grey-600, #475467);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
    }

    .opp-card h3 {
        margin-bottom: 10px;
        color: var(--Text-Grey-700, #344054);
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
    }

    .opp-card > p {
        margin-bottom: 22px;
        flex: 1;
        color: var(--Text-Grey-600, #475467);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .opp-earn {
        border-top: 0;
        padding: 12px;
        border-radius: 12px;
        background: var(--White, #FFF);
    }

    .opp-earn-label {
        text-transform: inherit;
        letter-spacing: .07em;
        margin-bottom: 5px;
        color: var(--Text-Grey-600, #475467);
        text-align: center;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
    }

    .opp-earn-val {
        letter-spacing: -.02em;
        color: var(--Text-Grey-700, #344054);
        text-align: center;
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
    }


    .opp-card.full-time:hover {
        border-radius: 12px;
        border: 1px solid var(--Text-Grey-500, #5D667B);
        background: var(--Error-Red-200, #FECDCA);
        box-shadow: 4px 4px 0 0 #000;
        margin-top: 0;
    }

    .opp-card.full-time:hover .opp-icon {.opp-card.full-time:
        hover;
        border-radius: 8px;
        background: var(--Error-Red-800, #912018);
    }

    .opp-card.full-time:hover .opp-icon svg path {
        stroke: #fff;
    }

    .opp-card.full-time:hover .opp-earn-val {
        color: var(--Error-Red-600, #D92D20);
        text-align: center;

    /* Display xs / Bold */
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px; /* 133.333% */
    }

    .opp-card.part-time:hover {
        border-radius: 12px;
        border: 1px solid var(--Text-Grey-500, #5D667B);
        background: var(--Success-Green-200, #A6F4C5);
        box-shadow: 4px 4px 0 0 #000;
        margin: 0;
    }

    .opp-card.part-time:hover .opp-icon {
        border-radius: 8px;
        background: var(--Success-Green-800, #05603A);
    }

    .opp-card.part-time:hover .opp-icon svg path {
        stroke: #fff;
    }

    .opp-card.part-time:hover  .opp-earn {}

    .opp-card.part-time:hover .opp-earn .opp-earn-val {
        color: var(--Success-Green-800, #05603A);
        text-align: center;

    /* Display xs / Bold */
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px; /* 133.333% */
    }

    .opp-card.consulting:hover {
        border-radius: 12px;
        border: 1px solid var(--Text-Grey-500, #5D667B);
        background: var(--Theme-Yellow-100, #FBEDC4);
        box-shadow: 4px 4px 0 0 #000;
        margin-top: 0;
    }

    .opp-card.consulting:hover .opp-icon {
        border-radius: 8px;
        background: var(--Theme-Yellow-800, #A37700);
    }

    .opp-card.consulting:hover .opp-icon svg path {
        stroke: #fff;
    }

    .opp-card.consulting:hover .opp-earn-val {
        color: var(--Theme-Yellow-900, #714400);
        text-align: center;

    /* Display xs / Bold */
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px; /* 133.333% */
    }

    /* ── PLATFORM FEATURES ── */
    .platform-section {
        background: #12327B;
    }

    .platform-section h2 {
        color: var(--White, #FFF);
        text-align: center;
        font-family: Inter;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: -0.72px;
    }

    .platform-section p.section-sub {
        color: var(--White, #FFF);
        text-align: center;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }
    .platform-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        align-items: center;
        margin-top: 48px;
    }

    .platform-visual {
        padding: 24px;
        position: relative;
        overflow: hidden;
        background: var(--Theme-Blue-50, #EBEEFD);
        border-radius: 16px;
    }

    /* .platform-visual::after {
        content: '';
        position: absolute;
        bottom: -40px;
        right: -40px;
        width: 200px;
        height: 200px;
        background: rgba(255, 102, 0, .12);
        border-radius: 50%
    } */


    .platform-section .platform-visual .section-eyebrow {
        border-radius: 500px;
        background: #ffffff;
        margin: 0 0 12px;
    }
    .platform-visual h3 {
        margin-bottom: 12px;
        position: relative;
        z-index: 1;
        color: var(--Theme-Dark-Blue-800, #26244A);
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
    }

    

    .platform-visual p {
        margin-bottom: 36px;
        position: relative;
        z-index: 1;
        color: var(--Text-Grey-600, #475467);
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;

    }

    .feat-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        position: relative;
        z-index: 1
    }

    .feat-item {
        padding: 12px;
        border-radius: 8px;
        border: 1px solid var(--Text-Grey-200, #EAECF0);
        background: var(--White, #FFF);
    }

    .feat-item-icon {
        font-size: 1.1rem;
        margin-bottom: 8px;
        display: block
    }

    .feat-item-name {
        color: var(--Text-Grey-700, #344054);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    .platform-stats {
        display: flex;
        flex-direction: column;
        gap: 24px
    }

    .p-stat {
        display: flex;
        gap: 18px;
        padding: 16px;
        background: var(--white);
        border: 1px solid var(--border);
        border-radius: 14px;
        transition: all 0.5s ease-in-out;
        align-items: center;
    }

    .p-stat:hover {
        border-radius: 12px;
        border: 1px solid var(--Text-Grey-500, #5D667B);
        background: var(--White, #FFF);
        box-shadow: 4px 4px 0 0 #000;
    }

    .p-stat span {
        border-radius: 8px;
        background: var(--Theme-Blue-50, #EBEEFD);
        padding: 12px;
        min-width: 48px;
        max-width: 48px;
        min-height: 48px;
        max-height: 48px;
        transition: all 0.5s ease-in-out;
    }

    .p-stat-icon {
        width: 48px;
        height: 48px;
        border-radius: 12px;
        background: var(--cobalt-lt);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
        flex-shrink: 0;
        transition: all 0.5s ease-in-out;
    }

    .p-stat-num {
  
        color: var(--Text-Grey-700, #344054);
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
        transition: all 0.5s ease-in-out;
    }

    .p-stat-label {
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        color: var(--Text-Grey-600, #475467);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        transition: all 0.5s ease-in-out;
        /* margin-top: 8px; */
    }

    .p-stat:first-child .p-stat-label {
        opacity: 1;
        max-height: 200px;
        margin-top: 8px;
    }

    /* hide first label when any sibling is hovered */
    .platform-stats:hover .p-stat:first-child .p-stat-label {
        opacity: 0;
        max-height: 0;
    }

    /* but show it again when first box itself is hovered */
    .platform-stats .p-stat:first-child:hover .p-stat-label {
        opacity: 1;
        max-height: 200px;
    }

    .p-stat:hover .p-stat-label {
        opacity: 1;
        max-height: 200px;
    }

    .p-stat:first-child, .p-stat:hover {
        align-items: start;
    }

    /* ── EARNINGS ── */
    .earnings-section {
        background: #fff;
    }

    .earnings-section h2 {
        color: var(--Theme-Dark-Blue-800, #26244A);
        text-align: center;
        font-family: Inter;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: -0.72px;
    }

    .earnings-section .section-sub {
        color: var(--Text-Grey-600, #475467);
        text-align: center;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }

    .earnings-section .section-eyebrow {
        display: flex;
        align-items: center;
        gap: 7px;
        max-width: fit-content;
        border: 1px solid #e2e0ea;
        letter-spacing: .04em;
        text-transform: none;
        border-radius: 500px;
        background: var(--Theme-Blue-50, #EBEEFD);
        color: var(--Text-Grey-700, #344054);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        padding: 4px 16px;
        justify-content: center;
        margin: 0 auto 20px;
    }

    .earnings-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        margin-top: 40px;
        margin-bottom: 36px;
    }

    .earn-card {
        border-radius: 16px;
        padding: 28px 24px;
        text-align: left;
        transition: transform .2s;
        border: none;
        margin-top: 12px;
    }

    .earn-card:hover {
        transform: translateY(-3px);
        border-radius: 12px;
        border: 1px solid var(--Text-Grey-500, #5D667B);
        box-shadow: 4px 4px 0 0 #000;
    }

    .earn-card-1 { 
        border-radius: 12px;
        border: 1px solid var(--Text-Grey-200, #EAECF0);
        background: #E5E2FF;
     }
    .earn-card-2 { 
        border-radius: 12px;
        border: 1px solid var(--Text-Grey-200, #EAECF0);
        background: var(--Error-Red-100, #FEE4E2);
    }
    .earn-card-3 { 
        border-radius: 12px;
        border: 1px solid var(--Text-Grey-200, #EAECF0);
        background: var(--Theme-Yellow-100, #FBEDC4);
    }
    .earn-card-4 { 
        border-radius: 12px;
        border: 1px solid var(--Text-Grey-200, #EAECF0);
        background: var(--Success-Green-100, #D1FADF);
    }

    .earn-firms {
        letter-spacing: 0;
        text-transform: none;
        margin-bottom: 10px;
        color: var(--Text-Grey-600, #475467);
        text-align: center;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
    }

    .earn-val {
        color: var(--Text-Grey-700, #344054);
        text-align: center;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
        margin: 0;
    }

    .earn-card-bottom {
        color: var(--Text-Grey-600, #475467);
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-top: 24px;
    }

    .earn-card-top {
        border-radius: 12px;
        background: var(--White, #FFF);
        padding: 12px 0;
        text-align: center;
    }

    .earn-card-1:hover {
        background: #E5E2FF;
    }

    .earn-card-1:hover .earn-val {
        color: var(--Theme-Blue-700, #283FB1);
        text-align: center;

    /* Text xl / Semibold */
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px; /* 150% */
    }

    .earn-card-2:hover {
        background: var(--Error-Red-100, #FEE4E2);
    }

    .earn-card-2:hover .earn-val {
        color: var(--Error-Red-700, #B42318);
        text-align: center;

    /* Text xl / Semibold */
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px; /* 150% */
    }

    .earn-card-3:hover {
        background: var(--Theme-Yellow-100, #FBEDC4);
    }

    .earn-card-3:hover .earn-val {
        color: var(--Theme-Yellow-800, #A37700);
        text-align: center;

    /* Text xl / Semibold */
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px; /* 150% */
    }

    .earn-card-4:hover {
        background: var(--Success-Green-100, #D1FADF);
    }

    .earn-card-4:hover .earn-val {
        color: var(--Success-Green-800, #05603A);
        text-align: center;

    /* Text xl / Semibold */
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px; /* 150% */
    }

    .referral-box:hover {
        border-radius: 12px;
        background: #D8F7FF;
        border: 1px solid var(--Text-Grey-500, #5D667B);
        box-shadow: 4px 4px 0 0 #000;
        margin-top: 0;
    }

    .referral-box {
        padding: 24px;
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 20px;
        align-items: flex-start;
        margin-top: 12px;
        border-radius: 8px;
        border: 1px solid var(--Text-Grey-200, #EAECF0);
        background: #D8F7FF;
    }

    .referral-icon {
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        border-radius: 8px;
        background: var(--White, #FFF);
    }

    .referral-box h4 {
        margin-bottom: 6px;
        color: var(--Text-Grey-700, #344054);
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
    }

    .referral-box p {
        color: var(--Text-Grey-600, #475467);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .referral-box:hover .referral-icon {
        border-radius: 8px;
        background: var(--Theme-Blue-900, #04092A);
    }

    .referral-box:hover .referral-icon svg path { 
        stroke: #fff;
    }

    /* ── HOW TO APPLY ── */
    section.How_Get_Started_Main {
        padding-block: 72px;
        background: var(--Theme-Blue-50, #EBEEFD);
    }

    .How-Title {
        text-align: start;
        margin-bottom: 48px
    }

    .How-Title label {
        display: inline-block;
        margin-bottom: 16px;
        border-radius: 500px;
        background: var(--White, #FFF);
        padding: 4px 16px;
        color: var(--Text-Grey-700, #344054);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        text-transform: inherit;
    }

    .How-Title h2 {
        padding: 0;
        margin-bottom: 8px;
        color: var(--Theme-Dark-Blue-800, #26244A);
        font-family: Inter;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: -0.72px;
    }

    .How-Title h2 span {
        color: var(--cobalt)
    }

    .How-Title p {
        margin: 0;
        padding: 0;
        color: var(--Text-Grey-600, #475467);
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }

    .Step_Main {
        position: relative
    }

    .Step_Main .Line {
        position: absolute;
        text-align: center;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 30px
    }

    .Step_Main .Line::before {
        content: '';
        background: url('/v2/images/build-page/Step_Main_Line.svg');
        background-repeat: no-repeat;
        background-size: auto;
        width: 470px;
        height: 88px;
        display: inline-block;
        position: absolute;
        top: -33px;
        left: -4%
    }

    .Step_Main .Line::after {
        content: '';
        background: url('/v2/images/build-page/Step_Main_Line.svg');
        background-repeat: no-repeat;
        background-size: auto;
        width: 470px;
        height: 88px;
        display: inline-block;
        position: absolute;
        top: -33px;
        right: 14%
    }

    .Step_1 {
        text-align: start
    }

    .Step_Box {
        position: relative;
        display: inline-block;
        margin-bottom: 24px;
        border-radius: 80px;
        border: 3px solid var(--Text-Grey-100, #F2F4F7);
        background: var(--White, #FFF);
    }

    .Step_Box h3 {
        position: absolute;
        top: 28px;
        left: 25px;
        color: var(--Text-Grey-700, #344054);
        text-align: center;
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 800;
        line-height: 110%;
        letter-spacing: -0.48px;
    }

    .Step_1 h5 {
        margin-bottom: 8px;
        color: var(--Text-Grey-700, #344054);
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }

    .Step_1 p {
        color: #344054;
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
        padding: 0
    }

    .How_Get_Started_Btns {
        display: flex;
        align-items: center;
        margin-top: 48px;
        justify-content: start;
        gap: 24px;
        /* display: none; */
    }

    .How_Get_Started_Main a.Book_Your {
        border-radius: 4px;
        background: var(--cobalt);
        box-shadow: 0 1px 2px 0 rgba(16,24,40,.05);
        display: flex;
        align-items: center;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        text-decoration: none;
        padding: 12px 20px;
        gap: 8px;
        width: fit-content
    }

    .How_Get_Started_Main a.Book_Your:hover {
        background: var(--cobalt-dk)
    }

    /* ── MARKETPLACE TEASER ── */
    .marketplace-section {
        background: var(--white)
    }

    .marketplace-inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 64px;
        align-items: start
    }

    .mock-profiles {
        display: flex;
        flex-direction: column;
        gap: 0;
        border: 1px solid var(--border);
        border-radius: 16px;
        overflow: hidden;
        margin-top: 28px
    }

    .mock-profile {
        background: var(--white);
        border-bottom: 1px solid var(--border);
        padding: 18px 20px;
        display: flex;
        align-items: center;
        gap: 16px;
        transition: background .2s;
    }

    .mock-profile:last-child {
        border-bottom: none
    }

    .mock-profile:hover {
        background: #f9faff
    }

    .profile-avatar {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: .95rem;
        color: var(--white);
        flex-shrink: 0;
        border: 3px solid rgba(255,255,255,.6);
        box-shadow: 0 0 0 2px var(--cobalt-lt)
    }

    .profile-info {
        flex: 1;
        min-width: 0
    }

    .profile-name {
        font-weight: 700;
        font-size: .95rem;
        color: #26244a;
        margin-bottom: 2px;
        display: flex;
        align-items: center;
        gap: 8px
    }

    .profile-role {
        font-size: .78rem;
        color: #475467
    }

    .profile-rate {
        font-size: 1rem;
        font-weight: 600;
        color: #344054;
        white-space: nowrap
    }

    .profile-badge {
        display: inline-block;
        font-size: .7rem;
        font-weight: 600;
        padding: 2px 10px;
        border-radius: 100px;
        margin-top: 4px;
        white-space: nowrap
    }

    .badge-available {
        background: #ecfdf3;
        color: #05603a
    }

    .badge-active {
        background: var(--cobalt-lt);
        color: var(--cobalt)
    }

    .you-card {
        background: var(--cobalt-lt) !important;
    }

    .you-tag {
        background: var(--cobalt);
        color: var(--white);
        font-size: .62rem;
        font-weight: 700;
        padding: 2px 7px;
        border-radius: 4px
    }

    /* Expert photo mosaic */
    .expert-mosaic-wrap {
        display: flex;
        flex-direction: column;
        gap: 16px
    }

    .expert-mosaic-img {
        width: 100%;
        border-radius: 16px;
        display: block;
        object-fit: cover
    }

    .marketplace-cta-box {
        color: var(--white);
        position: relative;
        overflow: hidden;
        background: transparent;
        background-color: #fff;
        padding: 24px;
        border-radius: 16px;
        box-shadow: 0 0 0 1px #e2e6ed;
        text-align: left;
        height: 100%;
    }

    .marketplace-cta-box::before {
        content: '';
        position: absolute;
        top: -40px;
        right: -40px;
        width: 180px;
        height: 180px;
        background: rgba(58,88,239,.25);
        border-radius: 50%;
        display: none;
    }

    .marketplace-cta-box h3 {
        font-weight: 700;
        margin-bottom: 10px;
        position: relative;
        z-index: 1;
        color: var(--Text-Grey-700, #344054);
        font-family: Inter;
        font-size: 20px;
    }

    .marketplace-cta-box p {
        margin-bottom: 20px;
        position: relative;
        z-index: 1;
        color: var(--Text-Grey-600, #475467);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: inherit;
    }

    .btn-mkt {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: var(--cobalt);
        color: var(--white);
        padding: 12px 24px;
        border-radius: 8px;
        font-weight: 600;
        font-size: .88rem;
        text-decoration: none;
        transition: background .2s;
        position: relative;
        z-index: 1
    }

    .btn-mkt:hover {
        background: var(--cobalt-dk);
        color: var(--white)
    }

    /* ── TRAINING PROGRAM ── */
    .training-section {
        background: var(--Theme-Blue-50, #EBEEFD);
    }

    .training-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 48px;
        align-items: start;
        margin-top: 56px
    }

    .training-modules {
        display: flex;
        flex-direction: column;
        gap: 10px
    }

    .module-row {
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 16px 20px;
        background: white;
        border: 1px solid var(--border);
        border-radius: 12px;
        transition: border-color .2s, background .2s;
        cursor: pointer;
    }

    .module-row:hover {
        border-color: var(--cobalt);
        background: var(--cobalt-lt)
    }

    .mod-num {
        font-family: 'Inter', sans-serif;
        font-size: .7rem;
        font-weight: 600;
        color: var(--cobalt);
        width: 28px;
        flex-shrink: 0
    }

    .mod-name {
        font-size: .86rem;
        font-weight: 500;
        color: var(--ink);
        flex: 1;
        line-height: 1.35
    }

    .mod-hrs {
        font-size: .76rem;
        font-weight: 700;
        color: var(--cobalt);
        white-space: nowrap
    }

    .training-info {
        position: sticky;
        top: 100px
    }

    .training-card {
        margin-bottom: 24px;
        color: var(--white);
        position: relative;
        overflow: hidden;
        background: transparent;
        background-color: #fff;
        padding: 24px;
        border-radius: 16px;
        box-shadow: 0 0 0 1px #e2e6ed;
        text-align: left;
        height: 100%;
    }

    .training-card::before {
        content: '';
        position: absolute;
        top: -40px;
        right: -40px;
        width: 160px;
        height: 160px;
        background: rgba(255, 102, 0, .15);
        border-radius: 50%;
        display: none;
    }

    .training-card h3 {
        font-weight: 700;
        margin-bottom: 10px;
        position: relative;
        z-index: 1;
        color: var(--Text-Grey-700, #344054);
        font-family: Inter;
        font-size: 20px;
    }

    .t-stat {
        display: flex;
        justify-content: space-between;
        padding: 12px 0;
        border-bottom: 1px solid #475467;
        position: relative;
        z-index: 1
    }

    .t-stat:last-of-type {
        border-bottom: none
    }

    .t-stat-label {
        margin-bottom: 0;
        position: relative;
        z-index: 1;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        line-height: inherit;
        font-weight: 500;
        color: var(--ink);
    }

    .t-stat-val {
        margin-bottom: 0;
        position: relative;
        z-index: 1;
        color: var(--Text-Grey-600, #475467);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: inherit;
    }

    .capstone-badge {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: var(--orange);
        color: var(--white);
        font-size: .72rem;
        font-weight: 700;
        padding: 5px 14px;
        border-radius: 100px;
        margin-top: 16px;
        position: relative;
        z-index: 1
    }

    /* ── APPLICATION FORM ── */
    .form-section {
        /* background: var(--Theme-Blue-50, #EBEEFD); */
        padding: 96px 48px;
    }

    .form-inner {
        max-width: inherit;
        margin: 0 auto
    }

    .form-header {
        text-align: start;
        margin-bottom: 0
    }

    .form-card {
        background: var(--white);
        border: 0;
        border-radius: 20px;
        padding: 0;
        box-shadow: none;
    }

    .form-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px
    }

    .form-group {
        display: flex;
        flex-direction: column;
        gap: 7px
    }

    .form-group.full {
        grid-column: 1/-1
    }

    label {
        font-size: .8rem;
        font-weight: 600;
        color: var(--cobalt-dk);
        letter-spacing: .04em;
        text-transform: uppercase
    }

    input[type=text],
    input[type=email],
    input[type=tel],
    select,
    textarea {
        width: 100%;
        padding: 12px 16px;
        border: 1.5px solid var(--border);
        border-radius: 9px;
        font-family: 'Inter', sans-serif;
        font-size: .9rem;
        color: var(--ink);
        background: var(--white);
        outline: none;
        transition: border-color .2s, box-shadow .2s;
        box-sizing: border-box;
    }

    input[type=text]:focus,
    input[type=email]:focus,
    input[type=tel]:focus,
    select:focus,
    textarea:focus {
        border-color: var(--cobalt);
        box-shadow: 0 0 0 3px rgba(58, 88, 239, .08);
    }

    textarea {
        resize: vertical;
        min-height: 110px
    }

    .is-invalid {
        border-color: #e53e3e !important;
        box-shadow: 0 0 0 3px rgba(229, 62, 62, .08) !important
    }

    .field-error {
        font-size: .75rem;
        color: #e53e3e;
        margin-top: 3px;
        display: block
    }

    .checkbox-error {
        font-size: .75rem;
        color: #e53e3e;
        margin-top: 6px;
        display: block
    }

    .checkbox-group {
        display: flex;
        flex-direction: column;
        gap: 10px
    }

    .checkbox-item {
        display: flex;
        align-items: center;
        gap: 10px;
        cursor: pointer;
        font-size: .88rem;
        color: var(--ink)
    }

    .checkbox-item input {
        width: 17px;
        height: 17px;
        accent-color: var(--cobalt);
        cursor: pointer;
        flex-shrink: 0
    }

    .form-divider {
        grid-column: 1/-1;
        height: 1px;
        background: var(--border);
        margin: 8px 0
    }

    .form-note {
        grid-column: 1/-1;
        font-size: .85rem;
        font-weight: 400;
        color: #2d3748;
        background: #eef3ff;
        border: none;
        border-radius: 10px;
        padding: 16px 20px;
        line-height: 1.7;
        letter-spacing: 0;
        text-transform: none;
    }
    .form-note strong {
        font-weight: 700;
        color: #1a202c;
    }
    .form-note a {
        color: var(--cobalt);
        font-weight: 600;
        text-decoration: underline;
    }

    .form-submit {
        width: 100%;
        padding: 16px;
        background: var(--cobalt);
        color: var(--white);
        border: none;
        border-radius: 10px;
        font-family: 'Inter', sans-serif;
        font-size: .98rem;
        font-weight: 700;
        cursor: pointer;
        transition: background .2s, transform .2s;
        margin-top: 8px;
        box-shadow: 0 4px 20px rgba(58, 88, 239, .3);
    }

    .form-submit:hover {
        background: var(--cobalt-dk);
        transform: translateY(-2px)
    }

    /* ── SELECTPICKER FLOATING LABEL ── */
    .sp-wrap .form-floating {
        position: relative;
    }

    .sp-wrap .form-floating .bootstrap-select {
        width: 100% !important;
    }

    .sp-wrap .form-floating .bootstrap-select > .dropdown-toggle {
        width: 100% !important;
        height: 58px !important;
        padding: 32px 36px 4px 12px !important;
        border: 1.5px solid var(--border) !important;
        border-radius: 9px !important;
        background-color: var(--white) !important;
        color: var(--ink) !important;
        font-family: 'Inter', sans-serif !important;
        font-size: .9rem !important;
        box-shadow: none !important;
        position: relative !important;
        align-items: flex-start !important;
    }

    .sp-wrap .form-floating .bootstrap-select > .dropdown-toggle .filter-option {
        min-width: 0 !important;
        overflow: hidden !important;
        padding: 0 !important;
        height: auto !important;
    }

    .sp-wrap .form-floating .bootstrap-select > .dropdown-toggle .filter-option-inner {
        overflow: hidden !important;
        padding-right: 0 !important;
    }

    .sp-wrap .form-floating .bootstrap-select > .dropdown-toggle .filter-option-inner-inner {
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        display: block !important;
        line-height: 1.4 !important;
    }

    .sp-wrap .form-floating .bootstrap-select > .dropdown-toggle .bs-caret {
        display: none !important;
    }

    .sp-wrap .form-floating .bootstrap-select > .dropdown-toggle::after {
        content: '' !important;
        position: absolute !important;
        right: 14px !important;
        bottom: 14px !important;
        width: 0 !important;
        height: 0 !important;
        border-left: 5px solid transparent !important;
        border-right: 5px solid transparent !important;
        border-top: 5px solid var(--muted) !important;
        pointer-events: none !important;
    }

    .sp-wrap .form-floating .bootstrap-select > .dropdown-toggle:focus,
    .sp-wrap .form-floating .bootstrap-select.show > .dropdown-toggle {
        border-color: var(--cobalt) !important;
        box-shadow: 0 0 0 3px rgba(58, 88, 239, .08) !important;
        outline: none !important;
    }

    .sp-wrap .form-floating .bootstrap-select > .dropdown-toggle.bs-placeholder {
        color: var(--muted) !important;
    }

    .sp-wrap .form-floating > label {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0.5rem 0.75rem;
        font-size: .72rem !important;
        font-weight: 600;
        color: var(--cobalt-dk);
        letter-spacing: .04em;
        text-transform: uppercase;
        pointer-events: none;
        z-index: 10;
        transform: none !important;
        opacity: 1 !important;
    }

    .sp-wrap .form-floating .dropdown-menu {
        border: 1px solid var(--border) !important;
        border-radius: 9px !important;
        box-shadow: 0 8px 24px rgba(0,0,0,.1) !important;
        padding: 4px 0 !important;
    }

    .sp-wrap .form-floating .dropdown-menu li a.dropdown-item {
        font-size: .88rem !important;
        color: var(--ink) !important;
        padding: 9px 14px !important;
        background-color: transparent !important;
    }

    .sp-wrap .form-floating .dropdown-menu li a.dropdown-item .check-mark,
    .sp-wrap .form-floating .dropdown-menu li a.dropdown-item .bs-ok-default {
        display: none !important;
    }

    .sp-wrap .form-floating .dropdown-menu li a.dropdown-item span.text {
        padding-left: 0 !important;
    }

    .sp-wrap .form-floating .dropdown-menu li a.dropdown-item:hover {
        background-color: var(--bg) !important;
    }

    .sp-wrap .form-floating .dropdown-menu li.selected > a.dropdown-item {
        background-color: var(--cobalt-lt) !important;
        color: var(--cobalt) !important;
        font-weight: 600 !important;
    }

    .sp-wrap.has-error .bootstrap-select > .dropdown-toggle {
        border-color: #e53e3e !important;
        box-shadow: 0 0 0 3px rgba(229, 62, 62, .08) !important;
    }

    .step-indicator {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0;
        margin-bottom: 32px
    }

    .step-dot {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 2px solid var(--border);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: .82rem;
        font-weight: 700;
        color: var(--muted);
        background: var(--white);
        flex-shrink: 0;
        position: relative;
        z-index: 1
    }

    .step-dot.active {
        background: var(--cobalt);
        border-color: var(--cobalt);
        color: var(--white)
    }

    .step-dot.done {
        background: var(--cobalt-lt);
        border-color: var(--cobalt);
        color: var(--cobalt)
    }

    .step-label {
        font-size: .72rem;
        font-weight: 600;
        color: var(--muted);
        text-align: center;
        margin-top: 4px;
        text-transform: uppercase;
        letter-spacing: .04em
    }

    .step-label.active { color: var(--cobalt) }

    .step-connector {
        width: 100px;
        height: 2px;
        background: var(--border);
        margin: 0 12px;
        margin-bottom: 20px
    }

    .step-connector.done { background: var(--cobalt) }

    .step-col {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .form-step { display: none }
    .form-step.active { display: block }

    .form-continue {
        width: 100%;
        padding: 16px;
        background: var(--cobalt);
        color: var(--white);
        border: none;
        border-radius: 10px;
        font-family: 'Montserrat', sans-serif;
        font-size: .98rem;
        font-weight: 700;
        cursor: pointer;
        transition: background .2s, transform .2s;
        margin-top: 8px;
        box-shadow: 0 4px 20px rgba(58, 88, 239, .3);
        margin-top: 24px;
    }

    .form-continue:hover {
        background: var(--cobalt-dk);
        transform: translateY(-2px)
    }

    /* Success Modal */
    .modal-overlay {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, .5);
        backdrop-filter: blur(6px);
        z-index: 500;
        align-items: center;
        justify-content: center
    }

    .modal-overlay.open {
        display: flex
    }

    .ld-apply-modal {
        background: var(--white);
        border-radius: 20px;
        padding: 52px 44px;
        max-width: 460px;
        width: 90%;
        text-align: center;
        box-shadow: 0 24px 80px rgba(0, 0, 0, .2)
    }

    .ld-apply-modal-icon {
        font-size: 3rem;
        margin-bottom: 20px
    }

    .ld-apply-modal h3 {
        font-family: 'Montserrat', sans-serif;
        font-size: 1.6rem;
        font-weight: 800;
        color: var(--cobalt);
        margin-bottom: 12px
    }

    .ld-apply-modal p {
        font-size: .92rem;
        color: var(--muted);
        line-height: 1.7;
        margin-bottom: 28px
    }

    .ld-apply-modal-close {
        background: var(--cobalt);
        color: var(--white);
        padding: 12px 28px;
        border-radius: 8px;
        border: none;
        cursor: pointer;
        font-family: 'Inter', sans-serif;
        font-size: .9rem;
        font-weight: 600
    }

    /* ── CTA ── */
    .cta-section {
        padding: 100px 48px;
        text-align: inherit;
        background: #031D58;
        filter: blur(0px);
    }

    .cta-inner {
        /* max-width: 680px;
        margin: 0 auto */
    }

    .cta-inner h2 {
        margin-bottom: 18px;
        color: var(--White, #FFF);
        font-family: Inter;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: -0.72px;
    }

    .cta-inner p {
        margin-bottom: 36px;
        color: var(--White, #FFF);
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }

    .cta-actions {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: flex-end;
        flex-shrink: 0;
        flex-direction: column;
        text-align: right;
    }

    .cta-note {
        margin-top: 20px;
        font-size: .78rem;
        color: rgba(255, 255, 255, .45)
    }

    .cta-note a {
        color: rgba(255, 255, 255, .7);
        text-decoration: none;
        color: var(--White, #FFF);
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    .cta-actions a.btn-primary {
        display: inline-block;
        padding: 15px 28px;
        text-decoration: none;
        transition: all .2s;
        white-space: nowrap;
        text-align: center;
        border-radius: 4px;
        background: var(--White, #FFF);
        box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
        color: var(--Theme-Blue-500, #3A58EF);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    .cta-actions a.btn-primary:hover {
        transform: translateY(-2px);
        background: var(--Theme-Blue-500, #3A58EF);
        color: #fff;
    }

    .cta-actions a.btn-ghost {
        padding: 13px 26px;
        font-size: .94rem;
        font-weight: 600;
        text-decoration: none;
        transition: all .2s;
        display: inline-block;
        width: auto;
        border-radius: 4px;
        border: 1px solid var(--White, #FFF);
        color: var(--White, #FFF);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

     .cta-actions a.btn-ghost:hover { 
         border-color: rgba(255, 255, 255, .6);
        border-radius: 4px;
        background: var(--White, #FFF);
        box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
        color: var(--Theme-Blue-500, #3A58EF);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
     }

    p.cta-note {
        color: var(--White, #FFF);
        text-align: right;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }

    .cta-note a:hover {
        color: var(--white)
    }


     .cta-section .section-eyebrow {
        letter-spacing: 0;
        text-transform: inherit;
        margin-bottom: 14px;
        border-radius: 500px;
        background: rgba(0, 0, 0, 0.20);
        color: var(--White, #FFF);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        padding: 4px 16px;
        display: flex;
        align-items: center;
        gap: 10px;
        max-width: 206px;
    }

    .training-info a.btn-primary {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: var(--cobalt);
        color: var(--white);
        padding: 12px 24px;
        border-radius: 8px;
        font-weight: 600;
        font-size: .88rem;
        text-decoration: none;
        transition: background .2s;
        position: relative;
        z-index: 1;
    }

    .training-info a.btn-primary:hover {
        background: var(--cobalt-dk);
        color: var(--white);
    }

    .earnings-section p.section-sub {
        text-align: center;
        max-width: inherit;
    }

    .platform-section p.section-sub {
        max-width: inherit;
    }

    .platform-section .section-eyebrow {
        letter-spacing: 0;
        text-transform: inherit;
        margin-bottom: 14px;
        border-radius: 500px;
        background: var(--White, #FFF);
        color: var(--Text-Grey-700, #344054);
        /* Text sm / Semibold */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px; /* 142.857% */
        padding: 4px 16px;
        display: flex;
        align-items: center;
        gap: 10px;
        max-width: 225px;
        margin: 0 auto 14px;
    }


    .marketplace-section .section-eyebrow {
        letter-spacing: 0;
        text-transform: inherit;
        margin-bottom: 14px;
        border-radius: 500px;
        background: var(--Theme-Blue-50, #EBEEFD);
        color: var(--Text-Grey-700, #344054);
        /* Text sm / Semibold */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px; /* 142.857% */
        padding: 4px 16px;
        display: flex;
        align-items: center;
        gap: 10px;
        max-width: 182px;
        margin: 0 0 14px;
    }

    .marketplace-section h2 {
        color: var(--Theme-Dark-Blue-800, #26244A);
        /* Webpage/Header 2 */
        font-family: Inter;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 43.2px */
        letter-spacing: -0.72px;
        margin-bottom: 12px;
    } 


    .training-section .section-eyebrow {
        letter-spacing: 0;
        text-transform: inherit;
        margin-bottom: 14px;
        border-radius: 500px;
        background: var(--White, #FFF);
        color: var(--Text-Grey-700, #344054);
        /* Text sm / Semibold */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px; /* 142.857% */
        padding: 4px 16px;
        display: flex;
        align-items: center;
        gap: 10px;
        max-width: 213px;
        margin: 0 auto 14px;
    }

    .training-section h2 {
        color: var(--Theme-Dark-Blue-800, #26244A);
        text-align: center;
        font-family: Inter;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: -0.72px;
    }

    .training-section p.section-sub {
        color: var(--Text-Grey-600, #475467);
        text-align: center;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        max-width: inherit;
    }

    /*Qulification Page*/


    /*Main Section Start*/

    .form-section .section-eyebrow {
        letter-spacing: 0;
        text-transform: inherit;
        margin-bottom: 14px;
        border-radius: 500px;
        background: var(--Theme-Blue-50, #EBEEFD);
        color: var(--Text-Grey-700, #344054);
        /* Text sm / Semibold */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px; /* 142.857% */
        padding: 4px 16px;
        display: flex;
        align-items: center;
        gap: 10px;
        max-width: 183px;
        margin: 0 0 12px;
    }
    
    .Sec_Title {}

    .Sec_Title h2 {
        color: var(--Text-Grey-900, #101828);
        text-align: center;

    /* Display lg / Bold */
        font-family: Inter;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 60px; /* 125% */
        letter-spacing: -0.96px;
        margin-bottom: 16px;
    }

    .Sec_Title h2 span {
        color: var(--Theme-Blue-500, #3A58EF);

    /* Display lg / Bold */
        font-family: Inter;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 60px;
        letter-spacing: -0.96px;
    }

    .Sec_Title p {
        color: var(--Text-Grey-600, #475467);
        text-align: center;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px; /* 150% */
    }

    section.Schedule_Contact {
        background: var(--Theme-Blue-50, #EBEEFD);
        padding-block: 48px;
    }

    .Schedule_Consultation {
        border-radius: 12px;
        border: 1px solid var(--Text-Grey-200, #EAECF0);
        background: #FFF;
        padding: 24px;
    }

    .Schedule_Consultation h2 {
        color: var(--Theme-Dark-Blue-800, #26244A);
        font-family: Inter;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: -0.72px;
        margin-bottom: 32px;
    }

    .Schedule_Consultation h2 span {
        color: var(--Theme-Blue-500, #3A58EF);
        font-family: Inter;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: -0.72px;
    }
    .Schedule_Consultation p {
        color: var(--Text-Grey-500, #5D667B);

    /* Text md / Regular */
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
        margin-bottom: 24px;
    }

    .Schedule_Consultation form .form-floating>.form-select {
        padding: 5px 16px;
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
        background-size: 14px;
        background-position: right .75rem center;
        background-repeat: no-repeat;
    }

    .form-card .form-step .form-floating:not(.filter-selection) {
        position: relative;
    }
    .form-card .form-step .form-floating:not(.filter-selection) > .form-control {
        height: 58px;
        padding-top: 1.5rem !important;
        padding-bottom: 0.5rem !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .form-card .form-step .form-floating:not(.filter-selection) > textarea.form-control {
        height: auto;
        min-height: 130px;
        padding-top: 1.8rem !important;
        resize: vertical;
    }
    .form-card .form-step .form-floating:not(.filter-selection) > .form-control::placeholder {
        color: transparent;
    }
    .form-card .form-step .form-floating:not(.filter-selection) > .form-control:focus ~ label,
    .form-card .form-step .form-floating:not(.filter-selection) > .form-control:not(:placeholder-shown) ~ label {
        opacity: .75;
        transform: scale(.78) translateY(-1.6rem);
    }
    .form-card .form-step .form-floating:not(.filter-selection) > label {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding: 1rem 1rem;
        pointer-events: none;
        transform-origin: 0 0;
        transition: opacity .15s ease-in-out, transform .15s ease-in-out;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        z-index: 1;
        margin: 0;
    }

    .Schedule_Consultation form {}

    .Schedule_Consultation form button.Submit_Btn {
        border-radius: 4px;
        background: var(--Theme-Blue-500, #3A58EF);

    /* Shadow/xs */
        box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
        padding: 12px 20px;
        color: var(--White, #FFF);

    /* Text md / Semibold */
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 150% */
        display: inline-block;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        box-shadow: none;
        border: 0;
    }

    .Schedule_Consultation form a.Submit_Btn:hover {
        border-radius: 4px;
        background: var(--Theme-Blue-800, #182878);

    /* Shadow/xs */
        box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    }

    .Quick_Contact {
        border-radius: 12px;
        border: 1px solid var(--Text-Grey-200, #EAECF0);
        background: var(--White, #FFF);
        padding: 24px;
    }

    .Quick_Contact h3 {
        color: var(--Theme-Dark-Blue-800, #26244A);

    /* Text xl / Bold */
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px; /* 150% */
        margin-bottom: 24px;
    }

    .Quick_Contact_Box {
        display: flex;
        align-items: start;
        gap: 16px;
        margin-bottom: 24px;
    }

    .Quick_Contact_Box span {
        border-radius: 8px;
        background: var(--Theme-Blue-50, #EBEEFD);
        padding: 12px;
    }

    .Quick_Contact_Box_Text {}

    .Quick_Contact_Box_Text label {
        color: var(--Text-Grey-500, #5D667B);

    /* Text sm / Medium */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px; /* 142.857% */
        margin-bottom: 4px;
    }

    .Quick_Contact_Box_Text p,.Quick_Contact_Box_Text a {
        color: var(--Text-Grey-700, #344054);

    /* Text lg / Semibold */
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px; /* 155.556% */
    }

    .Quick_Contact_Box:last-child {
        margin: 0;
    }




    @media (max-width:1366.51px) { 

        .Quick_Contact_Box_Text p, .Quick_Contact_Box_Text a {
            font-size: 16px;
        }

        .Schedule_Consultation h2, .Schedule_Consultation h2 span {
            font-size: 32px;
        }
    
    }



    @media (max-width:1199.51px) {

        .hero h1 {
            font-size: 38px;
            line-height: 48px;
        }

        .firms-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .earnings-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        section {
            padding: 72px 32px;
        }

        .stats-band {
            padding: 48px 32px;
        }

        .form-section {
            padding: 72px 32px;
        }

        .Sec_Title h2,
        .Sec_Title h2 span {
            font-size: 40px;
            line-height: 50px;
        }

    }


    @media (max-width: 991.51px) {

        .hero h1 {
            font-size: 32px;
            line-height: 42px;
            letter-spacing: -0.5px;
        }

        .hero-sub {
            font-size: 17px;
        }

        .platform-grid,
        .marketplace-inner,
        .training-grid {
            grid-template-columns: 1fr;
        }

        .opps-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .earnings-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .Sec_Title h2,
        .Sec_Title h2 span {
            font-size: 36px;
            line-height: 44px;
        }

        .stats-grid {
            margin-top: -60px;
        }

    }


    /* ── FOOTER ── */
    /* footer {
        background: var(--cobalt-xdk);
        padding: 40px 48px;
        text-align: center
    }

    footer strong {
        color: #ffb347
    }

    footer span {
        opacity: .45;
        font-size: .76rem;
        margin-top: 8px;
        display: block;
        color: rgba(255, 255, 255, .6)
    }

    footer a {
        color: rgba(255, 255, 255, .55);
        text-decoration: none
    }

    footer a:hover {
        color: #ffb347
    } */

    @keyframes fadeUp {
        from {
            opacity: 0;
            transform: translateY(22px)
        }

        to {
            opacity: 1;
            transform: translateY(0)
        }
    }

    .fu {
        animation: fadeUp .65s ease forwards
    }

    .d1 {
        animation-delay: .1s;
        opacity: 0
    }

    .d2 {
        animation-delay: .25s;
        opacity: 0
    }

    .d3 {
        animation-delay: .4s;
        opacity: 0
    }

    @media(max-width:960px) {

        nav {
            padding: 14px 20px
        }

        .nav-links {
            display: none
        }

        section,
        footer {
            padding: 64px 20px
        }

        .stats-band {
            padding: 48px 20px
        }

        .form-section {
            padding: 64px 20px
        }

        .cta-section {
            padding: 72px 20px
        }

        .hero {
            padding: 80px 20px 100px
        }

        .hero-inner,
        .platform-grid,
        .marketplace-inner,
        .training-grid {
            grid-template-columns: 1fr
        }

        .expert-mosaic-img {
            border-radius: 10px
        }

        .hero-card {
            display: none
        }

        .firms-grid,
        .opps-grid,
        .earnings-grid {
            grid-template-columns: 1fr
        }

        .Step_Main .Line {
            display: none
        }

        .Step_1 {
            margin-bottom: 40px;
            text-align: center;
        }

        .stats-grid {
            grid-template-columns: 1fr 1fr;
            margin-top: -60px;
        }

        .stat-block {
            border-right: none;
            border-bottom: 1px solid rgba(255, 255, 255, .15)
        }

        .form-grid {
            grid-template-columns: 1fr
        }

        .form-card {
            padding: 0px
        }

        .How-Title h2 {
            font-size: 26px
        }

        .hero h1 {
            font-size: 30px;
            line-height: 40px;
        }

        .hero-sub {
            font-size: 16px;
            margin-bottom: 24px;
        }

        .hero-actions {
            flex-direction: column;
            gap: 12px;
        }

        .hero-actions a {
            text-align: center;
            width: 100%;
        }

        .feat-grid {
            grid-template-columns: 1fr;
        }

    }


    @media (max-width: 767.51px) {

        .hero {
            padding: 80px 20px 72px;
        }

        .hero h1 {
            font-size: 26px;
            line-height: 34px;
            letter-spacing: -0.4px;
        }

        .hero-sub {
            font-size: 15px;
            line-height: 24px;
            margin-bottom: 20px;
        }

        .firms-grid,
        .opps-grid,
        .earnings-grid {
            grid-template-columns: 1fr;
        }

        .firm-card p {
            min-height: auto;
        }

        .referral-box {
            grid-template-columns: 1fr;
            text-align: center;
        }

        .referral-box .referral-icon {
            margin: 0 auto;
        }

        .Schedule_Consultation h2,
        .Schedule_Consultation h2 span {
            font-size: 20px;
            line-height: 1.3;
        }

        .Sec_Title h2,
        .Sec_Title h2 span {
            font-size: 28px;
            line-height: 36px;
            letter-spacing: -0.5px;
        }

        .firms-section h2,
        .opps-section h2,
        .platform-section h2,
        .earnings-section h2,
        .marketplace-section h2,
        .training-section h2,
        .How-Title h2 {
            font-size: 24px;
            line-height: 1.3;
        }

        .stats-grid {
            margin-top: 0;
        }

        .hero-stat {
            padding-right: 16px;
            margin-right: 16px;
        }

        .step-connector {
            width: 40px;
        }

        .earn-range-nums {
            font-size: 30px;
            line-height: 40px;
        }

        .cta-actions {
            align-items: stretch;
        }

        .cta-actions a {
            text-align: center;
        }

        .firms-section .section-eyebrow,
        .marketplace-section .section-eyebrow,
        .training-section .section-eyebrow,
        .platform-section .section-eyebrow,
        .form-section .section-eyebrow,
        .earnings-section .section-eyebrow,
        .opps-section .section-eyebrow {
            /* max-width: 100%; */
        }

        .How_Get_Started_Main {
            padding-block: 48px;
        }

        .How-Title {
            margin-bottom: 32px;
        }

        .Quick_Contact_Box_Text p,
        .Quick_Contact_Box_Text a {
            font-size: 15px;
        }

        .opp-card-top {
            flex-wrap: wrap;
            gap: 8px;
        }

    }


    @media (max-width: 480px) {

        .hero h1 {
            font-size: 22px;
            line-height: 30px;
        }

        .hero-sub {
            font-size: 14px;
        }

        .earnings-grid {
            grid-template-columns: 1fr;
        }

        .opps-grid {
            grid-template-columns: 1fr;
        }

        .stats-grid {
            grid-template-columns: 1fr;
            margin-top: -120px;
        }

        .stat-block {
            border-bottom: 1px solid rgba(0, 0, 0, .07);
        }

        .hero-stats {
            flex-direction: column;
            gap: 12px;
            border-top: 1px solid rgba(255, 255, 255, .2);
            padding-top: 16px;
        }

        .hero-stat {
            border-right: none;
            padding-right: 0;
            margin-right: 0;
        }

        .earn-range-nums {
            font-size: 26px;
            line-height: 36px;
        }

        .step-connector {
            width: 24px;
        }

        .firms-section h2,
        .opps-section h2,
        .platform-section h2,
        .earnings-section h2,
        .marketplace-section h2,
        .training-section h2,
        .How-Title h2 {
            font-size: 22px;
        }

        .Sec_Title h2,
        .Sec_Title h2 span {
            font-size: 24px;
            line-height: 32px;
        }

        .Schedule_Consultation h2,
        .Schedule_Consultation h2 span {
            font-size: 18px;
        }

        section {
            padding: 48px 16px;
        }

        .stats-band {
            padding: 32px 16px;
        }

        .form-section {
            padding: 48px 16px;
        }

        .hero {
            padding: 72px 16px 64px;
        }

        .platform-grid {
            gap: 16px;
        }

        .training-grid {
            gap: 24px;
        }

    }

