/* Preserve Workteil styling while accommodating service and industry copy. */
.cooperation-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.cooperation-grid .benefit{display:flex;flex-direction:column;align-items:flex-start}
.cooperation-grid .benefit .text-link{margin-top:24px}
.cooperation-grid .benefit p{flex:1}
.sector-list button{font-size:clamp(18px,1.8vw,26px);line-height:1.35;gap:16px}
.sector-list button span,.sector-list button b{flex-shrink:0}
.sector-panel h3{overflow-wrap:break-word}
.detail-grid article h3{margin:28px 0 16px}
.detail-grid article p{margin-bottom:18px}
.hero h1{overflow-wrap:normal}
@media(min-width:761px){html[lang=ru] .hero h1,html[lang=lv] .hero h1{font-size:clamp(48px,5.5vw,78px)}}
@media(max-width:940px){.cooperation-grid{grid-template-columns:1fr}}
