.sr-section{height:250vh;background:var(--bg,#eef2fb);font-family:'Bebas Neue',sans-serif;position:relative}
.sr-pin{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 28px;position:relative}
.sr-heading{font-size:clamp(32px,6vw,72px);letter-spacing:6px;color:var(--dark,#0d1e32);margin:0 0 20px;text-align:center;line-height:1;font-weight:400}
.sr-plus{width:40px;height:40px;border:1.5px solid rgba(13,30,50,.18);border-radius:50%;display:flex;align-items:center;justify-content:center;color:rgba(13,30,50,.35);font-size:20px;margin-bottom:28px}
.sr-words{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:4px 20px;max-width:960px;width:100%}
.sr-word{font-size:clamp(22px,4vw,50px);color:rgba(13,30,50,.06);white-space:nowrap;line-height:1.2;will-change:transform,opacity;font-weight:400;letter-spacing:2px}
.sr-word.is-active{color:var(--dark,#0d1e32)}
.sr-word .sr-line{display:block;height:5px;background:var(--sky,#21B0F3);border-radius:3px;transform:scaleX(0);transform-origin:left;transition:transform .5s ease}
.sr-word.is-active .sr-line{transform:scaleX(1)}
