.client-auth-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 100dvh;
    font-family: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif;
}

.client-auth-split__promo {
    background-color: #f3f4f6;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 2.5rem 2.5rem 3rem;
    min-height: 100dvh;
}

.client-auth-split__form {
    background-color: #ffffff;
    display: flex;
    align-items: stretch;
    justify-content: center;
    overflow-y: auto;
}

.client-auth-split__main {
    width: 100%;
    max-width: 28rem;
    margin: 0 auto;
    padding: 2.5rem 2rem 3rem;
}

.client-auth-split__main:has(.client-auth-form-shell--register) {
    max-width: 42rem;
}

.client-auth-promo {
    width: 100%;
    max-width: 32rem;
}

.client-auth-promo__inner {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.client-auth-promo__eyebrow {
    font-family: 'Montserrat', ui-sans-serif, system-ui, sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6b7280;
    margin: 0;
}

.client-auth-promo__headline {
    font-family: 'Montserrat', ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(1.75rem, 2.5vw, 2.25rem);
    font-weight: 700;
    line-height: 1.2;
    color: #111827;
    margin: 0;
}

.client-auth-promo__headline-accent {
    color: #057c21;
}

.client-auth-promo__description {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #4b5563;
    margin: 0;
}

.client-auth-promo__logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem 2rem;
    list-style: none;
    margin: 0.5rem 0 0;
    padding: 0;
}

.client-auth-promo__logo {
    font-family: 'Montserrat', ui-sans-serif, system-ui, sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #9ca3af;
    letter-spacing: 0.02em;
}

.client-auth-promo__testimonial {
    background-color: #ffffff;
    border-radius: 0.75rem;
    box-shadow: 0 4px 24px rgba(17, 24, 39, 0.08);
    padding: 1.5rem 1.75rem;
    margin: 0.5rem 0 0;
}

.client-auth-promo__quote-icon {
    width: 2rem;
    height: 2rem;
    color: #057c21;
    margin-bottom: 0.75rem;
}

.client-auth-promo__quote {
    margin: 0;
}

.client-auth-promo__quote p {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #374151;
    margin: 0;
}

.client-auth-promo__author {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    margin-top: 1.25rem;
    font-size: 0.8125rem;
    color: #6b7280;
}

.client-auth-promo__author strong {
    color: #111827;
    font-weight: 600;
}

.client-auth-form-shell {
    width: 100%;
}

.client-auth-form-header {
    text-align: center;
    margin-bottom: 1.75rem;
}

.client-auth-form-header__logo {
    height: auto;
    width: min(85vw, 18rem);
    max-width: 100%;
    margin: 0 auto 1.75rem;
    object-fit: contain;
}

.client-auth-form-header__title {
    font-family: 'Montserrat', ui-sans-serif, system-ui, sans-serif;
    font-size: 1.375rem;
    font-weight: 500;
    color: #111827;
    margin: 0 0 0.5rem;
    line-height: 1.35;
}

.client-auth-form-header__title strong {
    font-weight: 700;
}

.client-auth-form-header__title-separator {
    font-weight: 400;
    color: #6b7280;
    margin: 0 0.25rem;
}

.client-auth-form-header__title-link {
    color: #057c21;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.15s ease;
}

.client-auth-form-header__title-link:hover,
.client-auth-form-header__title-link:focus-visible {
    color: #04651b;
    text-decoration: none;
}

.client-auth-form-header__description {
    font-size: 0.875rem;
    line-height: 1.55;
    color: #6b7280;
    margin: 0;
}

.client-auth-form-shell__body .fi-sc {
    gap: 1rem;
}

.client-auth-form-shell__body .fi-section {
    border: none;
    box-shadow: none;
    background: transparent;
    --tw-ring-shadow: 0 0 #0000;
}

.client-auth-form-shell__body .fi-section-header {
    padding-bottom: 0.5rem;
}

.client-auth-form-shell__body .fi-section-header-heading {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #374151;
}

.client-auth-form-shell__body .fi-section-header-description {
    font-size: 0.8125rem;
    color: #6b7280;
}

.client-auth-form-shell__body .fi-fo-field-wrp-label label {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #374151;
}

.client-auth-form-shell__body .fi-input-wrp {
    border-radius: 0.375rem;
    border-color: #d1d5db;
}

.client-auth-form-shell__body .fi-input-wrp:focus-within {
    border-color: #057c21;
    --tw-ring-color: rgba(5, 124, 33, 0.2);
}

.client-auth-form-shell__body .fi-fo-checkbox-list,
.client-auth-form-shell__body .fi-fo-field-wrp:has(.fi-fo-checkbox) {
    margin-top: 0.25rem;
}

.client-auth-form-shell__body .fi-btn.fi-color-primary {
    background-color: #057c21;
    border-color: #057c21;
    color: #fffef6;
    font-weight: 600;
    border-radius: 0.375rem;
    padding-block: 0.625rem;
    box-shadow: 0 4px 14px rgba(5, 124, 33, 0.35);
    transition: background-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.client-auth-form-shell__body .fi-btn.fi-color-primary:hover {
    background-color: #04651b;
    border-color: #04651b;
    box-shadow: 0 6px 20px rgba(5, 124, 33, 0.45);
    transform: translateY(-1px);
}

.client-auth-form-shell__body .fi-ac-actions {
    margin-top: 0.5rem;
}

.client-auth-form-shell__body .fi-link {
    color: #057c21;
}

.client-auth-form-shell__body .fi-link:hover {
    color: #04651b;
}

.client-auth-split .fi-simple-layout,
.client-auth-split .fi-simple-main-ctn,
.client-auth-split .fi-simple-main {
    min-height: unset;
    padding: 0;
    max-width: none;
    width: 100%;
}

@media (max-width: 1023px) {
    .client-auth-split {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
    }

    .client-auth-split__promo {
        padding: 2rem 1.5rem 2.5rem;
        min-height: auto;
    }

    .client-auth-promo__testimonial {
        display: none;
    }

    .client-auth-split__main {
        padding: 2rem 1.25rem 2.5rem;
    }
}

@media (max-width: 639px) {
    .client-auth-promo__logos {
        gap: 0.75rem 1.25rem;
    }

    .client-auth-promo__logo {
        font-size: 0.75rem;
    }
}
