/* =================================================================
   TÚ PUEDES · solo frase, fondo beige, texto naranja grande
================================================================= */
.tu-puedes {
    background: #f8f2e7;
    text-align: center; padding: clamp(3.5rem, 7vw, 6rem) 5%;
}
/* Un único párrafo continuo y centrado, con tamaño aumentado y línea cómoda. */
.tu-puedes p {
    font-family: var(--serif); font-style: italic; font-weight: 600;
    font-size: clamp(1.8rem, 3.4vw, 3.1rem);
    color: #f29002; line-height: 1.35;
    max-width: 950px; margin: 0 auto;
}
