/* Estilos extraídos de inline para Single Producto */
.sp-title {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    line-height: 1.1;
    letter-spacing: -1px;
}

.sp-btn-download {
    font-size: 0.9rem;
}

.sp-desc {
    font-size: 0.95rem;
    line-height: 1.7;
}

.sp-feat-text {
    font-size: 0.95rem;
}

.sp-carousel-wrapper {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.sp-carousel-img {
    min-height: 500px;
    aspect-ratio: 4/3;
}

/* Banner CTA Compartido */
.single-cta-wrapper {
    border-radius: 20px;
    max-width: 1100px;
}

.single-cta-title {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    letter-spacing: -0.5px;
}

.single-cta-desc {
    font-size: 0.95rem;
}
