/* (c) Haxter Corporation | Premier Shareholders Investor Platform | H27-HX26-MS */

.hxinv_page {
    --hxinv_blue: #0067b8;
    --hxinv_blue_dark: #005da6;
    --hxinv_text: #171717;
    --hxinv_muted: #62666d;
    --hxinv_border: #e4e6e8;
    --hxinv_soft: #f6f7f8;
    --hxinv_surface: #ffffff;
    --hxinv_navy: #07162b;
    --hxinv_success: #107c10;
    --hxinv_success_soft: #eef8ee;

    margin: 0;
    background: #ffffff;
    color: var(--hxinv_text);
    font-family: "Segoe UI", "Elms Sans", Montserrat, Arial, Helvetica, sans-serif;
    overflow: hidden;
}

.hxinv_page * {
    box-sizing: border-box;
}

.hxinv_wrap {
    width: min(1320px, calc(100% - 80px));
    margin: 0 auto;
}

/* GENERATED ID */

.hxinv_generated_id {
    padding: 22px 0;
    background: var(--hxinv_navy);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.hxinv_generated_id p {
    margin: 0 0 6px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
}

.hxinv_generated_id strong {
    display: block;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    font-weight: 600;
}

/* HERO */

.hxinv_hero {
    background:
        radial-gradient(circle at 88% 18%, rgba(0, 103, 184, 0.09), transparent 25%),
        radial-gradient(circle at 92% 76%, rgba(7, 22, 43, 0.055), transparent 30%),
        #ffffff;
    border-bottom: 1px solid var(--hxinv_border);
}

.hxinv_hero_content {
    max-width: 1100px;
    padding: 104px 0 92px;
}

.hxinv_kicker,
.hxinv_label {
    margin: 0 0 16px;
    color: var(--hxinv_blue);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
}

.hxinv_hero h1 {
    margin: 0;
    color: var(--hxinv_text);
    font-size: clamp(52px, 5.8vw, 84px);
    line-height: 1.02;
    letter-spacing: -0.065em;
    font-weight: 600;
}

.hxinv_hero h1 span {
    display: block;
    color: var(--hxinv_blue);
}

.hxinv_subtitle {
    margin: 28px 0 0;
    max-width: 960px;
    color: var(--hxinv_text);
    font-size: clamp(26px, 2.8vw, 40px);
    line-height: 1.16;
    letter-spacing: -0.04em;
    font-weight: 500;
}

.hxinv_intro {
    margin: 24px 0 0;
    max-width: 900px;
    color: var(--hxinv_muted);
    font-size: 18px;
    line-height: 1.65;
}

/* ACTIONS */

.hxinv_actions,
.hxinv_public_actions,
.hxinv_price_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    align-items: center;
    margin-top: 34px;
}

.hxinv_btn {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    background: var(--hxinv_blue);
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid transparent;
}

.hxinv_btn:hover {
    background: var(--hxinv_blue_dark);
    color: #ffffff;
}

.hxinv_link {
    color: var(--hxinv_blue);
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    text-decoration: none;
}

.hxinv_link:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.hxinv_meta {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid var(--hxinv_border);
    border-left: 1px solid var(--hxinv_border);
}

.hxinv_meta span {
    padding: 12px 14px;
    border-right: 1px solid var(--hxinv_border);
    border-bottom: 1px solid var(--hxinv_border);
    background: #ffffff;
    color: var(--hxinv_text);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 600;
}

/* NAVBAR */

.hxinv_navbar {
    background: #ffffff;
    border-bottom: 1px solid var(--hxinv_border);
}

.hxinv_navbar_inner {
    width: min(1320px, calc(100% - 80px));
    min-height: 56px;
    margin: 0 auto;
    display: flex;
    gap: 26px;
    align-items: center;
    overflow-x: auto;
}

.hxinv_navbar_inner::-webkit-scrollbar {
    height: 0;
}

.hxinv_navbar a {
    color: #333333;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
}

.hxinv_navbar a:hover {
    color: var(--hxinv_blue);
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* SECTIONS */

.hxinv_section {
    padding: 82px 0;
    background: #ffffff;
    border-bottom: 1px solid var(--hxinv_border);
}

.hxinv_section_soft {
    background: var(--hxinv_soft);
}

.hxinv_section_head {
    max-width: 980px;
    margin-bottom: 42px;
}

.hxinv_section_head h2,
.hxinv_access_copy h2,
.hxinv_public_grid h2,
.hxinv_price_panel h2,
.hxinv_support_panel h2 {
    margin: 0;
    color: var(--hxinv_text);
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.09;
    letter-spacing: -0.045em;
    font-weight: 600;
}

.hxinv_section_head p,
.hxinv_access_copy p,
.hxinv_public_grid p,
.hxinv_price_panel p,
.hxinv_support_panel p {
    margin: 18px 0 0;
    color: var(--hxinv_muted);
    font-size: 17px;
    line-height: 1.62;
}

/* ACCESS */

.hxinv_access_grid {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(390px, 0.58fr);
    gap: 72px;
    align-items: start;
}

.hxinv_access_copy {
    padding-top: 6px;
}

.hxinv_notice_list {
    margin-top: 32px;
    display: grid;
    border-top: 1px solid var(--hxinv_border);
    border-left: 1px solid var(--hxinv_border);
}

.hxinv_notice_item {
    padding: 18px 20px;
    background: #ffffff;
    border-right: 1px solid var(--hxinv_border);
    border-bottom: 1px solid var(--hxinv_border);
    color: var(--hxinv_text);
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
}

.hxinv_login_panel {
    padding: 34px;
    background: #ffffff;
    border: 1px solid var(--hxinv_border);
    box-shadow: 0 22px 56px rgba(7, 22, 43, 0.08);
}

.hxinv_login_head {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--hxinv_border);
}

.hxinv_login_head p {
    margin: 0 0 10px;
    color: var(--hxinv_blue);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
}

.hxinv_login_head h2 {
    margin: 0;
    color: var(--hxinv_text);
    font-size: 28px;
    line-height: 1.14;
    letter-spacing: -0.035em;
    font-weight: 600;
}

.hxinv_alert {
    margin-top: 22px;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
    border: 1px solid var(--hxinv_border);
}

.hxinv_alert_success {
    background: var(--hxinv_success_soft);
    border-color: rgba(16, 124, 16, 0.24);
    color: var(--hxinv_success);
}

.hxinv_login_form {
    margin-top: 24px;
}

.hxinv_login_form label {
    display: block;
    margin: 18px 0 8px;
    color: var(--hxinv_text);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
}

.hxinv_login_form input[type="text"],
.hxinv_login_form input[type="password"] {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    background: #ffffff;
    color: var(--hxinv_text);
    font-family: inherit;
    font-size: 16px;
    border: 1px solid #b9bec5;
    border-radius: 0;
    outline: none;
}

.hxinv_login_form input[type="text"]:focus,
.hxinv_login_form input[type="password"]:focus {
    border-color: var(--hxinv_blue);
    box-shadow: 0 0 0 2px rgba(0, 103, 184, 0.18);
}

.hxinv_checkbox_group {
    margin-top: 22px;
    display: grid;
    gap: 12px;
}

.hxinv_checkbox_group label {
    margin: 0;
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    color: var(--hxinv_muted);
    font-size: 13px;
    line-height: 1.45;
    font-weight: 500;
}

.hxinv_checkbox_group input {
    width: 16px;
    height: 16px;
    margin: 2px 0 0;
    accent-color: var(--hxinv_blue);
}

.hxinv_login_form button {
    width: 100%;
    min-height: 46px;
    margin-top: 26px;
    padding: 0 18px;
    background: var(--hxinv_blue);
    color: #ffffff;
    font-family: inherit;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    border: 1px solid transparent;
    cursor: pointer;
}

.hxinv_login_form button:hover {
    background: var(--hxinv_blue_dark);
}

/* PLATFORM */

.hxinv_platform_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--hxinv_border);
    border-left: 1px solid var(--hxinv_border);
}

.hxinv_platform_card {
    min-height: 230px;
    display: flex;
    flex-direction: column;
    padding: 26px;
    background: #ffffff;
    border-right: 1px solid var(--hxinv_border);
    border-bottom: 1px solid var(--hxinv_border);
}

.hxinv_platform_card strong {
    display: block;
    color: var(--hxinv_text);
    font-size: 22px;
    line-height: 1.16;
    letter-spacing: -0.034em;
    font-weight: 600;
}

.hxinv_platform_card p {
    margin: 14px 0 0;
    color: var(--hxinv_muted);
    font-size: 15px;
    line-height: 1.58;
}

/* QUOTE */

.hxinv_quote {
    padding: 86px 0;
    background: var(--hxinv_navy);
    color: #ffffff;
}

.hxinv_quote .hxinv_label {
    color: #9fc8ee;
}

.hxinv_quote h2 {
    max-width: 1120px;
    margin: 0;
    color: #ffffff;
    font-size: 4rem;
    line-height: 1.12;
    letter-spacing: -0.04em;
    font-weight: 600;
}

/* PUBLIC INFO */

.hxinv_public_grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
    gap: 54px;
    align-items: start;
}

.hxinv_route_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid var(--hxinv_border);
    border-left: 1px solid var(--hxinv_border);
}

.hxinv_route_list a {
    min-height: 72px;
    display: flex;
    align-items: center;
    padding: 18px;
    background: #ffffff;
    color: var(--hxinv_blue);
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
    text-decoration: none;
    border-right: 1px solid var(--hxinv_border);
    border-bottom: 1px solid var(--hxinv_border);
}

.hxinv_route_list a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* PRICE */

.hxinv_price_panel {
    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.09), transparent 24%),
        #ffffff;
    border: 1px solid var(--hxinv_border);
}

.hxinv_price_actions {
    margin-top: 0;
    justify-content: flex-end;
}

/* SUPPORT */

.hxinv_support_panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
    gap: 42px;
    align-items: start;
    padding: 42px;
    background: #ffffff;
    border: 1px solid var(--hxinv_border);
}

.hxinv_support_contact {
    padding: 28px;
    background: var(--hxinv_soft);
    border: 1px solid var(--hxinv_border);
}

.hxinv_support_contact span {
    display: block;
    color: var(--hxinv_blue);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
}

.hxinv_support_contact strong {
    display: block;
    margin-top: 12px;
    color: var(--hxinv_text);
    font-size: 24px;
    line-height: 1.16;
    letter-spacing: -0.034em;
    font-weight: 600;
}

.hxinv_support_contact a {
    display: inline-flex;
    margin-top: 16px;
    color: var(--hxinv_blue);
    font-size: 15px;
    line-height: 1.45;
    font-weight: 700;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.hxinv_support_contact a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* ACCESSIBILITY */

.hxinv_page a:focus-visible,
.hxinv_page button:focus-visible,
.hxinv_page input:focus-visible {
    outline: 2px solid var(--hxinv_blue);
    outline-offset: 3px;
}

/* RESPONSIVE */

@media (max-width: 1180px) {
    .hxinv_access_grid,
    .hxinv_public_grid,
    .hxinv_price_panel,
    .hxinv_support_panel {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .hxinv_price_actions {
        justify-content: flex-start;
    }

    .hxinv_platform_grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 920px) {
    .hxinv_route_list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .hxinv_wrap,
    .hxinv_navbar_inner {
        width: min(100% - 32px, 1320px);
    }

    .hxinv_hero_content {
        padding: 64px 0 66px;
    }

    .hxinv_hero h1,
    .hxinv_subtitle,
    .hxinv_section_head h2,
    .hxinv_access_copy h2,
    .hxinv_login_head h2,
    .hxinv_platform_card strong,
    .hxinv_quote h2,
    .hxinv_public_grid h2,
    .hxinv_price_panel h2,
    .hxinv_support_panel h2,
    .hxinv_support_contact strong {
        font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-weight: 500;
        letter-spacing: -0.028em;
        text-wrap: balance;
    }

    .hxinv_hero h1 {
        font-size: clamp(42px, 11vw, 56px);
        line-height: 1.05;
    }

    .hxinv_subtitle {
        font-size: clamp(26px, 7.4vw, 34px);
        line-height: 1.16;
    }

    .hxinv_intro,
    .hxinv_section_head p,
    .hxinv_access_copy p,
    .hxinv_public_grid p,
    .hxinv_price_panel p,
    .hxinv_support_panel p {
        font-size: 17px;
        line-height: 1.68;
        letter-spacing: -0.01em;
    }

    .hxinv_login_panel,
    .hxinv_platform_card,
    .hxinv_price_panel,
    .hxinv_support_panel,
    .hxinv_support_contact {
        padding: 26px;
    }

    .hxinv_quote h2 {
        font-size: clamp(2.2rem, 8vw, 3.2rem);
        line-height: 1.14;
    }

    .hxinv_actions,
    .hxinv_public_actions,
    .hxinv_price_actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hxinv_btn,
    .hxinv_link {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 520px) {
    .hxinv_meta {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hxinv_route_list a {
        min-height: auto;
    }

    .hxinv_generated_id strong {
        font-size: 24px;
    }
}

@media (max-width: 420px) {
    .hxinv_hero h1 {
        font-size: clamp(38px, 10vw, 44px);
    }

    .hxinv_section {
        padding: 64px 0;
    }

    .hxinv_quote {
        padding: 72px 0;
    }
}