.services-hero {
  position: relative;
  min-height: 397px;
  overflow: hidden;
  border-bottom: 1px solid var(--color-line);
}

.services-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.59fr) minmax(460px, 0.41fr);
  min-height: 397px;
}

.services-hero__content {
  position: relative;
  z-index: 2;
  padding: 36px 0 30px 96px;
}

.services-hero__content .breadcrumb {
  margin-bottom: 28px;
}

.services-title {
  max-width: 650px;
  color: var(--color-navy-950);
  font-family: var(--font-display);
  font-size: clamp(3rem, 3.7vw, 3.35rem);
  font-weight: 400;
  line-height: 0.96;
}

.services-title span {
  display: block;
}

.services-hero__content > p:not(.eyebrow):not(.breadcrumb) {
  max-width: 520px;
  margin-top: 18px;
  color: var(--color-navy-700);
  font-size: 0.9rem;
  line-height: 1.65;
}

.services-hero__content .button {
  margin-top: 24px;
}

.services-hero__media {
  position: relative;
  min-height: 397px;
  margin-right: -40px;
}

.services-hero__media picture,
.services-hero__media img {
  width: 100%;
  height: 100%;
}

.services-hero__media img {
  object-fit: cover;
  object-position: 64% center;
  filter: saturate(0.36) contrast(1.03) brightness(1.08);
}

.services-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(247, 246, 243, 0.98), rgba(247, 246, 243, 0.18) 38%, rgba(247, 246, 243, 0.02));
  pointer-events: none;
}

.services-hero__arc {
  position: absolute;
  left: -160px;
  top: 8px;
  z-index: 1;
  width: 535px;
  height: 535px;
  stroke: rgba(6, 28, 58, 0.3);
  stroke-width: 1;
  fill: none;
  pointer-events: none;
}

.services-catalog {
  border-bottom: 1px solid var(--color-line);
}

.services-catalog__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-left: 1px solid var(--color-line);
}

.service-card {
  display: flex;
  min-height: 278px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 26px 18px 18px;
  border-right: 1px solid var(--color-line);
  text-align: center;
  transition: background var(--duration-fast) var(--ease-standard);
}

.service-card:hover,
.service-card:focus-within,
.service-card.is-active,
.service-card[aria-current="true"] {
  background: rgba(232, 230, 227, 0.34);
}

.service-card .line-icon {
  width: 44px;
  height: 44px;
}

.service-card h2,
.service-card h3 {
  min-height: 32px;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.4;
  text-transform: uppercase;
}

.service-card p {
  max-width: 320px;
  color: var(--color-navy-700);
  font-size: 0.76rem;
  line-height: 1.5;
}

.services-process__label {
  margin-top: 24px;
  color: var(--color-navy-950);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.featured-service {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--color-line);
}

.featured-service__inner {
  display: grid;
  grid-template-columns: minmax(430px, 0.38fr) minmax(0, 0.62fr);
  min-height: 401px;
}

.featured-service__visual {
  position: relative;
  min-height: 360px;
  margin-left: calc(var(--page-gutter) * -1);
  overflow: hidden;
}

.featured-service__visual picture,
.featured-service__visual img {
  width: 100%;
  height: 100%;
}

.featured-service__visual img {
  object-fit: cover;
  object-position: 38% 58%;
  filter: saturate(0.32) contrast(1.02) brightness(1.08);
}

.featured-service__content {
  position: relative;
  padding: 54px 0 42px 92px;
}

.featured-service__content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--color-line);
}

.featured-service__content::after {
  content: "";
  position: absolute;
  left: -96px;
  top: 18px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(6, 28, 58, 0.28);
  border-radius: 50%;
  border-right-color: transparent;
  pointer-events: none;
}

.featured-service__content h2 {
  margin-top: 14px;
  color: var(--color-navy-950);
  font-family: var(--font-display);
  font-size: clamp(2rem, 2.45vw, 2.55rem);
  font-weight: 400;
  line-height: 1.06;
}

.featured-service__content > p:not(.eyebrow) {
  max-width: 710px;
  margin-top: 14px;
  color: var(--color-navy-700);
  font-size: 0.84rem;
  line-height: 1.65;
}

.featured-service__capabilities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 790px;
  margin-top: 34px;
  border-top: 1px solid var(--color-line);
}

.featured-service__capabilities article {
  min-height: 116px;
  padding: 22px 24px 14px 0;
  border-right: 1px solid var(--color-line);
}

.featured-service__capabilities article + article {
  padding-left: 28px;
}

.featured-service__capabilities article:last-child {
  border-right: 0;
}

.featured-service__capabilities .line-icon {
  width: 34px;
  height: 34px;
}

.featured-service__capabilities h3 {
  margin-top: 12px;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.featured-service__capabilities p {
  margin-top: 8px;
  color: var(--color-navy-700);
  font-size: 0.68rem;
  line-height: 1.55;
}

.featured-service__content .button {
  margin-top: 28px;
}

.services-process {
  overflow: hidden;
  border-bottom: 1px solid var(--color-line);
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.82), transparent 34%),
    linear-gradient(105deg, rgba(232, 230, 227, 0.68), rgba(251, 251, 250, 0.94));
}

.services-process__inner {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  min-height: 304px;
}

.services-process__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 42px 48px 28px;
  border-right: 1px solid var(--color-line);
}

.services-process__intro h2 {
  max-width: 10ch;
  margin-top: 18px;
  color: var(--color-navy-950);
  font-family: var(--font-display);
  font-size: 2.42rem;
  font-weight: 400;
  line-height: 1.04;
}

.services-process__intro p:not(.eyebrow) {
  max-width: 29ch;
  margin-top: 22px;
  color: var(--color-navy-700);
  font-size: 0.8rem;
  line-height: 1.7;
}

.services-process__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
}

.services-process__steps li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 304px;
  padding: 46px 28px 42px;
  border-left: 1px solid rgba(6, 28, 58, 0.09);
}

.services-process__steps li:nth-child(3) {
  background: rgba(214, 218, 208, 0.24);
}

.services-process__steps strong,
.services-process__steps .services-process__number,
.services-process__steps > li > span:first-child {
  display: inline-block;
  margin-right: 12px;
  color: rgba(6, 28, 58, 0.24);
  font-family: var(--font-display);
  font-size: 3.45rem;
  font-weight: 400;
  line-height: 1;
}

.services-process__steps .line-icon {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-top: 8px;
  color: rgba(114, 123, 105, 0.72);
  vertical-align: top;
}

.services-process__steps h3 {
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid rgba(6, 28, 58, 0.18);
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.services-process__steps p {
  margin-top: 14px;
  color: var(--color-navy-700);
  font-size: 0.73rem;
  line-height: 1.66;
}

.deliverables {
  padding: 72px 0 76px;
  border-bottom: 1px solid var(--color-line);
  background: rgba(251, 251, 250, 0.72);
}

.deliverables__inner {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.deliverables__heading {
  align-self: start;
  padding: 10px 16px 0 28px;
}

.deliverables__heading h2 {
  max-width: 10ch;
  margin-top: 18px;
  color: var(--color-navy-950);
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.06;
}

.deliverables__heading > p:not(.eyebrow) {
  max-width: 31ch;
  margin-top: 22px;
  color: var(--color-navy-700);
  font-size: 0.8rem;
  line-height: 1.7;
}

.deliverables__heading .button {
  margin-top: 30px;
}

.deliverables__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  align-content: start;
  border: 1px solid var(--color-line);
  background: var(--color-line);
  list-style: none;
}

.deliverables__list li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 178px;
  padding: 27px 26px 25px;
  background: var(--color-surface-soft);
  color: var(--color-navy-800);
  line-height: 1.55;
}

.deliverables__list li:first-child {
  background: var(--color-navy-950);
  color: rgba(255, 255, 255, 0.78);
}

.deliverables__list .deliverables__number {
  color: rgba(6, 28, 58, 0.28);
  font-family: var(--font-display);
  font-size: 2.35rem;
  line-height: 1;
}

.deliverables__list li:first-child .deliverables__number {
  color: rgba(255, 255, 255, 0.34);
}

.deliverables__list strong {
  margin-top: 18px;
  color: var(--color-navy-950);
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.18;
}

.deliverables__list li:first-child strong {
  color: var(--color-white);
}

.deliverables__list li > span:last-child {
  margin-top: 10px;
  color: var(--color-navy-700);
  font-size: 0.72rem;
  line-height: 1.6;
}

.deliverables__list li:first-child > span:last-child {
  color: rgba(255, 255, 255, 0.7);
}

.services-faq {
  padding: 72px 0 78px;
  border-bottom: 1px solid var(--color-line);
  background:
    linear-gradient(90deg, transparent 0 73%, rgba(232, 230, 227, 0.25) 73% 100%);
}

.services-faq__inner {
  display: grid;
  grid-template-columns: 285px minmax(0, 1fr) 370px;
  gap: 42px;
  align-items: start;
}

.services-faq__heading {
  padding: 8px 10px 0 28px;
}

.services-faq__heading h2 {
  max-width: 8ch;
  margin-top: 18px;
  color: var(--color-navy-950);
  font-family: var(--font-display);
  font-size: 2.42rem;
  font-weight: 400;
  line-height: 1.05;
}

.services-faq__heading > p:not(.eyebrow) {
  max-width: 30ch;
  margin-top: 22px;
  color: var(--color-navy-700);
  font-size: 0.78rem;
  line-height: 1.68;
}

.services-faq__list details {
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}

.services-faq__list details + details {
  border-top: 0;
}

.services-faq__list summary,
.services-faq__list li,
.services-faq__list a,
.services-faq__list button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 82px;
  gap: 20px;
  padding: 0 22px 0 4px;
  color: var(--color-navy-800);
  font-family: var(--font-display);
  font-size: 1rem;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  list-style: none;
}

.services-faq__list summary::-webkit-details-marker {
  display: none;
}

.services-faq__list details p {
  max-width: 64ch;
  margin: -8px 30px 28px 4px;
  color: var(--color-navy-700);
  font-size: 0.78rem;
  line-height: 1.68;
}

.services-faq__list summary::after,
.services-faq__list a::after,
.services-faq__list button::after,
.services-faq__list li::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--color-navy-950);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}

.services-faq__list details[open] summary::after {
  content: "-";
}

.services-insight {
  overflow: hidden;
  border: 1px solid var(--color-line);
  background: rgba(232, 230, 227, 0.42);
}

.services-insight picture,
.services-insight img {
  width: 100%;
}

.services-insight img {
  aspect-ratio: 16 / 6.2;
  object-fit: cover;
  object-position: 64% center;
  filter: saturate(0.34) brightness(1.08);
}

.services-insight__content {
  padding: 28px 30px 30px;
}

.services-insight h3 {
  color: var(--color-navy-950);
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.12;
}

.services-insight__content > p {
  margin-top: 14px;
  color: var(--color-navy-700);
  font-size: 0.76rem;
  line-height: 1.65;
}

.services-insight__points {
  display: grid;
  gap: 8px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(6, 28, 58, 0.14);
  list-style: none;
}

.services-insight__points li {
  position: relative;
  padding-left: 18px;
  color: var(--color-navy-800);
  font-size: 0.69rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.services-insight__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 7px;
  height: 7px;
  border: 1px solid var(--color-line-strong);
  border-radius: 50%;
}

.services-insight .text-arrow,
.services-insight .button-link {
  margin-top: 24px;
}
