/* Corrigindo Features - Labels azuis e Feature 5 com fundo escuro correto */

/* TODOS os labels das features devem ser azuis (secondary-color) */
.features .feature-row .feature-label,
.features .feature-row.reverse .feature-label {
    color: var(--secondary-color) !important;
}

/* Feature 4 (Plano de Refeições) - Fundo Branco (Light) */
.features .feature-row.reverse:nth-child(5) {
    background: var(--white);
    color: var(--text-main);
}

.features .feature-row.reverse:nth-child(5) .feature-text h3 {
    color: var(--text-main);
}

.features .feature-row.reverse:nth-child(5) .feature-text p {
    color: var(--text-light);
}

/* Feature 5 (Acompanhamento de PRs) - Fundo PRETO (#000000) igual Features 1 e 3 */
.features .feature-row:nth-child(6) {
    background-color: #000000 !important;
    /* Fundo preto igual ao definido em features-fix.css */
}

/* Corrigindo Features - Labels azuis e Feature 5 com fundo escuro correto */

/* TODOS os labels das features devem ser azuis (secondary-color) */
.features .feature-row .feature-label,
.features .feature-row.reverse .feature-label {
    color: var(--secondary-color) !important;
}

/* Feature 4 (Plano de Refeições) - Fundo Branco (Light) */
.features .feature-row.reverse:nth-child(5) {
    background: var(--white);
    color: var(--text-main);
}

.features .feature-row.reverse:nth-child(5) .feature-text h3 {
    color: var(--text-main);
}

.features .feature-row.reverse:nth-child(5) .feature-text p {
    color: var(--text-light);
}

/* Feature 5 (Acompanhamento de PRs) - Fundo PRETO (#000000) igual Features 1 e 3 */
.features .feature-row:nth-child(6) {
    background-color: #000000 !important;
    /* Fundo preto igual ao definido em features-fix.css */
}

.features .feature-row:nth-child(6) .feature-text h3 {
    color: var(--white) !important;
    /* Título branco */
}

.features .feature-row:nth-child(6) .feature-text p {
    color: #A0A0A0 !important;
    /* Texto cinza igual Hidratação Inteligente */
}

.features .feature-row:nth-child(6) .feature-label {
    color: var(--secondary-color) !important;
    /* Label azul */
}