/* Funil de Clientes — landing page (carrega só em /plataforma/erp/vendas).
   Reutiliza os componentes das LPs existentes (advisory-*, growth-*, accordion-*,
   section-container, fade-up, btn-dealmatch-primary). Aqui ficam apenas ajustes
   específicos desta página — como o stylesheet só é linkado nesta LP, as regras
   abaixo não afetam as outras landings. */

/* Plano único: um pouco mais destacado que na grade de 3 colunas do Growth. */
.growth-plan-card--pink {
    box-shadow: 0 20px 45px -20px rgba(255, 0, 98, 0.45);
}

/* Card claro (fundo branco) — usado nas seções "como funciona" e "benefícios", no lugar dos cards
   escuros do Growth, para a LP ficar clara (estilo DealMatch Empreendedor). */
.crm-feature-card {
    background: #fff;
    border: 1px solid #eef0f2;
    border-radius: 1rem;
    padding: 1.75rem 1.625rem;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.crm-feature-card__title {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #ff0062;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.crm-feature-card__text {
    font-size: 0.90625rem;
    color: #4b5563;
    line-height: 1.55;
}

/* Prova social — banda destacada com depoimento de cliente. Tom leve da marca para
   separar visualmente do ritmo advisory-surface muted/light das demais seções. */
.crm-testimonial {
    padding: 5rem 0;
    background: linear-gradient(180deg, rgba(255, 0, 98, 0.05), rgba(255, 0, 98, 0.02));
}

.crm-testimonial__card {
    position: relative;
    background: #fff;
    border: 1px solid #f4d6e2;
    border-radius: 1.5rem;
    padding: 2.75rem 2.5rem 2.25rem;
    text-align: center;
    box-shadow: 0 24px 60px -32px rgba(255, 0, 98, 0.4);
}

.crm-testimonial__mark {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 4.5rem;
    line-height: 0.6;
    color: rgba(255, 0, 98, 0.18);
    height: 2rem;
    user-select: none;
}

.crm-testimonial__quote {
    margin: 0 auto 1.75rem;
    max-width: 40rem;
    font-size: clamp(1.15rem, 2.4vw, 1.375rem);
    font-weight: 500;
    line-height: 1.55;
    color: #373737;
}

.crm-testimonial__author {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
}

.crm-testimonial__handle {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-weight: 600;
    color: #ff0062;
    text-decoration: none;
}

.crm-testimonial__handle:hover {
    text-decoration: underline;
}

.crm-testimonial__handle svg {
    width: 1.15rem;
    height: 1.15rem;
    flex: 0 0 auto;
}

.crm-testimonial__role {
    font-size: 0.85rem;
    color: #6b7280;
}

@media (max-width: 640px) {
    .crm-testimonial {
        padding: 3.5rem 0;
    }

    .crm-testimonial__card {
        padding: 2rem 1.5rem 1.75rem;
    }
}
