.contact-bar { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); padding: 10px 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; }
.mobile-hero { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: #fff; padding: 60px 0; text-align: center; }
.mobile-hero h2 { font-size: 42px; margin-bottom: 20px; font-weight: 700; }
.mobile-hero p { font-size: 18px; margin-bottom: 30px; opacity: 0.95; }
.service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin: 50px 0; }
.service-card { background: #fff; border-radius: 15px; padding: 40px 30px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); transition: all 0.3s ease; position: relative; overflow: hidden; }
.service-card:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: linear-gradient(90deg, #667eea 0%, #764ba2 100%); }
.service-card:hover { transform: translateY(-10px); box-shadow: 0 15px 40px rgba(102,126,234,0.3); }
.service-card .icon { width: 80px; height: 80px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 25px; }
.service-card .icon i { font-size: 40px; color: #fff; }
.service-card h3 { font-size: 24px; color: #333; margin-bottom: 15px; text-align: center; }
.service-card p { color: #666; line-height: 1.8; text-align: center; margin-bottom: 20px; }
.service-card ul { list-style: none; padding: 0; }
.service-card ul li { padding: 10px 0; color: #555; border-bottom: 1px solid #f0f0f0; position: relative; padding-left: 25px; }
.service-card ul li:before { content: "\f058"; font-family: FontAwesome; color: #667eea; position: absolute; left: 0; top: 10px; }
.tech-stack { background: #f8f9ff; padding: 60px 0; margin: 50px 0; }
.tech-stack h3 { text-align: center; font-size: 36px; color: #333; margin-bottom: 40px; }
.tech-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 25px; }
.tech-item { background: #fff; padding: 30px; text-align: center; border-radius: 10px; transition: all 0.3s ease; }
.tech-item:hover { transform: scale(1.05); box-shadow: 0 5px 20px rgba(102,126,234,0.2); }
.tech-item i { font-size: 50px; color: #667eea; margin-bottom: 15px; }
.tech-item h4 { font-size: 18px; color: #333; margin-bottom: 10px; }
.case-study { background: #fff; padding: 60px 0; }
.case-study h3 { text-align: center; font-size: 36px; color: #333; margin-bottom: 40px; }
.case-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.case-card { border: 2px solid #e0e0e0; border-radius: 10px; padding: 30px; transition: all 0.3s ease; }
.case-card:hover { border-color: #667eea; box-shadow: 0 5px 20px rgba(102,126,234,0.15); }
.case-card h4 { color: #667eea; font-size: 22px; margin-bottom: 15px; }
.case-card p { color: #666; line-height: 1.8; margin-bottom: 15px; }
.case-card .tag { display: inline-block; background: #667eea; color: #fff; padding: 5px 15px; border-radius: 20px; font-size: 12px; margin-right: 8px; }
.process-section { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: #fff; padding: 60px 0; margin: 50px 0; }
.process-section h3 { text-align: center; font-size: 36px; margin-bottom: 50px; }
.process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; }
.process-item { text-align: center; }
.process-item .step { width: 80px; height: 80px; background: rgba(255,255,255,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 32px; font-weight: bold; }
.process-item h4 { font-size: 20px; margin-bottom: 15px; }
.process-item p { opacity: 0.9; line-height: 1.6; }
