.contact-bar { background: #1a3a5c; padding: 10px 0; color: #fff; font-size: 14px; border-bottom: 3px solid #f39c12; }
.contact-bar a { color: #f39c12; font-weight: bold; }
.logo-text { font-size: 14px !important; line-height: 1.4; white-space: normal; max-width: 280px; }
.industrial-hero { background: linear-gradient(rgba(26,58,92,0.9), rgba(26,58,92,0.9)), url('../images/bg.jpg') no-repeat center; background-size: cover; color: #fff; padding: 80px 0; text-align: center; }
.industrial-hero h2 { font-size: 48px; margin-bottom: 20px; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; }
.industrial-hero p { font-size: 20px; margin-bottom: 30px; color: #f39c12; font-weight: 600; }
.industrial-hero .stats { display: flex; justify-content: center; gap: 50px; margin-top: 40px; }
.industrial-hero .stat-item { text-align: center; }
.industrial-hero .stat-number { font-size: 42px; color: #f39c12; font-weight: bold; }
.industrial-hero .stat-label { font-size: 14px; color: #ccc; margin-top: 5px; }
.section-title { text-align: center; font-size: 36px; color: #1a3a5c; margin-bottom: 50px; position: relative; padding-bottom: 15px; }
.section-title:after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 80px; height: 4px; background: #f39c12; }
.solution-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 30px; margin: 50px 0; }
.solution-card { background: #fff; border: 2px solid #e0e0e0; border-radius: 8px; overflow: hidden; transition: all 0.3s ease; }
.solution-card:hover { border-color: #f39c12; box-shadow: 0 10px 30px rgba(243,156,18,0.2); transform: translateY(-5px); }
.solution-card .card-header { background: #1a3a5c; color: #fff; padding: 25px; text-align: center; }
.solution-card .card-header i { font-size: 50px; color: #f39c12; margin-bottom: 15px; }
.solution-card .card-header h3 { font-size: 24px; margin: 0; }
.solution-card .card-body { padding: 30px; }
.solution-card .card-body p { color: #666; line-height: 1.8; margin-bottom: 20px; }
.solution-card .card-body ul { list-style: none; padding: 0; }
.solution-card .card-body ul li { padding: 12px 0; border-bottom: 1px solid #f0f0f0; color: #555; position: relative; padding-left: 30px; }
.solution-card .card-body ul li:before { content: "\f0a3"; font-family: FontAwesome; color: #f39c12; position: absolute; left: 0; top: 12px; }
.solution-card .card-body ul li:last-child { border-bottom: none; }
.tech-specs { background: #f8f9fa; padding: 60px 0; margin: 50px 0; }
.tech-specs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; }
.spec-item { background: #fff; padding: 30px; border-left: 4px solid #f39c12; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.spec-item h4 { color: #1a3a5c; font-size: 20px; margin-bottom: 15px; }
.spec-item p { color: #666; line-height: 1.6; }
.industry-app { background: #1a3a5c; color: #fff; padding: 60px 0; margin: 50px 0; }
.industry-app h3 { color: #fff; }
.industry-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }
.industry-item { background: rgba(255,255,255,0.05); padding: 30px; border-radius: 8px; border: 1px solid rgba(243,156,18,0.3); transition: all 0.3s ease; }
.industry-item:hover { background: rgba(243,156,18,0.1); border-color: #f39c12; }
.industry-item i { font-size: 40px; color: #f39c12; margin-bottom: 20px; }
.industry-item h4 { color: #f39c12; font-size: 22px; margin-bottom: 15px; }
.industry-item p { color: #ccc; line-height: 1.8; }
.advantage-section { padding: 60px 0; }
.advantage-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 40px; }
.advantage-item { text-align: center; padding: 40px 20px; background: #fff; box-shadow: 0 5px 20px rgba(0,0,0,0.08); border-radius: 10px; transition: all 0.3s ease; }
.advantage-item:hover { transform: translateY(-10px); box-shadow: 0 10px 30px rgba(26,58,92,0.15); }
.advantage-item .icon-circle { width: 100px; height: 100px; background: linear-gradient(135deg, #1a3a5c 0%, #2c5f8d 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 25px; }
.advantage-item .icon-circle i { font-size: 45px; color: #f39c12; }
.advantage-item h4 { color: #1a3a5c; font-size: 22px; margin-bottom: 15px; }
.advantage-item p { color: #666; line-height: 1.6; }
