/* === RECURSOS DELIVERY === */
.delivery-recursos-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.recursos-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.recursos-header {
    text-align: center;
    margin-bottom: 60px;
}

.recursos-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 20px;
}

.recursos-subtitle {
    font-size: 1.2rem;
    color: #64748b;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

/* === GRID DE RECURSOS === */
.recursos-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.recurso-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.recurso-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.recurso-card.destaque {
    border: 2px solid #3b82f6;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}

.card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.recurso-icon {
    font-size: 2.5rem;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.card-header h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1e293b;
}

.card-content p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* === FEATURES DOS RECURSOS === */
.recurso-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.check {
    color: #10b981;
    font-weight: 700;
    font-size: 1.1rem;
}

.feature-item span:last-child {
    color: #374151;
    font-weight: 500;
}

/* === DEMOS DOS RECURSOS === */
.whatsapp-demo {
    background: #f8fafc;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.chat-bubble {
    background: white;
    padding: 10px 15px;
    border-radius: 12px;
    margin-bottom: 8px;
    font-size: 0.9rem;
    line-height: 1.4;
}

.chat-bubble.bot {
    background: #e5e7eb;
    margin-right: 20px;
}

.chat-bubble.user {
    background: #3b82f6;
    color: white;
    margin-left: 20px;
    text-align: right;
}

.print-demo {
    background: #f8fafc;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.receipt {
    background: white;
    padding: 15px;
    border-radius: 8px;
    border: 1px dashed #d1d5db;
    font-family: 'Fira Code', monospace;
    font-size: 0.8rem;
}

.receipt-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e7eb;
}

.receipt-items {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.receipt-total {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #e5e7eb;
    font-weight: 700;
}

.pix-demo {
    background: #f8fafc;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.pix-qr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.qr-placeholder {
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    border: 1px solid #e5e7eb;
}

.pix-qr span {
    font-size: 0.8rem;
    color: #64748b;
}

.pix-info {
    flex: 1;
}

.pix-pedidos {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pix-pedido {
    background: white;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pix-value {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
}

.pix-status.confirmed {
    color: #10b981;
    font-weight: 600;
    font-size: 0.8rem;
}

.pix-status.processing {
    color: #f59e0b;
    font-weight: 600;
    font-size: 0.8rem;
}

.tela-demo {
    background: #f8fafc;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.tela-header {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.status {
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 600;
}

.status.preparando {
    background: rgba(245, 158, 11, 0.1);
    color: #f59e0b;
}

.status.pronto {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
}

.status.saiu {
    background: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
}

.pedido-item {
    background: white;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
}

.pedido-numero {
    font-weight: 700;
    color: #1e293b;
}

.pedido-tempo {
    color: #64748b;
}

.pedido-status {
    padding: 2px 6px;
    border-radius: 8px;
    font-size: 0.7rem;
    font-weight: 600;
}

/* === BENEFÍCIOS DA AUTOMAÇÃO === */
.automacao-beneficios {
    background: white;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.automacao-beneficios h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 40px;
}

.beneficios-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.beneficio {
    text-align: center;
}

.beneficio-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    display: block;
}

.beneficio h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
}

.beneficio p {
    color: #64748b;
    line-height: 1.6;
}

/* === RESPONSIVIDADE === */
@media (max-width: 768px) {
    .recursos-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .recursos-title {
        font-size: 2rem;
    }
    
    .recursos-subtitle {
        font-size: 1rem;
    }
    
    .automacao-beneficios {
        padding: 20px;
    }
    
    .beneficios-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .pix-demo {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .pix-pedidos {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .delivery-recursos-section {
        padding: 60px 0;
    }
    
    .recursos-container {
        padding: 0 15px;
    }
    
    .recurso-card {
        padding: 20px;
    }
    
    .card-header {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .tela-header {
        flex-direction: column;
        gap: 5px;
    }
}
