.cshowcase-wrapper-4cb7d6f8 {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #000;
    padding: 60px 0;
}

.cshowcase-swiper-4cb7d6f8 {
    width: 100%;
    overflow: visible;
}

.cshowcase-slide-4cb7d6f8 {
    width: 420px;
    height: 600px;
    transition: transform 0.4s ease;
    opacity: 0; /* for entrance animation */
    transform: translateY(40px);
}

.cshowcase-slide-4cb7d6f8.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.cshowcase-card-4cb7d6f8 {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
    text-decoration: none;
    background: #111;
}

.cshowcase-image-4cb7d6f8 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.cshowcase-overlay-4cb7d6f8 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.25) 45%, rgba(0,0,0,0) 100%);
    transition: opacity 0.4s ease;
    z-index: 1;
}

.cshowcase-content-4cb7d6f8 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 30px;
    z-index: 2;
    box-sizing: border-box;
}

.cshowcase-category-4cb7d6f8 {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cshowcase-title-4cb7d6f8 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.1;
}

/* Hover Effects */
.cshowcase-card-4cb7d6f8:hover .cshowcase-image-4cb7d6f8 {
    transform: scale(1.08);
}
.cshowcase-slide-4cb7d6f8:hover {
    transform: scale(1.03);
    z-index: 10;
}
.cshowcase-card-4cb7d6f8:hover .cshowcase-overlay-4cb7d6f8 {
    opacity: 0.9;
}

/* Nav Arrows */
.cshowcase-nav-4cb7d6f8 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s, transform 0.3s;
    border: 1px solid rgba(255,255,255,0.1);
}
.cshowcase-nav-4cb7d6f8:hover {
    background: rgba(0,0,0,0.8);
    transform: translateY(-50%) scale(1.1);
}
.cshowcase-prev-4cb7d6f8 { left: 20px; }
.cshowcase-next-4cb7d6f8 { right: 20px; }
.cshowcase-nav-4cb7d6f8 svg { width: 24px; height: 24px; }

/* Progress */
.cshowcase-progress-4cb7d6f8 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 2px;
    background: rgba(255,255,255,0.2);
    z-index: 10;
}
.cshowcase-progress-bar-4cb7d6f8 {
    height: 100%;
    background: #fff;
    width: 0%;
    transition: width 0.3s ease;
}

@media (max-width: 1024px) {
    .cshowcase-slide-4cb7d6f8 {
        width: 340px;
        height: 500px;
    }
    .cshowcase-title-4cb7d6f8 { font-size: 32px; }
}

@media (max-width: 767px) {
    .cshowcase-slide-4cb7d6f8 {
        width: 280px;
        height: 420px;
    }
    .cshowcase-title-4cb7d6f8 { font-size: 26px; }
    .cshowcase-nav-4cb7d6f8 { display: none; }
}
