.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, #11998e 0%, #38ef7d 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-card { background: #fff; padding: 25px; border-left: 4px solid #11998e; box-shadow: 0 2px 10px rgba(0,0,0,0.05); margin-bottom: 20px; transition: 0.3s; }
.service-card:hover { border-left-color: #38ef7d; box-shadow: 0 5px 20px rgba(0,0,0,0.1); transform: translateX(5px); }
.service-card h4 { color: #11998e; font-size: 20px; margin-bottom: 12px; font-weight: 600; }
.service-card p { color: #666; font-size: 14px; line-height: 1.8; margin: 0; }
.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: #11998e; }
.stat-item .label { font-size: 16px; color: #666; margin-top: 10px; }
.process-step { background: #fff; padding: 30px; text-align: center; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); margin-bottom: 30px; }
.process-step .step-number { width: 60px; height: 60px; background: #11998e; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 700; margin: 0 auto 20px; }
.process-step h4 { color: #333; font-size: 18px; margin-bottom: 10px; }
.process-step p { color: #666; font-size: 14px; }
