.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, #2c3e50 0%, #3498db 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; }
.service-block { background: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); margin-bottom: 30px; transition: 0.3s; }
.service-block:hover { box-shadow: 0 5px 20px rgba(0,0,0,0.1); transform: translateY(-3px); }
.service-block h4 { color: #2c3e50; font-size: 22px; margin-bottom: 15px; font-weight: 600; }
.service-block .service-item { padding: 15px 0; border-bottom: 1px solid #eee; }
.service-block .service-item:last-child { border-bottom: none; }
.service-block .service-item h5 { color: #34495e; font-size: 16px; margin-bottom: 8px; }
.service-block .service-item p { color: #666; font-size: 14px; margin: 0; }
.highlight-box { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: #fff; padding: 40px; border-radius: 10px; text-align: center; margin: 40px 0; }
.highlight-box h3 { font-size: 28px; margin-bottom: 15px; }
.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: #ffdc39; }
.stat-item .label { font-size: 16px; color: #666; margin-top: 10px; }
