/* (c) Haxter Corporation Global Security Network | H27-HX26-MS */

.hxgsn_page {
    --hxgsn_blue: #0067b8;
    --hxgsn_blue_dark: #005da6;
    --hxgsn_text: #171717;
    --hxgsn_muted: #62666d;
    --hxgsn_border: #e4e6e8;
    --hxgsn_soft: #f6f7f8;
    --hxgsn_surface: #ffffff;
    --hxgsn_navy: #07162b;

    margin: 0;
    background: #ffffff;
    color: var(--hxgsn_text);
    font-family: "Segoe UI", "Elms Sans", Montserrat, Arial, Helvetica, sans-serif;
    overflow: hidden;
}

.hxgsn_page * {
    box-sizing: border-box;
}

.hxgsn_wrap {
    width: min(1320px, calc(100% - 80px));
    margin: 0 auto;
}

/* HERO */

.hxgsn_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(--hxgsn_border);
}

.hxgsn_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;
}

.hxgsn_hero_copy {
    max-width: 960px;
}

.hxgsn_kicker,
.hxgsn_label,
.hxgsn_panel_label {
    margin: 0 0 16px;
    color: var(--hxgsn_blue);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
}

.hxgsn_hero h1 {
    margin: 0;
    color: var(--hxgsn_text);
    font-size: clamp(56px, 6vw, 96px);
    line-height: 0.96;
    letter-spacing: -0.07em;
    font-weight: 600;
}

.hxgsn_hero h1 span {
    display: block;
    color: var(--hxgsn_blue);
}

.hxgsn_subtitle {
    margin: 30px 0 0;
    max-width: 880px;
    color: var(--hxgsn_text);
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.14;
    letter-spacing: -0.045em;
    font-weight: 500;
}

.hxgsn_intro {
    margin: 24px 0 0;
    max-width: 840px;
    color: var(--hxgsn_muted);
    font-size: 18px;
    line-height: 1.65;
}

.hxgsn_actions,
.hxgsn_final_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    align-items: center;
    margin-top: 34px;
}

.hxgsn_btn {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    background: var(--hxgsn_blue);
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid transparent;
}

.hxgsn_btn:hover {
    background: var(--hxgsn_blue_dark);
    color: #ffffff;
}

.hxgsn_link {
    color: var(--hxgsn_blue);
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    text-decoration: none;
}

.hxgsn_link:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.hxgsn_meta {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid var(--hxgsn_border);
    border-left: 1px solid var(--hxgsn_border);
}

.hxgsn_meta span {
    padding: 12px 14px;
    border-right: 1px solid var(--hxgsn_border);
    border-bottom: 1px solid var(--hxgsn_border);
    background: #ffffff;
    color: var(--hxgsn_text);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 600;
}

.hxgsn_hero_panel {
    padding: 38px;
    background: #ffffff;
    border: 1px solid var(--hxgsn_border);
    box-shadow: 0 24px 64px rgba(7, 22, 43, 0.08);
}

.hxgsn_hero_panel img {
    width: 100%;
    max-width: 390px;
    max-height: 128px;
    display: block;
    object-fit: contain;
    object-position: left center;
    margin-bottom: 48px;
}

.hxgsn_hero_panel h2 {
    margin: 0;
    color: var(--hxgsn_text);
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    font-weight: 600;
}

.hxgsn_hero_panel p {
    margin: 16px 0 0;
    color: var(--hxgsn_muted);
    font-size: 15px;
    line-height: 1.6;
}

.hxgsn_hero_panel dl {
    margin: 28px 0 0;
    border-top: 1px solid var(--hxgsn_border);
}

.hxgsn_hero_panel dl div {
    padding: 15px 0;
    border-bottom: 1px solid var(--hxgsn_border);
}

.hxgsn_hero_panel dt {
    color: var(--hxgsn_muted);
    font-size: 13px;
    line-height: 1.4;
}

.hxgsn_hero_panel dd {
    margin: 5px 0 0;
    color: var(--hxgsn_text);
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
}

/* NAVBAR */

.hxgsn_navbar {
    background: #ffffff;
    border-bottom: 1px solid var(--hxgsn_border);
}

.hxgsn_navbar_inner {
    width: min(1320px, calc(100% - 80px));
    min-height: 56px;
    margin: 0 auto;
    display: flex;
    gap: 26px;
    align-items: center;
    overflow-x: auto;
}

.hxgsn_navbar_inner::-webkit-scrollbar {
    height: 0;
}

.hxgsn_navbar a {
    color: #333333;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
}

.hxgsn_navbar a:hover {
    color: var(--hxgsn_blue);
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* SECTIONS */

.hxgsn_section {
    padding: 82px 0;
    background: #ffffff;
    border-bottom: 1px solid var(--hxgsn_border);
}

.hxgsn_section_soft {
    background: var(--hxgsn_soft);
}

.hxgsn_section_head {
    max-width: 960px;
    margin-bottom: 42px;
}

.hxgsn_section_head h2,
.hxgsn_split_panel h2,
.hxgsn_final_inner h2 {
    margin: 0;
    color: var(--hxgsn_text);
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.08;
    letter-spacing: -0.045em;
    font-weight: 600;
}

.hxgsn_section_head p,
.hxgsn_split_panel p,
.hxgsn_final_inner p {
    margin: 18px 0 0;
    color: var(--hxgsn_muted);
    font-size: 17px;
    line-height: 1.62;
}

.hxgsn_split_panel {
    display: grid;
    grid-template-columns: 0.88fr 1.12fr;
    gap: 54px;
    align-items: start;
    padding: 42px;
    background: #ffffff;
    border: 1px solid var(--hxgsn_border);
}

.hxgsn_split_panel p:first-child {
    margin-top: 0;
}

/* CARDS */

.hxgsn_capability_grid,
.hxgsn_response_grid,
.hxgsn_governance_grid {
    display: grid;
    border-top: 1px solid var(--hxgsn_border);
    border-left: 1px solid var(--hxgsn_border);
}

.hxgsn_capability_grid {
    grid-template-columns: repeat(3, 1fr);
}

.hxgsn_response_grid {
    grid-template-columns: repeat(4, 1fr);
}

.hxgsn_governance_grid {
    grid-template-columns: repeat(3, 1fr);
}

.hxgsn_capability_card,
.hxgsn_response_card,
.hxgsn_governance_card {
    min-height: 260px;
    padding: 28px;
    background: #ffffff;
    border-right: 1px solid var(--hxgsn_border);
    border-bottom: 1px solid var(--hxgsn_border);
}

.hxgsn_capability_card span,
.hxgsn_response_card span,
.hxgsn_integration_list span {
    color: var(--hxgsn_blue);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
}

.hxgsn_capability_card strong,
.hxgsn_response_card strong,
.hxgsn_governance_card strong {
    display: block;
    margin-top: 16px;
    color: var(--hxgsn_text);
    font-size: 24px;
    line-height: 1.16;
    letter-spacing: -0.034em;
    font-weight: 600;
}

.hxgsn_governance_card strong {
    margin-top: 0;
}

.hxgsn_capability_card p,
.hxgsn_response_card p,
.hxgsn_governance_card p {
    margin: 14px 0 0;
    color: var(--hxgsn_muted);
    font-size: 15px;
    line-height: 1.58;
}

/* INFRASTRUCTURE */

.hxgsn_infrastructure_grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.72fr);
    gap: 54px;
    align-items: start;
}

.hxgsn_integration_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid var(--hxgsn_border);
    border-left: 1px solid var(--hxgsn_border);
}

.hxgsn_integration_list article {
    min-height: 150px;
    padding: 24px;
    background: #ffffff;
    border-right: 1px solid var(--hxgsn_border);
    border-bottom: 1px solid var(--hxgsn_border);
}

.hxgsn_integration_list strong {
    display: block;
    margin-top: 10px;
    color: var(--hxgsn_text);
    font-size: 18px;
    line-height: 1.28;
    letter-spacing: -0.025em;
    font-weight: 600;
}

.hxgsn_command_panel {
    min-height: 520px;
    padding: 34px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.96)),
        radial-gradient(circle at 70% 24%, rgba(0, 103, 184, 0.15), transparent 18%),
        radial-gradient(circle at 42% 66%, rgba(7, 22, 43, 0.08), transparent 22%),
        #ffffff;
    border: 1px solid var(--hxgsn_border);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hxgsn_command_panel h3 {
    margin: 0;
    color: var(--hxgsn_text);
    font-size: 34px;
    line-height: 1.08;
    letter-spacing: -0.04em;
    font-weight: 600;
}

.hxgsn_command_panel p {
    margin: 16px 0 0;
    color: var(--hxgsn_muted);
    font-size: 16px;
    line-height: 1.64;
}

.hxgsn_command_map {
    position: relative;
    min-height: 220px;
    margin-top: 34px;
    border: 1px solid var(--hxgsn_border);
    background:
        linear-gradient(90deg, rgba(228,230,232,0.65) 1px, transparent 1px),
        linear-gradient(180deg, rgba(228,230,232,0.65) 1px, transparent 1px),
        #ffffff;
    background-size: 46px 46px;
}

.hxgsn_command_map::before {
    content: "";
    position: absolute;
    left: 14%;
    right: 12%;
    top: 66%;
    height: 2px;
    background: var(--hxgsn_blue);
    transform: rotate(-18deg);
    transform-origin: left center;
}

.hxgsn_command_map span {
    position: absolute;
    width: 12px;
    height: 12px;
    background: var(--hxgsn_blue);
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 1px var(--hxgsn_blue);
}

.hxgsn_command_map span:nth-child(1) {
    left: 13%;
    top: 65%;
}

.hxgsn_command_map span:nth-child(2) {
    left: 36%;
    top: 52%;
}

.hxgsn_command_map span:nth-child(3) {
    left: 63%;
    top: 41%;
}

.hxgsn_command_map span:nth-child(4) {
    left: 84%;
    top: 29%;
}

/* QUOTE */

.hxgsn_quote {
    padding: 94px 0;
    background: var(--hxgsn_navy);
    color: #ffffff;
}

.hxgsn_quote .hxgsn_label {
    color: #9fc8ee;
}

.hxgsn_quote h2 {
    max-width: 1080px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(38px, 5vw, 72px);
    line-height: 1.04;
    letter-spacing: -0.055em;
    font-weight: 600;
}

/* FINAL */

.hxgsn_final {
    padding: 82px 0;
    background: #ffffff;
    border-bottom: 1px solid var(--hxgsn_border);
}

.hxgsn_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(--hxgsn_border);
}

.hxgsn_final_actions {
    margin-top: 0;
    justify-content: flex-end;
}

/* ACCESSIBILITY */

.hxgsn_page a:focus-visible {
    outline: 2px solid var(--hxgsn_blue);
    outline-offset: 3px;
}

/* RESPONSIVE */

@media (max-width: 1180px) {
    .hxgsn_hero_grid,
    .hxgsn_split_panel,
    .hxgsn_infrastructure_grid,
    .hxgsn_final_inner {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .hxgsn_capability_grid,
    .hxgsn_response_grid,
    .hxgsn_governance_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hxgsn_final_actions {
        justify-content: flex-start;
    }
}

@media (max-width: 820px) {
    .hxgsn_wrap,
    .hxgsn_navbar_inner {
        width: min(100% - 32px, 1320px);
    }

    .hxgsn_hero_grid {
        min-height: auto;
        padding: 56px 0 62px;
    }

    .hxgsn_hero h1,
    .hxgsn_subtitle,
    .hxgsn_hero_panel h2,
    .hxgsn_section_head h2,
    .hxgsn_split_panel h2,
    .hxgsn_capability_card strong,
    .hxgsn_response_card strong,
    .hxgsn_governance_card strong,
    .hxgsn_command_panel h3,
    .hxgsn_quote h2,
    .hxgsn_final_inner h2 {
        font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-weight: 500;
        letter-spacing: -0.028em;
        text-wrap: balance;
    }

    .hxgsn_hero h1 {
        font-size: clamp(42px, 11vw, 56px);
        line-height: 1.05;
    }

    .hxgsn_subtitle {
        font-size: clamp(26px, 7.4vw, 34px);
        line-height: 1.16;
    }

    .hxgsn_intro,
    .hxgsn_section_head p,
    .hxgsn_split_panel p,
    .hxgsn_final_inner p {
        font-size: 17px;
        line-height: 1.68;
        letter-spacing: -0.01em;
    }

    .hxgsn_capability_grid,
    .hxgsn_response_grid,
    .hxgsn_governance_grid,
    .hxgsn_integration_list {
        grid-template-columns: 1fr;
    }

    .hxgsn_hero_panel,
    .hxgsn_split_panel,
    .hxgsn_capability_card,
    .hxgsn_response_card,
    .hxgsn_governance_card,
    .hxgsn_integration_list article,
    .hxgsn_command_panel,
    .hxgsn_final_inner {
        padding: 26px;
    }

    .hxgsn_actions,
    .hxgsn_final_actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hxgsn_btn,
    .hxgsn_link {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 420px) {
    .hxgsn_hero h1 {
        font-size: clamp(38px, 10vw, 44px);
    }

    .hxgsn_section,
    .hxgsn_final {
        padding: 64px 0;
    }

    .hxgsn_hero_panel img {
        width: 100%;
    }
}