@charset "UTF-8";
/***!  Style Declaration  !***/

.carousel-wrapper{max-width:900px;margin:32px auto;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,sans-serif;position:relative;contain:layout style}.carousel-container{position:relative;background:#f8fafc;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.1)}.carousel-slides{position:relative;width:100%;overflow:hidden}.carousel-slide{display:none;animation:fadeIn .5s ease-in-out}.carousel-slide.active{display:block}.carousel-image-container{position:relative;width:100%;padding-top:56.25%;background:#fff}.carousel-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center}.carousel-controls{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 20px;z-index:10;pointer-events:none}.carousel-btn{pointer-events:all;background:rgba(25,115,184,.9);color:#fff;border:none;width:36px;height:36px;border-radius:50%;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;box-shadow:0 4px 12px rgba(0,0,0,.2);will-change:transform}.carousel-btn:hover{background:#0033a0;transform:scale(1.1) translateZ(0);box-shadow:0 6px 16px rgba(0,0,0,.3)}.carousel-btn:active{transform:scale(.95) translateZ(0)}.carousel-indicators{display:flex;justify-content:center;gap:10px;padding:12px 20px;background:#f8fafc;border-top:1px solid #e2e8f0}.carousel-dot{width:10px;height:10px;border-radius:50%;background:#cbd5e1;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;padding:0}.carousel-dot.active{background:#1973b8;width:28px;border-radius:5px}.carousel-dot:hover{background:#94a3b8;transform:scale(1.2) translateZ(0)}.carousel-progress{position:absolute;bottom:0;left:0;height:3px;background:linear-gradient(90deg,#1973b8,#0033a0);width:0;transition:width .1s linear;z-index:6}@media (max-width:768px){.carousel-wrapper{margin:20px 0}.carousel-container{border-radius:12px}.carousel-controls{padding:0 12px}.carousel-btn{width:32px;height:32px;font-size:16px}.carousel-indicators{padding:10px 16px;gap:8px}.carousel-dot{width:8px;height:8px}.carousel-dot.active{width:24px}}
