/* (c) Haxter Corporation | HaxterSociety Business Account Sign-Up | h27-hx26 */

.hxbiz_signup_page {
    --hxbiz-text: #1f1f1f;
    --hxbiz-muted: #5f6368;
    --hxbiz-line: #d9dce3;
    --hxbiz-blue: #0067b8;
    --hxbiz-blue-hover: #005da6;
    --hxbiz-card: rgba(255, 255, 255, 0.94);
    --hxbiz-shadow: 0 18px 48px rgba(0, 0, 0, 0.12);
    --hxbiz-radius: 14px;

    min-height: calc(100vh - 74px);
    color: var(--hxbiz-text);
    font-family: "Segoe UI", "Elms Sans", Montserrat, Arial, Helvetica, sans-serif;
    background:
        radial-gradient(circle at 18% 76%, rgba(194, 232, 255, 0.72), transparent 24%),
        radial-gradient(circle at 78% 18%, rgba(239, 232, 255, 0.82), transparent 28%),
        radial-gradient(circle at 50% 52%, rgba(255, 255, 255, 0.96), transparent 34%),
        linear-gradient(135deg, #eef6fb 0%, #fbf8ff 48%, #f8f9fb 100%);
    position: relative;
    overflow: hidden;
    padding: 82px 24px 72px;
}

.hxbiz_signup_page * {
    box-sizing: border-box;
}

.hxbiz_signup_page::before,
.hxbiz_signup_page::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border: 1px solid rgba(60, 132, 210, 0.14);
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(2px);
}

.hxbiz_signup_page::before {
    width: 680px;
    height: 360px;
    left: -120px;
    bottom: -90px;
    border-radius: 42px;
    transform: rotate(-22deg);
}

.hxbiz_signup_page::after {
    width: 760px;
    height: 460px;
    right: -160px;
    top: -120px;
    border-radius: 46px;
    transform: rotate(-8deg);
}

.hxbiz_signup_shell {
    position: relative;
    z-index: 2;
    width: min(1120px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(440px, 470px);
    gap: 42px;
    align-items: center;
}

.hxbiz_signup_intro {
    padding: 34px 10px;
}

.hxbiz_signup_global_logo {
    width: min(430px, 88%);
    height: auto;
    display: block;
    margin-bottom: 54px;
}

.hxbiz_signup_kicker {
    margin: 0 0 18px;
    color: var(--hxbiz-blue);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
}

.hxbiz_signup_intro h1 {
    margin: 0;
    max-width: 720px;
    color: var(--hxbiz-text);
    font-size: clamp(44px, 5vw, 70px);
    line-height: 1.04;
    letter-spacing: -0.058em;
    font-weight: 600;
}

.hxbiz_signup_intro p {
    margin: 24px 0 0;
    max-width: 700px;
    color: var(--hxbiz-muted);
    font-size: 18px;
    line-height: 1.62;
}

.hxbiz_signup_principle {
    max-width: 640px;
    margin-top: 30px;
    padding: 20px 22px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--hxbiz-line);
}

.hxbiz_signup_principle strong,
.hxbiz_signup_principle span {
    display: block;
    font-size: 16px;
    line-height: 1.45;
}

.hxbiz_signup_principle strong {
    color: var(--hxbiz-text);
    font-weight: 600;
}

.hxbiz_signup_principle span {
    margin-top: 4px;
    color: var(--hxbiz-muted);
}

.hxbiz_signup_points {
    max-width: 680px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.hxbiz_signup_points span {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border: 1px solid var(--hxbiz-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--hxbiz-text);
    font-size: 11px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hxbiz_signup_card {
    width: 100%;
    background: var(--hxbiz-card);
    border: 1px solid rgba(217, 220, 227, 0.95);
    border-radius: var(--hxbiz-radius);
    box-shadow: var(--hxbiz-shadow);
    padding: 36px 40px 34px;
    backdrop-filter: blur(22px);
}

.hxbiz_brand {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
}

.hxbiz_brand img {
    width: 320px;
    max-width: 96%;
    height: auto;
    display: block;
}

.hxbiz_progress {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 26px 0 30px;
}

.hxbiz_progress_item {
    width: 58px;
    height: 6px;
    border-radius: 999px;
    background: #e6e8ef;
}

.hxbiz_progress_item.is-active {
    background: #111111;
}

.hxbiz_step {
    display: none;
}

.hxbiz_step.is-active {
    display: block;
}

.hxbiz_title {
    margin: 0;
    color: #242424;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    letter-spacing: -0.02em;
}

.hxbiz_subtitle {
    margin: 14px auto 0;
    color: var(--hxbiz-muted);
    font-size: 15px;
    line-height: 1.45;
    text-align: center;
}

.hxbiz_form_group {
    margin-top: 18px;
}

.hxbiz_label {
    display: block;
    margin: 0 0 8px;
    color: #242424;
    font-size: 13px;
    font-weight: 600;
}

.hxbiz_input,
.hxbiz_select {
    width: 100%;
    height: 42px;
    border: 1px solid #b9bec8;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.9);
    color: #242424;
    padding: 0 12px;
    font-family: "Segoe UI", "Elms Sans", Arial, sans-serif;
    font-size: 15px;
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.hxbiz_input::placeholder {
    color: #767b85;
}

.hxbiz_input:focus,
.hxbiz_select:focus {
    border-color: var(--hxbiz-blue);
    box-shadow: 0 0 0 1px var(--hxbiz-blue);
    background: #ffffff;
}

.hxbiz_help {
    margin: 8px 0 0;
    color: var(--hxbiz-muted);
    font-size: 12px;
    line-height: 1.35;
}

.hxbiz_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.hxbiz_password_box {
    display: flex;
    align-items: center;
    border: 1px solid #b9bec8;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.9);
    overflow: hidden;
}

.hxbiz_password_box:focus-within {
    border-color: var(--hxbiz-blue);
    box-shadow: 0 0 0 1px var(--hxbiz-blue);
    background: #ffffff;
}

.hxbiz_password_box .hxbiz_input {
    border: 0;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
}

.hxbiz_toggle {
    height: 42px;
    border: 0;
    background: transparent;
    color: var(--hxbiz-blue);
    padding: 0 12px;
    font-family: "Segoe UI", "Elms Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.hxbiz_actions {
    width: 100%;
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.hxbiz_actions_end {
    justify-content: flex-end;
}

.hxbiz_button {
    min-height: 42px;
    border-radius: 3px;
    border: 0;
    padding: 0 22px;
    font-family: "Segoe UI", "Elms Sans", Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    box-sizing: border-box;
    max-width: 100%;
}

.hxbiz_button_primary {
    background: var(--hxbiz-blue);
    color: #ffffff;
}

.hxbiz_button_primary:hover {
    background: var(--hxbiz-blue-hover);
}

.hxbiz_button_secondary {
    background: transparent;
    color: var(--hxbiz-blue);
    padding-left: 0;
    padding-right: 0;
}

.hxbiz_button_secondary:hover {
    text-decoration: underline;
}

.hxbiz_actions:not(.hxbiz_actions_end) .hxbiz_button_primary {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
}

.hxbiz_actions:not(.hxbiz_actions_end) .hxbiz_button_secondary {
    flex: 0 0 auto;
    width: auto;
    min-width: 48px;
}

.hxbiz_actions_end .hxbiz_button_primary {
    width: 100%;
    min-width: 0;
    flex: 1 1 auto;
}

.hxbiz_terms {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: 22px;
    color: #343434;
    font-size: 13px;
    line-height: 1.45;
}

.hxbiz_terms input {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    accent-color: var(--hxbiz-blue);
}

.hxbiz_signup_page a,
.hxbiz_signup_page a:visited,
.hxbiz_signup_page a:active {
    color: var(--hxbiz-blue);
    font-family: "Segoe UI", "Elms Sans", Arial, sans-serif;
    font-size: inherit;
    font-weight: 600;
    line-height: inherit;
    text-decoration: none;
    padding: 0;
    display: inline;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.hxbiz_signup_page a:hover,
.hxbiz_signup_page a:focus {
    color: var(--hxbiz-blue-hover);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.hxbiz_login {
    margin: 30px 0 0;
    color: #4f4f4f;
    font-size: 14px;
    line-height: 1.45;
    text-align: center;
}

.hxbiz_error {
    margin: 18px 0 22px;
    padding: 12px 14px;
    border: 1px solid #f5c2c7;
    border-radius: 3px;
    background: #fff5f5;
    color: #842029;
    font-size: 13px;
    line-height: 1.45;
    text-align: left;
}

.hxbiz_error p {
    margin: 0;
}

.hxbiz_error p + p {
    margin-top: 6px;
}

.hxbiz_identity_summary {
    margin: 34px auto 0;
    max-width: 620px;
    text-align: center;
    color: #1f1f1f;
}

.hxbiz_identity_summary h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.22;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.hxbiz_identity_summary p {
    margin: 10px auto 0;
    max-width: 560px;
    color: var(--hxbiz-muted);
    font-size: 14px;
    line-height: 1.48;
}

.hxbiz_identity_chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
}

.hxbiz_identity_chips span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border: 1px solid var(--hxbiz-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: #1f1f1f;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hxbiz_footer {
    position: relative;
    z-index: 2;
    margin-top: 28px;
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
    color: #4f4f4f;
    font-size: 12px;
}

.hxbiz_footer a,
.hxbiz_footer a:visited,
.hxbiz_footer a:active {
    color: #5f6368;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: none;
}

.hxbiz_footer a:hover,
.hxbiz_footer a:focus {
    color: #1f1f1f;
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 1080px) {
    .hxbiz_signup_shell {
        grid-template-columns: 1fr;
        width: min(720px, 100%);
    }

    .hxbiz_signup_intro {
        text-align: center;
        padding: 0;
    }

    .hxbiz_signup_global_logo {
        margin-left: auto;
        margin-right: auto;
    }

    .hxbiz_signup_intro h1,
    .hxbiz_signup_intro p,
    .hxbiz_signup_principle {
        margin-left: auto;
        margin-right: auto;
    }

    .hxbiz_signup_points {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 640px) {
    .hxbiz_signup_page {
        min-height: calc(100vh - 64px);
        padding: 48px 18px 52px;
    }

    .hxbiz_signup_card {
        padding: 30px 24px 28px;
    }

    .hxbiz_signup_intro h1 {
        font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-size: clamp(34px, 9vw, 44px);
        line-height: 1.08;
        letter-spacing: -0.035em;
        font-weight: 500;
        text-wrap: balance;
    }

    .hxbiz_signup_intro p {
        font-size: 16px;
        line-height: 1.62;
    }

    .hxbiz_brand img {
        width: 250px;
        max-width: 92%;
    }

    .hxbiz_row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .hxbiz_title {
        font-size: 25px;
    }

    .hxbiz_progress_item {
        flex: 1;
        width: auto;
    }

    .hxbiz_identity_summary {
        margin-top: 28px;
    }

    .hxbiz_identity_summary h2 {
        font-size: 22px;
    }

    .hxbiz_identity_summary p {
        font-size: 13px;
    }

    .hxbiz_footer {
        gap: 16px;
    }
}