.acs-wrapper { position: relative; width: 100%; overflow: hidden; }
.acs-swiper  { width: 100%; overflow: visible; position: relative; }
.acs-swiper .swiper-wrapper { display: flex; align-items: flex-start; }
.acs-swiper .swiper-slide {
    flex-shrink: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: opacity 0.4s ease;
}
.acs-slide-img-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.acs-slide-img {
    width: 100%;
    height: 100%;
    display: block;
}
.acs-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    line-height: 1;
}
.acs-slide-content {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.acs-headline, .acs-desc { width: 100%; margin: 0; box-sizing: border-box; }
.acs-btn-wrap { width: 100%; box-sizing: border-box; }
.acs-btn {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, padding 0.3s ease;
    box-sizing: border-box;
}
.acs-nav-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    z-index: 20;
    box-sizing: border-box;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.acs-nav-btn:focus-visible { outline: 2px solid #000; outline-offset: 2px; }
.acs-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    position: static !important;
    flex-wrap: wrap;
}
.acs-pagination .swiper-pagination-bullet {
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
    box-sizing: border-box;
    border-radius: 50%;
    opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
    .acs-swiper .swiper-slide,
    .acs-btn, .acs-nav-btn,
    .acs-pagination .swiper-pagination-bullet { transition: none !important; }
}