.carousel-wrapper-k99{position:relative;display:flex;align-items:center;justify-content:center;width:100%;max-width:900px;margin:20px auto;padding:0 50px}
.carousel-container-k99{width:100%;overflow:hidden;border-radius:3px;background:linear-gradient(135deg,#1a0000,#330000);padding:0;box-shadow:0 0 12px rgba(255,0,0,0.6);border:2px solid #ff1a1a}
.carousel-track-k99{display:flex;transition:transform 0.5s cubic-bezier(0.4,0,0.2,1);gap:15px}
.carousel-item-k99{flex:0 0 calc(33.333% - 10px);display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#b30000,#ff0000);border-radius:12px;border:1px solid rgba(255,0,0,0.6);padding:6px;box-shadow:0 0 15px rgba(255,0,0,0.6);transition:all 0.3s ease}
.carousel-item-k99:hover{transform:scale(1.05);box-shadow:0 0 35px rgba(255,0,0,1),0 0 60px rgba(255,26,26,0.7);z-index:10}
.carousel-item-k99 img{width:100%;height:auto;max-height:300px;object-fit:contain;display:block;border-radius:12px}
.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:linear-gradient(135deg,#ff0000,#cc0000);border:2px solid #ff3333;color:white;font-size:24px;width:45px;height:45px;border-radius:50%;cursor:pointer;z-index:100;transition:all 0.3s ease;box-shadow:0 0 15px rgba(255,0,0,0.7);display:flex;align-items:center;justify-content:center}
.carousel-btn:hover{background:linear-gradient(135deg,#ff3333,#ff0000);box-shadow:0 0 25px rgba(255,0,0,1);transform:translateY(-50%) scale(1.1)}
.prev-btn{left:0}
.next-btn{right:0}
.prev-btn::before,.next-btn::before{content:"";width:14px;height:14px;border-top:3px solid white;border-right:3px solid white;display:inline-block}
.prev-btn::before{transform:rotate(-135deg);margin-left:3px}
.next-btn::before{transform:rotate(45deg);margin-right:3px}
.carousel-dots-k99{display:flex;justify-content:center;gap:10px;margin-top:15px}
.dot-k99{width:12px;height:12px;border-radius:50%;background:#666;border:2px solid #ff0000;cursor:pointer;transition:all 0.3s ease}
.dot-k99:hover{background:#ff3333;transform:scale(1.2)}
.dot-k99.active-dot{background:#ff0000;box-shadow:0 0 10px #ff0000;transform:scale(1.3)}
@media(max-width:768px){.carousel-wrapper-k99{padding:0 50px;margin:15px auto}.carousel-track-k99{gap:0}.carousel-item-k99{flex:0 0 100%;margin:0;padding:12px}.carousel-item-k99 img{height:275px}.carousel-btn{width:42px;height:42px;font-size:22px}}
@media(max-width:480px){.carousel-wrapper-k99{padding:0 45px}.carousel-item-k99 img{height:85px}.carousel-btn{width:38px;height:38px;font-size:20px}.dot-k99{width:10px;height:10px}}
@media(max-width:360px){.carousel-wrapper-k99{padding:0 40px}.carousel-item-k99 img{height:85px}.carousel-btn{width:50px;height:50px;font-size:18px}}