.lc-filter-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.lc-filter-btn {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 999px;
    padding: 8px 22px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.25s, color 0.25s;
    letter-spacing: 0.04em;
    white-space: nowrap;
    font-family: inherit;
}

.lc-filter-btn:hover,
.lc-filter-btn.active {
    background: #fff;
    color: #1a2b4a;
}

.lc-slider-outer {
    position: relative;
    width: 100%;
    padding-bottom: 56px;
}

.lc-swiper {
    width: 100%;
    height: 360px !important;
    transition: opacity 0.35s ease;
}

.lc-swiper.lc-fading {
    opacity: 0;
}

.lc-swiper .swiper-wrapper {
    height: 360px !important;
}

.lc-slide {
    height: 360px !important;
    cursor: pointer;
    perspective: 1200px;
}

.lc-slide.lc-hidden {
    display: none !important;
}

.lc-flip-card {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 20px;
}

@media (hover: hover) {
    .lc-slide:hover .lc-flip-card {
        transform: rotateY(180deg);
    }
}

.lc-slide.flipped .lc-flip-card {
    transform: rotateY(180deg);
}

.lc-flip-front,
.lc-flip-back {
    position: absolute;
    inset: 0;
    border-radius: 20px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
}

.lc-flip-front {
    background: #111;
}

.lc-flip-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.lc-no-img {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1e3a5f 0%, #0d1b2a 100%);
}

.lc-flip-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 18px 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.88) 0%, transparent 100%);
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'nexa-rust-sans-black-2-1', sans-serif;
    line-height: 1.25;
    text-align: center;
}

.lc-flip-back {
    transform: rotateY(180deg);
    background: #1E2B3D;
    cursor: pointer;
}

.lc-back-deco {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
    max-width: 220px;
    pointer-events: none;
    user-select: none;
    display: block;
    opacity: 0.6;
}

.lc-flip-back-inner {
    position: absolute;
    inset: 0;
    z-index: 1;
    padding: 28px 24px 24px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.15) transparent;
    box-sizing: border-box;
}

.lc-back-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
    flex: 1;
}

.lc-back-text p { margin: 0; }

.lc-back-btn {
    display: block;
    flex-shrink: 0;
    padding: 11px 20px;
    border-radius: 999px;
    background: #fff;
    color: #1E2B3D;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.03em;
    transition: opacity 0.2s, transform 0.15s;
    align-self: flex-start;
}

.lc-back-btn:hover {
    opacity: 0.88;
    color: #1E2B3D;
    transform: translateY(-1px);
}

.lc-nav-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
}

.lc-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    user-select: none;
    transition: opacity 0.2s, transform 0.15s;
    flex-shrink: 0;
}

.lc-nav:hover {
    opacity: 0.65;
    transform: scale(1.15);
}

.lc-nav.swiper-button-disabled {
    opacity: 0.25;
    pointer-events: none;
}

.lc-nav svg {
    width: 28px;
    height: 28px;
}

.lc-no-results {
    color: rgba(255,255,255,0.55);
    font-size: 15px;
    padding: 40px 0;
}

@media (max-width: 1024px) {
    .lc-swiper,
    .lc-swiper .swiper-wrapper,
    .lc-slide {
        height: 340px !important;
    }

    .lc-nav-wrap {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .lc-swiper,
    .lc-swiper .swiper-wrapper,
    .lc-slide {
        height: 300px !important;
    }
    .lc-flip-title { font-size: 21px; }
    .lc-back-text  { font-size: 14px; }
}

@media (max-width: 480px) {
    .lc-swiper,
    .lc-swiper .swiper-wrapper,
    .lc-slide {
        height: 260px !important;
    }
    .lc-filter-btn       { font-size: 12px; padding: 6px 14px; }
    .lc-flip-title       { font-size: 18px; }
    .lc-back-text        { font-size: 13px; line-height: 1.6; }
    .lc-flip-back-inner  { padding: 20px 18px 18px; }
}
