.startech__slider{position:relative;width:100%;max-width:600px;margin:0 auto;padding-bottom:10px}.startech__slider-controls{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;pointer-events:none;z-index:10;padding:0 20px}@media(max-width:768px){.startech__slider-controls{padding:0 15px}}.startech__slider-btn{width:48px;height:48px;border:none;border-radius:50%;background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 20px rgba(0,0,0,.1);pointer-events:auto}.startech__slider-btn:hover{background:#fff;transform:scale(1.1);box-shadow:0 6px 30px rgba(0,0,0,.15)}.startech__slider-btn:active{transform:scale(.95)}.startech__slider-btn svg{width:20px;height:20px}@media(max-width:768px){.startech__slider-btn{width:40px;height:40px}.startech__slider-btn svg{width:16px;height:16px}}.startech__slider-pagination{display:flex;justify-content:center;gap:12px;margin-top:24px;padding:0 20px}@media(max-width:768px){.startech__slider-pagination{margin-top:20px;gap:8px}}.startech__slider-pagination .swiper-pagination-bullet{width:12px;height:12px;background:rgba(0,0,0,.2);opacity:1;transition:all .3s ease}.startech__slider-pagination .swiper-pagination-bullet:hover{background:rgba(0,0,0,.4);transform:scale(1.2)}.startech__slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--primary-color);transform:scale(1.3);box-shadow:0 0 0 4px rgba(37,99,235,.2)}@media(max-width:768px){.startech__slider-pagination .swiper-pagination-bullet{width:10px;height:10px}}.startech__swiper{border-radius:16px;overflow:hidden;width:100%}.startech__swiper .swiper-slide{height:100%;display:flex;align-items:center;justify-content:center}.startech__swiper .swiper-wrapper{height:100%}.startech__slide{width:100%;position:relative;padding-bottom:70%}.startech__slide-image{width:100%;height:100%;object-fit:cover;border-radius:16px;display:block;margin:0;position:absolute;top:0;left:0;right:0;bottom:0}