.invertox-why-section-new {
    position: relative;
    width: 100%;
    padding: 80px 0;
    overflow: hidden;
}

.invertox-why-container-new {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    background-image: url('../assets/fondo-1.png');
}

.invertox-why-header-new {
    margin-bottom: 60px;
    max-width: 622px;
}

.invertox-why-title-new {
    font-family: 'Aileron', sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 1.1em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
}

.invertox-why-title-new span {
    color: #5EE19F;
}

.invertox-why-subtitle-new {
    font-family: 'Abel', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 0.84375em;
    color: #E5E6ED;
}

.invertox-why-content-wrapper-new {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.invertox-why-chart-area {
    position: relative;
    width: 73%;
    height: 400px;
}

.invertox-why-chart-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.invertox-why-chart-container {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.invertox-why-chart-area .trading-chart {
    background: none;
}

.invertox-why-chart-container {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
}

.trading-chart.chart-2 {
    margin-top: 60px;
}

.trading-chart.chart-3 {
    margin-top: 30px;
}

.trading-chart.chart-4 {
    margin-top: 75px;
}

.trading-chart.chart-4-1 {
    margin-top: 145px;
}

.trading-chart.chart-5 {
    margin-top: 100px;
}

.trading-chart.chart-6 {
    margin-top: 30px;
}

.trading-chart.chart-7 {
    margin-top: -15px;
}

.trading-chart.chart-8 {
    margin-top: -50px;
}

.trading-chart.chart-9 {
    margin-top: -130px;
}

.invertox-why-content-new {
    width: 22%;
    padding-right: 10px;
    margin-top: -170px;
}

.invertox-why-feature-title {
    font-family: 'Abel', sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 1em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.invertox-why-feature-description {
    font-family: 'Abel', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.67em;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.invertox-why-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 32px;
    background: linear-gradient(242deg, rgba(36, 108, 249, 1) 0%, rgba(73, 166, 119, 1) 0%, rgba(95, 228, 161, 1) 100%);
    border-radius: 100px;
    font-family: 'Actor', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.6em;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.invertox-why-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(95, 228, 161, 0.3);
}

/* Responsive styles */
@media (max-width: 1200px) {
    .invertox-why-content-wrapper-new {
        flex-direction: column-reverse;
    }
    
    .invertox-why-chart-area {
        width: 100%;
    }

    .invertox-why-content-new {
        width: 90%;
    }
    
    .invertox-why-content-new {
        margin-top: 40px;
        padding-right: 0;
    }

    .invertox-why-cta-button {
        padding: 10px 30px;
        font-weight: 400;
        font-size: 20px;
    }

    .invertox-why-header-new {
        margin-bottom: 15px;
        max-width: 622px;
    }

    .invertox-why-section-new {
        padding: 0px 0;
        margin-bottom: 50px;
    }

    .invertox-why-subtitle-new {
        text-align: center;
        font-size: 32px;
        line-height: 1.15;
        color: #E5E6ED;
    }

    h2.invertox-why-title-new {
        text-align: center;
    }

    .invertox-why-header-new {
        width: 100%;
        max-width: 100%;
    }

    .invertox-why-feature-description {
        line-height: 1.2;
    }
}

@media (max-width: 991px) {
    .trading-chart img {
        width: 75px;
    }
}

@media (max-width: 768px) {
    .invertox-why-title-new {
        font-size: 36px;
    }
    
    .invertox-why-subtitle-new {
        font-size: 24px;
    }
    
    .invertox-why-feature-title {
        font-size: 36px;
    }
    
    .invertox-why-feature-description {
        font-size: 20px;
    }
    
    .invertox-why-cta-button {
        font-size: 20px;
        padding: 15px 25px;
    }
    
    .invertox-why-chart-area {
        height: auto;
    }

    .trading-chart img {
        width: 60px;
    }
}

@media (max-width: 590px) {
    .trading-chart img {
        width: 50px;
    }
}

@media (max-width: 576px) {
    .invertox-why-section-new {
        padding: 50px 0;
    }
    
    .invertox-why-header-new {
        margin-bottom: 40px;
    }
    
    .invertox-why-title-new {
        font-size: 30px;
    }
    
    .invertox-why-subtitle-new {
        font-size: 20px;
    }
    
    .invertox-why-feature-title {
        font-size: 28px;
    }
    
    .invertox-why-feature-description {
        font-size: 18px;
    }
    
    .invertox-why-cta-button {
        font-size: 18px;
        padding: 12px 20px;
    }

    .invertox-why-chart-container {
        opacity: .5;
        position: absolute;
        top: -355px;
        z-index: -1;
    }

}

@media (max-width: 535px) {
    .trading-chart img {
        width: 39px;
    }

    .invertox-why-chart-container {
        transform: scaleY(0.75);
        top: -300px;
    }
}

@media (max-width: 590px) {
    .trading-chart img {
        width: 30px;
    }
}