.simple-carousel-container{position:relative;width:100%;max-width:96rem;margin:0 auto;border-radius:1.5rem;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.25)}.simple-carousel-image-wrapper{position:relative;height:600px;overflow:hidden}.simple-carousel-image-bg,.simple-carousel-image-motion{position:absolute;inset:0}.simple-carousel-image{object-fit:cover;opacity:.8}.simple-carousel-content-row{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-between;padding:3rem}.simple-carousel-content{flex:1;color:#fff;z-index:10}.simple-carousel-subtitle{font-size:1.125rem;font-weight:300;margin-bottom:.5rem;letter-spacing:.05em;opacity:.9}.simple-carousel-title{font-size:3.75rem;font-weight:700;margin-bottom:1.5rem;line-height:1.1}.simple-carousel-description{font-size:1.25rem;font-weight:300;max-width:28rem;line-height:1.5;opacity:.9}.simple-carousel-index{color:#fff;text-align:right;z-index:10}.simple-carousel-index-number{font-size:3.75rem;font-weight:200;margin-bottom:1rem}.simple-carousel-control{position:absolute;top:50%;transform:translateY(-50%);z-index:20;width:3.5rem;height:3.5rem;background:rgba(255,255,255,.1);backdrop-filter:blur(4px);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s}.simple-carousel-control:hover{background:rgba(255,255,255,.2);transform:translateY(-50%) scale(1.1)}.simple-carousel-control-left{left:-1.5rem}.simple-carousel-control-right{right:-1.5rem}.simple-carousel-control-icon{width:1.5rem;height:1.5rem;color:#fff}.simple-carousel-autoplay-toggle{position:absolute;top:1.5rem;right:1.5rem;z-index:20;width:3rem;height:3rem;background:rgba(255,255,255,.1);backdrop-filter:blur(4px);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s}.simple-carousel-autoplay-toggle:hover{background:rgba(255,255,255,.2)}.simple-carousel-footer{background:rgba(0,0,0,.3);padding:1.5rem}.simple-carousel-progress-row{display:flex;align-items:center;justify-content:space-between}.simple-carousel-indicators{display:flex;gap:.75rem}.simple-carousel-indicator-btn{position:relative}.simple-carousel-indicator-bar{width:3rem;height:.5rem;border-radius:9999px;background:rgba(255,255,255,.3);transition:all .3s}.simple-carousel-indicator-bar.active{background:#fff}.simple-carousel-indicator-bar:not(.active):hover{background:rgba(255,255,255,.5)}.simple-carousel-indicator-motion{position:absolute;inset:0;background:#fff;border-radius:9999px}.simple-carousel-progress-bar-wrapper{flex:1;margin:0 2rem}.simple-carousel-progress-bar-bg{width:100%;background:rgba(255,255,255,.2);border-radius:9999px;height:.25rem}.simple-carousel-progress-bar{background:#fff;height:.25rem;border-radius:9999px}.simple-carousel-thumbnails{display:flex;gap:.5rem}.simple-carousel-thumbnail-btn{position:relative;width:4rem;height:3rem;border-radius:.75rem;overflow:hidden;transition:all .3s;opacity:.6}.simple-carousel-thumbnail-btn.active{border:2px solid #fff;transform:scale(1.1);opacity:1}.simple-carousel-thumbnail-btn:not(.active):hover{opacity:.8}.simple-carousel-thumbnail-img{object-fit:cover}.simple-carousel-indicators-row{display:flex;align-items:center;justify-content:center;gap:2rem}