/* Page Compromiso */
.comp-hero {
    min-height: 60vh; 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
}
.comp-hero-title {
    font-size: clamp(2.5rem, 5vw, 4.5rem); 
    letter-spacing: -1px;
}
.comp-hero-btn {
    font-size: 0.95rem; 
    min-width: 180px;
}
.comp-title {
    font-size: clamp(2rem, 3.5vw, 3rem); 
    line-height: 1.1; 
    letter-spacing: -1px;
}
.comp-desc {
    font-size: 0.95rem; 
    line-height: 1.7;
}
.comp-val-text {
    font-size: 0.9rem;
}
.comp-ejes-title {
    letter-spacing: -0.5px;
}
.comp-eje-icon-box {
    width: 70px; 
    height: 70px; 
    box-shadow: 0 10px 20px rgba(220,53,69,0.15) !important;
}

/* CTA redondeado */
.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;
}
