.lte-register-page {
    padding: 54px 0 72px;
}

.lte-register-shell {
    width: min(var(--lte-max), calc(100% - 32px));
    margin: 0 auto;
}

.lte-register-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 540px);
    gap: 28px;
    align-items: stretch;
}

.lte-register-brand,
.lte-register-card {
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    border: 1px solid var(--lte-border);
    border-radius: 28px;
    box-shadow: var(--lte-shadow);
}

.lte-register-brand {
    padding: 34px 32px;
}

.lte-register-kicker,
.lte-register-panel-kicker {
    margin: 0 0 12px;
    color: var(--lte-primary);
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.lte-register-title {
    margin: 0;
    font-size: clamp(2.1rem, 4.8vw, 3.5rem);
    line-height: 1.04;
    letter-spacing: -0.03em;
    color: #102a43;
}

.lte-register-copy,
.lte-register-panel-copy {
    margin: 16px 0 0;
    color: var(--lte-text-soft);
    line-height: 1.75;
    font-size: 1rem;
}

.lte-register-plan-card {
    margin-top: 28px;
    padding: 22px;
    border-radius: 22px;
    background: #f8fbff;
    border: 1px solid var(--lte-border);
}

.lte-register-plan-chip {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(13, 76, 172, 0.10);
    color: var(--lte-primary);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.lte-register-plan-card h2 {
    margin: 16px 0 8px;
    font-size: 1.6rem;
    color: #102a43;
}

.lte-register-plan-price {
    margin: 0;
    font-size: 2rem;
    font-weight: 800;
    color: #102a43;
}

.lte-register-plan-tagline {
    color: var(--lte-text-soft);
}

.lte-register-card {
    padding: 30px;
}

.lte-register-stepper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 20px;
}

.lte-register-step {
    min-height: 44px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid var(--lte-border);
    background: #f6f9fc;
    color: var(--lte-text-soft);
    font-size: 0.88rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.lte-register-step.is-active {
    background: linear-gradient(135deg, var(--lte-primary) 0%, var(--lte-accent) 100%);
    border-color: transparent;
    color: #ffffff;
}

.lte-register-alert {
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 16px;
    font-weight: 700;
    line-height: 1.5;
    border: 1px solid transparent;
}

.lte-register-alert.is-success {
    background: rgba(2, 122, 72, 0.08);
    border-color: rgba(2, 122, 72, 0.18);
    color: #027a48;
}

.lte-register-alert.is-error {
    background: rgba(180, 35, 24, 0.08);
    border-color: rgba(180, 35, 24, 0.16);
    color: #b42318;
}

.hidden {
    display: none !important;
}

.lte-register-panel-title {
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.1;
    color: #102a43;
}

.lte-register-panel {
    display: block;
}

.lte-register-field {
    margin-top: 18px;
}

.lte-register-field label {
    display: block;
    margin-bottom: 8px;
    color: #102a43;
    font-size: 0.94rem;
    font-weight: 800;
}

.lte-register-field input {
    width: 100%;
    min-height: 54px;
    padding: 0 16px;
    border: 1px solid var(--lte-border);
    border-radius: 16px;
    background: #f8fbff;
    color: var(--lte-text);
    font-size: 0.98rem;
    font-weight: 600;
    outline: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.lte-register-field input:focus {
    border-color: rgba(13, 76, 172, 0.34);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(13, 76, 172, 0.08);
}

.lte-register-two-col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.lte-register-captcha-wrap {
    margin-top: 18px;
    min-height: 82px;
}

.lte-register-code-wrap {
    margin-top: 18px;
}

.lte-register-verify-card {
    display: flex;
    align-items: center;
}

.lte-register-verify-email {
    word-break: break-word;
}

.lte-register-code-panel {
    margin-top: 22px;
    padding: 22px;
    border-radius: 22px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    border: 1px solid var(--lte-border);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.lte-register-code-label {
    display: block;
    margin-bottom: 12px;
    color: #102a43;
    font-size: 0.94rem;
    font-weight: 800;
}

.lte-register-code-input {
    width: 100%;
    min-height: 72px;
    padding: 0 18px;
    border: 1px solid var(--lte-border);
    border-radius: 20px;
    background: #ffffff;
    color: #102a43;
    font-size: clamp(1.45rem, 4vw, 2rem);
    font-weight: 800;
    text-align: center;
    letter-spacing: 0.45em;
    outline: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.lte-register-code-input:focus {
    border-color: rgba(13, 76, 172, 0.34);
    box-shadow: 0 0 0 4px rgba(13, 76, 172, 0.08);
    transform: translateY(-1px);
}

.lte-register-code-input::placeholder {
    color: #9fb3c8;
    letter-spacing: 0.45em;
}

.lte-register-verify-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 18px;
}

.lte-register-primary-btn,
.lte-register-secondary-btn {
    min-height: 52px;
    margin-top: 18px;
    border: 0;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
    width: 100%;
    transition: transform 0.18s ease, filter 0.18s ease, opacity 0.18s ease;
}

.lte-register-primary-btn {
    background: linear-gradient(135deg, var(--lte-primary) 0%, var(--lte-accent) 100%);
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(13, 76, 172, 0.18);
}

.lte-register-secondary-btn {
    background: #102a43;
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(16, 42, 67, 0.14);
}

.lte-register-primary-btn:hover,
.lte-register-secondary-btn:hover {
    transform: translateY(-1px);
    filter: brightness(1.03);
}

.lte-register-primary-btn:disabled,
.lte-register-secondary-btn:disabled {
    cursor: not-allowed;
    opacity: 0.72;
    transform: none;
    filter: none;
}

.lte-register-primary-btn.is-loading,
.lte-register-secondary-btn.is-loading {
    pointer-events: none;
}

.lte-register-password-wrap {
    position: relative;
}

.lte-register-password-wrap input {
    padding-right: 82px;
}

.lte-register-password-toggle {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    min-width: 58px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: #eaf2fd;
    color: var(--lte-primary);
    font-size: 0.88rem;
    font-weight: 800;
    cursor: pointer;
}

.lte-register-helper {
    margin: 8px 0 0;
    color: var(--lte-text-soft);
    font-size: 0.88rem;
    line-height: 1.5;
}

.lte-register-helper.is-error {
    color: #b42318;
}

.lte-register-helper.is-success {
    color: #027a48;
}

.lte-register-review-grid {
    display: grid;
    gap: 14px;
    margin-top: 20px;
}

.lte-register-review-item {
    padding: 16px 18px;
    border-radius: 18px;
    background: #f8fbff;
    border: 1px solid var(--lte-border);
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.lte-register-review-item span {
    color: var(--lte-text-soft);
    font-weight: 600;
}

.lte-register-review-item strong {
    color: #102a43;
    text-align: right;
}

.lte-register-review-note {
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(13, 76, 172, 0.06);
    border: 1px solid rgba(13, 76, 172, 0.10);
    color: var(--lte-text);
    line-height: 1.65;
    font-weight: 600;
}

.lte-register-footer {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid var(--lte-border);
    color: var(--lte-text-soft);
    font-weight: 600;
}

.lte-register-footer a {
    color: var(--lte-primary);
    text-decoration: none;
    font-weight: 800;
}

.lte-register-footer a:hover {
    text-decoration: underline;
}

@media (max-width: 980px) {
    .lte-register-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .lte-register-page {
        padding: 38px 0 56px;
    }

    .lte-register-shell {
        width: min(var(--lte-max), calc(100% - 24px));
    }

    .lte-register-brand,
    .lte-register-card {
        padding: 24px 20px;
        border-radius: 22px;
    }

    .lte-register-two-col {
        grid-template-columns: 1fr;
    }

    .lte-register-stepper {
        grid-template-columns: 1fr;
    }

    .lte-register-review-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .lte-register-review-item strong {
        text-align: left;
    }

    .lte-register-verify-actions {
        grid-template-columns: 1fr;
    }

    .lte-register-code-input {
        min-height: 64px;
        font-size: 1.4rem;
        letter-spacing: 0.32em;
    }

    .lte-register-code-input::placeholder {
        letter-spacing: 0.32em;
    }
}