html,
body {
    min-height: 100%;
}

body {
    background: #f5f6f8;
    color: #2f2f2f;
}

body.forgot-step-one {
    background: #28457d;
}

body.forgot-step-two {
    background: #28457d;
}

body.forgot-step-three {
    background: #28457d;
}

.wrapper {
    background: transparent;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body.forgot-step-one .wrapper {
    min-height: 100vh;
}

body.forgot-step-two .wrapper {
    min-height: 100vh;
}

body.forgot-step-three .wrapper {
    min-height: 100vh;
}

.header {
    background: #ffffff;
    border-bottom: 1px solid #e6e6e6;
    height: auto;
}

.header-inner {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1040px;
    padding: 18px 24px;
}

.header img {
    display: block;
    height: auto;
    width: 220px;
}

.header-link {
    color: #666666;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.header-link:hover {
    color: #29b5f1;
}

.main-content {
    flex: 1;
    width: 100%;
}

.reset-shell {
    margin: 0 auto;
    max-width: 1040px;
    padding: 34px 24px 48px;
}

.step-wrapper {
    margin: 0 0 20px;
    min-width: 0;
    width: auto;
}

.step-kicker {
    color: #7a8790;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.step {
    color: #2f2f2f;
    font-size: 30px;
    font-weight: 600;
    height: auto;
    line-height: 1.2;
}

.step-subtitle {
    color: #666666;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
    max-width: 640px;
}

.step-progress {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.step-pill {
    align-items: center;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 999px;
    color: #7a8790;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    gap: 8px;
    padding: 8px 12px;
}

.step-pill span {
    align-items: center;
    background: #f5f6f8;
    border-radius: 999px;
    color: #666666;
    display: inline-flex;
    font-size: 11px;
    height: 20px;
    justify-content: center;
    width: 20px;
}

.step-pill.is-active {
    background: #fbfdff;
    border-color: #bfe8fb;
    color: #29b5f1;
}

.step-pill.is-complete {
    background: #ffffff;
    border-color: #d6edf8;
    color: #5f7480;
}

.step-pill.is-complete span {
    background: #dff3fb;
    color: #29b5f1;
}

.step-pill.is-active span {
    background: #29b5f1;
    color: #ffffff;
}

.line {
    display: none;
}

.form-register {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    margin: 0;
    max-width: none;
    min-height: 0;
    padding: 24px;
    width: auto;
}

.form-caption {
    color: #666666;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 18px;
    max-width: 660px;
}

.form-grid {
    display: grid;
    gap: 16px 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.input-wrapper {
    margin-top: 0;
    overflow: visible;
}

.input-wrapper.span-2 {
    grid-column: 1 / -1;
}

.label {
    color: #666666;
    display: block;
    float: none;
    font-size: 12px;
    font-weight: 700;
    height: auto;
    line-height: 1.4;
    margin: 0 0 6px;
    text-align: left;
    width: auto;
}

.input,
.select {
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    color: #2f2f2f;
    display: block;
    float: none;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    text-indent: 0;
    width: 100%;
}

.input:focus,
.select:focus {
    border-color: #29b5f1;
    box-shadow: 0 0 0 2px rgba(41, 181, 241, 0.12);
}

.select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #7a8790 50%), linear-gradient(135deg, #7a8790 50%, transparent 50%);
    background-position: calc(100% - 18px) 16px, calc(100% - 13px) 16px;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px;
    padding-right: 34px;
}

.captcha-combo {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) 180px 124px;
}

.img-captcha-wrapper {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    display: block;
    height: 38px;
    overflow: hidden;
    width: auto;
}

.img-captcha {
    display: block;
    height: 38px;
    width: 100%;
}

.check-name {
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    float: none;
    gap: 8px;
    height: 38px;
    justify-content: center;
    min-width: 124px;
    width: 124px;
}

.check-name img {
    height: 14px;
    margin-left: 0;
    width: 14px;
}

.check-name span {
    color: #666666;
    font-size: 13px;
    height: auto;
    line-height: 1;
    margin-left: 0;
}

.error-msg {
    color: #d75f5f;
    display: none;
    float: none !important;
    font-size: 12px;
    line-height: 1.4;
    margin: 6px 0 0;
}

.form-actions {
    align-items: center;
    display: flex;
    gap: 14px;
    margin-top: 20px;
}

.input-register {
    background-color: #29b5f1;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    height: 38px;
    margin: 0;
    min-width: 140px;
    padding: 0 18px;
    width: auto;
}

.input-register[disabled] {
    opacity: 0.72;
}

.secondary-link {
    color: #7a8790;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.secondary-link:hover {
    color: #29b5f1;
}

.helper-note {
    color: #666666;
    font-size: 12px;
    line-height: 1.6;
    margin-top: 16px;
}

.retrieve-wrapper {
    max-width: none;
    text-align: left;
    width: auto;
}

.result-stack {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.retrieve-img {
    margin: 0;
}

.retrieve-title {
    color: #2f2f2f;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
}

.retrieve-msg {
    color: #666666;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    max-width: 620px;
}

.retrieve-email {
    background: none;
    color: #29b5f1;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    text-decoration: none;
}

.result-actions {
    align-items: center;
    display: flex;
    gap: 14px;
    margin-top: 8px;
}

.result-button {
    align-items: center;
    background: #29b5f1;
    border-radius: 4px;
    color: #ffffff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 600;
    height: 38px;
    justify-content: center;
    min-width: 160px;
    padding: 0 18px;
    text-decoration: none;
}

.result-button.is-secondary {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    color: #666666;
}

.footer {
    background: transparent;
    color: #7a8790;
    font-size: 12px;
    height: auto;
    padding: 0 24px 24px;
    position: static;
}

.footer > div {
    border-top: 1px solid #e6e6e6;
    bottom: auto;
    left: auto;
    margin: 0 auto;
    max-width: 1040px;
    padding-top: 16px;
    position: static;
    text-align: left;
    width: auto;
}

.footer p {
    margin-top: 6px;
}

.footer span,
.footer a {
    color: #29b5f1;
}

.footer a {
    text-decoration: none;
}

.step-one-shell {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center;
    padding: 32px 24px;
}

.step-one-card {
    background: #1f2d54;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    display: grid;
    gap: 56px;
    grid-template-columns: minmax(280px, 1.05fr) minmax(380px, 0.95fr);
    max-width: 1040px;
    overflow: hidden;
    padding: 34px 34px 30px;
    position: relative;
    width: 100%;
}

.step-one-card:before {
    background: radial-gradient(circle, rgba(139, 230, 255, 0.2) 0%, rgba(139, 230, 255, 0) 70%);
    content: "";
    height: 280px;
    pointer-events: none;
    position: absolute;
    right: -90px;
    top: -130px;
    width: 280px;
}

.step-one-card:after {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 72%);
    bottom: -110px;
    content: "";
    height: 240px;
    left: -70px;
    pointer-events: none;
    position: absolute;
    width: 240px;
}

.step-one-brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 260px;
    padding-right: 8px;
    position: relative;
    z-index: 1;
}

.step-one-kicker {
    color: #9fdcff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.step-one-logo {
    display: block;
    height: auto;
    margin-bottom: 34px;
    width: 84px;
}

.step-one-title {
    color: #ffffff;
    font-size: 46px;
    font-weight: 300;
    line-height: 1.08;
    margin-bottom: 16px;
    max-width: 420px;
}

.step-one-subtitle {
    color: rgba(255, 255, 255, 0.84);
    font-size: 17px;
    line-height: 1.5;
    max-width: 390px;
}

.step-one-summary {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    margin-top: 24px;
    max-width: 390px;
    padding: 16px 18px;
}

.step-one-summary-title {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
}

.step-one-summary-copy {
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    line-height: 1.6;
}

.step-one-form {
    align-self: center;
    position: relative;
    z-index: 1;
}

.step-one-form-panel {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    padding: 24px 22px 22px;
}

.step-one-form .input-wrapper {
    margin-bottom: 20px;
}

.step-one-form .label {
    color: rgba(255, 255, 255, 0.74);
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 8px;
}

.step-one-form .input {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 14px;
    color: #ffffff;
    font-size: 17px;
    height: 50px;
    line-height: 50px;
    padding: 0 16px;
}

.step-one-form .input:focus {
    border-color: #ffffff;
    box-shadow: none;
}

.step-one-form .input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.42);
}

.step-one-form .input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.42);
}

.step-one-form .input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.42);
}

.step-one-form .input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.42);
}

.step-one-captcha-row {
    align-items: flex-start;
    display: grid;
    gap: 20px;
    grid-template-columns: 184px minmax(0, 1fr);
    margin-top: 4px;
}

.step-one-captcha-image {
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px;
}

.step-one-captcha-head {
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.step-one-captcha-image .img-captcha-wrapper {
    background: #ffffff;
    border: 0;
    border-radius: 12px;
    box-shadow: inset 0 0 0 1px rgba(31, 45, 84, 0.12);
    height: 56px;
    width: 100%;
}

.step-one-captcha-image .img-captcha {
    height: 56px;
    object-fit: cover;
    width: 100%;
}

.step-one-refresh {
    align-items: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    gap: 8px;
    height: 36px;
    min-width: 0;
    padding: 0 14px;
    width: auto;
}

.step-one-refresh img {
    height: 16px;
    width: 16px;
}

.step-one-refresh span {
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    font-weight: 600;
    margin-left: 0;
}

.step-one-captcha-input {
    align-self: end;
    margin-bottom: 0 !important;
}

.step-one-form .error-msg {
    color: #ff7d88;
    margin-top: 8px;
}

.step-one-helper {
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    line-height: 1.6;
    margin-top: 14px;
    max-width: 360px;
}

.step-one-actions {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 28px;
}

.step-one-cancel {
    align-items: center;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 18px;
    font-weight: 500;
    height: 40px;
    justify-content: center;
    min-width: 118px;
    padding: 0 26px;
    text-decoration: none;
}

.step-one-cancel:hover {
    color: #ffffff;
}

.step-one-primary {
    background: #ffffff;
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(255, 255, 255, 0.16);
    color: #28457d;
    font-size: 18px;
    font-weight: 600;
    height: 40px;
    min-width: 110px;
    padding: 0 28px;
}

.step-one-primary[disabled] {
    opacity: 0.74;
}

.step-two-shell {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center;
    padding: 32px 24px;
}

.step-two-card {
    background: #1f2d54;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    display: grid;
    gap: 56px;
    grid-template-columns: minmax(280px, 1.05fr) minmax(380px, 0.95fr);
    max-width: 1040px;
    min-height: 300px;
    overflow: hidden;
    padding: 34px 34px 30px;
    position: relative;
    width: 100%;
}

.step-two-card:before {
    background: radial-gradient(circle, rgba(139, 230, 255, 0.2) 0%, rgba(139, 230, 255, 0) 70%);
    content: "";
    height: 280px;
    pointer-events: none;
    position: absolute;
    right: -90px;
    top: -130px;
    width: 280px;
}

.step-two-card:after {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 72%);
    bottom: -110px;
    content: "";
    height: 240px;
    left: -70px;
    pointer-events: none;
    position: absolute;
    width: 240px;
}

.step-two-brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 260px;
    padding-right: 8px;
    position: relative;
    z-index: 1;
}

.step-two-kicker {
    color: #9fdcff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.step-two-logo {
    display: block;
    height: auto;
    margin-bottom: 34px;
    width: 84px;
}

.step-two-title {
    color: #ffffff;
    font-size: 46px;
    font-weight: 300;
    line-height: 1.08;
    margin-bottom: 16px;
    max-width: 420px;
}

.step-two-subtitle {
    color: rgba(255, 255, 255, 0.84);
    font-size: 17px;
    line-height: 1.5;
    max-width: 390px;
}

.step-two-email-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    margin-top: 24px;
    max-width: 390px;
    padding: 16px 18px;
}

.step-two-email-label {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.step-two-email-value {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    word-break: break-word;
}

.step-two-form {
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 0;
    position: relative;
    z-index: 1;
}

.step-two-form-panel {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    padding: 24px 22px 22px;
}

.step-two-field {
    margin-top: 0;
}

.step-two-form .label {
    color: rgba(255, 255, 255, 0.74);
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 8px;
}

.step-two-form .input {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 14px;
    color: #ffffff;
    font-size: 17px;
    height: 50px;
    line-height: 50px;
    padding: 0 16px;
}

.step-two-code-input {
    font-family: Consolas, "Courier New", monospace;
    font-size: 20px !important;
    font-weight: 600;
    letter-spacing: 0.18em;
}

.step-two-form .input:focus {
    border-color: #ffffff;
    box-shadow: none;
}

.step-two-form .input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.42);
}

.step-two-form .input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.42);
}

.step-two-form .input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.42);
}

.step-two-form .input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.42);
}

.step-two-form .error-msg {
    color: #ff7d88;
    margin-top: 8px;
}

.step-two-helper {
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    line-height: 1.6;
    margin-top: 14px;
    max-width: 360px;
}

.step-two-actions {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 28px;
}

.step-two-previous {
    align-items: center;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 18px;
    font-weight: 500;
    height: 40px;
    justify-content: center;
    min-width: 118px;
    padding: 0 26px;
    text-decoration: none;
}

.step-two-previous:hover {
    color: #ffffff;
}

.step-two-primary {
    background: #ffffff;
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(255, 255, 255, 0.16);
    color: #28457d;
    font-size: 18px;
    font-weight: 600;
    height: 40px;
    min-width: 110px;
    padding: 0 28px;
}

.step-two-primary[disabled] {
    opacity: 0.74;
}

.step-three-shell {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center;
    padding: 32px 24px;
}

.step-three-card {
    background: #1f2d54;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    display: grid;
    gap: 56px;
    grid-template-columns: minmax(280px, 1.05fr) minmax(380px, 0.95fr);
    max-width: 1040px;
    min-height: 300px;
    overflow: hidden;
    padding: 34px 34px 30px;
    position: relative;
    width: 100%;
}

.step-three-card:before {
    background: radial-gradient(circle, rgba(139, 230, 255, 0.2) 0%, rgba(139, 230, 255, 0) 70%);
    content: "";
    height: 280px;
    pointer-events: none;
    position: absolute;
    right: -90px;
    top: -130px;
    width: 280px;
}

.step-three-card:after {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 72%);
    bottom: -110px;
    content: "";
    height: 240px;
    left: -70px;
    pointer-events: none;
    position: absolute;
    width: 240px;
}

.step-three-brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 260px;
    padding-right: 8px;
    position: relative;
    z-index: 1;
}

.step-three-kicker {
    color: #9fdcff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.step-three-logo {
    display: block;
    height: auto;
    margin-bottom: 34px;
    width: 84px;
}

.step-three-title {
    color: #ffffff;
    font-size: 46px;
    font-weight: 300;
    line-height: 1.08;
    margin-bottom: 16px;
    max-width: 420px;
}

.step-three-subtitle {
    color: rgba(255, 255, 255, 0.84);
    font-size: 17px;
    line-height: 1.5;
    max-width: 390px;
}

.step-three-summary {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    margin-top: 24px;
    max-width: 390px;
    padding: 16px 18px;
}

.step-three-summary-title {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
}

.step-three-summary-copy {
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    line-height: 1.6;
}

.step-three-form {
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.step-three-form-panel {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    padding: 24px 22px 22px;
}

.step-three-field + .step-three-field {
    margin-top: 20px;
}

.step-three-form .label {
    color: rgba(255, 255, 255, 0.74);
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 8px;
}

.step-three-input-wrap {
    position: relative;
}

.step-three-form .input {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 14px;
    color: #ffffff;
    font-size: 17px;
    height: 50px;
    line-height: 50px;
    padding: 0 72px 0 16px;
}

.step-three-form .input:focus {
    border-color: #ffffff;
    box-shadow: none;
}

.step-three-form .input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.42);
}

.step-three-form .input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.42);
}

.step-three-form .input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.42);
}

.step-three-form .input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.42);
}

.step-three-toggle {
    background: transparent;
    border: 0;
    color: rgba(255, 255, 255, 0.78);
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    height: 50px;
    padding: 0 14px;
    position: absolute;
    right: 0;
    top: 0;
}

.step-three-form .error-msg {
    color: #ff7d88;
    margin-top: 8px;
}

.step-three-rules {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    display: grid;
    gap: 10px 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
    padding: 16px 16px 14px;
}

.step-three-rule {
    color: rgba(255, 255, 255, 0.84);
    font-size: 13px;
    line-height: 1.4;
    padding-left: 18px;
    position: relative;
}

.step-three-rule:before {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.78);
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 8px;
}

.step-three-rule.is-valid:before {
    background: #ffffff;
}

.step-three-helper {
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    line-height: 1.6;
    margin-top: 14px;
    max-width: 360px;
}

.step-three-actions {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 28px;
}

.step-three-previous {
    align-items: center;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 18px;
    font-weight: 500;
    height: 40px;
    justify-content: center;
    min-width: 118px;
    padding: 0 26px;
    text-decoration: none;
}

.step-three-previous:hover {
    color: #ffffff;
}

.step-three-primary {
    background: #ffffff;
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(255, 255, 255, 0.16);
    color: #28457d;
    font-size: 18px;
    font-weight: 600;
    height: 40px;
    min-width: 110px;
    padding: 0 28px;
}

.step-three-primary[disabled] {
    opacity: 0.74;
}

@media (max-width: 860px) {
    .header-inner,
    .reset-shell,
    .footer {
        padding-left: 16px;
        padding-right: 16px;
    }

    .header-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .header img {
        width: 190px;
    }

    .step {
        font-size: 24px;
    }

    .form-register {
        padding: 18px;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .input-wrapper.span-2 {
        grid-column: auto;
    }

    .captcha-combo {
        grid-template-columns: 1fr;
    }

    .check-name {
        width: 100%;
    }

    .form-actions,
    .result-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .input-register,
    .result-button {
        width: 100%;
    }

    .step-one-shell {
        padding: 16px;
    }

    .step-one-card {
        gap: 24px;
        grid-template-columns: 1fr;
        padding: 24px 20px;
    }

    .step-two-shell {
        padding: 16px;
    }

    .step-three-shell {
        padding: 16px;
    }

    .step-two-card {
        gap: 24px;
        grid-template-columns: 1fr;
        padding: 24px 20px;
    }

    .step-three-card {
        gap: 24px;
        grid-template-columns: 1fr;
        padding: 24px 20px;
    }

    .step-one-brand {
        min-height: 0;
    }

    .step-two-brand {
        min-height: 0;
    }

    .step-three-brand {
        min-height: 0;
    }

    .step-one-logo {
        margin-bottom: 28px;
        width: 72px;
    }

    .step-two-logo {
        margin-bottom: 28px;
        width: 72px;
    }

    .step-one-kicker,
    .step-two-kicker,
    .step-three-kicker {
        margin-bottom: 16px;
    }

    .step-three-logo {
        margin-bottom: 28px;
        width: 72px;
    }

    .step-one-title {
        font-size: 38px;
    }

    .step-two-title {
        font-size: 38px;
    }

    .step-three-title {
        font-size: 38px;
    }

    .step-one-subtitle {
        font-size: 16px;
    }

    .step-two-subtitle {
        font-size: 16px;
    }

    .step-one-summary,
    .step-two-email-card,
    .step-three-summary,
    .step-one-form-panel,
    .step-two-form-panel,
    .step-three-form-panel {
        max-width: none;
    }

    .step-three-subtitle {
        font-size: 16px;
    }

    .step-one-captcha-row {
        grid-template-columns: 1fr;
    }

    .step-one-captcha-image {
        width: 100%;
    }

    .step-one-captcha-image .img-captcha-wrapper,
    .step-one-captcha-image .img-captcha {
        width: 100%;
    }

    .step-one-actions {
        align-items: stretch;
        flex-direction: column;
        margin-top: 28px;
    }

    .step-one-cancel,
    .step-one-primary {
        width: 100%;
    }

    .step-two-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .step-three-rules {
        grid-template-columns: 1fr;
    }

    .step-three-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .step-two-previous,
    .step-two-primary {
        width: 100%;
    }

    .step-three-previous,
    .step-three-primary {
        width: 100%;
    }
}