.services-page-body {
  background: #fff;
  color: var(--body-color);
}

.services-page-body .site-header {
  background: #070a0f;
}

.services-page-body .site-menu-main > .nav-item > .nav-link-item.is-active {
  color: var(--accent-color);
}

.mp-services-page {
  overflow: hidden;
}

.mp-services-hero {
  position: relative;
  min-height: 390px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #020711 url("../images/services/services-hero.webp") center center / cover no-repeat;
}

.mp-services-hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 74px 210px 68px;
  text-align: center;
}

.mp-services-kicker {
  margin: 0 0 14px;
  color: var(--accent-color);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.mp-services-hero h1 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(60px, 6vw, 86px);
  line-height: 0.96;
  letter-spacing: -4px;
}

.mp-services-hero__lead {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
}

.mp-services-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #fff;
  font-size: 14px;
}

.mp-services-breadcrumb a { color: #fff; }
.mp-services-breadcrumb i,
.mp-services-breadcrumb span { color: var(--accent-color); }

.mp-services-hero__side {
  position: absolute;
  top: 50%;
  z-index: 1;
  max-width: 170px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  line-height: 1.55;
  letter-spacing: 1px;
  text-transform: uppercase;
  transform: translateY(-50%);
}

.mp-services-hero__side--left { left: 42px; text-align: left; }
.mp-services-hero__side--right { right: 42px; text-align: right; }
.mp-services-hero__side::after {
  content: "";
  display: block;
  width: 38px;
  height: 2px;
  margin-top: 16px;
  background: var(--accent-color);
}
.mp-services-hero__side--right::after { margin-left: auto; }

.mp-services-section {
  padding: 76px 0;
}

.mp-services-section--soft {
  background: #f7f9fc;
}

.mp-services-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.mp-services-heading h2 {
  margin: 0 0 14px;
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1.04;
  letter-spacing: -2.5px;
}

.mp-services-heading p:last-child {
  max-width: 720px;
  margin: 0 auto;
  color: var(--body-color);
  font-size: 17px;
  line-height: 1.55;
}

.mp-services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.mp-service-card {
  min-height: 184px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 18px 20px 18px 18px;
  border: 1px solid #dce3ee;
  border-radius: 8px;
  background: #fff;
  transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.mp-service-card:hover {
  border-color: rgba(0, 91, 255, .55);
  transform: translateY(-3px);
  box-shadow: 0 16px 38px rgba(10, 42, 91, .08);
}

.mp-service-card__image {
  width: 150px;
  height: 146px;
  display: block;
  object-fit: contain;
  border-radius: 7px;
  background: #f8fbff;
}

.mp-service-card h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.2;
}

.mp-service-card p {
  margin: 0 0 12px;
  color: var(--body-color);
  font-size: 15px;
  line-height: 1.45;
}

.mp-service-card__more {
  color: var(--accent-color);
  font-size: 14px;
  font-weight: 800;
}

.mp-service-card__arrow {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #8d9aae;
  border-radius: 50%;
  color: var(--heading-color);
  font-size: 13px;
  transition: color .25s ease, border-color .25s ease, background .25s ease;
}

.mp-service-card:hover .mp-service-card__arrow {
  border-color: var(--accent-color);
  color: #fff;
  background: var(--accent-color);
}

.mp-services-strip {
  overflow: hidden;
  background: #070a0f;
}

.mp-services-strip__track {
  min-width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 27px 32px;
  color: #fff;
}

.mp-services-strip__track strong {
  font-family: "DM Sans", sans-serif;
  font-size: 25px;
  white-space: nowrap;
}

.mp-services-strip__track i {
  color: var(--accent-color);
  font-size: 15px;
}

.mp-services-strategy {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 58px;
  align-items: center;
}

.mp-services-strategy h2 {
  margin: 0 0 18px;
  font-size: clamp(44px, 4.3vw, 64px);
  line-height: 1.02;
  letter-spacing: -2.7px;
}

.mp-services-strategy__intro {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 1.55;
}

.mp-services-benefits {
  display: grid;
  gap: 19px;
}

.mp-services-benefit {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  align-items: start;
}

.mp-services-benefit__icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #071225;
  background: #ffcf00;
  font-size: 18px;
}

.mp-services-benefit h3 {
  margin: 0 0 3px;
  font-size: 19px;
}

.mp-services-benefit p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}

.mp-services-strategy__image {
  width: 100%;
  height: auto !important;
  aspect-ratio: 1320 / 1100;
  display: block;
  object-fit: contain;
}

.mp-services-faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
  align-items: start;
}

.mp-services-faq details {
  border: 1px solid #d5ddea;
  border-radius: 7px;
  background: #fff;
  overflow: hidden;
}

.mp-services-faq details[open] { border-color: var(--accent-color); }

.mp-services-faq summary {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.mp-services-faq summary::-webkit-details-marker { display: none; }
.mp-services-faq details[open] summary { color: var(--accent-color); }

.mp-services-faq summary i {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 9px;
  transition: transform .25s ease;
}

.mp-services-faq details[open] summary i { transform: rotate(45deg); }

.mp-services-faq details p {
  margin: 0;
  padding: 0 48px 18px 18px;
  color: var(--body-color);
  font-size: 14px;
  line-height: 1.5;
}

.mp-services-cta {
  background: #f9fbff url("../images/services/services-cta.webp") center / cover no-repeat;
  border-top: 1px solid #edf1f7;
  border-bottom: 1px solid #edf1f7;
}

.mp-services-cta__inner {
  min-height: 245px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding-top: 44px;
  padding-bottom: 44px;
}

.mp-services-cta h2 {
  max-width: 790px;
  margin: 0;
  font-size: clamp(48px, 5vw, 72px);
  line-height: .98;
  letter-spacing: -3px;
}

.mp-services-cta h2 span { color: var(--accent-color); }

.mp-services-cta__button {
  flex: 0 0 auto;
  width: 92px;
  height: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 8px solid #dceaff;
  border-radius: 50%;
  color: #fff;
  background: var(--accent-color);
  font-size: 26px;
  box-shadow: 0 0 0 1px var(--accent-color);
  transition: transform .25s ease, background .25s ease;
}

.mp-services-cta__button:hover { color: #fff; background: #0049cc; transform: translateX(4px); }

.services-page-body .sofax-footer-titlev5 { display: none; }

.services-page-body .sofax-footer-section { padding-top: 0; }

@media (max-width: 1199px) {
  .mp-services-hero__content { padding-right: 180px; padding-left: 180px; }
  .mp-service-card { grid-template-columns: 124px minmax(0, 1fr); gap: 18px; }
  .mp-service-card__image { width: 124px; height: 124px; }
}

@media (max-width: 991px) {
  .mp-services-hero { min-height: 330px; }
  .mp-services-hero__content { padding: 64px 24px; }
  .mp-services-hero__side { display: none; }
  .mp-services-section { padding: 62px 0; }
  .mp-services-grid,
  .mp-services-strategy { grid-template-columns: 1fr; }
  .mp-services-strategy { gap: 34px; }
  .mp-services-strategy__image { max-width: 720px; margin: 0 auto; }
  .mp-services-strip__track { justify-content: flex-start; }
}

@media (max-width: 767px) {
  .mp-services-hero { min-height: 270px; background-position: 48% center; }
  .mp-services-hero h1 { font-size: 50px; letter-spacing: -2.2px; }
  .mp-services-hero__lead { font-size: 15px; }
  .mp-services-section { padding: 48px 0; }
  .mp-services-heading { margin-bottom: 30px; }
  .mp-services-heading h2,
  .mp-services-strategy h2 { font-size: 36px; letter-spacing: -1.4px; }
  .mp-service-card { grid-template-columns: 92px minmax(0, 1fr); gap: 16px; min-height: 0; padding: 14px; }
  .mp-service-card__image { width: 92px; height: 100px; grid-row: span 2; }
  .mp-service-card h3 { font-size: 19px; }
  .mp-service-card p { font-size: 14px; }
  .mp-service-card__arrow { display: none; }
  .mp-services-strip__track { gap: 17px; padding: 21px 18px; }
  .mp-services-strip__track strong { font-size: 19px; }
  .mp-services-faq { grid-template-columns: 1fr; }
  .mp-services-cta__inner { min-height: 280px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 30px; }
  .mp-services-cta h2 { max-width: 340px; font-size: 43px; letter-spacing: -2px; }
  .mp-services-cta__button { width: 76px; height: 76px; }
}
