/*
 * =============================================================
 * E-FISCAL SALES SITE — Componente: CTA Section (Llamada a la acción)
 * Componentes: assets/css/components/cta-section.css
 * Referencia: .clinerules › css-structure-enforcement
 * =============================================================
 */

.cta-section {
    text-align: center;
    padding: var(--space-2xl) 2rem;
}

.cta-section h2 {
    color: var(--color-text-on-dark);
    margin-bottom: 1rem;
}

.cta-section p {
    color: var(--color-text-on-dark-muted);
    font-size: 1.1rem;
    max-width: 620px;
    margin: 0 auto var(--space-lg);
}

.cta-logo {
    width: 100px;
    height: auto;
    margin-bottom: 1.5rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
