/* Insights Slider Styles */
.insights-slider {
    padding: 30px 0;
    margin: 0 -15px;
}

.insights-slider .swiper-slide {
    opacity: 0.5;
    transform: scale(0.9);
    transition: all 0.3s ease;
}

.insights-slider .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}

.insights-slider .price__item {
    height: 500px;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 30px;
    margin: 15px;
}

.insights-slider .features__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.insights-slider .swiper-button-next,
.insights-slider .swiper-button-prev {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.insights-slider .swiper-button-next:after,
.insights-slider .swiper-button-prev:after {
    font-size: 20px;
}

.insights-slider .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
}

.insights-slider .swiper-pagination-bullet-active {
    background: #fff;
}

.stat-comparison {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}

.stat-item {
    text-align: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    min-width: 200px;
}

.stat-item.highlight {
    background: rgba(46, 204, 113, 0.15);
}

.progress-stack .progress {
    height: 30px;
    background: rgba(255, 255, 255, 0.1);
}

.trade-replay-wrapper {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    padding: 20px;
    margin-top: 20px;
}
