.cta-card {
    padding: 40px 50px;
    display: flex;
    align-items: center;
    gap: 40px;
}

/* Reforzamos el brillo superior para el CTA */
.cta-card::before {
    background: linear-gradient(90deg, transparent, var(--tq-01), transparent);
    box-shadow: 0 0 15px var(--tq-01);
}

.cta-visual-col {
    flex: 0 0 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-visual-placeholder {
    width: 200px;
    height: 180px;
    border: 1px dashed var(--az-02);
    border-radius: 12px;
    background: radial-gradient(circle, var(--tr-tq-25) 0%, transparent 70%);
}

.cta-content-col {
    flex: 1;
    border-right: 1px solid var(--az-02);
    padding-right: 40px;
}

.cta-content-col .title {
    font-size: 2.2rem;
    color: var(--text-01);
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 500;
}

.cta-content-col .subtitle {
    font-size: 1rem;
    color: var(--text-02);
    line-height: 1.6;
}

.cta-actions-col {
    flex: 0 0 320px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-left: 10px;
}

.cta-actions-col .btn {
    width: 100%;
}
