body{font-family:Arial,Helvetica,sans-serif;background:#f5f7fb;margin:0}
.card{background:#fff;padding:12px;border-radius:8px;margin-bottom:12px}
.slider{position:relative;overflow:hidden;height:320px}
.slides{display:flex;transition:transform 0.6s ease}
.slide{min-width:100%;position:relative}
.slide img{width:100%;height:320px;object-fit:cover}
.caption{position:absolute;left:12px;bottom:12px;color:#fff;background:rgba(0,0,0,0.4);padding:8px;border-radius:4px}
@media(max-width:768px){.slider{height:200px}.slide img{height:200px}}
