.sclSection {
    padding: 40px 24px 52px;
    background: linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
    border-top: 1px solid #e2e8f0;
}
.sclInner {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
}
.sclGroup + .sclGroup {
    margin-top: 34px;
    padding-top: 30px;
    border-top: 1px solid rgba(30, 58, 138, 0.08);
}
.sclTitle {
    font-family: 'Plus Jakarta Sans', 'Manrope', 'Inter', system-ui, sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #0b1220;
    margin: 0 0 8px;
    letter-spacing: -0.2px;
}
.sclIntro {
    font-size: 16px;
    font-weight: 500;
    color: #3f4d66;
    margin: 0 0 16px;
    line-height: 1.6;
}
.sclLinks {
    margin: 0;
    line-height: 2.1;
    font-size: 15px;
    font-weight: 600;
}
.sclLinks a {
    color: #1d4ed8;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease;
}
.sclLinks a:hover {
    color: #1e40af;
    text-decoration: underline;
}
.sclCurrent {
    color: #0b1220;
    white-space: nowrap;
}
.sclLinks a:not(:last-child)::after,
.sclCurrent:not(:last-child)::after {
    content: '\00B7';
    color: #cbd5e1;
    margin: 0 10px;
    text-decoration: none;
    display: inline-block;
}
@media (max-width: 600px) {
    .sclSection { padding: 34px 16px 42px; }
    .sclGroup + .sclGroup { margin-top: 28px; padding-top: 24px; }
    .sclTitle { font-size: 20px; }
    .sclIntro { font-size: 15px; }
    .sclLinks { font-size: 14px; line-height: 2.2; }
    .sclLinks a:not(:last-child)::after,
    .sclCurrent:not(:last-child)::after { margin: 0 7px; }
}
