.elementor-800 .elementor-element.elementor-element-f451ecb{--display:flex;}.elementor-800 .elementor-element.elementor-element-5850457{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7aeca3c *//* CONTAINER EVOLUÇÃO LEVE */
.pionetcon-evolucao-container {
    width: 100%;
    max-width: 900px;
    margin: 30px auto;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
    box-sizing: border-box;
    padding: 30px;
    color: #334155;
}

/* CABEÇALHO */
.evolucao-header {
    text-align: center;
    margin-bottom: 35px;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 25px;
}
.evolucao-header h2 {
    color: #0f172a;
    font-size: 1.8rem;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 12px 0;
    letter-spacing: 1px;
}
.evolucao-subtitle {
    color: #16a34a;
    font-size: 1.05rem;
    font-weight: 600;
    margin: 0 0 12px 0;
}
.evolucao-desc {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

/* BLOCOS DE FASE */
.evolucao-fase-section {
    margin-bottom: 35px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 20px;
}
.evolucao-fase-section.no-margin-evolucao {
    margin-bottom: 0;
}
.fase-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 4px 0;
}
.title-green { color: #16a34a; }
.title-yellow { color: #b45309; }
.title-purple { color: #6b21a8; }

.fase-gatilho {
    color: #64748b;
    font-size: 0.85rem;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* GRID DE CARDS */
.fase-grid-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 15px;
    margin-bottom: 20px;
}
.fase-card {
    background: #ffffff;
    border-radius: 6px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}
.border-green-light { border: 1px solid #bbf7d0; border-top: 4px solid #22c55e; }
.border-yellow-light { border: 1px solid #fefce8; border-top: 4px solid #eab308; }
.border-blue-light { border: 1px solid #dbeafe; border-top: 4px solid #3b82f6; }

.card-plan-title {
    font-size: 0.95rem;
    font-weight: 800;
    display: block;
    margin-bottom: 12px;
    line-height: 1.3;
}
.plan-type {
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
}
.color-green { color: #16a34a; }
.color-yellow { color: #ca8a04; }
.color-blue { color: #2563eb; }

.card-prizes {
    font-size: 0.9rem;
    color: #334155;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 15px;
}
.card-prizes b {
    color: #0f172a;
}
.card-incluso {
    font-size: 0.75rem;
    color: #94a3b8;
    display: block;
    border-top: 1px dashed #e2e8f0;
    padding-top: 8px;
    font-style: italic;
}

/* CAIXAS DE IMPACTO FINANCEIRO TOTAL */
.fase-total-box {
    padding: 12px 15px;
    border-radius: 6px;
    font-size: 0.9rem;
    color: #334155;
    line-height: 1.4;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.alert-green {
    background: #f0fdf4;
    border-left: 4px solid #16a34a;
    border-color: #e2e8f0 #e2e8f0 #e2e8f0 #16a34a;
}
.alert-yellow {
    background: #fffbeb;
    border-left: 4px solid #eab308;
    border-color: #e2e8f0 #e2e8f0 #e2e8f0 #eab308;
}
.alert-purple {
    background: #faf5ff;
    border-left: 4px solid #a855f7;
    border-color: #e2e8f0 #e2e8f0 #e2e8f0 #a855f7;
}/* End custom CSS */