/* FAQ — estilos exclusivos de la sección CTA (banner y contenido en terminos.css) */

.faq-cta {
    background: #f4f6f9;
    padding: 3.5rem 2rem;
    text-align: center;
}

.faq-cta__title {
    color: #001e42;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    margin-bottom: 1rem;
}

.faq-cta__desc {
    color: #6c757d;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: var(--vj-body-size);
    line-height: var(--vj-body-line-height);
    font-weight: 300;
    margin-bottom: 1.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.faq-cta__btn {
    display: inline-block;
    background: #001e42;
    color: #ffffff;
    padding: 0.7rem 2.5rem;
    border-radius: 999px;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 1rem;
    border: none;
    cursor: pointer;
}

.faq-cta__btn:hover {
    background: #42b1e5;
    color: #001e42;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 30, 66, 0.2);
}
