.blog-quote {
    box-sizing: border-box;
    width: 100%;
    padding: 25px max(10px, calc((100% - 900px) / 2));
    background: transparent;
    font-family: 'Urbanist', 'Segoe UI', sans-serif;
}

.blog-quote__text {
    margin: 0;
    padding: 0;
    color: #003d4f;
    font-size: clamp(21px, 2.1vw, 29px);
    font-weight: 500;
    line-height: 1.42;
    letter-spacing: -.012em;
    text-wrap: pretty;
}

.blog-quote--cursiva .blog-quote__text { font-style: italic; }

/* Card: tarjeta suave con borde izquierdo teal, título Urbanist y texto Montserrat */
.blog-quote--card { padding-inline: max(10px, calc((100% - 1140px) / 2)); }

.blog-quote__card {
    box-sizing: border-box;
    padding: clamp(22px, 3vw, 34px) clamp(22px, 3.4vw, 40px);
    border: 1px solid #dfe9eb;
    border-left: 6px solid #00556d;
    border-radius: 16px;
    background: #f3f8f9;
}

.blog-quote__title {
    margin: 0 0 16px;
    color: #00556d;
    font-family: 'Urbanist', 'Segoe UI', sans-serif;
    font-size: clamp(17px, 1.4vw, 20px);
    font-weight: 800;
    line-height: 1.2;
}

.blog-quote--card .blog-quote__text {
    color: #5d7378;
    font-family: 'Montserrat', 'Segoe UI', sans-serif;
    font-size: clamp(16px, 1.25vw, 18px);
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: 0;
}

/* Bloque: franja discreta a lo ancho con texto pequeño */
.blog-quote--bloque { padding-inline: max(10px, calc((100% - 1140px) / 2)); }

.blog-quote--bloque .blog-quote__text {
    padding: 14px clamp(18px, 3vw, 40px);
    border: 1px solid #e1ecee;
    border-radius: 8px;
    background: #f2f8f9;
    color: #00556d;
    font-size: clamp(14px, 1.05vw, 16px);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
}

@media (max-width: 720px) {
    .blog-quote--basico .blog-quote__text { font-size: 20px; line-height: 1.45; }
    .blog-quote__card { border-radius: 12px; }
}
