.mch-landing {
    --ma-navy: #082a63;
    --ma-navy-2: #0d3678;
    --ma-dark: #061a42;
    --ma-blue: #1268f3;
    --ma-orange: #ff6a00;
    --ma-orange-2: #ff7f22;
    --ma-muted: #52617f;
    --ma-soft: #f5f8ff;
    --ma-card: #ffffff;
    --ma-border: #dfe8f5;
    --ma-border-strong: #cbdaf0;
    --ma-shadow-sm: 0 12px 28px rgba(8, 42, 99, 0.06);
    --ma-shadow-md: 0 18px 46px rgba(8, 42, 99, 0.10);
    --ma-radius: 18px;
    --ma-radius-lg: 24px;
    background: #ffffff;
    color: var(--ma-dark);
    margin: 0 calc(50% - 50vw);
    min-height: 100vh;
    overflow: hidden;
    scroll-behavior: smooth;
}

.mediach-akademi-landing-page .site-header,
.mediach-akademi-landing-page .site-branding,
.mediach-akademi-landing-page .custom-logo-link,
.mediach-akademi-landing-page .site-title,
.mediach-akademi-landing-page .entry-header,
.mediach-akademi-landing-page .entry-title,
.mediach-akademi-landing-page .post-title,
.mediach-akademi-landing-page .page-header,
.mediach-akademi-landing-page .page-title,
.mediach-akademi-landing-page .wp-block-site-title,
.mediach-akademi-landing-page .wp-block-post-title,
.mediach-akademi-landing-page header.wp-block-template-part,
.mediach-akademi-landing-page .wp-site-blocks > header,
.mediach-akademi-landing-page .site-footer,
.mediach-akademi-landing-page footer:not(.mch-footer):not(.mch-student-footer),
.mediach-akademi-landing-page footer.wp-block-template-part,
.mediach-akademi-landing-page .wp-site-blocks > footer {
    display: none;
}

.mch-landing a,
.mch-landing a:hover,
.mch-landing a:focus {
    text-decoration: none;
}

.mch-site-header,
.mch-hero,
.mch-benefit-strip,
.mch-about-section,
.mch-section,
.mch-audience,
.mch-verify-band,
.mch-faq-help,
.mch-footer {
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
}

.mch-site-header {
    align-items: center;
    display: grid;
    gap: 20px;
    grid-template-columns: auto 1fr auto;
    padding: 30px 38px 16px;
    position: relative;
    z-index: 5;
}

.mch-site-logo {
    align-items: flex-end;
    display: inline-flex;
    flex-direction: column;
    line-height: 1;
    width: 168px;
}

.mch-site-logo img {
    display: block;
    height: auto;
    width: 168px;
}

.mch-site-logo span {
    color: var(--ma-orange);
    font-size: 18px;
    font-weight: 720;
    margin-right: 16px;
    margin-top: -7px;
}

.mch-site-nav {
    align-items: center;
    display: flex;
    gap: clamp(18px, 2.4vw, 36px);
    justify-content: center;
}

.mch-site-nav a {
    color: var(--ma-dark);
    font-size: 14px;
    font-weight: 650;
    padding: 12px 0;
    position: relative;
    transition: color 180ms ease;
    white-space: nowrap;
}

.mch-site-nav a::after {
    background: var(--ma-orange);
    border-radius: 999px;
    bottom: 2px;
    content: "";
    height: 3px;
    left: 0;
    opacity: 0;
    position: absolute;
    transform: scaleX(0.45);
    transform-origin: left center;
    transition: opacity 180ms ease, transform 180ms ease;
    width: 100%;
}

.mch-site-nav a:hover,
.mch-site-nav a:focus,
.mch-site-nav a.is-active {
    color: var(--ma-navy);
}

.mch-site-nav a:hover::after,
.mch-site-nav a:focus::after,
.mch-site-nav a.is-active::after {
    opacity: 1;
    transform: scaleX(1);
}

.mch-site-actions {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.mch-header-login,
.mch-header-start {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 760;
    justify-content: center;
    min-height: 46px;
    padding: 11px 18px;
    transition: border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease, background 180ms ease;
    white-space: nowrap;
}

.mch-header-login {
    background: #ffffff;
    border: 1px solid var(--ma-navy);
    color: var(--ma-navy);
}

.mch-header-start {
    background: linear-gradient(135deg, var(--ma-orange), var(--ma-orange-2));
    border: 1px solid var(--ma-orange);
    box-shadow: 0 12px 26px rgba(255, 106, 0, 0.22);
    color: #ffffff;
    gap: 8px;
}

.mch-header-login:hover,
.mch-header-login:focus,
.mch-header-start:hover,
.mch-header-start:focus {
    box-shadow: var(--ma-shadow-sm);
    transform: translateY(-2px);
}

.mch-header-login:hover,
.mch-header-login:focus {
    background: var(--ma-soft);
}

.mch-header-start:hover,
.mch-header-start:focus {
    background: linear-gradient(135deg, #f05f00, var(--ma-orange));
    color: #ffffff;
}

.mch-mobile-menu {
    display: none;
}

.mch-hero {
    align-items: center;
    display: grid;
    gap: 42px;
    grid-template-columns: minmax(340px, 0.86fr) minmax(480px, 1.14fr);
    padding: 76px 38px 38px;
}

.mch-hero-copy h1 {
    color: var(--ma-navy);
    font-size: clamp(44px, 5.2vw, 70px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.03;
    margin: 0 0 22px;
    max-width: 620px;
}

.mch-lead,
.mch-support {
    color: var(--ma-muted);
    font-size: 18px;
    line-height: 1.75;
    margin: 0;
    max-width: 560px;
}

.mch-support {
    font-size: 16px;
    margin-top: 12px;
}

.mch-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 30px;
}

.mch-landing .mch-btn {
    align-items: center;
    border-radius: 9px;
    display: inline-flex;
    font-size: 15px;
    font-weight: 760;
    gap: 10px;
    justify-content: center;
    min-height: 54px;
    padding: 15px 28px;
    transition: border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease, background 180ms ease;
}

.mch-landing .mch-btn-primary {
    background: linear-gradient(135deg, var(--ma-orange), var(--ma-orange-2));
    border: 1px solid var(--ma-orange);
    box-shadow: 0 16px 32px rgba(255, 106, 0, 0.23);
    color: #ffffff;
}

.mch-landing .mch-btn-primary:hover,
.mch-landing .mch-btn-primary:focus {
    background: linear-gradient(135deg, #f05f00, var(--ma-orange));
    box-shadow: 0 22px 42px rgba(255, 106, 0, 0.28);
    color: #ffffff;
    transform: translateY(-2px);
}

.mch-landing .mch-btn-secondary {
    background: #ffffff;
    border: 1px solid var(--ma-blue);
    color: var(--ma-blue);
}

.mch-landing .mch-btn-secondary:hover,
.mch-landing .mch-btn-secondary:focus {
    background: var(--ma-soft);
    box-shadow: var(--ma-shadow-sm);
    color: var(--ma-blue);
    transform: translateY(-2px);
}

.mch-hero-metrics {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 34px;
}

.mch-hero-metrics span {
    align-items: center;
    color: var(--ma-navy);
    display: inline-flex;
    font-size: 13px;
    font-weight: 650;
    gap: 8px;
}

.mch-hero-metrics span::before {
    background: #ffffff;
    border: 1px solid var(--ma-blue);
    border-radius: 50%;
    content: "";
    height: 18px;
    width: 18px;
}

.mch-hero-visual {
    margin: 0;
    position: relative;
}

.mch-hero-visual::before {
    background-image: radial-gradient(rgba(18, 104, 243, 0.16) 1px, transparent 1px);
    background-size: 14px 14px;
    content: "";
    height: 180px;
    position: absolute;
    right: 0;
    top: -26px;
    width: 230px;
    z-index: 0;
}

.mch-hero-visual img {
    display: block;
    filter: drop-shadow(0 20px 34px rgba(8, 42, 99, 0.10));
    height: auto;
    margin-left: auto;
    max-width: 690px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.mch-benefit-strip {
    background: #ffffff;
    border: 1px solid var(--ma-border);
    border-radius: var(--ma-radius);
    box-shadow: var(--ma-shadow-sm);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 50px;
    margin-top: 4px;
    overflow: hidden;
}

.mch-benefit-card {
    align-items: center;
    display: grid;
    gap: 18px;
    grid-template-columns: 68px 1fr;
    min-height: 142px;
    padding: 28px;
    position: relative;
}

.mch-benefit-card + .mch-benefit-card {
    border-left: 1px solid var(--ma-border);
}

.mch-benefit-card h2,
.mch-module-card h3,
.mch-flow-step h3 {
    color: var(--ma-navy);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 8px;
}

.mch-benefit-card p,
.mch-module-card p,
.mch-flow-step p,
.mch-about-copy p,
.mch-audience p,
.mch-verify-band p,
.mch-help-card p {
    color: var(--ma-muted);
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

.mch-icon,
.mch-flow-icon,
.mch-module-icon,
.mch-verify-icon {
    align-items: center;
    background: #eef4ff;
    border-radius: 50%;
    display: inline-flex;
    height: 58px;
    justify-content: center;
    position: relative;
    width: 58px;
}

.mch-icon::before,
.mch-flow-icon::before,
.mch-module-icon::before,
.mch-verify-icon::before {
    border: 3px solid var(--ma-navy);
    border-radius: 8px;
    content: "";
    height: 24px;
    width: 24px;
}

.mch-icon-clock::before {
    border-radius: 50%;
}

.mch-icon-gift::before {
    border-radius: 6px;
}

.mch-icon-certificate::after,
.mch-module-icon::after {
    background: var(--ma-orange);
    border-radius: 999px;
    content: "";
    height: 5px;
    position: absolute;
    width: 20px;
}

.mch-about-section {
    align-items: center;
    display: grid;
    gap: 58px;
    grid-template-columns: 0.92fr 1fr;
    padding: 28px 54px 58px;
}

.mch-about-media {
    position: relative;
}

.mch-about-media::before {
    background-image: radial-gradient(rgba(18, 104, 243, 0.20) 1px, transparent 1px);
    background-size: 13px 13px;
    content: "";
    height: 150px;
    left: -32px;
    position: absolute;
    top: 18px;
    width: 120px;
}

.mch-about-media img {
    border-radius: 7px;
    box-shadow: var(--ma-shadow-sm);
    display: block;
    height: auto;
    position: relative;
    width: 100%;
}

.mch-about-copy h2,
.mch-section-head h2,
.mch-audience h2,
.mch-verify-band h2,
.mch-faq-card h2,
.mch-help-card h2 {
    color: var(--ma-navy);
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 820;
    letter-spacing: 0;
    line-height: 1.16;
    margin: 0 0 16px;
}

.mch-about-copy .mch-btn {
    margin-top: 26px;
}

.mch-section {
    padding: 22px 38px 50px;
}

.mch-section-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.mch-section-head-center {
    display: block;
    text-align: center;
}

.mch-section-head a,
.mch-audience a,
.mch-inline-link {
    color: var(--ma-blue);
    font-size: 14px;
    font-weight: 760;
}

.mch-flow-grid {
    align-items: start;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    position: relative;
}

.mch-flow-step {
    padding-top: 8px;
    position: relative;
    text-align: center;
}

.mch-flow-step:not(:last-child)::after {
    border-top: 2px dashed #b9cdf0;
    content: "";
    left: calc(50% + 42px);
    position: absolute;
    top: 37px;
    width: calc(100% - 84px);
}

.mch-flow-number {
    align-items: center;
    background: var(--ma-navy);
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    height: 34px;
    justify-content: center;
    left: calc(50% - 44px);
    position: absolute;
    top: 0;
    width: 34px;
    z-index: 3;
}

.mch-flow-step:nth-child(even) .mch-flow-number {
    background: var(--ma-orange);
}

.mch-flow-icon {
    margin: 8px auto 20px;
}

.mch-module-list {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mch-module-card {
    background: #ffffff;
    border: 1px solid var(--ma-border);
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(8, 42, 99, 0.04);
    min-height: 210px;
    padding: 24px;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.mch-module-card:hover {
    border-color: var(--ma-border-strong);
    box-shadow: var(--ma-shadow-sm);
    transform: translateY(-3px);
}

.mch-module-index {
    color: var(--ma-navy);
    display: block;
    font-size: 13px;
    font-weight: 820;
    margin-bottom: 10px;
}

.mch-module-icon {
    height: 54px;
    margin-bottom: 16px;
    width: 54px;
}

.mch-audience {
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    border: 1px solid var(--ma-border);
    border-radius: var(--ma-radius);
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(260px, 0.8fr) 1.2fr;
    margin-bottom: 34px;
    padding: 28px 34px;
}

.mch-audience ul {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.mch-audience li {
    align-items: center;
    color: var(--ma-navy);
    display: grid;
    font-size: 13px;
    font-weight: 760;
    gap: 10px;
    justify-items: center;
    line-height: 1.35;
    text-align: center;
}

.mch-audience li::before {
    background: #eef4ff;
    border: 2px solid #d7e5ff;
    border-radius: 50%;
    content: "";
    height: 52px;
    width: 52px;
}

.mch-verify-band {
    align-items: center;
    background: linear-gradient(135deg, var(--ma-navy), #003b92);
    border-radius: 14px;
    box-shadow: var(--ma-shadow-md);
    color: #ffffff;
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1.25fr;
    margin-bottom: 28px;
    padding: 25px 30px;
}

.mch-verify-band > div {
    align-items: center;
    display: flex;
    gap: 20px;
}

.mch-verify-band h2,
.mch-verify-band p {
    color: #ffffff;
}

.mch-verify-band p {
    opacity: 0.86;
}

.mch-verify-icon {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    flex: 0 0 auto;
}

.mch-verify-icon::before {
    border-color: rgba(255, 255, 255, 0.72);
}

.mch-verify-band form {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr 170px;
}

.mch-verify-band input,
.mch-verify-band button {
    border-radius: 8px;
    font: inherit;
    min-height: 54px;
}

.mch-verify-band input {
    border: 0;
    color: var(--ma-dark);
    padding: 0 18px;
}

.mch-verify-band button {
    background: #ffffff;
    border: 0;
    color: var(--ma-navy);
    cursor: pointer;
    font-weight: 800;
    transition: box-shadow 180ms ease, transform 180ms ease;
}

.mch-verify-band button:hover,
.mch-verify-band button:focus {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
    transform: translateY(-2px);
}

.mch-faq-help {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 36px;
}

.mch-faq-card,
.mch-help-card {
    background: #ffffff;
    border: 1px solid var(--ma-border);
    border-radius: var(--ma-radius);
    box-shadow: 0 10px 24px rgba(8, 42, 99, 0.04);
    padding: 28px;
}

.mch-faq-list {
    display: grid;
    gap: 0;
}

.mch-faq-item {
    border-bottom: 1px solid var(--ma-border);
}

.mch-faq-item:first-child {
    border-top: 1px solid var(--ma-border);
}

.mch-faq-item summary {
    align-items: center;
    color: var(--ma-dark);
    cursor: pointer;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    justify-content: space-between;
    list-style: none;
    padding: 14px 0;
}

.mch-faq-item summary::-webkit-details-marker {
    display: none;
}

.mch-faq-item summary::after {
    color: var(--ma-blue);
    content: "+";
    font-size: 22px;
    font-weight: 560;
}

.mch-faq-item[open] summary::after {
    content: "-";
}

.mch-faq-item p {
    color: var(--ma-muted);
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
    padding: 0 0 14px;
}

.mch-inline-link {
    display: inline-flex;
    margin-top: 20px;
}

.mch-help-card {
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 190px;
}

.mch-help-illustration {
    background:
        linear-gradient(135deg, rgba(18, 104, 243, 0.12), rgba(255, 106, 0, 0.05)),
        #f2f6ff;
    border: 1px solid var(--ma-border);
    border-radius: 24px;
    display: block;
    height: 160px;
    position: relative;
}

.mch-help-illustration::before,
.mch-help-illustration::after {
    background: #ffffff;
    border: 1px solid var(--ma-border-strong);
    border-radius: 12px;
    content: "";
    position: absolute;
}

.mch-help-illustration::before {
    height: 86px;
    left: 34px;
    top: 42px;
    transform: rotate(-6deg);
    width: 116px;
}

.mch-help-illustration::after {
    background: var(--ma-navy);
    border: 0;
    border-radius: 18px;
    height: 44px;
    left: 18px;
    top: 18px;
    width: 74px;
}

.mch-footer {
    background: linear-gradient(135deg, #082a63, #003b92);
    color: rgba(255, 255, 255, 0.78);
    max-width: none;
    padding: 48px max(38px, calc((100vw - 1240px) / 2 + 38px)) 28px;
}

.mch-footer-main {
    display: grid;
    gap: 52px;
    grid-template-columns: 1.25fr 0.75fr 0.75fr 1fr;
    margin: 0 auto;
    max-width: 1240px;
}

.mch-site-logo-footer {
    width: 148px;
}

.mch-site-logo-footer img {
    filter: brightness(0) invert(1);
    opacity: 0.98;
    width: 148px;
}

.mch-site-logo-footer span {
    color: var(--ma-orange);
    font-size: 16px;
    margin-right: 13px;
}

.mch-footer-brand p {
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.7;
    margin: 18px 0 22px;
    max-width: 260px;
}

.mch-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mch-social-links a,
.mch-social-links span {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 760;
    height: 38px;
    justify-content: center;
    min-width: 38px;
    padding: 0 8px;
}

.mch-footer-col {
    display: grid;
    gap: 10px;
    align-content: start;
    font-style: normal;
}

.mch-footer-col h2 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 8px;
}

.mch-footer-col a,
.mch-footer-col span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.5;
}

.mch-footer-col a:hover,
.mch-footer-col a:focus {
    color: #ffffff;
}

.mch-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin: 38px auto 0;
    max-width: 1240px;
    padding-top: 24px;
}

@media (max-width: 1120px) {
    .mch-site-header {
        grid-template-columns: auto 1fr auto auto;
    }

    .mch-site-nav {
        display: none;
    }

    .mch-mobile-menu {
        display: block;
        justify-self: end;
        position: relative;
    }

    .mch-mobile-menu summary {
        cursor: pointer;
        display: grid;
        gap: 5px;
        list-style: none;
        padding: 9px;
    }

    .mch-mobile-menu summary::-webkit-details-marker {
        display: none;
    }

    .mch-mobile-menu summary span {
        background: var(--ma-navy);
        border-radius: 999px;
        display: block;
        height: 3px;
        width: 32px;
    }

    .mch-mobile-menu > div {
        background: #ffffff;
        border: 1px solid var(--ma-border);
        border-radius: 14px;
        box-shadow: var(--ma-shadow-md);
        display: grid;
        gap: 4px;
        min-width: 240px;
        padding: 10px;
        position: absolute;
        right: 0;
        top: calc(100% + 12px);
        z-index: 20;
    }

    .mch-mobile-menu a {
        border-radius: 9px;
        color: var(--ma-dark);
        font-size: 14px;
        font-weight: 700;
        padding: 10px 12px;
    }

    .mch-mobile-menu a:hover,
    .mch-mobile-menu a:focus {
        background: var(--ma-soft);
    }

    .mch-hero {
        grid-template-columns: 1fr;
        padding-top: 46px;
    }

    .mch-hero-visual img {
        margin: 0 auto;
    }

    .mch-benefit-strip,
    .mch-module-list,
    .mch-flow-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mch-flow-step:not(:last-child)::after {
        display: none;
    }

    .mch-about-section,
    .mch-audience,
    .mch-faq-help,
    .mch-footer-main {
        grid-template-columns: 1fr;
    }

    .mch-audience ul {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .mch-site-header {
        border-bottom: 1px solid var(--ma-border);
        gap: 12px;
        grid-template-columns: 1fr auto;
        padding: 18px 20px;
    }

    .mch-site-logo,
    .mch-site-logo img {
        width: 130px;
    }

    .mch-site-logo span {
        font-size: 14px;
        margin-right: 12px;
        margin-top: -4px;
    }

    .mch-site-actions {
        display: none;
    }

    .mch-mobile-menu {
        grid-column: 2;
        grid-row: 1;
    }

    .mch-hero {
        gap: 24px;
        padding: 34px 20px 20px;
    }

    .mch-hero-copy h1 {
        font-size: clamp(40px, 11vw, 56px);
    }

    .mch-lead {
        font-size: 17px;
    }

    .mch-support {
        font-size: 15px;
    }

    .mch-actions,
    .mch-actions .mch-btn {
        width: 100%;
    }

    .mch-hero-metrics {
        display: none;
    }

    .mch-benefit-strip {
        border-radius: 18px;
        grid-template-columns: 1fr;
        margin: 26px 20px 30px;
    }

    .mch-benefit-card {
        grid-template-columns: 58px 1fr;
        min-height: auto;
        padding: 22px;
    }

    .mch-benefit-card + .mch-benefit-card {
        border-left: 0;
        border-top: 1px solid var(--ma-border);
    }

    .mch-about-section,
    .mch-section,
    .mch-audience,
    .mch-verify-band,
    .mch-faq-help {
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 0;
        padding-right: 0;
    }

    .mch-about-section {
        gap: 26px;
        padding-bottom: 36px;
    }

    .mch-module-list,
    .mch-flow-grid,
    .mch-audience ul,
    .mch-verify-band,
    .mch-verify-band form {
        grid-template-columns: 1fr;
    }

    .mch-section-head {
        align-items: flex-start;
        gap: 12px;
        flex-direction: column;
    }

    .mch-flow-step {
        background: #ffffff;
        border: 1px solid var(--ma-border);
        border-radius: 16px;
        padding: 20px;
    }

    .mch-flow-number {
        top: 20px;
    }

    .mch-audience,
    .mch-verify-band,
    .mch-faq-card,
    .mch-help-card {
        border-radius: 18px;
        padding: 22px;
    }

    .mch-help-card {
        grid-template-columns: 1fr;
    }

    .mch-help-illustration {
        display: none;
    }

    .mch-footer {
        padding: 34px 22px 24px;
    }

    .mch-footer-main {
        gap: 28px;
    }

    .mch-footer-bottom {
        flex-direction: column;
    }
}

/* Visual refinements for the MediaCH Akademi landing system. */
.mch-akademi.mch-landing a,
.mch-akademi.mch-landing a:hover,
.mch-akademi.mch-landing a:focus,
.mch-akademi.mch-landing .mch-footer a,
.mch-akademi.mch-landing .mch-footer a:hover,
.mch-akademi.mch-landing .mch-footer a:focus {
    text-decoration: none;
    text-decoration-line: none;
}

.mch-akademi.mch-landing .mch-site-nav {
    gap: clamp(14px, 1.45vw, 24px);
}

.mch-akademi.mch-landing .mch-site-nav a {
    font-size: 13px;
    font-weight: 620;
}

.mch-akademi.mch-landing .mch-hero {
    grid-template-columns: minmax(330px, 0.8fr) minmax(520px, 1.2fr);
    padding-top: 64px;
}

.mch-akademi.mch-landing .mch-hero-copy h1 {
    font-size: clamp(42px, 4.7vw, 64px);
    font-weight: 720;
    line-height: 1.06;
}

.mch-akademi.mch-landing .mch-lead {
    font-size: 17px;
}

.mch-akademi.mch-landing .mch-support {
    font-size: 15px;
}

.mch-akademi.mch-landing .mch-hero-metrics {
    flex-wrap: nowrap;
    gap: 18px;
}

.mch-akademi.mch-landing .mch-hero-metrics span {
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 620;
}

.mch-akademi.mch-landing .mch-hero-metrics span::before {
    background: #ffffff;
    background-color: #ffffff;
    border: 1px solid #bcd2f4;
    border-radius: 50%;
    box-shadow: 0 8px 18px rgba(8, 42, 99, 0.06);
    content: "";
    height: 20px;
    -webkit-mask: var(--mch-icon-svg) center / 12px 12px no-repeat;
    mask: var(--mch-icon-svg) center / 12px 12px no-repeat;
    width: 20px;
}

.mch-akademi.mch-landing .mch-mini-icon-access,
.mch-akademi.mch-landing .mch-mini-icon-certificate,
.mch-akademi.mch-landing .mch-mini-icon-video,
.mch-akademi.mch-landing .mch-mini-icon-speed {
    --mch-icon-color: var(--ma-blue);
}

.mch-akademi.mch-landing .mch-mini-icon-access { --mch-icon-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E"); }
.mch-akademi.mch-landing .mch-mini-icon-certificate { --mch-icon-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 3h10v9H7z'/%3E%3Cpath d='M9 16l3-2 3 2v5l-3-2-3 2z'/%3E%3C/svg%3E"); }
.mch-akademi.mch-landing .mch-mini-icon-video { --mch-icon-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E"); }
.mch-akademi.mch-landing .mch-mini-icon-speed { --mch-icon-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 14a8 8 0 1 1 16 0'/%3E%3Cpath d='m12 14 4-5'/%3E%3Cpath d='M8 18h8'/%3E%3C/svg%3E"); }

.mch-akademi.mch-landing .mch-hero-metrics span::before {
    background-color: var(--mch-icon-color);
}

.mch-akademi.mch-landing .mch-benefit-strip {
    margin-top: 12px;
}

.mch-akademi.mch-landing .mch-benefit-card {
    gap: 16px;
    grid-template-columns: 60px 1fr;
    padding: 24px;
}

.mch-akademi.mch-landing .mch-benefit-card h2,
.mch-akademi.mch-landing .mch-module-card h3,
.mch-akademi.mch-landing .mch-flow-step h3 {
    font-size: 16px;
    font-weight: 660;
}

.mch-akademi.mch-landing .mch-icon,
.mch-akademi.mch-landing .mch-flow-icon,
.mch-akademi.mch-landing .mch-module-icon,
.mch-akademi.mch-landing .mch-verify-icon {
    background: #eef4ff;
    color: var(--ma-navy);
}

.mch-akademi.mch-landing .mch-icon::before,
.mch-akademi.mch-landing .mch-flow-icon::before,
.mch-akademi.mch-landing .mch-module-icon::before,
.mch-akademi.mch-landing .mch-verify-icon::before {
    background: currentColor;
    border: 0;
    border-radius: 0;
    content: "";
    height: 30px;
    -webkit-mask: var(--mch-icon-svg) center / contain no-repeat;
    mask: var(--mch-icon-svg) center / contain no-repeat;
    width: 30px;
}

.mch-akademi.mch-landing .mch-icon::after,
.mch-akademi.mch-landing .mch-module-icon::after {
    display: none;
}

.mch-akademi.mch-landing .mch-icon-cap { --mch-icon-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 9 9-5 9 5-9 5-9-5Z'/%3E%3Cpath d='M7 11v5c3 2 7 2 10 0v-5'/%3E%3C/svg%3E"); }
.mch-akademi.mch-landing .mch-icon-clock { --mch-icon-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Cpath d='M12 7v5l4 2'/%3E%3C/svg%3E"); }
.mch-akademi.mch-landing .mch-icon-certificate { --mch-icon-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3h12v11H6z'/%3E%3Cpath d='M9 7h6M9 10h6'/%3E%3Cpath d='m9 15 3-2 3 2v6l-3-2-3 2z'/%3E%3C/svg%3E"); }
.mch-akademi.mch-landing .mch-icon-gift { --mch-icon-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 10h16v10H4z'/%3E%3Cpath d='M12 10v10M3 6h18v4H3z'/%3E%3Cpath d='M12 6c-2-4-7-2-4 1M12 6c2-4 7-2 4 1'/%3E%3C/svg%3E"); }

.mch-akademi.mch-landing .mch-about-section {
    gap: 54px;
    padding-top: 18px;
}

.mch-akademi.mch-landing .mch-about-media img {
    border-radius: 0;
    box-shadow: none;
}

.mch-akademi.mch-landing .mch-about-copy h2,
.mch-akademi.mch-landing .mch-section-head h2,
.mch-akademi.mch-landing .mch-audience h2,
.mch-akademi.mch-landing .mch-verify-band h2,
.mch-akademi.mch-landing .mch-faq-card h2,
.mch-akademi.mch-landing .mch-help-card h2 {
    font-weight: 700;
}

.mch-akademi.mch-landing .mch-about-copy .mch-btn span {
    font-size: 21px;
    line-height: 1;
}

.mch-akademi.mch-landing .mch-flow {
    max-width: 980px;
}

.mch-akademi.mch-landing .mch-flow-grid {
    gap: 8px;
}

.mch-akademi.mch-landing .mch-flow-number {
    font-size: 13px;
    height: 30px;
    left: calc(50% - 42px);
    top: 4px;
    width: 30px;
}

.mch-akademi.mch-landing .mch-flow-icon {
    height: 58px;
    width: 58px;
}

.mch-akademi.mch-landing .mch-flow-step p {
    font-size: 13px;
}

.mch-akademi.mch-landing .mch-flow-icon-1 { --mch-icon-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='10' cy='8' r='4'/%3E%3Cpath d='M3 21a7 7 0 0 1 14 0'/%3E%3Cpath d='M19 8v6M16 11h6'/%3E%3C/svg%3E"); }
.mch-akademi.mch-landing .mch-flow-icon-2 { --mch-icon-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E"); }
.mch-akademi.mch-landing .mch-flow-icon-3 { --mch-icon-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 4h8l1 3H7z'/%3E%3Cpath d='M6 7h12v14H6z'/%3E%3Cpath d='m9 13 2 2 4-4'/%3E%3C/svg%3E"); }
.mch-akademi.mch-landing .mch-flow-icon-4 { --mch-icon-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='5'/%3E%3Cpath d='m9 13-2 8 5-3 5 3-2-8'/%3E%3C/svg%3E"); }

.mch-akademi.mch-landing .mch-module-scroller {
    position: relative;
}

.mch-akademi.mch-landing .mch-module-list {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 2px 0 14px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}

.mch-akademi.mch-landing .mch-module-card {
    --mch-module-accent: #1268f3;
    --mch-module-ring: #cfe0ff;
    --mch-module-shadow: rgba(18, 104, 243, 0.14);
    --mch-module-soft: #eef4ff;
    flex: 0 0 calc((100% - 64px) / 5);
    min-height: 188px;
    min-width: 178px;
    padding: 22px;
    scroll-snap-align: start;
}

.mch-akademi.mch-landing .mch-module-card:nth-child(2) {
    --mch-module-accent: #12927f;
    --mch-module-ring: #cbece6;
    --mch-module-shadow: rgba(18, 146, 127, 0.14);
    --mch-module-soft: #eaf8f5;
}

.mch-akademi.mch-landing .mch-module-card:nth-child(3) {
    --mch-module-accent: #6f55d8;
    --mch-module-ring: #ddd6fb;
    --mch-module-shadow: rgba(111, 85, 216, 0.14);
    --mch-module-soft: #f1efff;
}

.mch-akademi.mch-landing .mch-module-card:nth-child(4) {
    --mch-module-accent: #e7355d;
    --mch-module-ring: #ffd2dc;
    --mch-module-shadow: rgba(231, 53, 93, 0.14);
    --mch-module-soft: #fff0f4;
}

.mch-akademi.mch-landing .mch-module-card:nth-child(5) {
    --mch-module-accent: #f36b16;
    --mch-module-ring: #ffd9bd;
    --mch-module-shadow: rgba(243, 107, 22, 0.15);
    --mch-module-soft: #fff3ea;
}

.mch-akademi.mch-landing .mch-module-index {
    color: var(--mch-module-accent);
    font-size: 12px;
    font-weight: 640;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 14px;
}

.mch-akademi.mch-landing .mch-module-icon {
    background: var(--mch-module-soft);
    border: 1px solid var(--mch-module-ring);
    box-shadow: 0 10px 22px var(--mch-module-shadow);
    color: var(--mch-module-accent);
    height: 52px;
    width: 52px;
}

.mch-akademi.mch-landing .mch-module-nav {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--ma-border-strong);
    border-radius: 50%;
    color: var(--ma-navy);
    cursor: pointer;
    display: inline-flex;
    font-size: 27px;
    height: 38px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
    width: 38px;
    z-index: 2;
}

.mch-akademi.mch-landing .mch-module-nav:hover,
.mch-akademi.mch-landing .mch-module-nav:focus {
    border-color: var(--ma-blue);
    box-shadow: var(--ma-shadow-sm);
    transform: translateY(-50%) scale(1.04);
}

.mch-akademi.mch-landing .mch-module-nav-prev {
    left: -18px;
}

.mch-akademi.mch-landing .mch-module-nav-next {
    right: -18px;
}

.mch-akademi.mch-landing .mch-module-icon-1,
.mch-akademi.mch-landing .mch-audience-media { --mch-icon-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3Ccircle cx='17' cy='9' r='3'/%3E%3Cpath d='M3 20a5 5 0 0 1 10 0M13 20a5 5 0 0 1 8 0'/%3E%3C/svg%3E"); }
.mch-akademi.mch-landing .mch-module-icon-2 { --mch-icon-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20c7-1 13-7 16-16-9 1-15 7-16 16Z'/%3E%3Cpath d='M9 15 4 20'/%3E%3C/svg%3E"); }
.mch-akademi.mch-landing .mch-module-icon-3 { --mch-icon-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v18M5 7h14M7 7l-4 7h8L7 7ZM17 7l-4 7h8l-4-7Z'/%3E%3C/svg%3E"); }
.mch-akademi.mch-landing .mch-module-icon-4 { --mch-icon-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 14a5 5 0 0 1 7-7 5 5 0 0 1 7 7c0 5-7 7-7 7s-7-2-7-7Z'/%3E%3Cpath d='M9 13h.01M15 13h.01'/%3E%3C/svg%3E"); }
.mch-akademi.mch-landing .mch-module-icon-5 { --mch-icon-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 5 6v6c0 5 3 8 7 9 4-1 7-4 7-9V6l-7-3Z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E"); }

.mch-akademi.mch-landing .mch-audience li::before {
    align-self: center;
    background: var(--mch-audience-soft, #eef4ff);
    border: 1px solid var(--mch-audience-ring, #d7e5ff);
    border-radius: 50%;
    box-shadow: 0 10px 22px var(--mch-audience-shadow, rgba(18, 104, 243, 0.10));
    content: "";
    grid-column: 1;
    grid-row: 1;
    height: 48px;
    justify-self: center;
    width: 48px;
}

.mch-akademi.mch-landing .mch-audience li::after {
    align-self: center;
    background: var(--mch-audience-accent, var(--ma-blue));
    border: 0;
    border-radius: 0;
    content: "";
    display: block;
    grid-column: 1;
    grid-row: 1;
    height: 25px;
    justify-self: center;
    -webkit-mask: var(--mch-icon-svg) center / contain no-repeat;
    mask: var(--mch-icon-svg) center / contain no-repeat;
    width: 25px;
}

.mch-akademi.mch-landing .mch-audience li {
    --mch-audience-accent: #1268f3;
    --mch-audience-ring: #cfe0ff;
    --mch-audience-shadow: rgba(18, 104, 243, 0.12);
    --mch-audience-soft: #eef4ff;
    --mch-icon-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3Ccircle cx='17' cy='9' r='3'/%3E%3Cpath d='M3 20a5 5 0 0 1 10 0M13 20a5 5 0 0 1 8 0'/%3E%3C/svg%3E");
    gap: 6px;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 48px auto;
}

.mch-akademi.mch-landing .mch-audience-media {
    --mch-audience-accent: #1268f3;
    --mch-audience-ring: #cfe0ff;
    --mch-audience-shadow: rgba(18, 104, 243, 0.12);
    --mch-audience-soft: #eef4ff;
}

.mch-akademi.mch-landing .mch-audience-student {
    --mch-audience-accent: #12927f;
    --mch-audience-ring: #cbece6;
    --mch-audience-shadow: rgba(18, 146, 127, 0.12);
    --mch-audience-soft: #eaf8f5;
    --mch-icon-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 9 9-5 9 5-9 5-9-5Z'/%3E%3Cpath d='M7 11v5c3 2 7 2 10 0v-5'/%3E%3C/svg%3E");
}

.mch-akademi.mch-landing .mch-audience-civil {
    --mch-audience-accent: #6f55d8;
    --mch-audience-ring: #ddd6fb;
    --mch-audience-shadow: rgba(111, 85, 216, 0.12);
    --mch-audience-soft: #f1efff;
    --mch-icon-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 12h8M12 8v8'/%3E%3Cpath d='M4 20h16M6 20V7l6-3 6 3v13'/%3E%3C/svg%3E");
}

.mch-akademi.mch-landing .mch-audience-research {
    --mch-audience-accent: #e7355d;
    --mch-audience-ring: #ffd2dc;
    --mch-audience-shadow: rgba(231, 53, 93, 0.12);
    --mch-audience-soft: #fff0f4;
    --mch-icon-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19h16M8 17V5h8v12'/%3E%3Cpath d='M10 9h4M10 13h4'/%3E%3C/svg%3E");
}

.mch-akademi.mch-landing .mch-audience-rights {
    --mch-audience-accent: #f36b16;
    --mch-audience-ring: #ffd9bd;
    --mch-audience-shadow: rgba(243, 107, 22, 0.13);
    --mch-audience-soft: #fff3ea;
    --mch-icon-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 5 6v6c0 5 3 8 7 9 4-1 7-4 7-9V6l-7-3Z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");
}

.mch-akademi.mch-landing .mch-verify-icon {
    --mch-icon-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 4h14v12H5z'/%3E%3Cpath d='m8 20 4-3 4 3'/%3E%3Cpath d='m8 10 2 2 5-5'/%3E%3C/svg%3E");
}

.mch-akademi.mch-landing .mch-inline-link {
    align-self: flex-end;
    display: inline-flex;
    justify-self: flex-end;
    margin-left: auto;
}

.mch-akademi.mch-landing .mch-faq-card {
    display: flex;
    flex-direction: column;
}

.mch-akademi.mch-landing .mch-help-illustration {
    background: #eef4ff;
    border-radius: 26px;
}

.mch-akademi.mch-landing .mch-help-illustration::before {
    background:
        linear-gradient(135deg, transparent 47%, #d8e6fb 48% 52%, transparent 53%),
        #ffffff;
}

.mch-akademi.mch-landing .mch-help-illustration::after {
    box-shadow: 88px 56px 0 -18px rgba(18, 104, 243, 0.18);
}

.mch-akademi.mch-landing .mch-site-logo-footer img {
    filter: brightness(0) invert(1);
    opacity: 1;
    width: 176px;
}

.mch-akademi.mch-landing .mch-site-logo-footer {
    align-items: flex-start;
    width: 176px;
}

.mch-akademi.mch-landing .mch-site-logo-footer span {
    color: var(--ma-orange);
    font-size: 18px;
    font-weight: 820;
    line-height: 1;
    margin-left: 88px;
    margin-top: -8px;
}

.mch-akademi.mch-landing .mch-social-links a,
.mch-akademi.mch-landing .mch-social-links span {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.30);
    color: #ffffff;
    font-size: 0;
    height: 42px;
    min-width: 42px;
    padding: 0;
    position: relative;
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
    width: 42px;
}

.mch-akademi.mch-landing .mch-social-links a:hover,
.mch-akademi.mch-landing .mch-social-links a:focus {
    background: #ffffff;
    border-color: #ffffff;
    transform: translateY(-2px);
}

.mch-akademi.mch-landing .mch-social-links a::before,
.mch-akademi.mch-landing .mch-social-links span::before {
    background: currentColor;
    content: "";
    display: block;
    height: 18px;
    -webkit-mask: var(--mch-social-icon) center / contain no-repeat;
    mask: var(--mch-social-icon) center / contain no-repeat;
    width: 18px;
}

.mch-akademi.mch-landing .mch-social-links a:hover::before,
.mch-akademi.mch-landing .mch-social-links a:focus::before {
    background: var(--ma-navy);
}

.mch-akademi.mch-landing .mch-social-x {
    --mch-social-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M14.6 10.5 22 2h-1.8l-6.4 7.4L8.7 2H2.8l7.8 11.3L2.8 22h1.8l6.8-7.8 5.4 7.8h5.9l-8.1-11.5Zm-2.4 2.7-.8-1.1L5.2 3.3h2.7l5 7.1.8 1.1 6.5 9.2h-2.7l-5.3-7.5Z'/%3E%3C/svg%3E");
}

.mch-akademi.mch-landing .mch-social-linkedin {
    --mch-social-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4.98 3.5a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5ZM3 9.75h4v10.75H3V9.75Zm6.2 0h3.8v1.47h.06c.53-.95 1.83-1.75 3.77-1.75 4.03 0 4.77 2.42 4.77 5.56v5.47h-4v-4.85c0-1.16-.02-2.65-1.77-2.65-1.78 0-2.05 1.27-2.05 2.57v4.93h-4V9.75Z'/%3E%3C/svg%3E");
}

.mch-akademi.mch-landing .mch-social-instagram {
    --mch-social-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7.8 2h8.4A5.8 5.8 0 0 1 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8A5.8 5.8 0 0 1 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2Zm0 2A3.8 3.8 0 0 0 4 7.8v8.4A3.8 3.8 0 0 0 7.8 20h8.4a3.8 3.8 0 0 0 3.8-3.8V7.8A3.8 3.8 0 0 0 16.2 4H7.8ZM12 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10Zm0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm5.25-2.1a1.15 1.15 0 1 1 0 2.3 1.15 1.15 0 0 1 0-2.3Z'/%3E%3C/svg%3E");
}

.mch-akademi.mch-landing .mch-social-youtube {
    --mch-social-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M21.6 7.2a3 3 0 0 0-2.1-2.1C17.6 4.6 12 4.6 12 4.6s-5.6 0-7.5.5a3 3 0 0 0-2.1 2.1A31.4 31.4 0 0 0 2 12a31.4 31.4 0 0 0 .4 4.8 3 3 0 0 0 2.1 2.1c1.9.5 7.5.5 7.5.5s5.6 0 7.5-.5a3 3 0 0 0 2.1-2.1A31.4 31.4 0 0 0 22 12a31.4 31.4 0 0 0-.4-4.8ZM10 15.4V8.6l6 3.4-6 3.4Z'/%3E%3C/svg%3E");
}

@media (max-width: 1120px) {
    .mch-akademi.mch-landing .mch-hero {
        grid-template-columns: 1fr;
    }

    .mch-akademi.mch-landing .mch-module-card {
        flex-basis: calc((100% - 32px) / 3);
    }
}

@media (max-width: 760px) {
    .mch-akademi.mch-landing .mch-hero-metrics {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mch-akademi.mch-landing .mch-module-card {
        flex-basis: 82%;
    }

    .mch-akademi.mch-landing .mch-module-nav {
        display: none;
    }

    .mch-akademi.mch-landing .mch-flow {
        max-width: none;
    }

    .mch-akademi.mch-landing .mch-flow-number {
        top: 20px;
    }
}

.mch-program-page main {
    padding-bottom: 8px;
}

.mch-program-hero,
.mch-program-overview,
.mch-program-split,
.mch-program-section,
.mch-program-cert {
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
}

.mch-program-hero {
    align-items: center;
    display: grid;
    gap: 56px;
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
    padding: 54px 38px 36px;
}

.mch-program-eyebrow {
    color: var(--ma-orange);
    display: inline-flex;
    font-size: 13px;
    font-weight: 760;
    letter-spacing: 0;
    margin-bottom: 14px;
}

.mch-program-hero-copy h1 {
    color: var(--ma-navy);
    font-size: 54px;
    font-weight: 780;
    letter-spacing: 0;
    line-height: 1.04;
    margin: 0 0 20px;
    max-width: 760px;
}

.mch-program-hero-copy p,
.mch-program-split p,
.mch-program-cert p {
    color: var(--ma-muted);
    font-size: 17px;
    line-height: 1.75;
    margin: 0 0 18px;
}

.mch-program-hero-media {
    margin: 0;
    position: relative;
}

.mch-program-hero-media::before {
    background:
        radial-gradient(circle at 18px 18px, rgba(18, 104, 243, 0.22) 0 2px, transparent 3px),
        linear-gradient(135deg, rgba(18, 104, 243, 0.10), rgba(255, 106, 0, 0.10));
    background-size: 22px 22px, auto;
    border-radius: 18px;
    content: "";
    inset: 24px 34px -18px -20px;
    position: absolute;
}

.mch-program-hero-media img {
    border-radius: 18px;
    box-shadow: 0 22px 48px rgba(8, 42, 99, 0.14);
    display: block;
    max-width: 100%;
    position: relative;
}

.mch-program-overview {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 0 38px 34px;
}

.mch-program-overview article,
.mch-program-principles article,
.mch-program-modules article,
.mch-program-timeline article {
    background: #ffffff;
    border: 1px solid var(--ma-border);
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(8, 42, 99, 0.05);
}

.mch-program-overview article {
    padding: 22px;
}

.mch-program-overview article:nth-child(1) { border-top: 4px solid #1268f3; }
.mch-program-overview article:nth-child(2) { border-top: 4px solid #12927f; }
.mch-program-overview article:nth-child(3) { border-top: 4px solid #6f55d8; }
.mch-program-overview article:nth-child(4) { border-top: 4px solid #f36b16; }

.mch-program-overview span,
.mch-program-principles span,
.mch-program-modules span {
    color: var(--ma-muted);
    display: block;
    font-size: 12px;
    font-weight: 680;
    letter-spacing: 0;
    margin-bottom: 8px;
}

.mch-program-overview strong {
    color: var(--ma-navy);
    display: block;
    font-size: 24px;
    font-weight: 720;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 10px;
}

.mch-program-overview p,
.mch-program-principles p,
.mch-program-modules p,
.mch-program-timeline p {
    color: var(--ma-muted);
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

.mch-program-split {
    align-items: start;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
    padding: 28px 38px 50px;
}

.mch-program-split h2,
.mch-program-section h2,
.mch-program-cert h2 {
    color: var(--ma-navy);
    font-size: 36px;
    font-weight: 760;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0 0 16px;
}

.mch-program-outcomes {
    background: linear-gradient(135deg, #f7fbff, #fff7f0);
    border: 1px solid var(--ma-border);
    border-radius: 14px;
    padding: 28px;
}

.mch-program-outcomes h3 {
    color: var(--ma-navy);
    font-size: 20px;
    margin: 0 0 16px;
}

.mch-program-outcomes ul {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mch-program-outcomes li {
    color: var(--ma-dark);
    display: grid;
    font-size: 15px;
    gap: 10px;
    grid-template-columns: 18px 1fr;
    line-height: 1.55;
}

.mch-program-outcomes li::before {
    background: var(--ma-orange);
    border-radius: 50%;
    content: "";
    height: 8px;
    margin-top: 8px;
    width: 8px;
}

.mch-program-section {
    padding: 30px 38px;
}

.mch-program-section .mch-section-head p {
    color: var(--ma-muted);
    font-size: 15px;
    margin: 0;
}

.mch-program-principles {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mch-program-principles article {
    padding: 24px;
}

.mch-program-principles h3,
.mch-program-modules h3,
.mch-program-timeline h3 {
    color: var(--ma-navy);
    font-size: 18px;
    font-weight: 720;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0 0 10px;
}

.mch-program-modules {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mch-program-modules article {
    padding: 24px 22px;
}

.mch-program-modules article:nth-child(1) span { color: #1268f3; }
.mch-program-modules article:nth-child(2) span { color: #12927f; }
.mch-program-modules article:nth-child(3) span { color: #6f55d8; }
.mch-program-modules article:nth-child(4) span { color: #e7355d; }
.mch-program-modules article:nth-child(5) span { color: #f36b16; }

.mch-program-timeline {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mch-program-timeline article {
    padding: 24px;
}

.mch-program-timeline span {
    align-items: center;
    background: var(--ma-navy);
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 760;
    height: 34px;
    justify-content: center;
    margin-bottom: 18px;
    width: 34px;
}

.mch-program-timeline article:nth-child(even) span {
    background: var(--ma-orange);
}

.mch-program-cert {
    align-items: center;
    background: linear-gradient(135deg, var(--ma-navy), #003b92);
    border-radius: 14px;
    box-shadow: var(--ma-shadow-md);
    color: #ffffff;
    display: grid;
    gap: 26px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-bottom: 32px;
    margin-top: 24px;
    padding: 32px 38px;
}

.mch-program-cert .mch-program-eyebrow,
.mch-program-cert h2,
.mch-program-cert p {
    color: #ffffff;
}

.mch-program-cert p {
    opacity: 0.88;
}

.mch-program-cert-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.mch-program-faq {
    padding-bottom: 54px;
}

@media (max-width: 1120px) {
    .mch-program-hero,
    .mch-program-split,
    .mch-program-cert {
        grid-template-columns: 1fr;
    }

    .mch-program-overview,
    .mch-program-principles,
    .mch-program-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mch-program-modules {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .mch-program-hero,
    .mch-program-overview,
    .mch-program-split,
    .mch-program-section,
    .mch-program-cert {
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 0;
        padding-right: 0;
    }

    .mch-program-hero {
        gap: 26px;
        padding-top: 34px;
    }

    .mch-program-hero-copy h1 {
        font-size: 40px;
    }

    .mch-program-overview,
    .mch-program-principles,
    .mch-program-modules,
    .mch-program-timeline {
        grid-template-columns: 1fr;
    }

    .mch-program-cert {
        border-radius: 18px;
        margin-bottom: 24px;
        padding: 24px;
    }

    .mch-program-cert-actions,
    .mch-program-cert-actions .mch-btn {
        justify-content: stretch;
        width: 100%;
    }
}

.mch-faq-page main {
    padding-bottom: 18px;
}

.mch-faq-hero,
.mch-faq-page-section,
.mch-faq-cta {
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
}

.mch-faq-hero {
    align-items: center;
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.6fr);
    padding: 54px 38px 28px;
}

.mch-faq-hero h1 {
    color: var(--ma-navy);
    font-size: 58px;
    font-weight: 760;
    letter-spacing: 0;
    line-height: 1.06;
    margin: 0 0 18px;
}

.mch-faq-hero p,
.mch-faq-page-section .mch-section-head p,
.mch-faq-cta p {
    color: var(--ma-muted);
    font-size: 17px;
    line-height: 1.7;
    margin: 0 0 24px;
}

.mch-faq-quick {
    background: linear-gradient(135deg, #f7fbff, #fff7f0);
    border: 1px solid var(--ma-border);
    border-radius: 16px;
    box-shadow: var(--ma-shadow-sm);
    display: grid;
    gap: 10px;
    padding: 22px;
}

.mch-faq-quick a {
    align-items: center;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(203, 218, 240, 0.85);
    border-radius: 10px;
    color: var(--ma-navy);
    display: flex;
    font-size: 15px;
    font-weight: 720;
    justify-content: space-between;
    padding: 14px 16px;
}

.mch-faq-quick a::after {
    color: var(--ma-orange);
    content: "→";
    font-size: 18px;
    line-height: 1;
}

.mch-faq-quick a:hover,
.mch-faq-quick a:focus {
    border-color: var(--ma-blue);
    color: var(--ma-blue);
}

.mch-faq-page-section {
    padding: 28px 38px;
}

.mch-faq-page-section .mch-section-head {
    margin-bottom: 18px;
}

.mch-faq-page-section .mch-section-head h2,
.mch-faq-cta h2 {
    color: var(--ma-navy);
    font-size: 34px;
    font-weight: 740;
    letter-spacing: 0;
    line-height: 1.16;
    margin: 0;
}

.mch-faq-page-list {
    background: #ffffff;
    border: 1px solid var(--ma-border);
    border-radius: 16px;
    box-shadow: var(--ma-shadow-sm);
    overflow: hidden;
}

.mch-faq-page-list .mch-faq-item {
    padding-left: 24px;
    padding-right: 24px;
}

.mch-faq-cta {
    align-items: center;
    background: linear-gradient(135deg, var(--ma-navy), #003b92);
    border-radius: 16px;
    box-shadow: var(--ma-shadow-md);
    color: #ffffff;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-bottom: 52px;
    margin-top: 24px;
    padding: 34px 38px;
}

.mch-faq-cta .mch-program-eyebrow,
.mch-faq-cta h2,
.mch-faq-cta p {
    color: #ffffff;
}

.mch-faq-cta p {
    margin-bottom: 0;
    opacity: 0.88;
}

@media (max-width: 1120px) {
    .mch-faq-hero,
    .mch-faq-cta {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .mch-faq-hero,
    .mch-faq-page-section,
    .mch-faq-cta {
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 0;
        padding-right: 0;
    }

    .mch-faq-hero {
        padding-top: 34px;
    }

    .mch-faq-hero h1 {
        font-size: 42px;
    }

    .mch-faq-quick {
        padding: 18px;
    }

    .mch-faq-cta {
        border-radius: 18px;
        padding: 24px;
    }

    .mch-faq-cta .mch-btn {
        justify-content: center;
        width: 100%;
    }
}

.mch-contact-page main {
    padding-bottom: 18px;
}

.mch-contact-hero,
.mch-contact-shell {
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
}

.mch-contact-hero {
    align-items: center;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    padding: 54px 38px 28px;
}

.mch-contact-hero-copy {
    max-width: 620px;
}

.mch-contact-hero-copy h1,
.mch-contact-form-panel h2,
.mch-contact-side h2 {
    color: var(--ma-navy);
    font-size: 52px;
    font-weight: 760;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0 0 18px;
}

.mch-contact-hero-copy p,
.mch-contact-form-panel > p,
.mch-contact-side p {
    color: var(--ma-muted);
    font-size: 17px;
    line-height: 1.7;
    margin: 0 0 24px;
}

.mch-contact-cards {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mch-contact-card {
    background: #ffffff;
    border: 1px solid var(--ma-border);
    border-radius: 14px;
    box-shadow: var(--ma-shadow-sm);
    min-height: 178px;
    padding: 24px;
}

.mch-contact-card span {
    align-items: center;
    border-radius: 18px;
    display: inline-flex;
    height: 52px;
    justify-content: center;
    margin-bottom: 18px;
    width: 52px;
}

.mch-contact-card span::before {
    background: currentColor;
    content: "";
    display: block;
    height: 24px;
    -webkit-mask: var(--mch-contact-icon) center / contain no-repeat;
    mask: var(--mch-contact-icon) center / contain no-repeat;
    width: 24px;
}

.mch-contact-card-mail span {
    background: #eaf2ff;
    color: #1268f3;
}

.mch-contact-card-phone span {
    background: #e9f8f3;
    color: #12927f;
}

.mch-contact-card-address span {
    background: #fff0e6;
    color: #f36b16;
}

.mch-contact-card-mail {
    border-top: 4px solid #1268f3;
}

.mch-contact-card-phone {
    border-top: 4px solid #12927f;
}

.mch-contact-card-address {
    border-top: 4px solid #f36b16;
}

.mch-contact-card-mail {
    --mch-contact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 5h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2Zm0 3.2v8.8h16V8.2l-8 5.1-8-5.1Zm1.3-1.2 6.7 4.3L18.7 7H5.3Z'/%3E%3C/svg%3E");
}

.mch-contact-card-phone {
    --mch-contact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.6 2.8 10 6.2 7.8 9c.7 1.5 1.8 2.8 3 4s2.6 2.3 4 3l2.8-2.2 3.4 3.4-1.1 3.5c-.3.9-1.2 1.5-2.1 1.3A19.5 19.5 0 0 1 2 6.2c-.2-.9.4-1.8 1.3-2.1l3.3-1.3Z'/%3E%3C/svg%3E");
}

.mch-contact-card-address {
    --mch-contact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a7 7 0 0 1 7 7c0 5.2-7 13-7 13S5 14.2 5 9a7 7 0 0 1 7-7Zm0 9.5A2.5 2.5 0 1 0 12 6a2.5 2.5 0 0 0 0 5.5Z'/%3E%3C/svg%3E");
}

.mch-contact-card h2 {
    color: var(--ma-navy);
    font-size: 18px;
    font-weight: 720;
    letter-spacing: 0;
    margin: 0 0 8px;
}

.mch-contact-card a,
.mch-contact-card p {
    color: var(--ma-muted);
    display: inline-block;
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
    overflow-wrap: anywhere;
}

.mch-contact-card a:hover,
.mch-contact-card a:focus {
    color: var(--ma-blue);
}

.mch-contact-shell {
    align-items: start;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    padding: 24px 38px 56px;
}

.mch-contact-form-panel,
.mch-contact-side {
    background: #ffffff;
    border: 1px solid var(--ma-border);
    border-radius: 16px;
    box-shadow: var(--ma-shadow-sm);
    padding: 30px;
}

.mch-contact-form-panel h2,
.mch-contact-side h2 {
    font-size: 34px;
    line-height: 1.15;
}

.mch-contact-notice {
    border-radius: 12px;
    font-size: 15px;
    font-weight: 650;
    margin: 0 0 18px;
    padding: 14px 16px;
}

.mch-contact-notice-success {
    background: #e9f8f3;
    color: #176b3a;
}

.mch-contact-notice-warning {
    background: #fff4e8;
    color: #9a4b00;
}

.mch-contact-form {
    display: grid;
    gap: 16px;
}

.mch-contact-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mch-contact-form .mch-field,
.mch-contact-form .mch-check {
    margin: 0;
}

.mch-contact-form label {
    color: var(--ma-dark);
    display: grid;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
}

.mch-contact-form input[type="text"],
.mch-contact-form input[type="email"],
.mch-contact-form textarea {
    background: #f8fbff;
    border: 1px solid var(--ma-border-strong);
    border-radius: 10px;
    box-shadow: none;
    color: var(--ma-dark);
    font-size: 15px;
    min-height: 48px;
    padding: 12px 14px;
    width: 100%;
}

.mch-contact-form textarea {
    min-height: 172px;
    resize: vertical;
}

.mch-contact-form input:focus,
.mch-contact-form textarea:focus {
    background: #ffffff;
    border-color: var(--ma-blue);
    outline: 3px solid rgba(18, 104, 243, 0.12);
}

.mch-contact-form .mch-check label {
    align-items: flex-start;
    display: flex;
    font-weight: 560;
    line-height: 1.5;
}

.mch-contact-form .mch-check input {
    margin-top: 4px;
}

.mch-contact-form .mch-check a {
    color: var(--ma-blue);
    font-weight: 720;
}

.mch-contact-form .mch-hp {
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    width: 0;
}

.mch-contact-side {
    background: linear-gradient(135deg, #f7fbff, #fff7f0);
}

.mch-contact-side-list {
    display: grid;
    gap: 12px;
}

.mch-contact-side-list article {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(203, 218, 240, 0.8);
    border-radius: 12px;
    padding: 18px;
}

.mch-contact-side-list strong {
    color: var(--ma-navy);
    display: block;
    font-size: 16px;
    margin-bottom: 6px;
}

.mch-contact-side-list p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 1120px) {
    .mch-contact-hero,
    .mch-contact-shell {
        grid-template-columns: 1fr;
    }

    .mch-contact-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .mch-contact-hero,
    .mch-contact-shell {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mch-contact-hero {
        padding-top: 34px;
    }

    .mch-contact-hero-copy h1 {
        font-size: 40px;
    }

    .mch-contact-cards,
    .mch-contact-grid {
        grid-template-columns: 1fr;
    }

    .mch-contact-form-panel,
    .mch-contact-side {
        padding: 24px;
    }
}

.mch-application-page main {
    padding-bottom: 18px;
}

.mch-application-hero,
.mch-application-shell {
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
}

.mch-application-hero {
    align-items: center;
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    padding: 54px 38px 28px;
}

.mch-application-hero-copy {
    max-width: 640px;
}

.mch-application-hero-copy h1,
.mch-application-form-panel h2,
.mch-application-side h2 {
    color: var(--ma-navy);
    font-size: 52px;
    font-weight: 760;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0 0 18px;
}

.mch-application-hero-copy p,
.mch-application-form-panel > p,
.mch-application-side p {
    color: var(--ma-muted);
    font-size: 17px;
    line-height: 1.7;
    margin: 0 0 24px;
}

.mch-application-cards {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mch-application-card,
.mch-application-form-panel,
.mch-application-side {
    background: #ffffff;
    border: 1px solid var(--ma-border);
    border-radius: 16px;
    box-shadow: var(--ma-shadow-sm);
}

.mch-application-card {
    min-height: 188px;
    padding: 24px;
}

.mch-application-card span {
    align-items: center;
    border-radius: 18px;
    display: inline-flex;
    height: 52px;
    justify-content: center;
    margin-bottom: 18px;
    width: 52px;
}

.mch-application-card span::before {
    background: currentColor;
    content: "";
    display: block;
    height: 24px;
    -webkit-mask: var(--mch-application-icon) center / contain no-repeat;
    mask: var(--mch-application-icon) center / contain no-repeat;
    width: 24px;
}

.mch-application-card-access {
    border-top: 4px solid #1268f3;
}

.mch-application-card-review {
    border-top: 4px solid #12927f;
}

.mch-application-card-certificate {
    border-top: 4px solid #f36b16;
}

.mch-application-card-access span {
    --mch-application-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m10 15.2 7.8-7.8 1.4 1.4L10 18 4.8 12.8l1.4-1.4 3.8 3.8Z'/%3E%3C/svg%3E");
    background: #eaf2ff;
    color: #1268f3;
}

.mch-application-card-review span {
    --mch-application-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 4h16v16H4V4Zm2 2v12h12V6H6Zm2 3h8v2H8V9Zm0 4h5v2H8v-2Z'/%3E%3C/svg%3E");
    background: #e9f8f3;
    color: #12927f;
}

.mch-application-card-certificate span {
    --mch-application-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6 3h12v10H6V3Zm2 2v6h8V5H8Zm1 10 3-2 3 2v6l-3-2-3 2v-6Z'/%3E%3C/svg%3E");
    background: #fff0e6;
    color: #f36b16;
}

.mch-application-card h2 {
    color: var(--ma-navy);
    font-size: 18px;
    font-weight: 720;
    letter-spacing: 0;
    margin: 0 0 8px;
}

.mch-application-card p {
    color: var(--ma-muted);
    font-size: 14px;
    line-height: 1.58;
    margin: 0;
}

.mch-application-shell {
    align-items: start;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    padding: 24px 38px 56px;
}

.mch-application-form-panel,
.mch-application-side {
    padding: 30px;
}

.mch-application-form-panel h2,
.mch-application-side h2 {
    font-size: 34px;
    line-height: 1.15;
}

.mch-application-notice {
    border-radius: 12px;
    font-size: 15px;
    font-weight: 650;
    margin: 0 0 18px;
    padding: 14px 16px;
}

.mch-application-notice-success {
    background: #e9f8f3;
    color: #176b3a;
}

.mch-application-notice-warning {
    background: #fff4e8;
    color: #9a4b00;
}

.mch-application-form {
    display: grid;
    gap: 16px;
}

.mch-application-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mch-application-form .mch-field,
.mch-application-form .mch-check {
    margin: 0;
}

.mch-application-form label {
    color: var(--ma-dark);
    display: grid;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
}

.mch-application-form .mch-field-help {
    color: var(--ma-muted);
    font-size: 13px;
    font-weight: 560;
    line-height: 1.45;
}

.mch-application-form input[type="text"],
.mch-application-form input[type="email"],
.mch-application-form textarea {
    background: #f8fbff;
    border: 1px solid var(--ma-border-strong);
    border-radius: 10px;
    box-shadow: none;
    color: var(--ma-dark);
    font-size: 15px;
    min-height: 48px;
    padding: 12px 14px;
    width: 100%;
}

.mch-application-form textarea {
    min-height: 138px;
    resize: vertical;
}

.mch-application-form input:focus,
.mch-application-form textarea:focus {
    background: #ffffff;
    border-color: var(--ma-blue);
    outline: 3px solid rgba(18, 104, 243, 0.12);
}

.mch-application-form .mch-check label {
    align-items: flex-start;
    display: flex;
    font-weight: 560;
    line-height: 1.5;
}

.mch-application-form .mch-check input {
    margin-top: 4px;
}

.mch-application-form .mch-check a {
    color: var(--ma-blue);
    font-weight: 720;
}

.mch-application-form .mch-hp {
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    width: 0;
}

.mch-application-side {
    background: linear-gradient(135deg, #f7fbff, #fff7f0);
}

.mch-application-side-list {
    display: grid;
    gap: 12px;
}

.mch-application-side-list article {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(203, 218, 240, 0.8);
    border-radius: 12px;
    padding: 18px;
}

.mch-application-side-list strong {
    color: var(--ma-navy);
    display: block;
    font-size: 16px;
    margin-bottom: 6px;
}

.mch-application-side-list p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 1120px) {
    .mch-application-hero,
    .mch-application-shell {
        grid-template-columns: 1fr;
    }

    .mch-application-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .mch-application-hero,
    .mch-application-shell {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mch-application-hero {
        padding-top: 34px;
    }

    .mch-application-hero-copy h1 {
        font-size: 40px;
    }

    .mch-application-cards,
    .mch-application-grid {
        grid-template-columns: 1fr;
    }

    .mch-application-form-panel,
    .mch-application-side {
        padding: 24px;
    }

    .mch-application-form .mch-btn {
        justify-content: center;
        width: 100%;
    }
}

.mch-login-page main {
    padding-bottom: 38px;
}

.mch-login-shell {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 760px;
    min-height: 52vh;
    padding: 58px 24px 72px;
}

.mch-login-copy {
    background: linear-gradient(135deg, #f8fbff, #fff7f0);
    border: 1px solid var(--ma-border);
    border-radius: 20px;
    min-height: 560px;
    overflow: hidden;
    padding: 48px;
    position: relative;
}

.mch-login-copy::after {
    background:
        linear-gradient(135deg, rgba(18, 104, 243, 0.07), transparent 42%),
        linear-gradient(315deg, rgba(243, 107, 22, 0.08), transparent 48%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.mch-login-copy > * {
    position: relative;
    z-index: 1;
}

.mch-login-copy h1 {
    color: var(--ma-navy);
    font-size: 58px;
    font-weight: 780;
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0 0 20px;
    max-width: 720px;
}

.mch-login-copy > p,
.mch-login-panel > p {
    color: var(--ma-muted);
    font-size: 18px;
    line-height: 1.7;
    margin: 0 0 28px;
    max-width: 680px;
}

.mch-login-highlights {
    display: grid;
    gap: 14px;
    margin-top: 36px;
    max-width: 720px;
}

.mch-login-highlights article {
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(203, 218, 240, 0.82);
    border-radius: 14px;
    display: grid;
    gap: 7px 14px;
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 18px;
}

.mch-login-highlights article span {
    align-items: center;
    background: #eaf2ff;
    border-radius: 16px;
    color: var(--ma-blue);
    display: inline-flex;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.mch-login-highlights article span::before {
    background: currentColor;
    content: "";
    display: block;
    height: 22px;
    -webkit-mask: var(--mch-login-icon) center / contain no-repeat;
    mask: var(--mch-login-icon) center / contain no-repeat;
    width: 22px;
}

.mch-login-highlights article:nth-child(1) span {
    --mch-login-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M5 4h14a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Zm0 2v12h14V6H5Zm3 3 6 3-6 3V9Z'/%3E%3C/svg%3E");
}

.mch-login-highlights article:nth-child(2) span {
    --mch-login-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 19h16v2H4v-2Zm2-3.5 4-4 3 3L19.5 8 21 9.5 13 17.5l-3-3-2.5 2.5L6 15.5Z'/%3E%3C/svg%3E");
    background: #e9f8f3;
    color: #12927f;
}

.mch-login-highlights article:nth-child(3) span {
    --mch-login-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6 3h12v10H6V3Zm2 2v6h8V5H8Zm1 10 3-2 3 2v6l-3-2-3 2v-6Z'/%3E%3C/svg%3E");
    background: #fff0e6;
    color: #f36b16;
}

.mch-login-highlights strong {
    color: var(--ma-navy);
    font-size: 18px;
    grid-column: 2;
    line-height: 1.25;
}

.mch-login-highlights p {
    color: var(--ma-muted);
    font-size: 14px;
    grid-column: 2;
    line-height: 1.55;
    margin: 0;
}

.mch-login-panel {
    background: #ffffff;
    border: 1px solid var(--ma-border);
    border-radius: 20px;
    box-shadow: var(--ma-shadow-sm);
    padding: 34px;
    width: 100%;
}

.mch-login-panel h1,
.mch-login-panel h2 {
    color: var(--ma-navy);
    font-size: 30px;
    font-weight: 680;
    letter-spacing: 0;
    line-height: 1.12;
    margin: 0 0 14px;
}

.mch-login-panel > p {
    font-size: 16px;
    margin-bottom: 22px;
}

.mch-login-notice {
    background: #fff4e8;
    border-radius: 12px;
    color: #9a4b00;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 18px;
    padding: 14px 16px;
}

.mch-login-form {
    display: grid;
    gap: 16px;
}

.mch-login-form .mch-field {
    display: grid;
    gap: 12px;
    margin: 0;
}

.mch-login-form label {
    color: var(--ma-dark);
    display: block;
    font-size: 14px;
    font-weight: 720;
}

.mch-login-form input[type="text"],
.mch-login-form input[type="password"] {
    background: #f8fbff;
    border: 1px solid var(--ma-border-strong);
    border-radius: 10px;
    box-shadow: none;
    color: var(--ma-dark);
    font-size: 15px;
    min-height: 50px;
    padding: 12px 14px;
    width: 100%;
}

.mch-login-form input:focus {
    background: #ffffff;
    border-color: var(--ma-blue);
    outline: 3px solid rgba(18, 104, 243, 0.12);
}

.mch-login-help {
    color: var(--ma-muted);
    font-size: 14px;
    margin: -2px 0 0;
    text-align: right;
}

.mch-login-help a {
    color: var(--ma-blue);
    font-weight: 650;
    text-decoration: none;
}

.mch-login-help a:hover,
.mch-login-help a:focus {
    color: var(--ma-navy);
}

.mch-login-row {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: space-between;
}

.mch-login-remember {
    align-items: center;
    display: flex !important;
    flex-direction: row;
    font-weight: 600 !important;
    gap: 8px !important;
}

.mch-login-row a,
.mch-login-apply a {
    color: var(--ma-blue);
    font-weight: 750;
    text-decoration: none;
}

.mch-login-form .mch-btn {
    justify-content: center;
    margin-top: 4px;
    width: 100%;
}

.mch-login-ready {
    background: #e9f8f3;
    border-radius: 14px;
    color: #176b3a;
    display: grid;
    gap: 8px;
    padding: 18px;
}

.mch-login-ready strong {
    color: #115e36;
    font-size: 18px;
}

.mch-login-ready p {
    margin: 0 0 8px;
}

.mch-login-ready .mch-btn {
    justify-content: center;
}

.mch-login-apply {
    align-items: center;
    border-top: 1px solid var(--ma-border);
    color: var(--ma-muted);
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 22px;
    padding-top: 20px;
    text-align: center;
}

.mch-program-page main,
.mch-faq-page main,
.mch-contact-page main,
.mch-application-page main,
.mch-login-page main {
    padding-bottom: clamp(44px, 5vw, 64px);
}

.mch-legal-main,
.mch-error-main {
    margin: 0 auto;
    max-width: 1240px;
    padding: 42px 38px 72px;
}

.mch-legal-hero {
    align-items: start;
    background: linear-gradient(135deg, #f7fbff 0%, #ffffff 54%, #fff5ee 100%);
    border: 1px solid var(--ma-border);
    border-radius: var(--ma-radius-lg);
    box-shadow: var(--ma-shadow-sm);
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    padding: clamp(28px, 4vw, 46px);
}

.mch-legal-eyebrow,
.mch-error-code {
    color: var(--ma-orange);
    display: inline-flex;
    font-size: 14px;
    font-weight: 760;
    letter-spacing: 0;
    margin-bottom: 12px;
}

.mch-legal-hero h1,
.mch-error-card h1 {
    color: var(--ma-navy);
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 660;
    letter-spacing: 0;
    line-height: 1.14;
    margin: 0;
}

.mch-legal-hero p,
.mch-error-card p {
    color: var(--ma-muted);
    font-size: clamp(15px, 1.2vw, 18px);
    line-height: 1.7;
    margin: 18px 0 0;
    max-width: 760px;
}

.mch-legal-meta {
    display: grid;
    gap: 12px;
}

.mch-legal-meta-card {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--ma-border);
    border-radius: 16px;
    padding: 16px 18px;
}

.mch-legal-meta-card span {
    color: var(--ma-muted);
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
}

.mch-legal-meta-card strong {
    color: var(--ma-dark);
    display: block;
    font-size: 16px;
    font-weight: 720;
    line-height: 1.4;
}

.mch-legal-shell {
    margin-top: 28px;
}

.mch-legal-card {
    background: #ffffff;
    border: 1px solid var(--ma-border);
    border-radius: var(--ma-radius-lg);
    box-shadow: var(--ma-shadow-sm);
    padding: clamp(26px, 4vw, 44px);
}

.mch-legal-section + .mch-legal-section {
    border-top: 1px solid var(--ma-border);
    margin-top: 26px;
    padding-top: 26px;
}

.mch-legal-section h2 {
    color: var(--ma-navy);
    font-size: clamp(22px, 2vw, 30px);
    font-weight: 650;
    line-height: 1.25;
    margin: 0 0 14px;
}

.mch-legal-section p,
.mch-legal-section li {
    color: #2d3b59;
    font-size: 16px;
    line-height: 1.72;
}

.mch-legal-section p {
    margin: 0;
}

.mch-legal-section ul {
    margin: 12px 0 0;
    padding-left: 22px;
}

.mch-legal-section li + li {
    margin-top: 8px;
}

.mch-legal-section a {
    color: var(--ma-blue);
    font-weight: 700;
}

.mch-error-page {
    display: flex;
    flex-direction: column;
}

.mch-error-main {
    align-items: center;
    display: grid;
    flex: 1;
    min-height: 520px;
}

.mch-error-card {
    background: linear-gradient(135deg, #f7fbff 0%, #ffffff 60%, #fff5ee 100%);
    border: 1px solid var(--ma-border);
    border-radius: var(--ma-radius-lg);
    box-shadow: var(--ma-shadow-md);
    margin: 0 auto;
    max-width: 820px;
    padding: clamp(30px, 5vw, 56px);
    text-align: center;
}

.mch-error-code {
    background: #fff0e6;
    border-radius: 999px;
    justify-content: center;
    min-width: 74px;
    padding: 8px 14px;
}

.mch-error-card p {
    margin-left: auto;
    margin-right: auto;
}

.mch-error-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    margin-top: 28px;
}

.mch-error-actions .mch-btn {
    min-width: 180px;
}

@media (max-width: 1040px) {
    .mch-login-shell {
        max-width: 680px;
    }

    .mch-login-copy {
        min-height: auto;
    }
}

@media (max-width: 760px) {
    .mch-legal-main,
    .mch-error-main {
        padding: 28px 18px 54px;
    }

    .mch-legal-hero {
        grid-template-columns: 1fr;
        padding: 26px 22px;
    }

    .mch-legal-card {
        padding: 24px 20px;
    }

    .mch-legal-section h2 {
        font-size: 22px;
    }

    .mch-legal-section p,
    .mch-legal-section li {
        font-size: 15px;
    }

    .mch-error-main {
        min-height: 440px;
    }

    .mch-error-card {
        padding: 30px 22px;
    }

    .mch-error-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .mch-error-actions .mch-btn {
        justify-content: center;
        width: 100%;
    }

    .mch-login-shell {
        padding: 34px 20px 54px;
    }

    .mch-login-panel {
        padding: 24px;
    }

    .mch-login-copy h1 {
        font-size: 40px;
    }

    .mch-login-highlights article {
        grid-template-columns: 1fr;
    }

    .mch-login-highlights strong,
    .mch-login-highlights p {
        grid-column: auto;
    }

    .mch-login-row,
    .mch-login-help,
    .mch-login-apply {
        align-items: flex-start;
        flex-direction: column;
        text-align: left;
    }
}

/* Calmer public page typography for institutional pages. */
.mch-program-hero-copy h1,
.mch-faq-hero h1,
.mch-contact-hero-copy h1,
.mch-application-hero-copy h1,
.mch-login-copy h1 {
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 660;
    line-height: 1.14;
}

.mch-program-hero-copy p,
.mch-faq-hero p,
.mch-contact-hero-copy p,
.mch-application-hero-copy p,
.mch-login-copy > p {
    font-size: clamp(15px, 1.25vw, 18px);
    line-height: 1.68;
}

.mch-program-detail-card h2,
.mch-program-cert h2,
.mch-faq-cta h2,
.mch-contact-card h2,
.mch-application-side h2,
.mch-login-panel h1,
.mch-login-panel h2 {
    font-weight: 650;
}
