/* (c) Haxter Corporation | Sales Department | H27-HX26-MS */

.hxsales_page {
    --hxsales_blue: #0067b8;
    --hxsales_blue_hover: #005da6;
    --hxsales_text: #171717;
    --hxsales_muted: #62666d;
    --hxsales_border: #e4e6e8;
    --hxsales_soft: #f6f7f8;
    --hxsales_blue_soft: #f3f8fd;
    --hxsales_blue_line: #d8e6f2;
    --hxsales_surface: #ffffff;

    margin: 0;
    background: #ffffff;
    color: var(--hxsales_text);
    font-family: "Segoe UI", "Elms Sans", Montserrat, Arial, Helvetica, sans-serif;
    overflow: hidden;
}

.hxsales_page * {
    box-sizing: border-box;
}

.hxsales_wrap {
    width: min(1320px, calc(100% - 80px));
    margin: 0 auto;
}

/* HERO */

.hxsales_hero {
    background: #ffffff;
    border-bottom: 1px solid var(--hxsales_border);
}

.hxsales_hero_banner {
    min-height: 640px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.72fr);
    gap: 70px;
    align-items: center;
    padding: 86px 0;
}

.hxsales_kicker,
.hxsales_label {
    margin: 0 0 16px;
    color: var(--hxsales_blue);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
}

.hxsales_hero h1 {
    margin: 0;
    color: var(--hxsales_text);
    font-size: clamp(54px, 5.7vw, 88px);
    line-height: 0.98;
    letter-spacing: -0.065em;
    font-weight: 600;
}

.hxsales_hero h1 span {
    color: var(--hxsales_blue);
}

.hxsales_hero p {
    margin: 28px 0 0;
    max-width: 820px;
    color: var(--hxsales_muted);
    font-size: 19px;
    line-height: 1.65;
}

.hxsales_actions,
.hxsales_contact_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    align-items: center;
    margin-top: 34px;
}

.hxsales_btn {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 0;
    background: var(--hxsales_blue);
    color: #ffffff;
    font-family: "Segoe UI", "Elms Sans", Montserrat, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.hxsales_btn:hover {
    background: var(--hxsales_blue_hover);
    color: #ffffff;
}

.hxsales_link,
.hxsales_business_panel a {
    color: var(--hxsales_blue);
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
    text-decoration: none;
}

.hxsales_link:hover,
.hxsales_business_panel a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.hxsales_hero_mark {
    margin: 0;
    padding: 38px;
    background: #ffffff;
    border: 1px solid var(--hxsales_border);
}

.hxsales_hero_mark img {
    width: clamp(260px, 28vw, 430px);
    max-width: 100%;
    max-height: 118px;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: left center;
    margin-bottom: 54px;
}

.hxsales_hero_mark dl {
    margin: 0;
    border-top: 1px solid var(--hxsales_border);
}

.hxsales_hero_mark div {
    padding: 15px 0;
    border-bottom: 1px solid var(--hxsales_border);
}

.hxsales_hero_mark dt {
    color: var(--hxsales_muted);
    font-size: 13px;
    line-height: 1.4;
}

.hxsales_hero_mark dd {
    margin: 5px 0 0;
    color: var(--hxsales_text);
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
}

/* NAV */

.hxsales_navbar {
    background: #ffffff;
    border-bottom: 1px solid var(--hxsales_border);
}

.hxsales_navbar_inner {
    width: min(1320px, calc(100% - 80px));
    min-height: 56px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 26px;
    overflow-x: auto;
}

.hxsales_navbar_inner::-webkit-scrollbar {
    height: 0;
}

.hxsales_navbar a {
    color: #333333;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
}

.hxsales_navbar a:hover {
    color: var(--hxsales_blue);
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* SECTIONS */

.hxsales_section {
    padding: 82px 0;
    background: #ffffff;
    border-bottom: 1px solid var(--hxsales_border);
}

.hxsales_section_soft {
    background: var(--hxsales_soft);
}

.hxsales_section_head {
    max-width: 940px;
    margin-bottom: 42px;
}

.hxsales_section_head h2,
.hxsales_business_panel h2,
.hxsales_contact_panel h2 {
    margin: 0;
    color: var(--hxsales_text);
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
    letter-spacing: -0.045em;
    font-weight: 600;
}

.hxsales_section_head p,
.hxsales_business_panel p,
.hxsales_contact_panel p {
    margin: 18px 0 0;
    color: var(--hxsales_muted);
    font-size: 17px;
    line-height: 1.62;
}

/* REQUEST FORM */

.hxsales_request_grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
    gap: 54px;
    align-items: start;
}

.hxsales_request_notes {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 1px solid var(--hxsales_border);
    border-left: 1px solid var(--hxsales_border);
}

.hxsales_request_notes article {
    padding: 22px 24px;
    background: #ffffff;
    border-right: 1px solid var(--hxsales_border);
    border-bottom: 1px solid var(--hxsales_border);
}

.hxsales_request_notes span {
    display: block;
    color: var(--hxsales_blue);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
}

.hxsales_request_notes strong {
    display: block;
    margin-top: 8px;
    color: var(--hxsales_text);
    font-size: 18px;
    line-height: 1.32;
    letter-spacing: -0.025em;
    font-weight: 600;
}

.hxsales_request_form {
    padding: 32px;
    background: #ffffff;
    border: 1px solid var(--hxsales_border);
}

.hxsales_form_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 18px;
}

.hxsales_request_form label {
    display: block;
}

.hxsales_request_form label span {
    display: block;
    margin-bottom: 8px;
    color: var(--hxsales_text);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
}

.hxsales_request_form input,
.hxsales_request_form select,
.hxsales_request_form textarea {
    width: 100%;
    min-height: 42px;
    border: 1px solid var(--hxsales_border);
    background: #ffffff;
    color: var(--hxsales_text);
    font-family: "Segoe UI", "Elms Sans", Montserrat, Arial, Helvetica, sans-serif;
    font-size: 15px;
    outline: none;
    border-radius: 0;
}

.hxsales_request_form input,
.hxsales_request_form select {
    padding: 0 14px;
}

.hxsales_request_form textarea {
    padding: 14px;
    resize: vertical;
}

.hxsales_request_form input:focus,
.hxsales_request_form select:focus,
.hxsales_request_form textarea:focus {
    border-color: var(--hxsales_blue);
    box-shadow: 0 0 0 1px var(--hxsales_blue);
}

.hxsales_form_message {
    margin-top: 20px;
}

.hxsales_form_actions {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    align-items: center;
}

/* CARDS */

.hxsales_card_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--hxsales_border);
    border-left: 1px solid var(--hxsales_border);
}

.hxsales_card {
    min-height: 280px;
    display: flex;
    flex-direction: column;
    padding: 28px;
    background: #ffffff;
    border-right: 1px solid var(--hxsales_border);
    border-bottom: 1px solid var(--hxsales_border);
    color: inherit;
    text-decoration: none;
}

.hxsales_card span,
.hxsales_process_grid span {
    color: var(--hxsales_blue);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
}

.hxsales_card strong {
    display: block;
    margin-top: 16px;
    color: var(--hxsales_text);
    font-size: 26px;
    line-height: 1.14;
    letter-spacing: -0.035em;
    font-weight: 600;
}

.hxsales_card p {
    margin: 14px 0 0;
    color: var(--hxsales_muted);
    font-size: 15px;
    line-height: 1.58;
}

.hxsales_card em {
    margin-top: auto;
    padding-top: 28px;
    color: var(--hxsales_blue);
    font-size: 14px;
    line-height: 1.4;
    font-style: normal;
    font-weight: 700;
}

.hxsales_card:hover strong {
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* PROCESS */

.hxsales_process_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--hxsales_border);
    border-left: 1px solid var(--hxsales_border);
}

.hxsales_process_grid article {
    min-height: 270px;
    padding: 28px;
    background: #ffffff;
    border-right: 1px solid var(--hxsales_border);
    border-bottom: 1px solid var(--hxsales_border);
}

.hxsales_process_grid h3 {
    margin: 18px 0 0;
    color: var(--hxsales_text);
    font-size: 26px;
    line-height: 1.14;
    letter-spacing: -0.035em;
    font-weight: 600;
}

.hxsales_process_grid p {
    margin: 14px 0 0;
    color: var(--hxsales_muted);
    font-size: 15px;
    line-height: 1.58;
}

/* PANELS */

.hxsales_business_panel,
.hxsales_contact_panel {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 54px;
    padding: 42px;
    background: #ffffff;
    border: 1px solid var(--hxsales_border);
}

.hxsales_contact_panel {
    align-items: center;
}

.hxsales_business_panel a {
    display: inline-flex;
    margin-top: 24px;
}

/* ACCESSIBILITY */

.hxsales_page a:focus-visible,
.hxsales_page button:focus-visible,
.hxsales_page input:focus-visible,
.hxsales_page select:focus-visible,
.hxsales_page textarea:focus-visible {
    outline: 2px solid var(--hxsales_blue);
    outline-offset: 3px;
}

/* RESPONSIVE */

@media (max-width: 1180px) {
    .hxsales_hero_banner,
    .hxsales_request_grid,
    .hxsales_business_panel,
    .hxsales_contact_panel {
        grid-template-columns: 1fr;
        gap: 46px;
    }

    .hxsales_card_grid,
    .hxsales_process_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 820px) {
    .hxsales_wrap,
    .hxsales_navbar_inner {
        width: min(100% - 32px, 1320px);
    }

    .hxsales_hero_banner {
        min-height: auto;
        padding: 56px 0 62px;
    }

    .hxsales_hero h1,
    .hxsales_section_head h2,
    .hxsales_card strong,
    .hxsales_process_grid h3,
    .hxsales_business_panel h2,
    .hxsales_contact_panel h2,
    .hxsales_request_notes strong {
        font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-weight: 500;
        letter-spacing: -0.028em;
        text-wrap: balance;
    }

    .hxsales_hero h1 {
        font-size: clamp(40px, 10.4vw, 52px);
        line-height: 1.06;
    }

    .hxsales_hero p,
    .hxsales_section_head p,
    .hxsales_business_panel p,
    .hxsales_contact_panel p {
        font-size: 17px;
        line-height: 1.68;
        letter-spacing: -0.01em;
    }

    .hxsales_card_grid,
    .hxsales_process_grid,
    .hxsales_form_grid {
        grid-template-columns: 1fr;
    }

    .hxsales_card,
    .hxsales_process_grid article,
    .hxsales_business_panel,
    .hxsales_contact_panel,
    .hxsales_hero_mark,
    .hxsales_request_form {
        padding: 26px;
    }

    .hxsales_actions,
    .hxsales_contact_actions,
    .hxsales_form_actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hxsales_btn,
    .hxsales_link {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 420px) {
    .hxsales_hero h1 {
        font-size: clamp(36px, 9.6vw, 42px);
    }

    .hxsales_hero_mark img {
        width: 100%;
    }

    .hxsales_section {
        padding: 64px 0;
    }

    .hxsales_request_notes article {
        padding: 20px;
    }
}