/* -------------------------------------------------------------------------
   cta-final.css — chamada final para o WhatsApp e disclaimer da campanha.
   ------------------------------------------------------------------------- */

.cta-section { padding-bottom: 34px; background: #fff; }

/* No layout o card não ocupa o container inteiro: são 946x308 centralizados. */
.cta-card {
    position: relative;
    max-width: 946px;
    margin: 0 auto;
    min-height: 308px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: var(--roxo-tinta);
}

.cta-card picture {
    position: absolute;
    inset: 0;
}

.cta-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
        rgba(46, 26, 71, .88) 0%,
        rgba(46, 26, 71, .55) 55%,
        rgba(46, 26, 71, .15) 100%);
}

.cta-content {
    position: relative;
    z-index: 2;
    padding: 44px 48px;
    color: #fff;
    max-width: 660px;
}

.cta-titulo {
    font-family: var(--fonte-titulo);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 12px;
}

.cta-texto {
    margin-bottom: 24px;
    font-size: .92rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, .9);
}

/* Disclaimer ------------------------------------------------------------ */

.disclaimer-section { padding-bottom: 60px; background: #fff; }

.disclaimer-section p {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    font-size: .68rem;
    line-height: 1.7;
    color: var(--suave);
}

@media (max-width: 560px) {
    .cta-content { padding: 32px 24px; }
    .cta-overlay { background: rgba(46, 26, 71, .78); }
}
