.profile-visual { position: relative; }

.experience-badge {
    position: absolute;
    bottom: -17px;
    left: -37px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 11px 15px;
    border: 3px solid var(--paper);
    border-radius: 14px;
    background: var(--ink);
    color: #fff;
    box-shadow: 0 8px 18px #16152a32;
}

.experience-badge strong { color: var(--yellow); font: 800 1.65rem Outfit; line-height: 1; }
.experience-badge span { font-size: .67rem; font-weight: 700; line-height: 1.15; }

@media (max-width: 800px) {
    .experience-badge { bottom: -12px; left: -23px; padding: 9px 12px; }
    .experience-badge strong { font-size: 1.35rem; }
}
