.teco-carousel{--teco-accent:#f29100;--teco-ink:#18272f;--teco-gap:22px;position:relative;width:100%;margin:32px auto;font-family:inherit;color:var(--teco-ink)}
.teco-title{text-align:center;margin:0 0 28px;font-size:clamp(28px,4vw,46px);line-height:1.1;color:var(--teco-ink)}
.teco-shell{position:relative;display:flex;align-items:center;gap:12px}
.teco-viewport{width:100%;overflow:hidden;padding:4px}
.teco-track{display:flex;gap:var(--teco-gap);transition:transform .55s cubic-bezier(.22,.61,.36,1);will-change:transform;touch-action:pan-y}
.teco-card{flex:0 0 calc((100% - 3 * var(--teco-gap))/4);min-width:0;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 8px 26px rgba(20,39,48,.12);border:1px solid rgba(20,39,48,.08)}
.teco-carousel .teco-photo-wrap{display:block;width:100%;aspect-ratio:1/1;overflow:hidden;background:#eef1f2}
.teco-carousel .teco-photo{display:block;width:100%!important;height:100%!important;max-width:none!important;aspect-ratio:1/1;object-fit:cover;object-position:center;transition:transform .45s ease}
.teco-card:hover .teco-photo{transform:scale(1.035)}
.teco-info{padding:19px 18px 22px;text-align:center}
.teco-info h3{font-size:20px;line-height:1.2;margin:0 0 7px;color:var(--teco-ink)}
.teco-company{margin:0 0 7px;color:var(--teco-accent);font-weight:750;font-size:15px;text-transform:uppercase;letter-spacing:.035em}
.teco-role{margin:0;color:#56666e;font-size:14px;line-height:1.45;min-height:41px}
.teco-carousel .teco-arrow{box-sizing:border-box!important;flex:0 0 24px!important;width:24px!important;height:24px!important;min-width:0!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:#bfe0c1!important;color:#24593f!important;font-size:12px!important;font-weight:700!important;line-height:1!important;cursor:pointer;box-shadow:none!important;transition:transform .2s}
.teco-carousel .teco-arrow:hover,.teco-carousel .teco-arrow:focus-visible{background:#bfe0c1!important;color:#24593f!important;transform:scale(1.06);outline:2px solid rgba(36,89,63,.22);outline-offset:2px}
@media(max-width:1024px){.teco-card{flex-basis:calc((100% - 2 * var(--teco-gap))/3)}}
@media(max-width:767px){.teco-carousel{--teco-gap:16px}.teco-card{flex-basis:calc((100% - var(--teco-gap))/2)}.teco-carousel .teco-arrow{position:absolute!important;z-index:2;top:35%;width:22px!important;height:22px!important;flex-basis:22px!important;font-size:11px!important}.teco-prev{left:-3px}.teco-next{right:-3px}.teco-shell{gap:0}.teco-info{padding:15px 12px 18px}.teco-info h3{font-size:17px}}
@media(max-width:479px){.teco-card{flex-basis:100%}.teco-title{margin-bottom:20px}.teco-arrow{top:39%}.teco-role{min-height:0}}
@media(prefers-reduced-motion:reduce){.teco-track,.teco-photo,.teco-arrow{transition:none!important}}
