/* Client account login / register — matches public site modals (navy + gold) */
.eob-account-section {
    padding: 48px 0 80px;
    background: linear-gradient(180deg, #f4f6fa 0%, #eef2f8 100%);
}

.eob-account-card {
    --eob-acc-navy: #081c3a;
    --eob-acc-navy-mid: #1a2b48;
    --eob-acc-gold: #c5a059;
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
    box-shadow:
        0 30px 80px rgba(8, 28, 58, 0.14),
        0 0 0 1px rgba(26, 43, 72, 0.06);
}

.eob-account-card__header {
    padding: 32px 32px 28px;
    background:
        radial-gradient(520px 220px at 100% -10%, rgba(197, 160, 89, 0.28), transparent 58%),
        radial-gradient(380px 180px at 0% 120%, rgba(255, 255, 255, 0.06), transparent 55%),
        linear-gradient(145deg, var(--eob-acc-navy) 0%, var(--eob-acc-navy-mid) 58%, #243a5c 100%);
    border-bottom: 3px solid var(--eob-acc-gold);
    color: #fff;
    text-align: center;
}

.eob-account-card__logo {
    max-width: 150px;
    height: auto;
    margin: 0 auto 16px;
    display: block;
}

.eob-account-card__eyebrow {
    display: block;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--eob-acc-gold);
    font-weight: 700;
    margin-bottom: 8px;
}

.eob-account-card__title {
    font-size: 1.85rem;
    font-weight: 700;
    margin: 0 0 10px;
    color: #fff;
}

.eob-account-card__sub {
    margin: 0;
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.55;
}

.eob-account-card__body {
    padding: 32px;
}

.eob-account-field {
    margin-bottom: 1.15rem;
}

.eob-account-field label {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a2b48;
    margin-bottom: 0.45rem;
}

.eob-account-optional {
    font-weight: 500;
    color: #64748b;
    font-size: 0.82rem;
}

.eob-account-field__control {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(26, 43, 72, 0.14);
    border-radius: 12px;
    background: #f8fafc;
    padding: 0 16px;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.eob-account-field__control:focus-within {
    border-color: #c5a059;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(197, 160, 89, 0.18);
}

.eob-account-field__control i {
    color: #64748b;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.eob-account-field__control input,
.eob-account-field__control select {
    flex: 1;
    border: 0;
    background: transparent;
    padding: 14px 0;
    font-size: 1.05rem;
    color: #14213d;
    outline: none;
    min-width: 0;
}

.eob-account-field__control select {
    appearance: none;
    cursor: pointer;
    height: 52px;
}

.eob-account-field__control input::placeholder {
    color: #94a3b8;
}

.eob-account-field__control--code input {
    letter-spacing: 0.35em;
    font-weight: 700;
    text-align: center;
}

.eob-account-hint {
    margin: 0.45rem 0 0;
    font-size: 0.92rem;
    color: #64748b;
    line-height: 1.45;
}

.eob-account-form-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin: 1rem 0 1.35rem;
}

.eob-account-check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 0.98rem;
    color: #475569;
}

.eob-account-check input {
    width: 1.05rem;
    height: 1.05rem;
    accent-color: #1a2b48;
}

.eob-account-forgot {
    font-size: 0.98rem;
    font-weight: 600;
    color: #1a3a6b;
    text-decoration: none;
}

.eob-account-forgot:hover {
    color: #c5a059;
}

.eob-account-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    border: 0;
    border-radius: 12px;
    padding: 16px 20px;
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--eob-acc-navy);
    background: linear-gradient(135deg, #d4b06a 0%, #c5a059 48%, #b8924f 100%);
    box-shadow: 0 10px 24px rgba(197, 160, 89, 0.35);
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
}

.eob-account-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(197, 160, 89, 0.42);
    color: var(--eob-acc-navy);
}

.eob-recaptcha-note {
    margin: 10px 0 0;
    font-size: 12px;
    color: #8a93a3;
    text-align: center;
}

.eob-account-footer {
    margin-top: 1.35rem;
    padding-top: 1.35rem;
    border-top: 1px solid rgba(26, 43, 72, 0.08);
    text-align: center;
    font-size: 1rem;
    color: #64748b;
}

.eob-account-footer a {
    color: #1a3a6b;
    font-weight: 700;
    text-decoration: none;
}

.eob-account-footer a:hover {
    color: #c5a059;
}

.eob-account-back-site {
    display: none;
}

@media (max-width: 991.98px) {
    .eob-account-back-site {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.45rem;
        width: 100%;
        margin-top: 1rem;
        padding: 0.85rem 1rem;
        border-radius: 999px;
        border: 1px solid rgba(26, 58, 107, 0.18);
        background: #f5f7fb;
        color: #1a3a6b;
        font-size: 0.95rem;
        font-weight: 700;
        text-decoration: none;
        line-height: 1.2;
    }

    .eob-account-back-site:hover {
        background: #eef2f8;
        color: #081c3a;
        border-color: rgba(197, 160, 89, 0.55);
    }

    .eob-account-back-site i {
        font-size: 1.1rem;
    }
}

.eob-account-alert {
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 1.15rem;
    font-size: 0.98rem;
    line-height: 1.45;
}

.eob-account-alert--error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.eob-account-alert--success {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #065f46;
}

/* Benefits panel */
.eob-account-benefits {
    width: 100%;
}

.eob-account-benefits__panel {
    padding: 28px 26px;
    border-radius: 22px;
    background:
        radial-gradient(420px 180px at 100% 0%, rgba(197, 160, 89, 0.22), transparent 55%),
        linear-gradient(155deg, #081c3a 0%, #1a2b48 52%, #243a5c 100%);
    border: 1px solid rgba(197, 160, 89, 0.35);
    box-shadow: 0 24px 60px rgba(8, 28, 58, 0.18);
    color: #fff;
}

.eob-account-benefits__eyebrow {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #c5a059;
    font-weight: 700;
    margin-bottom: 8px;
}

.eob-account-benefits__title {
    font-size: 1.55rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
    line-height: 1.25;
}

.eob-account-benefits__intro {
    margin: 0 0 22px;
    font-size: 1.02rem;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.55;
}

.eob-account-benefits__grid {
    display: grid;
    gap: 14px;
}

.eob-account-benefits__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: background 0.2s, border-color 0.2s;
}

.eob-account-benefits__item:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(197, 160, 89, 0.35);
}

.eob-account-benefits__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    flex-shrink: 0;
    background: rgba(197, 160, 89, 0.18);
    color: #e8c882;
    font-size: 1.35rem;
}

.eob-account-benefits__item strong {
    display: block;
    font-size: 1.02rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}

.eob-account-benefits__item p {
    margin: 0;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.45;
}

@media (max-width: 991px) {
    .eob-account-benefits {
        margin-top: 0.5rem;
    }
}

@media (max-width: 767px) {
    .eob-account-section {
        padding: 32px 0 56px;
    }

    .eob-account-card__header {
        padding: 26px 22px 22px;
    }

    .eob-account-card__title {
        font-size: 1.55rem;
    }

    .eob-account-card__sub {
        font-size: 0.98rem;
    }

    .eob-account-card__body {
        padding: 24px 18px;
    }

    .eob-account-benefits__title {
        font-size: 1.35rem;
    }
}
