@import "./style.css";

/* ========================================================
   MICROSOFT AZURE PARTNERSHIP PAGE — SPECIFIC STYLES
   ======================================================== */

/* ---- Design Tokens ---- */
:root {
    --ms-azure-card-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    --ms-azure-card-shadow-lg: 2px 5px 8px 0px rgba(0, 0, 0, 0.1);
    --ms-azure-card-radius: 20px;
    --ms-azure-card-radius-lg: 30px;
    --ms-azure-card-border: 1px solid var(--ISARA-Light-Grey, #ececec);
}

/* =====================================================
   HERO SECTION
   ===================================================== */
.ms-azure-hero {
    padding: 80px 100px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

.ms-azure-hero__inner {
    display: flex;
    align-items: center;
    gap: 96px;
}

.ms-azure-hero__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex: 0 0 585px;
    max-width: 585px;
}

.ms-azure-hero__text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ms-azure-hero__heading-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ms-azure-hero__title {
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: normal;
    color: var(--ISARA-Black, #000);
    margin: 0;
}

.ms-azure-hero__tagline {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    color: var(--ISARA-Red, #ec1c24);
    max-width: 496px;
    margin: 0;
}

.ms-azure-hero__body {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #000;
}

.ms-azure-hero__body p {
    margin: 0 0 16px 0;
}

.ms-azure-hero__body p:last-child {
    margin-bottom: 0;
}

.ms-azure-hero__actions {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.ms-azure-hero__media {
    flex: 0 0 499px;
    width: 499px;
    height: 482px;
    background-color: #f4f4f4;
    border-radius: 0;
    overflow: hidden;
    margin: 0;
}

.ms-azure-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* =====================================================
   CAPABILITIES / FOUR STEPS SECTION
   ===================================================== */
.ms-azure-capabilities {
    padding: 60px 100px 100px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

.ms-azure-capabilities__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.ms-azure-capabilities__title {
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: normal;
    text-align: center;
    color: #000;
    margin: 0;
}

.ms-azure-capabilities__cards {
    display: flex;
    gap: 20px;
    align-items: stretch;
    justify-content: center;
    width: 100%;
}

.ms-azure-cap-card {
    background: #fff;
    border: var(--ms-azure-card-border);
    border-radius: var(--ms-azure-card-radius);
    box-shadow: var(--ms-azure-card-shadow);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 33px;
    flex: 1;
    max-width: 280px;
    min-width: 220px;
}

.ms-azure-cap-card__icon {
    width: 55px;
    height: 58px;
    flex-shrink: 0;
    margin: 0;
}

.ms-azure-cap-card__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.ms-azure-cap-card__body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    width: 100%;
}

.ms-azure-cap-card__title {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    color: var(--ISARA-Black, #000);
    margin: 0;
}

.ms-azure-cap-card__desc {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: var(--ISARA-Black, #000);
    margin: 0;
}

.ms-azure-capabilities__quote {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    line-height: 30px;
    text-align: center;
    color: #000;
    max-width: 790px;
    margin: 0;
}

/* =====================================================
   ACTIONABLE INSIGHTS SECTION
   ===================================================== */
.ms-azure-insights {
    overflow: hidden;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 150px 120px;
    box-sizing: border-box;
}

.ms-azure-insights__inner {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.ms-azure-insights__header {
    flex: 0 0 441px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.ms-azure-insights__bg-decor {
    position: absolute;
    left: -298px;
    top: 40px;
    width: 595px;
    height: 600px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
    margin: 0;
}

.ms-azure-insights__bg-decor img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ms-azure-insights__title {
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: normal;
    color: var(--ISARA-Black, #000);
    margin: 0;
}

.ms-azure-insights__desc {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: var(--ISARA-Black, #000);
    max-width: 417px;
    margin: 0;
}

.ms-azure-insights__list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Insight card */
.ms-azure-insight-card {
    background: #fff;
    border: var(--ms-azure-card-border);
    border-radius: 16px;
    box-shadow: var(--ms-azure-card-shadow-lg);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ms-azure-insight-card__header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.ms-azure-diamond-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-top: 3px;
}

.ms-azure-diamond-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ms-azure-diamond-icon--lg {
    width: 28px;
    height: 28px;
}

.ms-azure-insight-card__title {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    color: var(--ISARA-Black, #000);
    margin: 0;
    flex: 1;
}

.ms-azure-insight-card__desc {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: var(--ISARA-Black, #000);
    margin: 0;
}

/* =====================================================
   HOW IT WORKS / BUILT TO WORK SECTION
   ===================================================== */
.ms-azure-how-it-works {
    padding: 50px 150px 30px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

.ms-azure-how-it-works__inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ms-azure-how-it-works__header {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 526px;
}

/* Chip */
.ms-azure-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    border: 0.75px solid var(--ISARA-Black, #000);
    border-radius: 3.75px;
    font-size: 11px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.22px;
    text-transform: uppercase;
    color: var(--ISARA-Black, #000);
    white-space: nowrap;
}

.ms-azure-chip--red {
    border-color: var(--ISARA-Red, #ec1c24);
    color: var(--ISARA-Red, #ec1c24);
}

.ms-azure-how-it-works__title {
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: normal;
    color: var(--ISARA-Black, #000);
    margin: 0;
}

.ms-azure-how-it-works__desc {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: var(--ISARA-Black, #000);
    margin: 0;
}

/* =====================================================
   SOLUTION SNAPSHOT SECTION
   ===================================================== */
.ms-azure-snapshot {
    padding: 30px 140px 0;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

.ms-azure-snapshot__inner {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.ms-azure-snapshot__visual {
    flex: 0 0 500px;
    width: 500px;
    min-height: 400px;
    background-color: #f4f4f4;
    border-radius: 40px;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.ms-azure-snapshot__image-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin: 0;
    width: 100%;
}

.ms-azure-snapshot__image-wrap img {
    width: 100%;
    max-width: 331px;
    height: auto;
    object-fit: cover;
    opacity: 0.5;
    display: block;
}

.ms-azure-snapshot__image-wrap figcaption {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    color: var(--ISARA-Dark-Grey, #595959);
    text-transform: uppercase;
    letter-spacing: -0.32px;
}

.ms-azure-snapshot__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 30px 0;
    justify-content: flex-end;
}

.ms-azure-snapshot__intro {
    font-size: 18px;
    font-weight: 700;
    line-height: 24.53px;
    color: var(--ISARA-Black, #000);
    margin: 0;
}

.ms-azure-integration-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.ms-azure-integration-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: var(--ISARA-Black, #000);
}

/* =====================================================
   WHY ORGANIZATIONS SECTION
   ===================================================== */
.ms-azure-why {
    padding: 100px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

.ms-azure-why__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.ms-azure-why__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
}

.ms-azure-why__title {
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: normal;
    color: var(--ISARA-Black, #000);
    max-width: 744px;
    margin: 0;
}

.ms-azure-why__subtitle {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: var(--ISARA-Black, #000);
    max-width: 790px;
    margin: 0;
}

.ms-azure-why__cards {
    display: flex;
    gap: 20px;
    align-items: stretch;
    justify-content: center;
    width: 100%;
}

.ms-azure-why-card {
    background: #fff;
    border: var(--ms-azure-card-border);
    border-radius: var(--ms-azure-card-radius);
    box-shadow: var(--ms-azure-card-shadow);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 33px;
    flex: 1;
    max-width: 250px;
    min-height: 227px;
    justify-content: flex-start;
}

.ms-azure-why-card__icon {
    width: 55px;
    height: 58px;
    flex-shrink: 0;
    margin: 0;
    background-color: #f4f4f4;
}

.ms-azure-why-card__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.ms-azure-why-card__desc {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    color: var(--ISARA-Dark-Grey, #5a5756);
    margin: 0;
}

.ms-azure-why__cta {
    text-decoration: underline;
}

/* =====================================================
   CASE STUDIES SECTION
   ===================================================== */
.ms-azure-case-studies {
    position: relative;
    background-color: #000;
    overflow: hidden;
    width: 100%;
}

.ms-azure-case-studies__bg {
    position: absolute;
    inset: 0;
    margin: 0;
    pointer-events: none;
    z-index: 0;
}

.ms-azure-case-studies__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
    display: block;
}

.ms-azure-case-studies__inner {
    position: relative;
    z-index: 1;
    padding: 100px 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

.ms-azure-case-studies__title {
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: normal;
    text-align: center;
    color: #fff;
    margin: 0;
}

.ms-azure-case-studies__cards {
    display: flex;
    gap: 44px;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    max-width: 1000px;
}

.ms-azure-case-card {
    background: #fff;
    border: var(--ms-azure-card-border);
    border-radius: var(--ms-azure-card-radius-lg);
    padding: 40px 50px;
    display: flex;
    flex-direction: column;
    gap: 33px;
    flex: 1;
    max-width: 478px;
}

.ms-azure-case-card__logo {
    margin: 0;
}

.ms-azure-case-card__logo-placeholder {
    width: 122px;
    height: 112px;
    background-color: #f4f4f4;
}

.ms-azure-case-card__body {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ms-azure-case-card__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    color: var(--ISARA-Black, #000);
    margin: 0;
}

.ms-azure-case-card__link {
    align-self: flex-start;
    font-size: 14px;
    text-decoration: none;
    color: var(--ISARA-Black, #000);
}

.ms-azure-case-card__link:hover {
    opacity: 0.75;
}

.ms-azure-case-card__desc {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: var(--ISARA-Dark-Grey, #5a5756);
    margin: 0;
}

.ms-azure-case-card__outcomes {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: var(--ISARA-Dark-Grey, #5a5756);
}

.ms-azure-case-card__outcomes-title {
    margin: 0 0 4px 0;
}

.ms-azure-case-card__outcomes-list {
    margin: 0;
    padding-left: 22px;
    list-style: disc;
    list-style-position: outside;
}

.ms-azure-case-card__outcomes-list li {
    margin-bottom: 2px;
}

.ms-azure-case-card__outcomes-list li::marker {
    color: var(--ISARA-Dark-Grey, #5a5756);
}

.ms-azure-case-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 13px;
    align-items: flex-start;
}

/* =====================================================
   DOCUMENTATION SECTION
   ===================================================== */
.ms-azure-docs {
    padding: 100px 100px 40px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

.ms-azure-docs__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.ms-azure-docs__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
}

.ms-azure-docs__title {
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: normal;
    color: var(--ISARA-Black, #000);
    margin: 0;
    white-space: nowrap;
}

.ms-azure-docs__subtitle {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: var(--ISARA-Black, #000);
    max-width: 790px;
    margin: 0;
}

.ms-azure-docs__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
    max-width: 770px;
}

.ms-azure-doc-card {
    background: #fff;
    border: var(--ms-azure-card-border);
    border-radius: var(--ms-azure-card-radius);
    box-shadow: var(--ms-azure-card-shadow);
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.ms-azure-doc-card:hover {
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.ms-azure-doc-card__icon {
    flex-shrink: 0;
    margin: 0;
}

.ms-azure-doc-card__icon-placeholder {
    width: 55px;
    height: 58px;
    background-color: #f4f4f4;
}

.ms-azure-doc-card__title {
    flex: 1;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: var(--ISARA-Dark-Grey, #5a5756);
    margin: 0;
}

.ms-azure-doc-card__download {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.ms-azure-doc-card__download img {
    width: 100%;
    height: auto;
}

/* =====================================================
   FAQ SECTION
   ===================================================== */
.ms-azure-faq {
    position: relative;
    overflow: hidden;
    padding: 80px 100px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

.ms-azure-faq__bg-decor {
    position: absolute;
    left: -298px;
    top: 195px;
    width: 595px;
    height: 600px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.ms-azure-faq__bg-decor img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ms-azure-faq__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.ms-azure-faq__title {
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: normal;
    text-align: center;
    color: var(--ISARA-Black, #000);
    margin: 0;
}

.ms-azure-faq__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ms-azure-faq-item {
    background: #fff;
    border: var(--ms-azure-card-border);
    border-radius: 16px;
    box-shadow: var(--ms-azure-card-shadow-lg);
}

.ms-azure-faq-item__btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 24px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
}

.ms-azure-faq-item__question {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    color: var(--ISARA-Black, #000);
    margin: 0;
    flex: 1;
}

.ms-azure-faq-item__icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ms-azure-faq-item__icon img {
    width: 100%;
    height: auto;
    display: block;
}

/* Toggle open/closed icons based on aria-expanded */
.ms-azure-faq-item__btn[aria-expanded="false"] .ms-azure-faq-item__icon-open {
    display: none;
}

.ms-azure-faq-item__btn[aria-expanded="true"] .ms-azure-faq-item__icon-closed {
    display: none;
}

.ms-azure-faq-item__answer {
    padding: 0 24px 24px;
}

.ms-azure-faq-item__answer-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: var(--ISARA-Black, #000);
    margin: 0;
}

/* =====================================================
   CTA SECTION
   ===================================================== */
.ms-azure-cta {
    position: relative;
    background-color: #000;
    overflow: hidden;
    width: 100%;
}

.ms-azure-cta__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 465px;
    height: 472px;
    pointer-events: none;
    z-index: 0;
    margin: 0;
}

.ms-azure-cta__bg img {
    width: 100%;
    height: auto;
    display: block;
}

.ms-azure-cta__inner {
    position: relative;
    z-index: 1;
    padding: 120px 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

.ms-azure-cta__title {
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: normal;
    text-align: center;
    color: #fff;
    max-width: 744px;
    margin: 0;
}

.ms-azure-cta__desc {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    color: #fff;
    max-width: 776px;
    margin: 0;
}

.ms-azure-cta__btn {
    color: #fff !important;
}

.ms-azure-cta__btn:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* =====================================================
   RESPONSIVE — TABLET (≤ 1024px)
   ===================================================== */
@media (max-width: 1024px) {
    .ms-azure-hero {
        padding: 60px 60px;
    }

    .ms-azure-hero__inner {
        gap: 48px;
    }

    .ms-azure-hero__content {
        flex: 1;
        max-width: none;
    }

    .ms-azure-hero__media {
        flex: 0 0 380px;
        width: 380px;
        height: 380px;
    }

    .ms-azure-capabilities {
        padding: 50px 60px 80px;
    }

    .ms-azure-insights {
        padding: 60px 80px 80px;
    }

    .ms-azure-how-it-works {
        padding: 40px 80px 24px;
    }

    .ms-azure-snapshot {
        padding: 24px 80px 0;
    }

    .ms-azure-snapshot__inner {
        flex-direction: column;
        align-items: center;
    }

    .ms-azure-snapshot__visual {
        flex: none;
        width: 100%;
        max-width: 500px;
    }

    .ms-azure-why {
        padding: 80px 60px;
    }

    .ms-azure-case-studies__inner {
        padding: 80px 60px;
    }

    .ms-azure-case-studies__cards {
        flex-direction: column;
        max-width: 600px;
        align-items: center;
    }

    .ms-azure-case-card {
        max-width: 100%;
    }

    .ms-azure-docs {
        padding: 80px 60px 40px;
    }

    .ms-azure-docs__grid {
        max-width: 100%;
    }

    .ms-azure-faq {
        padding: 60px 60px;
    }

    .ms-azure-cta__inner {
        padding: 80px 100px;
    }
}

/* =====================================================
   RESPONSIVE — MOBILE (≤ 768px)
   ===================================================== */
@media (max-width: 768px) {
    .ms-azure-hero {
        padding: 40px 24px;
    }

    .ms-azure-hero__inner {
        flex-direction: column;
        gap: 32px;
    }

    .ms-azure-hero__title {
        font-size: 36px;
    }

    .ms-azure-hero__media {
        flex: none;
        width: 100%;
        height: 280px;
    }

    .ms-azure-hero__actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .ms-azure-capabilities {
        padding: 40px 24px 60px;
    }

    .ms-azure-capabilities__title {
        font-size: 28px;
    }

    .ms-azure-capabilities__cards {
        flex-direction: column;
        align-items: center;
    }

    .ms-azure-cap-card {
        max-width: 100%;
        width: 100%;
    }

    .ms-azure-insights {
        padding: 40px 24px 60px;
    }

    .ms-azure-insights__inner {
        flex-direction: column;
        gap: 32px;
    }

    .ms-azure-insights__header {
        flex: none;
    }

    .ms-azure-insights__title {
        font-size: 36px;
    }

    .ms-azure-insights__bg-decor {
        display: none;
    }

    .ms-azure-how-it-works {
        padding: 40px 24px 24px;
    }

    .ms-azure-how-it-works__title {
        font-size: 36px;
    }

    .ms-azure-snapshot {
        padding: 24px 24px 0;
    }

    .ms-azure-why {
        padding: 60px 24px;
    }

    .ms-azure-why__title {
        font-size: 36px;
    }

    .ms-azure-why__cards {
        flex-direction: column;
        align-items: center;
    }

    .ms-azure-why-card {
        max-width: 100%;
        width: 100%;
        min-height: auto;
    }

    .ms-azure-case-studies__inner {
        padding: 60px 24px;
    }

    .ms-azure-case-studies__title {
        font-size: 36px;
    }

    .ms-azure-case-card {
        padding: 28px 24px;
    }

    .ms-azure-docs {
        padding: 60px 24px 40px;
    }

    .ms-azure-docs__title {
        font-size: 36px;
        white-space: normal;
    }

    .ms-azure-docs__grid {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .ms-azure-faq {
        padding: 40px 24px;
    }

    .ms-azure-faq__title {
        font-size: 36px;
    }

    .ms-azure-faq-item__question {
        font-size: 18px;
    }

    .ms-azure-cta__inner {
        padding: 60px 24px;
    }

    .ms-azure-cta__title {
        font-size: 36px;
    }
}
