.contact-bar { background: linear-gradient(135deg, #e74c3c 0%, #c0392b 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; }
.service-hero { background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%); color: #fff; padding: 80px 0; text-align: center; }
.service-hero h2 { font-size: 48px; margin-bottom: 20px; font-weight: 700; }
.service-hero p { font-size: 20px; margin-bottom: 30px; opacity: 0.95; }
.service-hero .highlight { font-size: 18px; background: rgba(255,255,255,0.2); padding: 15px 30px; border-radius: 50px; display: inline-block; margin-top: 20px; }
.service-overview { padding: 60px 0; background: #f8f9fa; }
.service-overview h3 { text-align: center; font-size: 36px; color: #333; margin-bottom: 50px; }
.service-tabs { display: flex; justify-content: center; gap: 20px; margin-bottom: 40px; flex-wrap: wrap; }
.service-tab { padding: 15px 30px; background: #fff; border: 2px solid #e0e0e0; border-radius: 50px; cursor: pointer; transition: all 0.3s ease; font-weight: 600; color: #666; }
.service-tab:hover, .service-tab.active { background: #e74c3c; color: #fff; border-color: #e74c3c; }
.service-content { background: #fff; padding: 40px; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.08); }
.service-content h4 { color: #e74c3c; font-size: 28px; margin-bottom: 20px; }
.service-content p { color: #666; line-height: 2; margin-bottom: 20px; }
.service-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 30px; }
.feature-item { background: #f8f9fa; padding: 25px; border-radius: 8px; border-left: 4px solid #e74c3c; }
.feature-item h5 { color: #333; font-size: 18px; margin-bottom: 10px; }
.feature-item p { color: #666; font-size: 14px; line-height: 1.6; }
.detailed-services { padding: 60px 0; }
.detailed-services h3 { text-align: center; font-size: 36px; color: #333; margin-bottom: 50px; }
.service-detail-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 30px; }
.service-detail-card { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,0.08); transition: all 0.3s ease; }
.service-detail-card:hover { transform: translateY(-10px); box-shadow: 0 10px 30px rgba(231,76,60,0.2); }
.service-detail-card .card-top { background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%); padding: 30px; text-align: center; color: #fff; }
.service-detail-card .card-top i { font-size: 50px; margin-bottom: 15px; }
.service-detail-card .card-top h4 { font-size: 24px; margin: 0; }
.service-detail-card .card-body { padding: 30px; }
.service-detail-card .card-body p { color: #666; line-height: 1.8; margin-bottom: 20px; }
.service-detail-card .card-body ul { list-style: none; padding: 0; }
.service-detail-card .card-body ul li { padding: 10px 0; border-bottom: 1px solid #f0f0f0; color: #555; position: relative; padding-left: 25px; }
.service-detail-card .card-body ul li:before { content: "\f00c"; font-family: FontAwesome; color: #e74c3c; position: absolute; left: 0; top: 10px; font-weight: bold; }
.service-detail-card .card-body ul li:last-child { border-bottom: none; }
.service-process { background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%); color: #fff; padding: 60px 0; margin: 50px 0; }
.service-process h3 { text-align: center; font-size: 36px; margin-bottom: 50px; }
.process-timeline { position: relative; max-width: 1000px; margin: 0 auto; }
.process-timeline:before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 4px; background: rgba(255,255,255,0.3); transform: translateX(-50%); }
.process-item { display: flex; align-items: center; margin-bottom: 40px; position: relative; }
.process-item:nth-child(odd) { flex-direction: row-reverse; }
.process-item .process-content { width: 45%; background: rgba(255,255,255,0.1); padding: 25px; border-radius: 10px; backdrop-filter: blur(10px); }
.process-item .process-content h4 { font-size: 22px; margin-bottom: 15px; }
.process-item .process-content p { opacity: 0.9; line-height: 1.6; }
.process-item .process-number { width: 60px; height: 60px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: bold; color: #e74c3c; position: absolute; left: 50%; transform: translateX(-50%); z-index: 1; }
.service-advantages { padding: 60px 0; background: #f8f9fa; }
.service-advantages h3 { text-align: center; font-size: 36px; color: #333; margin-bottom: 50px; }
.advantage-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; }
.advantage-card { background: #fff; padding: 40px 30px; text-align: center; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.08); transition: all 0.3s ease; }
.advantage-card:hover { transform: translateY(-10px); box-shadow: 0 10px 30px rgba(231,76,60,0.15); }
.advantage-card .icon { width: 100px; height: 100px; background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 25px; }
.advantage-card .icon i { font-size: 45px; color: #fff; }
.advantage-card h4 { color: #333; font-size: 22px; margin-bottom: 15px; }
.advantage-card p { color: #666; line-height: 1.6; }
