.lfps-profile-header { margin: 0 0 32px; }
.lfps-profile-name { font-size: clamp(1.8rem, 4vw, 2.6rem); margin: 0 0 6px; color: #111; font-weight: 700; letter-spacing: -0.02em; }
.lfps-profile-title { color: #503AA8; font-weight: 600; margin: 0 0 16px; font-size: 1.05rem; }
.lfps-profile-bio { color: #333; line-height: 1.7; font-size: 1.05rem; max-width: 65ch; }
.lfps-profile-contact a { display: inline-flex; align-items: center; gap: 8px; color: #503AA8; text-decoration: none; font-weight: 500; }
.lfps-profile-contact a:hover { text-decoration: underline; }

.lfps-profile-formacao { margin: 32px 0; }
.lfps-profile-formacao h2 { font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: #686868; margin: 0 0 14px; }
.lfps-profile-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.lfps-profile-list li { background: #FBFAF3; border-left: 4px solid #503AA8; padding: 14px 18px; border-radius: 6px; }
.lfps-tag { display: inline-block; background: #F6CFF4; color: #503AA8; font-size: 0.75rem; font-weight: 700; padding: 2px 10px; border-radius: 999px; margin-right: 8px; vertical-align: middle; }

.lfps-profile-links { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0; }
.lfps-link { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; background: #fff; border: 1px solid #e4e4e4; border-radius: 999px; color: #503AA8; text-decoration: none; font-size: 0.9rem; font-weight: 500; transition: all 0.15s ease; }
.lfps-link:hover { background: #503AA8; color: #fff; border-color: #503AA8; transform: translateY(-1px); }
.lfps-link--lattes, .lfps-link--orcid, .lfps-link--scholar { background: #F6CFF4; border-color: #F6CFF4; color: #503AA8; }
.lfps-link--lattes:hover, .lfps-link--orcid:hover, .lfps-link--scholar:hover { background: #503AA8; color: #fff; border-color: #503AA8; }
