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