.operations-showcase{padding:38px 0 44px;scroll-margin-top:76px;background:linear-gradient(180deg,#fff 0%,#fbfcfd 100%);overflow:hidden}
.operations-showcase__container{width:min(1134px,calc(100% - 52px))}
.operations-showcase__header{margin-bottom:18px}
.operations-showcase .eyebrow{display:flex;align-items:center;gap:14px;margin-bottom:10px;color:var(--orange);font-size:11px;font-weight:800;letter-spacing:.16em}
.operations-showcase .eyebrow:before{content:"";width:32px;height:2px;background:currentColor}
.operations-showcase h2{max-width:none;margin:0;color:var(--navy);font-size:clamp(32px,3.1vw,44px);font-weight:750;line-height:1.02;letter-spacing:-.045em;white-space:nowrap}
.operations-showcase__accent{color:var(--orange)}
.operations-showcase__row{margin:0 0 24px}
.operations-showcase__viewport{min-width:0;overflow:hidden;border-radius:14px}
.operations-showcase__track{display:flex;gap:12px;transform:translate3d(var(--ops-loop-from,0),0,0);will-change:transform;animation:operationsShowcaseLoop 42s linear infinite}
.operations-showcase__card{position:relative;display:flex;flex:0 0 var(--ops-card-width,calc((100% - 24px)/3));min-width:0;min-height:240px;overflow:hidden;border-radius:13px;color:#fff;background-color:#4c6678;box-shadow:0 12px 24px rgba(1,30,49,.13);isolation:isolate}
.operations-showcase__card:before{content:"";position:absolute;z-index:0;inset:0;background-image:linear-gradient(180deg,rgba(1,30,49,.03) 0%,rgba(1,30,49,.06) 46%,rgba(1,30,49,.9) 100%),var(--ops-image);background-position:center;background-size:cover;opacity:1}
.operations-showcase__card:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.2);border-radius:inherit;pointer-events:none}
.operations-showcase__card-content{position:relative;z-index:1;align-self:flex-end;width:100%;padding:18px 16px 14px}
.operations-showcase__card h3{margin:0 0 4px;font-size:17px;font-weight:750;line-height:1.08;letter-spacing:-.025em}
.operations-showcase__card p{margin:0;color:rgba(255,255,255,.94);font-size:11px;line-height:1.38}
.operations-showcase__row:last-child{margin-bottom:0}
.operations-showcase button:focus-visible{outline:3px solid rgba(242,108,62,.45);outline-offset:3px}
@keyframes operationsShowcaseLoop{from{transform:translate3d(var(--ops-loop-from,0),0,0)}to{transform:translate3d(var(--ops-loop-to,-50%),0,0)}}
@media (max-width:980px){
 .operations-showcase__container{width:calc(100% - 40px)}
 .operations-showcase h2{white-space:normal}
 .operations-showcase__card{min-height:230px}
}
@media (max-width:620px){
 .operations-showcase{padding:40px 0 46px}
 .operations-showcase__container{width:calc(100% - 30px)}
 .operations-showcase h2{font-size:clamp(38px,11vw,50px)}
 .operations-showcase__row{margin-bottom:30px}
 .operations-showcase__card{min-height:260px}
}
@media (prefers-reduced-motion:reduce){.operations-showcase__track{animation-duration:48s!important;animation-iteration-count:infinite!important}}
