.hs-3b7b3d5f-outer {
    position: relative;
    /* Height will be set dynamically via JS to allow scrolling */
    min-height: 200vh; 
}

.hs-3b7b3d5f-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hs-3b7b3d5f-track {
    display: flex;
    gap: 30px;
    padding: 0 50px;
    will-change: transform;
}

.hs-3b7b3d5f-card {
    flex: 0 0 350px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}

.hs-3b7b3d5f-image-wrap {
    position: relative;
    height: 200px;
    width: 100%;
}

.hs-3b7b3d5f-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hs-3b7b3d5f-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to top, #ffffff, transparent);
}

.hs-3b7b3d5f-content {
    padding: 20px 30px 40px;
    flex-grow: 1;
}

.hs-3b7b3d5f-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: #1a1a1a;
}

.hs-3b7b3d5f-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin: 0 0 25px 0;
}

.hs-3b7b3d5f-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hs-3b7b3d5f-badge {
    padding: 6px 12px;
    background: #f0f7ff;
    color: #0073ff;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}
