.hslSection { padding: 44px 24px 56px; background: #f8fafc; border-top: 1px solid #e2e8f0; }
.hslInner { max-width: 1080px; margin: 0 auto; text-align: center; }
.hslTitle { font-family: 'Manrope', sans-serif; font-size: 22px; font-weight: 800; color: #0f172a; margin: 0 0 8px; letter-spacing: -0.2px; }
.hslSubtitle { font-size: 16px; font-weight: 500; color: #334155; margin: 0 0 18px; line-height: 1.6; }
.hslLinks { margin: 0; line-height: 2.1; font-size: 15px; font-weight: 600; }
.hslLinks a { color: #047857; text-decoration: none; white-space: nowrap; transition: color 0.2s ease; }
.hslLinks a:hover { color: #065f46; text-decoration: underline; }
.hslCurrent { color: #0f172a; white-space: nowrap; }
.hslLinks a:not(:last-child)::after,
.hslCurrent:not(:last-child)::after { content: '\00B7'; color: #cbd5e1; margin: 0 10px; text-decoration: none; display: inline-block; }
@media (max-width: 600px) {
    .hslSection { padding: 36px 16px 44px; }
    .hslTitle { font-size: 20px; }
    .hslSubtitle { font-size: 16px; }
    .hslLinks { font-size: 14px; line-height: 2.2; }
    .hslLinks a:not(:last-child)::after,
    .hslCurrent:not(:last-child)::after { margin: 0 7px; }
}
