.hero-content .subtitle {
    color: var(--white-color);
    font-weight: 500;
}

.text-white {
    color: var(--white-color) !important;
}

.section-gradient .subtitle,
.products-section .subtitle,
.section-dark .subtitle {
    color: var(--white-color);
}

.section-gradient p,
.products-section p,
.section-dark p {
    color: var(--white-color);
}

.testimonial-content {
    color: var(--dark-color);
    font-weight: 500;
}

.product-description {
    color: var(--dark-color);
}

.product-features li {
    color: var(--dark-color);
}

/* Amélioration du contraste pour les textes sur fond sombre */
.section-gradient h2,
.products-section h2,
.section-dark h2 {
    color: var(--white-color);
}

.section-gradient h3,
.products-section h3,
.section-dark h3 {
    color: var(--white-color);
}

/* Assurer que tous les textes dans la section héro sont blancs */
.hero-content p {
    color: var(--white-color);
}
