/* (c) Haxter Corporation | Phalanx | H27-HX26-MS */

.hxphx_page {
    --hxphx_blue: #0067b8;
    --hxphx_blue_dark: #005da6;
    --hxphx_text: #171717;
    --hxphx_muted: #62666d;
    --hxphx_border: #e4e6e8;
    --hxphx_soft: #f6f7f8;
    --hxphx_soft_blue: #f3f8fd;
    --hxphx_panel: #ffffff;

    margin: 0;
    background: #ffffff;
    color: var(--hxphx_text);
    font-family: "Segoe UI", "Elms Sans", Montserrat, Arial, Helvetica, sans-serif;
    overflow: hidden;
}

.hxphx_page * {
    box-sizing: border-box;
}

.hxphx_wrap {
    width: min(1320px, calc(100% - 80px));
    margin: 0 auto;
}

.hxphx_hero {
    background:
        radial-gradient(circle at 86% 18%, rgba(0, 103, 184, 0.09), transparent 24%),
        radial-gradient(circle at 92% 68%, rgba(0, 103, 184, 0.07), transparent 28%),
        #ffffff;
    border-bottom: 1px solid var(--hxphx_border);
}

.hxphx_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;
}

.hxphx_kicker,
.hxphx_label,
.hxphx_panel_label {
    margin: 0 0 16px;
    color: var(--hxphx_blue);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
}

.hxphx_hero h1 {
    margin: 0;
    color: var(--hxphx_text);
    font-size: clamp(56px, 6vw, 96px);
    line-height: 0.96;
    letter-spacing: -0.07em;
    font-weight: 600;
}

.hxphx_hero h1 span {
    display: block;
    color: var(--hxphx_blue);
}

.hxphx_subtitle {
    margin: 30px 0 0;
    max-width: 860px;
    color: var(--hxphx_text);
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.14;
    letter-spacing: -0.045em;
    font-weight: 500;
}

.hxphx_intro {
    margin: 24px 0 0;
    max-width: 820px;
    color: var(--hxphx_muted);
    font-size: 18px;
    line-height: 1.65;
}

.hxphx_actions,
.hxphx_final_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    align-items: center;
    margin-top: 34px;
}

.hxphx_btn {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 0;
    background: var(--hxphx_blue);
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
}

.hxphx_btn:hover {
    background: var(--hxphx_blue_dark);
    color: #ffffff;
}

.hxphx_link {
    color: var(--hxphx_blue);
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    text-decoration: none;
}

.hxphx_link:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.hxphx_meta {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid var(--hxphx_border);
    border-left: 1px solid var(--hxphx_border);
}

.hxphx_meta span {
    padding: 12px 14px;
    border-right: 1px solid var(--hxphx_border);
    border-bottom: 1px solid var(--hxphx_border);
    background: #ffffff;
    color: var(--hxphx_text);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 600;
}

.hxphx_hero_panel {
    padding: 38px;
    background: #ffffff;
    border: 1px solid var(--hxphx_border);
}

.hxphx_hero_panel img {
    width: 100%;
    max-width: 390px;
    max-height: 128px;
    display: block;
    object-fit: contain;
    object-position: left center;
    margin-bottom: 48px;
}

.hxphx_hero_panel h2 {
    margin: 0;
    color: var(--hxphx_text);
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    font-weight: 600;
}

.hxphx_hero_panel p {
    margin: 16px 0 0;
    color: var(--hxphx_muted);
    font-size: 15px;
    line-height: 1.6;
}

.hxphx_hero_panel dl {
    margin: 28px 0 0;
    border-top: 1px solid var(--hxphx_border);
}

.hxphx_hero_panel dl div {
    padding: 15px 0;
    border-bottom: 1px solid var(--hxphx_border);
}

.hxphx_hero_panel dt {
    color: var(--hxphx_muted);
    font-size: 13px;
    line-height: 1.4;
}

.hxphx_hero_panel dd {
    margin: 5px 0 0;
    color: var(--hxphx_text);
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
}

.hxphx_navbar {
    background: #ffffff;
    border-bottom: 1px solid var(--hxphx_border);
}

.hxphx_navbar_inner {
    width: min(1320px, calc(100% - 80px));
    min-height: 56px;
    margin: 0 auto;
    display: flex;
    gap: 26px;
    align-items: center;
    overflow-x: auto;
}

.hxphx_navbar_inner::-webkit-scrollbar {
    height: 0;
}

.hxphx_navbar a {
    color: #333333;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
}

.hxphx_navbar a:hover {
    color: var(--hxphx_blue);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.hxphx_section {
    padding: 82px 0;
    background: #ffffff;
    border-bottom: 1px solid var(--hxphx_border);
}

.hxphx_section_soft {
    background: var(--hxphx_soft);
}

.hxphx_section_head {
    max-width: 960px;
    margin-bottom: 42px;
}

.hxphx_section_head h2,
.hxphx_split_panel h2,
.hxphx_final_inner h2 {
    margin: 0;
    color: var(--hxphx_text);
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.08;
    letter-spacing: -0.045em;
    font-weight: 600;
}

.hxphx_section_head p,
.hxphx_split_panel p,
.hxphx_final_inner p {
    margin: 18px 0 0;
    color: var(--hxphx_muted);
    font-size: 17px;
    line-height: 1.62;
}

.hxphx_problem_grid,
.hxphx_capability_grid,
.hxphx_response_grid {
    display: grid;
    border-top: 1px solid var(--hxphx_border);
    border-left: 1px solid var(--hxphx_border);
}

.hxphx_problem_grid {
    grid-template-columns: repeat(2, 1fr);
}

.hxphx_capability_grid {
    grid-template-columns: repeat(3, 1fr);
}

.hxphx_response_grid {
    grid-template-columns: repeat(4, 1fr);
}

.hxphx_problem_card,
.hxphx_capability_card,
.hxphx_response_card {
    min-height: 260px;
    padding: 28px;
    background: #ffffff;
    border-right: 1px solid var(--hxphx_border);
    border-bottom: 1px solid var(--hxphx_border);
}

.hxphx_problem_card span,
.hxphx_capability_card span,
.hxphx_response_card span,
.hxphx_step span {
    color: var(--hxphx_blue);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
}

.hxphx_problem_card strong,
.hxphx_capability_card strong,
.hxphx_response_card strong,
.hxphx_step strong {
    display: block;
    margin-top: 16px;
    color: var(--hxphx_text);
    font-size: 24px;
    line-height: 1.16;
    letter-spacing: -0.034em;
    font-weight: 600;
}

.hxphx_problem_card p,
.hxphx_capability_card p,
.hxphx_response_card p,
.hxphx_step p {
    margin: 14px 0 0;
    color: var(--hxphx_muted);
    font-size: 15px;
    line-height: 1.58;
}

.hxphx_split_panel {
    display: grid;
    grid-template-columns: 0.88fr 1.12fr;
    gap: 54px;
    align-items: start;
    padding: 42px;
    background: #ffffff;
    border: 1px solid var(--hxphx_border);
}

.hxphx_split_panel p:first-child {
    margin-top: 0;
}

.hxphx_workflow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--hxphx_border);
    border-left: 1px solid var(--hxphx_border);
}

.hxphx_step {
    min-height: 240px;
    padding: 28px;
    background: #ffffff;
    border-right: 1px solid var(--hxphx_border);
    border-bottom: 1px solid var(--hxphx_border);
}

.hxphx_integration_panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.72fr);
    gap: 54px;
    align-items: start;
}

.hxphx_integration_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid var(--hxphx_border);
    border-left: 1px solid var(--hxphx_border);
}

.hxphx_integration_list article {
    min-height: 150px;
    padding: 24px;
    background: #ffffff;
    border-right: 1px solid var(--hxphx_border);
    border-bottom: 1px solid var(--hxphx_border);
}

.hxphx_integration_list span {
    color: var(--hxphx_blue);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
}

.hxphx_integration_list strong {
    display: block;
    margin-top: 10px;
    color: var(--hxphx_text);
    font-size: 18px;
    line-height: 1.28;
    letter-spacing: -0.025em;
    font-weight: 600;
}

.hxphx_standard_box {
    padding: 34px;
    background: #ffffff;
    border: 1px solid var(--hxphx_border);
}

.hxphx_standard_box h3 {
    margin: 0;
    color: var(--hxphx_text);
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    font-weight: 600;
}

.hxphx_standard_box p {
    margin: 16px 0 0;
    color: var(--hxphx_muted);
    font-size: 16px;
    line-height: 1.64;
}

.hxphx_standard_box ul {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--hxphx_border);
}

.hxphx_standard_box li {
    padding: 13px 0;
    border-bottom: 1px solid var(--hxphx_border);
    color: var(--hxphx_text);
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
}

.hxphx_final {
    padding: 82px 0;
    background: #ffffff;
    border-bottom: 1px solid var(--hxphx_border);
}

.hxphx_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(--hxphx_border);
}

.hxphx_final_actions {
    margin-top: 0;
    justify-content: flex-end;
}

.hxphx_page a:focus-visible {
    outline: 2px solid var(--hxphx_blue);
    outline-offset: 3px;
}

@media (max-width: 1180px) {
    .hxphx_hero_grid,
    .hxphx_split_panel,
    .hxphx_integration_panel,
    .hxphx_final_inner {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .hxphx_capability_grid,
    .hxphx_response_grid,
    .hxphx_workflow {
        grid-template-columns: repeat(2, 1fr);
    }

    .hxphx_final_actions {
        justify-content: flex-start;
    }
}

@media (max-width: 820px) {
    .hxphx_wrap,
    .hxphx_navbar_inner {
        width: min(100% - 32px, 1320px);
    }

    .hxphx_hero_grid {
        min-height: auto;
        padding: 56px 0 62px;
    }

    .hxphx_hero h1,
    .hxphx_subtitle,
    .hxphx_hero_panel h2,
    .hxphx_section_head h2,
    .hxphx_split_panel h2,
    .hxphx_problem_card strong,
    .hxphx_capability_card strong,
    .hxphx_response_card strong,
    .hxphx_step strong,
    .hxphx_standard_box h3,
    .hxphx_final_inner h2 {
        font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-weight: 500;
        letter-spacing: -0.028em;
        text-wrap: balance;
    }

    .hxphx_hero h1 {
        font-size: clamp(42px, 11vw, 56px);
        line-height: 1.05;
    }

    .hxphx_subtitle {
        font-size: clamp(26px, 7.4vw, 34px);
        line-height: 1.16;
    }

    .hxphx_intro,
    .hxphx_section_head p,
    .hxphx_split_panel p,
    .hxphx_final_inner p {
        font-size: 17px;
        line-height: 1.68;
        letter-spacing: -0.01em;
    }

    .hxphx_problem_grid,
    .hxphx_capability_grid,
    .hxphx_response_grid,
    .hxphx_workflow,
    .hxphx_integration_list {
        grid-template-columns: 1fr;
    }

    .hxphx_hero_panel,
    .hxphx_problem_card,
    .hxphx_capability_card,
    .hxphx_response_card,
    .hxphx_step,
    .hxphx_split_panel,
    .hxphx_integration_list article,
    .hxphx_standard_box,
    .hxphx_final_inner {
        padding: 26px;
    }

    .hxphx_actions,
    .hxphx_final_actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hxphx_btn,
    .hxphx_link {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 420px) {
    .hxphx_hero h1 {
        font-size: clamp(38px, 10vw, 44px);
    }

    .hxphx_section,
    .hxphx_final {
        padding: 64px 0;
    }

    .hxphx_hero_panel img {
        width: 100%;
    }
}