:root {
    --mp-navy: #071d46;
    --mp-navy-2: #0b2c61;
    --mp-blue: #087cf0;
    --mp-cyan: #20b9ff;
    --mp-orange: #ff6400;
    --mp-orange-dark: #e95500;
    --mp-text: #12264a;
    --mp-muted: #5c6f8e;
    --mp-line: #cfe3fa;
    --mp-soft: #f2f8ff;
    --mp-soft-2: #eaf5ff;
    --mp-white: #ffffff;
    --mp-shadow: 0 18px 50px rgba(16, 76, 145, .11);
}

.mp-page,
.mp-page * {
    box-sizing: border-box;
}

.mp-page {
    position: relative;
    overflow: hidden;
    background: var(--mp-white);
    color: var(--mp-text);
    font-family: "Segoe UI", Arial, sans-serif;
    line-height: 1.6;
}

.mp-page h1,
.mp-page h2,
.mp-page h3,
.mp-page p,
.mp-page ul,
.mp-page ol {
    margin-top: 0;
}

.mp-page a {
    text-decoration: none;
}

.mp-page svg {
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.mp-container {
    width: min(1240px, calc(100% - 44px));
    margin: 0 auto;
}

.mp-hero {
    position: relative;
    min-height: 690px;
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    background: #fff;
    border-bottom: 1px solid #dcecff;
}

.mp-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, .99) 0%, rgba(255, 255, 255, .98) 34%, rgba(255, 255, 255, .78) 47%, rgba(255, 255, 255, .1) 67%, rgba(255, 255, 255, 0) 100%);
}

.mp-hero-art {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.mp-hero-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.mp-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 560px) 1fr;
    align-items: center;
    min-height: inherit;
    padding: 76px 0 64px;
}

.mp-hero-copy {
    position: relative;
    z-index: 2;
}

.mp-eyebrow,
.mp-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    color: var(--mp-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.mp-eyebrow::before,
.mp-kicker::before {
    content: "";
    width: 28px;
    height: 3px;
    border-radius: 2px;
    background: var(--mp-orange);
}

.mp-hero h1 {
    margin-bottom: 18px;
    font-size: clamp(54px, 6vw, 82px);
    font-weight: 900;
    line-height: .94;
    letter-spacing: -.045em;
    text-transform: uppercase;
}

.mp-hero h1 span,
.mp-hero h1 strong {
    display: block;
}

.mp-hero h1 span {
    color: var(--mp-navy);
}

.mp-hero h1 strong {
    color: var(--mp-orange);
    font-weight: 900;
}

.mp-hero h2 {
    max-width: 540px;
    margin-bottom: 16px;
    color: var(--mp-navy);
    font-size: clamp(24px, 2.4vw, 36px);
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: -.025em;
}

.mp-hero-summary {
    max-width: 545px;
    margin-bottom: 28px;
    color: #3d5377;
    font-size: 17px;
    line-height: 1.75;
}

.mp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    align-items: center;
}

.mp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 22px;
    border: 1px solid transparent;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.2;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background-color .2s ease;
}

.mp-btn span {
    margin-left: 13px;
    font-size: 20px;
    line-height: 1;
}

.mp-btn:hover,
.mp-btn:focus-visible {
    transform: translateY(-2px);
}

.mp-btn-primary {
    color: #fff;
    background: linear-gradient(135deg, #ff7418, var(--mp-orange));
    box-shadow: 0 14px 30px rgba(255, 100, 0, .22);
}

.mp-btn-primary:hover,
.mp-btn-primary:focus-visible {
    color: #fff;
    background: var(--mp-orange-dark);
    box-shadow: 0 18px 34px rgba(255, 100, 0, .3);
}

.mp-btn-secondary {
    color: var(--mp-navy);
    border-color: #86b9ed;
    background: rgba(255, 255, 255, .86);
}

.mp-btn-secondary:hover,
.mp-btn-secondary:focus-visible {
    color: var(--mp-blue);
    border-color: var(--mp-blue);
    background: #fff;
}

.mp-hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: center;
    margin: 25px 0 0;
    color: #526c92;
    font-size: 12px;
    font-weight: 700;
}

.mp-hero-proof span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--mp-orange);
}

.mp-outcomes {
    position: relative;
    z-index: 3;
    padding: 22px 0;
    background: #fff;
    border-bottom: 1px solid var(--mp-line);
    box-shadow: 0 12px 35px rgba(13, 74, 143, .06);
}

.mp-outcome-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mp-outcome {
    min-width: 0;
    padding: 14px 18px;
    text-align: center;
    border-right: 1px solid #d8e9fa;
}

.mp-outcome:last-child {
    border-right: 0;
}

.mp-outcome svg {
    width: 42px;
    height: 42px;
    margin: 0 auto 9px;
    color: var(--mp-blue);
}

.mp-outcome strong,
.mp-outcome small {
    display: block;
}

.mp-outcome strong {
    color: var(--mp-navy);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .025em;
    text-transform: uppercase;
}

.mp-outcome small {
    margin-top: 5px;
    color: var(--mp-muted);
    font-size: 12px;
    line-height: 1.45;
}

.mp-section {
    position: relative;
    padding: 88px 0;
}

#m365-coverage,
#m365-experts {
    scroll-margin-top: 96px;
}

.mp-section-heading {
    max-width: 850px;
    margin: 0 auto 42px;
    text-align: center;
}

.mp-section-heading-left {
    max-width: none;
    margin: 0;
    text-align: left;
}

.mp-section-heading h2 {
    margin-bottom: 15px;
    color: var(--mp-navy);
    font-size: clamp(31px, 3.5vw, 48px);
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -.035em;
}

.mp-section-heading p {
    margin: 0 auto;
    color: var(--mp-muted);
    font-size: 17px;
    line-height: 1.75;
}

.mp-section-heading p + p {
    margin-top: 12px;
}

.mp-section-heading-left p {
    margin-left: 0;
}

.mp-intro {
    background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}

.mp-intro-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr);
    gap: 70px;
    align-items: center;
}

.mp-intro-points {
    display: grid;
    gap: 14px;
}

.mp-intro-points > div {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 20px;
    border: 1px solid var(--mp-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(18, 82, 154, .06);
}

.mp-intro-points b {
    display: grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--mp-blue);
    font-size: 12px;
}

.mp-intro-points strong,
.mp-intro-points small {
    display: block;
}

.mp-intro-points strong {
    margin-bottom: 3px;
    color: var(--mp-navy);
    font-size: 16px;
}

.mp-intro-points small {
    color: var(--mp-muted);
    font-size: 13px;
    line-height: 1.5;
}

.mp-team {
    background: #fff;
}

.mp-value-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.mp-value-card,
.mp-coverage-card,
.mp-package,
.mp-industry {
    border: 1px solid var(--mp-line);
    background: #fff;
    box-shadow: 0 12px 30px rgba(22, 80, 145, .07);
}

.mp-value-card {
    min-height: 230px;
    padding: 28px 23px;
    border-radius: 14px;
    text-align: center;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.mp-value-card:hover {
    transform: translateY(-5px);
    border-color: #78baf7;
    box-shadow: var(--mp-shadow);
}

.mp-value-card svg {
    width: 54px;
    height: 54px;
    margin: 0 auto 17px;
    color: var(--mp-blue);
}

.mp-value-card h3 {
    min-height: 48px;
    margin-bottom: 10px;
    color: var(--mp-navy);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
}

.mp-value-card p {
    margin-bottom: 0;
    color: var(--mp-muted);
    font-size: 14px;
    line-height: 1.65;
}

.mp-team-art {
    display: block;
    width: 100%;
    margin: 36px 0 0;
    overflow: hidden;
    border: 1px solid #d6e9fb;
    border-radius: 18px;
    background: #f9fcff;
    box-shadow: var(--mp-shadow);
}

.mp-team-art img {
    display: block;
    width: 100%;
    height: auto;
}

.mp-team-statement {
    max-width: 920px;
    margin: 25px auto 0;
    color: var(--mp-navy);
    font-size: clamp(20px, 2.4vw, 29px);
    font-weight: 750;
    line-height: 1.4;
    text-align: center;
}

.mp-coverage {
    background: linear-gradient(180deg, var(--mp-soft) 0%, #fff 100%);
}

.mp-coverage-map {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas:
        "tenant identity endpoint"
        "email core threat"
        "data core support";
    gap: 20px;
}

.mp-coverage-map::before {
    content: "";
    position: absolute;
    inset: 14% 16%;
    z-index: 0;
    opacity: .35;
    background-image: radial-gradient(circle, var(--mp-cyan) 1.3px, transparent 1.5px);
    background-size: 18px 18px;
    mask-image: radial-gradient(circle, #000 0%, transparent 72%);
}

.mp-coverage-card,
.mp-coverage-core {
    position: relative;
    z-index: 1;
}

.mp-coverage-card {
    display: flex;
    gap: 16px;
    min-height: 185px;
    padding: 23px;
    border-radius: 14px;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.mp-coverage-card:hover {
    transform: translateY(-4px);
    border-color: #6db4f5;
    box-shadow: var(--mp-shadow);
}

.mp-coverage-card > svg {
    flex: 0 0 43px;
    width: 43px;
    height: 43px;
    color: var(--mp-blue);
}

.mp-coverage-card h3 {
    margin-bottom: 9px;
    color: var(--mp-navy);
    font-size: 18px;
    font-weight: 800;
}

.mp-coverage-card ul,
.mp-package ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mp-coverage-card li,
.mp-package li {
    position: relative;
    padding-left: 18px;
    color: var(--mp-muted);
    font-size: 13px;
    line-height: 1.55;
}

.mp-coverage-card li + li,
.mp-package li + li {
    margin-top: 5px;
}

.mp-coverage-card li::before,
.mp-package li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--mp-blue);
    font-weight: 900;
}

.mp-coverage-tenant { grid-area: tenant; }
.mp-coverage-identity { grid-area: identity; }
.mp-coverage-endpoint { grid-area: endpoint; }
.mp-coverage-email { grid-area: email; }
.mp-coverage-threat { grid-area: threat; }
.mp-coverage-data { grid-area: data; }
.mp-coverage-support { grid-area: support; }

.mp-coverage-core {
    grid-area: core;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 390px;
    overflow: hidden;
    border: 1px solid #8bc8fb;
    border-radius: 50% 50% 44% 44%;
    color: var(--mp-blue);
    background: radial-gradient(circle at 50% 42%, #fff 0%, #e7f5ff 52%, #d5edff 100%);
    box-shadow: 0 24px 60px rgba(20, 121, 225, .16), inset 0 0 44px rgba(46, 178, 255, .1);
    text-align: center;
}

.mp-coverage-core::before,
.mp-coverage-core::after,
.mp-coverage-core span {
    content: "";
    position: absolute;
    inset: 12%;
    border: 1px solid rgba(8, 124, 240, .2);
    border-radius: 50%;
}

.mp-coverage-core::after {
    inset: 24%;
}

.mp-coverage-core span {
    inset: 36%;
}

.mp-coverage-core svg {
    position: relative;
    z-index: 2;
    width: 114px;
    height: 114px;
    margin-bottom: 15px;
    filter: drop-shadow(0 12px 18px rgba(0, 105, 210, .16));
}

.mp-coverage-core strong,
.mp-coverage-core small {
    position: relative;
    z-index: 2;
    display: block;
}

.mp-coverage-core strong {
    color: var(--mp-navy);
    font-size: 21px;
    font-weight: 850;
}

.mp-coverage-core small {
    margin-top: 2px;
    color: var(--mp-muted);
    font-size: 12px;
}

.mp-license-note {
    max-width: 880px;
    margin: 26px auto 0;
    color: #6a7d9b;
    font-size: 12px;
    text-align: center;
}

.mp-delivery {
    background: #fff;
}

.mp-process {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mp-process::before {
    content: "";
    position: absolute;
    top: 65px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: repeating-linear-gradient(90deg, var(--mp-blue) 0 8px, transparent 8px 14px);
}

.mp-process li {
    position: relative;
    z-index: 1;
    min-width: 0;
    padding: 0 10px;
    text-align: center;
}

.mp-process li > span {
    position: absolute;
    top: -7px;
    left: calc(50% + 31px);
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: var(--mp-blue);
    box-shadow: 0 7px 16px rgba(8, 124, 240, .25);
    font-size: 11px;
    font-weight: 800;
}

.mp-process svg {
    width: 84px;
    height: 84px;
    margin: 0 auto 18px;
    padding: 20px;
    border: 1px solid #9dcbf5;
    border-radius: 50%;
    color: var(--mp-blue);
    background: #f5faff;
    box-shadow: 0 12px 26px rgba(15, 112, 216, .1);
}

.mp-process h3 {
    margin-bottom: 8px;
    color: var(--mp-navy);
    font-size: 17px;
    font-weight: 850;
    text-transform: uppercase;
}

.mp-process p {
    margin-bottom: 0;
    color: var(--mp-muted);
    font-size: 13px;
    line-height: 1.55;
}

.mp-packages {
    background: linear-gradient(180deg, #f4f9ff 0%, #fff 100%);
}

.mp-package-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.mp-package {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 455px;
    padding: 34px 30px 28px;
    border-radius: 15px;
}

.mp-package-featured {
    border: 2px solid var(--mp-orange);
    box-shadow: 0 22px 48px rgba(255, 100, 0, .13);
}

.mp-package-badge {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 7px 12px;
    border-radius: 13px 13px 0 0;
    color: #fff;
    background: var(--mp-orange);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-align: center;
    text-transform: uppercase;
}

.mp-package > svg {
    width: 58px;
    height: 58px;
    margin-bottom: 20px;
    color: var(--mp-blue);
}

.mp-package-featured > svg {
    margin-top: 17px;
}

.mp-package h3 {
    margin-bottom: 11px;
    color: var(--mp-navy);
    font-size: 23px;
    font-weight: 850;
}

.mp-package p {
    min-height: 72px;
    margin-bottom: 19px;
    color: var(--mp-muted);
    font-size: 14px;
    line-height: 1.65;
}

.mp-package li {
    font-size: 14px;
}

.mp-package > a {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    margin-top: auto;
    padding-top: 24px;
    color: var(--mp-blue);
    font-size: 14px;
    font-weight: 800;
}

.mp-package > a span {
    margin-left: 9px;
    font-size: 18px;
}

.mp-package > a:hover,
.mp-package > a:focus-visible {
    color: var(--mp-orange);
}

.mp-industries {
    background: #fff;
}

.mp-industry-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.mp-industry {
    min-height: 190px;
    padding: 25px 15px;
    border-radius: 13px;
    text-align: center;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.mp-industry:hover {
    transform: translateY(-4px);
    border-color: #75b8f5;
    box-shadow: var(--mp-shadow);
}

.mp-industry svg {
    width: 49px;
    height: 49px;
    margin: 0 auto 14px;
    color: var(--mp-blue);
}

.mp-industry strong,
.mp-industry small {
    display: block;
}

.mp-industry strong {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    color: var(--mp-navy);
    font-size: 14px;
    font-weight: 800;
}

.mp-industry strong::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 30px;
    height: 3px;
    transform: translateX(-50%);
    border-radius: 2px;
    background: var(--mp-orange);
}

.mp-industry small {
    color: var(--mp-muted);
    font-size: 12px;
    line-height: 1.5;
}

.mp-cta {
    padding: 24px 0 88px;
    background: #fff;
}

.mp-cta-inner {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    overflow: hidden;
    padding: 38px 42px;
    border: 1px solid #8fc5f4;
    border-radius: 18px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .97), rgba(236, 247, 255, .9)),
        radial-gradient(circle at 90% 50%, rgba(42, 163, 255, .25), transparent 35%);
    box-shadow: var(--mp-shadow);
}

.mp-cta-inner::after {
    content: "";
    position: absolute;
    right: -80px;
    top: -120px;
    width: 340px;
    height: 340px;
    border: 1px solid rgba(8, 124, 240, .22);
    border-radius: 50%;
    box-shadow: inset 0 0 0 24px rgba(8, 124, 240, .03), inset 0 0 0 48px rgba(8, 124, 240, .025);
    pointer-events: none;
}

.mp-cta-icon {
    display: grid;
    width: 92px;
    height: 92px;
    place-items: center;
    border: 1px solid #8dc5f7;
    border-radius: 50%;
    color: var(--mp-blue);
    background: #fff;
    box-shadow: 0 12px 28px rgba(13, 113, 219, .14);
}

.mp-cta-icon svg {
    width: 53px;
    height: 53px;
}

.mp-cta h2 {
    margin-bottom: 8px;
    color: var(--mp-navy);
    font-size: clamp(27px, 3vw, 39px);
    font-weight: 850;
    line-height: 1.18;
    letter-spacing: -.03em;
}

.mp-cta p {
    max-width: 650px;
    margin-bottom: 0;
    color: var(--mp-muted);
    font-size: 15px;
}

.mp-cta .mp-kicker {
    margin-bottom: 9px;
}

.mp-cta-actions {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    min-width: 300px;
}

.mp-cta-phone {
    color: var(--mp-navy);
    font-size: 13px;
    font-weight: 750;
    text-align: center;
}

.mp-cta-phone:hover,
.mp-cta-phone:focus-visible {
    color: var(--mp-blue);
}

.mp-js .mp-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .65s ease, transform .65s ease;
}

.mp-js .mp-reveal.mp-visible {
    opacity: 1;
    transform: none;
}

@media (max-width: 1160px) {
    .mp-hero::after {
        background: linear-gradient(90deg, rgba(255, 255, 255, .99) 0%, rgba(255, 255, 255, .97) 42%, rgba(255, 255, 255, .65) 57%, rgba(255, 255, 255, 0) 100%);
    }

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

    .mp-industry-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mp-cta-inner {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .mp-cta-actions {
        grid-column: 2;
        align-items: flex-start;
    }
}

@media (max-width: 940px) {
    .mp-hero {
        min-height: 610px;
    }

    .mp-hero-layout {
        grid-template-columns: minmax(0, 530px) 1fr;
    }

    .mp-hero-art img {
        object-position: 62% center;
    }

    .mp-hero::after {
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .98) 51%, rgba(255, 255, 255, .68) 68%, rgba(255, 255, 255, .15) 100%);
    }

    .mp-outcome-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
    }

    .mp-outcome:nth-child(3) {
        border-right: 0;
    }

    .mp-outcome:nth-child(n+4) {
        border-top: 1px solid #d8e9fa;
    }

    .mp-intro-layout {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .mp-coverage-map {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "tenant identity"
            "endpoint email"
            "core core"
            "threat data"
            "support support";
    }

    .mp-coverage-core {
        min-height: 300px;
        border-radius: 38px;
    }

    .mp-process {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 36px;
    }

    .mp-process::before {
        display: none;
    }

    .mp-package-grid {
        grid-template-columns: 1fr;
        max-width: 680px;
        margin: 0 auto;
    }

    .mp-package {
        min-height: 0;
    }
}

@media (max-width: 700px) {
    .mp-container {
        width: min(100% - 28px, 620px);
    }

    .mp-hero {
        display: block;
        min-height: 0;
        padding-top: 0;
    }

    .mp-hero::after {
        background: linear-gradient(180deg, #fff 0%, #fff 55%, rgba(255, 255, 255, .72) 72%, rgba(255, 255, 255, .1) 100%);
    }

    .mp-hero-layout {
        display: block;
        min-height: 720px;
        padding: 56px 0 300px;
    }

    .mp-hero-art img {
        object-position: 72% bottom;
    }

    .mp-hero h1 {
        font-size: clamp(48px, 15vw, 66px);
    }

    .mp-hero h2 {
        font-size: 26px;
    }

    .mp-hero-summary {
        font-size: 15px;
    }

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

    .mp-btn {
        width: 100%;
    }

    .mp-hero-proof {
        display: none;
    }

    .mp-outcome-grid,
    .mp-value-grid,
    .mp-coverage-map,
    .mp-process,
    .mp-industry-grid {
        grid-template-columns: 1fr;
    }

    .mp-outcome {
        display: grid;
        grid-template-columns: 48px 1fr;
        column-gap: 14px;
        align-items: center;
        padding: 15px 10px;
        border-right: 0;
        border-top: 1px solid #d8e9fa;
        text-align: left;
    }

    .mp-outcome:first-child {
        border-top: 0;
    }

    .mp-outcome svg {
        grid-row: 1 / span 2;
        margin: 0;
    }

    .mp-outcome small {
        margin-top: 0;
    }

    .mp-section {
        padding: 68px 0;
    }

    .mp-section-heading {
        margin-bottom: 32px;
    }

    .mp-section-heading h2 {
        font-size: 32px;
    }

    .mp-section-heading p {
        font-size: 15px;
    }

    .mp-value-card {
        min-height: 0;
    }

    .mp-team-art {
        margin-top: 25px;
        border-radius: 12px;
    }

    .mp-team-art img {
        min-height: 310px;
        object-fit: cover;
        object-position: center;
    }

    .mp-coverage-map {
        grid-template-areas:
            "tenant"
            "identity"
            "endpoint"
            "email"
            "core"
            "threat"
            "data"
            "support";
    }

    .mp-coverage-card {
        min-height: 0;
    }

    .mp-coverage-core {
        min-height: 260px;
    }

    .mp-process {
        gap: 28px;
    }

    .mp-process li {
        padding: 0 22px;
    }

    .mp-package {
        padding: 31px 24px 25px;
    }

    .mp-industry {
        min-height: 0;
    }

    .mp-cta {
        padding-bottom: 68px;
    }

    .mp-cta-inner {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 30px 24px;
        text-align: center;
    }

    .mp-cta-icon {
        margin: 0 auto;
    }

    .mp-cta-actions {
        grid-column: auto;
        align-items: stretch;
        min-width: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mp-page *,
    .mp-page *::before,
    .mp-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
