.settings-page .settings-hero {
    background: linear-gradient(135deg, rgba(102,126,234,0.12), rgba(118,75,162,0.10));
    border: 1px solid rgba(0,0,0,0.06);
}

.settings-page .avatar-lg {
    width: 96px;
    height: 96px;
    object-fit: cover;
}

.settings-page .section-title {
    font-weight: 700;
}

.settings-page .form-hint {
    font-size: .85rem;
    color: #6c757d;
}

@media (max-width: 576px) {
    .settings-page .avatar-lg {
        width: 72px;
        height: 72px;
    }
}
