/* Extraido de index.php */
/* Estilos adicionais mantendo a estrutura original */
        .testimonials {
            padding: 80px 0;
        }

        .testimonial-item {
            background: #fff;
            border-radius: 10px;
            padding: 30px;
            margin-bottom: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }

        .stars {
            color: #ffc107;
            margin-bottom: 15px;
        }

        .testimonial-img {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            object-fit: cover;
            margin-right: 15px;
        }

        .automation-section {
            background: #f8f9fa;
            padding: 80px 0;
        }

