.elementor-2959 .elementor-element.elementor-element-7a3f4f5{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-2959 .elementor-element.elementor-element-7a3f4f5:not(.elementor-motion-effects-element-type-background), .elementor-2959 .elementor-element.elementor-element-7a3f4f5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-2959 .elementor-element.elementor-element-43abeb9{z-index:0;}:root{--page-title-display:none;}/* Start custom CSS *//* ==========================================================================
   TABELA DE PREÇOS - CLAVE DE C (VERSÃO FINAL - LÓGICA 1º ANO)
   ========================================================================== */

/* 1. CONTAINER E ESTRUTURA GERAL */
.cc-pricing-container {
    padding: 60px 20px;
    background: linear-gradient(160deg, #e7f5ff 0%, #f3eaff 100%);
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.cc-pricing-header {
    text-align: center;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.cc-pricing-header h2 {
    font-family: 'Baloo Bhai 2', sans-serif;
    font-size: 32px;
    color: #333;
    margin-bottom: 15px;
}

.cc-pricing-header p {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
}

/* 2. GRID FLEXÍVEL (AS 3 COLUNAS) */
.cc-pricing-table {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

/* 3. ESTILO BASE DOS CARDS */
.cc-pricing-plan {
    background-color: #ffffff !important;
    color: #333 !important;
    border-radius: 15px;
    padding: 30px 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.8);
    width: 100%;
    max-width: 32%;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 20px;
}

/* 4. ELEMENTOS INTERNOS */
.plan-icon {
    font-size: 40px;
    margin-bottom: 20px;
    color: #2D9CDB;
}

.plan-header h3 {
    font-family: 'Baloo Bhaijaan 2', sans-serif;
    font-size: 24px;
    color: #333 !important;
    margin: 0;
}

.plan-header span {
    font-size: 14px;
    color: #777 !important;
    display: block;
    margin-top: 5px;
}

/* Preços */
.plan-price {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 4px;
    padding: 15px 0;
    margin: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.price-amount {
    font-family: 'Baloo Bhai 2', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #333;
}

.price-period {
    font-size: 16px;
    color: #777;
    font-weight: 500;
}

/* Lista de Benefícios */
.plan-features-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 15px;
    text-align: left;
    margin-top: 10px;
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    flex-grow: 1;
    text-align: left;
}

.plan-features li {
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    color: #555 !important;
    line-height: 1.4;
}

.plan-features li strong {
    font-weight: 800;
    color: #000 !important;
}

.plan-features li.included::before {
    content: '✔';
    color: #2D9CDB;
    position: absolute;
    left: 0;
    font-weight: bold;
}
.plan-features li.excluded { color: #aaa !important; text-decoration: line-through; }
.plan-features li.excluded::before {
    content: '✖';
    color: #ccc;
    position: absolute;
    left: 0;
}

/* 5. BOTÕES */
.plan-button {
    background-color: #f0f0f0;
    color: #555 !important;
    text-decoration: none;
    padding: 12px;
    border-radius: 8px;
    text-align: center;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    transition: all 0.3s ease;
    display: block;
    width: 100%;
}
.plan-button:hover {
    background-color: #e0e0e0;
}

/* =========================================
   ESTILOS ESPECÍFICOS (DESTAQUES)
   ========================================= */

/* --- PLANO MAESTRO (ROXO) --- */
.plan-highlighted {
    border: 2px solid #9B51E0;
    z-index: 2;
}
.plan-highlighted .plan-icon { color: #9B51E0; }
.plan-highlighted .plan-button {
    background-color: #9B51E0;
    color: #fff !important;
}
.plan-highlighted .plan-button:hover { background-color: #7d41b3; }

/* --- PLANO CLAVE TOTAL (PROMOÇÃO/OURO) --- */
.plan-total {
    border: 3px solid #FEC601 !important;
    background-color: #ffffff !important;
    transform: scale(1.05);
    z-index: 10;
    box-shadow: 0 15px 50px rgba(254, 198, 1, 0.25) !important;
    overflow: visible !important;
}

.plan-total .plan-icon { color: #FEC601; font-size: 46px; }

/* Selo Superior "2 por 1" */
.offer-badge-promo {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #FF512F 0%, #DD2476 100%);
    color: #fff;
    padding: 8px 15px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    white-space: nowrap;
    width: auto;
    z-index: 20;
}

/* Preço Especial */
.plan-price.special-offer {
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 10px 0;
}
.price-from { font-size: 14px; color: #999 !important; }
.price-from del { color: #e74c3c; font-size: 16px; font-weight: bold; }
.plan-total .price-amount { color: #27ae60; font-size: 42px; }

/* Aviso de Renovação (MUDOU AQUI) */
.price-lock-info {
    background-color: #e3f2fd; /* Azul suave */
    color: #1976d2 !important; /* Texto Azul escuro */
    font-size: 11px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 4px;
    margin-top: 5px;
    display: inline-block;
}

/* Alerta de Validade */
.promo-alert {
    font-size: 11px;
    color: #c0392b !important;
    font-weight: 700;
    background-color: #fceceb;
    padding: 8px;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 1px dashed #c0392b;
}

/* Botão Premium */
.button-total {
    background: linear-gradient(45deg, #FEC601, #f39c12) !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 800;
    box-shadow: 0 4px 15px rgba(243, 156, 18, 0.4);
    animation: pulse 2s infinite;
}
.button-total:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(243, 156, 18, 0.6);
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.02); }
    100% { transform: scale(1); }
}

/* =========================================
   RESPONSIVIDADE
   ========================================= */
@media (max-width: 1024px) {
    .cc-pricing-plan { max-width: 45%; }
    .plan-total { 
        transform: scale(1); 
        max-width: 60%; 
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .cc-pricing-table {
        flex-direction: column;
        align-items: center;
    }
    .cc-pricing-plan {
        max-width: 100%;
        margin-bottom: 40px;
    }
    .plan-total {
        order: -1;
        transform: scale(1);
        margin-top: 30px;
    }
}/* End custom CSS */