.new-release-card{background:#fff;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.1);overflow:hidden;max-width:100vw;width:100%;margin:0 8px;transition:all .3s ease;cursor:pointer;border:1px solid #f0f0f0}.new-release-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.card-image{position:relative;height:200px;overflow:hidden}.course-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.new-release-card:hover .course-image{transform:scale(1.05)}.bookmark-btn{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;background:hsla(0,0%,100%,.9);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#666}.bookmark-btn:hover{background:#fff;transform:scale(1.1)}.bookmark-btn.active{color:#ff6b6b;background:hsla(0,100%,71%,.1)}.new-badge{position:absolute;top:12px;left:12px;background:#ff6b6b;color:#fff;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase}.card-content{padding:16px}.course-title{font-size:16px;font-weight:600;color:#333;margin:0 0 8px;line-height:1.3}.course-description{font-size:13px;color:#666;line-height:1.4;margin:0 0 12px}.course-info{display:flex;justify-content:space-between;align-items:center}.price{font-size:16px;font-weight:700;color:#333}.duration{display:flex;align-items:center;gap:4px;color:#666;font-size:12px}@media (max-width:768px){.new-release-card{max-width:260px;margin:0 6px}.card-content{padding:14px}.course-title{font-size:15px}.course-description{font-size:12px}}@media (max-width:480px){.new-release-card{max-width:240px;margin:0 4px}.card-image{height:180px}.card-content{padding:12px}.course-title{font-size:14px}.course-description{font-size:11px}}