/* standalone premium Swiper custom styling wrapper */
.pmcc-f875cce2-widget-wrapper {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.pmcc-f875cce2-section-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.pmcc-f875cce2-inner-container {
    position: relative;
    z-index: 2;
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* Independent Header Container */
.pmcc-f875cce2-header-container {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    z-index: 5;
    margin-bottom: 30px;
}

.pmcc-f875cce2-header-eyebrow {
    font-size: clamp(0.75rem, 0.9vw, 0.9rem);
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}

.pmcc-f875cce2-header-title {
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin: 0 0 12px 0;
}

.pmcc-f875cce2-header-desc {
    font-size: clamp(0.95rem, 1.1vw, 1.15rem);
    line-height: 1.6;
    margin: 0;
}

/* Category Card Structure */
.pmcc-f875cce2-swiper-container {
    width: 100%;
    height: auto;
    overflow: visible !important;
}

.pmcc-f875cce2-category-card {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    height: 450px;
    display: flex;
    flex-direction: column;
}

.pmcc-f875cce2-media-container {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    height: 100%;
    transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.pmcc-f875cce2-card-img,
.pmcc-f875cce2-card-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Hover Zoom Option */
.pmcc-hover-zoom:hover .pmcc-f875cce2-media-container {
    transform: scale(1.08);
}

.pmcc-f875cce2-card-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    transition: background-color 0.3s ease;
}

.pmcc-f875cce2-card-inner {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.pmcc-f875cce2-card-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pmcc-f875cce2-card-num {
    font-size: clamp(0.9rem, 1.1vw, 1.1rem);
    font-weight: 700;
    font-family: monospace;
    letter-spacing: 0.1em;
}

.pmcc-f875cce2-card-title {
    font-size: clamp(1.4rem, 2vw, 2.2rem);
    font-weight: 800;
    line-height: 1.25;
    margin: 0;
    letter-spacing: -0.01em;
}

.pmcc-f875cce2-card-desc {
    font-size: clamp(0.9rem, 1vw, 1rem);
    line-height: 1.5;
    margin: 0;
}

.pmcc-f875cce2-card-btn {
    align-self: flex-start;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 13px;
    border-radius: 50px;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Premium Navigation & Paginated Progress Controls Bottom */
.pmcc-f875cce2-controls-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
    box-sizing: border-box;
}

.pmcc-f875cce2-pagination-section {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-family: monospace;
    font-size: 14px;
}

.pmcc-f875cce2-progress-track {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.pmcc-f875cce2-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    transition: width 0.4s cubic-bezier(.22,.61,.36,1);
}

.pmcc-f875cce2-arrows-container {
    display: flex;
}

.pmcc-f875cce2-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

/* Responsive Touch Swiping Optimizations */
@media (max-width: 768px) {
    .pmcc-f875cce2-inner-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pmcc-f875cce2-controls-wrapper {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
}
