/* Services Page Header Styling - Matches Products Page, Using UI Kit Components */

.services .uk-section {
  padding-top: 140px;
  padding-bottom: 40px;
}

.services .uk-header-row {
  border-top: none;
  padding-top: 24px;
  margin-bottom: 32px;
  justify-content: flex-start;
  align-items: flex-start;
}

.services .uk-header-row-title {
  font-size: 80px;
  font-weight: 800;
  color: #101223;
  line-height: 1.1;
  margin: 0;
  padding-bottom: 24px;
  text-align: left;
}

.services .uk-header-row-text {
  max-width: 900px;
  font-size: 16px;
  color: #4b5563;
  line-height: 1.6;
  text-align: left;
}

.services .uk-header-row-text p {
  margin-bottom: 16px;
}

.services .uk-header-row-text strong {
  color: #101223;
  font-weight: 700;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .services .uk-header-row-title {
    font-size: 60px;
  }
}

@media (max-width: 640px) {
  .services .uk-section {
    padding-top: 100px;
  }

  .services .uk-header-row-title {
    font-size: 32px;
    padding-bottom: 16px;
  }

  .services .uk-header-row-text {
    font-size: 14px;
  }
}
