body[data-section="services"] {
  background: #ffffff;
  color: #13233c;
}

body[data-section="services"] .z-service-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 0 48px;
}

body[data-section="services"] .z-service-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 26px auto 0;
  display: grid;
  gap: 18px;
}

body[data-section="services"] .z-service-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: #708097;
  font-size: 14px;
}

body[data-section="services"] .z-service-breadcrumbs a {
  color: #4a5d7a;
  text-decoration: none;
}

body[data-section="services"] .z-service-breadcrumbs a:hover {
  color: #173f99;
}

body[data-section="services"] .z-service-hero,
body[data-section="services"] .z-service-card,
body[data-section="services"] .z-service-cta {
  border: 1px solid #e7edf4;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(18, 31, 53, 0.05);
}

body[data-section="services"] .z-service-hero {
  padding: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.82fr);
  gap: 24px;
}

body[data-section="services"] .z-service-hero__main,
body[data-section="services"] .z-service-hero__aside {
  display: grid;
  gap: 16px;
}

body[data-section="services"] .z-service-kicker,
body[data-section="services"] .z-service-card__eyebrow,
body[data-section="services"] .z-service-cta__eyebrow {
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7d8a9c;
}

body[data-section="services"] .z-service-title {
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 0.97;
  letter-spacing: -0.045em;
  color: #13233c;
}

body[data-section="services"] .z-service-subtitle {
  margin: 0;
  max-width: 740px;
  font-size: 17px;
  line-height: 1.58;
  color: #44546d;
}

body[data-section="services"] .z-service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body[data-section="services"] .z-btn {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid #d8e0ea;
  background: #ffffff;
  color: #13233c;
  text-decoration: none;
  transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

body[data-section="services"] .z-btn:hover {
  transform: translateY(-1px);
  background: #f8fbff;
  border-color: #c5d1e2;
}

body[data-section="services"] .z-btn--primary {
  border-color: rgba(24, 70, 183, 0.16);
  background: #edf3ff;
  color: #14347d;
}

body[data-section="services"] .z-btn--primary:hover {
  background: #e5eeff;
}

body[data-section="services"] .z-service-note {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: #f4f7fb;
  color: #52627d;
  font-size: 14px;
  font-weight: 700;
}

body[data-section="services"] .z-service-helper {
  margin: 0;
  color: #66758d;
  line-height: 1.55;
}

body[data-section="services"] .z-service-panel {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid #e7edf4;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
  display: grid;
  gap: 10px;
}

body[data-section="services"] .z-service-panel__title {
  margin: 0;
  font-size: 18px;
  color: #13233c;
}

body[data-section="services"] .z-service-meta {
  display: grid;
  gap: 10px;
}

body[data-section="services"] .z-service-meta__row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: baseline;
  padding-bottom: 10px;
  border-bottom: 1px solid #edf2f7;
}

body[data-section="services"] .z-service-meta__row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

body[data-section="services"] .z-service-meta__row span {
  color: #718098;
  font-size: 14px;
}

body[data-section="services"] .z-service-meta__row strong {
  color: #13233c;
  font-size: 15px;
  text-align: right;
}

body[data-section="services"] .z-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body[data-section="services"] .z-service-card {
  padding: 22px;
  display: grid;
  gap: 14px;
}

body[data-section="services"] .z-service-card--full {
  grid-column: 1 / -1;
}

body[data-section="services"] .z-service-card__title {
  margin: 0;
  font-size: clamp(24px, 2.2vw, 30px);
  line-height: 1.1;
  color: #13233c;
}

body[data-section="services"] .z-service-text {
  margin: 0;
  color: #485872;
  line-height: 1.64;
}

body[data-section="services"] .z-service-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

body[data-section="services"] .z-service-list li {
  padding: 12px 14px;
  border-radius: 16px;
  background: #f7f9fc;
  color: #24344f;
  line-height: 1.5;
}

body[data-section="services"] .z-service-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body[data-section="services"] .z-service-step {
  padding: 16px;
  border-radius: 18px;
  border: 1px solid #e7edf4;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
  display: grid;
  gap: 8px;
}

body[data-section="services"] .z-service-step__num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #edf3ff;
  color: #1846b7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
}

body[data-section="services"] .z-service-step__title {
  margin: 0;
  font-size: 16px;
  color: #13233c;
}

body[data-section="services"] .z-service-step__desc {
  margin: 0;
  color: #55657f;
  line-height: 1.52;
}

body[data-section="services"] .z-service-cta {
  padding: 24px 26px;
  display: grid;
  gap: 12px;
}

body[data-section="services"] .z-service-cta__title {
  margin: 0;
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1.05;
  color: #13233c;
}

body[data-section="services"] .z-service-cta__text {
  margin: 0;
  max-width: 700px;
  color: #4e5f79;
  line-height: 1.58;
}

@media (max-width: 1080px) {
  body[data-section="services"] .z-service-hero,
  body[data-section="services"] .z-service-grid {
    grid-template-columns: 1fr;
  }

  body[data-section="services"] .z-service-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body[data-section="services"] .z-service-shell {
    width: min(100%, calc(100% - 28px));
  }

  body[data-section="services"] .z-service-hero,
  body[data-section="services"] .z-service-card,
  body[data-section="services"] .z-service-cta {
    padding: 18px;
    border-radius: 22px;
  }

  body[data-section="services"] .z-service-actions,
  body[data-section="services"] .z-service-meta__row {
    flex-direction: column;
    align-items: flex-start;
  }

  body[data-section="services"] .z-service-meta__row strong {
    text-align: left;
  }

  body[data-section="services"] .z-service-steps {
    grid-template-columns: 1fr;
  }

  body[data-section="services"] .z-btn {
    width: 100%;
    justify-content: center;
  }
}
