.customer-auth-page {
    --auth-primary: #6c4cf1;
    --auth-primary-dark: #5135d9;
    --auth-ink: #19172b;
    --auth-muted: #716f82;
    background: linear-gradient(145deg, #f6f3ff 0%, #f7fbff 52%, #eefbf8 100%);
    min-height: 760px;
    overflow: hidden;
    padding: 72px 0;
    position: relative;
}

.customer-auth-page--login { padding: 90px 0; }
.customer-auth-page .container { z-index: 1; }

.customer-auth-orb {
    border-radius: 50%;
    filter: blur(2px);
    opacity: .62;
    pointer-events: none;
    position: absolute;
}

.customer-auth-orb--one {
    background: radial-gradient(circle at 35% 35%, rgba(142, 112, 255, .45), rgba(142, 112, 255, 0) 70%);
    height: 520px;
    right: -160px;
    top: -190px;
    width: 520px;
}

.customer-auth-orb--two {
    background: radial-gradient(circle at 50% 50%, rgba(45, 212, 191, .25), rgba(45, 212, 191, 0) 70%);
    bottom: -230px;
    height: 540px;
    left: -180px;
    width: 540px;
}

.customer-auth-shell {
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(108, 76, 241, .12);
    border-radius: 30px;
    box-shadow: 0 30px 90px rgba(34, 26, 81, .13);
    display: grid;
    grid-template-columns: minmax(330px, .85fr) minmax(560px, 1.35fr);
    margin: 0 auto;
    max-width: 1190px;
    overflow: hidden;
}

.customer-auth-shell--login {
    grid-template-columns: minmax(350px, .9fr) minmax(420px, 1.1fr);
    max-width: 1030px;
}

.customer-auth-story {
    background:
        radial-gradient(circle at 95% 8%, rgba(255, 255, 255, .17), transparent 28%),
        radial-gradient(circle at 0 100%, rgba(67, 211, 188, .19), transparent 35%),
        linear-gradient(145deg, #18162f 0%, #36256f 52%, #6745df 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    isolation: isolate;
    min-height: 100%;
    overflow: hidden;
    padding: 38px 44px;
    position: relative;
}

.customer-auth-story::before,
.customer-auth-story::after {
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 50%;
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: -1;
}

.customer-auth-story::before { height: 270px; right: -150px; top: 23%; width: 270px; }
.customer-auth-story::after { bottom: -105px; height: 230px; left: -95px; width: 230px; }

.customer-auth-logo { align-self: flex-start; line-height: 0; }
.customer-auth-logo .site-logo-base64 { filter: drop-shadow(0 8px 22px rgba(0, 0, 0, .13)); width: 185px; }

.customer-auth-story__content { margin: auto 0; padding: 50px 0; }

.customer-auth-badge {
    align-items: center;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    gap: 8px;
    letter-spacing: .08em;
    padding: 9px 14px;
    text-transform: uppercase;
}

.customer-auth-badge i { color: #cdbfff; font-size: 16px; }

.customer-auth-story h1 {
    color: #fff;
    font-size: clamp(32px, 3.2vw, 46px);
    letter-spacing: -.035em;
    line-height: 1.15;
    margin: 25px 0 18px;
}

.customer-auth-story__content > p { color: rgba(255, 255, 255, .72); font-size: 16px; line-height: 1.75; margin: 0; }

.customer-auth-benefits { display: grid; gap: 17px; margin: 34px 0 0; padding: 0; }
.customer-auth-benefits li { align-items: center; color: rgba(255, 255, 255, .9); display: flex; font-size: 14px; gap: 13px; list-style: none; }
.customer-auth-benefits span { align-items: center; background: rgba(255, 255, 255, .11); border: 1px solid rgba(255, 255, 255, .13); border-radius: 11px; display: flex; flex: 0 0 38px; height: 38px; justify-content: center; }
.customer-auth-benefits i { color: #d9d0ff; font-size: 20px; }

.customer-auth-back { align-items: center; align-self: flex-start; color: rgba(255, 255, 255, .7); display: inline-flex; font-size: 13px; gap: 8px; transition: color .2s, transform .2s; }
.customer-auth-back:hover { color: #fff; transform: translateX(-3px); }

.customer-auth-visual {
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 20px;
    display: grid;
    gap: 13px;
    grid-template-columns: 48px 1fr;
    margin-top: 42px;
    padding: 18px;
}

.customer-auth-visual__icon { align-items: center; background: #fff; border-radius: 14px; color: var(--auth-primary); display: flex; grid-row: span 3; height: 48px; justify-content: center; width: 48px; }
.customer-auth-visual__icon i { font-size: 20px; }
.customer-auth-visual__line { align-self: end; background: rgba(255, 255, 255, .24); border-radius: 10px; height: 7px; width: 45%; }
.customer-auth-visual__line--long { width: 72%; }
.customer-auth-visual__progress { align-self: start; background: rgba(255, 255, 255, .14); border-radius: 10px; height: 5px; overflow: hidden; width: 100%; }
.customer-auth-visual__progress i { background: #61ddc7; border-radius: inherit; display: block; height: 100%; width: 68%; }

.customer-auth-form { padding: 49px 54px; }
.customer-auth-shell--login .customer-auth-form { padding: 62px 64px; }
.customer-auth-form__heading { margin-bottom: 28px; }
.customer-auth-form__eyebrow { color: var(--auth-primary); display: block; font-size: 12px; font-weight: 800; letter-spacing: .13em; margin-bottom: 8px; text-transform: uppercase; }
.customer-auth-form h2 { color: var(--auth-ink); font-size: clamp(29px, 3vw, 38px); letter-spacing: -.035em; line-height: 1.2; margin: 0 0 9px; }
.customer-auth-form__heading p { color: var(--auth-muted); line-height: 1.6; margin: 0; }
.customer-auth-form__body { display: grid; gap: 18px; }
.customer-auth-grid { display: grid; gap: 18px; }
.customer-auth-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.customer-auth-grid--email { grid-template-columns: minmax(0, 1.35fr) minmax(170px, .65fr); }

.customer-auth-field label { color: #373448; display: block; font-size: 13px; font-weight: 700; margin: 0 0 7px; }
.customer-auth-label-row { align-items: center; display: flex; justify-content: space-between; }
.customer-auth-label-row a { color: var(--auth-primary); font-size: 13px; font-weight: 650; margin-bottom: 7px; }

.customer-auth-control { align-items: center; background: #fafafd; border: 1px solid #e4e2ec; border-radius: 13px; display: flex; min-height: 51px; padding: 0 15px; transition: border-color .2s, box-shadow .2s, background .2s; }
.customer-auth-control:focus-within { background: #fff; border-color: var(--auth-primary); box-shadow: 0 0 0 4px rgba(108, 76, 241, .1); }
.customer-auth-control > i { color: #9692a6; flex: 0 0 auto; font-size: 19px; margin-right: 11px; }
.customer-auth-control input,
.customer-auth-control select { background: transparent; border: 0; color: var(--auth-ink); font-size: 14px; height: 49px; min-width: 0; outline: 0; padding: 0; width: 100%; }
.customer-auth-control select { cursor: pointer; }
.customer-auth-control input::placeholder { color: #aaa7b5; }
.customer-auth-control--password input { padding-right: 8px; }
.customer-auth-password-toggle { background: transparent; border: 0; color: #858196; cursor: pointer; flex: 0 0 30px; font-size: 19px; height: 30px; padding: 0; }
.customer-auth-error { color: #cf394b; display: block; font-size: 12px; margin: 6px 2px 0; }
.customer-auth-alert { background: #fff2f3; border: 1px solid #ffd5da; border-radius: 12px; color: #a92838; font-size: 13px; padding: 12px 15px; }
.customer-auth-alert ul { margin: 0; padding-left: 18px; }

.customer-auth-options { align-items: center; display: flex; justify-content: space-between; }
.customer-auth-check { align-items: center; color: #646173; cursor: pointer; display: flex; font-size: 13px; gap: 9px; margin: 0; }
.customer-auth-check input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.customer-auth-check > span { align-items: center; background: #fff; border: 1px solid #d8d5e1; border-radius: 6px; display: flex; flex: 0 0 20px; height: 20px; justify-content: center; transition: .2s; }
.customer-auth-check > span i { color: transparent; font-size: 13px; font-weight: 700; }
.customer-auth-check input:checked + span { background: var(--auth-primary); border-color: var(--auth-primary); }
.customer-auth-check input:checked + span i { color: #fff; }
.customer-auth-check input:focus-visible + span { box-shadow: 0 0 0 4px rgba(108, 76, 241, .13); }
.customer-auth-check--privacy { align-items: flex-start; margin: 2px 0; }
.customer-auth-check--privacy em { color: #646173; font-style: normal; line-height: 1.5; }
.customer-auth-check--privacy a { color: var(--auth-primary); font-weight: 700; }

.customer-auth-submit { align-items: center; background: linear-gradient(105deg, var(--auth-primary-dark), #7958f5); border: 0; border-radius: 13px; box-shadow: 0 12px 25px rgba(108, 76, 241, .22); color: #fff; display: flex; font-size: 15px; font-weight: 750; justify-content: center; min-height: 54px; padding: 7px 8px; position: relative; transition: transform .2s, box-shadow .2s; width: 100%; }
.customer-auth-submit i { align-items: center; background: rgba(255, 255, 255, .16); border-radius: 10px; display: flex; font-size: 18px; height: 40px; justify-content: center; position: absolute; right: 8px; transition: transform .2s; width: 40px; }
.customer-auth-submit:hover { box-shadow: 0 16px 30px rgba(108, 76, 241, .3); color: #fff; transform: translateY(-2px); }
.customer-auth-submit:hover i { transform: translateX(2px); }

.customer-auth-switch { align-items: center; border-top: 1px solid #eeecf3; color: var(--auth-muted); display: flex; font-size: 13px; gap: 8px; justify-content: center; margin-top: 25px; padding-top: 22px; text-align: center; }
.customer-auth-switch a { color: var(--auth-primary); font-weight: 750; }
.customer-auth-switch a i { font-size: 14px; }

.customer-auth-resend { border-top: 1px solid #eeecf3; margin-top: 19px; padding-top: 18px; }
.customer-auth-resend summary { color: #777485; cursor: pointer; font-size: 12px; list-style: none; text-align: center; }
.customer-auth-resend summary::-webkit-details-marker { display: none; }
.customer-auth-resend summary i { color: var(--auth-primary); margin-right: 6px; }
.customer-auth-resend__form { display: flex; gap: 8px; margin-top: 13px; }
.customer-auth-resend__form input { border: 1px solid #e1dfe8; border-radius: 10px; font-size: 12px; min-width: 0; outline: none; padding: 10px 12px; width: 100%; }
.customer-auth-resend__form input:focus { border-color: var(--auth-primary); }
.customer-auth-resend__form button { background: #eeebff; border: 0; border-radius: 10px; color: var(--auth-primary-dark); flex: 0 0 auto; font-size: 12px; font-weight: 750; padding: 10px 13px; }

@media (max-width: 991.98px) {
    .customer-auth-page, .customer-auth-page--login { padding: 50px 0; }
    .customer-auth-shell, .customer-auth-shell--login { grid-template-columns: 1fr; max-width: 720px; }
    .customer-auth-story { min-height: auto; padding: 30px 38px; }
    .customer-auth-story__content { padding: 38px 0 28px; }
    .customer-auth-story h1 { max-width: 560px; }
    .customer-auth-benefits { grid-template-columns: repeat(3, 1fr); }
    .customer-auth-benefits li { align-items: flex-start; flex-direction: column; }
    .customer-auth-back { display: none; }
    .customer-auth-visual { display: none; }
    .customer-auth-form, .customer-auth-shell--login .customer-auth-form { padding: 45px 48px; }
}

@media (max-width: 575.98px) {
    .customer-auth-page, .customer-auth-page--login { padding: 24px 0; }
    .customer-auth-shell { border-radius: 22px; }
    .customer-auth-story { padding: 25px 24px; }
    .customer-auth-story__content { padding: 28px 0 8px; }
    .customer-auth-story h1 { font-size: 30px; margin-top: 19px; }
    .customer-auth-story__content > p { font-size: 14px; }
    .customer-auth-benefits { display: none; }
    .customer-auth-form, .customer-auth-shell--login .customer-auth-form { padding: 34px 22px; }
    .customer-auth-form__heading { margin-bottom: 24px; }
    .customer-auth-grid--two, .customer-auth-grid--email { grid-template-columns: 1fr; }
    .customer-auth-options { align-items: flex-start; flex-direction: column; gap: 13px; }
    .customer-auth-resend__form { flex-direction: column; }
    .customer-auth-resend__form button { width: 100%; }
}