.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, #ee0979 0%, #ff6a00 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; }
.measurement-card { background: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.08); margin-bottom: 30px; position: relative; overflow: hidden; transition: 0.3s; }
.measurement-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0,0,0,0.12); }
.measurement-card::before { content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: linear-gradient(180deg, #ee0979 0%, #ff6a00 100%); }
.measurement-card h4 { color: #ee0979; font-size: 22px; margin-bottom: 15px; font-weight: 600; }
.measurement-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: #ee0979; }
.stat-item .label { font-size: 16px; color: #666; margin-top: 10px; }
.certification-badge { background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); color: #fff; padding: 30px; border-radius: 10px; text-align: center; margin: 20px 0; }
.certification-badge i { font-size: 48px; margin-bottom: 15px; }
.certification-badge h4 { font-size: 20px; margin-bottom: 10px; }
