/* Short, parallel service statements keep the reading path easy to scan. */
.service-points{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:11px;font-size:14px;line-height:1.65;color:var(--muted)}
.service-points>li{position:relative;padding-left:15px}
.service-points>li::before{content:'';position:absolute;left:0;top:.7em;width:4px;height:4px;border-radius:50%;background:currentColor;opacity:.75}
.offer-pillars .text-link{margin-top:22px;font-size:13px}
.operation-steps{list-style:none;padding:0;margin:45px 0 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px}
.operation-steps>li{position:relative;padding-top:25px;border-top:1px solid var(--line)}
.operation-steps>li::before{content:'';position:absolute;left:0;top:-3px;width:5px;height:5px;background:var(--ink);border-radius:50%}
.operation-top{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px;color:var(--muted)}
.operation-top>span{font-size:12px}
.operation-top>svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round}
.operation-steps h3{font-size:22px;line-height:1.3;letter-spacing:-.035em;font-weight:500}
.operation-price{font-size:13px;margin-top:34px}
@media(max-width:1000px){.operation-steps{gap:25px}.operation-steps h3{font-size:20px}.service-points{font-size:13px}}
@media(max-width:700px){.operation-steps{grid-template-columns:1fr;gap:27px;margin-top:30px}.operation-top{margin-bottom:14px}.operation-steps h3{font-size:22px}.operation-steps>li{padding-top:20px}.service-points{gap:9px;margin-top:15px;font-size:14px}.offer-pillars .text-link{margin-top:17px}.operation-price{margin-top:26px}}

.growth-next-heading h2{font-size:clamp(28px,3vw,42px);line-height:1.2;letter-spacing:-.04em;font-weight:500}
.growth-next-routes h3{font-size:19px;line-height:1.4;letter-spacing:-.025em;font-weight:500;margin:0 0 16px}
@media(max-width:760px){.growth-next-heading h2{font-size:32px}.growth-next-routes h3{font-size:18px}}
@media(max-width:540px){.growth-next-routes h3{font-size:19px;margin-bottom:11px}}
