.mch-dashboard,
.mch-exam,
.mch-certificate,
.mch-form-wrap {
    background: #f7f9fd;
    margin-left: auto;
    margin-right: auto;
    max-width: 1120px;
}

.mediach-akademi-dashboard-page {
    background: #f7f9fd;
}

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

.mch-dashboard {
    --mch-dash-ink: #101828;
    --mch-dash-muted: #667085;
    --mch-dash-soft: #f1f5fb;
    --mch-dash-line: #e4eaf2;
    --mch-dash-accent: #e7355d;
    --mch-dash-accent-dark: #be2348;
    --mch-dash-purple: #6d3edb;
    --mch-dash-navy: #101c35;
    --mch-dash-green: #12b76a;
    --mch-dash-shadow: 0 18px 48px rgba(16, 24, 40, 0.06);
    color: var(--mch-dash-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    max-width: 1260px;
    padding: 30px 24px 26px;
}

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

.mch-akademi.mch-dashboard a,
.mch-akademi.mch-dashboard a:hover,
.mch-akademi.mch-dashboard a:focus,
.mch-akademi.mch-dashboard .mch-dash-btn,
.mch-akademi.mch-dashboard .mch-lesson-button,
.mch-akademi.mch-dashboard .mch-support-button {
    text-decoration: none;
    text-decoration-line: none;
}

.mch-dashboard *,
.mch-dashboard *::before,
.mch-dashboard *::after {
    box-sizing: border-box;
}

.mch-dashboard h1,
.mch-dashboard h2,
.mch-dashboard h3,
.mch-dashboard p {
    margin-top: 0;
}

.mch-app-topbar {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 34px;
}

.mch-app-brand {
    align-items: center;
    color: var(--mch-dash-ink);
    display: inline-flex;
    gap: 0;
    text-decoration: none;
}

.mch-app-brand img {
    display: block;
    height: 38px;
    max-width: 145px;
    object-fit: contain;
}

.mch-app-brand span {
    color: var(--mch-dash-accent);
}

.mch-app-user {
    align-items: center;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: flex;
    gap: 14px;
    padding: 0;
}

.mch-app-user img {
    border-radius: 50%;
    height: 44px;
    object-fit: cover;
    width: 44px;
}

.mch-avatar-initials {
    align-items: center;
    background: linear-gradient(135deg, #e7355d, #24385f);
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.mch-app-user strong {
    color: var(--mch-dash-ink);
    font-size: 14px;
    font-weight: 650;
}

.mch-user-menu {
    position: relative;
}

.mch-user-arrow {
    border-bottom: 2px solid var(--mch-dash-muted);
    border-right: 2px solid var(--mch-dash-muted);
    display: inline-block;
    height: 7px;
    margin-left: 2px;
    transform: rotate(45deg) translateY(-2px);
    width: 7px;
}

.mch-user-dropdown {
    background: #ffffff;
    border: 0;
    border-radius: 14px;
    box-shadow: 0 18px 44px rgba(16, 24, 40, 0.14);
    display: grid;
    min-width: 150px;
    padding: 7px;
    position: absolute;
    right: 0;
    top: calc(100% + 12px);
    z-index: 20;
}

.mch-user-dropdown[hidden] {
    display: none;
}

.mch-user-dropdown a {
    border-radius: 10px;
    color: var(--mch-dash-ink);
    font-size: 14px;
    font-weight: 600;
    padding: 10px 12px;
    text-decoration: none;
}

.mch-user-dropdown a:hover,
.mch-user-dropdown a:focus {
    background: var(--mch-dash-soft);
}

.mch-top-login {
    border: 1px solid var(--mch-dash-line);
    border-radius: 999px;
    color: var(--mch-dash-ink);
    font-size: 14px;
    font-weight: 650;
    padding: 11px 17px;
    text-decoration: none;
}

.mch-hero-panel {
    background:
        radial-gradient(circle at 80% 33%, rgba(74, 96, 139, 0.4), transparent 27%),
        linear-gradient(135deg, #162640 0%, #10203a 58%, #0b172d 100%);
    border-radius: 14px;
    box-shadow: var(--mch-dash-shadow);
    color: #ffffff;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) 330px;
    margin-bottom: 38px;
    min-height: 360px;
    overflow: hidden;
    padding: 58px 48px 48px;
    position: relative;
}

.mch-hero-panel::before {
    background: linear-gradient(90deg, rgba(9, 20, 42, 0), rgba(9, 20, 42, 0.48));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.mch-profile-notice {
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.5;
    margin: -18px 0 28px;
    padding: 14px 16px;
}

.mch-profile-notice-success {
    background: #ecfdf3;
    color: #05603a;
}

.mch-profile-notice-error {
    background: #fff1f3;
    color: #b42318;
}

.mch-hero-copy,
.mch-guest-panel > div:first-child {
    max-width: 690px;
    position: relative;
    z-index: 2;
}

.mch-hero-kicker {
    color: #ff3f70;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.mch-hero-panel h1 {
    color: #ffffff;
    font-size: clamp(32px, 4.6vw, 50px);
    font-weight: 760;
    line-height: 1.08;
    margin-bottom: 24px;
}

.mch-hero-panel p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.72;
    margin-bottom: 30px;
    max-width: 620px;
}

.mch-hero-program {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 24px;
}

.mch-hero-program strong {
    color: #ffffff;
    font-size: 17px;
    font-weight: 650;
}

.mch-status-badge {
    align-items: center;
    background: rgba(18, 183, 106, 0.15);
    border-radius: 999px;
    color: #75e2ad;
    display: inline-flex;
    font-size: 13px;
    font-weight: 650;
    gap: 8px;
    line-height: 1;
    padding: 9px 12px;
}

.mch-status-badge::before {
    background: currentColor;
    border-radius: 50%;
    content: "";
    height: 8px;
    width: 8px;
}

.mch-status-pending {
    background: rgba(255, 183, 77, 0.16);
    color: #ffd18a;
}

.mch-status-rejected,
.mch-status-suspended {
    background: rgba(255, 91, 111, 0.17);
    color: #ff9cad;
}

.mch-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.mch-dash-btn {
    align-items: center;
    border: 1px solid var(--mch-dash-line);
    border-radius: 7px;
    color: var(--mch-dash-ink);
    display: inline-flex;
    font-size: 15px;
    font-weight: 700;
    gap: 10px;
    justify-content: center;
    min-height: 50px;
    padding: 0 26px;
    text-decoration: none;
    transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.mch-dash-btn:hover,
.mch-dash-btn:focus {
    transform: translateY(-1px);
}

.mch-dash-btn-primary {
    background: linear-gradient(135deg, #ec2f63, #db1d4d);
    border-color: #ec2f63;
    box-shadow: 0 14px 30px rgba(231, 53, 93, 0.22);
    color: #ffffff;
}

.mch-dash-btn-primary span {
    border-bottom: 7px solid transparent;
    border-left: 10px solid currentColor;
    border-top: 7px solid transparent;
    display: inline-block;
    height: 0;
    width: 0;
}

.mch-dash-btn-ghost {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.72);
    color: #ffffff;
}

.mch-dash-btn-ghost:hover,
.mch-dash-btn-ghost:focus {
    background: rgba(255, 255, 255, 0.12);
}

.mch-hero-visual {
    align-self: center;
    display: grid;
    gap: 14px;
    position: relative;
    z-index: 2;
}

.mch-hero-visual-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 16px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    display: grid;
    gap: 13px;
    padding: 24px;
}

.mch-hero-visual-card span {
    color: #ff7b9b;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.mch-hero-visual-card strong {
    color: #ffffff;
    font-size: 22px;
    font-weight: 680;
    line-height: 1.3;
}

.mch-hero-visual-card em {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-style: normal;
    line-height: 1.6;
}

.mch-hero-progress {
    appearance: none;
    display: block;
    height: 7px;
    width: 100%;
}

.mch-hero-progress::-webkit-meter-bar {
    background: rgba(255, 255, 255, 0.16);
    border: 0;
    border-radius: 999px;
}

.mch-hero-progress::-webkit-meter-optimum-value {
    background: linear-gradient(90deg, #ff3f70, #ff8aa6);
    border-radius: 999px;
}

.mch-hero-progress::-moz-meter-bar {
    background: linear-gradient(90deg, #ff3f70, #ff8aa6);
    border-radius: 999px;
}

.mch-hero-visual-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mch-hero-visual-grid span {
    background: rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 650;
    min-height: 62px;
    padding: 15px 12px;
}

.mch-hero-illustration {
    align-self: center;
    height: 260px;
    position: relative;
    z-index: 2;
}

.mch-hero-illustration::before {
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
    border-radius: 50%;
    content: "";
    height: 260px;
    inset: 0;
    margin: auto;
    position: absolute;
    width: 260px;
}

.mch-ill-camera {
    background:
        radial-gradient(circle at 63% 49%, transparent 0 27px, rgba(255, 255, 255, 0.18) 28px 31px, transparent 32px),
        radial-gradient(circle at 63% 49%, rgba(255, 255, 255, 0.22) 0 15px, transparent 16px),
        linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    height: 116px;
    position: absolute;
    right: 6px;
    top: 72px;
    width: 210px;
}

.mch-ill-camera::before {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px 10px 0 0;
    content: "";
    height: 30px;
    left: 34px;
    position: absolute;
    top: -26px;
    width: 70px;
}

.mch-ill-pen {
    background: linear-gradient(180deg, #ff6f91, #ffffff);
    border-radius: 999px;
    height: 180px;
    left: 66px;
    position: absolute;
    top: 42px;
    transform: rotate(38deg);
    width: 13px;
}

.mch-ill-pen::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 24px solid rgba(255, 255, 255, 0.84);
    bottom: -20px;
    content: "";
    left: -2px;
    position: absolute;
}

.mch-ill-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    bottom: 18px;
    height: 82px;
    left: 6px;
    position: absolute;
    width: 160px;
}

.mch-ill-card::before {
    background: rgba(255, 255, 255, 0.38);
    border-radius: 999px;
    box-shadow: 0 22px 0 rgba(255, 255, 255, 0.18), 58px 22px 0 rgba(231, 53, 93, 0.62);
    content: "";
    height: 8px;
    left: 20px;
    position: absolute;
    top: 22px;
    width: 96px;
}

.mch-ill-card::after {
    background: rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    content: "";
    height: 8px;
    left: 20px;
    position: absolute;
    top: 54px;
    width: 68px;
}

.mch-dashboard-grid {
    align-items: start;
    display: grid;
    gap: 26px;
    grid-template-columns: minmax(0, 1fr) 344px;
}

.mch-dashboard-main,
.mch-dashboard-side {
    display: grid;
    gap: 22px;
}

.mch-overview h2,
.mch-panel-heading h2,
.mch-flow-panel h2,
.mch-side-card h2,
.mch-support-card h2 {
    color: var(--mch-dash-ink);
    font-size: 23px;
    font-weight: 720;
    line-height: 1.25;
    margin-bottom: 18px;
}

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

.mch-stat-card,
.mch-lessons-panel,
.mch-flow-panel,
.mch-side-card,
.mch-certificate-preview {
    background: #ffffff;
    border: 1px solid rgba(16, 24, 40, 0.055);
    border-radius: 14px;
    box-shadow: 0 14px 42px rgba(16, 24, 40, 0.045);
}

.mch-stat-card {
    min-height: 214px;
    padding: 24px 24px 22px;
    position: relative;
    transform: translateY(0);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.mch-stat-card:hover,
.mch-stat-card:focus-within {
    border-color: rgba(231, 53, 93, 0.22);
    box-shadow: 0 20px 48px rgba(16, 24, 40, 0.08);
    transform: translateY(-3px);
}

.mch-stat-card::before {
    background: linear-gradient(90deg, var(--mch-dash-accent), rgba(231, 53, 93, 0));
    border-radius: 999px;
    content: "";
    height: 2px;
    left: 24px;
    opacity: 0;
    position: absolute;
    right: 42%;
    top: 16px;
    transition: opacity 180ms ease, right 180ms ease;
}

.mch-stat-card:hover::before,
.mch-stat-card:focus-within::before {
    opacity: 1;
    right: 52%;
}

.mch-stat-card h3 {
    color: var(--mch-dash-ink);
    font-size: 15px;
    font-weight: 650;
    margin-bottom: 18px;
}

.mch-stat-card > strong,
.mch-stat-value {
    color: var(--mch-dash-ink);
    display: block;
    font-size: 24px;
    font-weight: 720;
    margin: 0 0 14px;
    text-align: left;
}

.mch-stat-meter {
    appearance: none;
    display: block;
    height: 8px;
    margin: 0 0 18px;
    width: 100%;
}

.mch-stat-meter::-webkit-meter-bar {
    background: #edf2f7;
    border: 0;
    border-radius: 999px;
}

.mch-stat-meter::-webkit-meter-optimum-value {
    background: linear-gradient(90deg, var(--mch-dash-accent), #ed6d8b);
    border-radius: 999px;
}

.mch-stat-meter::-moz-meter-bar {
    background: linear-gradient(90deg, var(--mch-dash-accent), #ed6d8b);
    border-radius: 999px;
}

.mch-stat-meter-muted::-webkit-meter-optimum-value {
    background: #a7b0c0;
}

.mch-stat-meter-muted::-moz-meter-bar {
    background: #a7b0c0;
}

.mch-stat-card p {
    color: var(--mch-dash-muted);
    font-size: 13px;
    line-height: 1.55;
    margin-bottom: 22px;
    text-align: left;
}

.mch-stat-card a {
    align-items: center;
    color: var(--mch-dash-ink);
    display: flex;
    font-size: 13px;
    font-weight: 650;
    justify-content: flex-start;
    text-decoration: none;
}

.mch-stat-card a::after,
.mch-panel-heading a::after,
.mch-side-link::after {
    content: ">";
    margin-left: 10px;
}

.mch-stat-icon {
    background: #f4f6fb;
    border-radius: 50%;
    height: 64px;
    margin: 18px 0 20px;
    position: relative;
    width: 64px;
}

.mch-icon-document::before {
    border: 3px solid var(--mch-dash-purple);
    border-radius: 3px;
    content: "";
    height: 34px;
    left: 20px;
    position: absolute;
    top: 15px;
    width: 26px;
}

.mch-icon-document::after {
    background: var(--mch-dash-purple);
    box-shadow: 0 8px 0 var(--mch-dash-purple), 0 16px 0 var(--mch-dash-purple);
    content: "";
    height: 3px;
    left: 26px;
    position: absolute;
    top: 25px;
    width: 14px;
}

.mch-icon-award::before {
    border: 3px solid var(--mch-dash-purple);
    border-radius: 50%;
    content: "";
    height: 30px;
    left: 17px;
    position: absolute;
    top: 13px;
    width: 30px;
}

.mch-icon-award::after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 22px solid var(--mch-dash-purple);
    content: "";
    left: 23px;
    position: absolute;
    top: 39px;
}

.mch-lessons-panel,
.mch-flow-panel,
.mch-side-card,
.mch-certificate-preview {
    padding: 28px;
}

.mch-certificate-preview {
    background:
        linear-gradient(135deg, rgba(231, 53, 93, 0.06), rgba(16, 32, 58, 0.02)),
        #ffffff;
}

.mch-certificate-preview h2 {
    color: var(--mch-dash-ink);
    font-size: 30px;
    font-weight: 720;
    margin-bottom: 12px;
}

.mch-certificate-preview p {
    color: var(--mch-dash-muted);
    line-height: 1.65;
}

.mch-certificate-preview dl {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 24px 0 0;
}

.mch-certificate-preview dt {
    color: var(--mch-dash-muted);
    font-size: 12px;
    margin-bottom: 5px;
}

.mch-certificate-preview dd {
    color: var(--mch-dash-ink);
    font-weight: 650;
    margin: 0;
    overflow-wrap: anywhere;
}

.mch-panel-heading {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 22px;
}

.mch-panel-heading h2 {
    margin-bottom: 0;
}

.mch-panel-heading a,
.mch-side-link {
    color: var(--mch-dash-ink);
    font-size: 13px;
    font-weight: 650;
    text-decoration: none;
}

.mch-lesson-list {
    display: grid;
    gap: 10px;
}

.mch-lesson-row {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--mch-dash-line);
    border-radius: 12px;
    display: grid;
    gap: 18px;
    grid-template-columns: 118px 28px minmax(0, 1fr) 96px 108px;
    min-height: 92px;
    padding: 10px 18px 10px 10px;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.mch-lesson-row:hover,
.mch-lesson-row:focus-within {
    border-color: rgba(231, 53, 93, 0.28);
    box-shadow: 0 16px 36px rgba(16, 24, 40, 0.08);
    transform: translateY(-1px);
}

.mch-lesson-thumb {
    background: #eef3fa;
    border-radius: 10px;
    display: block;
    height: 72px;
    object-fit: cover;
    overflow: hidden;
    position: relative;
    width: 118px;
}

.mch-thumb-placeholder {
    background: linear-gradient(135deg, #f4f7fb, #dfe8f3);
}

.mch-thumb-placeholder::before,
.mch-thumb-placeholder::after {
    content: "";
    position: absolute;
}

.mch-thumb-legal::before {
    background: #253858;
    border-radius: 999px;
    height: 4px;
    left: 34px;
    top: 28px;
    width: 50px;
}

.mch-thumb-legal::after {
    border-bottom: 18px solid rgba(231, 53, 93, 0.72);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    height: 0;
    left: 47px;
    top: 34px;
    width: 0;
}

.mch-thumb-media::before {
    border: 3px solid #253858;
    border-radius: 8px;
    height: 34px;
    left: 35px;
    top: 20px;
    width: 48px;
}

.mch-thumb-media::after {
    border: 3px solid rgba(231, 53, 93, 0.72);
    border-radius: 50%;
    height: 18px;
    left: 50px;
    top: 28px;
    width: 18px;
}

.mch-thumb-digital::before {
    border: 3px solid #253858;
    border-radius: 6px;
    height: 32px;
    left: 34px;
    top: 18px;
    width: 50px;
}

.mch-thumb-digital::after {
    background: rgba(231, 53, 93, 0.72);
    border-radius: 999px;
    height: 4px;
    left: 45px;
    top: 56px;
    width: 28px;
}

.mch-lesson-state {
    border: 2px solid #d6deea;
    border-radius: 50%;
    height: 24px;
    position: relative;
    width: 24px;
}

.mch-lesson-current .mch-lesson-state {
    background: rgba(231, 53, 93, 0.16);
    border-color: rgba(231, 53, 93, 0.24);
}

.mch-lesson-current .mch-lesson-state::before {
    border-bottom: 6px solid transparent;
    border-left: 8px solid var(--mch-dash-accent);
    border-top: 6px solid transparent;
    content: "";
    left: 8px;
    position: absolute;
    top: 5px;
}

.mch-lesson-completed .mch-lesson-state {
    background: #f0edff;
    border-color: #e3dcff;
}

.mch-lesson-completed .mch-lesson-state::before {
    border-bottom: 2px solid var(--mch-dash-purple);
    border-left: 2px solid var(--mch-dash-purple);
    content: "";
    height: 6px;
    left: 6px;
    position: absolute;
    top: 7px;
    transform: rotate(-45deg);
    width: 11px;
}

.mch-lesson-content h3 {
    color: var(--mch-dash-ink);
    font-size: 16px;
    font-weight: 650;
    margin-bottom: 10px;
}

.mch-lesson-content meter {
    appearance: none;
    display: block;
    height: 6px;
    width: 100%;
}

.mch-lesson-content meter::-webkit-meter-bar {
    background: #edf2f7;
    border: 0;
    border-radius: 999px;
}

.mch-lesson-content meter::-webkit-meter-optimum-value {
    background: linear-gradient(90deg, var(--mch-dash-accent), #ef6688);
    border-radius: 999px;
}

.mch-lesson-content meter::-moz-meter-bar {
    background: linear-gradient(90deg, var(--mch-dash-accent), #ef6688);
    border-radius: 999px;
}

.mch-lesson-completed .mch-lesson-content meter::-webkit-meter-optimum-value {
    background: var(--mch-dash-purple);
}

.mch-lesson-completed .mch-lesson-content meter::-moz-meter-bar {
    background: var(--mch-dash-purple);
}

.mch-lesson-status {
    color: var(--mch-dash-muted);
    font-size: 12px;
    font-weight: 500;
}

.mch-lesson-button {
    align-items: center;
    border: 1px solid var(--mch-dash-line);
    border-radius: 7px;
    color: var(--mch-dash-ink);
    display: inline-flex;
    font-size: 13px;
    font-weight: 650;
    justify-content: center;
    min-height: 46px;
    padding: 0 16px;
    text-decoration: none;
}

.mch-lesson-current .mch-lesson-button {
    background: var(--mch-dash-accent);
    border-color: var(--mch-dash-accent);
    color: #ffffff;
}

.mch-empty-text,
.mch-admin-hint {
    color: var(--mch-dash-muted);
    line-height: 1.6;
}

.mch-admin-hint {
    background: #fff7e6;
    border-radius: 10px;
    color: #8a5a00;
    margin: 16px 0 0;
    padding: 11px 13px;
}

.mch-flow-panel {
    padding-bottom: 32px;
}

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

.mch-flow-steps::before {
    background: #dce3ef;
    content: "";
    height: 2px;
    left: 11%;
    position: absolute;
    right: 11%;
    top: 23px;
}

.mch-flow-step {
    align-items: center;
    display: grid;
    justify-items: center;
    position: relative;
    text-align: center;
}

.mch-flow-step span {
    align-items: center;
    background: #dce5f1;
    border-radius: 50%;
    color: var(--mch-dash-ink);
    display: inline-flex;
    font-weight: 650;
    height: 46px;
    justify-content: center;
    margin-bottom: 12px;
    position: relative;
    width: 46px;
    z-index: 2;
}

.mch-flow-completed span,
.mch-flow-current span {
    background: var(--mch-dash-accent);
    color: #ffffff;
}

.mch-flow-step strong {
    color: var(--mch-dash-ink);
    font-size: 13px;
    font-weight: 650;
    margin-bottom: 7px;
}

.mch-flow-step em {
    color: var(--mch-dash-muted);
    font-size: 12px;
    font-style: normal;
}

.mch-flow-completed em {
    color: #05603a;
}

.mch-flow-current em {
    color: var(--mch-dash-accent);
}

.mch-dashboard-side {
    position: sticky;
    top: 22px;
}

.mch-profile-card {
    padding: 28px 30px;
    text-align: left;
}

.mch-profile-avatar {
    border-radius: 50%;
    display: block;
    height: 118px;
    margin: 28px auto 30px;
    object-fit: cover;
    width: 118px;
}

.mch-profile-avatar-initials {
    align-items: center;
    background: linear-gradient(135deg, #e7355d, #24385f);
    color: #ffffff;
    display: flex;
    font-size: 32px;
    font-weight: 700;
    justify-content: center;
}

.mch-profile-card dl {
    display: grid;
    gap: 20px;
    margin: 0;
}

.mch-profile-card dt {
    color: var(--mch-dash-ink);
    font-size: 12px;
    font-weight: 650;
    margin-bottom: 7px;
}

.mch-profile-card dd {
    color: #273247;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    overflow-wrap: anywhere;
}

.mch-profile-info {
    background: #f7f9fd;
    border-top: 1px solid var(--mch-dash-line);
    border-radius: 12px;
    color: var(--mch-dash-muted);
    font-size: 13px;
    line-height: 1.65;
    margin: 34px 0 0;
    padding: 18px 14px 13px;
}

.mch-profile-info a {
    color: var(--mch-dash-accent);
    font-weight: 650;
}

.mch-profile-info-panel {
    margin: 0 0 22px;
}

.mch-profile-panel[hidden] {
    display: none;
}

.mch-panel-close {
    background: transparent;
    border: 0;
    cursor: pointer;
    height: 32px;
    position: relative;
    width: 32px;
}

.mch-panel-close::before,
.mch-panel-close::after {
    background: var(--mch-dash-muted);
    content: "";
    height: 2px;
    left: 8px;
    position: absolute;
    top: 15px;
    width: 16px;
}

.mch-panel-close::before {
    transform: rotate(45deg);
}

.mch-panel-close::after {
    transform: rotate(-45deg);
}

.mch-profile-detail-list {
    display: grid;
    gap: 14px;
    margin: 0 0 22px;
}

.mch-profile-detail-list dt {
    color: var(--mch-dash-muted);
    display: block;
    font-size: 12px;
    font-weight: 400;
}

.mch-profile-detail-list dd {
    color: #273247;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
    margin: 5px 0 0;
    overflow-wrap: anywhere;
}

.mch-support-card {
    background: linear-gradient(135deg, #14213a, #0d1a31);
    border-radius: 14px;
    box-shadow: var(--mch-dash-shadow);
    color: #ffffff;
    padding: 34px 38px;
}

.mch-support-card h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

.mch-support-card p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 26px;
}

.mch-support-button {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 7px;
    color: #ffffff;
    display: flex;
    font-size: 14px;
    font-weight: 650;
    justify-content: center;
    min-height: 48px;
    text-decoration: none;
}

.mch-dashboard-footer {
    align-items: center;
    color: var(--mch-dash-muted);
    display: flex;
    font-size: 13px;
    justify-content: space-between;
    margin-top: 44px;
    padding: 0 0 12px;
}

.mch-dashboard-footer nav {
    display: flex;
    gap: 28px;
}

.mch-dashboard-footer a {
    color: var(--mch-dash-muted);
    text-decoration: none;
}

.mch-metric {
    color: var(--mch-accent);
    font-size: 44px;
    font-weight: 800;
    line-height: 1;
    margin: 8px 0;
}

.mch-question {
    border: 1px solid var(--mch-line);
    border-radius: 8px;
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 18px;
}

.mch-question legend {
    color: var(--mch-ink);
    font-weight: 800;
    padding: 0 8px;
}

.mch-question label {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--mch-line);
    border-radius: 8px;
    display: flex;
    gap: 10px;
    padding: 10px 12px;
}

.mch-inline-form {
    align-items: end;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
}

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

    .mch-dashboard-side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        position: static;
    }

    .mch-profile-card,
    .mch-support-card {
        align-self: stretch;
    }
}

@media (max-width: 980px) {
    .mch-dashboard {
        padding: 22px 18px;
    }

    .mch-hero-panel {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 44px 30px;
    }

    .mch-hero-visual {
        max-width: 520px;
    }

    .mch-hero-illustration {
        max-width: 360px;
    }

    .mch-stat-grid,
    .mch-dashboard-side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mch-lesson-row {
        grid-template-columns: 96px 28px minmax(0, 1fr);
    }

    .mch-lesson-thumb {
        height: 62px;
        width: 96px;
    }

    .mch-lesson-status,
    .mch-lesson-button {
        grid-column: 3;
    }

    .mch-lesson-button {
        justify-self: start;
    }
}

@media (max-width: 680px) {
    .mch-dashboard {
        padding: 18px 14px;
    }

    .mch-app-topbar,
    .mch-dashboard-footer,
    .mch-hero-actions,
    .mch-hero-program {
        align-items: stretch;
        flex-direction: column;
    }

    .mch-app-brand {
        font-size: 22px;
    }

    .mch-app-brand img {
        height: 32px;
        max-width: 120px;
    }

    .mch-app-user {
        justify-content: space-between;
        width: 100%;
    }

    .mch-hero-panel {
        border-radius: 9px;
        margin-bottom: 28px;
        padding: 34px 22px;
    }

    .mch-hero-panel h1 {
        font-size: 36px;
    }

    .mch-hero-panel p {
        font-size: 15px;
    }

    .mch-hero-visual,
    .mch-hero-illustration {
        display: none;
    }

    .mch-dash-btn,
    .mch-top-login,
    .mch-support-button {
        width: 100%;
    }

    .mch-stat-grid,
    .mch-dashboard-side,
    .mch-flow-steps {
        grid-template-columns: 1fr;
    }

    .mch-stat-card {
        min-height: auto;
    }

    .mch-lessons-panel,
    .mch-flow-panel,
    .mch-side-card,
    .mch-support-card {
        padding: 24px 18px;
    }

    .mch-panel-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .mch-lesson-row {
        gap: 13px;
        grid-template-columns: 78px minmax(0, 1fr);
        padding: 12px;
    }

    .mch-lesson-thumb {
        height: 60px;
        width: 78px;
    }

    .mch-lesson-state {
        grid-column: 1;
        grid-row: 2;
    }

    .mch-lesson-content {
        grid-column: 2;
        grid-row: 1;
    }

    .mch-lesson-status,
    .mch-lesson-button {
        grid-column: 2;
    }

    .mch-lesson-button {
        width: 100%;
    }

    .mch-flow-steps::before {
        display: none;
    }

    .mch-dashboard-footer nav {
        flex-wrap: wrap;
        gap: 16px;
    }

    .mch-certificate-preview dl {
        grid-template-columns: 1fr;
    }

    .mch-user-menu,
    .mch-app-user {
        width: 100%;
    }

    .mch-user-dropdown {
        left: 0;
        right: auto;
        width: 100%;
    }
}

@media (max-width: 620px) {
    .mch-inline-form {
        grid-template-columns: 1fr;
    }
}

/* Student dashboard redesign. */
.mch-akademi.mch-dashboard {
    --mch-dash-ink: #061a42;
    --mch-dash-muted: #53627f;
    --mch-dash-soft: #f4f7fd;
    --mch-dash-line: #dfe8f5;
    --mch-dash-accent: #ff6a00;
    --mch-dash-accent-dark: #e85b00;
    --mch-dash-blue: #1268f3;
    --mch-dash-navy: #082a63;
    --mch-dash-green: #159947;
    --mch-dash-shadow: 0 18px 48px rgba(8, 42, 99, 0.07);
    background: #ffffff;
    max-width: 1240px;
    padding: 28px 38px 32px;
}

.mch-akademi.mch-dashboard a,
.mch-akademi.mch-dashboard a:hover,
.mch-akademi.mch-dashboard a:focus {
    text-decoration: none;
    text-decoration-line: none;
}

.mch-akademi.mch-dashboard .mch-app-topbar {
    display: grid;
    gap: 24px;
    grid-template-columns: 180px 1fr auto;
    margin-bottom: 70px;
}

.mch-akademi.mch-dashboard .mch-app-brand img {
    height: auto;
    max-width: 156px;
    width: 156px;
}

.mch-student-nav {
    align-items: center;
    display: flex;
    gap: clamp(24px, 4vw, 58px);
    justify-content: center;
}

.mch-student-nav a {
    color: var(--mch-dash-ink);
    font-size: 16px;
    font-weight: 560;
    padding: 14px 0;
    position: relative;
}

.mch-student-nav a::after {
    background: var(--mch-dash-accent);
    border-radius: 999px;
    bottom: 0;
    content: "";
    height: 4px;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%) scaleX(0.5);
    transform-origin: center;
    transition: opacity 180ms ease, transform 180ms ease;
    width: 70px;
}

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

.mch-akademi.mch-dashboard .mch-app-user {
    background: #ffffff;
    border-radius: 999px;
    padding: 6px 8px 6px 6px;
    transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.mch-akademi.mch-dashboard .mch-app-user:hover,
.mch-akademi.mch-dashboard .mch-app-user:focus {
    background: var(--mch-dash-soft);
    box-shadow: 0 14px 30px rgba(8, 42, 99, 0.08);
    transform: translateY(-1px);
}

.mch-akademi.mch-dashboard .mch-avatar-initials {
    background: linear-gradient(135deg, #082a63, #1268f3);
}

.mch-section-label {
    color: var(--mch-dash-blue);
    display: inline-flex;
    font-size: 15px;
    font-weight: 650;
    margin-bottom: 18px;
}

.mch-welcome {
    margin-bottom: 38px;
}

.mch-welcome h1,
.mch-dashboard-guest h1 {
    color: var(--mch-dash-ink);
    font-size: clamp(42px, 5vw, 58px);
    font-weight: 660;
    letter-spacing: 0;
    line-height: 1.08;
    margin-bottom: 18px;
}

.mch-welcome p,
.mch-dashboard-guest p {
    color: var(--mch-dash-muted);
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 32px;
    max-width: 760px;
}

.mch-akademi.mch-dashboard .mch-dash-btn {
    border-radius: 10px;
    font-size: 16px;
    font-weight: 650;
    min-height: 60px;
    padding: 0 30px;
}

.mch-akademi.mch-dashboard .mch-dash-btn-primary {
    background: linear-gradient(135deg, var(--mch-dash-accent), #ff7a1a);
    border-color: var(--mch-dash-accent);
    box-shadow: 0 18px 34px rgba(255, 106, 0, 0.22);
}

.mch-akademi.mch-dashboard .mch-dash-btn-primary:hover,
.mch-akademi.mch-dashboard .mch-dash-btn-primary:focus {
    box-shadow: 0 24px 42px rgba(255, 106, 0, 0.28);
}

.mch-akademi.mch-dashboard .mch-dash-btn-secondary,
.mch-akademi.mch-dashboard .mch-dash-btn-ghost-light {
    background: #ffffff;
    border-color: var(--mch-dash-blue);
    color: var(--mch-dash-blue);
}

.mch-akademi.mch-dashboard .mch-dash-btn-secondary:hover,
.mch-akademi.mch-dashboard .mch-dash-btn-secondary:focus,
.mch-akademi.mch-dashboard .mch-dash-btn-ghost-light:hover,
.mch-akademi.mch-dashboard .mch-dash-btn-ghost-light:focus {
    background: #f4f8ff;
    box-shadow: 0 14px 30px rgba(8, 42, 99, 0.08);
}

.mch-summary-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 38px;
}

.mch-summary-card {
    background: #ffffff;
    border: 1px solid var(--mch-dash-line);
    border-radius: 16px;
    box-shadow: 0 14px 38px rgba(8, 42, 99, 0.045);
    min-height: 250px;
    padding: 28px 26px;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.mch-summary-card:hover,
.mch-summary-card:focus-within {
    border-color: rgba(18, 104, 243, 0.34);
    box-shadow: 0 22px 50px rgba(8, 42, 99, 0.09);
    transform: translateY(-3px);
}

.mch-summary-icon {
    background: #eef4ff;
    border-radius: 50%;
    display: inline-flex;
    height: 64px;
    margin-bottom: 28px;
    position: relative;
    width: 64px;
}

.mch-summary-icon::before {
    background: var(--mch-dash-blue);
    content: "";
    height: 30px;
    inset: 17px;
    position: absolute;
    -webkit-mask: var(--mch-summary-icon) center / contain no-repeat;
    mask: var(--mch-summary-icon) center / contain no-repeat;
}

.mch-summary-progress { --mch-summary-icon: 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 19V5'/%3E%3Cpath d='M4 19h16'/%3E%3Cpath d='m7 15 4-4 3 3 5-7'/%3E%3C/svg%3E"); }
.mch-summary-video { --mch-summary-icon: 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-summary-exam { --mch-summary-icon: 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='M7 3h10v18H7z'/%3E%3Cpath d='M9 8h6M9 12h6M9 16h4'/%3E%3C/svg%3E"); }
.mch-summary-certificate { --mch-summary-icon: 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-summary-card h2 {
    color: var(--mch-dash-ink);
    font-size: 16px;
    font-weight: 610;
    margin-bottom: 18px;
}

.mch-summary-card strong {
    color: var(--mch-dash-ink);
    display: block;
    font-size: 23px;
    font-weight: 650;
    line-height: 1.35;
    margin-bottom: 16px;
}

.mch-summary-card p,
.mch-summary-card a {
    color: var(--mch-dash-muted);
    font-size: 14px;
    line-height: 1.55;
}

.mch-summary-card a {
    color: var(--mch-dash-blue);
    display: inline-flex;
    font-weight: 650;
    margin-top: 8px;
}

.mch-summary-card meter,
.mch-course-progress meter {
    appearance: none;
    display: block;
    height: 9px;
    margin-bottom: 18px;
    width: 100%;
}

.mch-summary-card meter::-webkit-meter-bar,
.mch-course-progress meter::-webkit-meter-bar {
    background: #e8edf5;
    border: 0;
    border-radius: 999px;
}

.mch-summary-card meter::-webkit-meter-optimum-value,
.mch-course-progress meter::-webkit-meter-optimum-value {
    background: linear-gradient(90deg, var(--mch-dash-blue), #6ea4ff);
    border-radius: 999px;
}

.mch-summary-card meter::-moz-meter-bar,
.mch-course-progress meter::-moz-meter-bar {
    background: linear-gradient(90deg, var(--mch-dash-blue), #6ea4ff);
    border-radius: 999px;
}

.mch-akademi.mch-dashboard .mch-dashboard-grid {
    gap: 30px;
    grid-template-columns: minmax(0, 1fr) 420px;
}

.mch-course-panel,
.mch-lessons-panel,
.mch-final-strip,
.mch-side-card {
    background: #ffffff;
    border: 1px solid var(--mch-dash-line);
    border-radius: 16px;
    box-shadow: 0 14px 38px rgba(8, 42, 99, 0.045);
    padding: 30px;
}

.mch-course-resume {
    align-items: center;
    display: grid;
    gap: 42px;
    grid-template-columns: 300px minmax(0, 1fr);
}

.mch-course-resume figure {
    border-radius: 14px;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.mch-course-resume figure img {
    display: block;
    height: 190px;
    object-fit: cover;
    width: 100%;
}

.mch-course-resume figure span {
    align-items: center;
    background: #ffffff;
    border-radius: 50%;
    bottom: 18px;
    box-shadow: 0 16px 34px rgba(8, 42, 99, 0.18);
    display: flex;
    height: 56px;
    justify-content: center;
    position: absolute;
    right: 18px;
    width: 56px;
}

.mch-course-resume figure span::before {
    border-bottom: 11px solid transparent;
    border-left: 16px solid var(--mch-dash-blue);
    border-top: 11px solid transparent;
    content: "";
    margin-left: 4px;
}

.mch-course-resume h3 {
    color: var(--mch-dash-ink);
    font-size: 26px;
    font-weight: 650;
    margin-bottom: 12px;
}

.mch-course-resume p {
    color: var(--mch-dash-muted);
    font-size: 15px;
    line-height: 1.65;
}

.mch-course-progress {
    align-items: center;
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr auto;
    margin: 20px 0 8px;
}

.mch-course-progress meter {
    margin: 0;
}

.mch-course-progress strong {
    color: var(--mch-dash-ink);
    font-size: 18px;
}

.mch-current-lesson {
    margin-bottom: 22px;
}

.mch-panel-heading h2,
.mch-side-card h2,
.mch-final-strip h2 {
    color: var(--mch-dash-ink);
    font-size: 23px;
    font-weight: 650;
}

.mch-panel-heading a {
    color: var(--mch-dash-blue);
}

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

.mch-video-row {
    align-items: center;
    border-bottom: 1px solid var(--mch-dash-line);
    color: var(--mch-dash-ink);
    display: grid;
    gap: 16px;
    grid-template-columns: 32px 34px minmax(0, 1fr) auto;
    min-height: 68px;
    padding: 0 10px;
    transition: background-color 160ms ease, transform 160ms ease;
}

.mch-video-row:hover,
.mch-video-row:focus {
    background: #f8fbff;
    transform: translateX(3px);
}

.mch-video-state {
    border: 2px solid #9cafc9;
    border-radius: 50%;
    height: 24px;
    position: relative;
    width: 24px;
}

.mch-video-completed .mch-video-state {
    border-color: #8fb7a1;
}

.mch-video-completed .mch-video-state::before {
    border-bottom: 2px solid var(--mch-dash-green);
    border-left: 2px solid var(--mch-dash-green);
    content: "";
    height: 6px;
    left: 6px;
    position: absolute;
    top: 7px;
    transform: rotate(-45deg);
    width: 11px;
}

.mch-video-current .mch-video-state {
    border-color: var(--mch-dash-accent);
}

.mch-video-current .mch-video-state::before {
    border-bottom: 6px solid transparent;
    border-left: 8px solid var(--mch-dash-accent);
    border-top: 6px solid transparent;
    content: "";
    left: 8px;
    position: absolute;
    top: 5px;
}

.mch-video-number,
.mch-video-row em {
    color: var(--mch-dash-muted);
    font-size: 14px;
    font-style: normal;
}

.mch-video-row strong {
    color: var(--mch-dash-ink);
    font-size: 15px;
    font-weight: 560;
}

.mch-video-row em {
    background: #eef4ff;
    border-radius: 8px;
    color: var(--mch-dash-blue);
    padding: 7px 12px;
}

.mch-video-completed em {
    background: #eaf8ef;
    color: var(--mch-dash-green);
}

.mch-video-current em {
    background: #fff1e8;
    color: var(--mch-dash-accent-dark);
}

.mch-final-strip {
    align-items: center;
    display: grid;
    gap: 26px;
    grid-template-columns: 72px minmax(0, 1fr) auto;
}

.mch-final-icon {
    background: #eef4ff;
    border-radius: 50%;
    height: 72px;
    position: relative;
    width: 72px;
}

.mch-final-icon::before {
    background: var(--mch-dash-blue);
    content: "";
    height: 36px;
    inset: 18px;
    position: absolute;
    -webkit-mask: 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") center / contain no-repeat;
    mask: 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") center / contain no-repeat;
}

.mch-final-strip p {
    color: var(--mch-dash-muted);
    line-height: 1.65;
    margin: 0;
}

.mch-akademi.mch-dashboard .mch-dashboard-side {
    gap: 28px;
    position: static;
}

.mch-akademi.mch-dashboard .mch-profile-card {
    text-align: center;
}

.mch-akademi.mch-dashboard .mch-profile-avatar {
    height: 126px;
    margin: 26px auto 18px;
    width: 126px;
}

.mch-profile-card h3 {
    color: var(--mch-dash-ink);
    font-size: 22px;
    font-weight: 650;
    margin-bottom: 4px;
}

.mch-profile-role {
    color: var(--mch-dash-blue);
    font-size: 15px;
    margin-bottom: 26px;
}

.mch-akademi.mch-dashboard .mch-profile-card dl {
    gap: 14px;
    text-align: left;
}

.mch-akademi.mch-dashboard .mch-profile-card dt {
    color: var(--mch-dash-muted);
    font-weight: 520;
}

.mch-akademi.mch-dashboard .mch-profile-card dd {
    color: var(--mch-dash-ink);
    font-weight: 430;
}

.mch-akademi.mch-dashboard .mch-profile-info {
    background: #f7f9fd;
    border-top: 1px solid var(--mch-dash-line);
    margin-top: 26px;
}

.mch-next-card ol {
    counter-reset: next-step;
    display: grid;
    gap: 28px;
    list-style: none;
    margin: 22px 0 0;
    padding: 0;
}

.mch-next-card li {
    counter-increment: next-step;
    display: grid;
    gap: 5px;
    grid-template-columns: 52px 1fr;
    position: relative;
}

.mch-next-card li::before {
    align-items: center;
    background: #eef4ff;
    border-radius: 50%;
    color: var(--mch-dash-blue);
    content: counter(next-step);
    display: flex;
    font-weight: 650;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.mch-next-card li.is-done::before {
    background: #eaf8ef;
    color: var(--mch-dash-green);
    content: "✓";
}

.mch-next-card li.is-current::before {
    background: #fff1e8;
    color: var(--mch-dash-accent-dark);
}

.mch-next-card strong {
    color: var(--mch-dash-ink);
    font-size: 15px;
    font-weight: 620;
}

.mch-next-card span {
    color: var(--mch-dash-muted);
    font-size: 14px;
    line-height: 1.45;
}

.mch-dashboard-guest {
    background:
        radial-gradient(circle at 82% 42%, rgba(18, 104, 243, 0.09), transparent 32%),
        #ffffff;
    border: 1px solid var(--mch-dash-line);
    border-radius: 20px;
    box-shadow: var(--mch-dash-shadow);
    margin-bottom: 36px;
    padding: 58px;
}

.mch-dashboard-status {
    border-color: rgba(255, 106, 0, 0.22);
}

.mch-mobile-bottom-nav {
    display: none;
}

@media (max-width: 1120px) {
    .mch-akademi.mch-dashboard .mch-app-topbar {
        grid-template-columns: 160px 1fr;
    }

    .mch-student-nav {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 6px;
    }

    .mch-akademi.mch-dashboard .mch-dashboard-grid {
        grid-template-columns: 1fr;
    }

    .mch-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mch-course-resume {
        grid-template-columns: 260px minmax(0, 1fr);
    }
}

@media (max-width: 760px) {
    .mch-akademi.mch-dashboard {
        padding: 24px 18px 96px;
    }

    .mch-akademi.mch-dashboard .mch-app-topbar {
        align-items: center;
        border-bottom: 1px solid var(--mch-dash-line);
        grid-template-columns: 1fr auto;
        margin: 0 -18px 34px;
        padding: 0 18px 18px;
    }

    .mch-akademi.mch-dashboard .mch-app-brand img {
        max-width: 138px;
        width: 138px;
    }

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

    .mch-app-user strong {
        display: none;
    }

    .mch-akademi.mch-dashboard .mch-user-menu,
    .mch-akademi.mch-dashboard .mch-app-user {
        width: auto;
    }

    .mch-welcome h1,
    .mch-dashboard-guest h1 {
        font-size: 38px;
    }

    .mch-welcome p,
    .mch-dashboard-guest p {
        font-size: 16px;
    }

    .mch-summary-grid,
    .mch-course-resume,
    .mch-final-strip {
        grid-template-columns: 1fr;
    }

    .mch-summary-card {
        min-height: auto;
    }

    .mch-course-panel,
    .mch-lessons-panel,
    .mch-final-strip,
    .mch-side-card,
    .mch-dashboard-guest {
        border-radius: 16px;
        padding: 22px;
    }

    .mch-course-resume figure img {
        height: 210px;
    }

    .mch-video-row {
        gap: 10px;
        grid-template-columns: 28px 28px minmax(0, 1fr);
        min-height: 72px;
        padding: 8px 0;
    }

    .mch-video-row em {
        grid-column: 3;
        justify-self: start;
    }

    .mch-final-strip .mch-dash-btn {
        width: 100%;
    }

    .mch-dashboard-footer {
        display: none;
    }

    .mch-mobile-bottom-nav {
        align-items: center;
        background: #ffffff;
        border-top: 1px solid var(--mch-dash-line);
        bottom: 0;
        box-shadow: 0 -14px 34px rgba(8, 42, 99, 0.08);
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        left: 0;
        min-height: 76px;
        padding: 8px 8px 10px;
        position: fixed;
        right: 0;
        z-index: 60;
    }

    .mch-mobile-bottom-nav a {
        color: var(--mch-dash-muted);
        font-size: 12px;
        font-weight: 560;
        text-align: center;
    }

    .mch-mobile-bottom-nav a.is-active {
        color: var(--mch-dash-blue);
    }
}

/* Dashboard refinement: calmer typography and safer responsive layout. */
.mch-akademi.mch-dashboard {
    font-weight: 400;
    overflow-x: hidden;
    width: min(100%, 1180px);
}

.mch-akademi.mch-dashboard h1,
.mch-akademi.mch-dashboard h2,
.mch-akademi.mch-dashboard h3,
.mch-akademi.mch-dashboard strong,
.mch-akademi.mch-dashboard b {
    letter-spacing: 0;
}

.mch-akademi.mch-dashboard .mch-section-label {
    font-size: 14px;
    font-weight: 560;
}

.mch-akademi.mch-dashboard .mch-welcome {
    margin-bottom: 34px;
}

.mch-akademi.mch-dashboard .mch-welcome-copy {
    max-width: 700px;
}

.mch-akademi.mch-dashboard .mch-welcome h1,
.mch-akademi.mch-dashboard .mch-dashboard-guest h1 {
    font-size: clamp(36px, 4.2vw, 50px);
    font-weight: 540;
    line-height: 1.12;
    max-width: 680px;
}

.mch-akademi.mch-dashboard .mch-welcome p,
.mch-akademi.mch-dashboard .mch-dashboard-guest p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    max-width: 620px;
}

.mch-akademi.mch-dashboard .mch-dash-btn {
    font-weight: 560;
    line-height: 1.2;
    white-space: nowrap;
}

.mch-akademi.mch-dashboard .mch-dashboard-grid {
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
}

.mch-akademi.mch-dashboard .mch-summary-grid {
    gap: 20px;
}

.mch-akademi.mch-dashboard .mch-summary-card {
    display: flex;
    flex-direction: column;
    min-height: 226px;
    padding: 24px 22px;
}

.mch-akademi.mch-dashboard .mch-summary-icon {
    height: 54px;
    margin-bottom: 24px;
    width: 54px;
}

.mch-akademi.mch-dashboard .mch-summary-icon::before {
    height: 26px;
    inset: 14px;
}

.mch-akademi.mch-dashboard .mch-summary-card h2 {
    font-size: 15px;
    font-weight: 540;
    line-height: 1.35;
    margin-bottom: 14px;
}

.mch-akademi.mch-dashboard .mch-summary-card strong {
    font-size: clamp(18px, 1.6vw, 21px);
    font-weight: 560;
    line-height: 1.35;
    margin-bottom: 12px;
}

.mch-akademi.mch-dashboard .mch-summary-card p {
    font-weight: 400;
    margin-bottom: 0;
}

.mch-akademi.mch-dashboard .mch-summary-card a {
    align-items: center;
    color: var(--mch-dash-blue);
    font-weight: 560;
    margin-top: auto;
}

.mch-akademi.mch-dashboard .mch-summary-action {
    padding-top: 14px;
}

.mch-akademi.mch-dashboard .mch-course-panel,
.mch-akademi.mch-dashboard .mch-lessons-panel,
.mch-akademi.mch-dashboard .mch-final-strip,
.mch-akademi.mch-dashboard .mch-side-card {
    box-shadow: 0 14px 34px rgba(8, 42, 99, 0.04);
}

.mch-akademi.mch-dashboard .mch-panel-heading h2,
.mch-akademi.mch-dashboard .mch-side-card h2,
.mch-akademi.mch-dashboard .mch-final-strip h2 {
    font-size: 22px;
    font-weight: 570;
}

.mch-akademi.mch-dashboard .mch-course-resume {
    gap: 32px;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
}

.mch-akademi.mch-dashboard .mch-course-resume h3 {
    font-size: 24px;
    font-weight: 560;
}

.mch-akademi.mch-dashboard .mch-course-resume p,
.mch-akademi.mch-dashboard .mch-final-strip p,
.mch-akademi.mch-dashboard .mch-video-row strong,
.mch-akademi.mch-dashboard .mch-video-row em,
.mch-akademi.mch-dashboard .mch-profile-card dd,
.mch-akademi.mch-dashboard .mch-profile-info {
    font-weight: 400;
}

.mch-akademi.mch-dashboard .mch-final-strip {
    gap: 22px;
    grid-template-columns: 66px minmax(0, 1fr) minmax(248px, 310px);
    min-height: 142px;
}

.mch-akademi.mch-dashboard .mch-final-strip > div {
    min-width: 0;
}

.mch-akademi.mch-dashboard .mch-final-strip .mch-dash-btn {
    align-self: center;
    line-height: 1.35;
    min-width: 0;
    padding-left: 22px;
    padding-right: 22px;
    text-align: center;
    white-space: normal;
    width: 100%;
}

.mch-akademi.mch-dashboard .mch-final-icon {
    height: 62px;
    width: 62px;
}

.mch-akademi.mch-dashboard .mch-final-icon::before {
    height: 32px;
    inset: 15px;
}

.mch-akademi.mch-dashboard .mch-profile-card dt {
    color: var(--mch-dash-ink);
    font-weight: 650;
}

.mch-akademi.mch-dashboard .mch-profile-card dd {
    color: var(--mch-dash-muted);
}

.mch-akademi.mch-dashboard .mch-next-card ol {
    gap: 24px;
    margin-top: 22px;
}

.mch-akademi.mch-dashboard .mch-next-card li {
    align-items: start;
    display: grid;
    gap: 16px;
    grid-template-columns: 54px minmax(0, 1fr);
    min-height: 72px;
}

.mch-akademi.mch-dashboard .mch-next-card li > div {
    min-width: 0;
}

.mch-akademi.mch-dashboard .mch-next-card li::before {
    display: none;
}

.mch-akademi.mch-dashboard .mch-next-icon {
    background: #eef4ff;
    border-radius: 50%;
    display: inline-flex;
    height: 48px;
    position: relative;
    width: 48px;
}

.mch-akademi.mch-dashboard .mch-next-icon::before {
    background: var(--mch-dash-blue);
    content: "";
    height: 24px;
    inset: 12px;
    position: absolute;
    -webkit-mask: var(--mch-next-mask) center / contain no-repeat;
    mask: var(--mch-next-mask) center / contain no-repeat;
}

.mch-akademi.mch-dashboard .mch-next-step-video {
    --mch-next-mask: 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-dashboard .mch-next-step-complete {
    --mch-next-mask: 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='m20 6-11 11-5-5'/%3E%3C/svg%3E");
}

.mch-akademi.mch-dashboard .mch-next-step-final {
    --mch-next-mask: 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 21V5'/%3E%3Cpath d='M5 5c4-2 8 2 12 0v10c-4 2-8-2-12 0'/%3E%3C/svg%3E");
}

.mch-akademi.mch-dashboard .mch-next-step-exam {
    --mch-next-mask: 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%3Crect x='5' y='3' width='14' height='18' rx='2'/%3E%3Cpath d='M9 8h6'/%3E%3Cpath d='M9 12h6'/%3E%3Cpath d='M9 16h3'/%3E%3C/svg%3E");
}

.mch-akademi.mch-dashboard .mch-next-step-certificate {
    --mch-next-mask: 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-dashboard .mch-next-card li.is-done .mch-next-icon {
    background: #eaf8ef;
}

.mch-akademi.mch-dashboard .mch-next-card li.is-done .mch-next-icon::before {
    background: var(--mch-dash-green);
}

.mch-akademi.mch-dashboard .mch-next-card li.is-current .mch-next-icon {
    background: #fff1e8;
}

.mch-akademi.mch-dashboard .mch-next-card li.is-current .mch-next-icon::before {
    background: var(--mch-dash-accent-dark);
}

.mch-akademi.mch-dashboard .mch-next-card strong {
    display: block;
    font-size: 16px;
    font-weight: 560;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.mch-akademi.mch-dashboard .mch-next-card li > div span {
    display: block;
    font-weight: 400;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.mch-akademi.mch-dashboard .mch-dashboard-footer {
    align-items: center;
    border-top: 1px solid var(--mch-dash-line);
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
    margin-top: 42px;
    padding-top: 34px;
}

.mch-akademi.mch-dashboard .mch-dashboard-footer-brand {
    align-items: center;
    display: flex;
    gap: 18px;
}

.mch-akademi.mch-dashboard .mch-dashboard-footer-brand img {
    display: block;
    max-width: 132px;
}

.mch-akademi.mch-dashboard .mch-dashboard-footer span,
.mch-akademi.mch-dashboard .mch-dashboard-footer a,
.mch-akademi.mch-dashboard .mch-dashboard-footer address {
    color: var(--mch-dash-muted);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65;
}

.mch-akademi.mch-dashboard .mch-dashboard-footer nav {
    justify-content: center;
}

.mch-akademi.mch-dashboard .mch-dashboard-footer address {
    display: grid;
    justify-items: end;
}

.mch-akademi.mch-dashboard .mch-dashboard-footer address a {
    color: var(--mch-dash-ink);
    font-weight: 520;
}

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

    .mch-akademi.mch-dashboard .mch-dashboard-side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .mch-akademi.mch-dashboard .mch-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mch-akademi.mch-dashboard .mch-course-resume,
    .mch-akademi.mch-dashboard .mch-final-strip {
        grid-template-columns: 1fr;
    }

    .mch-akademi.mch-dashboard .mch-final-strip .mch-dash-btn {
        justify-self: start;
        max-width: 340px;
    }

    .mch-akademi.mch-dashboard .mch-dashboard-footer {
        grid-template-columns: 1fr;
    }

    .mch-akademi.mch-dashboard .mch-dashboard-footer nav {
        justify-content: flex-start;
    }

    .mch-akademi.mch-dashboard .mch-dashboard-footer address {
        justify-items: start;
    }
}

@media (max-width: 760px) {
    .mch-akademi.mch-dashboard .mch-welcome h1,
    .mch-akademi.mch-dashboard .mch-dashboard-guest h1 {
        font-size: 34px;
    }

    .mch-akademi.mch-dashboard .mch-hero-actions {
        gap: 12px;
    }

    .mch-akademi.mch-dashboard .mch-dash-btn {
        min-height: 54px;
        white-space: normal;
        width: 100%;
    }

    .mch-akademi.mch-dashboard .mch-dashboard-side,
    .mch-akademi.mch-dashboard .mch-summary-grid {
        grid-template-columns: 1fr;
    }

    .mch-akademi.mch-dashboard .mch-final-strip .mch-dash-btn {
        justify-self: stretch;
        max-width: none;
        min-width: 0;
    }

    .mch-akademi.mch-dashboard .mch-dashboard-footer {
        display: none;
    }
}

/* Shared student chrome for dashboard, Tutor LMS, exam and certificate screens. */
.mch-akademi .mch-student-topbar {
    align-items: center;
    display: grid;
    gap: 18px;
    grid-template-columns: 170px minmax(0, 1fr) auto;
    margin: 0 auto 46px;
    max-width: 1240px;
    padding: 26px 38px 0;
}

.mch-akademi.mch-dashboard .mch-student-topbar {
    margin-bottom: 70px;
    max-width: none;
    padding: 0;
}

.mch-akademi .mch-student-topbar .mch-app-brand img {
    height: auto;
    max-width: 156px;
    width: 156px;
}

.mch-student-nav {
    gap: clamp(12px, 1.45vw, 24px);
    row-gap: 4px;
}

.mch-student-nav a {
    white-space: nowrap;
}

.mch-student-footer {
    align-items: center;
    border-top: 1px solid var(--mch-dash-line, #dfe8f5);
    color: var(--mch-dash-muted, #52617f);
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(240px, 1fr) auto minmax(190px, auto);
    margin: 48px auto 0;
    max-width: 1240px;
    padding: 26px 38px 0;
}

.mch-akademi.mch-dashboard .mch-student-footer {
    padding-left: 0;
    padding-right: 0;
}

.mch-student-footer-brand {
    align-items: center;
    display: flex;
    gap: 14px;
}

.mch-student-footer-brand img {
    display: block;
    height: auto;
    width: 118px;
}

.mch-student-footer-brand span,
.mch-student-footer address span {
    color: var(--mch-dash-muted, #52617f);
    font-size: 13px;
    line-height: 1.5;
}

.mch-student-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

.mch-student-footer a {
    color: var(--mch-dash-ink, #061a42);
    font-size: 14px;
    font-weight: 560;
    text-decoration: none;
}

.mch-student-footer a:hover,
.mch-student-footer a:focus {
    color: var(--mch-dash-blue, #1268f3);
}

.mch-student-footer address {
    display: grid;
    font-style: normal;
    gap: 4px;
    justify-items: end;
}

.mch-akademi .mch-student-nav a {
    align-items: center;
    display: inline-flex;
    min-height: 44px;
}

.mch-akademi .mch-student-nav a.is-active {
    color: var(--mch-dash-blue, #1268f3);
}

.mch-akademi .mch-student-nav a::after {
    bottom: 4px;
}

.mch-student-static-main {
    display: grid;
    gap: 34px;
    padding-bottom: clamp(44px, 5vw, 68px);
}

.mch-student-static-hero {
    align-items: stretch;
    background:
        radial-gradient(circle at 8% 12%, rgba(18, 104, 243, 0.1), transparent 34%),
        radial-gradient(circle at 94% 78%, rgba(255, 105, 15, 0.12), transparent 32%),
        #ffffff;
    border: 1px solid var(--mch-dash-line, #dfe8f5);
    border-radius: 26px;
    box-shadow: var(--mch-dash-shadow, 0 18px 48px rgba(8, 42, 99, 0.07));
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr);
    padding: clamp(32px, 5vw, 60px);
}

.mch-student-static-hero h1 {
    color: var(--mch-dash-navy, #082a63);
    font-size: clamp(38px, 5.2vw, 72px);
    line-height: 1.02;
    margin: 10px 0 18px;
    max-width: 860px;
}

.mch-student-static-hero p {
    color: var(--mch-dash-muted, #52617f);
    font-size: clamp(17px, 1.5vw, 22px);
    line-height: 1.7;
    margin: 0;
    max-width: 850px;
}

.mch-student-static-lead {
    max-width: 850px;
}

.mch-student-static-lead p + p {
    margin-top: 14px;
}

.mch-student-static-lead strong {
    color: var(--mch-dash-navy, #082a63);
    font-weight: 760;
}

.mch-student-static-hero .mch-hero-actions {
    margin-top: 28px;
}

.mch-student-about-page .mch-about-hero {
    align-items: center;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
    overflow: hidden;
}

.mch-about-hero-copy {
    min-width: 0;
}

.mch-about-hero-visual {
    align-self: stretch;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(242, 247, 255, 0.92));
    border: 1px solid rgba(18, 104, 243, 0.12);
    border-radius: 22px;
    box-shadow: 0 18px 42px rgba(8, 42, 99, 0.08);
    display: grid;
    margin: 0;
    min-height: 320px;
    overflow: hidden;
    padding: 12px;
    position: relative;
}

.mch-about-hero-visual::after {
    background: linear-gradient(180deg, transparent 20%, rgba(8, 42, 99, 0.62) 100%);
    border-radius: 16px;
    bottom: 12px;
    content: "";
    left: 12px;
    position: absolute;
    right: 12px;
    top: 12px;
}

.mch-about-hero-visual img {
    border-radius: 16px;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.mch-about-hero-visual figcaption {
    align-self: end;
    bottom: 28px;
    color: #ffffff;
    display: grid;
    gap: 6px;
    left: 28px;
    position: absolute;
    right: 28px;
    z-index: 1;
}

.mch-about-hero-visual figcaption span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 760;
}

.mch-about-hero-visual figcaption strong {
    color: #ffffff;
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1.18;
    max-width: 320px;
}

.mch-about-identity {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.72)),
        #ffffff;
    border: 1px solid var(--mch-dash-line, #dfe8f5);
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(8, 42, 99, 0.055);
    display: grid;
    gap: clamp(20px, 3vw, 34px);
    grid-template-columns: minmax(190px, 0.32fr) minmax(0, 1fr);
    overflow: hidden;
    padding: clamp(24px, 3.4vw, 34px);
    position: relative;
}

.mch-about-identity::before {
    background: linear-gradient(90deg, var(--mch-dash-blue, #1268f3), var(--mch-dash-accent, #ff6a00));
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.mch-about-identity-heading h2 {
    color: var(--mch-dash-navy, #082a63);
    font-size: clamp(23px, 2vw, 30px);
    font-weight: 640;
    line-height: 1.18;
    margin: 0;
}

.mch-about-identity-body {
    display: grid;
    gap: 13px;
    min-width: 0;
}

.mch-about-identity-body p {
    color: var(--mch-dash-muted, #52617f);
    font-size: 15.5px;
    line-height: 1.72;
    margin: 0;
}

.mch-about-identity-body strong {
    color: var(--mch-dash-navy, #082a63);
    font-weight: 720;
}

.mch-about-identity-lead p {
    color: #29446f;
    font-size: 16px;
}

.mch-about-identity-note {
    background: rgba(18, 104, 243, 0.06);
    border-left: 4px solid var(--mch-dash-accent, #ff6a00);
    border-radius: 14px;
    margin-top: 2px;
    padding: 15px 17px;
}

.mch-about-identity-note p {
    color: #203b65;
}

@media (max-width: 980px) {
    .mch-student-about-page .mch-about-hero {
        grid-template-columns: 1fr;
    }

    .mch-about-hero-visual {
        min-height: 240px;
    }
}

@media (max-width: 760px) {
    .mch-about-identity {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .mch-about-identity-body p {
        font-size: 15px;
    }

    .mch-about-hero-visual {
        min-height: 220px;
    }

    .mch-about-hero-visual figcaption {
        bottom: 24px;
        left: 24px;
        right: 24px;
    }
}

.mch-education-hero {
    align-items: center;
    background:
        linear-gradient(135deg, #ffffff 0%, #f2f7ff 48%, #fff6ef 100%);
    gap: clamp(24px, 4vw, 46px);
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.85fr);
    overflow: hidden;
    position: relative;
}

.mch-education-hero-copy,
.mch-education-visual {
    min-width: 0;
    position: relative;
    z-index: 1;
}

.mch-education-visual {
    display: grid;
    gap: 14px;
}

.mch-education-visual figure {
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(18, 104, 243, 0.12);
    border-radius: 22px;
    box-shadow: 0 18px 44px rgba(8, 42, 99, 0.08);
    margin: 0;
    overflow: hidden;
    padding: 12px;
}

.mch-education-visual img {
    border-radius: 16px;
    display: block;
    height: auto;
    width: 100%;
}

.mch-education-progress {
    background: #ffffff;
    border: 1px solid rgba(18, 104, 243, 0.14);
    border-left: 4px solid var(--mch-dash-accent, #ff6a00);
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(8, 42, 99, 0.06);
    display: grid;
    gap: 10px 16px;
    grid-template-columns: 1fr auto;
    padding: 20px;
}

.mch-education-progress span,
.mch-education-progress strong {
    color: var(--mch-dash-navy, #082a63);
    font-size: 28px;
    line-height: 1;
}

.mch-education-progress span {
    font-weight: 680;
}

.mch-education-progress strong {
    font-weight: 760;
}

.mch-education-progress meter {
    appearance: none;
    background: #e6edf8;
    border: 0;
    border-radius: 999px;
    grid-column: 1 / -1;
    height: 9px;
    overflow: hidden;
    width: 100%;
}

.mch-education-progress p {
    grid-column: 1 / -1;
    font-size: 15px;
    line-height: 1.55;
}

.mch-education-progress meter::-webkit-meter-bar {
    background: #e6edf8;
    border: 0;
    border-radius: 999px;
}

.mch-education-progress meter::-webkit-meter-optimum-value {
    background: linear-gradient(90deg, var(--mch-dash-blue, #1268f3), var(--mch-dash-accent, #ff6a00));
    border-radius: 999px;
}

.mch-education-progress meter::-moz-meter-bar {
    background: linear-gradient(90deg, var(--mch-dash-blue, #1268f3), var(--mch-dash-accent, #ff6a00));
    border-radius: 999px;
}

.mch-student-card-grid,
.mch-student-split,
.mch-student-module-list,
.mch-education-steps {
    display: grid;
    gap: 20px;
}

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

.mch-student-card-grid article,
.mch-student-split article,
.mch-student-module-list article,
.mch-education-steps article,
.mch-student-value-list article {
    background: #ffffff;
    border: 1px solid var(--mch-dash-line, #dfe8f5);
    border-radius: 18px;
    box-shadow: 0 18px 46px rgba(8, 42, 99, 0.06);
    min-width: 0;
    overflow: hidden;
}

.mch-student-card-grid article,
.mch-student-split article {
    padding: 28px;
}

.mch-student-card-grid h2,
.mch-student-split h2,
.mch-student-list-section h2,
.mch-student-module-list h3,
.mch-education-steps h3,
.mch-student-value-list h3 {
    color: var(--mch-dash-ink, #061a42);
    margin: 0;
}

.mch-student-card-grid h2,
.mch-student-split h2 {
    font-size: clamp(21px, 1.8vw, 24px);
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.mch-student-card-grid p,
.mch-student-split p,
.mch-student-module-list p,
.mch-education-steps p,
.mch-student-value-list p,
.mch-education-outcomes li {
    color: var(--mch-dash-muted, #52617f);
    font-size: 16px;
    line-height: 1.7;
}

.mch-student-card-grid p,
.mch-student-split p,
.mch-student-module-list p,
.mch-education-steps p,
.mch-student-value-list p {
    margin: 12px 0 0;
}

.mch-student-split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mch-student-list-section {
    display: grid;
    gap: 20px;
}

.mch-education-outcomes {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.mch-education-outcomes li {
    background: #ffffff;
    border: 1px solid var(--mch-dash-line, #dfe8f5);
    border-radius: 16px;
    padding: 18px 18px 18px 52px;
    position: relative;
}

.mch-education-outcomes li::before {
    background: #159a83;
    border-radius: 999px;
    color: #ffffff;
    content: "✓";
    font-size: 13px;
    font-weight: 800;
    height: 24px;
    left: 18px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: 21px;
    width: 24px;
}

.mch-student-module-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mch-student-module-list article {
    min-width: 0;
    padding: 24px;
    overflow: hidden;
}

.mch-student-module-list article > span:first-child {
    color: var(--mch-dash-blue, #1268f3);
    display: block;
    font-weight: 760;
    margin-bottom: 14px;
}

.mch-student-module-list h3 {
    font-size: clamp(17px, 1.15vw, 19px);
    line-height: 1.22;
    overflow-wrap: anywhere;
}

.mch-education-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mch-education-steps article {
    align-items: flex-start;
    display: flex;
    gap: 14px;
    min-width: 0;
    overflow: hidden;
    padding: 22px;
}

.mch-education-steps article > div {
    min-width: 0;
}

.mch-education-steps h3 {
    font-size: clamp(18px, 1.55vw, 22px);
    line-height: 1.24;
    overflow-wrap: anywhere;
}

.mch-education-steps article > span,
.mch-student-value-list article > span {
    align-items: center;
    background: var(--mch-dash-accent, #ff690f);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 800;
    height: 36px;
    justify-content: center;
    width: 36px;
}

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

.mch-student-value-list article {
    align-items: flex-start;
    display: flex;
    gap: 14px;
    padding: 22px;
}

.mch-student-value-list article > span {
    background: var(--mch-dash-blue, #1268f3);
    height: 14px;
    margin-top: 7px;
    width: 14px;
}

.mch-tutor-chrome .mch-student-topbar {
    margin-bottom: 26px;
}

.mch-tutor-chrome .mch-student-footer,
.mch-tutor-chrome .mch-footer {
    margin-top: 42px;
}

body.mediach-akademi-tutor-page .site-header,
body.mediach-akademi-tutor-page .site-branding,
body.mediach-akademi-tutor-page .custom-logo-link,
body.mediach-akademi-tutor-page .site-title,
body.mediach-akademi-tutor-page .entry-header,
body.mediach-akademi-tutor-page .entry-title,
body.mediach-akademi-tutor-page .post-title,
body.mediach-akademi-tutor-page .page-header,
body.mediach-akademi-tutor-page .page-title,
body.mediach-akademi-tutor-page .wp-block-site-title,
body.mediach-akademi-tutor-page .wp-block-post-title,
body.mediach-akademi-tutor-page header.wp-block-template-part,
body.mediach-akademi-tutor-page .wp-site-blocks > header,
body.mediach-akademi-tutor-page .site-footer,
body.mediach-akademi-tutor-page footer.wp-block-template-part,
body.mediach-akademi-tutor-page .wp-site-blocks > footer {
    display: none;
}

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

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

    .mch-student-card-grid,
    .mch-student-value-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mch-student-module-list,
    .mch-education-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .mch-student-static-main {
        gap: 24px;
    }

    .mch-student-static-hero {
        border-radius: 20px;
        padding: 26px 20px;
    }

    .mch-student-static-hero h1 {
        font-size: 36px;
    }

    .mch-student-static-hero p {
        font-size: 16px;
    }

    .mch-education-progress,
    .mch-student-card-grid article,
    .mch-student-split article,
    .mch-student-module-list article,
    .mch-education-steps article,
    .mch-student-value-list article {
        border-radius: 14px;
        padding: 20px;
    }

    .mch-student-card-grid,
    .mch-student-value-list,
    .mch-student-module-list,
    .mch-education-steps,
    .mch-education-outcomes {
        grid-template-columns: 1fr;
    }
}

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

    .mch-akademi .mch-student-topbar .mch-user-menu,
    .mch-akademi .mch-student-topbar .mch-top-login {
        justify-self: end;
    }

    .mch-student-topbar .mch-student-nav {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 8px;
    }

    .mch-student-footer {
        grid-template-columns: 1fr;
    }

    .mch-student-footer nav {
        justify-content: flex-start;
    }

    .mch-student-footer address {
        justify-items: start;
    }
}

@media (max-width: 760px) {
    .mch-akademi .mch-student-topbar {
        border-bottom: 1px solid var(--mch-dash-line, #dfe8f5);
        grid-template-columns: minmax(0, 1fr) auto;
        margin-bottom: 32px;
        padding: 18px 20px;
    }

    .mch-akademi .mch-student-topbar .mch-app-brand img {
        max-width: 138px;
        width: 138px;
    }

    .mch-akademi .mch-student-topbar .mch-student-nav {
        display: flex;
        gap: 16px;
        grid-column: 1 / -1;
        padding-bottom: 4px;
    }

    .mch-akademi.mch-dashboard .mch-student-topbar {
        margin: 0 -18px 34px;
        padding: 0 18px 18px;
    }

    .mch-student-footer {
        display: none;
    }
}

/* Unified student shell: dashboard, panel pages, exam, certificate and Tutor chrome align to the same width. */
.mch-akademi.mch-dashboard,
.mch-akademi.mch-student-static,
.mch-akademi.mch-exam,
.mch-akademi.mch-certificate-view {
    --mch-dash-ink: #061a42;
    --mch-dash-muted: #53627f;
    --mch-dash-soft: #f4f7fd;
    --mch-dash-line: #dfe8f5;
    --mch-dash-accent: #ff6a00;
    --mch-dash-accent-dark: #e85b00;
    --mch-dash-blue: #1268f3;
    --mch-dash-navy: #082a63;
    --mch-dash-green: #159947;
    --mch-dash-shadow: 0 18px 48px rgba(8, 42, 99, 0.07);
    --mch-student-footer-gap: clamp(44px, 5vw, 64px);
    background: #f7f9fd;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    min-height: 100vh;
    overflow-x: hidden;
    padding: 28px 24px 0;
    width: min(100%, 1180px);
}

.mch-akademi.mch-dashboard > .mch-dashboard-grid,
.mch-akademi.mch-dashboard > .mch-dashboard-status,
.mch-akademi.mch-student-static > .mch-student-static-main,
.mch-akademi.mch-exam > .mch-exam-shell,
.mch-akademi.mch-certificate-view > .mch-certificate-panel,
.mch-akademi.mch-certificate-view > .mch-certificate-paper {
    margin-bottom: 0;
}

.mch-akademi.mch-student-static > .mch-student-static-main {
    padding-bottom: 0;
}

.mch-akademi .mch-student-topbar {
    grid-template-columns: 230px minmax(0, 1fr) auto;
    margin: 0 0 46px;
    max-width: none;
    padding: 0;
}

.mch-akademi.mch-dashboard .mch-student-topbar {
    grid-template-columns: 230px minmax(0, 1fr) auto;
}

.mch-akademi .mch-student-topbar .mch-student-brand {
    align-items: flex-start;
    display: inline-flex;
    gap: 0;
    min-height: 92px;
    min-width: 0;
    position: relative;
    width: 218px;
}

.mch-akademi .mch-student-topbar .mch-student-brand img {
    display: block;
    height: auto;
    max-width: 180px;
    width: 180px;
}

.mch-akademi .mch-student-topbar .mch-student-brand span {
    color: var(--mch-dash-accent, #ff690f);
    font-size: 18px;
    font-weight: 800;
    left: 132px;
    line-height: 1;
    position: absolute;
    top: 66px;
    white-space: nowrap;
}

.mch-akademi .mch-student-nav a,
.mch-akademi .mch-student-nav a:hover,
.mch-akademi .mch-student-nav a:focus {
    text-decoration: none !important;
    text-decoration-line: none !important;
}

.mch-akademi .mch-student-nav a:not(.is-active):not(:hover):not(:focus)::after {
    opacity: 0 !important;
    transform: translateX(-50%) scaleX(0.5) !important;
}

.mch-akademi .mch-student-nav a.is-active::after {
    opacity: 1 !important;
    transform: translateX(-50%) scaleX(1) !important;
}

.mch-tutor-chrome {
    --mch-dash-ink: #061a42;
    --mch-dash-muted: #53627f;
    --mch-dash-soft: #f4f7fd;
    --mch-dash-line: #dfe8f5;
    --mch-dash-accent: #ff6a00;
    --mch-dash-accent-dark: #e85b00;
    --mch-dash-blue: #1268f3;
    --mch-dash-navy: #082a63;
    --mch-dash-green: #159947;
    --mch-dash-shadow: 0 18px 48px rgba(8, 42, 99, 0.07);
    --mch-student-footer-gap: clamp(44px, 5vw, 64px);
    background: #f7f9fd;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding: 28px 24px 0;
    position: relative;
    z-index: 40;
    width: min(100%, 1180px);
}

.mch-tutor-chrome .mch-student-topbar {
    margin-bottom: 0;
}

.mch-tutor-chrome .mch-student-footer {
    margin-top: var(--mch-student-footer-gap, 48px);
    padding-left: 0;
    padding-right: 0;
}

.mch-akademi .mch-student-footer {
    background: var(--mch-dash-navy, #082a63);
    border-top: 0;
    border-radius: 22px 22px 0 0;
    box-shadow: 0 -18px 42px rgba(8, 42, 99, 0.08);
    color: rgba(255, 255, 255, 0.84);
    margin: var(--mch-student-footer-gap, 56px) 0 0;
    max-width: none;
    box-sizing: border-box;
    column-gap: clamp(28px, 4vw, 56px);
    grid-template-columns: minmax(250px, 1fr) auto minmax(220px, 0.72fr);
    overflow: hidden;
    padding: 28px clamp(44px, 5vw, 68px);
    width: 100%;
}

.mch-akademi .mch-student-footer-brand {
    align-items: flex-start;
    display: block;
    min-height: 88px;
    min-width: 0;
    position: relative;
}

.mch-akademi .mch-student-footer-brand img {
    filter: brightness(0) invert(1);
    display: block;
    height: auto;
    width: 168px;
}

.mch-akademi .mch-student-footer-brand strong {
    color: var(--mch-dash-accent, #ff6a00);
    font-size: 17px;
    font-weight: 800;
    left: 126px;
    line-height: 1;
    position: absolute;
    top: 64px;
    white-space: nowrap;
}

.mch-akademi .mch-student-footer nav {
    gap: 22px;
    min-width: 0;
}

.mch-akademi .mch-student-footer address {
    max-width: 260px;
    min-width: 0;
    text-align: right;
}

.mch-akademi .mch-footer-rating {
    align-items: start;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    display: grid;
    gap: 18px;
    grid-column: 1 / -1;
    grid-template-columns: minmax(220px, 0.82fr) minmax(360px, 1fr);
    margin-bottom: 10px;
    min-width: 0;
    padding: 18px;
}

.mch-akademi .mch-footer-rating-copy {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.mch-akademi .mch-footer-rating-copy strong {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.25;
}

.mch-akademi .mch-footer-rating-copy span,
.mch-akademi .mch-footer-rating-notice {
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    line-height: 1.45;
}

.mch-akademi .mch-footer-rating-notice {
    font-style: normal;
    font-weight: 650;
}

.mch-akademi .mch-footer-rating-success {
    color: #b9f2ca;
}

.mch-akademi .mch-footer-rating-error {
    color: #ffd1bd;
}

.mch-akademi .mch-footer-rating-form {
    align-items: center;
    display: grid;
    column-gap: 14px;
    row-gap: 10px;
    grid-template-columns: minmax(178px, auto) minmax(220px, 1fr) auto;
    margin: 0;
    min-width: 0;
}

.mch-akademi .mch-rating-score {
    align-items: center;
    display: inline-flex;
    gap: 10px;
    justify-content: flex-start;
    min-width: 178px;
    white-space: nowrap;
}

.mch-akademi .mch-rating-score-label {
    color: #ff0000;
    font-size: 12px;
    font-weight: 740;
    line-height: 1.15;
    transform: translateY(1px);
}

.mch-akademi .mch-rating-stars {
    border: 0;
    direction: rtl;
    display: inline-flex;
    gap: 3px;
    margin: 0;
    padding: 0;
}

.mch-akademi .mch-rating-stars input {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px;
}

.mch-akademi .mch-rating-stars label {
    color: rgba(255, 255, 255, 0.42);
    cursor: pointer;
    display: inline-flex;
    font-size: 25px;
    line-height: 1;
}

.mch-akademi .mch-rating-stars input:checked ~ label,
.mch-akademi .mch-rating-stars label:hover,
.mch-akademi .mch-rating-stars label:hover ~ label,
.mch-akademi .mch-rating-stars input:focus + label {
    color: #ffb45c;
}

.mch-akademi .mch-footer-rating-form textarea {
    background: rgba(255, 255, 255, 0.96);
    border: 0;
    border-radius: 12px;
    color: var(--mch-dash-ink, #061a42);
    font: inherit;
    min-height: 48px;
    min-width: 0;
    padding: 11px 12px;
    resize: vertical;
    width: 100%;
}

.mch-akademi .mch-footer-rating-form button {
    background: var(--mch-dash-accent, #ff6a00);
    border: 0;
    border-radius: 999px;
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 760;
    min-height: 44px;
    padding: 0 18px;
    white-space: nowrap;
}

.mch-akademi .mch-footer-rating-form button:disabled {
    cursor: wait;
    opacity: 0.72;
}

.mch-akademi .mch-footer-rating-form button:hover,
.mch-akademi .mch-footer-rating-form button:focus {
    background: var(--mch-dash-accent-dark, #e85b00);
}

.mch-akademi .mch-student-footer-brand span,
.mch-akademi .mch-student-footer address span {
    color: rgba(255, 255, 255, 0.74);
}

.mch-akademi .mch-student-footer-brand span {
    display: block;
    margin-top: 30px;
}

.mch-akademi .mch-student-footer a {
    color: #ffffff;
    text-decoration: none !important;
    text-decoration-line: none !important;
}

.mch-akademi .mch-student-footer a:hover,
.mch-akademi .mch-student-footer a:focus {
    color: #ffb27d;
}

.mch-tutor-chrome .mch-student-footer {
    margin-top: var(--mch-student-footer-gap, 56px);
}

.mch-akademi.mch-dashboard .mch-student-footer,
.mch-akademi.mch-student-static .mch-student-footer,
.mch-akademi.mch-exam .mch-student-footer,
.mch-akademi.mch-certificate-view .mch-student-footer,
.mch-tutor-chrome .mch-student-footer {
    align-items: center;
    box-sizing: border-box;
    column-gap: clamp(28px, 4vw, 56px);
    display: grid;
    grid-template-columns: minmax(250px, 1fr) auto minmax(220px, 0.72fr);
    max-width: none;
    padding: 28px clamp(44px, 5vw, 68px);
    width: 100%;
}

.mch-akademi.mch-dashboard .mch-student-footer,
.mch-akademi.mch-student-static .mch-student-footer,
.mch-akademi.mch-exam .mch-student-footer,
.mch-akademi.mch-certificate-view .mch-student-footer {
    margin: var(--mch-student-footer-gap, 56px) 0 0;
}

.mch-akademi.mch-certificate-view .mch-student-footer {
    margin-top: auto;
}

.mch-tutor-chrome .mch-student-footer {
    margin-top: calc(var(--mch-student-footer-gap, 56px) - 28px);
}

@media (max-width: 760px) {
    .mch-akademi.mch-dashboard,
    .mch-akademi.mch-student-static,
    .mch-akademi.mch-exam,
    .mch-akademi.mch-certificate-view,
    .mch-tutor-chrome {
        padding-left: 18px;
        padding-right: 18px;
    }

    .mch-akademi .mch-student-topbar .mch-student-brand img {
        max-width: 150px;
        width: 150px;
    }

    .mch-akademi .mch-student-topbar .mch-student-brand span {
        font-size: 16px;
        left: 110px;
        top: 58px;
    }

    .mch-akademi .mch-student-topbar .mch-student-brand {
        min-height: 82px;
        width: 184px;
    }

    .mch-akademi .mch-student-footer {
        grid-template-columns: 1fr;
        justify-items: start;
        padding: 26px 24px;
    }

    .mch-akademi .mch-footer-rating {
        grid-template-columns: 1fr;
        padding: 16px;
        width: 100%;
    }

    .mch-akademi .mch-footer-rating-form {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .mch-akademi .mch-rating-stars {
        min-width: 0;
    }

    .mch-akademi .mch-rating-score {
        justify-content: flex-start;
        min-width: 0;
    }

    .mch-akademi .mch-footer-rating-form button {
        justify-self: start;
    }

    .mch-akademi .mch-student-footer address {
        justify-items: start;
        max-width: none;
        text-align: left;
    }
}

/* Calmer panel typography: keeps student pages institutional instead of poster-like. */
.mch-akademi.mch-dashboard .mch-welcome h1,
.mch-akademi.mch-dashboard .mch-dashboard-guest h1 {
    font-size: clamp(34px, 3.8vw, 46px);
    font-weight: 540;
    line-height: 1.14;
    max-width: 660px;
}

.mch-akademi.mch-dashboard .mch-welcome p,
.mch-akademi.mch-dashboard .mch-dashboard-guest p {
    font-size: clamp(15px, 1.3vw, 17px);
    line-height: 1.68;
}

.mch-akademi.mch-student-static .mch-student-static-hero {
    border-radius: 22px;
    padding: clamp(30px, 4vw, 50px);
}

.mch-akademi.mch-student-static .mch-student-static-hero h1 {
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 560;
    line-height: 1.12;
    margin: 8px 0 16px;
    max-width: 760px;
}

.mch-akademi.mch-student-static .mch-student-static-hero p {
    font-size: clamp(15px, 1.25vw, 18px);
    line-height: 1.68;
    max-width: 780px;
}

.mch-akademi.mch-student-static .mch-student-static-hero .mch-hero-actions {
    margin-top: 24px;
}

.mch-akademi.mch-student-static .mch-student-card-grid article,
.mch-akademi.mch-student-static .mch-student-split article,
.mch-akademi.mch-student-static .mch-student-module-list article,
.mch-akademi.mch-student-static .mch-education-steps article,
.mch-akademi.mch-student-static .mch-student-value-list article {
    border-radius: 16px;
    padding: 24px;
}

.mch-akademi.mch-student-static .mch-student-card-grid h2,
.mch-akademi.mch-student-static .mch-student-split h2,
.mch-akademi.mch-student-static .mch-student-list-section h2,
.mch-akademi.mch-student-static .mch-student-module-list h3,
.mch-akademi.mch-student-static .mch-education-steps h3,
.mch-akademi.mch-student-static .mch-student-value-list h3 {
    font-size: clamp(19px, 1.45vw, 22px);
    font-weight: 560;
    line-height: 1.28;
}

.mch-akademi.mch-student-static .mch-student-list-section h2 {
    font-size: clamp(20px, 1.6vw, 24px);
}

.mch-akademi.mch-student-static .mch-student-card-grid p,
.mch-akademi.mch-student-static .mch-student-split p,
.mch-akademi.mch-student-static .mch-student-module-list p,
.mch-akademi.mch-student-static .mch-education-steps p,
.mch-akademi.mch-student-static .mch-student-value-list p,
.mch-akademi.mch-student-static .mch-education-outcomes li {
    font-size: 15px;
    line-height: 1.68;
}

.mch-akademi.mch-student-about-page .mch-student-card-grid article,
.mch-akademi.mch-student-about-page .mch-student-split article,
.mch-akademi.mch-student-about-page .mch-student-value-list article {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), var(--mch-about-soft, rgba(238, 244, 255, 0.56)) 190%);
    border-color: color-mix(in srgb, var(--mch-about-accent, #1268f3) 22%, var(--mch-dash-line, #dfe8f5));
    box-shadow: 0 18px 42px rgba(8, 42, 99, 0.055);
}

.mch-akademi.mch-student-about-page .mch-student-card-grid article {
    border-top: 4px solid var(--mch-about-accent, #1268f3);
}

.mch-akademi.mch-student-about-page .mch-student-card-grid article:nth-child(1),
.mch-akademi.mch-student-about-page .mch-student-value-list article:nth-child(1) {
    --mch-about-accent: #1268f3;
    --mch-about-soft: rgba(18, 104, 243, 0.08);
}

.mch-akademi.mch-student-about-page .mch-student-card-grid article:nth-child(2),
.mch-akademi.mch-student-about-page .mch-student-value-list article:nth-child(2) {
    --mch-about-accent: #159a83;
    --mch-about-soft: rgba(21, 154, 131, 0.09);
}

.mch-akademi.mch-student-about-page .mch-student-card-grid article:nth-child(3),
.mch-akademi.mch-student-about-page .mch-student-value-list article:nth-child(3) {
    --mch-about-accent: #ff6a00;
    --mch-about-soft: rgba(255, 106, 0, 0.09);
}

.mch-akademi.mch-student-about-page .mch-student-value-list article > span {
    background: var(--mch-about-accent, var(--mch-dash-blue, #1268f3));
    box-shadow: 0 0 0 8px var(--mch-about-soft, rgba(18, 104, 243, 0.08));
}

.mch-akademi.mch-student-education-page .mch-student-module-list article {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, var(--mch-module-soft, #eef4ff) 230%);
    border-top: 4px solid var(--mch-module-accent, var(--mch-dash-blue));
    box-shadow: 0 18px 42px rgba(8, 42, 99, 0.055);
    padding: 30px 22px 24px;
    position: relative;
}

.mch-akademi.mch-student-education-page .mch-module-card-icon {
    align-items: center;
    background: var(--mch-module-soft, #eef4ff);
    border: 1px solid rgba(8, 42, 99, 0.06);
    border-radius: 16px;
    color: var(--mch-module-accent, var(--mch-dash-blue));
    display: inline-flex;
    height: 46px;
    justify-content: center;
    position: absolute;
    right: 18px;
    top: 18px;
    width: 46px;
    z-index: 1;
}

.mch-akademi.mch-student-education-page .mch-module-card-icon svg {
    display: block;
    height: 22px;
    width: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.mch-akademi.mch-student-education-page .mch-student-module-list article:nth-child(1) {
    --mch-module-accent: #1268f3;
    --mch-module-soft: #eaf2ff;
}

.mch-akademi.mch-student-education-page .mch-student-module-list article:nth-child(2) {
    --mch-module-accent: #159a83;
    --mch-module-soft: #e8f7f3;
}

.mch-akademi.mch-student-education-page .mch-student-module-list article:nth-child(3) {
    --mch-module-accent: #6847df;
    --mch-module-soft: #f0edff;
}

.mch-akademi.mch-student-education-page .mch-student-module-list article:nth-child(4) {
    --mch-module-accent: #e7355d;
    --mch-module-soft: #fff0f4;
}

.mch-akademi.mch-student-education-page .mch-student-module-list article:nth-child(5) {
    --mch-module-accent: #ff6a00;
    --mch-module-soft: #fff0e6;
}

.mch-akademi.mch-student-education-page .mch-module-card-number {
    color: var(--mch-module-accent, var(--mch-dash-blue));
    display: block;
    font-size: 14px;
    font-weight: 760;
    line-height: 1;
    margin-bottom: 22px;
    padding-right: 58px;
    position: relative;
    z-index: 1;
}

.mch-akademi.mch-student-education-page .mch-student-module-list h3 {
    font-size: clamp(17px, 1.08vw, 19px);
    font-weight: 570;
    max-width: none;
    position: relative;
    z-index: 1;
}

.mch-akademi.mch-student-education-page .mch-student-module-list p {
    position: relative;
    z-index: 1;
}

.mch-akademi.mch-student-education-page .mch-education-steps article {
    background:
        linear-gradient(180deg, #ffffff 0%, var(--mch-step-soft, #fff7ef) 240%);
    border-top: 3px solid var(--mch-step-accent, var(--mch-dash-accent));
    gap: 12px;
    padding: 20px;
}

.mch-akademi.mch-student-education-page .mch-education-steps article:nth-child(1) {
    --mch-step-accent: #1268f3;
    --mch-step-soft: #eef5ff;
}

.mch-akademi.mch-student-education-page .mch-education-steps article:nth-child(2) {
    --mch-step-accent: #159a83;
    --mch-step-soft: #edf9f5;
}

.mch-akademi.mch-student-education-page .mch-education-steps article:nth-child(3) {
    --mch-step-accent: #6847df;
    --mch-step-soft: #f3f0ff;
}

.mch-akademi.mch-student-education-page .mch-education-steps article:nth-child(4) {
    --mch-step-accent: #ff6a00;
    --mch-step-soft: #fff3e9;
}

.mch-akademi.mch-student-education-page .mch-education-steps article > span {
    background: var(--mch-step-accent, var(--mch-dash-accent));
    height: 34px;
    width: 34px;
}

.mch-akademi.mch-student-education-page .mch-education-steps h3 {
    font-size: clamp(16px, 1.05vw, 18px);
    font-weight: 560;
    line-height: 1.28;
}

@media (max-width: 760px) {
    .mch-akademi.mch-dashboard .mch-welcome h1,
    .mch-akademi.mch-dashboard .mch-dashboard-guest h1,
    .mch-akademi.mch-student-static .mch-student-static-hero h1 {
        font-size: 32px;
    }

    .mch-akademi.mch-student-static .mch-student-static-hero p {
        font-size: 15px;
    }

    .mch-akademi.mch-student-education-page .mch-education-hero {
        gap: 22px;
    }

    .mch-akademi.mch-student-education-page .mch-education-visual figure {
        border-radius: 18px;
        padding: 8px;
    }

    .mch-akademi.mch-student-education-page .mch-education-progress {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .mch-akademi.mch-student-education-page .mch-student-module-list article {
        padding: 24px 20px 22px;
    }

    .mch-akademi.mch-student-education-page .mch-module-card-icon {
        border-radius: 14px;
        height: 42px;
        right: 16px;
        top: 16px;
        width: 42px;
    }

    .mch-akademi.mch-student-education-page .mch-module-card-icon svg {
        height: 20px;
        width: 20px;
    }

    .mch-akademi.mch-student-education-page .mch-module-card-number {
        margin-bottom: 20px;
        padding-right: 54px;
    }
}
