@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap');

:root {
    --primaryfont: "Outfit", sans-serif;
    --edus-ink: #172033;
    --edus-heading: #111827;
    --edus-muted: #5f6b7a;
    --edus-surface: #ffffff;
    --edus-surface-soft: #f6f7f9;
    --edus-line: #d7dce2;
    --edus-brand: #b51f2a;
    --edus-brand-dark: #8f1720;
    --edus-navy: #153858;
    --edus-teal: #087f8c;
    --edus-focus: rgba(8, 127, 140, 0.24);
    --edus-shadow: 0 5px 18px rgba(23, 32, 51, 0.08);
}

html {
    scroll-behavior: smooth;
}

body:not(.embed):not(.certificate-page) {
    color: var(--edus-ink);
    background-color: var(--edus-surface);
    font-family: var(--primaryfont);
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
}


body:not(.embed):not(.certificate-page) img,
body:not(.embed):not(.certificate-page) video,
body:not(.embed):not(.certificate-page) iframe,
body:not(.embed):not(.certificate-page) svg {
    max-width: 100%;
}

body:not(.embed):not(.certificate-page) img,
body:not(.embed):not(.certificate-page) video {
    height: auto;
}

body:not(.embed):not(.certificate-page) .row > *,
body:not(.embed):not(.certificate-page) [class*="grid"] > *,
body:not(.embed):not(.certificate-page) [class*="flex"] > * {
    min-width: 0;
}

body:not(.embed):not(.certificate-page) p,
body:not(.embed):not(.certificate-page) li,
body:not(.embed):not(.certificate-page) a,
body:not(.embed):not(.certificate-page) td,
body:not(.embed):not(.certificate-page) th {
    overflow-wrap: anywhere;
}

body:not(.embed):not(.certificate-page) h1,
body:not(.embed):not(.certificate-page) h2,
body:not(.embed):not(.certificate-page) h3,
body:not(.embed):not(.certificate-page) h4,
body:not(.embed):not(.certificate-page) h5,
body:not(.embed):not(.certificate-page) h6 {
    color: var(--edus-heading);
    font-family: "Outfit", sans-serif;
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: 0;
    text-wrap: balance;
}

body:not(.embed):not(.certificate-page) .page-hero h1,
body:not(.embed):not(.certificate-page) .page-hero h2,
body:not(.embed):not(.certificate-page) .page-hero h3,
body:not(.embed):not(.certificate-page) .course-hero h1,
body:not(.embed):not(.certificate-page) .course-hero h2,
body:not(.embed):not(.certificate-page) .course-hero h3 {
    color: #fff !important;
}

body:not(.embed):not(.certificate-page) h1,
body:not(.embed):not(.certificate-page) .display-4 {
    font-size: 3.5rem;
}

body:not(.embed):not(.certificate-page) h2 {
    font-size: 2.35rem;
}

body:not(.embed):not(.certificate-page) h3 {
    font-size: 1.65rem;
}

body:not(.embed):not(.certificate-page) p,
body:not(.embed):not(.certificate-page) li {
    letter-spacing: 0;
}

body:not(.embed):not(.certificate-page) a {
    text-underline-offset: 3px;
}

body:not(.embed):not(.certificate-page) main {
    min-height: 48vh;
}

body:not(.embed):not(.certificate-page) .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

body:not(.embed):not(.certificate-page) .section:nth-of-type(even) {
    background-color: var(--edus-surface-soft);
    background-image: linear-gradient(rgba(23, 32, 51, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 32, 51, 0.025) 1px, transparent 1px);
    background-size: 32px 32px;
}

body:not(.embed):not(.certificate-page) .section.skills-section {
    background-color: #fff;
    background-image: none;
}

body:not(.embed):not(.certificate-page) .section-heading {
    max-width: 820px;
    margin-right: auto;
    margin-bottom: 2.25rem;
    margin-left: 0;
    text-align: left;
}

body:not(.embed):not(.certificate-page) .section-heading h1,

body:not(.embed):not(.certificate-page) .section-heading h2 {
    margin-bottom: 0.8rem;
    color: var(--edus-heading) !important;
    font-size: 2.65rem;
}

body:not(.embed):not(.certificate-page) .section-heading p {
    max-width: 680px;
    margin: 0;
    color: var(--edus-muted);
    font-size: 1.05rem;
}

body:not(.embed):not(.certificate-page) .page-header,
body:not(.embed):not(.certificate-page) .page-hero {
    border-bottom: 1px solid var(--edus-line);
    background-color: var(--edus-surface-soft) !important;
    color: var(--edus-ink) !important;
}

body:not(.embed):not(.certificate-page) .page-header h1,
body:not(.embed):not(.certificate-page) .page-hero h1 {
    color: var(--edus-heading) !important;
}

body:not(.embed):not(.certificate-page) .card,
body:not(.embed):not(.certificate-page) [class$="-card"] {
    border: 1px solid var(--edus-line) !important;
    border-radius: 6px !important;
    box-shadow: var(--edus-shadow) !important;
}

body:not(.embed):not(.certificate-page) .card:hover,
body:not(.embed):not(.certificate-page) [class$="-card"]:hover {
    transform: none;
    border-color: #b8c0ca !important;
    box-shadow: 0 8px 24px rgba(23, 32, 51, 0.12) !important;
}

body:not(.embed):not(.certificate-page) .card-title,
body:not(.embed):not(.certificate-page) [class$="-card"] h3,
body:not(.embed):not(.certificate-page) [class$="-card"] h4,
body:not(.embed):not(.certificate-page) [class$="-card"] h5 {
    color: var(--edus-heading) !important;
}

body:not(.embed):not(.certificate-page) .btn,
body:not(.embed):not(.certificate-page) button:not(.navbar-toggler):not(.site-scroll-top) {
    min-height: 44px;
    border-radius: 4px !important;
    font-family: "Outfit", sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    box-shadow: none;
}

body:not(.embed):not(.certificate-page) .btn-primary,
body:not(.embed):not(.certificate-page) .btn-warning {
    border-color: var(--edus-brand) !important;
    background: var(--edus-brand) !important;
    color: #ffffff !important;
}

body:not(.embed):not(.certificate-page) .btn-primary:hover,
body:not(.embed):not(.certificate-page) .btn-warning:hover {
    border-color: var(--edus-brand-dark) !important;
    background: var(--edus-brand-dark) !important;
}

body:not(.embed):not(.certificate-page) .btn-outline-primary {
    border: 1px solid var(--edus-heading) !important;
    background: #ffffff !important;
    color: var(--edus-heading) !important;
}

body:not(.embed):not(.certificate-page) .btn-outline-primary:hover {
    background: var(--edus-heading) !important;
    color: #ffffff !important;
}

body:not(.embed):not(.certificate-page) .form-control,
body:not(.embed):not(.certificate-page) .form-select {
    min-height: 46px;
    border-color: #aeb7c2;
    border-radius: 4px;
    color: var(--edus-ink);
    font-family: "Outfit", sans-serif;
}

body:not(.embed):not(.certificate-page) .form-control:focus,
body:not(.embed):not(.certificate-page) .form-select:focus {
    border-color: var(--edus-teal);
    box-shadow: 0 0 0 4px var(--edus-focus);
}

body:not(.embed):not(.certificate-page) .badge,
body:not(.embed):not(.certificate-page) [class$="__eyebrow"],
body:not(.embed):not(.certificate-page) [class$="-label"] {
    border-radius: 3px !important;
    letter-spacing: 0;
}

.site-topbar,
.site-header__toolbar {
    background: var(--edus-heading) !important;
}

.site-topbar a,
.site-header__toolbar a {
    color: rgba(255, 255, 255, 0.82) !important;
}

.main-navbar,
.main-nav,
.site-main-nav {
    border-bottom-color: var(--edus-line) !important;
    box-shadow: 0 2px 10px rgba(23, 32, 51, 0.06);
}

.main-navbar .container,
.main-nav > .container,
.site-main-nav__inner {
    min-height: 78px !important;
}

.main-navbar .navbar-brand img,
.main-navbar .nav-brand img,
.main-nav .nav-brand img,
.site-main-nav__brand img {
    height: 60px !important;
}

.main-navbar .nav-link,
.main-nav .nav-link,
.site-main-nav__menu a {
    color: var(--edus-heading) !important;
    font-family: var(--primaryfont) !important;
    font-size: 0.91rem !important;
    font-weight: 700 !important;
}

.main-navbar .nav-link:hover,
.main-nav .nav-link:hover,
.site-main-nav__menu a:hover {
    color: var(--edus-brand) !important;
}

.main-navbar .btn-primary,
.main-nav .btn-primary,
.site-main-nav__menu .site-main-nav__apply {
    border-radius: 4px !important;
    background: var(--edus-brand) !important;
}

.main-navbar .site-nav-actions,
.site-main-nav .site-nav-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 0.55rem !important;
    flex: 1 1 auto;
    width: auto !important;
    min-width: 0;
    margin-left: auto !important;
    list-style: none;
}

.main-navbar .navbar-collapse,
.main-nav > .container,
.site-main-nav__inner {
    justify-content: flex-end !important;
}

.main-navbar .navbar-nav,
.site-main-nav__menu {
    justify-content: flex-end !important;
    margin-left: auto !important;
    width: auto !important;
}

.site-nav-search {
    display: flex;
    width: clamp(160px, 13vw, 245px);
    height: 44px;
    overflow: hidden;
    border: 1px solid #8f99a6;
    border-radius: 4px;
    background: #fff;
}

.site-nav-search:focus-within {
    border-color: var(--edus-teal);
    box-shadow: 0 0 0 3px var(--edus-focus);
}

.site-nav-search input {
    width: 100%;
    min-width: 0;
    padding: 0 0.8rem;
    color: var(--edus-ink);
    background: transparent;
    border: 0;
    outline: 0;
    font-family: var(--primaryfont);
    font-size: 0.86rem;
}

.site-nav-search button {
    display: grid;
    width: 42px;
    min-width: 42px !important;
    min-height: 42px !important;
    place-items: center;
    padding: 0 !important;
    color: var(--edus-heading);
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.site-nav-search button:hover {
    color: var(--edus-brand);
}

.main-navbar .site-nav-action,
.site-main-nav .site-nav-action {
    display: inline-flex !important;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 0.95rem !important;
    color: var(--edus-brand) !important;
    background: #fff !important;
    border: 1px solid var(--edus-brand) !important;
    border-radius: 4px !important;
    font-family: var(--primaryfont) !important;
    font-size: 0.86rem !important;
    font-weight: 700 !important;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.main-navbar .site-nav-action--solid,
.site-main-nav .site-nav-action--solid {
    color: #fff !important;
    background: var(--edus-brand) !important;
}

.main-navbar .site-nav-action:hover,
.site-main-nav .site-nav-action:hover {
    color: #fff !important;
    background: var(--edus-brand-dark) !important;
    border-color: var(--edus-brand-dark) !important;
}

.main-navbar .site-nav-action--icon,
.site-main-nav .site-nav-action--icon {
    width: 44px !important;
    min-width: 44px;
    padding: 0 !important;
    color: var(--edus-heading) !important;
    border-color: #8f99a6 !important;
    font-size: 1.05rem !important;
}

.main-navbar .site-nav-cart,
.site-main-nav .site-nav-cart {
    position: relative;
}

.main-navbar .site-nav-cart__count,
.site-main-nav .site-nav-cart__count {
    position: absolute;
    top: -7px;
    right: -7px;
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    color: #fff;
    background: #c51f26;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 0.62rem;
    font-weight: 900;
    line-height: 1;
}

.main-navbar .site-nav-cart__count[hidden],
.site-main-nav .site-nav-cart__count[hidden] {
    display: none;
}

.site-nav-language {
    position: relative;
}

body.has-language-modal {
    overflow: hidden;
}

.site-nav-language__modal[hidden] {
    display: none !important;
}

.site-nav-language__modal {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.site-nav-language__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(235, 239, 247, 0.76);
    backdrop-filter: blur(8px);
}

.site-nav-language__panel {
    position: relative;
    z-index: 1;
    width: min(680px, 100%);
    padding: 2rem 2.25rem 2.25rem;
    background: #fff;
    border: 1px solid rgba(23, 32, 51, 0.08);
    border-radius: 10px;
    box-shadow: 0 22px 65px rgba(23, 32, 51, 0.18);
}

.site-nav-language__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.site-nav-language__header h2 {
    margin: 0 !important;
    color: var(--edus-heading) !important;
    font-size: 1.25rem !important;
    line-height: 1.3 !important;
}

body:not(.embed):not(.certificate-page) .site-nav-language__close,
.site-nav-language__close {
    display: grid;
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    place-items: center;
    padding: 0 !important;
    color: #4b5563;
    background: transparent !important;
    border: 0 !important;
    border-radius: 50% !important;
    font-size: 1.2rem;
}

.site-nav-language__close:hover {
    color: var(--edus-heading);
    background: var(--edus-surface-soft) !important;
}

.site-nav-language__menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem 1rem;
}

.main-navbar .site-nav-language__menu a,
.site-main-nav .site-nav-language__menu a {
    padding: 0.8rem 0.95rem !important;
    color: var(--edus-ink) !important;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 1rem !important;
    font-weight: 500 !important;
    text-decoration: none;
}

.main-navbar .site-nav-language__menu a:hover,
.site-main-nav .site-nav-language__menu a:hover,
.main-navbar .site-nav-language__menu a.is-current,
.site-main-nav .site-nav-language__menu a.is-current {
    color: var(--edus-heading) !important;
    background: #fff !important;
    border-color: #9ca6b4;
}

.site-footer {
    font-family: "Outfit", sans-serif;
}

.site-footer h2,
.site-footer h3,
.site-footer h4 {
    font-family: "Outfit", sans-serif;
    letter-spacing: 0 !important;
}

.site-footer__brand-card,
.site-footer__links-card,
.site-footer__process-grid {
    border-radius: 6px !important;
}

.site-footer .site-footer__uplife-grid,
.site-footer .site-footer__link-columns {
    min-width: 0 !important;
}

.site-footer .site-footer__uplife-grid > *,
.site-footer .site-footer__link-columns > * {
    min-width: 0 !important;
}

.site-footer .site-footer__link-columns {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.site-footer .site-footer__links-title {
    font-size: 1.35rem !important;
    line-height: 1.25 !important;
}

.site-footer .site-footer__heading {
    display: block !important;
    max-width: 100%;
    margin-bottom: 0.85rem !important;
    padding-bottom: 0.55rem !important;
    font-size: 0.78rem !important;
    line-height: 1.3 !important;
    overflow-wrap: anywhere;
}

.site-footer .site-footer__links a {
    font-size: 0.88rem !important;
    line-height: 1.45 !important;
    overflow-wrap: anywhere;
}

.site-footer__contact-list i,
.site-footer__social a,
.site-footer__process-grid strong {
    border-radius: 4px !important;
}

@media (max-width: 991px) {
    body:not(.embed):not(.certificate-page) h1,
    body:not(.embed):not(.certificate-page) .display-4 {
        font-size: 2.75rem;
    }

    body:not(.embed):not(.certificate-page) h2,
    body:not(.embed):not(.certificate-page) .section-heading h1,
    body:not(.embed):not(.certificate-page) .section-heading h2 {
        font-size: 2.1rem;
    }

    .site-footer .site-footer__link-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .main-navbar .site-nav-actions,
    .site-main-nav .site-nav-actions {
        width: 100%;
        flex-wrap: wrap;
        margin: 0.75rem 0 0;
        padding: 0.75rem 0 0;
        border-top: 1px solid var(--edus-line);
    }

    .site-nav-search {
        width: 100%;
    }
}

@media (max-width: 575px) {
    body:not(.embed):not(.certificate-page) {
        font-size: 15px;
    }

    body:not(.embed):not(.certificate-page) h1,
    body:not(.embed):not(.certificate-page) .display-4 {
        font-size: 2.15rem;
    }

    body:not(.embed):not(.certificate-page) h2,
    body:not(.embed):not(.certificate-page) .section-heading h1,
    body:not(.embed):not(.certificate-page) .section-heading h2 {
        font-size: 1.75rem;
    }

    body:not(.embed):not(.certificate-page) h3 {
        font-size: 1.35rem;
    }

    body:not(.embed):not(.certificate-page) .section {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    body:not(.embed):not(.certificate-page) .container,
    body:not(.embed):not(.certificate-page) .container-fluid {
        padding-right: 0.85rem;
        padding-left: 0.85rem;
    }

    body:not(.embed):not(.certificate-page) .card-body {
        padding: 1rem;
    }

    .main-navbar .container,
    .main-nav > .container,
    .site-main-nav__inner {
        min-height: 68px !important;
    }

    .main-navbar .navbar-brand img,
    .main-navbar .nav-brand img,
    .main-nav .nav-brand img,
    .site-main-nav__brand img {
        height: 50px !important;
    }

    .site-footer .site-footer__link-columns {
        grid-template-columns: 1fr !important;
    }

    .main-navbar .site-nav-actions,
    .site-main-nav .site-nav-actions {
        display: grid !important;
        grid-template-columns: 44px minmax(0, 1fr) minmax(0, 1fr) 44px;
    }

    .site-nav-search {
        grid-column: 1 / -1;
    }

    .main-navbar .site-nav-action,
    .site-main-nav .site-nav-action {
        padding-right: 0.55rem !important;
        padding-left: 0.55rem !important;
    }

    .site-nav-language__modal {
        align-items: flex-end;
        padding: 0;
    }

    .site-nav-language__panel {
        width: 100%;
        padding: 1.4rem 1rem 1.7rem;
        border-radius: 10px 10px 0 0;
    }

    .site-nav-language__menu {
        grid-template-columns: 1fr;
    }
}

/* Eduma-inspired learning platform layer. Content and existing actions stay unchanged. */
:root {
    --edus-learning-blue: #1261a0;
    --edus-learning-blue-dark: #0b477b;
    --edus-learning-sky: #eaf5ff;
    --edus-learning-orange: #f39a3d;
}

body:not(.embed):not(.certificate-page) {
    background: #fff;
}

body:not(.embed):not(.certificate-page) .main-navbar,
body:not(.embed):not(.certificate-page) .main-nav,
body:not(.embed):not(.certificate-page) .site-main-nav {
    background: #fff !important;
    box-shadow: 0 1px 0 rgba(18, 97, 160, .12);
}

body:not(.embed):not(.certificate-page) .main-navbar .nav-link,
body:not(.embed):not(.certificate-page) .main-nav .nav-link,
body:not(.embed):not(.certificate-page) .site-main-nav__menu a {
    color: #243b53 !important;
    font-weight: 700 !important;
}

body:not(.embed):not(.certificate-page) .main-navbar .nav-link:hover,
body:not(.embed):not(.certificate-page) .main-nav .nav-link:hover,
body:not(.embed):not(.certificate-page) .site-main-nav__menu a:hover {
    color: var(--edus-learning-blue) !important;
}

body:not(.embed):not(.certificate-page) .section-heading h1,
body:not(.embed):not(.certificate-page) .section-heading h2,
body:not(.embed):not(.certificate-page) .section-title {
    color: #172b4d !important;
    font-weight: 800;
}

body:not(.embed):not(.certificate-page) .section-heading p {
    color: #66788a;
}

body:not(.embed):not(.certificate-page) .section:nth-of-type(even) {
    background-color: #f7fbff;
    background-image: none;
}

body:not(.embed):not(.certificate-page) .btn-primary,
body:not(.embed):not(.certificate-page) .main-navbar .site-nav-action--solid,
body:not(.embed):not(.certificate-page) .main-nav .site-nav-action--solid {
    background: var(--edus-learning-blue) !important;
    border-color: var(--edus-learning-blue) !important;
}

body:not(.embed):not(.certificate-page) .btn-primary:hover,
body:not(.embed):not(.certificate-page) .main-navbar .site-nav-action--solid:hover,
body:not(.embed):not(.certificate-page) .main-nav .site-nav-action--solid:hover {
    background: var(--edus-learning-blue-dark) !important;
    border-color: var(--edus-learning-blue-dark) !important;
}

body:not(.embed):not(.certificate-page) .card,
body:not(.embed):not(.certificate-page) [class$="-card"] {
    border-color: #dce8f2 !important;
    box-shadow: 0 8px 24px rgba(18, 97, 160, .07) !important;
}

body:not(.embed):not(.certificate-page) .card:hover,
body:not(.embed):not(.certificate-page) [class$="-card"]:hover {
    border-color: #b9d5eb !important;
    box-shadow: 0 12px 30px rgba(18, 97, 160, .13) !important;
}

@media (max-width:767px) {
    body:not(.embed):not(.certificate-page) .header.header-light > .container {
        position: relative;
        width: 100%;
        padding-right: .85rem !important;
        padding-left: .85rem !important;
    }

    body:not(.embed):not(.certificate-page) .header.header-light #navigation {
        display: flex;
        width: 100%;
        min-height: 74px;
        align-items: center;
    }

    body:not(.embed):not(.certificate-page) .header.header-light .nav-header {
        width: 100%;
        justify-content: space-between;
    }

    body:not(.embed):not(.certificate-page) .header.header-light .nav-toggle {
        display: inline-flex;
        width: 42px;
        height: 42px;
        align-items: center;
        justify-content: center;
        padding: 0;
        color: #172033;
        background: #fff;
        border: 1px solid #dce8f2;
        border-radius: 6px;
        font-size: 1.2rem;
    }

    body:not(.embed):not(.certificate-page) .header.header-light .nav-menus-wrapper.collapse:not(.show) {
        display: none !important;
    }

    body:not(.embed):not(.certificate-page) .header.header-light .nav-menus-wrapper.collapse.show {
        display: flex !important;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    body:not(.embed):not(.certificate-page) .learnup-hero,
    body:not(.embed):not(.certificate-page) .learnup-hero .hero-slide,
    body:not(.embed):not(.certificate-page) .learnup-hero .hero-slide__surface {
        min-height: 0;
        height: auto;
    }

    body:not(.embed):not(.certificate-page) .learnup-hero .hero-slider__content {
        padding: 1.6rem .85rem 2rem;
    }

    body:not(.embed):not(.certificate-page) .learnup-hero .hero-slider__visual {
        display: none;
        min-height: 0;
    }

    body:not(.embed):not(.certificate-page) .learnup-hero__card {
        width: 100%;
        max-width: 100%;
        padding: 1.35rem 1rem;
        border-radius: 10px;
    }

    body:not(.embed):not(.certificate-page) .learnup-hero__card h2 {
        font-size: 1.7rem;
        line-height: 1.05;
    }

    body:not(.embed):not(.certificate-page) .learnup-hero__card p {
        font-size: .82rem;
        line-height: 1.45;
    }

    body:not(.embed):not(.certificate-page) .learnup-hero__search {
        height: 46px;
        margin-top: 1rem;
    }

    body:not(.embed):not(.certificate-page) .learnup-hero__search button {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    body:not(.embed):not(.certificate-page) .section-heading {
        margin-bottom: 1.7rem;
    }

    body:not(.embed):not(.certificate-page) .section-heading h1,
    body:not(.embed):not(.certificate-page) .section-heading h2,
    body:not(.embed):not(.certificate-page) .section-title {
        font-size: 1.85rem;
    }
}

body:not(.embed):not(.certificate-page) .learnup-hero__search > button,
body:not(.embed):not(.certificate-page) .learnup-hero__search > button:hover,
body:not(.embed):not(.certificate-page) .learnup-hero__search > button:focus-visible {
    border-radius: 50% !important;
}

body:not(.embed):not(.certificate-page) .cart-page,
body:not(.embed):not(.certificate-page) .checkout-page {
    background: #f7fbff;
}

body:not(.embed):not(.certificate-page) .cart-heading h1,
body:not(.embed):not(.certificate-page) .checkout-heading h1 {
    color: #172b4d;
}

body:not(.embed):not(.certificate-page) .cart-list,
body:not(.embed):not(.certificate-page) .cart-summary,
body:not(.embed):not(.certificate-page) .cart-empty,
body:not(.embed):not(.certificate-page) .checkout-panel {
    border-color: #dce8f2;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(18, 97, 160, .07);
}

body:not(.embed):not(.certificate-page) .cart-summary__action,
body:not(.embed):not(.certificate-page) .checkout-submit,
body:not(.embed):not(.certificate-page) .cart-empty a {
    background: var(--edus-learning-blue);
    border-color: var(--edus-learning-blue);
}

body:not(.embed):not(.certificate-page) .cart-summary__action:hover,
body:not(.embed):not(.certificate-page) .checkout-submit:hover,
body:not(.embed):not(.certificate-page) .cart-empty a:hover {
    background: var(--edus-learning-blue-dark);
    border-color: var(--edus-learning-blue-dark);
}

body:not(.embed):not(.certificate-page) .checkout-bank {
    border-left-color: var(--edus-learning-blue);
    background: var(--edus-learning-sky);
}

/* Homepage learning catalog treatment. */
body:not(.embed):not(.certificate-page) .hero-slider,
body:not(.embed):not(.certificate-page) .hero-slide__surface {
    background: #eef7ff !important;
}

body:not(.embed):not(.certificate-page) .hero-slide__surface {
    border-bottom: 1px solid #d8e8f5;
}

body:not(.embed):not(.certificate-page) .hero-slider h2 {
    color: #172b4d;
}

body:not(.embed):not(.certificate-page) .hero-slider__eyebrow {
    color: var(--edus-learning-blue);
    background: #fff;
    border-color: #c4dcef;
}

body:not(.embed):not(.certificate-page) .hero-slider .btn-primary {
    background: var(--edus-learning-blue) !important;
    border-color: var(--edus-learning-blue) !important;
}

body:not(.embed):not(.certificate-page) .hero-slider .btn-primary:hover {
    background: var(--edus-learning-blue-dark) !important;
    border-color: var(--edus-learning-blue-dark) !important;
}

body:not(.embed):not(.certificate-page) .hero-slider__next {
    color: var(--edus-learning-blue);
    border-color: var(--edus-learning-blue);
}

body:not(.embed):not(.certificate-page) .skills-tabs {
    border-bottom-color: #cbddea;
}

body:not(.embed):not(.certificate-page) .skills-tab.is-active {
    color: var(--edus-learning-blue);
    border-bottom-color: var(--edus-learning-blue);
}

body:not(.embed):not(.certificate-page) .skill-course-card {
    border-color: #d8e5ef;
    box-shadow: 0 6px 18px rgba(18, 97, 160, .08);
}

body:not(.embed):not(.certificate-page) .skill-course-card:hover {
    border-color: #a9cbe3;
    box-shadow: 0 12px 26px rgba(18, 97, 160, .15);
}

body:not(.embed):not(.certificate-page) .skill-course-card__cart {
    background: var(--edus-learning-blue);
    border-color: var(--edus-learning-blue);
}

body:not(.embed):not(.certificate-page) .skill-course-card__cart:hover {
    background: var(--edus-learning-blue-dark);
    border-color: var(--edus-learning-blue-dark);
}

body:not(.embed):not(.certificate-page) .skills-arrow {
    color: var(--edus-learning-blue);
    border-color: #b9d5e9;
}

.learning-benefits {
    padding: 5.5rem 0;
    background: #fff;
}

.learning-benefits__intro {
    max-width: 680px;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.learning-eyebrow {
    display: inline-block;
    margin-bottom: .75rem;
    color: var(--edus-learning-blue);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.learning-benefits__intro h2,
.learning-cta h2 {
    margin: 0 0 .75rem;
    color: #172b4d;
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 800;
}

.learning-benefits__intro p,
.learning-cta p {
    margin: 0;
    color: #66788a;
}

.learning-benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.learning-benefits__grid article {
    padding: 1.75rem;
    border: 1px solid #dce8f2;
    border-radius: 6px;
    text-align: center;
}

.learning-benefits__grid i {
    display: grid;
    width: 54px;
    height: 54px;
    margin: 0 auto 1rem;
    place-items: center;
    color: var(--edus-learning-blue);
    background: var(--edus-learning-sky);
    border-radius: 50%;
    font-size: 1.2rem;
}

.learning-benefits__grid h3 {
    margin: 0 0 .55rem;
    color: #172b4d;
    font-size: 1.1rem;
}

.learning-benefits__grid p {
    margin: 0;
    color: #66788a;
    font-size: .9rem;
}

.learning-cta {
    padding: 5rem 0;
    background: #eaf5ff;
}

.learning-cta__content {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.learning-cta .btn-primary {
    margin-top: 1.5rem;
}

@media (max-width: 767px) {
    .learning-benefits,
    .learning-cta {
        padding: 3.5rem 0;
    }

    .learning-benefits__grid {
        grid-template-columns: 1fr;
    }
}

.learning-facts {
    color: #fff;
    background: #1261a0;
}

.learning-facts__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    padding: 1.35rem 0;
}

.learning-fact {
    display: flex;
    align-items: center;
    gap: .85rem;
    min-width: 0;
    padding: .45rem 1.25rem;
}

.learning-fact + .learning-fact {
    border-left: 1px solid rgba(255, 255, 255, .24);
}

.learning-fact__icon {
    display: grid;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    place-items: center;
    color: #fff;
    background: rgba(255, 255, 255, .14);
    border-radius: 50%;
    font-size: 1.15rem;
}

.learning-fact strong,
.learning-fact div > span {
    display: block;
}

.learning-fact strong {
    font-size: .96rem;
}

.learning-fact div > span {
    margin-top: .12rem;
    color: rgba(255, 255, 255, .74);
    font-size: .78rem;
}

body:not(.embed):not(.certificate-page) .site-footer,
body:not(.embed):not(.certificate-page) .site-footer .site-footer__main,
body:not(.embed):not(.certificate-page) .site-footer .site-footer__bottom {
    color: #d7e5f2 !important;
    background: #0d3559 !important;
}

body:not(.embed):not(.certificate-page) .site-footer .site-footer__main {
    padding: 4.5rem 1rem 3rem !important;
}

body:not(.embed):not(.certificate-page) .site-footer .site-footer__uplife-grid {
    display: grid !important;
    grid-template-columns: 1.2fr 2fr !important;
    max-width: 1320px !important;
    margin: 0 auto !important;
    gap: 4rem !important;
}

body:not(.embed):not(.certificate-page) .site-footer .site-footer__brand-card,
body:not(.embed):not(.certificate-page) .site-footer .site-footer__links-card {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body:not(.embed):not(.certificate-page) .site-footer .site-footer__brand-card .site-footer__logo {
    max-height: 62px !important;
    filter: brightness(0) invert(1);
}

body:not(.embed):not(.certificate-page) .site-footer .site-footer__about,
body:not(.embed):not(.certificate-page) .site-footer .site-footer__links-intro {
    color: rgba(215, 229, 242, .72) !important;
}

body:not(.embed):not(.certificate-page) .site-footer .site-footer__links-title,
body:not(.embed):not(.certificate-page) .site-footer .site-footer__heading {
    color: #fff !important;
}

body:not(.embed):not(.certificate-page) .site-footer .site-footer__link-columns {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body:not(.embed):not(.certificate-page) .site-footer .site-footer__link-columns .site-footer__links a,
body:not(.embed):not(.certificate-page) .site-footer .site-footer__contact-list a,
body:not(.embed):not(.certificate-page) .site-footer .site-footer__contact-list b {
    color: rgba(215, 229, 242, .8) !important;
}

body:not(.embed):not(.certificate-page) .site-footer .site-footer__contact-list i,
body:not(.embed):not(.certificate-page) .site-footer .site-footer__social a {
    color: #fff !important;
    background: rgba(255, 255, 255, .1) !important;
}

body:not(.embed):not(.certificate-page) .site-footer .site-footer__bottom {
    border-top-color: rgba(255, 255, 255, .14) !important;
}

body:not(.embed):not(.certificate-page) .site-footer .site-footer__bottom nav a {
    color: rgba(215, 229, 242, .76) !important;
}

@media (max-width: 767px) {
    .learning-facts__grid {
        grid-template-columns: 1fr;
        gap: .25rem;
    }

    .learning-fact {
        padding: .55rem 0;
    }

    .learning-fact + .learning-fact {
        border-top: 1px solid rgba(255, 255, 255, .24);
        border-left: 0;
    }

    body:not(.embed):not(.certificate-page) .site-footer .site-footer__uplife-grid {
        grid-template-columns: 1fr !important;
        gap: 2.5rem !important;
    }

    body:not(.embed):not(.certificate-page) .site-footer .site-footer__link-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width:991px) {
    .main-navbar .navbar-collapse.collapse:not(.show),
    .main-nav .navbar-collapse.collapse:not(.show) {
        display:none !important;
    }

    .main-navbar .navbar-collapse.collapse.show,
    .main-nav .navbar-collapse.collapse.show {
        display:flex !important;
        max-height:calc(100vh - 74px);
        overflow-y:auto;
    }
}

/* Reference header and hero composition. */
body:not(.embed):not(.certificate-page) .header.header-light {
    position: relative;
    z-index: 1030;
    background: #fff !important;
    border-bottom: 1px solid #edf1f5 !important;
}

body:not(.embed):not(.certificate-page) .header.header-light > .container {
    min-height: 92px !important;
}

body:not(.embed):not(.certificate-page) .header.header-light .nav-brand {
    display: inline-flex;
    align-items: center;
    color: #1261a0 !important;
}

body:not(.embed):not(.certificate-page) .header.header-light .navbar-nav {
    align-items: center;
}

body:not(.embed):not(.certificate-page) .header.header-light .nav-menu:not(.nav-menu-social) {
    margin-left: 0 !important;
}

body:not(.embed):not(.certificate-page) .header.header-light .nav-link {
    color: #172033 !important;
    font-size: .94rem !important;
    font-weight: 700 !important;
}

body:not(.embed):not(.certificate-page) .header.header-light .nav-link:hover {
    color: #1261a0 !important;
}

body:not(.embed):not(.certificate-page) .header.header-light #navigation,
body:not(.embed):not(.certificate-page) .header.header-light .nav-menus-wrapper {
    width: 100%;
}

@media (min-width: 768px) {
    body:not(.embed):not(.certificate-page) .header.header-light #navigation {
        display: flex;
        align-items: center;
        gap: 2rem;
    }

    body:not(.embed):not(.certificate-page) .header.header-light .nav-header {
        width: auto;
    }

    body:not(.embed):not(.certificate-page) .header.header-light .nav-menus-wrapper {
        display: flex !important;
        flex: 1 1 auto;
        align-items: center;
        justify-content: space-between;
    }

    body:not(.embed):not(.certificate-page) .header.header-light .nav-menu {
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        align-items: center;
        width: auto;
        margin: 0;
    }
}

body:not(.embed):not(.certificate-page) .header.header-light .nav-header {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

body:not(.embed):not(.certificate-page) .header.header-light .nav-toggle {
    display: none;
}

body:not(.embed):not(.certificate-page) .header.header-light .nav-menu > .nav-item {
    position: relative;
}

body:not(.embed):not(.certificate-page) .header.header-light .nav-menu > .nav-item > .nav-link {
    display: inline-flex;
    align-items: center;
    gap: .2rem;
}

body:not(.embed):not(.certificate-page) .header.header-light .nav-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1100;
    display: none;
    min-width: 210px;
    padding: .5rem;
    margin: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #dce8f2;
    border-radius: 4px;
    box-shadow: 0 12px 28px rgba(18, 97, 160, .13);
}

body:not(.embed):not(.certificate-page) .header.header-light .nav-item:hover > .nav-dropdown,
body:not(.embed):not(.certificate-page) .header.header-light .nav-item:focus-within > .nav-dropdown {
    display: block;
}

body:not(.embed):not(.certificate-page) .header.header-light .nav-dropdown a {
    display: block;
    padding: .62rem .7rem;
    color: #243b53 !important;
    font-size: .84rem !important;
    font-weight: 600 !important;
    white-space: nowrap;
}

body:not(.embed):not(.certificate-page) .header.header-light .nav-dropdown a:hover {
    color: #1261a0 !important;
    background: #eaf5ff;
}

body:not(.embed):not(.certificate-page) .header.header-light .nav-menu-social.site-nav-actions {
    display: flex !important;
    align-items: center;
    gap: .7rem;
    margin: 0 0 0 auto;
    padding: 0;
    list-style: none;
}

body:not(.embed):not(.certificate-page) .header.header-light .nav-menu-social > li {
    display: flex;
    align-items: center;
}

body:not(.embed):not(.certificate-page) .header.header-light .nav-menu-social .site-nav-action {
    display: inline-flex !important;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    padding: 0 1.2rem !important;
    border-radius: 999px !important;
    font-size: .95rem !important;
    font-weight: 700 !important;
    text-decoration: none;
}

body:not(.embed):not(.certificate-page) .header.header-light .nav-menu-social .site-nav-action--outline {
    color: #123f79 !important;
    background: #fff !important;
    border: 1px solid #123f79 !important;
}

body:not(.embed):not(.certificate-page) .header.header-light .nav-menu-social .site-nav-action--solid {
    color: #fff !important;
    background: #087fdd !important;
    border: 1px solid #087fdd !important;
}

body:not(.embed):not(.certificate-page) .site-topbar {
    background: #f1f3f8 !important;
    border-bottom: 1px solid #e4e8ef;
}

body:not(.embed):not(.certificate-page) .site-topbar__inner {
    min-height: 52px;
}

body:not(.embed):not(.certificate-page) .site-topbar__announcement {
    color: #5d6878 !important;
    font-size: .84rem;
    line-height: 1.35;
}

body:not(.embed):not(.certificate-page) .site-topbar__announcement a {
    color: #172033 !important;
}

body:not(.embed):not(.certificate-page) .main-navbar,
body:not(.embed):not(.certificate-page) .main-nav,
body:not(.embed):not(.certificate-page) .site-main-nav {
    min-height: 92px;
    box-shadow: 0 1px 0 rgba(23, 32, 51, .08);
}

body:not(.embed):not(.certificate-page) .main-navbar > .container,
body:not(.embed):not(.certificate-page) .main-nav > .container,
body:not(.embed):not(.certificate-page) .site-main-nav__inner {
    min-height: 92px !important;
    max-width: 1320px !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

body:not(.embed):not(.certificate-page) .main-navbar .nav-brand img,
body:not(.embed):not(.certificate-page) .main-nav .nav-brand img,
body:not(.embed):not(.certificate-page) .site-main-nav__brand img {
    width: auto;
    height: 66px !important;
}

body:not(.embed):not(.certificate-page) .main-navbar .nav-link,
body:not(.embed):not(.certificate-page) .main-nav .nav-link,
body:not(.embed):not(.certificate-page) .site-main-nav__menu a {
    padding-right: .62rem !important;
    padding-left: .62rem !important;
    font-size: .94rem !important;
    color: #172033 !important;
}

body:not(.embed):not(.certificate-page) .main-navbar .navbar-nav,
body:not(.embed):not(.certificate-page) .main-nav .navbar-nav {
    gap: .12rem;
}

body:not(.embed):not(.certificate-page) .site-nav-search {
    width: 220px;
    height: 44px;
}

body:not(.embed):not(.certificate-page) .hero-slider,
body:not(.embed):not(.certificate-page) .hero-slide,
body:not(.embed):not(.certificate-page) .hero-slide__surface {
    min-height: 620px;
    background-color: #d9f4ff !important;
}

body:not(.embed):not(.certificate-page) .hero-slide__surface {
    border-bottom: 0;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

body:not(.embed):not(.certificate-page) .hero-slider__content {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

body:not(.embed):not(.certificate-page) .hero-slider h2 {
    max-width: 700px;
    color: #151b26;
    font-size: clamp(2.8rem, 5vw, 4.5rem);
    line-height: 1.02;
    font-weight: 800;
}

body:not(.embed):not(.certificate-page) .hero-slider p {
    max-width: 560px;
    color: #697789;
    font-size: 1.05rem;
}

body:not(.embed):not(.certificate-page) .hero-slider__image {
    width: min(620px, 100%);
    max-height: 500px;
    border-radius: 0;
    object-fit: contain;
    visibility: hidden;
}

body:not(.embed):not(.certificate-page) .learnup-hero {
    background-color: #d9f4ff !important;
}

body:not(.embed):not(.certificate-page) .learnup-hero .hero-slide__surface {
    background-color: #d9f4ff !important;
    height: 100%;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

body:not(.embed):not(.certificate-page) .learnup-hero .hero-slider__content {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
}

body:not(.embed):not(.certificate-page) .learnup-home-header .nav-brand img {
    height: 68px !important;
}

body:not(.embed):not(.certificate-page) .hero-slider__visual {
    min-height: 500px;
}

body:not(.embed):not(.certificate-page) .learnup-hero .hero-slider__image {
    display: none;
}

body:not(.embed):not(.certificate-page) .learnup-hero__card {
    position: relative;
    z-index: 2;
    width: 660px;
    height: 397.8px;
    max-width: 100%;
    padding: 2.55rem 3.05rem;
    background: #fff;
    border: 0;
    border-radius: 18px;
    box-shadow: 0 14px 36px rgba(18, 97, 160, .12);
}

body:not(.embed):not(.certificate-page) .learnup-hero__card h2 {
    max-width: 680px;
    margin: 0 0 1rem;
    color: #083e82;
    font-size: clamp(2rem, 2.8vw, 2.8rem);
    line-height: 1.06;
    font-weight: 800;
}

body:not(.embed):not(.certificate-page) .learnup-hero__card p {
    max-width: 640px;
    margin: 0;
    color: #4f6478;
    font-size: 1.12rem;
    line-height: 1.7;
}

body:not(.embed):not(.certificate-page) .learnup-hero__search {
    display: flex;
    max-width: 670px;
    height: 66px;
    margin-top: 2rem;
    padding: .35rem;
    align-items: center;
    border: 2px solid #dce3eb;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 1px 0 rgba(23, 43, 77, .02);
}

body:not(.embed):not(.certificate-page) .learnup-hero__search input {
    min-width: 0;
    flex: 1;
    height: 100%;
    padding: 0 1.1rem 0 .45rem;
    color: #172033;
    border: 0;
    outline: 0;
    font-size: 1rem;
}

body:not(.embed):not(.certificate-page) .learnup-hero__search-icon {
    flex: 0 0 30px;
    margin-left: .8rem;
    color: #748397;
    font-size: 1.35rem;
}

body:not(.embed):not(.certificate-page) .learnup-hero__search button {
    display: grid;
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    place-items: center;
    color: #fff;
    background: #087fdd;
    border: 0;
    border-radius: 50%;
    font-size: 1.1rem;
    cursor: pointer;
    transition: transform .22s ease, background-color .22s ease, box-shadow .22s ease;
}

body:not(.embed):not(.certificate-page) .learnup-hero__search button:hover,
body:not(.embed):not(.certificate-page) .learnup-hero__search button:focus-visible {
    background: #087fdd;
    box-shadow: none;
    transform: none;
}

body:not(.embed):not(.certificate-page) .learnup-hero__search button i {
    transition: transform .22s ease;
}

body:not(.embed):not(.certificate-page) .learnup-hero__search button i::before {
    display: inline-block;
    transition: transform .22s ease;
}

body:not(.embed):not(.certificate-page) .learnup-hero__search button:hover i,
body:not(.embed):not(.certificate-page) .learnup-hero__search button:focus-visible i {
    transform: none;
}

body:not(.embed):not(.certificate-page) .learnup-hero__search button:hover i::before,
body:not(.embed):not(.certificate-page) .learnup-hero__search button:focus-visible i::before {
    transform: translateX(4px) rotate(8deg);
}

body:not(.embed):not(.certificate-page) .learnup-hero__search button.is-pointer-over i::before {
    transform: translateX(4px) rotate(8deg);
}

body:not(.embed):not(.certificate-page) .learnup-hero__search button.is-pointer-over i {
    display: inline-block;
    transform: translateX(4px) rotate(8deg) !important;
}

body:not(.embed):not(.certificate-page) .learnup-hero__search button:hover,
body:not(.embed):not(.certificate-page) .learnup-hero__search button:focus-visible {
    translate: 0;
    scale: 1;
    box-shadow: none !important;
    border-radius: 50% !important;
}

body:not(.embed):not(.certificate-page) .learnup-hero__search button {
    border-radius: 50% !important;
}

@media (max-width: 767px) {
    body:not(.embed):not(.certificate-page) .container {
        max-width: 100% !important;
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    body:not(.embed):not(.certificate-page) .header.header-light > .container {
        min-height: 74px !important;
    }

    body:not(.embed):not(.certificate-page) .header.header-light .navbar-collapse.collapse:not(.show) {
        display: none !important;
    }

    body:not(.embed):not(.certificate-page) .header.header-light .navbar-collapse.collapse.show {
        display: flex !important;
    }

    body:not(.embed):not(.certificate-page) .header.header-light #navigation {
        display: flex;
        align-items: center;
    }

    body:not(.embed):not(.certificate-page) .header.header-light .nav-header {
        width: 100%;
        justify-content: space-between;
    }

    body:not(.embed):not(.certificate-page) .header.header-light .nav-toggle {
        display: block;
    }

    body:not(.embed):not(.certificate-page) .header.header-light .nav-menus-wrapper {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        padding: .65rem 1rem 1rem;
        background: #fff;
        border-top: 1px solid #edf1f5;
        box-shadow: 0 12px 24px rgba(18, 97, 160, .12);
    }

    body:not(.embed):not(.certificate-page) .header.header-light .nav-menu-social.site-nav-actions {
        width: 100%;
        margin: .5rem 0 0;
        padding-top: .7rem;
        border-top: 1px solid #edf1f5;
    }

    body:not(.embed):not(.certificate-page) .header.header-light .nav-menu-social > li,
    body:not(.embed):not(.certificate-page) .header.header-light .nav-menu-social .site-nav-action {
        width: 100%;
    }

    body:not(.embed):not(.certificate-page) .header.header-light .nav-menu {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        margin: 0;
    }

    body:not(.embed):not(.certificate-page) .header.header-light .nav-menu > .nav-item {
        display: block;
    }

    body:not(.embed):not(.certificate-page) .header.header-light .nav-menu > .nav-item > .nav-link {
        width: 100%;
        justify-content: space-between;
        padding: .68rem .45rem !important;
    }

    body:not(.embed):not(.certificate-page) .header.header-light .nav-dropdown {
        position: static;
        min-width: 0;
        padding: .2rem .6rem .4rem;
        border: 0;
        box-shadow: none;
    }

    body:not(.embed):not(.certificate-page) .header.header-light .nav-item:focus-within > .nav-dropdown {
        display: block;
    }

    body:not(.embed):not(.certificate-page) .main-navbar,
    body:not(.embed):not(.certificate-page) .main-nav,
    body:not(.embed):not(.certificate-page) .site-main-nav,
    body:not(.embed):not(.certificate-page) .main-navbar > .container,
    body:not(.embed):not(.certificate-page) .main-nav > .container,
    body:not(.embed):not(.certificate-page) .site-main-nav__inner {
        min-height: 74px !important;
    }

    body:not(.embed):not(.certificate-page) .main-navbar .nav-brand img,
    body:not(.embed):not(.certificate-page) .main-nav .nav-brand img,
    body:not(.embed):not(.certificate-page) .site-main-nav__brand img {
        height: 54px !important;
    }

    body:not(.embed):not(.certificate-page) .hero-slider,
    body:not(.embed):not(.certificate-page) .hero-slide,
    body:not(.embed):not(.certificate-page) .hero-slide__surface {
        min-height: 0;
        height: auto;
    }

    body:not(.embed):not(.certificate-page) .hero-slider__content {
        padding: 1.6rem .85rem 2rem;
    }

    body:not(.embed):not(.certificate-page) .hero-slider h2 {
        font-size: clamp(2.25rem, 10vw, 3.3rem);
    }

    body:not(.embed):not(.certificate-page) .hero-slider__visual {
        display: none;
        min-height: 0;
    }

    body:not(.embed):not(.certificate-page) .hero-slider__image {
        max-height: 300px;
    }

    body:not(.embed):not(.certificate-page) .hero-slide__surface {
        background-position: 64% center;
        background-size: cover;
    }

    body:not(.embed):not(.certificate-page) .learnup-hero .hero-slider__content {
        padding-top: 1.6rem;
        padding-bottom: 2rem;
    }

    body:not(.embed):not(.certificate-page) .learnup-hero__card {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-width: 100% !important;
        padding: 1.35rem 1rem !important;
        border-radius: 16px !important;
        box-shadow: 0 12px 28px rgba(18, 97, 160, .12) !important;
    }

    body:not(.embed):not(.certificate-page) .learnup-hero__card h2 {
        font-size: 1.95rem !important;
        line-height: 1.08 !important;
    }

    body:not(.embed):not(.certificate-page) .learnup-hero__card p {
        font-size: .9rem !important;
        line-height: 1.45 !important;
    }

    body:not(.embed):not(.certificate-page) .learnup-hero__search {
        display: flex !important;
        width: 100% !important;
        height: auto !important;
        min-height: 52px !important;
        margin-top: 1rem !important;
        padding: .35rem .4rem .35rem .7rem !important;
        border-radius: 20px !important;
    }

    body:not(.embed):not(.certificate-page) .learnup-hero__search input {
        font-size: .9rem !important;
    }

    body:not(.embed):not(.certificate-page) .learnup-hero__search button {
        width: 42px !important;
        height: 42px !important;
        flex-basis: 42px !important;
    }

    body:not(.embed):not(.certificate-page) .mt-4.d-flex.flex-wrap.gap-3 {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: .7rem !important;
    }

    body:not(.embed):not(.certificate-page) .mt-4.d-flex.flex-wrap.gap-3 .btn {
        width: 100% !important;
        justify-content: center !important;
    }
}

/* Course detail and checkout surfaces. */
body:not(.embed):not(.certificate-page) .course-hero,
body:not(.embed):not(.certificate-page) .hero-course {
    background: #eef7ff !important;
    color: #172b4d !important;
    border-bottom: 1px solid #d8e8f5;
}

body:not(.embed):not(.certificate-page) .course-hero h1,
body:not(.embed):not(.certificate-page) .course-hero h2,
body:not(.embed):not(.certificate-page) .hero-course h1,
body:not(.embed):not(.certificate-page) .hero-course h2 {
    color: #172b4d !important;
}

body:not(.embed):not(.certificate-page) .course-hero .lead-text,
body:not(.embed):not(.certificate-page) .hero-course p {
    color: #66788a !important;
}

body:not(.embed):not(.certificate-page) .badge-pill {
    color: var(--edus-learning-blue);
    background: #fff;
    border-color: #c4dcef;
}

body:not(.embed):not(.certificate-page) .price-card {
    color: #172b4d;
    background: #fff;
    border-color: #d8e5ef;
    border-radius: 6px;
    box-shadow: 0 10px 28px rgba(18, 97, 160, .12);
}

body:not(.embed):not(.certificate-page) .price-card .new-price {
    color: var(--edus-learning-blue);
}

body:not(.embed):not(.certificate-page) .price-card .text-white-50 {
    color: #66788a !important;
}

body:not(.embed):not(.certificate-page) .info-box,
body:not(.embed):not(.certificate-page) .curriculum-item,
body:not(.embed):not(.certificate-page) .faq-card,
body:not(.embed):not(.certificate-page) .certificate-content,
body:not(.embed):not(.certificate-page) .review-card,
body:not(.embed):not(.certificate-page) .similar-card {
    border-color: #dce8f2;
    border-radius: 6px;
    box-shadow: 0 6px 18px rgba(18, 97, 160, .06);
}

body:not(.embed):not(.certificate-page) .section-title,
body:not(.embed):not(.certificate-page) .curriculum-item .unit-title,
body:not(.embed):not(.certificate-page) .faq-card h5 {
    color: #172b4d !important;
}

@media (max-width:767px) {
    body:not(.embed):not(.certificate-page) .course-hero,
    body:not(.embed):not(.certificate-page) .hero-course {
        padding-top: 3.5rem;
        padding-bottom: 3rem;
    }

    body:not(.embed):not(.certificate-page) .price-card {
        margin-right: 0;
        margin-left: 0;
    }
}

/* Keep the circular search action above generic button rules. */
body:not(.embed):not(.certificate-page) .learnup-hero__search > button,
body:not(.embed):not(.certificate-page) .learnup-hero__search > button:hover,
body:not(.embed):not(.certificate-page) .learnup-hero__search > button:focus-visible {
    border-radius: 50% !important;
}
