/* --- Registration Specific Styles --- */

.benefit-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    font-weight: 500;
}

.benefit-icon {
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.15);
}

.auth-card {
    background: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
    text-align: left;
}

/* Specific button override for registration footer (if needed) */
.auth-card-footer .btn-soft {
    border: 1px solid var(--border);
    background: var(--surface);
    transition: all 0.2s;
}

.auth-card-footer .btn-soft:hover {
    background: var(--bg-soft);
    border-color: var(--primary-soft);
    color: var(--primary);
}
