﻿/* =========================================================
   HERO
========================================================= */

.m365-hero {
    position: relative;
    min-height: 800px;
    padding-top: 78px;
    overflow: hidden;
    background: radial-gradient( circle at 78% 42%, rgba(0, 145, 255, .18), transparent 35% ), linear-gradient( 110deg, #020a14, #06192b 58%, #02101c );
}

.m365-grid-bg {
    position: absolute;
    inset: 0;
    opacity: .12;
    background-image: linear-gradient( rgba(56, 188, 255, .22) 1px, transparent 1px ), linear-gradient( 90deg, rgba(56, 188, 255, .22) 1px, transparent 1px );
    background-size: 75px 75px;
}

.m365-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
}

.m365-glow-one {
    width: 550px;
    height: 550px;
    right: 0;
    top: 80px;
    background: rgba(0, 135, 255, .17);
}

.m365-glow-two {
    width: 300px;
    height: 300px;
    left: -110px;
    bottom: -100px;
    background: rgba(48, 218, 255, .08);
}

.m365-hero-layout {
    position: relative;
    z-index: 2;
    min-height: 720px;
    display: grid;
    grid-template-columns: 1fr .9fr;
    align-items: center;
    gap: 80px;
}

.m365-breadcrumb {
    margin-bottom: 38px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #62798d;
    font-size: 9px;
}

    .m365-breadcrumb strong {
        color: #9cb1c2;
        font-weight: 500;
    }

    .m365-breadcrumb a:hover {
        color: white;
    }

.m365-eyebrow {
    display: block;
    margin-bottom: 18px;
    color: #42d6ff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .17em;
}

.m365-hero h1 {
    margin-bottom: 26px;
    color: white;
    font-size: clamp(47px, 5vw, 74px);
    line-height: 1;
    letter-spacing: -.06em;
}

    .m365-hero h1 span {
        display: block;
        color: #4bd5ff;
    }

.m365-hero-description {
    max-width: 730px;
    color: #a4b6c6;
    font-size: 16px;
    line-height: 1.9;
}

.m365-hero-actions {
    margin-top: 35px;
    display: flex;
    gap: 14px;
}

.m365-hero-tags {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

    .m365-hero-tags span {
        padding: 8px 11px;
        border: 1px solid rgba(67, 207, 255, .17);
        color: #8ca6b8;
        background: rgba(255, 255, 255, .025);
        font-size: 8px;
    }


/* =========================================================
   HERO CLOUD
========================================================= */

.m365-hero-visual {
    position: relative;
    min-height: 530px;
}

.m365-cloud-core {
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    width: 165px;
    height: 165px;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(61, 210, 255, .3);
    border-radius: 50%;
    background: linear-gradient( 145deg, #0a84d6, #06466f );
    box-shadow: 0 0 60px rgba(0, 147, 255, .23);
}

    .m365-cloud-core small {
        margin-bottom: 7px;
        color: #b3eaff;
        font-size: 6px;
        font-weight: 800;
    }

    .m365-cloud-core strong {
        color: white;
        font-size: 30px;
    }

    .m365-cloud-core span {
        margin-top: 8px;
        color: #9ed3e6;
        font-size: 6px;
    }

.m365-cloud-node {
    position: absolute;
    z-index: 4;
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(60, 207, 255, .22);
    border-radius: 50%;
    color: #43d6ff;
    background: #062139;
    font-size: 7px;
    font-weight: 800;
}

.m365-node-mail {
    left: 8%;
    top: 7%;
}

.m365-node-teams {
    right: 8%;
    top: 7%;
}

.m365-node-sharepoint {
    left: 1%;
    top: 47%;
}

.m365-node-onedrive {
    right: 1%;
    top: 47%;
}

.m365-node-entra {
    left: 17%;
    bottom: 3%;
}

.m365-node-security {
    right: 17%;
    bottom: 3%;
}

.m365-cloud-line {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 210px;
    height: 1px;
    transform-origin: left center;
    background: linear-gradient( 90deg, #3bd4ff, transparent );
}

.m365-line-one {
    transform: rotate(-145deg);
}

.m365-line-two {
    transform: rotate(-35deg);
}

.m365-line-three {
    transform: rotate(180deg);
}

.m365-line-four {
    transform: rotate(0deg);
}

.m365-line-five {
    transform: rotate(135deg);
}

.m365-line-six {
    transform: rotate(45deg);
}

.m365-hero-status {
    position: absolute;
    z-index: 8;
    right: 5px;
    bottom: 20px;
    width: 210px;
    padding: 20px;
    border: 1px solid rgba(60, 207, 255, .18);
    background: rgba(3, 24, 42, .9);
}

    .m365-hero-status span {
        display: block;
        margin-bottom: 8px;
        color: #43d6ff;
        font-size: 7px;
        font-weight: 800;
    }

    .m365-hero-status strong {
        display: block;
        margin-bottom: 7px;
        color: white;
        font-size: 12px;
    }

    .m365-hero-status small {
        color: #718b9e;
        font-size: 7px;
    }


/* =========================================================
   COMMON
========================================================= */

.m365-heading h2,
.m365-centered-heading h2,
.m365-faq-heading h2,
.m365-related-heading h2 {
    color: #08182b;
    font-size: clamp( 39px, 4vw, 57px );
    line-height: 1.08;
    letter-spacing: -.05em;
}

    .m365-heading h2 span,
    .m365-centered-heading h2 span,
    .m365-faq-heading h2 span,
    .m365-related-heading h2 span {
        display: block;
        color: #1174cf;
    }

.m365-centered-heading {
    max-width: 920px;
    margin: 0 auto 60px;
    text-align: center;
}

    .m365-centered-heading > p {
        max-width: 760px;
        margin: 23px auto 0;
        color: #68798b;
        font-size: 14px;
        line-height: 1.9;
    }

.m365-heading-light h2 {
    color: white;
}

    .m365-heading-light h2 span {
        color: #49d4ff;
    }

.m365-heading-light > p {
    color: #91a6b8;
}


/* =========================================================
   LIST
========================================================= */

.m365-detail-list {
    margin: 22px 0 0;
    padding: 18px 0 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    list-style: none;
}

    .m365-detail-list li {
        position: relative;
        padding-left: 15px;
        color: #92a7b7;
        font-size: 10px;
        line-height: 1.6;
    }

        .m365-detail-list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 7px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #37d4ff;
        }

.m365-light-list {
    border-top-color: #dbe5ed;
}

    .m365-light-list li {
        color: #687c8e;
    }


/* =========================================================
   INTRO
========================================================= */

.m365-intro-section {
    padding: 120px 0;
    color: #08182b;
    background: #f7f9fc;
}

.m365-intro-layout {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 110px;
}

.m365-intro-copy p {
    margin-bottom: 21px;
    color: #68798a;
    font-size: 14px;
    line-height: 1.95;
}

.m365-intro-copy .m365-lead {
    color: #293c4f;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
}


/* =========================================================
   PLATFORM
========================================================= */

.m365-platform-section {
    padding: 115px 0;
    background: linear-gradient( 115deg, #03101d, #071f35 );
}

.m365-platform-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-left: 1px solid rgba(255, 255, 255, .08);
}

.m365-platform-card {
    min-height: 450px;
    padding: 29px;
    border-right: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .018);
}

    .m365-platform-card > span {
        display: block;
        margin-bottom: 18px;
        color: #557287;
        font-size: 7px;
        font-weight: 800;
    }

    .m365-platform-card > div {
        width: 56px;
        height: 56px;
        margin-bottom: 40px;
        display: grid;
        place-items: center;
        border: 1px solid rgba(61, 205, 255, .2);
        color: #43d5ff;
        font-size: 8px;
        font-weight: 800;
    }

    .m365-platform-card h3 {
        margin-bottom: 13px;
        color: white;
        font-size: 18px;
    }

    .m365-platform-card > p {
        color: #899eaf;
        font-size: 11px;
        line-height: 1.85;
    }


/* =========================================================
   SERVICES
========================================================= */

.m365-services-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}

.m365-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}

.m365-service-card {
    min-height: 420px;
    padding: 27px;
    border-right: 1px solid #d7e3ed;
    border-bottom: 1px solid #d7e3ed;
    background: rgba(255, 255, 255, .5);
    transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

    .m365-service-card:hover {
        position: relative;
        z-index: 2;
        transform: translateY(-6px);
        background: white;
        box-shadow: 0 25px 55px rgba(8, 40, 68, .09);
    }

    .m365-service-card > span {
        display: block;
        margin-bottom: 19px;
        color: #91a3b4;
        font-size: 9px;
        font-weight: 800;
    }

    .m365-service-card > div {
        width: 55px;
        height: 55px;
        margin-bottom: 25px;
        display: grid;
        place-items: center;
        border: 1px solid #bdddf3;
        border-radius: 8px;
        color: #0876d0;
        background: #f5fbff;
        font-size: 7px;
        font-weight: 800;
    }

    .m365-service-card h3 {
        margin-bottom: 13px;
        color: #12263a;
        font-size: 17px;
    }

    .m365-service-card > p {
        color: #6d7d8e;
        font-size: 11px;
        line-height: 1.8;
    }


/* =========================================================
   DARK TWO COLUMN
========================================================= */

.m365-tenant-section,
.m365-identity-section,
.m365-license-section,
.m365-migration-section,
.m365-admin-security-section,
.m365-operations-section {
    padding: 115px 0;
    background: linear-gradient( 115deg, #03101d, #072139 );
}

.m365-tenant-layout,
.m365-identity-layout,
.m365-license-layout,
.m365-migration-layout,
.m365-admin-security-layout,
.m365-operations-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}

.m365-tenant-copy h2,
.m365-identity-copy h2,
.m365-license-copy h2,
.m365-migration-copy h2,
.m365-admin-security-copy h2,
.m365-operations-copy h2 {
    margin-bottom: 24px;
    color: white;
    font-size: clamp( 39px, 4vw, 57px );
    line-height: 1.08;
    letter-spacing: -.05em;
}

    .m365-tenant-copy h2 span,
    .m365-identity-copy h2 span,
    .m365-license-copy h2 span,
    .m365-migration-copy h2 span,
    .m365-admin-security-copy h2 span,
    .m365-operations-copy h2 span {
        display: block;
        color: #49d4ff;
    }

.m365-tenant-copy > p,
.m365-identity-copy > p,
.m365-license-copy > p,
.m365-migration-copy > p,
.m365-admin-security-copy > p,
.m365-operations-copy > p {
    margin-bottom: 19px;
    color: #94a8b9;
    font-size: 13px;
    line-height: 1.9;
}


/* =========================================================
   TENANT MAP
========================================================= */

.m365-tenant-map {
    position: relative;
    min-height: 430px;
}

.m365-tenant-core {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 130px;
    height: 130px;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    background: linear-gradient( 145deg, #087dcc, #074a73 );
}

    .m365-tenant-core small {
        margin-bottom: 8px;
        color: #aee7ff;
        font-size: 7px;
    }

    .m365-tenant-core strong {
        font-size: 18px;
    }

.m365-tenant-node {
    position: absolute;
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(60, 205, 255, .2);
    border-radius: 50%;
    color: #43d5ff;
    background: #062139;
    font-size: 7px;
    font-weight: 800;
}

.m365-t-domain {
    left: 8%;
    top: 10%;
}

.m365-t-user {
    right: 8%;
    top: 10%;
}

.m365-t-group {
    left: 1%;
    top: 48%;
}

.m365-t-role {
    right: 1%;
    top: 48%;
}

.m365-t-license {
    left: 17%;
    bottom: 2%;
}

.m365-t-policy {
    right: 17%;
    bottom: 2%;
}


/* =========================================================
   DOMAIN
========================================================= */

.m365-domain-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}

.m365-domain-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 55px;
}

    .m365-domain-flow > div {
        width: 155px;
        min-height: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: 1px solid #d2e1ec;
        background: white;
    }

    .m365-domain-flow span {
        margin-bottom: 8px;
        color: #0877d1;
        font-size: 7px;
        font-weight: 800;
    }

    .m365-domain-flow strong {
        margin-bottom: 6px;
        color: #304b61;
        font-size: 10px;
    }

    .m365-domain-flow small {
        color: #7a8c9b;
        font-size: 7px;
    }

    .m365-domain-flow > i {
        padding: 0 10px;
        color: #0877d1;
        font-style: normal;
    }

.m365-domain-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}

.m365-domain-card {
    min-height: 270px;
    padding: 27px;
    border-right: 1px solid #d7e3ed;
    border-bottom: 1px solid #d7e3ed;
}

    .m365-domain-card > span {
        width: 54px;
        height: 54px;
        margin-bottom: 40px;
        display: grid;
        place-items: center;
        border: 1px solid #bdddf3;
        color: #0877d1;
        font-size: 7px;
        font-weight: 800;
    }

    .m365-domain-card h3 {
        margin-bottom: 11px;
        color: #173045;
        font-size: 16px;
    }

    .m365-domain-card p {
        color: #6d7f8f;
        font-size: 10px;
        line-height: 1.8;
    }


/* =========================================================
   IDENTITY MAP
========================================================= */

.m365-identity-visual {
    position: relative;
    min-height: 430px;
}

.m365-identity-center,
.m365-identity-node {
    position: absolute;
    display: grid;
    place-items: center;
    border-radius: 50%;
}

.m365-identity-center {
    left: 50%;
    top: 50%;
    width: 125px;
    height: 125px;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    background: linear-gradient( 145deg, #087dcc, #074a73 );
}

    .m365-identity-center span {
        margin-bottom: 8px;
        color: #aee7ff;
        font-size: 7px;
    }

    .m365-identity-center strong {
        font-size: 14px;
    }

.m365-identity-node {
    width: 72px;
    height: 72px;
    border: 1px solid rgba(60, 205, 255, .2);
    color: #43d5ff;
    background: #062139;
    font-size: 7px;
    font-weight: 800;
}

.m365-id-mail {
    left: 8%;
    top: 10%;
}

.m365-id-file {
    right: 8%;
    top: 10%;
}

.m365-id-teams {
    left: 1%;
    top: 48%;
}

.m365-id-app {
    right: 1%;
    top: 48%;
}

.m365-id-device {
    left: 17%;
    bottom: 2%;
}

.m365-id-admin {
    right: 17%;
    bottom: 2%;
}


/* =========================================================
   LIFE CYCLE
========================================================= */

.m365-lifecycle-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}

.m365-lifecycle-flow {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}

.m365-lifecycle-card {
    min-height: 300px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #d7e3ed;
    border-bottom: 1px solid #d7e3ed;
}

    .m365-lifecycle-card > span {
        margin-bottom: 42px;
        color: #0877d1;
        font-size: 9px;
        font-weight: 800;
    }

    .m365-lifecycle-card h3 {
        margin-bottom: 11px;
        color: #173045;
        font-size: 15px;
    }

    .m365-lifecycle-card p {
        color: #6d7e8e;
        font-size: 10px;
        line-height: 1.8;
    }

    .m365-lifecycle-card small {
        margin-top: auto;
        padding-top: 15px;
        border-top: 1px solid #dce5ec;
        color: #0877d1;
        font-size: 8px;
        font-weight: 800;
    }


/* =========================================================
   LICENSE MATRIX
========================================================= */

.m365-license-matrix {
    padding: 26px;
    border: 1px solid rgba(60, 203, 255, .18);
    background: rgba(255, 255, 255, .025);
}

.m365-license-header {
    padding-bottom: 17px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    color: #43d6ff;
    font-size: 8px;
    font-weight: 800;
}

    .m365-license-header small {
        color: #45dcb9;
    }

.m365-license-row {
    min-height: 72px;
    display: grid;
    grid-template-columns: 145px 1fr;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

    .m365-license-row:last-child {
        border-bottom: 0;
    }

    .m365-license-row span {
        color: #8299aa;
        font-size: 8px;
    }

    .m365-license-row strong {
        color: #c6d6e1;
        font-size: 9px;
    }


/* =========================================================
   EXCHANGE
========================================================= */

.m365-exchange-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}

.m365-exchange-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}

.m365-exchange-card {
    min-height: 275px;
    padding: 27px;
    border-right: 1px solid #d7e3ed;
    border-bottom: 1px solid #d7e3ed;
}

    .m365-exchange-card > span {
        width: 52px;
        height: 52px;
        margin-bottom: 40px;
        display: grid;
        place-items: center;
        border: 1px solid #bdddf3;
        color: #0877d1;
        font-size: 7px;
        font-weight: 800;
    }

    .m365-exchange-card h3 {
        margin-bottom: 11px;
        color: #173045;
        font-size: 16px;
    }

    .m365-exchange-card p {
        color: #6d7f8f;
        font-size: 10px;
        line-height: 1.8;
    }


/* =========================================================
   MIGRATION VISUAL
========================================================= */

.m365-migration-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

    .m365-migration-visual > div {
        width: 145px;
        min-height: 125px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(60, 205, 255, .16);
        color: #aec2cf;
        background: rgba(255, 255, 255, .025);
    }

.m365-migration-engine {
    color: white !important;
    background: linear-gradient( 145deg, #087dcc, #074a73 ) !important;
}

.m365-migration-visual span {
    margin-bottom: 9px;
    color: #43d5ff;
    font-size: 7px;
    font-weight: 800;
}

.m365-migration-engine span {
    color: #c3edff;
}

.m365-migration-visual strong {
    margin-bottom: 8px;
    font-size: 10px;
}

.m365-migration-visual small {
    color: #748ea1;
    font-size: 6px;
}

.m365-migration-engine small {
    color: #b1d7e8;
}

.m365-migration-visual > i {
    padding: 0 10px;
    color: #43d5ff;
    font-style: normal;
}


/* =========================================================
   MIGRATION STEPS
========================================================= */

.m365-migration-steps-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}

.m365-migration-steps {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}

.m365-migration-step {
    min-height: 290px;
    padding: 23px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #d7e3ed;
    border-bottom: 1px solid #d7e3ed;
}

    .m365-migration-step > span {
        margin-bottom: 42px;
        color: #0877d1;
        font-size: 9px;
        font-weight: 800;
    }

    .m365-migration-step h3 {
        margin-bottom: 11px;
        color: #173045;
        font-size: 14px;
    }

    .m365-migration-step p {
        color: #6d7e8e;
        font-size: 9px;
        line-height: 1.8;
    }

    .m365-migration-step small {
        margin-top: auto;
        padding-top: 15px;
        border-top: 1px solid #dce5ec;
        color: #0877d1;
        font-size: 8px;
        font-weight: 800;
    }


/* =========================================================
   COLLAB
========================================================= */

.m365-collab-section {
    padding: 115px 0;
    background: #03101d;
}

.m365-collab-layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.m365-collab-card {
    min-height: 475px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .018);
}

.m365-collab-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 22px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(61, 205, 255, .2);
    color: #43d5ff;
    font-size: 9px;
    font-weight: 800;
}

.m365-collab-card > span {
    display: block;
    margin-bottom: 42px;
    color: #577489;
    font-size: 7px;
    font-weight: 800;
}

.m365-collab-card h3 {
    margin-bottom: 14px;
    color: white;
    font-size: 20px;
}

.m365-collab-card > p {
    color: #8da2b3;
    font-size: 11px;
    line-height: 1.9;
}

.m365-collab-flow {
    max-width: 800px;
    margin: 50px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .m365-collab-flow > div {
        flex: 1;
        min-height: 90px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(60, 205, 255, .16);
        background: rgba(255, 255, 255, .025);
    }

    .m365-collab-flow span {
        margin-bottom: 8px;
        color: #43d5ff;
        font-size: 7px;
    }

    .m365-collab-flow strong {
        color: white;
        font-size: 11px;
    }

    .m365-collab-flow > i {
        padding: 0 12px;
        color: #43d5ff;
        font-style: normal;
    }


/* =========================================================
   SHARING
========================================================= */

.m365-sharing-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}

.m365-sharing-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
}

.m365-sharing-copy h2 {
    margin-bottom: 24px;
    color: #08182b;
    font-size: clamp( 39px, 4vw, 57px );
    line-height: 1.08;
    letter-spacing: -.05em;
}

    .m365-sharing-copy h2 span {
        display: block;
        color: #1174cf;
    }

.m365-sharing-copy > p {
    margin-bottom: 19px;
    color: #68798a;
    font-size: 13px;
    line-height: 1.9;
}

.m365-sharing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}

    .m365-sharing-grid > div {
        min-height: 160px;
        padding: 21px;
        border-right: 1px solid #d7e3ed;
        border-bottom: 1px solid #d7e3ed;
    }

    .m365-sharing-grid span {
        display: block;
        margin-bottom: 25px;
        color: #0877d1;
        font-size: 8px;
        font-weight: 800;
    }

    .m365-sharing-grid strong {
        display: block;
        margin-bottom: 8px;
        color: #173045;
        font-size: 13px;
    }

    .m365-sharing-grid p {
        color: #6d7e8e;
        font-size: 9px;
        line-height: 1.7;
    }


/* =========================================================
   MFA
========================================================= */

.m365-mfa-section {
    padding: 115px 0;
    background: linear-gradient( 115deg, #03101d, #071f35 );
}

.m365-mfa-layout {
    max-width: 1150px;
    margin: auto;
}

.m365-mfa-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
}

    .m365-mfa-flow > div {
        width: 170px;
        min-height: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(60, 205, 255, .15);
        background: rgba(255, 255, 255, .02);
    }

    .m365-mfa-flow span {
        margin-bottom: 8px;
        color: #43d5ff;
        font-size: 7px;
    }

    .m365-mfa-flow strong {
        color: #c4d4df;
        font-size: 10px;
    }

    .m365-mfa-flow > i {
        padding: 0 13px;
        color: #43d5ff;
        font-style: normal;
    }

.m365-mfa-highlight {
    background: linear-gradient( 145deg, rgba(8, 126, 207, .23), rgba(255, 255, 255, .025) ) !important;
}

.m365-mfa-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-left: 1px solid rgba(255, 255, 255, .08);
}

.m365-mfa-card {
    min-height: 250px;
    padding: 27px;
    border-right: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

    .m365-mfa-card > span {
        display: block;
        margin-bottom: 40px;
        color: #43d5ff;
        font-size: 8px;
        font-weight: 800;
    }

    .m365-mfa-card h3 {
        margin-bottom: 11px;
        color: white;
        font-size: 16px;
    }

    .m365-mfa-card p {
        color: #899eaf;
        font-size: 10px;
        line-height: 1.8;
    }


/* =========================================================
   CONDITIONAL ACCESS
========================================================= */

.m365-ca-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}

.m365-ca-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
}

.m365-ca-engine {
    padding: 25px;
    border: 1px solid #d4e2ec;
    background: white;
    box-shadow: 0 25px 60px rgba(8, 39, 67, .07);
}

.m365-ca-title {
    padding-bottom: 17px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5edf3;
    color: #0877d1;
    font-size: 8px;
    font-weight: 800;
}

    .m365-ca-title small {
        color: #23a987;
    }

.m365-ca-signal {
    min-height: 67px;
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
    border-bottom: 1px solid #e7eef3;
}

    .m365-ca-signal span {
        color: #0877d1;
        font-size: 8px;
    }

    .m365-ca-signal strong {
        color: #556d80;
        font-size: 9px;
    }

.m365-ca-decision {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
}

    .m365-ca-decision div {
        min-height: 60px;
        display: grid;
        place-items: center;
        border: 1px solid #d6e4ed;
        color: #0877d1;
        background: #f4f9fc;
        font-size: 6px;
        font-weight: 800;
    }

.m365-ca-copy h2 {
    margin-bottom: 24px;
    color: #08182b;
    font-size: clamp( 39px, 4vw, 57px );
    line-height: 1.08;
    letter-spacing: -.05em;
}

    .m365-ca-copy h2 span {
        display: block;
        color: #1174cf;
    }

.m365-ca-copy > p {
    margin-bottom: 19px;
    color: #68798a;
    font-size: 13px;
    line-height: 1.9;
}

.m365-ca-note {
    margin-top: 27px;
    padding: 20px;
    border-left: 2px solid #0877d1;
    background: white;
}

    .m365-ca-note strong {
        display: block;
        margin-bottom: 8px;
        color: #0877d1;
        font-size: 10px;
    }

    .m365-ca-note p {
        color: #65798b;
        font-size: 9px;
        line-height: 1.7;
    }


/* =========================================================
   DEVICE
========================================================= */

.m365-device-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}

.m365-device-grid,
.m365-governance-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}

.m365-device-card,
.m365-governance-card {
    min-height: 275px;
    padding: 27px;
    border-right: 1px solid #d7e3ed;
    border-bottom: 1px solid #d7e3ed;
}

    .m365-device-card > span,
    .m365-governance-card > span {
        width: 52px;
        height: 52px;
        margin-bottom: 40px;
        display: grid;
        place-items: center;
        border: 1px solid #bdddf3;
        color: #0877d1;
        font-size: 7px;
        font-weight: 800;
    }

    .m365-device-card h3,
    .m365-governance-card h3 {
        margin-bottom: 11px;
        color: #173045;
        font-size: 16px;
    }

    .m365-device-card p,
    .m365-governance-card p {
        color: #6d7f8f;
        font-size: 10px;
        line-height: 1.8;
    }


/* =========================================================
   ADMIN SECURITY
========================================================= */

.m365-admin-security-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-left: 1px solid rgba(255, 255, 255, .08);
}

    .m365-admin-security-grid > div {
        min-height: 175px;
        padding: 22px;
        border-right: 1px solid rgba(255, 255, 255, .08);
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

    .m365-admin-security-grid span {
        display: block;
        margin-bottom: 25px;
        color: #43d5ff;
        font-size: 8px;
        font-weight: 800;
    }

    .m365-admin-security-grid strong {
        display: block;
        margin-bottom: 8px;
        color: #c6d6e1;
        font-size: 12px;
    }

    .m365-admin-security-grid p {
        color: #8297a8;
        font-size: 9px;
        line-height: 1.7;
    }


/* =========================================================
   OFFBOARDING
========================================================= */

.m365-offboarding-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}

.m365-offboarding-flow {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}

.m365-offboarding-card {
    min-height: 295px;
    padding: 23px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #d7e3ed;
    border-bottom: 1px solid #d7e3ed;
}

    .m365-offboarding-card > span {
        margin-bottom: 42px;
        color: #0877d1;
        font-size: 9px;
        font-weight: 800;
    }

    .m365-offboarding-card h3 {
        margin-bottom: 11px;
        color: #173045;
        font-size: 14px;
    }

    .m365-offboarding-card p {
        color: #6d7e8e;
        font-size: 9px;
        line-height: 1.8;
    }

    .m365-offboarding-card small {
        margin-top: auto;
        padding-top: 15px;
        border-top: 1px solid #dce5ec;
        color: #0877d1;
        font-size: 8px;
        font-weight: 800;
    }


/* =========================================================
   OPERATIONS
========================================================= */

.m365-operations-panel {
    padding: 26px;
    border: 1px solid rgba(60, 203, 255, .18);
    background: rgba(255, 255, 255, .025);
}

.m365-operations-header {
    padding-bottom: 17px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    color: #43d6ff;
    font-size: 8px;
    font-weight: 800;
}

    .m365-operations-header small {
        color: #45dcb9;
    }

.m365-operations-row {
    min-height: 69px;
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

    .m365-operations-row:last-child {
        border-bottom: 0;
    }

    .m365-operations-row span {
        color: #8299aa;
        font-size: 8px;
    }

    .m365-operations-row strong {
        color: #c6d6e1;
        font-size: 9px;
    }


/* =========================================================
   GOVERNANCE
========================================================= */

.m365-governance-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}


/* =========================================================
   PROJECT
========================================================= */

.m365-project-section {
    padding: 115px 0;
    background: #03101d;
}

.m365-project-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-left: 1px solid rgba(255, 255, 255, .08);
}

.m365-project-card {
    min-height: 300px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

    .m365-project-card > span {
        margin-bottom: 42px;
        color: #557187;
        font-size: 9px;
        font-weight: 800;
    }

    .m365-project-card h3 {
        margin-bottom: 11px;
        color: white;
        font-size: 15px;
    }

    .m365-project-card p {
        color: #899eaf;
        font-size: 10px;
        line-height: 1.8;
    }

    .m365-project-card small {
        margin-top: auto;
        padding-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, .08);
        color: #43d5ff;
        font-size: 8px;
        font-weight: 800;
    }


/* =========================================================
   PROBLEMS
========================================================= */

.m365-problem-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}

.m365-problem-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}

.m365-problem-card {
    min-height: 380px;
    padding: 28px;
    border-right: 1px solid #d7e3ed;
    border-bottom: 1px solid #d7e3ed;
    background: rgba(255, 255, 255, .45);
}

    .m365-problem-card > span {
        display: block;
        margin-bottom: 40px;
        color: #0877d1;
        font-size: 9px;
        font-weight: 800;
    }

    .m365-problem-card h3 {
        margin-bottom: 12px;
        color: #173045;
        font-size: 17px;
    }

    .m365-problem-card > p {
        color: #6d7f8f;
        font-size: 10px;
        line-height: 1.8;
    }

    .m365-problem-card ul {
        margin: 22px 0 0;
        padding: 17px 0 0;
        border-top: 1px solid #dce5ec;
        list-style: none;
    }

    .m365-problem-card li {
        position: relative;
        margin-bottom: 8px;
        padding-left: 15px;
        color: #718496;
        font-size: 10px;
    }

        .m365-problem-card li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 6px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #0877d1;
        }


/* =========================================================
   FAQ
========================================================= */

.m365-faq-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}

.m365-faq-layout {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 100px;
}

.m365-faq-list {
    border-top: 1px solid #d9e4ed;
}

.m365-faq-item {
    border-bottom: 1px solid #d9e4ed;
}

    .m365-faq-item summary {
        min-height: 80px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 25px;
        cursor: pointer;
        color: #14293c;
        font-size: 13px;
        font-weight: 700;
        list-style: none;
    }

        .m365-faq-item summary::-webkit-details-marker {
            display: none;
        }

        .m365-faq-item summary span {
            color: #0876d0;
            font-size: 19px;
        }

    .m365-faq-item p {
        padding: 0 40px 28px 0;
        color: #6c7d8d;
        font-size: 12px;
        line-height: 1.9;
    }


/* =========================================================
   NOTE
========================================================= */

.m365-note-section {
    padding: 50px 0;
    color: #08182b;
    background: #edf3f8;
}

.m365-note {
    max-width: 1150px;
    margin: 0 auto;
    padding: 35px;
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 25px;
    border: 1px solid #bad9ee;
    background: #f9fdff;
}

.m365-note-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: white;
    background: #0877d1;
    font-size: 18px;
    font-weight: 800;
}

.m365-note span {
    display: block;
    margin-bottom: 8px;
    color: #0877d1;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .1em;
}

.m365-note h3 {
    margin-bottom: 11px;
    color: #173045;
    font-size: 18px;
}

.m365-note p {
    color: #65798b;
    font-size: 11px;
    line-height: 1.85;
}


/* =========================================================
   RELATED
========================================================= */

.m365-related-section {
    padding: 110px 0;
    color: #08182b;
    background: #edf3f8;
}

.m365-related-heading {
    margin-bottom: 50px;
}

.m365-related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.m365-related-card {
    min-height: 310px;
    padding: 27px;
    display: flex;
    flex-direction: column;
    border: 1px solid #d4e1eb;
    background: rgba(255, 255, 255, .52);
    transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

    .m365-related-card:hover {
        transform: translateY(-6px);
        background: white;
        box-shadow: 0 25px 55px rgba(8, 40, 68, .09);
    }

    .m365-related-card > span {
        margin-bottom: 45px;
        color: #8ca0b1;
        font-size: 9px;
        font-weight: 800;
    }

    .m365-related-card h3 {
        margin-bottom: 13px;
        color: #13273a;
        font-size: 18px;
    }

    .m365-related-card p {
        margin-bottom: 25px;
        color: #6d7f8f;
        font-size: 11px;
        line-height: 1.8;
    }

    .m365-related-card strong {
        margin-top: auto;
        color: #0877d1;
        font-size: 10px;
    }


/* =========================================================
   FINAL
========================================================= */

.m365-final-section {
    position: relative;
    padding: 95px 0;
    overflow: hidden;
    background: linear-gradient( 115deg, #065b9e, #087fce, #07508b );
}

.m365-final-grid {
    position: absolute;
    inset: 0;
    opacity: .1;
    background-image: linear-gradient( rgba(255, 255, 255, .3) 1px, transparent 1px ), linear-gradient( 90deg, rgba(255, 255, 255, .3) 1px, transparent 1px );
    background-size: 70px 70px;
}

.m365-final-layout {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

    .m365-final-layout > div {
        max-width: 880px;
    }

        .m365-final-layout > div > span {
            display: block;
            margin-bottom: 13px;
            color: #c4edff;
            font-size: 8px;
            font-weight: 800;
            letter-spacing: .17em;
        }

    .m365-final-layout h2 {
        margin-bottom: 15px;
        color: white;
        font-size: clamp( 30px, 4vw, 46px );
        line-height: 1.2;
        letter-spacing: -.04em;
    }

    .m365-final-layout p {
        max-width: 720px;
        color: rgba(255, 255, 255, .76);
        font-size: 12px;
        line-height: 1.8;
    }

    .m365-final-layout .button {
        flex-shrink: 0;
        background: #031827;
    }


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1200px) {

    .m365-service-grid,
    .m365-project-grid {
        grid-template-columns: repeat(3, 1fr);
    }


    .m365-migration-steps,
    .m365-offboarding-flow {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media (max-width: 1150px) {

    .m365-hero-layout,
    .m365-intro-layout,
    .m365-tenant-layout,
    .m365-identity-layout,
    .m365-license-layout,
    .m365-migration-layout,
    .m365-sharing-layout,
    .m365-ca-layout,
    .m365-admin-security-layout,
    .m365-operations-layout,
    .m365-faq-layout {
        grid-template-columns: 1fr;
        gap: 60px;
    }


    .m365-hero-layout {
        padding: 70px 0;
    }


    .m365-platform-grid,
    .m365-domain-grid,
    .m365-exchange-grid,
    .m365-device-grid,
    .m365-governance-grid,
    .m365-problem-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .m365-service-grid,
    .m365-project-grid,
    .m365-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .m365-lifecycle-flow {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media (max-width: 700px) {

    .m365-hero {
        padding-top: 68px;
    }


        .m365-hero h1 {
            font-size: 39px;
        }


    .m365-hero-description {
        font-size: 14px;
    }


    .m365-hero-actions {
        flex-direction: column;
    }


    .m365-hero-visual {
        min-height: 430px;
    }


    .m365-cloud-core {
        width: 110px;
        height: 110px;
    }


        .m365-cloud-core strong {
            font-size: 22px;
        }


    .m365-cloud-node {
        width: 50px;
        height: 50px;
        font-size: 5px;
    }


    .m365-intro-section,
    .m365-platform-section,
    .m365-services-section,
    .m365-tenant-section,
    .m365-domain-section,
    .m365-identity-section,
    .m365-lifecycle-section,
    .m365-license-section,
    .m365-exchange-section,
    .m365-migration-section,
    .m365-migration-steps-section,
    .m365-collab-section,
    .m365-sharing-section,
    .m365-mfa-section,
    .m365-ca-section,
    .m365-device-section,
    .m365-admin-security-section,
    .m365-offboarding-section,
    .m365-operations-section,
    .m365-governance-section,
    .m365-project-section,
    .m365-problem-section,
    .m365-faq-section,
    .m365-related-section {
        padding: 80px 0;
    }


    .m365-platform-grid,
    .m365-service-grid,
    .m365-domain-grid,
    .m365-lifecycle-flow,
    .m365-exchange-grid,
    .m365-migration-steps,
    .m365-collab-layout,
    .m365-device-grid,
    .m365-offboarding-flow,
    .m365-governance-grid,
    .m365-project-grid,
    .m365-problem-grid,
    .m365-related-grid {
        grid-template-columns: 1fr;
    }


    .m365-domain-flow,
    .m365-collab-flow,
    .m365-mfa-flow,
    .m365-migration-visual {
        flex-direction: column;
    }


        .m365-domain-flow > div,
        .m365-mfa-flow > div,
        .m365-migration-visual > div {
            width: 100%;
        }


        .m365-domain-flow > i,
        .m365-collab-flow > i,
        .m365-mfa-flow > i,
        .m365-migration-visual > i {
            padding: 9px 0;
            transform: rotate(90deg);
        }


    .m365-sharing-grid,
    .m365-admin-security-grid {
        grid-template-columns: 1fr;
    }


    .m365-ca-decision {
        grid-template-columns: 1fr;
    }


    .m365-license-row {
        grid-template-columns: 100px 1fr;
    }


    .m365-final-layout {
        align-items: flex-start;
        flex-direction: column;
    }
}
