:root {
    --z2reg-ink: #0a1a4b;
    --z2reg-muted: #607194;
    --z2reg-blue: #2367f5;
    --z2reg-cyan: #20c8dd;
    --z2reg-indigo: #6455ed;
    --z2reg-green: #20bf83;
    --z2reg-line: #d9e5f6;
    --z2reg-soft: #f4f9ff;
    --z2reg-white: #ffffff;
    --z2reg-danger: #d92d55;
    --z2reg-success: #118b61;
    --z2reg-shadow-lg: 0 34px 90px rgba(29, 62, 127, .16);
    --z2reg-shadow-md: 0 18px 42px rgba(29, 62, 127, .12);
    --z2reg-shadow-sm: 0 9px 24px rgba(29, 62, 127, .08);
}

html.z2reg-active,
body.z2reg-active {
    margin: 0 !important;
    min-height: 100% !important;
    overflow: hidden !important;
}

.z2reg-app,
.z2reg-app * {
    box-sizing: border-box;
}

.z2reg-app {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    overflow: auto;
    color: var(--z2reg-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at 6% 10%, rgba(32, 200, 221, .19), transparent 29%),
        radial-gradient(circle at 94% 9%, rgba(100, 85, 237, .18), transparent 31%),
        linear-gradient(145deg, #eefbff 0%, #f8fbff 46%, #f5efff 100%);
}

.z2reg-app [hidden] {
    display: none !important;
}

.z2reg-app a {
    color: inherit;
}

.z2reg-app button,
.z2reg-app input,
.z2reg-app select {
    font: inherit;
}

.z2reg-app svg {
    width: 1em;
    height: 1em;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.z2reg-orb {
    position: fixed;
    z-index: -1;
    border-radius: 50%;
    filter: blur(16px);
    opacity: .45;
    pointer-events: none;
}

.z2reg-orb-one {
    width: 380px;
    height: 380px;
    left: -160px;
    bottom: -100px;
    background: radial-gradient(circle, rgba(32, 200, 221, .35), transparent 70%);
}

.z2reg-orb-two {
    width: 420px;
    height: 420px;
    right: -170px;
    top: 140px;
    background: radial-gradient(circle, rgba(100, 85, 237, .3), transparent 70%);
}

.z2reg-page {
    width: min(1540px, 100%);
    min-height: 100%;
    margin: 0 auto;
    padding: clamp(18px, 3vw, 42px);
}

.z2reg-shell {
    display: grid;
    grid-template-columns: minmax(430px, .88fr) minmax(620px, 1.12fr);
    min-height: calc(100vh - 84px);
    border: 1px solid rgba(184, 205, 238, .72);
    border-radius: 34px;
    overflow: hidden;
    background: rgba(255, 255, 255, .91);
    box-shadow: var(--z2reg-shadow-lg);
}

.z2reg-brand-panel {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: clamp(34px, 4.4vw, 68px);
    background:
        linear-gradient(rgba(59, 121, 237, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(59, 121, 237, .055) 1px, transparent 1px),
        linear-gradient(150deg, rgba(236, 249, 255, .98), rgba(255, 255, 255, .82) 58%, rgba(234, 243, 255, .94));
    background-size: 48px 48px, 48px 48px, auto;
}

.z2reg-brand-panel::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 420px;
    height: 260px;
    left: -120px;
    bottom: -115px;
    border-radius: 50%;
    transform: rotate(-8deg);
    background: linear-gradient(135deg, #1bc8e3, #2c69f5 48%, #7357ed);
    opacity: .92;
}

.z2reg-brand-panel::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 390px;
    height: 390px;
    right: -180px;
    bottom: -165px;
    border-radius: 50%;
    border: 1px solid rgba(90, 142, 236, .2);
    background: radial-gradient(circle at 40% 35%, rgba(92, 181, 255, .16), rgba(92, 181, 255, .04) 54%, transparent 55%);
}

.z2reg-grid {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.z2reg-brand-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding-top: 8px;
}

.z2reg-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    color: var(--z2reg-blue);
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: .82rem;
    font-weight: 900;
}

.z2reg-eyebrow span {
    width: 26px;
    height: 2px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--z2reg-cyan), var(--z2reg-blue));
}

.z2reg-brand-content h1 {
    max-width: 650px;
    margin: 0;
    font-size: clamp(3rem, 5.4vw, 5.9rem);
    line-height: .92;
    letter-spacing: -.055em;
}

.z2reg-brand-content h1 em {
    font-style: normal;
    color: transparent;
    background: linear-gradient(90deg, var(--z2reg-blue), var(--z2reg-cyan), var(--z2reg-indigo));
    background-clip: text;
    -webkit-background-clip: text;
}

.z2reg-brand-lead {
    max-width: 620px;
    margin: 18px 0 0;
    color: #53688e;
    font-size: 1.06rem;
    line-height: 1.7;
}

.z2reg-zimu-scene {
    position: relative;
    min-height: 318px;
    display: grid;
    place-items: center;
    margin: 10px 0 2px;
}

.z2reg-zimu-scene > img {
    position: relative;
    z-index: 2;
    width: min(410px, 72%);
    filter: drop-shadow(0 24px 35px rgba(28, 67, 144, .20));
}

.z2reg-zimu-glow {
    position: absolute;
    width: min(430px, 82%);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(60, 199, 239, .26), rgba(87, 116, 241, .14) 55%, transparent 70%);
}

.z2reg-floating-note {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid rgba(171, 196, 232, .64);
    border-radius: 18px;
    background: rgba(255, 255, 255, .90);
    box-shadow: var(--z2reg-shadow-md);
    backdrop-filter: blur(10px);
}

.z2reg-note-progress {
    top: 62px;
    right: 2%;
}

.z2reg-note-help {
    left: 2%;
    bottom: 34px;
}

.z2reg-note-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, var(--z2reg-cyan), var(--z2reg-indigo));
    font-weight: 900;
}

.z2reg-floating-note small,
.z2reg-floating-note strong {
    display: block;
}

.z2reg-floating-note small {
    color: var(--z2reg-muted);
    font-size: .72rem;
}

.z2reg-brand-mark {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: -6px auto 18px;
    text-decoration: none;
}

.z2reg-brand-mark img {
    display: block;
    width: 132px;
    height: auto;
    opacity: .98;
    filter: drop-shadow(0 12px 20px rgba(35, 103, 245, .12));
}

.z2reg-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: auto;
}

.z2reg-benefits article {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 82px;
    padding: 14px;
    border: 1px solid rgba(173, 198, 234, .58);
    border-radius: 20px;
    background: rgba(255, 255, 255, .68);
    box-shadow: 0 8px 20px rgba(31, 74, 151, .06);
    backdrop-filter: blur(8px);
}

.z2reg-benefit-icon {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 13px;
    color: var(--z2reg-blue);
    background: linear-gradient(135deg, rgba(32, 200, 221, .14), rgba(100, 85, 237, .14));
}

.z2reg-benefit-icon svg {
    width: 21px;
    height: 21px;
}

.z2reg-benefits strong,
.z2reg-benefits small {
    display: block;
}

.z2reg-benefits strong {
    font-size: .9rem;
}

.z2reg-benefits small {
    margin-top: 3px;
    color: var(--z2reg-muted);
    font-size: .74rem;
}

.z2reg-brand-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 22px;
    color: #5b7097;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .68rem;
    font-weight: 900;
}

.z2reg-brand-footer i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #8ca4cc;
}

.z2reg-form-panel {
    padding: clamp(32px, 4vw, 62px);
    background: rgba(255, 255, 255, .94);
}

.z2reg-form-header {
    margin-bottom: 20px;
}

.z2reg-form-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
    color: var(--z2reg-blue);
    text-transform: uppercase;
    letter-spacing: .13em;
    font-size: .78rem;
    font-weight: 900;
}

.z2reg-kicker-icon {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 10px;
    background: rgba(35, 103, 245, .09);
}

.z2reg-kicker-icon svg {
    width: 15px;
    height: 15px;
}

.z2reg-form-header h2 {
    margin: 0;
    font-size: clamp(2.8rem, 4.5vw, 4.6rem);
    line-height: .95;
    letter-spacing: -.05em;
}

.z2reg-form-header > p:last-child {
    max-width: 680px;
    margin: 14px 0 0;
    color: var(--z2reg-muted);
    line-height: 1.65;
}

.z2reg-alert {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin: 0 0 18px;
    padding: 13px 15px;
    border-radius: 16px;
    font-size: .9rem;
    line-height: 1.5;
}

.z2reg-alert > span {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 9px;
    color: #fff;
    font-weight: 900;
}

.z2reg-alert-error {
    color: #8f1e39;
    border: 1px solid rgba(217, 45, 85, .24);
    background: rgba(217, 45, 85, .07);
}

.z2reg-alert-error > span {
    background: var(--z2reg-danger);
}

.z2reg-alert-success {
    color: #0d6d4d;
    border: 1px solid rgba(17, 139, 97, .24);
    background: rgba(17, 139, 97, .07);
}

.z2reg-alert-success > span {
    background: var(--z2reg-success);
}

.z2reg-form {
    display: grid;
    gap: 16px;
}

.z2reg-section {
    min-width: 0;
    margin: 0;
    padding: 20px;
    border: 1px solid rgba(188, 207, 237, .65);
    border-radius: 23px;
    background: linear-gradient(145deg, rgba(249, 252, 255, .96), rgba(255, 255, 255, .94));
    box-shadow: 0 10px 28px rgba(26, 65, 134, .045);
}

.z2reg-section legend {
    display: flex;
    align-items: center;
    gap: 12px;
    width: auto;
    padding: 0 10px 0 0;
    color: var(--z2reg-ink);
}

.z2reg-section legend > span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, var(--z2reg-blue), var(--z2reg-indigo));
    box-shadow: 0 8px 18px rgba(62, 92, 225, .22);
    font-weight: 900;
}

.z2reg-section legend strong,
.z2reg-section legend small {
    display: block;
}

.z2reg-section legend strong {
    font-size: .97rem;
}

.z2reg-section legend small {
    margin-top: 2px;
    color: var(--z2reg-muted);
    font-size: .72rem;
    font-weight: 500;
}

.z2reg-field-grid {
    display: grid;
    gap: 14px;
}

.z2reg-two-columns {
    grid-template-columns: 1fr 1fr;
}

.z2reg-phone-grid {
    grid-template-columns: minmax(150px, .42fr) minmax(240px, 1fr);
}

.z2reg-field {
    display: grid;
    gap: 6px;
    margin-top: 12px;
}

.z2reg-field-label {
    color: #253861;
    text-transform: uppercase;
    letter-spacing: .09em;
    font-size: .69rem;
    font-weight: 900;
}

.z2reg-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 48px;
    border: 1px solid #cfdcf0;
    border-radius: 14px;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.z2reg-input-wrap:focus-within {
    border-color: rgba(35, 103, 245, .68);
    box-shadow: 0 0 0 4px rgba(35, 103, 245, .10);
}

.z2reg-input-icon {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 42px;
    color: #6980a6;
}

.z2reg-input-icon svg {
    width: 17px;
    height: 17px;
}

.z2reg-input-wrap input,
.z2reg-input-wrap select {
    width: 100%;
    min-width: 0;
    height: 46px;
    padding: 0 13px 0 0;
    border: 0;
    outline: 0;
    color: var(--z2reg-ink);
    background: transparent;
    font-size: .9rem;
}

.z2reg-input-wrap input::placeholder {
    color: #98a8c2;
}

.z2reg-input-readonly {
    background: #f4f7fb;
}

.z2reg-input-readonly input {
    color: #40577f;
    font-weight: 800;
}

.z2reg-select-wrap::after {
    content: "";
    position: absolute;
    right: 15px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #6880a6;
    border-bottom: 2px solid #6880a6;
    transform: rotate(45deg) translateY(-3px);
    pointer-events: none;
}

.z2reg-select-wrap select {
    appearance: none;
    padding-right: 40px;
    cursor: pointer;
}

.z2reg-select-wrap select:disabled {
    color: #9aa9c0;
    cursor: not-allowed;
}

.z2reg-password-wrap input {
    padding-right: 45px;
}

.z2reg-password-toggle {
    position: absolute;
    right: 8px;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 11px;
    color: var(--z2reg-blue);
    background: rgba(35, 103, 245, .08);
}

.z2reg-password-toggle:hover {
    background: rgba(35, 103, 245, .14);
}

.z2reg-password-toggle svg {
    width: 18px;
    height: 18px;
}

.z2reg-terms {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 10px;
    align-items: start;
    margin-top: 16px;
    color: #40577f;
    line-height: 1.5;
    font-size: .82rem;
    cursor: pointer;
}

.z2reg-terms input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.z2reg-check-box {
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border: 1px solid #c6d5eb;
    border-radius: 6px;
    color: transparent;
    background: #fff;
    transition: .2s ease;
}

.z2reg-check-box svg {
    width: 15px;
    height: 15px;
    stroke-width: 2.3;
}

.z2reg-terms input:checked + .z2reg-check-box {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, var(--z2reg-blue), var(--z2reg-indigo));
}

.z2reg-terms input:focus-visible + .z2reg-check-box {
    box-shadow: 0 0 0 4px rgba(35, 103, 245, .12);
}

.z2reg-actions {
    display: grid;
    gap: 10px;
}

.z2reg-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 54px;
    border: 0;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(90deg, var(--z2reg-blue), var(--z2reg-cyan), var(--z2reg-green));
    box-shadow: 0 18px 34px rgba(33, 126, 211, .22);
    font-weight: 900;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.z2reg-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 22px 38px rgba(33, 126, 211, .28);
}

.z2reg-submit:disabled {
    opacity: .72;
    cursor: wait;
    transform: none;
}

.z2reg-submit svg {
    width: 20px;
    height: 20px;
}

.z2reg-actions p {
    margin: 0;
    text-align: center;
    color: var(--z2reg-muted);
    font-size: .8rem;
}

.z2reg-actions a {
    color: var(--z2reg-blue);
    font-weight: 900;
}

.z2reg-resend {
    display: inline-flex;
    justify-self: center;
    color: #637798 !important;
    text-decoration: none;
    font-size: .76rem;
}

.z2reg-resend:hover {
    color: var(--z2reg-blue) !important;
}

@media (max-width: 1200px) {
    .z2reg-shell {
        grid-template-columns: 1fr;
    }

    .z2reg-brand-panel {
        min-height: auto;
    }

    .z2reg-brand-content {
        padding-top: 18px;
    }

    .z2reg-zimu-scene {
        min-height: 310px;
    }

    .z2reg-benefits {
        margin-top: 10px;
    }
}

@media (max-width: 760px) {
    .z2reg-page {
        padding: 12px;
    }

    .z2reg-shell {
        border-radius: 24px;
    }

    .z2reg-brand-panel,
    .z2reg-form-panel {
        padding: 24px 18px;
    }

    .z2reg-brand-content {
        padding-top: 12px;
    }

    .z2reg-brand-content h1 {
        font-size: clamp(2.8rem, 13vw, 4.4rem);
    }

    .z2reg-zimu-scene {
        min-height: 270px;
        margin: 6px 0;
    }

    .z2reg-zimu-scene > img {
        width: min(330px, 82%);
    }

    .z2reg-note-progress {
        right: 0;
        top: 34px;
    }

    .z2reg-note-help {
        left: 0;
        bottom: 20px;
    }

    .z2reg-brand-mark img {
        width: 116px;
    }

    .z2reg-benefits {
        grid-template-columns: 1fr;
    }

    .z2reg-benefits article {
        min-height: 68px;
    }

    .z2reg-form-header h2 {
        font-size: clamp(2.7rem, 12vw, 4rem);
    }

    .z2reg-section {
        padding: 17px 14px;
    }

    .z2reg-two-columns,
    .z2reg-phone-grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .z2reg-app *,
    .z2reg-app *::before,
    .z2reg-app *::after {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important;
    }
}
