/*(c) Haxter Corporation Global 2026. | All rights reserved.*/
    .hx26_ms_home {
        --hx26_ms_blue: #0067b8;
        --hx26_ms_blue_hover: #005da6;
        --hx26_ms_text: #1a1a1a;
        --hx26_ms_muted: #4f4f4f;
        --hx26_ms_border: #e5e5e5;
        --hx26_ms_cream: #f3eadb;
        --hx26_ms_soft: #f7f7f7;
        --hx26_ms_yellow: #ffb900;
        --hx26_ms_width: 1396px;

        margin: 0;
        padding: 0;
        background: #ffffff;
        color: var(--hx26_ms_text);
        font-family: "Segoe UI", "Elms Sans", Arial, sans-serif;
    }

    .hx26_ms_home * {
        box-sizing: border-box;
    }

    .hx26_ms_home a {
        color: inherit;
        text-decoration: none;
    }

    .hx26_ms_container {
        width: min(var(--hx26_ms_width), calc(100% - 48px));
        margin: 0 auto;
    }

    .hx26_ms_hero {
        background: linear-gradient(90deg, #f8f3ea 0%, #efe2cf 100%);
        min-height: 520px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .hx26_ms_hero_inner {
        width: min(var(--hx26_ms_width), calc(100% - 48px));
        margin: 0 auto;
        display: grid;
        grid-template-columns: 0.9fr 1.1fr;
        align-items: center;
        gap: 48px;
    }

    .hx26_ms_hero_content {
        padding: 72px 0;
    }

    .hx26_ms_hero_badge {
        display: inline-block;
        margin-bottom: 18px;
        padding: 6px 12px;
        background: var(--hx26_ms_yellow);
        color: #000000;
        font-size: 13px;
        font-weight: 600;
    }

    .hx26_ms_hero_title {
        margin: 0;
        max-width: 610px;
        font-size: 40px;
        line-height: 1.12;
        font-weight: 600;
        letter-spacing: -0.02em;
    }

    .hx26_ms_hero_text {
        margin: 18px 0 0;
        max-width: 650px;
        font-size: 16px;
        line-height: 1.55;
        color: #111111;
    }

    .hx26_ms_actions {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 18px;
        margin-top: 26px;
    }

    .hx26_ms_btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 40px;
        padding: 0 18px;
        background: var(--hx26_ms_blue);
        color: #ffffff;
        font-size: 15px;
        font-weight: 600;
        border: 0;
        cursor: pointer;
    }

    .hx26_ms_btn:hover {
        background: var(--hx26_ms_blue_hover);
    }

    .hx26_ms_text_link {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: var(--hx26_ms_blue);
        font-size: 15px;
        font-weight: 600;
    }

    .hx26_ms_text_link:hover {
        text-decoration: underline;
    }

    .hx26_ms_hero_visual {
        min-height: 520px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .hx26_ms_ecosystem_grid {
        width: min(760px, 100%);
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
        align-items: center;
    }

    .hx26_ms_ecosystem_tile {
        min-height: 116px;
        padding: 18px;
        background: rgba(255, 255, 255, 0.78);
        box-shadow: 0 24px 50px rgba(60, 45, 25, 0.16);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .hx26_ms_ecosystem_tile:nth-child(2),
    .hx26_ms_ecosystem_tile:nth-child(5),
    .hx26_ms_ecosystem_tile:nth-child(8) {
        transform: translateY(-22px);
    }

    .hx26_ms_ecosystem_tile span {
        color: #606060;
        font-size: 12px;
        font-weight: 600;
    }

    .hx26_ms_ecosystem_tile strong {
        display: block;
        margin-top: 16px;
        color: #1a1a1a;
        font-size: 17px;
        line-height: 1.15;
        font-weight: 700;
    }

    .hx26_ms_carousel_controls {
        min-height: 72px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 28px;
        background: #ffffff;
        color: #000000;
    }

    .hx26_ms_control_btn {
        border: 0;
        background: transparent;
        font-size: 24px;
        line-height: 1;
        cursor: pointer;
        color: #000000;
    }

    .hx26_ms_dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: 1px solid #000000;
        display: inline-block;
    }

    .hx26_ms_dot_active {
        background: #000000;
    }

    .hx26_ms_quicklinks {
        padding: 34px 0 58px;
        background: #ffffff;
    }

    .hx26_ms_quicklinks_grid {
        width: min(980px, calc(100% - 48px));
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 28px;
        text-align: center;
    }

    .hx26_ms_quicklink {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        color: var(--hx26_ms_blue);
        font-size: 15px;
        font-weight: 600;
        text-decoration: underline;
    }

    .hx26_ms_quick_icon {
        width: 42px;
        height: 42px;
        display: grid;
        place-items: center;
        color: #000000;
        font-size: 27px;
        font-weight: 600;
    }

    .hx26_ms_quick_icon img {
        max-width: 38px;
        max-height: 38px;
        object-fit: contain;
    }

    .hx26_ms_section {
        padding: 0 0 72px;
        background: #ffffff;
    }

    .hx26_ms_section_gray {
        padding: 72px 0;
        background: var(--hx26_ms_soft);
    }

    .hx26_ms_section_heading_row {
        display: flex;
        align-items: end;
        justify-content: space-between;
        gap: 24px;
        margin-bottom: 24px;
    }

    .hx26_ms_section_heading {
        margin: 0;
        font-size: 34px;
        line-height: 1.15;
        font-weight: 600;
        letter-spacing: -0.025em;
    }

    .hx26_ms_section_description {
        margin: 8px 0 0;
        max-width: 680px;
        color: var(--hx26_ms_muted);
        font-size: 15px;
        line-height: 1.55;
    }

    .hx26_ms_cards_grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
    }

    .hx26_ms_cards_grid_three {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    .hx26_ms_card {
        background: #ffffff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
        min-height: 438px;
        display: flex;
        flex-direction: column;
    }

    .hx26_ms_card_media {
        width: 100%;
        height: 190px;
        background: #f2f2f2;
        display: grid;
        place-items: center;
        overflow: hidden;
    }

    .hx26_ms_card_media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hx26_ms_card_media_logo img {
        width: 56%;
        height: 56%;
        object-fit: contain;
    }

    .hx26_ms_card_body {
        padding: 24px;
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .hx26_ms_card_badge {
        width: fit-content;
        margin-bottom: 10px;
        padding: 4px 10px;
        background: var(--hx26_ms_yellow);
        color: #000000;
        font-size: 13px;
        font-weight: 600;
    }

    .hx26_ms_card h2 {
        margin: 0;
        font-size: 24px;
        line-height: 1.15;
        font-weight: 600;
        letter-spacing: -0.015em;
    }

    .hx26_ms_card p {
        margin: 14px 0 0;
        color: #333333;
        font-size: 15px;
        line-height: 1.5;
    }

    .hx26_ms_card_footer {
        margin-top: auto;
        padding-top: 22px;
    }

    .hx26_ms_business {
        padding: 72px 0;
        background: #ffffff;
    }

    .hx26_ms_business_banner {
        min-height: 420px;
        background:
            linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.28)),
            url("https://cdn.haxtercorp.com/h26-ex5/creativedesk-fontbanner.webp");
        background-size: cover;
        background-position: center;
        color: #ffffff;
        display: flex;
        align-items: center;
    }

    .hx26_ms_business_content {
        max-width: 620px;
        padding: 56px;
    }

    .hx26_ms_business_content h2 {
        margin: 0;
        font-size: 38px;
        line-height: 1.12;
        font-weight: 600;
    }

    .hx26_ms_business_content p {
        margin: 18px 0 0;
        font-size: 16px;
        line-height: 1.55;
    }

    .hx26_ms_category_grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 16px;
    }

    .hx26_ms_category_tile {
        min-height: 150px;
        padding: 20px;
        background: #ffffff;
        border: 1px solid var(--hx26_ms_border);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .hx26_ms_category_tile span {
        color: var(--hx26_ms_muted);
        font-size: 13px;
        font-weight: 600;
    }

    .hx26_ms_category_tile strong {
        display: block;
        margin-top: 14px;
        font-size: 22px;
        line-height: 1.1;
        font-weight: 600;
    }

    .hx26_ms_category_tile a {
        margin-top: 20px;
    }

    .hx26_ms_final_cta {
        padding: 74px 0 84px;
        background: #ffffff;
        text-align: center;
    }

    .hx26_ms_final_cta h2 {
        margin: 0 auto;
        max-width: 900px;
        font-size: clamp(36px, 5vw, 64px);
        line-height: 1.02;
        font-weight: 600;
        letter-spacing: -0.045em;
    }

    .hx26_ms_final_cta p {
        margin: 18px auto 0;
        max-width: 720px;
        color: var(--hx26_ms_muted);
        font-size: 16px;
        line-height: 1.55;
    }

    .hx26_ms_final_cta .hx26_ms_actions {
        justify-content: center;
    }

    @media (max-width: 1084px) {
        .hx26_ms_hero_inner {
            grid-template-columns: 1fr;
            gap: 0;
        }

        .hx26_ms_hero_content {
            padding: 58px 0 24px;
        }

        .hx26_ms_hero_visual {
            min-height: 420px;
        }

        .hx26_ms_ecosystem_grid {
            grid-template-columns: repeat(3, 1fr);
        }

        .hx26_ms_quicklinks_grid,
        .hx26_ms_cards_grid,
        .hx26_ms_cards_grid_three,
        .hx26_ms_category_grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 640px) {
        .hx26_ms_container,
        .hx26_ms_hero_inner {
            width: min(100% - 32px, var(--hx26_ms_width));
        }

        .hx26_ms_hero {
            min-height: auto;
        }

        .hx26_ms_hero_title {
            font-size: 34px;
        }

        .hx26_ms_hero_visual {
            min-height: auto;
            padding-bottom: 38px;
        }

        .hx26_ms_ecosystem_grid,
        .hx26_ms_quicklinks_grid,
        .hx26_ms_cards_grid,
        .hx26_ms_cards_grid_three,
        .hx26_ms_category_grid {
            grid-template-columns: 1fr;
        }

        .hx26_ms_ecosystem_tile:nth-child(2),
        .hx26_ms_ecosystem_tile:nth-child(5),
        .hx26_ms_ecosystem_tile:nth-child(8) {
            transform: none;
        }

        .hx26_ms_section_heading_row {
            display: block;
        }

        .hx26_ms_business_content {
            padding: 32px;
        }
    }
