.contact-bar { background: #23B684; padding: 8px 0; color: #fff; font-size: 14px; }
.contact-bar a { color: #fff; font-weight: bold; }
.logo-text { font-size: 14px !important; line-height: 1.4; white-space: normal; max-width: 280px; }
.product-showcase { background: #fff; border: 1px solid #e0e0e0; border-radius: 8px; padding: 30px; margin-bottom: 30px; transition: 0.3s; }
.product-showcase:hover { box-shadow: 0 8px 25px rgba(35,182,132,0.2); border-color: #23B684; }
.product-icon { width: 80px; height: 80px; background: linear-gradient(135deg, #23B684 0%, #1a8a63 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.product-icon i { font-size: 40px; color: #fff; }
.product-showcase h4 { font-size: 24px; color: #333; margin-bottom: 15px; text-align: center; }
.product-showcase p { color: #666; line-height: 1.8; text-align: center; margin-bottom: 20px; }
.product-features { background: #f8f9fa; padding: 20px; border-radius: 5px; }
.product-features h5 { color: #23B684; font-size: 16px; margin-bottom: 15px; }
.product-features ul { list-style: none; padding: 0; }
.product-features ul li { padding: 8px 0; color: #555; border-bottom: 1px solid #e0e0e0; }
.product-features ul li:last-child { border-bottom: none; }
.product-features ul li:before { content: "\f00c"; font-family: FontAwesome; color: #23B684; margin-right: 10px; font-weight: bold; }
.industry-solution { background: linear-gradient(135deg, #23B684 0%, #1a8a63 100%); color: #fff; padding: 40px; border-radius: 10px; margin-bottom: 30px; }
.industry-solution h3 { color: #fff; margin-bottom: 25px; }
.industry-solution .solution-item { background: rgba(255,255,255,0.1); padding: 20px; margin-bottom: 15px; border-radius: 5px; }
.industry-solution .solution-item h5 { color: #fff; margin-bottom: 10px; }
.industry-solution .solution-item p { color: rgba(255,255,255,0.9); }
.stats-box { text-align: center; padding: 30px; background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
.stats-box .number { font-size: 48px; color: #23B684; font-weight: bold; }
.stats-box .label { font-size: 16px; color: #666; margin-top: 10px; }
