.fcc-wrapper-ebb6c8d7 {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #000;
    padding: 40px 0;
}

.fcc-track-ebb6c8d7 {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0 20px;
}

.fcc-track-ebb6c8d7::-webkit-scrollbar {
    display: none;
}

.fcc-card-ebb6c8d7 {
    flex: 0 0 320px;
    height: 500px;
    scroll-snap-align: start;
    border-radius: 12px;
    position: relative;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.fcc-card-ebb6c8d7:hover {
    transform: translateY(-5px);
}

.fcc-content-ebb6c8d7 {
    padding: 30px;
    position: relative;
    z-index: 2;
}

.fcc-title-ebb6c8d7 {
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: 600;
}

.fcc-desc-ebb6c8d7 {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.9;
}

.fcc-visuals-ebb6c8d7 {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 60%;
    z-index: 1;
}

.fcc-screen-ebb6c8d7 {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.fcc-float-1-ebb6c8d7, .fcc-float-2-ebb6c8d7 {
    position: absolute;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.fcc-float-1-ebb6c8d7 {
    width: 120px;
    top: 20%;
    left: -20px;
}

.fcc-float-2-ebb6c8d7 {
    width: 100px;
    bottom: 20%;
    right: -20px;
}

.fcc-arrow-ebb6c8d7 {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #fff;
    font-size: 20px;
    z-index: 3;
}

.fcc-controls-ebb6c8d7 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px 0;
}

.fcc-dots-ebb6c8d7 {
    display: flex;
    gap: 8px;
}

.fcc-dot-ebb6c8d7 {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background 0.3s;
}

.fcc-dot-ebb6c8d7.active {
    background: #fff;
}

.fcc-nav-ebb6c8d7 {
    display: flex;
    gap: 10px;
}

.fcc-nav-ebb6c8d7 button {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.fcc-nav-ebb6c8d7 button:hover {
    border-color: #fff;
}

@media (max-width: 767px) {
    .fcc-card-ebb6c8d7 {
        flex: 0 0 280px;
        height: 450px;
    }
    
    .fcc-visuals-ebb6c8d7 {
        width: 90%;
    }
}