.mpm-info {
    color: var(--mpm-navy, #0b2b50);
    background: #fffdf9;
}

.mpm-info-hero {
    position: relative;
    min-height: min(720px, 80vh);
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    isolation: isolate;
    background-color: #0b2b50;
    background-position: center 35%;
    background-size: cover;
}

.mpm-info-hero::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background:
        linear-gradient(90deg, rgba(5, 31, 59, .96) 0%, rgba(5, 31, 59, .82) 40%, rgba(5, 31, 59, .26) 76%, rgba(5, 31, 59, .12) 100%),
        linear-gradient(0deg, rgba(5, 31, 59, .72) 0%, transparent 45%);
}

.mpm-info-hero::after {
    position: absolute;
    right: -110px;
    bottom: -180px;
    z-index: -1;
    width: 470px;
    height: 470px;
    border: 38px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
    content: "";
}

.mpm-info-hero-content {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: clamp(120px, 16vw, 190px) 0 clamp(68px, 8vw, 104px);
}

.mpm-info-hero-copy {
    max-width: 720px;
}

.mpm-info-year {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, .12);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.mpm-info-year::before {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    content: "";
    background: #ff7a28;
    box-shadow: 0 0 0 5px rgba(255, 122, 40, .2);
}

.mpm-info-hero h1 {
    max-width: 680px;
    margin: 0;
    color: #fff;
    font-family: "Fredoka", sans-serif;
    font-size: clamp(2.7rem, 6vw, 5.15rem);
    font-weight: 700;
    line-height: .98;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.mpm-info-hero p {
    max-width: 640px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .86);
    font-size: clamp(1.04rem, 1.7vw, 1.25rem);
    line-height: 1.7;
}

.mpm-info-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.mpm-info-hero .mpm-button-light {
    color: #0b2b50 !important;
    background: #fff !important;
}

.mpm-info-hero .mpm-button-outline {
    border-color: rgba(255, 255, 255, .48);
    color: #fff;
    background: rgba(255, 255, 255, .08);
}

.mpm-info-hero .mpm-button-outline:hover,
.mpm-info-hero .mpm-button-outline:focus-visible {
    color: #0b2b50;
    background: #fff;
}

.mpm-info-nav-wrap {
    position: relative;
    z-index: 8;
    margin-top: -27px;
}

.mpm-info-nav {
    width: min(1040px, calc(100% - 32px));
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;
    padding: 8px;
    border: 1px solid rgba(11, 43, 80, .08);
    border-radius: 22px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 22px 60px rgba(11, 43, 80, .14);
    backdrop-filter: blur(14px);
}

.mpm-info-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 14px;
    border-radius: 15px;
    color: #36516f;
    font-size: .92rem;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.mpm-info-nav a:hover,
.mpm-info-nav a:focus-visible {
    color: #0b2b50;
    background: #fff3e8;
    transform: translateY(-1px);
}

.mpm-info-section {
    padding: clamp(78px, 9vw, 126px) 0;
    scroll-margin-top: 90px;
}

.mpm-info-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.mpm-info-heading {
    max-width: 760px;
    margin-bottom: 42px;
}

.mpm-info-heading.is-centered {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.mpm-info-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #e65f16;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.mpm-info-heading h2,
.mpm-info-copy h2 {
    margin: 0;
    color: #0b2b50;
    font-family: "Fredoka", sans-serif;
    font-size: clamp(2.05rem, 4vw, 3.55rem);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -.035em;
    text-wrap: balance;
}

.mpm-info-heading p,
.mpm-info-copy > p {
    margin: 18px 0 0;
    color: #58708a;
    font-size: 1.04rem;
    line-height: 1.78;
}

.mpm-info-choice-layout {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    gap: clamp(48px, 8vw, 96px);
    align-items: center;
}

.mpm-info-choice-note {
    display: flex;
    gap: 14px;
    margin-top: 28px;
    padding: 18px;
    border-radius: 18px;
    color: #2e4b6a;
    background: #eef7ff;
    font-size: .95rem;
    font-weight: 800;
    line-height: 1.55;
}

.mpm-info-choice-note span {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #1977c9;
}

.mpm-info-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.mpm-info-point {
    position: relative;
    min-height: 220px;
    padding: 28px;
    border: 1px solid rgba(11, 43, 80, .09);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(11, 43, 80, .08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.mpm-info-point:nth-child(2),
.mpm-info-point:nth-child(3) {
    background: #fff7f0;
}

.mpm-info-point:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(11, 43, 80, .13);
}

.mpm-info-point-number {
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    margin-bottom: 28px;
    border-radius: 14px;
    color: #fff;
    background: #ff7a28;
    font-family: "Fredoka", sans-serif;
    font-size: 1.08rem;
    font-weight: 700;
}

.mpm-info-point:nth-child(even) .mpm-info-point-number {
    background: #1672bf;
}

.mpm-info-point h3 {
    margin: 0 0 10px;
    color: #0b2b50;
    font-family: "Fredoka", sans-serif;
    font-size: 1.3rem;
}

.mpm-info-point p {
    margin: 0;
    color: #61758b;
    line-height: 1.65;
}

.mpm-info-levels {
    background: #f2f8fd;
}

.mpm-info-level-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.mpm-info-level-card {
    min-height: 390px;
    display: grid;
    grid-template-columns: minmax(190px, .85fr) minmax(0, 1.15fr);
    overflow: hidden;
    border: 1px solid rgba(11, 43, 80, .08);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(11, 43, 80, .08);
}

.mpm-info-level-image {
    min-height: 100%;
    background-color: #dbe9f5;
    background-position: center;
    background-size: cover;
    transition: transform .45s ease;
}

.mpm-info-level-card:hover .mpm-info-level-image {
    transform: scale(1.035);
}

.mpm-info-level-body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px;
    background: #fff;
}

.mpm-info-level-label {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 16px;
    padding: 7px 11px;
    border-radius: 999px;
    color: #c74d0c;
    background: #fff0e5;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mpm-info-level-body h3 {
    margin: 0;
    color: #0b2b50;
    font-family: "Fredoka", sans-serif;
    font-size: clamp(1.45rem, 2vw, 2rem);
    line-height: 1.08;
}

.mpm-info-level-body p {
    margin: 14px 0 22px;
    color: #63778c;
    line-height: 1.62;
}

.mpm-info-schedule {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #0b2b50;
    font-size: .92rem;
    font-weight: 900;
}

.mpm-info-schedule svg {
    width: 18px;
    height: 18px;
    color: #ff7a28;
}

.mpm-info-identity {
    color: #fff;
    background: #082746;
}

.mpm-info-identity .mpm-info-eyebrow {
    color: #ff9c5e;
}

.mpm-info-identity .mpm-info-heading h2,
.mpm-info-identity .mpm-info-heading p {
    color: #fff;
}

.mpm-info-identity .mpm-info-heading p {
    color: rgba(255, 255, 255, .7);
}

.mpm-info-identity-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.mpm-info-identity-card {
    position: relative;
    min-height: 340px;
    padding: 34px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 28px;
    background: rgba(255, 255, 255, .07);
}

.mpm-info-identity-card::after {
    position: absolute;
    right: -45px;
    bottom: -70px;
    width: 180px;
    height: 180px;
    border: 22px solid rgba(255, 255, 255, .05);
    border-radius: 50%;
    content: "";
}

.mpm-info-identity-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    margin-bottom: 56px;
    border-radius: 17px;
    color: #fff;
    background: #ff7a28;
}

.mpm-info-identity-card:nth-child(2) .mpm-info-identity-icon {
    background: #1977c9;
}

.mpm-info-identity-card:nth-child(3) .mpm-info-identity-icon {
    color: #0b2b50;
    background: #ffd166;
}

.mpm-info-identity-icon svg {
    width: 25px;
    height: 25px;
}

.mpm-info-identity-card h3 {
    margin: 0 0 12px;
    color: #fff;
    font-family: "Fredoka", sans-serif;
    font-size: 1.65rem;
}

.mpm-info-identity-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(255, 255, 255, .72);
    line-height: 1.7;
}

.mpm-info-entry-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
    gap: clamp(38px, 7vw, 80px);
    align-items: start;
}

.mpm-info-documents {
    display: grid;
    gap: 12px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.mpm-info-documents li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid rgba(11, 43, 80, .08);
    border-radius: 15px;
    color: #38546f;
    background: #fff;
    font-weight: 800;
    line-height: 1.45;
}

.mpm-info-check {
    flex: 0 0 auto;
    width: 23px;
    height: 23px;
    display: grid;
    place-items: center;
    margin-top: 1px;
    border-radius: 50%;
    color: #fff;
    background: #36a66a;
    font-size: .75rem;
}

.mpm-info-entry-card {
    position: sticky;
    top: 110px;
    padding: 38px;
    border-radius: 30px;
    color: #fff;
    background: #0d3967;
    box-shadow: 0 26px 70px rgba(11, 43, 80, .2);
}

.mpm-info-entry-card .mpm-info-card-mark {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    margin-bottom: 32px;
    border-radius: 18px;
    color: #0b2b50;
    background: #ffd166;
    font-family: "Fredoka", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
}

.mpm-info-entry-card h3 {
    margin: 0;
    color: #fff;
    font-family: "Fredoka", sans-serif;
    font-size: clamp(1.75rem, 3vw, 2.55rem);
    line-height: 1.08;
}

.mpm-info-entry-card p {
    margin: 17px 0 28px;
    color: rgba(255, 255, 255, .73);
    line-height: 1.7;
}

.mpm-info-entry-card .mpm-button {
    width: 100%;
    justify-content: center;
    color: #0b2b50 !important;
    background: #fff !important;
}

.mpm-info-final {
    padding: 0 0 clamp(78px, 9vw, 126px);
}

.mpm-info-final-box {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px;
    align-items: center;
    padding: clamp(38px, 6vw, 68px);
    overflow: hidden;
    border-radius: 34px;
    color: #fff;
    background: linear-gradient(120deg, #ed681e 0%, #ff7a28 65%, #ff9251 100%);
    box-shadow: 0 25px 70px rgba(232, 94, 20, .22);
}

.mpm-info-final-box::after {
    position: absolute;
    right: 17%;
    bottom: -145px;
    width: 260px;
    height: 260px;
    border: 30px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    content: "";
}

.mpm-info-final-copy {
    position: relative;
    z-index: 1;
    max-width: 720px;
}

.mpm-info-final-copy h2 {
    margin: 0;
    color: #fff;
    font-family: "Fredoka", sans-serif;
    font-size: clamp(2rem, 4vw, 3.45rem);
    line-height: 1.04;
    letter-spacing: -.03em;
}

.mpm-info-final-copy p {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, .88);
    font-size: 1.04rem;
    line-height: 1.7;
}

.mpm-info-final-actions {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 11px;
    min-width: 230px;
}

.mpm-info-final-actions .mpm-button {
    justify-content: center;
}

.mpm-info-final-actions .mpm-button-light {
    color: #0b2b50 !important;
    background: #fff !important;
}

.mpm-info-final-actions .mpm-button-outline {
    border-color: rgba(255, 255, 255, .55);
    color: #fff;
    background: transparent;
}

@media (max-width: 1040px) {
    .mpm-info-level-card {
        min-height: 0;
        grid-template-columns: 1fr;
    }

    .mpm-info-level-image {
        min-height: 240px;
    }
}

@media (max-width: 880px) {
    .mpm-info-hero {
        min-height: 650px;
        background-position: 58% center;
    }

    .mpm-info-hero::before {
        background: linear-gradient(90deg, rgba(5, 31, 59, .94) 0%, rgba(5, 31, 59, .72) 72%, rgba(5, 31, 59, .54) 100%);
    }

    .mpm-info-choice-layout,
    .mpm-info-entry-layout {
        grid-template-columns: 1fr;
    }

    .mpm-info-identity-grid {
        grid-template-columns: 1fr;
    }

    .mpm-info-identity-card {
        min-height: 0;
    }

    .mpm-info-identity-icon {
        margin-bottom: 34px;
    }

    .mpm-info-entry-card {
        position: relative;
        top: auto;
    }

    .mpm-info-final-box {
        grid-template-columns: 1fr;
    }

    .mpm-info-final-actions {
        min-width: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .mpm-info-hero-content,
    .mpm-info-container {
        width: min(100% - 28px, 1180px);
    }

    .mpm-info-hero {
        min-height: 610px;
    }

    .mpm-info-hero-content {
        padding-bottom: 64px;
    }

    .mpm-info-hero h1 {
        font-size: clamp(2.45rem, 12vw, 3.5rem);
    }

    .mpm-info-hero-actions .mpm-button {
        width: 100%;
        justify-content: center;
    }

    .mpm-info-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mpm-info-points,
    .mpm-info-level-grid {
        grid-template-columns: 1fr;
    }

    .mpm-info-point {
        min-height: 0;
    }

    .mpm-info-level-card {
        border-radius: 24px;
    }

    .mpm-info-level-image {
        min-height: 220px;
    }

    .mpm-info-level-body,
    .mpm-info-identity-card,
    .mpm-info-entry-card {
        padding: 28px;
    }

    .mpm-info-final-box {
        padding: 34px 24px;
        border-radius: 26px;
    }

    .mpm-info-final-actions {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mpm-info-point,
    .mpm-info-level-image,
    .mpm-info-nav a {
        transition: none;
    }
}
