/* Homepage: only the approved hero treatment lives here. The remaining sections use the stable platform styles. */
.modern-home-page .home-v3-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 610px;
    color: #fff;
    background:
        radial-gradient(circle at 84% 17%, rgba(115, 184, 255, .4), transparent 20%),
        radial-gradient(circle at 12% 91%, rgba(0, 223, 255, .17), transparent 26%),
        linear-gradient(120deg, #08245e 0%, #0044ff 55%, #1c68e8 100%);
}

.modern-home-page .home-v3-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: auto auto -170px -6%;
    width: min(43vw, 620px);
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
    box-shadow: 0 0 0 56px rgba(255, 255, 255, .04), 0 0 0 112px rgba(255, 255, 255, .025);
}

.modern-home-page .home-v3-hero .container {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .6fr);
    gap: clamp(36px, 6vw, 96px);
    align-items: center;
}

.modern-home-page .home-v3-hero .hero-content { max-width: 760px; }
.modern-home-page .home-v3-hero .eyebrow {
    display: inline-flex;
    margin: 0 0 18px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, .12);
    font-size: .8rem;
    font-weight: 800;
}
.modern-home-page .home-v3-hero .eyebrow::before { display: none; }
.modern-home-page .home-v3-hero h1 { margin: 0 0 18px; color: #fff; font-size: clamp(2.45rem, 5.2vw, 4.85rem); line-height: 1.08; letter-spacing: -.045em; }
.modern-home-page .home-v3-hero p { max-width: 650px; margin: 0; color: rgba(255, 255, 255, .88); font-size: clamp(1rem, 1.55vw, 1.16rem); line-height: 1.9; }
.modern-home-page .home-v3-hero .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.modern-home-page .home-v3-hero .btn-primary { min-height: 50px; padding-inline: 22px; border-color: #fff; color: #0044ff; background: #fff; box-shadow: 0 14px 30px rgba(3, 21, 61, .22); }
.modern-home-page .home-v3-hero .btn-outline { min-height: 50px; padding-inline: 18px; border-color: rgba(255, 255, 255, .34); color: #fff; background: rgba(3, 20, 62, .16); }
.modern-home-page .home-v3-hero .hero-trust-row { gap: 10px 18px; margin-top: 28px; }
.modern-home-page .home-v3-hero .hero-trust-row span { padding: 0; border: 0; color: rgba(255, 255, 255, .88); background: none; font-size: .9rem; }
.modern-home-page .home-v3-hero .hero-trust-row span::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-inline-end: 7px; border-radius: 50%; background: #8fe9ff; box-shadow: 0 0 0 4px rgba(143, 233, 255, .15); }

/* Approved icon orbit. */
.modern-home-page .home-hero-orbit { position: relative; width: min(100%, 270px); aspect-ratio: 1; margin-inline: auto; display: grid; place-items: center; }
.modern-home-page .home-hero-orbit-path { position: absolute; inset: 12px; border: 1px solid rgba(255, 255, 255, .32); border-radius: 50%; box-shadow: inset 0 0 22px rgba(255, 255, 255, .08), 0 0 35px rgba(0, 18, 85, .14); }
.modern-home-page .home-hero-orbit-path::before { content: ""; position: absolute; inset: 28px; border: 1px dashed rgba(255, 255, 255, .28); border-radius: 50%; }
.modern-home-page .home-hero-orbit-center { position: relative; z-index: 2; display: grid; width: 92px; height: 92px; place-items: center; border: 1px solid rgba(255, 255, 255, .42); border-radius: 28px; color: #0044ff; background: #fff; box-shadow: 0 22px 60px rgba(0, 18, 88, .42); animation: home-orbit-pulse 2.3s ease-in-out infinite; }
.modern-home-page .home-hero-orbit-center svg { width: 44px; height: 44px; }
.modern-home-page .home-hero-orbit-track { position: absolute; inset: 0; animation: home-orbit-spin 12s linear infinite; }
.modern-home-page .home-hero-orbit-track--reverse { animation-duration: 15s; animation-direction: reverse; }
.modern-home-page .home-hero-orbit-item { position: absolute; display: grid; width: 49px; height: 49px; place-items: center; border: 1px solid #dbe5ff; border-radius: 17px; color: #0044ff; background: #fff; box-shadow: 0 15px 36px rgba(0, 31, 133, .28); }
.modern-home-page .home-hero-orbit-item > span { display: grid; animation: home-orbit-counter 12s linear infinite reverse; }
.modern-home-page .home-hero-orbit-track--reverse .home-hero-orbit-item > span { animation-duration: 15s; animation-direction: normal; }
.modern-home-page .home-hero-orbit-item svg { width: 26px; height: 26px; }
.modern-home-page .home-hero-orbit-item--book { top: 0; left: 50%; transform: translateX(-50%); }
.modern-home-page .home-hero-orbit-item--chart { bottom: 0; left: 50%; transform: translateX(-50%); }
.modern-home-page .home-hero-orbit-item--cap { top: 50%; right: 0; transform: translateY(-50%); }
.modern-home-page .home-hero-orbit-item--certificate { top: 50%; left: 0; transform: translateY(-50%); }
@keyframes home-orbit-spin { to { transform: rotate(360deg); } }
@keyframes home-orbit-counter { to { transform: rotate(360deg); } }
@keyframes home-orbit-pulse { 50% { transform: scale(1.07); box-shadow: 0 28px 76px rgba(0, 18, 88, .52); } }
@media (max-width: 960px) {
    .modern-home-page .home-v3-hero {
        padding-block: 36px 44px;
        min-height: auto;
    }
    .modern-home-page .home-v3-hero .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 22px;
    }
    .modern-home-page .home-hero-orbit {
        order: -1;
        width: 220px;
        max-width: 100%;
        margin-inline: auto;
    }
    .modern-home-page .home-v3-hero .hero-content {
        order: 2;
        text-align: center;
    }
    .modern-home-page .home-v3-hero .eyebrow {
        margin: 0 0 10px;
        padding: 6px 10px;
        font-size: 0.75rem;
    }
    .modern-home-page .home-v3-hero h1 {
        margin: 0 0 12px;
        font-size: clamp(2rem, 5vw, 3rem);
    }
    .modern-home-page .home-v3-hero p {
        font-size: 0.95rem;
        line-height: 1.75;
    }
    .modern-home-page .home-v3-hero .hero-actions {
        justify-content: center;
        margin-top: 20px;
    }
    .modern-home-page .home-v3-hero .hero-trust-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 8px;
        max-width: 650px;
        margin-top: 18px;
        margin-inline: auto;
        direction: rtl;
    }
    .modern-home-page .home-v3-hero .hero-trust-row span {
        display: inline-flex;
        align-items: center;
        flex-direction: row;
        max-width: min(100%, 320px);
        min-height: 34px;
        padding: 7px 10px;
        border: 1px solid rgba(255, 255, 255, .18);
        border-radius: 999px;
        background: rgba(255, 255, 255, .1);
        font-size: .82rem;
        line-height: 1.35;
        text-align: right;
        overflow-wrap: anywhere;
        backdrop-filter: blur(8px);
    }
}
@media (max-width: 640px) {
    .modern-home-page .home-v3-hero {
        padding-block: 28px 36px;
    }
    .modern-home-page .home-v3-hero h1 {
        font-size: clamp(1.75rem, 8.5vw, 2.5rem);
    }
    .modern-home-page .home-v3-hero .hero-actions,
    .modern-home-page .home-v3-hero .hero-actions .btn {
        width: 100%;
    }
    .modern-home-page .home-v3-hero .hero-actions .btn {
        justify-content: center;
    }
    .modern-home-page .home-v3-hero .hero-trust-row {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 360px;
        margin-inline: auto;
        justify-items: end;
    }
    .modern-home-page .home-v3-hero .hero-trust-row span {
        justify-content: flex-start;
        justify-self: start;
        width: fit-content;
        max-width: 100%;
        min-height: 38px;
        padding: 8px 12px;
        font-size: .8rem;
        text-align: right;
    }
    .modern-home-page .home-v3-hero .hero-trust-row span::before {
        flex: 0 0 auto;
        width: 6px;
        height: 6px;
        margin-inline-end: 6px;
        box-shadow: 0 0 0 3px rgba(143, 233, 255, .14);
    }
    .modern-home-page .home-hero-orbit {
        width: 170px;
        margin-bottom: 4px;
    }
    .modern-home-page .home-hero-orbit-center {
        width: 58px;
        height: 58px;
        border-radius: 18px;
    }
    .modern-home-page .home-hero-orbit-center svg {
        width: 28px;
        height: 28px;
    }
    .modern-home-page .home-hero-orbit-path::before {
        inset: 18px;
    }
    .modern-home-page .home-hero-orbit-item {
        width: 34px;
        height: 34px;
        border-radius: 12px;
    }
    .modern-home-page .home-hero-orbit-item svg {
        width: 18px;
        height: 18px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .modern-home-page .home-hero-orbit-center,
    .modern-home-page .home-hero-orbit-track,
    .modern-home-page .home-hero-orbit-item > span {
        animation: none;
    }
}

/* Homepage section refresh: proof, trust, customer portal and courses. */
.modern-home-page .home-v3-stats {
    position: relative;
    padding-block: 34px 62px;
    overflow: hidden;
    background: linear-gradient(180deg, #fff 0%, #f5f8ff 100%) !important;
}

.modern-home-page .home-v3-stats::before {
    content: "";
    position: absolute;
    inset: 30px auto auto 4%;
    width: 190px;
    height: 190px;
    border: 1px solid rgba(0, 68, 255, .08);
    border-radius: 50%;
    box-shadow: 0 0 0 28px rgba(0, 68, 255, .025), 0 0 0 56px rgba(0, 68, 255, .016);
}

.modern-home-page .stats-band-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 14px;
    color: #5270ae;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.modern-home-page .stats-band-heading i {
    width: 42px;
    height: 1px;
    background: #b7c8ef;
}

.modern-home-page .stats-band-heading small { color: #5270ae; font: inherit; letter-spacing: 0; text-transform: none; }
.modern-home-page .proof-grid--featured { position: relative; gap: 16px; }

.modern-home-page .proof-grid--featured .stats-card {
    position: relative;
    min-height: 176px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 20px;
    overflow: hidden;
    border: 1px solid #dfe8fb !important;
    border-radius: 20px;
    color: #08245e;
    background: rgba(255, 255, 255, .86) !important;
    box-shadow: 0 16px 36px rgba(29, 74, 165, .07) !important;
    text-align: start;
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.modern-home-page .proof-grid--featured .stats-card::before {
    inset: auto -18px -30px auto;
    width: 104px;
    height: 104px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 68, 255, .055);
}

.modern-home-page .proof-grid--featured .stats-card:hover {
    transform: translateY(-5px) !important;
    border-color: #acc6ff !important;
    box-shadow: 0 23px 44px rgba(29, 74, 165, .13) !important;
}

.modern-home-page .stats-card-top { display: flex; width: 100%; align-items: center; justify-content: space-between; }
.modern-home-page .stats-card-icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; color: #fff !important; background: linear-gradient(135deg, #0044ff, #3a8cf6) !important; box-shadow: 0 9px 18px rgba(0, 68, 255, .2); }
.modern-home-page .stats-card-icon svg { width: 20px; height: 20px; }
.modern-home-page .stats-card-index { color: #9aaed7 !important; font-size: .72rem; font-weight: 900; letter-spacing: .08em; }
.modern-home-page .proof-grid--featured .stats-card strong { color: #08245e !important; font-size: clamp(2.15rem, 4vw, 3.1rem); line-height: .9; letter-spacing: -.05em; }
.modern-home-page .proof-grid--featured .stats-card-label { position: relative; z-index: 1; color: #64769a !important; font-size: .9rem; font-weight: 800; line-height: 1.5; }

.modern-home-page .trust-showcase { position: relative; padding-block: 82px; overflow: hidden; background: #fff !important; }
.modern-home-page .trust-showcase::before { content: ""; position: absolute; top: 0; right: -120px; width: 390px; height: 390px; border-radius: 50%; background: radial-gradient(circle, rgba(0, 68, 255, .07), transparent 68%); pointer-events: none; }
.modern-home-page .trust-showcase .section-head { position: relative; z-index: 1; margin-bottom: 30px; }
.modern-home-page .trust-journey { position: relative; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; padding: 1px; border: 1px solid #dce6fa; border-radius: 22px; overflow: hidden; background: #dce6fa; box-shadow: 0 18px 42px rgba(20, 64, 151, .07); }
.modern-home-page .trust-journey-card {
    position: relative;
    min-height: 205px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 28px 24px;
    border: 0 !important;
    border-radius: 0 !important;
    color: #08245e !important;
    background: #fff !important;
    box-shadow: none !important;
}

.modern-home-page .trust-journey-card + .trust-journey-card::after { content: ""; position: absolute; top: 33px; right: -1px; width: 1px; height: calc(100% - 66px); background: #e1e9f9; }
.modern-home-page .trust-journey-number { display: grid; flex: 0 0 44px; width: 44px; height: 44px; place-items: center; margin: 0 !important; border: 1px solid #c7d7f7 !important; border-radius: 14px !important; color: #0044ff !important; background: #f2f6ff !important; font-size: .8rem; font-weight: 900; }
.modern-home-page .trust-journey-card:nth-child(2) .trust-journey-number { color: #fff !important; border-color: #0044ff !important; background: #0044ff !important; }
.modern-home-page .trust-journey-card strong { margin: 2px 0 8px !important; color: #08245e !important; font-size: 1.15rem; line-height: 1.45; }
.modern-home-page .trust-journey-card p { margin: 0 !important; color: #66789d !important; font-size: .93rem; line-height: 1.75; }

.modern-home-page .portal-showcase { padding-block: 22px 82px; background: #fff; }
.modern-home-page .portal-showcase .section-head { margin-bottom: 30px; }
.modern-home-page .portal-showcase .portal-grid-single { grid-template-columns: minmax(0, 1fr); }
.modern-home-page .portal-card--experience {
    display: grid;
    grid-template-columns: minmax(0, .96fr) minmax(340px, 1.04fr);
    gap: clamp(30px, 6vw, 82px);
    align-items: center;
    padding: clamp(28px, 5vw, 58px);
    overflow: hidden;
    border: 1px solid #cbdafb !important;
    border-radius: 26px !important;
    background: linear-gradient(120deg, #062766 0%, #0044d6 56%, #3787ef 100%) !important;
    box-shadow: 0 25px 55px rgba(0, 59, 181, .18) !important;
}

.modern-home-page .portal-card--experience::before { content: ""; position: absolute; z-index: 0; inset: auto -100px -210px auto; width: 480px; height: 480px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255, 255, 255, .055), 0 0 0 90px rgba(255, 255, 255, .035); }
.modern-home-page .portal-card-copy, .modern-home-page .portal-dashboard { position: relative; z-index: 1; }
.modern-home-page .portal-kicker { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 18px !important; padding: 7px 11px !important; border: 1px solid rgba(255, 255, 255, .26) !important; border-radius: 999px !important; color: #fff !important; background: rgba(255, 255, 255, .13) !important; font-size: .73rem; font-weight: 800; letter-spacing: .04em; }
.modern-home-page .portal-kicker svg { width: 17px; height: 17px; }
.modern-home-page .portal-card--experience h3 { margin: 0 0 12px; color: #fff !important; font-size: clamp(1.75rem, 3.5vw, 2.5rem); line-height: 1.15; }
.modern-home-page .portal-card--experience p { margin: 0; color: rgba(255, 255, 255, .8) !important; font-size: 1rem; line-height: 1.85; }
.modern-home-page .portal-perks { display: grid; gap: 10px; margin: 24px 0 28px; padding: 0; list-style: none; color: #fff; }
.modern-home-page .portal-perks li { display: flex; align-items: center; gap: 9px; color: rgba(255, 255, 255, .92); font-size: .9rem; font-weight: 700; }
.modern-home-page .portal-perks li::before { content: "✓"; display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; color: #0044d6; background: #fff; font-size: .73rem; font-weight: 900; }
.modern-home-page .portal-card--experience .btn-primary { color: #0044d6 !important; border-color: #fff !important; background: #fff !important; box-shadow: 0 12px 25px rgba(0, 20, 85, .18) !important; }

.modern-home-page .portal-dashboard { max-width: 450px; margin-inline: auto 0; padding: 17px; border: 1px solid rgba(255, 255, 255, .34); border-radius: 19px; background: rgba(255, 255, 255, .96); box-shadow: 0 25px 46px rgba(0, 17, 72, .23), inset 0 1px 0 #fff; transform: rotate(-2deg); }
.modern-home-page .portal-dashboard-bar { display: flex; align-items: center; gap: 9px; padding-bottom: 15px; border-bottom: 1px solid #e9eef9; }
.modern-home-page .portal-dashboard-brand { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 10px; color: #0044d6; background: #fff; font-size: .7rem; font-weight: 900; }
.modern-home-page .portal-dashboard-bar i { width: 70px; height: 7px; border-radius: 99px; background: #e4eafb; }.modern-home-page .portal-dashboard-bar b { width: 22px; height: 22px; margin-inline-start: auto; border-radius: 50%; background: #d1ddfa; }
.modern-home-page .portal-dashboard-welcome { display: grid; gap: 3px; margin: 21px 0 15px; }.modern-home-page .portal-dashboard-welcome span, .modern-home-page .portal-dashboard-course small { color: #8192b6; font-size: .72rem; font-weight: 700; }.modern-home-page .portal-dashboard-welcome strong { color: #0a2860; font-size: 1rem; }
.modern-home-page .portal-dashboard-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.modern-home-page .portal-dashboard-metrics div { display: grid; gap: 5px; padding: 12px; border-radius: 12px; background: #f2f6ff; }.modern-home-page .portal-dashboard-metrics div:nth-child(2) { background: #e8f7fa; }.modern-home-page .portal-dashboard-metrics small { color: #7183a6; font-size: .69rem; }.modern-home-page .portal-dashboard-metrics strong { color: #09367d; font-size: 1.35rem; }
.modern-home-page .portal-dashboard-course { display: flex; align-items: center; gap: 10px; margin-top: 12px; padding: 12px; border: 1px solid #e4ebf9; border-radius: 13px; }.modern-home-page .portal-dashboard-play { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid #dbe6fb; border-radius: 10px; color: #0044d6; background: #fff; font-size: .62rem; }.modern-home-page .portal-dashboard-course div { display: grid; gap: 3px; }.modern-home-page .portal-dashboard-course strong { color: #14346a; font-size: .75rem; }.modern-home-page .portal-dashboard-course > b { margin-inline-start: auto; color: #04858b; font-size: .72rem; }

.modern-home-page .course-showcase { padding-block: 82px; background: linear-gradient(180deg, #f7faff 0%, #fff 100%); }
.modern-home-page .course-showcase .section-head { margin-bottom: 30px; }
.modern-home-page .course-showcase .courses-grid { gap: 22px; }
.modern-home-page .course-card--home { grid-template-rows: 214px 1fr; overflow: hidden; border: 1px solid #dce6f8 !important; border-radius: 20px !important; background: #fff !important; box-shadow: 0 14px 32px rgba(21, 67, 155, .07) !important; }
.modern-home-page .course-card--home:hover { transform: translateY(-5px) !important; border-color: #b7cdf9 !important; box-shadow: 0 22px 42px rgba(21, 67, 155, .13) !important; }
.modern-home-page .course-card-media { position: relative; display: block; overflow: hidden; background: #072761; }.modern-home-page .course-card-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(3, 21, 61, .62)); }.modern-home-page .course-card-media img { width: 100%; height: 100%; object-fit: cover; }.modern-home-page .course-card-media > span { position: absolute; z-index: 1; left: 16px; bottom: 14px; color: #fff; font-size: .8rem; font-weight: 900; letter-spacing: .1em; }
.modern-home-page .course-card--home .course-body { padding: 21px 21px 19px; }.modern-home-page .course-card--home .course-meta { display: flex; flex-wrap: wrap; }.modern-home-page .course-card--home .tag { padding: 5px 9px; border-radius: 999px; color: #2454ad !important; border: 1px solid #d7e3fb !important; background: #f3f7ff !important; font-size: .72rem; font-weight: 800; }.modern-home-page .course-card--home h3 { margin: 2px 0 0; font-size: 1.18rem; line-height: 1.45; }.modern-home-page .course-card--home h3 a { color: #08245e; text-decoration: none; }.modern-home-page .course-card--home p { margin: 0; color: #68799b !important; font-size: .91rem; line-height: 1.75; }.modern-home-page .course-card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 14px; color: #0044d6; font-size: .87rem; font-weight: 900; text-decoration: none; }.modern-home-page .course-card-link svg { width: 18px; height: 18px; transition: transform .2s ease; }.modern-home-page .course-card-link:hover svg { transform: translateX(-4px); }

@media (max-width: 760px) {
    .modern-home-page .home-v3-stats { padding-block: 26px 48px; }.modern-home-page .stats-band-heading { margin-bottom: 12px; }.modern-home-page .proof-grid--featured { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 11px; }.modern-home-page .proof-grid--featured .stats-card { min-height: 155px; padding: 16px; border-radius: 16px; }.modern-home-page .proof-grid--featured .stats-card strong { font-size: 2rem; }.modern-home-page .stats-card-label { font-size: .78rem !important; }
    .modern-home-page .trust-showcase, .modern-home-page .course-showcase { padding-block: 58px; }.modern-home-page .trust-journey { grid-template-columns: 1fr; gap: 1px; }.modern-home-page .trust-journey-card { min-height: auto; padding: 22px 20px; }.modern-home-page .trust-journey-card + .trust-journey-card::after { top: -1px; right: 24px; width: calc(100% - 48px); height: 1px; }
    .modern-home-page .portal-showcase { padding-bottom: 58px; }.modern-home-page .portal-card--experience { grid-template-columns: 1fr; gap: 32px; padding: 28px 22px; border-radius: 20px !important; }.modern-home-page .portal-dashboard { width: 100%; max-width: 390px; margin-inline: auto; transform: none; }.modern-home-page .portal-card--experience .btn-primary { width: 100%; }
    .modern-home-page .course-card--home { grid-template-rows: 205px 1fr; }.modern-home-page .course-showcase .courses-grid { gap: 15px; }
}

@media (max-width: 420px) { .modern-home-page .proof-grid--featured { grid-template-columns: 1fr !important; }.modern-home-page .proof-grid--featured .stats-card { min-height: 142px; }.modern-home-page .stats-band-heading > span { display: none; } }

/* Services get their own modular card treatment on the homepage. */
.modern-home-page .services-showcase {
    position: relative;
    padding-block: 84px;
    overflow: hidden;
    background:
        radial-gradient(circle at 7% 64%, rgba(0, 68, 255, .055), transparent 290px),
        #fff;
}

.modern-home-page .services-showcase::after {
    content: "";
    position: absolute;
    top: 104px;
    left: -74px;
    width: 168px;
    height: 168px;
    border: 1px solid #d9e5fb;
    border-radius: 50%;
    box-shadow: 0 0 0 28px rgba(0, 68, 255, .025);
}

.modern-home-page .services-showcase .container { position: relative; z-index: 1; }
.modern-home-page .services-showcase .section-head { margin-bottom: 32px; }
.modern-home-page .services-grid--home { grid-template-columns: repeat(auto-fit, minmax(245px, 1fr)); gap: 18px; }

.modern-home-page .service-card--home {
    position: relative;
    min-height: 286px;
    display: flex;
    flex-direction: column;
    padding: 24px !important;
    overflow: hidden;
    border: 1px solid #dce6f8 !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: 0 14px 34px rgba(20, 64, 150, .065) !important;
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.modern-home-page .service-card--home::before {
    inset: auto -38px -38px auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(0, 68, 255, .055);
    opacity: 1;
    transition: transform .3s ease, background .3s ease;
}

.modern-home-page .service-card--home:hover {
    transform: translateY(-6px) !important;
    border-color: #aac4fb !important;
    box-shadow: 0 23px 46px rgba(20, 64, 150, .13) !important;
}

.modern-home-page .service-card--home:hover::before { transform: scale(1.35); background: rgba(0, 68, 255, .08); }
.modern-home-page .service-card--home > * { position: relative; z-index: 1; }
.modern-home-page .service-card--home .service-card-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 23px; }
.modern-home-page .service-card--home .icon-box { width: 48px; height: 48px; margin: 0; border: 1px solid #1d5df6 !important; border-radius: 15px; color: #fff !important; background: linear-gradient(135deg, #0044ff, #3a8cf6) !important; box-shadow: 0 12px 21px rgba(0, 68, 255, .2) !important; font-size: .88rem; letter-spacing: .05em; }
.modern-home-page .service-card-label { padding: 6px 9px; border: 1px solid #dbe6fa; border-radius: 999px; color: #6880ad !important; background: #f6f9ff; font-size: .68rem; font-weight: 800; }
.modern-home-page .service-card--home h3 { margin: 0 0 9px; color: #08245e !important; font-size: 1.3rem; line-height: 1.4; }
.modern-home-page .service-card--home p { margin: 0; color: #68799b !important; font-size: .92rem; line-height: 1.78; }
.modern-home-page .service-card--home .service-card-link { display: inline-flex; align-items: center; gap: 7px; width: fit-content; margin-top: auto; padding-top: 21px; color: #0044d6; font-size: .88rem; font-weight: 900; text-decoration: none; }
.modern-home-page .service-card--home .service-card-link svg { width: 18px; height: 18px; transition: transform .2s ease; }.modern-home-page .service-card--home .service-card-link:hover svg { transform: translateX(-4px); }
.modern-home-page .service-card--home:nth-child(2) .icon-box { border-color: #0a9a9c !important; background: linear-gradient(135deg, #00868d, #25b7b4) !important; box-shadow: 0 12px 21px rgba(0, 134, 141, .18) !important; }.modern-home-page .service-card--home:nth-child(2)::before { background: rgba(0, 157, 157, .065); }.modern-home-page .service-card--home:nth-child(3) .icon-box { border-color: #5c56e7 !important; background: linear-gradient(135deg, #4b45d6, #7c75ef) !important; box-shadow: 0 12px 21px rgba(75, 69, 214, .18) !important; }.modern-home-page .service-card--home:nth-child(3)::before { background: rgba(91, 83, 222, .065); }

@media (max-width: 760px) {
    .modern-home-page .services-showcase { padding-block: 58px; }.modern-home-page .services-grid--home { grid-template-columns: 1fr; gap: 14px; }.modern-home-page .service-card--home { min-height: 254px; padding: 21px !important; }.modern-home-page .service-card--home .service-card-top { margin-bottom: 18px; }
}

/* Financial advisory, client outcomes and the final contact form. */
.modern-home-page .finance-showcase {
    position: relative;
    padding-block: 86px;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 16%, rgba(0, 68, 255, .07), transparent 260px),
        linear-gradient(180deg, #f8faff 0%, #eef4ff 100%) !important;
}

.modern-home-page .finance-showcase-grid { position: relative; z-index: 1; grid-template-columns: minmax(0, 1.03fr) minmax(340px, .97fr); gap: clamp(38px, 7vw, 100px); }
.modern-home-page .finance-showcase .section-title { max-width: 660px; }.modern-home-page .finance-showcase .section-title h2 { color: #08245e; font-size: clamp(2rem, 3.7vw, 3.25rem); line-height: 1.18; }.modern-home-page .finance-showcase .section-title > p:not(.eyebrow) { color: #66799d; }
.modern-home-page .finance-showcase .check-list { gap: 11px; margin: 26px 0 30px; }.modern-home-page .finance-showcase .check-list li { color: #27466e; font-size: .94rem; line-height: 1.65; }.modern-home-page .finance-showcase .check-list li::before { width: 23px; min-width: 23px; height: 23px; color: #fff; background: #0044d6; box-shadow: 0 0 0 4px rgba(0, 68, 255, .08); }.modern-home-page .finance-showcase .section-actions { gap: 11px; }.modern-home-page .finance-showcase .section-actions .btn { min-height: 48px; }
.modern-home-page .finance-visual { position: relative; grid-template-columns: minmax(0, 1fr) minmax(0, .7fr); gap: 14px; padding: 14px; border: 1px solid #d7e3f8; border-radius: 25px; background: rgba(255, 255, 255, .67); box-shadow: 0 22px 48px rgba(19, 63, 145, .10); }.modern-home-page .finance-visual::before { content: ""; position: absolute; z-index: 0; top: 30px; right: -21px; width: 88px; height: 88px; border-radius: 50%; background: #0044d6; opacity: .1; }.modern-home-page .finance-visual img { position: relative; z-index: 1; height: 378px; border-radius: 17px; box-shadow: none; }.modern-home-page .finance-visual img:last-child { height: 258px; border: 8px solid #fff; border-radius: 17px; box-shadow: 0 18px 35px rgba(18, 54, 123, .14); }

.modern-home-page .feature-showcase { position: relative; padding-block: 86px; background: #fff; }.modern-home-page .feature-showcase .section-head { max-width: 780px; margin-bottom: 32px; }.modern-home-page .feature-grid--home { gap: 20px; }
.modern-home-page .feature-card--home { grid-template-rows: 208px 1fr; overflow: hidden; border: 1px solid #dce6f8 !important; border-radius: 20px !important; background: #fff !important; box-shadow: 0 14px 34px rgba(20, 64, 150, .065) !important; }.modern-home-page .feature-card--home:hover { transform: translateY(-5px) !important; border-color: #b5ccf8 !important; box-shadow: 0 22px 42px rgba(20, 64, 150, .12) !important; }
.modern-home-page .feature-card-media { position: relative; overflow: hidden; background: #08245e; }.modern-home-page .feature-card-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2, 28, 86, .03), rgba(2, 28, 86, .68)); }.modern-home-page .feature-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }.modern-home-page .feature-card--home:hover .feature-card-media img { transform: scale(1.055) !important; }.modern-home-page .feature-card-media span { position: absolute; z-index: 1; bottom: 15px; left: 17px; display: grid; width: 37px; height: 37px; place-items: center; border: 1px solid rgba(255, 255, 255, .35); border-radius: 12px; color: #fff !important; background: rgba(0, 68, 255, .72); box-shadow: 0 8px 20px rgba(0, 17, 83, .22); font-size: .75rem; font-weight: 900; backdrop-filter: blur(8px); }.modern-home-page .feature-card--home:nth-child(2) .feature-card-media span { background: rgba(0, 137, 145, .78); }.modern-home-page .feature-card--home:nth-child(3) .feature-card-media span { background: rgba(84, 74, 215, .8); }
.modern-home-page .feature-card--home .feature-body { padding: 21px 21px 24px; }.modern-home-page .feature-card--home h3 { margin: 0 0 9px; color: #08245e !important; font-size: 1.2rem; line-height: 1.45; }.modern-home-page .feature-card--home p { margin: 0; color: #68799b !important; font-size: .92rem; line-height: 1.8; }

.modern-home-page .contact-showcase { position: relative; padding-block: 84px; overflow: hidden; background: linear-gradient(180deg, #f4f8ff 0%, #fff 100%) !important; }.modern-home-page .contact-showcase-grid { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 0; align-items: stretch; overflow: hidden; border: 1px solid #cbdafa; border-radius: 25px; background: #fff; box-shadow: 0 24px 56px rgba(21, 63, 145, .12); }
.modern-home-page .contact-panel--home { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(29px, 5vw, 54px); overflow: hidden; border: 0 !important; border-radius: 0 !important; color: #fff !important; background: linear-gradient(145deg, #062561 0%, #0044d6 62%, #347fe9 100%) !important; box-shadow: none !important; }.modern-home-page .contact-panel--home::before { content: ""; position: absolute; bottom: -110px; left: -100px; width: 300px; height: 300px; border: 1px solid rgba(255, 255, 255, .19); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255, 255, 255, .045), 0 0 0 84px rgba(255, 255, 255, .025); }.modern-home-page .contact-panel--home > * { position: relative; z-index: 1; }.modern-home-page .contact-panel--home .eyebrow { width: fit-content; margin: 0 0 15px; padding: 7px 11px; border: 1px solid rgba(255, 255, 255, .24); border-radius: 999px; color: #fff !important; background: rgba(255, 255, 255, .11); }.modern-home-page .contact-panel--home .eyebrow::before { display: none; }.modern-home-page .contact-panel--home h2 { margin: 0 0 12px; color: #fff !important; font-size: clamp(2rem, 3.5vw, 2.8rem); line-height: 1.15; }.modern-home-page .contact-panel--home p { color: rgba(255, 255, 255, .81) !important; line-height: 1.85; }.modern-home-page .contact-panel--home .check-list { gap: 12px; margin: 27px 0 0; }.modern-home-page .contact-panel--home .check-list li { color: rgba(255, 255, 255, .94) !important; font-size: .93rem; }.modern-home-page .contact-panel--home .check-list li::before { width: 22px; min-width: 22px; height: 22px; color: #0044d6; background: #fff; }
.modern-home-page .contact-form--home { align-content: start; gap: 15px; padding: clamp(25px, 4.5vw, 48px) !important; border: 0 !important; border-radius: 0 !important; background: #fff !important; box-shadow: none !important; }.modern-home-page .contact-form--home label { gap: 7px; color: #173c76; font-size: .86rem; font-weight: 800; }.modern-home-page .contact-form--home :is(input, select, textarea) { min-height: 45px; padding: 11px 13px; border: 1px solid #d7e2f6 !important; border-radius: 11px; color: #153a72; background: #f9fbff !important; box-shadow: none !important; }.modern-home-page .contact-form--home textarea { min-height: 108px; resize: vertical; }.modern-home-page .contact-form--home :is(input, select, textarea):focus { border-color: #77a2f7 !important; background: #fff !important; box-shadow: 0 0 0 4px rgba(0, 68, 255, .08) !important; }.modern-home-page .contact-form--home .btn-primary { min-height: 50px; margin-top: 3px; border-color: #0044d6 !important; color: #fff !important; background: #0044d6 !important; box-shadow: 0 13px 25px rgba(0, 68, 255, .18) !important; }

@media (max-width: 900px) { .modern-home-page .finance-showcase-grid { grid-template-columns: 1fr; }.modern-home-page .finance-visual { max-width: 620px; width: 100%; margin-inline: auto; }.modern-home-page .contact-showcase-grid { grid-template-columns: 1fr; }.modern-home-page .contact-panel--home { min-height: 370px; } }
@media (max-width: 760px) { .modern-home-page .finance-showcase, .modern-home-page .feature-showcase, .modern-home-page .contact-showcase { padding-block: 58px; }.modern-home-page .finance-visual { grid-template-columns: 1.05fr .75fr; padding: 10px; border-radius: 19px; }.modern-home-page .finance-visual img { height: 292px; border-radius: 13px; }.modern-home-page .finance-visual img:last-child { height: 198px; border-width: 5px; border-radius: 13px; }.modern-home-page .feature-grid--home { gap: 15px; }.modern-home-page .feature-card--home { grid-template-rows: 200px 1fr; }.modern-home-page .contact-showcase-grid { border-radius: 20px; }.modern-home-page .contact-panel--home { min-height: auto; padding: 31px 24px; }.modern-home-page .contact-form--home { grid-template-columns: 1fr; padding: 25px 20px !important; }.modern-home-page .contact-form--home .wide { grid-column: auto; } }

/* Course cards: key course details are readable at a glance. */
.modern-home-page .course-showcase .section-title h2 { color: #08245e; font-size: clamp(2rem, 3.7vw, 3.15rem); line-height: 1.18; }
.modern-home-page .course-card--home { grid-template-rows: 222px 1fr; }.modern-home-page .course-card--home .course-card-media > .course-card-price { top: 14px; right: 14px; bottom: auto; left: auto; padding: 7px 10px; border: 1px solid rgba(255, 255, 255, .38); border-radius: 999px; color: #fff !important; background: rgba(4, 28, 86, .63); font-size: .73rem; font-weight: 900; letter-spacing: 0; backdrop-filter: blur(7px); }.modern-home-page .course-card--home .course-card-media > .course-card-index { right: auto; bottom: 14px; left: 16px; color: #fff !important; font-size: .8rem; font-weight: 900; letter-spacing: .1em; }
.modern-home-page .course-card--home .course-body { gap: 13px; }.modern-home-page .course-card--home .course-meta { gap: 7px; }.modern-home-page .course-card-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; padding: 10px 0; border-block: 1px solid #e6edf9; }.modern-home-page .course-card-facts span { display: flex; align-items: center; gap: 6px; color: #607699 !important; font-size: .75rem; font-weight: 800; white-space: nowrap; }.modern-home-page .course-card-facts svg { flex: 0 0 auto; width: 17px; height: 17px; color: #0044d6; }.modern-home-page .course-card--home p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }.modern-home-page .course-card--home .course-card-link { padding-top: 5px; }

@media (max-width: 760px) { .modern-home-page .course-card--home { grid-template-rows: 210px 1fr; }.modern-home-page .course-card-facts { gap: 5px; }.modern-home-page .course-card-facts span { font-size: .71rem; } }

/* Financial-management outcomes give the advisory section a clearer payoff. */
.modern-home-page .finance-outcomes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 0 28px; overflow: hidden; border: 1px solid #d8e4f8; border-radius: 16px; background: rgba(255, 255, 255, .72); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8); }.modern-home-page .finance-outcomes div { display: grid; gap: 3px; padding: 13px 14px; }.modern-home-page .finance-outcomes div + div { border-inline-start: 1px solid #e3ebf9; }.modern-home-page .finance-outcomes small { color: #6b81a7; font-size: .71rem; font-weight: 800; }.modern-home-page .finance-outcomes strong { color: #0a367e; font-size: 1rem; }
.modern-home-page .finance-visual-note { position: absolute; z-index: 3; right: 28px; bottom: 27px; display: flex; align-items: center; gap: 10px; max-width: 210px; padding: 11px 13px; border: 1px solid rgba(255, 255, 255, .6); border-radius: 13px; color: #fff; background: rgba(4, 36, 106, .78); box-shadow: 0 12px 27px rgba(2, 24, 79, .22); backdrop-filter: blur(9px); }.modern-home-page .finance-visual-note > span { width: 9px; height: 9px; border-radius: 50%; background: #65e6da; box-shadow: 0 0 0 5px rgba(101, 230, 218, .14); }.modern-home-page .finance-visual-note div { display: grid; gap: 2px; }.modern-home-page .finance-visual-note small { color: rgba(255, 255, 255, .69); font-size: .64rem; font-weight: 700; }.modern-home-page .finance-visual-note strong { color: #fff; font-size: .75rem; line-height: 1.35; }
@media (max-width: 760px) { .modern-home-page .finance-outcomes { margin-bottom: 24px; }.modern-home-page .finance-outcomes div { padding: 11px 8px; }.modern-home-page .finance-outcomes strong { font-size: .85rem; }.modern-home-page .finance-visual-note { right: 18px; bottom: 18px; max-width: 184px; padding: 9px 10px; } }
