/* (c) Haxter Corporation Products | H27-HX26-MS */

.hxproducts_page {
    --hxproducts_blue: #0067b8;
    --hxproducts_blue_dark: #005da6;
    --hxproducts_text: #171717;
    --hxproducts_muted: #62666d;
    --hxproducts_border: #e4e6e8;
    --hxproducts_soft: #f6f7f8;
    --hxproducts_surface: #ffffff;
    --hxproducts_navy: #07162b;

    margin: 0;
    background: #ffffff;
    color: var(--hxproducts_text);
    font-family: "Segoe UI", "Elms Sans", Montserrat, Arial, Helvetica, sans-serif;
    overflow: hidden;
}

.hxproducts_page * {
    box-sizing: border-box;
}

.hxproducts_wrap {
    width: min(1320px, calc(100% - 80px));
    margin: 0 auto;
}

/* HERO */

.hxproducts_hero {
    background:
        radial-gradient(circle at 84% 18%, rgba(0, 103, 184, 0.09), transparent 24%),
        radial-gradient(circle at 92% 68%, rgba(7, 22, 43, 0.06), transparent 28%),
        #ffffff;
    border-bottom: 1px solid var(--hxproducts_border);
}

.hxproducts_hero_grid {
    min-height: 680px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.72fr);
    gap: 72px;
    align-items: center;
    padding: 88px 0;
}

.hxproducts_hero_copy {
    max-width: 980px;
}

.hxproducts_kicker,
.hxproducts_label,
.hxproducts_panel_label {
    margin: 0 0 16px;
    color: var(--hxproducts_blue);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
}

.hxproducts_hero h1 {
    margin: 0;
    color: var(--hxproducts_text);
    font-size: clamp(56px, 6vw, 96px);
    line-height: 0.96;
    letter-spacing: -0.07em;
    font-weight: 600;
}

.hxproducts_hero h1 span {
    display: block;
    color: var(--hxproducts_blue);
}

.hxproducts_subtitle {
    margin: 30px 0 0;
    max-width: 900px;
    color: var(--hxproducts_text);
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.14;
    letter-spacing: -0.045em;
    font-weight: 500;
}

.hxproducts_intro {
    margin: 24px 0 0;
    max-width: 860px;
    color: var(--hxproducts_muted);
    font-size: 18px;
    line-height: 1.65;
}

/* ACTIONS */

.hxproducts_actions,
.hxproducts_final_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    align-items: center;
    margin-top: 34px;
}

.hxproducts_btn {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    background: var(--hxproducts_blue);
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid transparent;
}

.hxproducts_btn:hover {
    background: var(--hxproducts_blue_dark);
    color: #ffffff;
}

.hxproducts_link {
    color: var(--hxproducts_blue);
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    text-decoration: none;
}

.hxproducts_link:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.hxproducts_meta {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid var(--hxproducts_border);
    border-left: 1px solid var(--hxproducts_border);
}

.hxproducts_meta span {
    padding: 12px 14px;
    border-right: 1px solid var(--hxproducts_border);
    border-bottom: 1px solid var(--hxproducts_border);
    background: #ffffff;
    color: var(--hxproducts_text);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 600;
}

/* HERO PANEL */

.hxproducts_hero_panel {
    padding: 38px;
    background: #ffffff;
    border: 1px solid var(--hxproducts_border);
    box-shadow: 0 24px 64px rgba(7, 22, 43, 0.08);
}

.hxproducts_hero_panel img {
    width: 100%;
    max-width: 390px;
    max-height: 128px;
    display: block;
    object-fit: contain;
    object-position: left center;
    margin-bottom: 48px;
}

.hxproducts_hero_panel h2 {
    margin: 0;
    color: var(--hxproducts_text);
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    font-weight: 600;
}

.hxproducts_hero_panel p {
    margin: 16px 0 0;
    color: var(--hxproducts_muted);
    font-size: 15px;
    line-height: 1.6;
}

.hxproducts_hero_panel dl {
    margin: 28px 0 0;
    border-top: 1px solid var(--hxproducts_border);
}

.hxproducts_hero_panel dl div {
    padding: 15px 0;
    border-bottom: 1px solid var(--hxproducts_border);
}

.hxproducts_hero_panel dt {
    color: var(--hxproducts_muted);
    font-size: 13px;
    line-height: 1.4;
}

.hxproducts_hero_panel dd {
    margin: 5px 0 0;
    color: var(--hxproducts_text);
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
}

/* NAVBAR */

.hxproducts_navbar {
    background: #ffffff;
    border-bottom: 1px solid var(--hxproducts_border);
}

.hxproducts_navbar_inner {
    width: min(1320px, calc(100% - 80px));
    min-height: 56px;
    margin: 0 auto;
    display: flex;
    gap: 26px;
    align-items: center;
    overflow-x: auto;
}

.hxproducts_navbar_inner::-webkit-scrollbar {
    height: 0;
}

.hxproducts_navbar a {
    color: #333333;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
}

.hxproducts_navbar a:hover {
    color: var(--hxproducts_blue);
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* SECTIONS */

.hxproducts_section {
    padding: 82px 0;
    background: #ffffff;
    border-bottom: 1px solid var(--hxproducts_border);
}

.hxproducts_section_soft {
    background: var(--hxproducts_soft);
}

.hxproducts_section_head {
    max-width: 980px;
    margin-bottom: 42px;
}

.hxproducts_section_head h2,
.hxproducts_archive_panel h2,
.hxproducts_final_inner h2 {
    margin: 0;
    color: var(--hxproducts_text);
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.08;
    letter-spacing: -0.045em;
    font-weight: 600;
}

.hxproducts_section_head p,
.hxproducts_archive_panel p,
.hxproducts_final_inner p {
    margin: 18px 0 0;
    color: var(--hxproducts_muted);
    font-size: 17px;
    line-height: 1.62;
}

/* FEATURED */

.hxproducts_featured_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--hxproducts_border);
    border-left: 1px solid var(--hxproducts_border);
}

.hxproducts_featured_card {
    min-height: 310px;
    display: flex;
    flex-direction: column;
    padding: 28px;
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    border-right: 1px solid var(--hxproducts_border);
    border-bottom: 1px solid var(--hxproducts_border);
}

.hxproducts_featured_card:hover strong,
.hxproducts_featured_card:hover em {
    color: var(--hxproducts_blue);
}

.hxproducts_featured_card span {
    color: var(--hxproducts_blue);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
}

.hxproducts_featured_card strong {
    display: block;
    margin-top: 16px;
    color: var(--hxproducts_text);
    font-size: 24px;
    line-height: 1.16;
    letter-spacing: -0.034em;
    font-weight: 600;
}

.hxproducts_featured_card p {
    margin: 14px 0 0;
    color: var(--hxproducts_muted);
    font-size: 15px;
    line-height: 1.58;
}

.hxproducts_featured_card em {
    display: inline-flex;
    margin-top: auto;
    padding-top: 24px;
    color: var(--hxproducts_text);
    font-size: 14px;
    line-height: 1.4;
    font-style: normal;
    font-weight: 700;
}

/* GROUPS */

.hxproducts_group {
    padding: 54px 0 0;
}

.hxproducts_group:first-of-type {
    padding-top: 0;
}

.hxproducts_group + .hxproducts_group {
    margin-top: 54px;
    border-top: 1px solid var(--hxproducts_border);
}

.hxproducts_group_head {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1fr);
    gap: 54px;
    align-items: end;
    margin-bottom: 30px;
}

.hxproducts_group_head h3 {
    margin: 0;
    color: var(--hxproducts_text);
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.08;
    letter-spacing: -0.045em;
    font-weight: 600;
}

.hxproducts_group_head > p {
    margin: 0;
    color: var(--hxproducts_muted);
    font-size: 17px;
    line-height: 1.62;
}

.hxproducts_catalog_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--hxproducts_border);
    border-left: 1px solid var(--hxproducts_border);
}

.hxproducts_catalog_card {
    min-height: 230px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    border-right: 1px solid var(--hxproducts_border);
    border-bottom: 1px solid var(--hxproducts_border);
}

.hxproducts_catalog_card:hover strong,
.hxproducts_catalog_card:hover span {
    color: var(--hxproducts_blue);
}

.hxproducts_catalog_card strong {
    display: block;
    color: var(--hxproducts_text);
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    font-weight: 600;
}

.hxproducts_catalog_card p {
    margin: 14px 0 0;
    color: var(--hxproducts_muted);
    font-size: 14px;
    line-height: 1.56;
}

.hxproducts_catalog_card span {
    display: inline-flex;
    margin-top: auto;
    padding-top: 22px;
    color: var(--hxproducts_text);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
}

/* QUOTE */

.hxproducts_quote {
    padding: 94px 0;
    background: var(--hxproducts_navy);
    color: #ffffff;
}

.hxproducts_quote .hxproducts_label {
    color: #9fc8ee;
}

.hxproducts_quote h2 {
    max-width: 1120px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(36px, 5vw, 68px);
    line-height: 1.04;
    letter-spacing: -0.055em;
    font-weight: 600;
}

/* ARCHIVE */

.hxproducts_archive_panel {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.72fr);
    gap: 54px;
    align-items: start;
    padding: 42px;
    background: #ffffff;
    border: 1px solid var(--hxproducts_border);
}

.hxproducts_legacy_box {
    padding: 30px;
    background: var(--hxproducts_soft);
    border: 1px solid var(--hxproducts_border);
}

.hxproducts_legacy_box h3 {
    margin: 0;
    color: var(--hxproducts_text);
    font-size: 26px;
    line-height: 1.14;
    letter-spacing: -0.035em;
    font-weight: 600;
}

.hxproducts_legacy_box ul {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--hxproducts_border);
}

.hxproducts_legacy_box li {
    padding: 13px 0;
    border-bottom: 1px solid var(--hxproducts_border);
    color: var(--hxproducts_text);
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
}

/* FINAL */

.hxproducts_final {
    padding: 82px 0;
    background: #ffffff;
    border-bottom: 1px solid var(--hxproducts_border);
}

.hxproducts_final_inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 34px;
    align-items: center;
    padding: 42px;
    background:
        radial-gradient(circle at 92% 18%, rgba(0, 103, 184, 0.10), transparent 24%),
        #ffffff;
    border: 1px solid var(--hxproducts_border);
}

.hxproducts_final_actions {
    margin-top: 0;
    justify-content: flex-end;
}

/* ACCESSIBILITY */

.hxproducts_page a:focus-visible {
    outline: 2px solid var(--hxproducts_blue);
    outline-offset: 3px;
}

/* RESPONSIVE */

@media (max-width: 1240px) {
    .hxproducts_featured_grid,
    .hxproducts_catalog_grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1180px) {
    .hxproducts_hero_grid,
    .hxproducts_group_head,
    .hxproducts_archive_panel,
    .hxproducts_final_inner {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .hxproducts_final_actions {
        justify-content: flex-start;
    }
}

@media (max-width: 920px) {
    .hxproducts_featured_grid,
    .hxproducts_catalog_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 820px) {
    .hxproducts_wrap,
    .hxproducts_navbar_inner {
        width: min(100% - 32px, 1320px);
    }

    .hxproducts_hero_grid {
        min-height: auto;
        padding: 56px 0 62px;
    }

    .hxproducts_hero h1,
    .hxproducts_subtitle,
    .hxproducts_hero_panel h2,
    .hxproducts_section_head h2,
    .hxproducts_featured_card strong,
    .hxproducts_group_head h3,
    .hxproducts_catalog_card strong,
    .hxproducts_quote h2,
    .hxproducts_archive_panel h2,
    .hxproducts_legacy_box h3,
    .hxproducts_final_inner h2 {
        font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-weight: 500;
        letter-spacing: -0.028em;
        text-wrap: balance;
    }

    .hxproducts_hero h1 {
        font-size: clamp(42px, 11vw, 56px);
        line-height: 1.05;
    }

    .hxproducts_subtitle {
        font-size: clamp(26px, 7.4vw, 34px);
        line-height: 1.16;
    }

    .hxproducts_intro,
    .hxproducts_section_head p,
    .hxproducts_group_head > p,
    .hxproducts_archive_panel p,
    .hxproducts_final_inner p {
        font-size: 17px;
        line-height: 1.68;
        letter-spacing: -0.01em;
    }

    .hxproducts_hero_panel,
    .hxproducts_featured_card,
    .hxproducts_catalog_card,
    .hxproducts_archive_panel,
    .hxproducts_legacy_box,
    .hxproducts_final_inner {
        padding: 26px;
    }

    .hxproducts_actions,
    .hxproducts_final_actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hxproducts_btn,
    .hxproducts_link {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .hxproducts_featured_grid,
    .hxproducts_catalog_grid {
        grid-template-columns: 1fr;
    }

    .hxproducts_featured_card,
    .hxproducts_catalog_card {
        min-height: auto;
    }
}

@media (max-width: 420px) {
    .hxproducts_hero h1 {
        font-size: clamp(38px, 10vw, 44px);
    }

    .hxproducts_section,
    .hxproducts_final {
        padding: 64px 0;
    }

    .hxproducts_quote {
        padding: 72px 0;
    }

    .hxproducts_hero_panel img {
        width: 100%;
    }
}