*,
*::before,
*::after {
    box-sizing: border-box;
}

:root {
    --navy-950: #020d25;
    --navy-900: #031735;
    --navy-800: #062a5d;
    --blue-800: #0743a8;
    --blue-700: #075ee8;
    --blue-600: #0a79f5;
    --blue-500: #19a8ff;
    --cyan: #22d3ee;
    --green: #12a66a;
    --red: #d63a4a;
    --orange: #e98818;
    --text: #0a2552;
    --muted: #687a98;
    --line: #d7e4f4;
    --surface: #ffffff;
    --soft: #f5f9ff;
    --shadow: 0 24px 80px rgba(1, 16, 50, .22);
    --footer-h: 42px;
}

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

body {
    overflow: hidden;
    color: var(--text);
    background: var(--navy-950);
    font-family: "Segoe UI Variable", "Segoe UI", Inter, Roboto, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea {
    font: inherit;
}

button,
a,
label {
    -webkit-tap-highlight-color: transparent;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.bi-preloader {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 23% 18%, rgba(35, 195, 255, .28), transparent 30%),
        radial-gradient(circle at 75% 78%, rgba(11, 94, 215, .35), transparent 34%),
        linear-gradient(135deg, #03102b 0%, #062d73 52%, #073eaa 100%);
    transition: opacity .45s ease, visibility .45s ease;
}

.bi-preloader.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.preloader-panel {
    width: min(520px, 90vw);
    display: grid;
    place-items: center;
    gap: 16px;
    color: #ffffff;
    text-align: center;
}

.preloader-orbit {
    position: relative;
    width: 132px;
    height: 132px;
    display: grid;
    place-items: center;
}

.orbit-glow {
    position: absolute;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(35, 216, 255, .36), rgba(35, 216, 255, .10) 45%, transparent 70%);
    filter: blur(12px);
    animation: glowPulse 1.9s ease-in-out infinite;
}

.orbit-ring {
    position: absolute;
    inset: 0;
    z-index: 2;
    border: 5px solid rgba(255, 255, 255, .18);
    border-top-color: #ffffff;
    border-right-color: #21d6ff;
    border-bottom-color: #0b8fff;
    border-left-color: rgba(255, 255, 255, .08);
    border-radius: 50%;
    animation: spin .95s linear infinite;
    box-shadow: 0 0 22px rgba(35, 216, 255, .24), inset 0 0 14px rgba(255, 255, 255, .10);
}

.loader-logo-wrap {
    position: relative;
    z-index: 3;
    width: 92px;
    height: 92px;
    overflow: hidden;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .04);
    box-shadow: 0 0 18px rgba(35, 216, 255, .22), inset 0 0 14px rgba(255, 255, 255, .12);
}

.loader-logo-water {
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    height: 18%;
    background: linear-gradient(180deg, #6ee7ff, #21c8ff 35%, #0ea5ff 68%, #0657d9);
    animation: waterRise 3.2s ease-in-out infinite;
}

.loader-logo-img {
    position: relative;
    z-index: 3;
    width: 82px;
    height: 82px;
    object-fit: contain;
    mix-blend-mode: screen;
    filter: drop-shadow(0 14px 24px rgba(0, 0, 0, .32)) drop-shadow(0 0 10px rgba(35, 216, 255, .30));
}

.preloader-copy strong {
    display: block;
    font-size: clamp(30px, 3.2vw, 40px);
    line-height: .95;
    font-weight: 800;
    letter-spacing: -.04em;
}

.preloader-copy span {
    display: block;
    margin-top: 8px;
    color: #dcecff;
    font-size: 14px;
    font-weight: 650;
}

.preloader-copy p {
    min-height: 22px;
    margin: 16px 0 0;
    font-size: 14px;
    font-weight: 650;
}

.preloader-bar {
    width: min(310px, 70vw);
    height: 8px;
    margin: 8px auto 0;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, .18);
}

.preloader-bar i {
    display: block;
    width: 44%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #ffffff, #6ee7ff 28%, #21c8ff 55%, #0b8fff 78%, #ffffff);
    animation: loadingBar 1.1s ease-in-out infinite;
}

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes loadingBar { from { transform: translateX(-110%); } to { transform: translateX(260%); } }
@keyframes waterRise { 0%, 100% { height: 18%; } 25% { height: 42%; } 50% { height: 68%; } 75% { height: 88%; } }
@keyframes glowPulse { 0%, 100% { opacity: .65; transform: scale(.94); } 50% { opacity: 1; transform: scale(1.08); } }

.register-page {
    position: relative;
    width: 100vw;
    height: 100dvh;
    overflow: hidden;
    background: linear-gradient(135deg, var(--navy-950), #052b70);
}

.background-slider,
.bg-slide,
.page-overlay {
    position: absolute;
    inset: 0;
}

.bg-slide {
    opacity: 0;
    background-position: center;
    background-size: cover;
    transform: scale(1.035);
    transition: opacity .9s ease, transform 6.2s ease;
}

.bg-slide.active {
    opacity: 1;
    transform: scale(1);
}

.page-overlay {
    z-index: 1;
    background:
        radial-gradient(circle at 72% 15%, rgba(7, 94, 232, .22), transparent 32%),
        linear-gradient(90deg, rgba(2, 13, 37, .96), rgba(3, 23, 53, .89) 48%, rgba(4, 35, 84, .72) 72%, rgba(4, 35, 84, .38));
}

.register-shell {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(100dvh - var(--footer-h));
    display: grid;
    grid-template-columns: minmax(430px, 1fr) minmax(610px, .98fr);
    gap: clamp(22px, 2.4vw, 46px);
    padding: clamp(18px, 2.5vh, 30px) clamp(24px, 3.3vw, 64px) 14px;
}

.hero-side {
    position: relative;
    min-width: 0;
    min-height: 0;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    color: #ffffff;
}

.hero-logos {
    min-height: 56px;
    display: flex;
    align-items: center;
    gap: clamp(10px, 1vw, 16px);
}

.hero-logos img {
    height: clamp(31px, 4.8vh, 48px);
    max-width: clamp(94px, 10vw, 170px);
    object-fit: contain;
}

.hero-logos span {
    width: 1px;
    height: 32px;
    background: rgba(255, 255, 255, .35);
}

.hero-content {
    min-height: 0;
    display: grid;
    align-content: center;
    gap: clamp(16px, 2vh, 24px);
    padding: 10px 7% 12px 4%;
}

.hero-brand-row {
    display: grid;
    grid-template-columns: clamp(92px, 9vw, 145px) minmax(0, 1fr);
    align-items: center;
    gap: clamp(20px, 2.3vw, 38px);
}

.brand-mark {
    position: relative;
    width: clamp(92px, 9vw, 145px);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50%;
}

.brand-mark::before,
.brand-mark::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.brand-mark::before {
    inset: -9px;
    border: 2px dashed rgba(111, 216, 255, .68);
    animation: slowSpin 14s linear infinite;
}

.brand-mark::after {
    inset: -19px;
    border: 1px solid rgba(64, 174, 255, .24);
    box-shadow: 0 0 34px rgba(34, 211, 238, .24);
}

.brand-mark img {
    width: 84%;
    height: 84%;
    object-fit: contain;
    filter: drop-shadow(0 0 17px rgba(34, 211, 238, .42));
}

@keyframes slowSpin { to { transform: rotate(360deg); } }

.hero-copy {
    position: relative;
    min-height: clamp(230px, 28vh, 320px);
}

.copy-slide {
    position: absolute;
    inset: 0;
    display: grid;
    align-content: center;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .45s ease, transform .45s ease;
    pointer-events: none;
}

.copy-slide.active {
    opacity: 1;
    transform: translateY(0);
}

.copy-slide > span {
    width: fit-content;
    padding: 7px 13px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    color: #44dcff;
    background: rgba(255, 255, 255, .08);
    font-size: 12px;
    font-weight: 700;
}

.copy-slide h1 {
    margin: 14px 0 5px;
    font-size: clamp(52px, 6.2vw, 98px);
    line-height: .88;
    font-weight: 800;
    letter-spacing: -.07em;
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 52%, #7fe4ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.copy-slide h2 {
    max-width: 660px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(20px, 2vw, 32px);
    line-height: 1.16;
    font-weight: 720;
    letter-spacing: -.025em;
}

.copy-slide p {
    max-width: 650px;
    margin: 14px 0 0;
    color: #d2e3fa;
    font-size: clamp(13px, 1.05vw, 17px);
    line-height: 1.55;
    font-weight: 450;
}

.hero-feature {
    position: relative;
    min-height: 112px;
    overflow: hidden;
    border: 1px solid rgba(124, 189, 255, .20);
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(19, 63, 124, .68), rgba(3, 24, 61, .62));
    box-shadow: 0 18px 45px rgba(0, 0, 0, .16);
    backdrop-filter: blur(10px);
}

.feature-slide {
    position: absolute;
    inset: 0;
    padding: 18px 24px;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    opacity: 0;
    transform: translateX(20px);
    transition: opacity .45s ease, transform .45s ease;
}

.feature-slide.active {
    opacity: 1;
    transform: translateX(0);
}

.feature-slide > i {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    border-radius: 19px;
    color: #2dd7ff;
    background: rgba(34, 211, 238, .10);
    box-shadow: inset 0 0 0 1px rgba(65, 218, 255, .28);
    font-size: 31px;
}

.feature-slide strong,
.feature-slide span {
    display: block;
}

.feature-slide strong {
    font-size: clamp(15px, 1.2vw, 19px);
    font-weight: 720;
}

.feature-slide span {
    max-width: 550px;
    margin-top: 6px;
    color: #d3e2f7;
    font-size: clamp(11px, .92vw, 14px);
    line-height: 1.45;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid rgba(124, 189, 255, .20);
    border-radius: 19px;
    overflow: hidden;
    background: rgba(5, 35, 83, .55);
    backdrop-filter: blur(10px);
}

.trust-grid article {
    min-width: 0;
    min-height: 112px;
    padding: 16px;
    display: grid;
    align-content: center;
    gap: 6px;
    border-right: 1px solid rgba(124, 189, 255, .18);
}

.trust-grid article:last-child {
    border-right: 0;
}

.trust-grid i {
    color: #27d5ff;
    font-size: 25px;
}

.trust-grid b {
    font-size: 12px;
    font-weight: 700;
}

.trust-grid small {
    overflow: hidden;
    color: #c8dbf5;
    font-size: 10px;
    line-height: 1.4;
}

.hero-arrow {
    position: absolute;
    top: 58%;
    z-index: 10;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: rgba(2, 13, 37, .38);
    backdrop-filter: blur(8px);
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.hero-arrow:hover {
    background: rgba(7, 94, 232, .78);
    transform: translateY(-2px);
}

.hero-arrow.prev { left: -2px; }
.hero-arrow.next { right: 0; }

.hero-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding-bottom: 4px;
}

.hero-dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .46);
    cursor: pointer;
    transition: width .22s ease, background .22s ease;
}

.hero-dots button.active {
    width: 27px;
    background: #22d3ee;
}

.form-side {
    min-width: 0;
    min-height: 0;
    display: grid;
    place-items: center;
}

.register-card {
    width: min(100%, 820px);
    height: min(100%, 940px);
    min-height: 620px;
    display: grid;
    grid-template-rows: auto auto auto minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .86);
    border-radius: 30px;
    background: rgba(255, 255, 255, .975);
    box-shadow: var(--shadow);
    backdrop-filter: blur(20px);
}

.register-card.is-success {
    display: block;
    overflow-y: auto;
}

.card-head {
    min-height: 94px;
    padding: 20px 24px 12px;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
}

.card-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 3px solid var(--blue-700);
    border-radius: 50%;
    color: var(--blue-700);
    background: #ffffff;
    font-size: 25px;
}

.card-head h1,
.card-head p {
    margin: 0;
}

.card-head h1 {
    color: var(--text);
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1.05;
    font-weight: 760;
    letter-spacing: -.035em;
}

.card-head p {
    margin-top: 5px;
    color: var(--muted);
    font-size: 11.5px;
    line-height: 1.4;
    font-weight: 500;
}

.head-login {
    min-height: 38px;
    padding: 0 13px;
    border: 1px solid #cedff3;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--blue-700);
    background: #f4f9ff;
    font-size: 11px;
    font-weight: 700;
}

.wizard-progress {
    min-height: 74px;
    padding: 5px 30px 11px;
    display: grid;
    grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
    align-items: start;
    gap: 8px;
}

.wizard-progress > i {
    height: 1px;
    margin-top: 19px;
    background: #d5e0ee;
}

.wizard-progress button {
    width: 102px;
    padding: 0;
    border: 0;
    display: grid;
    justify-items: center;
    gap: 7px;
    color: #7b879b;
    background: transparent;
    cursor: default;
}

.wizard-progress button span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid #cfdaea;
    border-radius: 50%;
    background: #ffffff;
    font-size: 14px;
    font-weight: 750;
    transition: .2s ease;
}

.wizard-progress button small {
    font-size: 10.5px;
    line-height: 1.15;
    font-weight: 650;
    text-align: center;
}

.wizard-progress button.active,
.wizard-progress button.completed {
    color: var(--blue-700);
}

.wizard-progress button.active span {
    color: #ffffff;
    border-color: var(--blue-700);
    background: linear-gradient(135deg, var(--blue-700), var(--blue-600));
    box-shadow: 0 8px 20px rgba(7, 94, 232, .24);
}

.wizard-progress button.completed {
    cursor: pointer;
}

.wizard-progress button.completed span {
    font-size: 0;
    border-color: #87b9ff;
    background: #edf6ff;
}

.wizard-progress button.completed span::before {
    content: "✓";
    font-size: 16px;
    font-weight: 800;
}

.alert {
    margin: 0 24px 10px;
    padding: 10px 12px;
    display: flex;
    align-items: flex-start;
    gap: 9px;
    border-radius: 13px;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 600;
}

.alert-error {
    color: #9d2534;
    border: 1px solid #ffc6ce;
    background: #fff1f3;
}

.alert i {
    margin-top: 1px;
    font-size: 17px;
}

.register-form {
    min-height: 0;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
}

.wizard-viewport {
    min-height: 0;
    overflow-y: auto;
    padding: 4px 24px 16px;
    scrollbar-width: thin;
    scrollbar-color: #b6cdec transparent;
}

.wizard-viewport::-webkit-scrollbar {
    width: 6px;
}

.wizard-viewport::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #b6cdec;
}

.wizard-step {
    display: none;
    animation: stepIn .25s ease both;
}

.wizard-step.active {
    display: block;
}

@keyframes stepIn {
    from { opacity: 0; transform: translateX(10px); }
    to { opacity: 1; transform: translateX(0); }
}

.step-head {
    min-height: 78px;
    padding: 15px 17px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    border: 1px solid #dce7f5;
    border-radius: 17px;
    background: linear-gradient(135deg, #f9fcff, #ffffff);
}

.step-head > span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--blue-700), var(--blue-500));
    box-shadow: 0 8px 18px rgba(7, 94, 232, .18);
    font-size: 20px;
}

.step-head small,
.step-head h2,
.step-head p {
    display: block;
    margin: 0;
}

.step-head small {
    color: var(--blue-700);
    font-size: 9px;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: .07em;
}

.step-head h2 {
    margin-top: 3px;
    color: var(--text);
    font-size: 17px;
    line-height: 1.12;
    font-weight: 730;
}

.step-head p {
    margin-top: 4px;
    color: var(--muted);
    font-size: 10.5px;
    line-height: 1.35;
}

.photo-section {
    margin-top: 13px;
    padding: 14px;
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    border: 1px dashed #aecbf2;
    border-radius: 17px;
    background: #f9fcff;
    transition: border-color .2s ease, background .2s ease;
}

.photo-section.dragover {
    border-color: var(--blue-700);
    background: #eef7ff;
}

.photo-preview {
    position: relative;
    width: 78px;
    height: 78px;
}

.photo-preview img {
    width: 100%;
    height: 100%;
    border: 3px solid #ffffff;
    border-radius: 50%;
    object-fit: cover;
    background: #e8f1fc;
    box-shadow: 0 7px 18px rgba(7, 36, 90, .14);
}

.photo-preview span {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 29px;
    height: 29px;
    display: grid;
    place-items: center;
    border: 3px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    background: var(--blue-700);
    font-size: 12px;
}

.photo-copy strong,
.photo-copy p {
    display: block;
    margin: 0;
}

.photo-copy strong {
    font-size: 12px;
    font-weight: 720;
}

.photo-copy strong em {
    margin-left: 6px;
    color: var(--muted);
    font-size: 9px;
    font-style: normal;
    font-weight: 600;
}

.photo-copy p {
    margin-top: 4px;
    color: var(--muted);
    font-size: 10px;
    line-height: 1.35;
}

.photo-button {
    width: fit-content;
    min-height: 34px;
    margin-top: 9px;
    padding: 0 11px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid #a9c9f5;
    border-radius: 10px;
    color: var(--blue-700);
    background: #ffffff;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
}

.photo-button input {
    display: none;
}

.form-grid {
    margin-top: 13px;
    display: grid;
    gap: 12px;
}

.two-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.one-column {
    grid-template-columns: 1fr;
}

.span-full {
    grid-column: 1 / -1;
}

.field {
    min-width: 0;
    display: grid;
    gap: 5px;
}

.field > span {
    color: #183b6c;
    font-size: 10.5px;
    font-weight: 700;
}

.field > small {
    min-height: 14px;
    color: #71819b;
    font-size: 8.8px;
    line-height: 1.3;
}

.control {
    position: relative;
    min-height: 44px;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    overflow: hidden;
    border: 1px solid #cfdced;
    border-radius: 12px;
    background: #ffffff;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.control:focus-within {
    border-color: var(--blue-700);
    box-shadow: 0 0 0 4px rgba(7, 94, 232, .09);
}

.field.is-invalid .control {
    border-color: var(--red);
    background: #fff8f9;
    box-shadow: 0 0 0 4px rgba(214, 58, 74, .08);
}

.control > i {
    display: grid;
    place-items: center;
    color: #547099;
    font-size: 15px;
}

.control input,
.control select,
.control textarea {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    color: var(--text);
    background: transparent;
    font-size: 11.5px;
    font-weight: 520;
}

.control input,
.control select {
    height: 42px;
    padding: 0 12px 0 0;
}

.control select:disabled {
    color: #9da9bc;
    cursor: not-allowed;
}

.control input::placeholder,
.control textarea::placeholder {
    color: #99a7bb;
}

.phone-control {
    grid-template-columns: auto minmax(0, 1fr);
}

.country-prefix {
    height: 100%;
    padding: 0 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-right: 1px solid #dbe5f2;
    background: #f7fbff;
}

.country-prefix b {
    width: 26px;
    height: 17px;
    display: grid;
    place-items: center;
    border-radius: 3px;
    color: #ffffff;
    background: linear-gradient(90deg, #d91023 0 33%, #ffffff 33% 66%, #d91023 66%);
    font-size: 0;
}

.country-prefix strong {
    color: #1b3e6f;
    font-size: 11px;
}

.phone-control input {
    padding-left: 12px;
}

.textarea-control {
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: start;
}

.textarea-control > i {
    padding-top: 13px;
}

.control textarea {
    min-height: 78px;
    padding: 12px 12px 12px 0;
    resize: vertical;
    line-height: 1.4;
}

.password-control {
    grid-template-columns: 40px minmax(0, 1fr) 42px;
}

.pass-toggle {
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    display: grid;
    place-items: center;
    color: #6a7c98;
    background: transparent;
    cursor: pointer;
}

.username-preview,
.review-username {
    margin-top: 13px;
    padding: 12px 14px;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    border: 1px solid #a9c8f4;
    border-radius: 14px;
    background: linear-gradient(135deg, #eef6ff, #f9fcff);
}

.username-preview > span,
.review-username > span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--blue-700);
    background: #ffffff;
    font-size: 17px;
}

.username-preview small,
.username-preview p,
.username-preview strong,
.review-username small,
.review-username p,
.review-username strong {
    display: block;
    margin: 0;
}

.username-preview small,
.review-username small {
    color: #36557d;
    font-size: 9px;
    font-weight: 700;
}

.username-preview p,
.review-username p {
    margin-top: 2px;
    color: #71819a;
    font-size: 8.8px;
}

.username-preview strong,
.review-username strong {
    max-width: 190px;
    overflow: hidden;
    color: var(--blue-700);
    font-size: 12px;
    font-weight: 750;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.location-grid {
    gap: 10px;
}

.step-information {
    margin-top: 13px;
    padding: 12px 14px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    border: 1px solid #b9d5f8;
    border-radius: 14px;
    background: #eef6ff;
}

.step-information > i {
    color: var(--blue-700);
    font-size: 22px;
}

.step-information strong,
.step-information span {
    display: block;
}

.step-information strong {
    font-size: 10.5px;
    font-weight: 720;
}

.step-information span {
    margin-top: 2px;
    color: #607490;
    font-size: 9px;
    line-height: 1.35;
}

.step-information.secure {
    border-color: #b6e6d2;
    background: #effcf7;
}

.step-information.secure > i {
    color: var(--green);
}

.security-layout {
    margin-top: 13px;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(235px, .82fr);
    gap: 13px;
}

.security-layout .form-grid {
    margin-top: 0;
}

.password-meter-card {
    padding: 15px;
    border: 1px solid #d7e4f4;
    border-radius: 16px;
    background: #f8fbff;
}

.strength-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 10px;
    font-weight: 700;
}

.strength-title strong {
    color: #7a879c;
    font-size: 9px;
}

.strength-track {
    height: 7px;
    margin-top: 9px;
    overflow: hidden;
    border-radius: 999px;
    background: #dce6f3;
}

.strength-track i {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: #9aa7ba;
    transition: width .25s ease, background .25s ease;
}

.password-rules {
    margin-top: 12px;
    display: grid;
    gap: 8px;
}

.password-rules span {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #6d7d95;
    font-size: 9px;
    line-height: 1.25;
}

.password-rules span i {
    color: #9aa8bc;
    font-size: 10px;
}

.password-rules span.ok {
    color: #087647;
}

.password-rules span.ok i {
    color: var(--green);
}

.terms-row {
    margin-top: 13px;
    padding: 12px 14px;
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
    border: 1px solid #d7e4f4;
    border-radius: 14px;
    background: #ffffff;
    cursor: pointer;
}

.terms-row input {
    width: 17px;
    height: 17px;
    margin: 2px 0 0;
    accent-color: var(--blue-700);
}

.terms-row b,
.terms-row small {
    display: block;
}

.terms-row b {
    color: #183b6c;
    font-size: 10.2px;
    line-height: 1.35;
}

.terms-row small {
    margin-top: 3px;
    color: #6c7d96;
    font-size: 8.8px;
    line-height: 1.35;
}

.review-grid {
    margin-top: 13px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.review-grid article {
    min-width: 0;
    min-height: 74px;
    padding: 12px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    border: 1px solid #dce6f3;
    border-radius: 14px;
    background: #f9fcff;
}

.review-grid article > i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    color: var(--blue-700);
    background: #eaf4ff;
    font-size: 16px;
}

.review-grid span,
.review-grid strong {
    display: block;
    min-width: 0;
}

.review-grid span {
    color: #71819a;
    font-size: 8.8px;
    font-weight: 650;
}

.review-grid strong {
    margin-top: 4px;
    overflow: hidden;
    color: #183b6c;
    font-size: 10.5px;
    line-height: 1.3;
    font-weight: 700;
    text-overflow: ellipsis;
}

.wizard-actions {
    min-height: 66px;
    padding: 11px 24px 14px;
    display: flex;
    align-items: center;
    gap: 9px;
    border-top: 1px solid #e1eaf5;
    background: rgba(255, 255, 255, .98);
}

.action-cancel,
.action-back,
.action-next,
.action-submit {
    min-height: 42px;
    padding: 0 16px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.action-cancel,
.action-back {
    color: #49617f;
    border: 1px solid #d1deed;
    background: #ffffff;
}

.action-back {
    display: none;
}

.action-next,
.action-submit {
    margin-left: auto;
    color: #ffffff;
    border: 0;
    background: linear-gradient(135deg, var(--blue-700), var(--blue-600));
    box-shadow: 0 10px 24px rgba(7, 94, 232, .22);
}

.action-submit {
    display: none;
}

.action-cancel:hover,
.action-back:hover,
.action-next:hover,
.action-submit:hover {
    transform: translateY(-1px);
}

.action-submit:disabled,
.action-next:disabled {
    opacity: .65;
    cursor: wait;
    transform: none;
}

.button-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, .40);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: spin .75s linear infinite;
}

.honeypot {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.success-panel {
    min-height: 100%;
    padding: clamp(22px, 3vh, 36px) clamp(24px, 3vw, 42px);
    display: grid;
    align-content: start;
    justify-items: center;
    color: var(--text);
    text-align: center;
}

.success-stepper {
    width: min(100%, 620px);
    display: grid;
    grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
    align-items: start;
    gap: 6px;
}

.success-stepper > i {
    height: 1px;
    margin-top: 16px;
    background: #9ebff1;
}

.success-stepper span {
    min-width: 74px;
    display: grid;
    justify-items: center;
    gap: 6px;
}

.success-stepper span > i,
.success-stepper span > b {
    width: 33px;
    height: 33px;
    display: grid;
    place-items: center;
    border: 1px solid #6ca4f8;
    border-radius: 50%;
    color: var(--blue-700);
    background: #eef6ff;
    font-size: 14px;
    font-style: normal;
}

.success-stepper span.current > b {
    color: #ffffff;
    border-color: var(--blue-700);
    background: var(--blue-700);
}

.success-stepper small {
    color: #4f6380;
    font-size: 9px;
    font-weight: 650;
}

.success-stepper span.current small {
    color: var(--blue-700);
    font-weight: 750;
}

.success-check {
    position: relative;
    width: 88px;
    height: 88px;
    margin-top: 24px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, #16b978, #09a664);
    box-shadow: 0 16px 34px rgba(18, 166, 106, .26);
    font-size: 39px;
}

.success-kicker {
    margin-top: 16px;
    color: var(--green);
    font-size: 10px;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.success-panel h1 {
    margin: 7px 0 0;
    color: var(--text);
    font-size: clamp(24px, 2.4vw, 34px);
    line-height: 1.1;
    font-weight: 760;
    letter-spacing: -.04em;
}

.success-panel > p {
    max-width: 620px;
    margin: 9px 0 0;
    color: #62748e;
    font-size: 12px;
    line-height: 1.55;
}

.success-credentials {
    width: min(100%, 650px);
    margin-top: 18px;
    overflow: hidden;
    border: 1px solid #b7cdf0;
    border-radius: 18px;
    background: #ffffff;
}

.credential-row {
    min-height: 82px;
    padding: 13px 15px;
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    text-align: left;
}

.credential-row + .credential-row {
    border-top: 1px solid #d9e5f5;
}

.username-row {
    background: linear-gradient(135deg, #f2f7ff, #ffffff);
}

.credential-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid #a8c8f4;
    border-radius: 50%;
    color: var(--blue-700);
    background: #ffffff;
    font-size: 23px;
}

.credential-icon.secure {
    color: var(--green);
    border-color: #bce4d3;
    background: #effcf7;
}

.credential-row small,
.credential-row strong {
    display: block;
}

.credential-row small {
    color: #52647f;
    font-size: 10px;
    font-weight: 650;
}

.credential-row strong {
    margin-top: 4px;
    color: var(--text);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 700;
}

.username-row strong {
    color: var(--blue-700);
    font-size: clamp(20px, 2vw, 28px);
    letter-spacing: -.03em;
}

.credential-row button {
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 11px;
    display: grid;
    place-items: center;
    color: var(--blue-700);
    background: #eaf4ff;
    cursor: pointer;
}

.credential-ok {
    color: var(--green);
    font-size: 26px;
}

.success-summary {
    width: min(100%, 650px);
    margin-top: 13px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.success-summary span {
    min-width: 0;
    padding: 11px 12px;
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    align-items: center;
    gap: 2px 8px;
    border: 1px solid #d9e5f3;
    border-radius: 13px;
    background: #f9fcff;
    text-align: left;
}

.success-summary i {
    grid-row: 1 / 3;
    color: var(--blue-700);
    font-size: 17px;
}

.success-summary b,
.success-summary small {
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.success-summary b {
    font-size: 9px;
    font-weight: 700;
}

.success-summary small {
    color: #6d7e96;
    font-size: 9px;
}

.success-protection {
    width: min(100%, 650px);
    margin-top: 13px;
    padding: 13px 15px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
    border: 1px solid #b9e5d2;
    border-radius: 14px;
    background: #effcf7;
    text-align: left;
}

.success-protection > i {
    color: var(--green);
    font-size: 29px;
}

.success-protection strong,
.success-protection span {
    display: block;
}

.success-protection strong {
    font-size: 11px;
    font-weight: 720;
}

.success-protection span {
    margin-top: 2px;
    color: #557568;
    font-size: 9px;
}

.success-actions {
    width: min(100%, 650px);
    margin-top: 15px;
    display: grid;
    gap: 9px;
}

.success-btn,
.success-secondary {
    min-height: 46px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 11.5px;
    font-weight: 720;
}

.success-btn {
    color: #ffffff;
    background: linear-gradient(135deg, var(--blue-700), var(--blue-600));
    box-shadow: 0 12px 26px rgba(7, 94, 232, .22);
}

.success-secondary {
    color: var(--blue-700);
    border: 1px solid #b4cef2;
    background: #ffffff;
    cursor: pointer;
}

.redirect-note {
    margin-top: 11px;
    color: #7a879b;
    font-size: 9px;
}

.page-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: var(--footer-h);
    padding: 0 clamp(18px, 3vw, 48px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    color: #d5e2f5;
    border-top: 1px solid rgba(126, 178, 242, .18);
    background: rgba(2, 13, 37, .86);
    backdrop-filter: blur(12px);
    font-size: 9px;
    font-style: normal;
}

.page-footer span {
    max-width: 70vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page-footer b {
    font-weight: 600;
}

.page-footer em {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #6ee7ff;
    font-style: normal;
}

.toast-region {
    position: fixed;
    right: 18px;
    top: 18px;
    z-index: 100010;
    width: min(390px, calc(100vw - 36px));
    display: grid;
    gap: 9px;
    pointer-events: none;
}

.toast {
    min-height: 62px;
    padding: 11px 12px;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 28px;
    align-items: center;
    gap: 9px;
    border: 1px solid #d6e5f7;
    border-radius: 16px;
    color: var(--text);
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 20px 55px rgba(7, 36, 90, .20);
    opacity: 0;
    transform: translateX(18px);
    pointer-events: auto;
    transition: opacity .2s ease, transform .2s ease;
}

.toast.show {
    opacity: 1;
    transform: translateX(0);
}

.toast > i {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: var(--red);
    background: #fff1f3;
    font-size: 18px;
}

.toast strong,
.toast span {
    display: block;
}

.toast strong {
    font-size: 11px;
    font-weight: 720;
}

.toast span {
    margin-top: 3px;
    color: #617692;
    font-size: 9.5px;
    line-height: 1.35;
}

.toast button {
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    border-radius: 9px;
    color: #70829a;
    background: #f2f7fd;
    cursor: pointer;
}

@media (max-width: 1500px) {
    .register-shell {
        grid-template-columns: minmax(390px, .94fr) minmax(570px, 1.06fr);
        gap: 24px;
        padding-left: 28px;
        padding-right: 28px;
    }

    .hero-content {
        padding-left: 3%;
        padding-right: 4%;
        gap: 14px;
    }

    .hero-copy {
        min-height: 235px;
    }

    .copy-slide h1 {
        font-size: clamp(54px, 5.8vw, 82px);
    }

    .trust-grid article {
        min-height: 96px;
        padding: 12px;
    }

    .feature-slide {
        padding: 15px 18px;
    }

    .register-card {
        min-height: 590px;
    }
}

@media (max-height: 820px) and (min-width: 981px) {
    :root {
        --footer-h: 36px;
    }

    .register-shell {
        padding-top: 10px;
        padding-bottom: 8px;
    }

    .hero-logos {
        min-height: 45px;
    }

    .hero-logos img {
        height: 32px;
    }

    .hero-content {
        gap: 10px;
        padding-top: 2px;
    }

    .hero-brand-row {
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 17px;
    }

    .brand-mark {
        width: 88px;
    }

    .hero-copy {
        min-height: 180px;
    }

    .copy-slide h1 {
        margin-top: 8px;
        font-size: 58px;
    }

    .copy-slide h2 {
        font-size: 20px;
    }

    .copy-slide p {
        margin-top: 8px;
        font-size: 12px;
    }

    .hero-feature {
        min-height: 88px;
    }

    .feature-slide {
        grid-template-columns: 54px minmax(0, 1fr);
        padding: 11px 15px;
    }

    .feature-slide > i {
        width: 48px;
        height: 48px;
        font-size: 23px;
    }

    .trust-grid article {
        min-height: 82px;
        padding: 9px;
    }

    .trust-grid small {
        display: none;
    }

    .register-card {
        border-radius: 24px;
    }

    .card-head {
        min-height: 75px;
        padding-top: 12px;
        padding-bottom: 7px;
    }

    .card-icon {
        width: 48px;
        height: 48px;
        font-size: 21px;
    }

    .wizard-progress {
        min-height: 62px;
        padding-bottom: 6px;
    }

    .wizard-progress button span {
        width: 32px;
        height: 32px;
    }

    .wizard-progress > i {
        margin-top: 16px;
    }

    .wizard-actions {
        min-height: 58px;
        padding-top: 8px;
        padding-bottom: 9px;
    }
}

@media (max-width: 1180px) {
    .register-shell {
        grid-template-columns: minmax(330px, .78fr) minmax(560px, 1.22fr);
    }

    .hero-brand-row {
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 18px;
    }

    .copy-slide h1 {
        font-size: 60px;
    }

    .copy-slide h2 {
        font-size: 21px;
    }

    .copy-slide p {
        font-size: 12px;
    }

    .trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .trust-grid article {
        min-height: 76px;
        border-bottom: 1px solid rgba(124, 189, 255, .18);
    }

    .trust-grid article:nth-child(2) {
        border-right: 0;
    }

    .trust-grid article:nth-child(3),
    .trust-grid article:nth-child(4) {
        border-bottom: 0;
    }

    .trust-grid small {
        display: none;
    }
}

@media (max-width: 980px) {
    body {
        overflow: auto;
    }

    .register-page {
        height: auto;
        min-height: 100dvh;
        overflow: visible;
    }

    .register-shell {
        height: auto;
        min-height: calc(100dvh - var(--footer-h));
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 16px 18px calc(var(--footer-h) + 16px);
    }

    .page-overlay {
        background: linear-gradient(180deg, rgba(2, 13, 37, .94), rgba(4, 35, 84, .72) 43%, rgba(235, 245, 255, .92) 68%, rgba(245, 249, 255, .98));
    }

    .hero-side {
        min-height: 330px;
        display: block;
    }

    .hero-logos {
        justify-content: center;
    }

    .hero-content {
        padding: 12px 8%;
    }

    .hero-brand-row {
        grid-template-columns: 110px minmax(0, 1fr);
        max-width: 820px;
        margin: 0 auto;
    }

    .brand-mark {
        width: 110px;
    }

    .hero-copy {
        min-height: 165px;
    }

    .copy-slide h1 {
        font-size: 62px;
    }

    .copy-slide h2 {
        font-size: 22px;
    }

    .copy-slide p {
        font-size: 12px;
    }

    .hero-feature,
    .trust-grid {
        display: none;
    }

    .hero-dots {
        margin-top: 8px;
    }

    .hero-arrow {
        top: 64%;
    }

    .form-side {
        display: block;
    }

    .register-card {
        width: min(100%, 820px);
        height: auto;
        min-height: 680px;
        margin: 0 auto;
        border-radius: 26px;
    }

    .register-form {
        min-height: 540px;
    }

    .wizard-viewport {
        max-height: none;
        overflow: visible;
    }

    .page-footer {
        position: absolute;
    }
}

@media (max-width: 660px) {
    :root {
        --footer-h: 48px;
    }

    .register-shell {
        padding: 10px 9px calc(var(--footer-h) + 10px);
    }

    .hero-side {
        min-height: 285px;
    }

    .hero-logos {
        gap: 7px;
        min-height: 44px;
    }

    .hero-logos img {
        height: 27px;
        max-width: 83px;
    }

    .hero-logos span {
        display: none;
    }

    .hero-content {
        padding: 14px 5% 4px;
    }

    .hero-brand-row {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 13px;
    }

    .brand-mark {
        width: 82px;
    }

    .brand-mark::after {
        inset: -11px;
    }

    .hero-copy {
        min-height: 160px;
    }

    .copy-slide > span {
        padding: 5px 9px;
        font-size: 9px;
    }

    .copy-slide h1 {
        margin-top: 8px;
        font-size: 45px;
    }

    .copy-slide h2 {
        font-size: 16px;
    }

    .copy-slide p {
        margin-top: 7px;
        font-size: 10px;
        line-height: 1.4;
    }

    .hero-arrow {
        top: 66%;
        width: 34px;
        height: 34px;
    }

    .register-card {
        min-height: 670px;
        border-radius: 22px;
    }

    .card-head {
        min-height: 82px;
        padding: 16px 15px 9px;
        grid-template-columns: 48px minmax(0, 1fr) 36px;
        gap: 10px;
    }

    .card-icon {
        width: 48px;
        height: 48px;
        font-size: 21px;
    }

    .card-head h1 {
        font-size: 20px;
    }

    .card-head p {
        font-size: 9.5px;
    }

    .head-login {
        width: 36px;
        height: 36px;
        min-height: 36px;
        padding: 0;
        justify-content: center;
    }

    .head-login span {
        display: none;
    }

    .wizard-progress {
        min-height: 66px;
        padding: 4px 10px 8px;
        gap: 3px;
    }

    .wizard-progress button {
        width: 66px;
    }

    .wizard-progress button span {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    .wizard-progress > i {
        margin-top: 16px;
    }

    .wizard-progress button small {
        font-size: 8px;
    }

    .alert {
        margin: 0 14px 8px;
    }

    .wizard-viewport {
        padding: 4px 14px 14px;
    }

    .step-head {
        padding: 12px;
        grid-template-columns: 36px minmax(0, 1fr);
    }

    .step-head > span {
        width: 36px;
        height: 36px;
        font-size: 17px;
    }

    .step-head h2 {
        font-size: 15px;
    }

    .step-head p {
        font-size: 9px;
    }

    .photo-section {
        grid-template-columns: 65px minmax(0, 1fr);
        padding: 11px;
    }

    .photo-preview {
        width: 62px;
        height: 62px;
    }

    .photo-copy p {
        font-size: 8.7px;
    }

    .photo-button {
        min-height: 31px;
        font-size: 9px;
    }

    .two-columns,
    .security-layout,
    .review-grid,
    .success-summary {
        grid-template-columns: 1fr;
    }

    .username-preview,
    .review-username {
        grid-template-columns: 34px minmax(0, 1fr);
    }

    .username-preview > strong,
    .review-username > strong {
        grid-column: 2;
        max-width: none;
    }

    .wizard-actions {
        min-height: 62px;
        padding: 9px 14px 11px;
    }

    .action-cancel,
    .action-back,
    .action-next,
    .action-submit {
        min-height: 40px;
        padding: 0 12px;
        font-size: 10px;
    }

    .action-cancel span {
        display: none;
    }

    .success-panel {
        padding: 20px 14px;
    }

    .success-stepper span {
        min-width: 56px;
    }

    .success-stepper small {
        font-size: 7.5px;
    }

    .success-check {
        width: 75px;
        height: 75px;
        margin-top: 19px;
        font-size: 33px;
    }

    .credential-row {
        grid-template-columns: 42px minmax(0, 1fr) auto;
        padding: 11px;
    }

    .credential-icon {
        width: 42px;
        height: 42px;
        font-size: 20px;
    }

    .page-footer {
        height: var(--footer-h);
        padding: 0 10px;
        gap: 8px;
        font-size: 7.5px;
    }

    .page-footer b,
    .page-footer em {
        display: none;
    }

    .page-footer span {
        max-width: 100%;
        text-align: center;
        white-space: normal;
        line-height: 1.3;
    }
}

@media (max-width: 420px) {
    .hero-side {
        min-height: 255px;
    }

    .hero-brand-row {
        grid-template-columns: 70px minmax(0, 1fr);
        gap: 10px;
    }

    .brand-mark {
        width: 70px;
    }

    .hero-copy {
        min-height: 145px;
    }

    .copy-slide h1 {
        font-size: 38px;
    }

    .copy-slide h2 {
        font-size: 14px;
    }

    .copy-slide p {
        display: none;
    }

    .wizard-progress button {
        width: 55px;
    }

    .wizard-progress button small {
        max-width: 55px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .photo-section {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .photo-button {
        margin-left: auto;
        margin-right: auto;
    }

    .action-cancel {
        display: none;
    }

    .action-next,
    .action-submit {
        margin-left: auto;
    }

    .success-stepper small {
        display: none;
    }

    .success-stepper span {
        min-width: 34px;
    }

    .username-row strong {
        font-size: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
