/**
 * Offers Three Cards Layout - 3 cards lado a lado com fontes maiores
 */

/* === GRID 3 CARDS LADO A LADO === */
.ofertas-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1.5rem !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
}

/* === CARDS COM LARGURA ADEQUADA === */
.oferta-card {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
}

/* === FONTES MAIORES PARA MELHOR LEGIBILIDADE === */

/* Features (Lista) */
.oferta-features li {
    font-size: 0.9rem !important;
    margin-bottom: 0.3rem !important;
    padding-left: 1rem !important;
    line-height: 1.4 !important;
}

.oferta-features li::before {
    font-size: 0.9rem !important;
}

/* KPIs */
.oferta-kpis {
    padding: 0.6rem !important;
    font-size: 0.85rem !important;
    line-height: 1.3 !important;
}

.oferta-kpis strong {
    font-size: 0.8rem !important;
    margin-bottom: 0.2rem !important;
}

/* Botões */
.btn-oferta {
    padding: 0.6rem 1rem !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
}

/* Header */
.oferta-header {
    margin-bottom: 0.8rem !important;
}

.oferta-title {
    font-size: 1.3rem !important;
    margin-bottom: 0.2rem !important;
    line-height: 1.2 !important;
}

.oferta-subtitle {
    font-size: 0.9rem !important;
    margin-bottom: 0.4rem !important;
}

.oferta-prazo {
    padding: 0.4rem 0.8rem !important;
    font-size: 0.8rem !important;
}

/* Ícones */
.oferta-icon {
    margin: 0 auto 0.6rem !important;
}

.oferta-icon i[data-lucide] {
    width: 28px !important;
    height: 28px !important;
}

/* === CONTEÚDO HORIZONTAL === */
.oferta-content {
    gap: 1rem !important;
}

.oferta-right-section {
    min-width: 140px !important;
    max-width: 160px !important;
    gap: 0.7rem !important;
}

/* === RESPONSIVIDADE === */

/* Desktop Grande (2048px+) */
@media (min-width: 2048px) {
    .ofertas-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 2rem !important;
        max-width: 1600px !important;
    }
    
    .oferta-content {
        gap: 1.2rem !important;
    }
    
    .oferta-right-section {
        min-width: 150px !important;
        max-width: 170px !important;
        gap: 0.8rem !important;
    }
    
    .oferta-features li {
        font-size: 1rem !important;
        margin-bottom: 0.35rem !important;
    }
    
    .oferta-kpis {
        padding: 0.7rem !important;
        font-size: 0.9rem !important;
    }
    
    .oferta-kpis strong {
        font-size: 0.85rem !important;
    }
    
    .btn-oferta {
        padding: 0.7rem 1.2rem !important;
        font-size: 0.85rem !important;
    }
    
    .oferta-title {
        font-size: 1.4rem !important;
    }
    
    .oferta-subtitle {
        font-size: 1rem !important;
    }
    
    .oferta-prazo {
        font-size: 0.85rem !important;
        padding: 0.5rem 0.9rem !important;
    }
    
    .oferta-icon i[data-lucide] {
        width: 32px !important;
        height: 32px !important;
    }
}

/* Tablet (769px - 2047px) - MANTÉM 3 COLUNAS */
@media (min-width: 769px) and (max-width: 2047px) {
    .ofertas-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 1.2rem !important;
        max-width: 1200px !important;
    }
    
    .oferta-card {
        min-height: 220px !important;
        padding: 0.2rem !important;
    }
    
    .oferta-content {
        gap: 0.8rem !important;
    }
    
    .oferta-right-section {
        min-width: 120px !important;
        max-width: 140px !important;
        gap: 0.6rem !important;
    }
    
    .oferta-features li {
        font-size: 0.8rem !important;
        margin-bottom: 0.25rem !important;
    }
    
    .oferta-kpis {
        padding: 0.5rem !important;
        font-size: 0.75rem !important;
    }
    
    .oferta-kpis strong {
        font-size: 0.7rem !important;
    }
    
    .btn-oferta {
        padding: 0.5rem 0.8rem !important;
        font-size: 0.7rem !important;
    }
    
    .oferta-title {
        font-size: 1.1rem !important;
    }
    
    .oferta-subtitle {
        font-size: 0.8rem !important;
    }
    
    .oferta-prazo {
        font-size: 0.7rem !important;
        padding: 0.3rem 0.6rem !important;
    }
    
    .oferta-icon i[data-lucide] {
        width: 24px !important;
        height: 24px !important;
    }
}

/* Mobile (≤768px) - VOLTA PARA VERTICAL */
@media (max-width: 768px) {
    .ofertas-grid {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
        max-width: 400px !important;
    }
    
    .oferta-content {
        flex-direction: column !important;
        gap: 0.6rem !important;
    }
    
    .oferta-right-section {
        flex: none !important;
        min-width: auto !important;
        max-width: none !important;
        gap: 0.5rem !important;
    }
    
    .oferta-features li {
        font-size: 0.75rem !important;
        margin-bottom: 0.2rem !important;
    }
    
    .oferta-kpis {
        padding: 0.4rem !important;
        font-size: 0.7rem !important;
        width: 100% !important;
    }
    
    .oferta-kpis strong {
        font-size: 0.65rem !important;
    }
    
    .btn-oferta {
        padding: 0.5rem 1rem !important;
        font-size: 0.75rem !important;
    }
    
    .oferta-title {
        font-size: 1rem !important;
    }
    
    .oferta-subtitle {
        font-size: 0.75rem !important;
    }
    
    .oferta-prazo {
        font-size: 0.65rem !important;
        padding: 0.25rem 0.5rem !important;
    }
    
    .oferta-icon i[data-lucide] {
        width: 22px !important;
        height: 22px !important;
    }
}

/* === ALTURA DOS CARDS === */
.oferta-card {
    min-height: 240px !important;
}

/* Desktop Grande */
@media (min-width: 2048px) {
    .oferta-card {
        min-height: 280px !important;
    }
}

/* Tablet */
@media (min-width: 769px) and (max-width: 2047px) {
    .oferta-card {
        min-height: 220px !important;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .oferta-card {
        min-height: 200px !important;
    }
}

/* === CENTRALIZAÇÃO === */
.ofertas-section {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.ofertas-container {
    width: 100% !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
}

/* Desktop Grande */
@media (min-width: 2048px) {
    .ofertas-container {
        max-width: 1600px !important;
    }
}

/* Tablet */
@media (min-width: 769px) and (max-width: 2047px) {
    .ofertas-container {
        max-width: 1200px !important;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .ofertas-container {
        max-width: 400px !important;
    }
}
