:root {
    --vorik-navy-950: #061426;
    --vorik-navy-900: #071a33;
    --vorik-navy-800: #0c2749;
    --vorik-blue: #2864f0;
    --vorik-yellow: #ffc629;
    --vorik-white: #ffffff;
    --vorik-surface: #f3f7fc;
    --vorik-ink: #10233f;
    --vorik-muted: #6d7d92;
    --vorik-line: #d9e3ee;
    --vorik-danger: #c93b4d;
    --vorik-success: #12845a;
}

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

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

body {
    color: var(--vorik-ink);
    background: var(--vorik-surface);
    font-family:
        Inter,
        Manrope,
        ui-sans-serif,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    -webkit-font-smoothing: antialiased;
}

button,
input,
select {
    font: inherit;
}

.vorik-recovery-page {
    display: grid;
    grid-template-columns:
        minmax(410px, 0.88fr)
        minmax(520px, 1.12fr);
    min-height: 100vh;
}

.vorik-recovery-showcase {
    position: relative;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    overflow: hidden;
    padding: 32px clamp(36px, 5vw, 72px);
    color: var(--vorik-white);
    background:
        radial-gradient(
            circle at 85% 18%,
            rgba(49, 95, 210, 0.3),
            transparent 31rem
        ),
        linear-gradient(145deg, #061426, #0a2444);
}

.vorik-recovery-glow {
    position: absolute;
    right: -220px;
    bottom: 3%;
    width: 560px;
    height: 560px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    box-shadow:
        0 0 0 75px rgba(255, 255, 255, 0.02),
        0 0 0 150px rgba(255, 255, 255, 0.014);
}

.vorik-recovery-brand {
    position: relative;
    z-index: 3;
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
}

.vorik-recovery-brand-mark {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 15px;
    color: #071a33;
    background:
        linear-gradient(145deg, #ffda66, var(--vorik-yellow));
    box-shadow:
        0 15px 34px rgba(255, 198, 41, 0.2);
    font-size: 23px;
    font-weight: 950;
}

.vorik-recovery-brand > span:last-child {
    display: flex;
    flex-direction: column;
}

.vorik-recovery-brand strong {
    font-size: 22px;
    letter-spacing: 0.09em;
}

.vorik-recovery-brand small {
    margin-top: 4px;
    font-size: 10px;
    font-weight: 650;
    letter-spacing: 0.15em;
    opacity: 0.66;
    text-transform: uppercase;
}

.vorik-recovery-showcase-content {
    position: relative;
    z-index: 3;
    max-width: 590px;
    margin: auto 0;
    padding: 65px 0 230px;
}

.vorik-recovery-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--vorik-yellow);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.vorik-recovery-kicker i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--vorik-yellow);
    box-shadow:
        0 0 0 7px rgba(255, 198, 41, 0.12);
}

.vorik-recovery-showcase h1 {
    margin: 28px 0 18px;
    font-size: clamp(43px, 4.2vw, 67px);
    font-weight: 850;
    letter-spacing: -0.052em;
    line-height: 1.02;
}

.vorik-recovery-showcase-intro {
    max-width: 540px;
    margin: 0;
    color: #bccce0;
    font-size: 17px;
    line-height: 1.65;
}

.vorik-recovery-benefits {
    display: grid;
    gap: 18px;
    margin-top: 34px;
}

.vorik-recovery-benefits article {
    display: flex;
    align-items: flex-start;
    gap: 13px;
}

.vorik-recovery-benefits article > span {
    display: grid;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    place-items: center;
    border-radius: 50%;
    color: var(--vorik-navy-950);
    background: var(--vorik-yellow);
    font-size: 12px;
    font-weight: 900;
}

.vorik-recovery-benefits strong {
    display: block;
    font-size: 13px;
}

.vorik-recovery-benefits p {
    margin: 5px 0 0;
    color: #98adc7;
    font-size: 11px;
    line-height: 1.5;
}

.vorik-recovery-visual {
    position: absolute;
    right: 8%;
    bottom: 55px;
    left: 8%;
    height: 210px;
}

.vorik-recovery-envelope {
    position: absolute;
    left: 50%;
    bottom: 12px;
    width: 230px;
    height: 145px;
    transform: translateX(-50%);
    filter:
        drop-shadow(0 25px 34px rgba(0, 0, 0, 0.35));
}

.vorik-recovery-envelope-body {
    position: absolute;
    inset: 28px 0 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    background:
        linear-gradient(145deg, #123a66, #07182c);
}

.vorik-recovery-envelope-flap {
    position: absolute;
    top: 12px;
    left: 21px;
    z-index: 2;
    width: 188px;
    height: 120px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background:
        linear-gradient(145deg, #205182, #0a2442);
    clip-path: polygon(0 0, 100% 0, 50% 74%);
}

.vorik-recovery-lock {
    position: absolute;
    top: 73px;
    left: 92px;
    z-index: 4;
    display: grid;
    width: 47px;
    height: 47px;
    place-items: center;
    border-radius: 50%;
    color: var(--vorik-navy-950);
    background: var(--vorik-yellow);
    box-shadow:
        0 12px 28px rgba(255, 198, 41, 0.3);
}

.vorik-recovery-channel {
    position: absolute;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    color: var(--vorik-yellow);
    background: rgba(6, 20, 38, 0.75);
    box-shadow:
        0 14px 30px rgba(0, 0, 0, 0.22);
    font-size: 13px;
    font-weight: 900;
}

.vorik-recovery-channel.is-email {
    top: 18px;
    left: 13%;
    width: 46px;
    height: 46px;
}

.vorik-recovery-channel.is-whatsapp {
    top: 8px;
    right: 13%;
    width: 48px;
    height: 48px;
}

.vorik-recovery-channel.is-sms {
    right: 3%;
    bottom: 18px;
    width: 58px;
    height: 38px;
    font-size: 10px;
}

.vorik-recovery-panel {
    display: flex;
    min-width: 0;
    min-height: 100vh;
    flex-direction: column;
    padding:
        28px clamp(30px, 6vw, 90px)
        28px;
    background:
        radial-gradient(
            circle at 84% 8%,
            rgba(37, 99, 235, 0.1),
            transparent 24rem
        ),
        #f5f8fc;
}

.vorik-recovery-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vorik-recovery-home {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--vorik-muted);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.vorik-recovery-home span {
    font-size: 24px;
}

.vorik-recovery-language {
    display: inline-flex;
    gap: 3px;
    padding: 4px;
    border: 1px solid var(--vorik-line);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.82);
}

.vorik-recovery-language a {
    min-width: 39px;
    padding: 8px;
    border-radius: 8px;
    color: var(--vorik-muted);
    font-size: 11px;
    font-weight: 850;
    text-align: center;
    text-decoration: none;
}

.vorik-recovery-language a.is-active {
    color: #fff;
    background: var(--vorik-navy-900);
    box-shadow:
        0 6px 14px rgba(7, 26, 51, 0.16);
}

.vorik-recovery-card {
    width: min(100%, 560px);
    margin: auto;
    padding: clamp(30px, 4vw, 48px);
    border: 1px solid rgba(218, 227, 237, 0.9);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow:
        0 28px 76px rgba(6, 20, 38, 0.12);
}

.vorik-recovery-heading {
    text-align: center;
}

.vorik-recovery-heading-icon {
    display: grid;
    width: 48px;
    height: 48px;
    margin: 0 auto 14px;
    place-items: center;
    border-radius: 15px;
    color: #d79d00;
    background: #fff8db;
    font-size: 22px;
}

.vorik-recovery-heading h2 {
    margin: 0;
    color: var(--vorik-navy-950);
    font-size: clamp(30px, 3vw, 39px);
    letter-spacing: -0.04em;
}

.vorik-recovery-heading p {
    margin: 12px auto 0;
    max-width: 440px;
    color: var(--vorik-muted);
    font-size: 13px;
    line-height: 1.65;
}

.vorik-recovery-channels {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
    margin: 28px 0 22px;
    padding: 5px;
    border: 1px solid var(--vorik-line);
    border-radius: 16px;
    background: #f4f7fb;
}

.vorik-recovery-channels button {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 0;
    border-radius: 12px;
    color: var(--vorik-muted);
    background: transparent;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
    transition:
        color 180ms ease,
        background 180ms ease,
        box-shadow 180ms ease;
}

.vorik-recovery-channels button span {
    font-size: 12px;
    font-weight: 950;
}

.vorik-recovery-channels button.is-active {
    color: var(--vorik-navy-950);
    background: #fff;
    box-shadow:
        0 7px 20px rgba(6, 20, 38, 0.09);
}

.vorik-recovery-form {
    display: grid;
    gap: 19px;
}

.vorik-recovery-field {
    display: grid;
    gap: 8px;
}

.vorik-recovery-field[hidden] {
    display: none;
}

.vorik-recovery-field label {
    color: var(--vorik-ink);
    font-size: 12px;
    font-weight: 780;
}

.vorik-recovery-control {
    position: relative;
    display: flex;
    align-items: center;
}

.vorik-recovery-control > span {
    position: absolute;
    left: 16px;
    z-index: 2;
    color: #8393a7;
    font-size: 14px;
    font-weight: 800;
}

.vorik-recovery-control input {
    width: 100%;
    min-height: 55px;
    padding: 0 17px 0 47px;
    border: 1px solid var(--vorik-line);
    border-radius: 14px;
    outline: none;
    color: var(--vorik-ink);
    background: #fff;
    font-size: 14px;
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.vorik-recovery-control input:focus {
    border-color: var(--vorik-blue);
    box-shadow:
        0 0 0 4px rgba(37, 99, 235, 0.11);
}

.vorik-recovery-control input::placeholder {
    color: #a4b1c2;
}

.vorik-recovery-error {
    display: none;
    min-height: 15px;
    color: var(--vorik-danger);
    font-size: 10px;
    font-weight: 700;
}

.vorik-recovery-field.is-invalid
    .vorik-recovery-error {
    display: block;
}

.vorik-recovery-field.is-invalid
    .vorik-recovery-control input {
    border-color: var(--vorik-danger);
    box-shadow:
        0 0 0 4px rgba(197, 47, 63, 0.08);
}

.vorik-recovery-submit {
    display: flex;
    min-height: 55px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 0;
    border-radius: 14px;
    color: var(--vorik-navy-950);
    background:
        linear-gradient(
            135deg,
            #ffd85e,
            var(--vorik-yellow)
        );
    box-shadow:
        0 14px 30px rgba(255, 198, 41, 0.28);
    font-size: 14px;
    font-weight: 850;
    cursor: pointer;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease;
}

.vorik-recovery-submit:hover {
    transform: translateY(-2px);
    box-shadow:
        0 18px 36px rgba(255, 198, 41, 0.36);
}

.vorik-recovery-submit:disabled {
    cursor: wait;
    opacity: 0.8;
    transform: none;
}

.vorik-recovery-back {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 23px;
    color: var(--vorik-blue);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.vorik-recovery-notice {
    margin: 18px 0 0;
    color: #93a0b0;
    font-size: 10px;
    line-height: 1.55;
    text-align: center;
}

.vorik-recovery-alert,
.vorik-recovery-success {
    margin-top: 21px;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 700;
}

.vorik-recovery-alert {
    border: 1px solid #fecdd3;
    color: var(--vorik-danger);
    background: #fff1f2;
}

.vorik-recovery-success {
    border: 1px solid #a7f3d0;
    color: var(--vorik-success);
    background: #ecfdf5;
}

.vorik-recovery-alert[hidden],
.vorik-recovery-success[hidden] {
    display: none;
}

.vorik-recovery-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding-top: 22px;
    color: #8997a9;
    font-size: 11px;
}

.vorik-recovery-footer a {
    color: var(--vorik-blue);
    font-weight: 750;
    text-decoration: none;
}

@media (max-width: 980px) {
    .vorik-recovery-page {
        grid-template-columns:
            360px minmax(500px, 1fr);
    }

    .vorik-recovery-showcase {
        padding-right: 28px;
        padding-left: 28px;
    }

    .vorik-recovery-showcase h1 {
        font-size: 45px;
    }
}

@media (max-width: 820px) {
    .vorik-recovery-page {
        display: block;
    }

    .vorik-recovery-showcase {
        display: none;
    }

    .vorik-recovery-panel {
        min-height: 100vh;
        padding: 20px;
    }
}

@media (max-width: 520px) {
    .vorik-recovery-card {
        padding: 28px 19px;
        border-radius: 23px;
    }

    .vorik-recovery-channels {
        gap: 4px;
    }

    .vorik-recovery-channels button {
        padding: 0 6px;
        font-size: 10px;
    }
}
