/* (c) Haxter Corporation | HaxterSociety Business Home | h27-hx26 */

.hxbizhome_page {
    --hxbizhome-blue: #0067b8;
    --hxbizhome-blue-hover: #005da6;
    --hxbizhome-text: #1a1a1a;
    --hxbizhome-muted: #5f6368;
    --hxbizhome-border: #e5e5e5;
    --hxbizhome-soft: #f5f5f5;
    --hxbizhome-blue-soft: #f3f8fd;
    --hxbizhome-line-blue: #d8e6f2;

    background: #ffffff;
    color: var(--hxbizhome-text);
    font-family: "Segoe UI", "Elms Sans", Montserrat, Arial, Helvetica, sans-serif;
    overflow: hidden;
}

.hxbizhome_page * {
    box-sizing: border-box;
}

.hxbizhome_wrap {
    width: min(1320px, calc(100% - 80px));
    margin: 0 auto;
}

/* HERO */

.hxbizhome_hero {
    background: #ffffff;
    border-bottom: 1px solid var(--hxbizhome-border);
}

.hxbizhome_hero_grid {
    min-height: 640px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.78fr);
    gap: 70px;
    align-items: center;
    padding: 82px 0;
}

.hxbizhome_hero_copy {
    max-width: 900px;
}

.hxbizhome_kicker,
.hxbizhome_label {
    margin: 0 0 16px;
    color: var(--hxbizhome-blue);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
}

.hxbizhome_title {
    margin: 0;
    max-width: 940px;
    color: var(--hxbizhome-text);
    font-size: clamp(50px, 5.35vw, 78px);
    line-height: 1.02;
    letter-spacing: -0.058em;
    font-weight: 600;
}

.hxbizhome_title span {
    display: block;
    color: var(--hxbizhome-blue);
}

.hxbizhome_subtitle {
    margin: 24px 0 0;
    max-width: 780px;
    color: var(--hxbizhome-text);
    font-size: clamp(30px, 3.3vw, 44px);
    line-height: 1.14;
    letter-spacing: -0.045em;
    font-weight: 500;
}

.hxbizhome_intro {
    margin: 24px 0 0;
    max-width: 780px;
    color: var(--hxbizhome-muted);
    font-size: 18px;
    line-height: 1.62;
}

.hxbizhome_actions,
.hxbizhome_cta_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    align-items: center;
    margin-top: 34px;
}

.hxbizhome_btn {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 0;
    background: var(--hxbizhome-blue);
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.hxbizhome_btn:hover {
    background: var(--hxbizhome-blue-hover);
    color: #ffffff;
}

.hxbizhome_link {
    color: var(--hxbizhome-blue);
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
    text-decoration: none;
}

.hxbizhome_link:hover {
    text-decoration: underline;
}

/* PANEL */

.hxbizhome_panel {
    background: #ffffff;
    border: 1px solid var(--hxbizhome-border);
    padding: 38px;
}

.hxbizhome_panel_logo {
    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;
}

.hxbizhome_panel h2 {
    margin: 0;
    color: var(--hxbizhome-text);
    font-size: 34px;
    line-height: 1.12;
    letter-spacing: -0.04em;
    font-weight: 600;
}

.hxbizhome_panel h3 {
    margin: 0;
    color: var(--hxbizhome-text);
    font-size: 28px;
    line-height: 1.14;
    letter-spacing: -0.035em;
    font-weight: 600;
}

.hxbizhome_panel p {
    margin: 16px 0 0;
    color: var(--hxbizhome-muted);
    font-size: 15px;
    line-height: 1.6;
}

.hxbizhome_panel_line {
    width: 100%;
    height: 1px;
    margin: 30px 0;
    background: var(--hxbizhome-line-blue);
}

/* NAV */

.hxbizhome_navbar {
    background: #ffffff;
    border-bottom: 1px solid var(--hxbizhome-border);
}

.hxbizhome_navbar_inner {
    width: min(1320px, calc(100% - 80px));
    min-height: 56px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 26px;
    overflow-x: auto;
}

.hxbizhome_navbar_inner::-webkit-scrollbar {
    height: 0;
}

.hxbizhome_navbar a {
    color: #333333;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
}

.hxbizhome_navbar a:hover {
    color: var(--hxbizhome-blue);
    text-decoration: underline;
}

/* SECTIONS */

.hxbizhome_section {
    padding: 82px 0;
    background: #ffffff;
    border-bottom: 1px solid var(--hxbizhome-border);
}

.hxbizhome_section_soft {
    background: var(--hxbizhome-soft);
}

.hxbizhome_section_head {
    max-width: 940px;
    margin-bottom: 42px;
}

.hxbizhome_section_head h2 {
    margin: 0;
    color: var(--hxbizhome-text);
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
    letter-spacing: -0.045em;
    font-weight: 600;
}

.hxbizhome_section_head p {
    margin: 18px 0 0;
    color: var(--hxbizhome-muted);
    font-size: 17px;
    line-height: 1.62;
}

/* MODEL */

.hxbizhome_model_grid,
.hxbizhome_paths_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--hxbizhome-border);
    border-left: 1px solid var(--hxbizhome-border);
}

.hxbizhome_model_card,
.hxbizhome_path_card {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    padding: 28px;
    background: #ffffff;
    border-right: 1px solid var(--hxbizhome-border);
    border-bottom: 1px solid var(--hxbizhome-border);
    color: inherit;
    text-decoration: none;
}

.hxbizhome_model_card h3,
.hxbizhome_path_card h3 {
    margin: 0;
    color: var(--hxbizhome-text);
    font-size: 24px;
    line-height: 1.16;
    letter-spacing: -0.035em;
    font-weight: 600;
}

.hxbizhome_model_card p,
.hxbizhome_path_card p {
    margin: 14px 0 0;
    color: var(--hxbizhome-muted);
    font-size: 14px;
    line-height: 1.55;
}

.hxbizhome_path_card span {
    margin-top: auto;
    padding-top: 24px;
    color: var(--hxbizhome-blue);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
}

.hxbizhome_path_card:hover h3 {
    text-decoration: underline;
}

/* SERVICES */

.hxbizhome_services_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 1px solid var(--hxbizhome-border);
    border-left: 1px solid var(--hxbizhome-border);
}

.hxbizhome_service_card {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    padding: 28px;
    background: #ffffff;
    border-right: 1px solid var(--hxbizhome-border);
    border-bottom: 1px solid var(--hxbizhome-border);
    color: inherit;
    text-decoration: none;
}

.hxbizhome_service_card p {
    margin: 0 0 18px;
    color: var(--hxbizhome-blue);
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
}

.hxbizhome_service_card h3 {
    margin: 0;
    color: var(--hxbizhome-text);
    font-size: 26px;
    line-height: 1.14;
    letter-spacing: -0.035em;
    font-weight: 600;
}

.hxbizhome_service_card span {
    display: block;
    margin: 14px 0 0;
    color: var(--hxbizhome-muted);
    font-size: 14px;
    line-height: 1.55;
}

.hxbizhome_service_card strong {
    margin-top: auto;
    padding-top: 24px;
    color: var(--hxbizhome-blue);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
}

.hxbizhome_service_card:hover h3 {
    text-decoration: underline;
}

/* NOTICE */

.hxbizhome_notice {
    padding: 70px 0;
    background: #ffffff;
    border-bottom: 1px solid var(--hxbizhome-border);
}

.hxbizhome_notice_inner {
    display: grid;
    grid-template-columns: 0.86fr 1.14fr;
    gap: 52px;
    align-items: start;
}

.hxbizhome_notice h2 {
    margin: 0;
    color: var(--hxbizhome-text);
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.1;
    letter-spacing: -0.04em;
    font-weight: 600;
}

.hxbizhome_notice p {
    margin: 0;
    color: var(--hxbizhome-muted);
    font-size: 15px;
    line-height: 1.68;
}

/* CTA */

.hxbizhome_cta {
    padding: 82px 0;
    background: var(--hxbizhome-blue-soft);
}

.hxbizhome_cta_inner {
    width: min(920px, calc(100% - 80px));
    margin: 0 auto;
    text-align: center;
}

.hxbizhome_cta h2 {
    margin: 0 auto;
    max-width: 820px;
    color: var(--hxbizhome-text);
    font-size: clamp(38px, 4.8vw, 58px);
    line-height: 1.05;
    letter-spacing: -0.05em;
    font-weight: 500;
}

.hxbizhome_cta p {
    margin: 22px auto 0;
    max-width: 760px;
    color: var(--hxbizhome-muted);
    font-size: 17px;
    line-height: 1.62;
}

.hxbizhome_cta_actions {
    justify-content: center;
}

/* RESPONSIVE */

@media (max-width: 1180px) {
    .hxbizhome_hero_grid,
    .hxbizhome_notice_inner {
        grid-template-columns: 1fr;
        gap: 46px;
    }

    .hxbizhome_model_grid,
    .hxbizhome_paths_grid,
    .hxbizhome_services_grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .hxbizhome_wrap,
    .hxbizhome_navbar_inner,
    .hxbizhome_cta_inner {
        width: min(100% - 32px, 1320px);
    }

    .hxbizhome_hero_grid {
        min-height: auto;
        padding: 52px 0;
    }

    .hxbizhome_title,
    .hxbizhome_subtitle,
    .hxbizhome_section_head h2,
    .hxbizhome_notice h2,
    .hxbizhome_cta h2,
    .hxbizhome_panel h2,
    .hxbizhome_panel h3,
    .hxbizhome_model_card h3,
    .hxbizhome_path_card h3,
    .hxbizhome_service_card h3 {
        font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-weight: 500;
        letter-spacing: -0.028em;
        text-wrap: balance;
    }

    .hxbizhome_title {
        font-size: clamp(38px, 10vw, 46px);
        line-height: 1.08;
    }

    .hxbizhome_subtitle {
        font-size: clamp(26px, 7.4vw, 34px);
        line-height: 1.16;
    }

    .hxbizhome_section_head h2,
    .hxbizhome_notice h2,
    .hxbizhome_cta h2 {
        font-size: clamp(30px, 8.4vw, 40px);
        line-height: 1.12;
    }

    .hxbizhome_panel h2,
    .hxbizhome_panel h3 {
        font-size: clamp(27px, 7.4vw, 34px);
        line-height: 1.14;
    }

    .hxbizhome_intro,
    .hxbizhome_section_head p,
    .hxbizhome_cta p {
        font-size: 17px;
        line-height: 1.68;
        letter-spacing: -0.01em;
    }

    .hxbizhome_panel,
    .hxbizhome_model_card,
    .hxbizhome_path_card,
    .hxbizhome_service_card {
        padding: 26px;
    }

    .hxbizhome_actions,
    .hxbizhome_cta_actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hxbizhome_btn,
    .hxbizhome_link {
        width: 100%;
        justify-content: center;
    }
}
.hxbizhome_login_alert {
    max-width: 720px;
    margin: 0 0 28px;
    padding: 18px 20px;
    border: 1px solid #b8d9c2;
    background: #f4fbf6;
}

.hxbizhome_login_alert strong {
    display: block;
    color: #107c41;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
}

.hxbizhome_login_alert span {
    display: block;
    margin-top: 6px;
    color: var(--hxbizhome-muted);
    font-size: 14px;
    line-height: 1.5;
}