.top-contact-bar { background: #1b1b1a; color: #fff; padding: 8px 0; font-size: 14px; }
.top-contact-bar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.logo-text-area { padding: 15px 0; background: #ffdc39; }
.logo-text-area a { color: #000; font-size: 16px; font-weight: 700; text-decoration: none; font-family: 'Rubik', sans-serif; letter-spacing: 1px; line-height: 1.4; display: block; }
.logo-text-area a:hover { color: #333; }
.page-banner { background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%); padding: 80px 0; color: #fff; text-align: center; }
.page-banner h2 { font-size: 42px; font-weight: 700; margin-bottom: 15px; }
.page-banner p { font-size: 18px; max-width: 800px; margin: 0 auto; }
.service-section { padding: 60px 0; }
.service-section:nth-child(even) { background: #f8f9fa; }
.comprehensive-card { background: #fff; padding: 35px; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); margin-bottom: 30px; transition: 0.3s; position: relative; overflow: hidden; }
.comprehensive-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: linear-gradient(90deg, #1e3c72 0%, #2a5298 100%); }
.comprehensive-card:hover { transform: translateY(-5px); box-shadow: 0 8px 30px rgba(0,0,0,0.15); }
.comprehensive-card .card-icon { width: 70px; height: 70px; background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 28px; margin-bottom: 20px; }
.comprehensive-card h4 { color: #1e3c72; font-size: 22px; margin-bottom: 15px; font-weight: 600; }
.comprehensive-card p { color: #666; font-size: 14px; line-height: 1.8; margin: 0; }
.comprehensive-card ul { margin-top: 15px; padding-left: 20px; }
.comprehensive-card ul li { color: #666; font-size: 14px; line-height: 2; }
.stats-row { display: flex; justify-content: space-around; flex-wrap: wrap; margin: 40px 0; }
.stat-item { text-align: center; padding: 20px; }
.stat-item .number { font-size: 48px; font-weight: 700; color: #1e3c72; }
.stat-item .label { font-size: 16px; color: #666; margin-top: 10px; }
.service-advantage { background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%); color: #fff; padding: 40px; border-radius: 12px; margin: 30px 0; }
.service-advantage h3 { font-size: 28px; margin-bottom: 20px; text-align: center; }
.service-advantage p { font-size: 16px; line-height: 1.8; text-align: center; }
.case-study { background: #fff; padding: 30px; border-left: 4px solid #1e3c72; margin-bottom: 20px; }
.case-study h5 { color: #1e3c72; font-size: 18px; margin-bottom: 10px; }
.case-study p { color: #666; font-size: 14px; line-height: 1.8; }
