/*(c) Haxter Corporation Global 2026. | All rights reserved.*/

.hx26_hs_home {
    --hx26_hs_blue: #0067b8;
    --hx26_hs_blue_hover: #005da6;
    --hx26_hs_text: #1a1a1a;
    --hx26_hs_muted: #4f4f4f;
    --hx26_hs_border: #e5e5e5;
    --hx26_hs_soft: #f7f7f7;
    --hx26_hs_yellow: #ffb900;
    --hx26_hs_width: 1396px;
    --hx26_hs_dark: #000532;
    --hx26_hs_mid: #0d2e8c;
    --hx26_hs_light: #6d94e1;

    margin: 0;
    padding: 0;
    background: #ffffff;
    color: var(--hx26_hs_text);
    font-family: "Segoe UI", "Elms Sans", Arial, sans-serif;
}

.hx26_hs_home * {
    box-sizing: border-box;
}

.hx26_hs_home a {
    color: inherit;
    text-decoration: none;
}

.hx26_hs_container {
    width: min(var(--hx26_hs_width), calc(100% - 48px));
    margin: 0 auto;
}

.hx26_hs_hero {
    background:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.94) 0%,
            rgba(233, 233, 241, 0.88) 34%,
            rgba(197, 205, 234, 0.55) 52%,
            rgba(0, 5, 50, 0.22) 100%
        ),
        url("https://cdn.haxtercorp.com/h26/haxtercorporation-suites-home-carousel.webp");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    min-height: 520px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hx26_hs_hero_inner {
    width: min(var(--hx26_hs_width), calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    align-items: center;
    gap: 48px;
}

.hx26_hs_hero_content {
    padding: 72px 0;
}

.hx26_hs_badge,
.hx26_hs_card_badge {
    display: inline-block;
    margin-bottom: 18px;
    padding: 6px 12px;
    background: var(--hx26_hs_yellow);
    color: #000000;
    font-size: 13px;
    font-weight: 600;
}

.hx26_hs_hero_title {
    margin: 0;
    max-width: 760px;
    color: #000532;
    font-size: 40px;
    line-height: 1.12;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.hx26_hs_hero_text {
    margin: 18px 0 0;
    max-width: 730px;
    color: #2a3448;
    font-size: 16px;
    line-height: 1.55;
}

.hx26_hs_actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    margin-top: 26px;
}

.hx26_hs_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 18px;
    background: var(--hx26_hs_blue);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border: 0;
    cursor: pointer;
}

.hx26_hs_btn:hover {
    background: var(--hx26_hs_blue_hover);
    color: #ffffff;
}

.hx26_hs_text_link,
.hx26_hs_business_link {
    display: inline-flex;
    align-items: center;
    color: var(--hx26_hs_blue);
    font-size: 15px;
    font-weight: 600;
}

.hx26_hs_text_link:hover,
.hx26_hs_business_link:hover {
    text-decoration: underline;
}

.hx26_hs_hero_visual {
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hx26_hs_panel {
    width: min(640px, 100%);
    padding: 28px;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 24px 54px rgba(0, 5, 50, 0.16);
    border-top: 4px solid #000532;
}

.hx26_hs_panel_label,
.hx26_hs_panel_grid span {
    display: block;
    color: #606060;
    font-size: 12px;
    font-weight: 600;
}

.hx26_hs_panel > strong {
    display: block;
    margin-top: 8px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--hx26_hs_border);
    color: #000532;
    font-size: 28px;
    line-height: 1.12;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.hx26_hs_panel_grid {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.hx26_hs_panel_grid div {
    min-height: 104px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid var(--hx26_hs_border);
}

.hx26_hs_panel_grid strong {
    display: block;
    margin-top: 16px;
    color: #1a1a1a;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 600;
}

.hx26_hs_quicklinks {
    padding: 34px 0 58px;
    background: #ffffff;
}

.hx26_hs_quicklinks_grid {
    width: min(900px, calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 28px;
    text-align: center;
}

.hx26_hs_quicklink {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    color: var(--hx26_hs_blue);
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
}

.hx26_hs_quick_icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}

.hx26_hs_section {
    padding: 0 0 72px;
    background: #ffffff;
}

.hx26_hs_section_gray {
    padding: 72px 0;
    background: var(--hx26_hs_soft);
}

.hx26_hs_section_heading_row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.hx26_hs_section_heading {
    margin: 0;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -0.025em;
}

.hx26_hs_section_description {
    margin: 8px 0 0;
    max-width: 820px;
    color: var(--hx26_hs_muted);
    font-size: 15px;
    line-height: 1.55;
}

.hx26_hs_cards_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.hx26_hs_card {
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
    min-height: 360px;
    display: flex;
    flex-direction: column;
}

.hx26_hs_card_featured {
    border-top: 4px solid var(--hx26_hs_blue);
}

.hx26_hs_card_body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.hx26_hs_card h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -0.015em;
}

.hx26_hs_card p {
    margin: 14px 0 0;
    color: #333333;
    font-size: 15px;
    line-height: 1.5;
}

.hx26_hs_card_footer {
    margin-top: auto;
    padding-top: 22px;
}

.hx26_hs_card_link {
    display: inline-flex;
    align-items: center;
    color: var(--hx26_hs_blue);
    font-size: 15px;
    font-weight: 600;
}

.hx26_hs_card_link:hover {
    text-decoration: underline;
}

.hx26_hs_business {
    padding: 72px 0;
    background: #ffffff;
}

.hx26_hs_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/haxtercorporation-suites-home-carousel.webp");
    background-size: cover;
    background-position: center;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.hx26_hs_business_content {
    max-width: 760px;
    padding: 56px;
}

.hx26_hs_business_content h2 {
    margin: 0;
    font-size: 38px;
    line-height: 1.12;
    font-weight: 600;
}

.hx26_hs_business_content p {
    margin: 18px 0 0;
    font-size: 16px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.88);
}

.hx26_hs_business_link {
    color: #8fd0ff;
}

.hx26_hs_final_cta {
    padding: 74px 0 84px;
    background: #ffffff;
    text-align: center;
}

.hx26_hs_final_cta h2 {
    margin: 0 auto;
    max-width: 940px;
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1.02;
    font-weight: 600;
    letter-spacing: -0.045em;
}

.hx26_hs_final_cta p {
    margin: 18px auto 0;
    max-width: 820px;
    color: var(--hx26_hs_muted);
    font-size: 16px;
    line-height: 1.55;
}

.hx26_hs_final_cta .hx26_hs_actions {
    justify-content: center;
}

.hx26_home_endmark {
    width: 100%;
    padding: 64px 0 72px;
    background: #ffffff;
}

.hx26_home_endmark_inner {
    width: min(1396px, calc(100% - 48px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hx26_home_endmark_logo_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hx26_home_endmark_logo {
    width: min(320px, 42vw);
    height: auto;
    display: block;
}

@media (max-width: 1084px) {
    .hx26_hs_hero_inner {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .hx26_hs_hero_content {
        padding: 58px 0 24px;
    }

    .hx26_hs_hero_visual {
        min-height: 420px;
        padding-bottom: 42px;
    }

    .hx26_hs_cards_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hx26_hs_quicklinks_grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 640px) {
    .hx26_hs_container,
    .hx26_hs_hero_inner {
        width: min(100% - 32px, var(--hx26_hs_width));
    }

    .hx26_hs_hero {
        min-height: auto;
        background:
            linear-gradient(
                180deg,
                rgba(255, 255, 255, 0.96) 0%,
                rgba(233, 233, 241, 0.90) 42%,
                rgba(197, 205, 234, 0.58) 100%
            ),
            url("https://cdn.haxtercorp.com/h26/haxtercorporation-suites-home-carousel.webp");
        background-size: cover;
        background-position: center right;
    }

    .hx26_hs_hero_title {
        font-size: 34px;
    }

    .hx26_hs_hero_visual {
        min-height: auto;
        padding-bottom: 38px;
    }

    .hx26_hs_panel {
        padding: 22px;
    }

    .hx26_hs_panel_grid,
    .hx26_hs_quicklinks_grid,
    .hx26_hs_cards_grid {
        grid-template-columns: 1fr;
    }

    .hx26_hs_section_heading_row {
        display: block;
    }

    .hx26_hs_business_content {
        padding: 32px;
    }

    .hx26_hs_business_content h2 {
        font-size: 32px;
    }

    .hx26_hs_actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hx26_hs_btn,
    .hx26_hs_text_link,
    .hx26_hs_business_link {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .hx26_home_endmark {
        padding: 48px 0 56px;
    }

    .hx26_home_endmark_inner {
        width: min(100% - 32px, 1396px);
    }

    .hx26_home_endmark_logo {
        width: min(220px, 58vw);
    }
}