/* Product Carousel - Paupao.id */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

.pc-section-61a82c16 {
    background: linear-gradient(145deg, #0a1628 0%, #0f2240 40%, #132d5e 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

.pc-section-61a82c16::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.pc-section-61a82c16::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(99, 164, 255, 0.04) 0%, transparent 70%);
    pointer-events: none;
}

.pc-container-61a82c16 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1;
}

/* Header */
.pc-header-61a82c16 {
    margin-bottom: 48px;
    text-align: center;
}

.pc-label-61a82c16 {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #5b9cf6;
    margin-bottom: 16px;
    position: relative;
    padding: 0 20px;
}

.pc-label-61a82c16::before,
.pc-label-61a82c16::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 30px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #5b9cf6);
}

.pc-label-61a82c16::before {
    left: -20px;
    background: linear-gradient(90deg, transparent, #5b9cf6);
}

.pc-label-61a82c16::after {
    right: -20px;
    background: linear-gradient(90deg, #5b9cf6, transparent);
}

.pc-title-61a82c16 {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 12px 0;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.pc-subtitle-61a82c16 {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    letter-spacing: 0.2px;
}

/* Carousel Wrapper */
.pc-carousel-wrapper-61a82c16 {
    position: relative;
}

.pc-swiper-61a82c16 {
    overflow: hidden;
    border-radius: 16px;
}

.pc-swiper-61a82c16 .swiper-wrapper {
    align-items: stretch;
}

.pc-swiper-61a82c16 .swiper-slide {
    height: auto;
}

/* Card */
.pc-card-61a82c16 {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 420px;
    background: linear-gradient(160deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    cursor: pointer;
}

.pc-card-image-wrap-61a82c16 {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: 16px;
}

.pc-card-image-61a82c16 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.4s ease, filter 0.4s ease;
    will-change: transform;
    filter: brightness(0.85) contrast(1.05);
}

.pc-card-61a82c16:hover .pc-card-image-61a82c16 {
    transform: scale(1.08);
    filter: brightness(0.95) contrast(1.08);
}

/* Card Overlay */
.pc-card-overlay-61a82c16 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px 24px;
    background: linear-gradient(0deg, rgba(8, 15, 35, 0.9) 0%, rgba(8, 15, 35, 0.4) 60%, transparent 100%);
    z-index: 2;
    pointer-events: none;
}

.pc-card-category-61a82c16 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.3px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* Navigation */
.pc-nav-61a82c16 {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 32px;
}

.pc-nav-btn-61a82c16 {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 0;
}

.pc-nav-btn-61a82c16:hover {
    background: rgba(91, 156, 246, 0.2);
    border-color: rgba(91, 156, 246, 0.4);
    color: #ffffff;
    transform: scale(1.05);
}

.pc-nav-btn-61a82c16:active {
    transform: scale(0.97);
}

/* Responsive */
@media (max-width: 1024px) {
    .pc-section-61a82c16 {
        padding: 60px 0;
    }

    .pc-container-61a82c16 {
        padding: 0 24px;
    }

    .pc-title-61a82c16 {
        font-size: 32px;
    }

    .pc-card-61a82c16 {
        height: 380px;
    }
}

@media (max-width: 767px) {
    .pc-section-61a82c16 {
        padding: 48px 0;
    }

    .pc-container-61a82c16 {
        padding: 0 16px;
    }

    .pc-header-61a82c16 {
        margin-bottom: 32px;
    }

    .pc-title-61a82c16 {
        font-size: 26px;
    }

    .pc-subtitle-61a82c16 {
        font-size: 14px;
    }

    .pc-card-61a82c16 {
        height: 360px;
    }

    .pc-nav-btn-61a82c16 {
        width: 42px;
        height: 42px;
    }
}
