:root {
  --ddd-services-ink: #17242a;
  --ddd-services-muted: #5e6a70;
  --ddd-services-brand: #174b57;
  --ddd-services-brand-strong: #103943;
  --ddd-services-accent: #ef6a3a;
  --ddd-services-line: #dfe7e8;
  --ddd-services-soft: #f4f8f8;
  --ddd-services-white: #ffffff;
}

.ddd-services-section,
.ddd-services-section * {
  box-sizing: border-box;
}

.ddd-services-section {
  color: var(--ddd-services-ink);
  background: var(--ddd-services-white);
}

.ddd-services-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 84px 0 88px;
}

.ddd-services-heading {
  max-width: 720px;
}

.ddd-services-eyebrow {
  margin: 0 0 10px;
  color: var(--ddd-services-accent);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22px;
}

.ddd-services-heading h2,
.ddd-services-audience h2,
.ddd-services-process h2,
.ddd-services-cta h2 {
  margin: 0;
  color: var(--ddd-services-brand-strong);
  font-weight: 700;
  letter-spacing: 0;
}

.ddd-services-heading h2 {
  font-size: 34px;
  line-height: 1.35;
}

.ddd-services-lead {
  max-width: 650px;
  margin: 14px 0 0;
  color: var(--ddd-services-muted);
  font-size: 16px;
  line-height: 28px;
}

.ddd-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.ddd-service-card {
  min-width: 0;
  min-height: 334px;
  padding: 24px 22px 22px;
  border: 1px solid var(--ddd-services-line);
  border-radius: 6px;
  background: var(--ddd-services-white);
}

.ddd-service-card:hover {
  border-color: #b6cbce;
  box-shadow: 0 8px 22px rgba(23, 75, 87, 0.08);
}

.ddd-service-number {
  margin: 0 0 15px;
  color: var(--ddd-services-accent);
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.ddd-service-card h3 {
  margin: 0;
  color: var(--ddd-services-brand-strong);
  font-size: 22px;
  line-height: 30px;
}

.ddd-service-card > p:not(.ddd-service-number) {
  min-height: 72px;
  margin: 12px 0 16px;
  color: var(--ddd-services-muted);
  font-size: 14px;
  line-height: 24px;
}

.ddd-service-card ul,
.ddd-services-audience ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ddd-service-card li {
  position: relative;
  padding-left: 15px;
  color: var(--ddd-services-ink);
  font-size: 14px;
  line-height: 25px;
}

.ddd-service-card li::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ddd-services-accent);
  content: "";
}

.ddd-services-audience {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
  gap: 40px;
  align-items: center;
  margin-top: 68px;
  padding: 28px 32px;
  background: var(--ddd-services-soft);
}

.ddd-services-audience h2,
.ddd-services-process h2 {
  font-size: 25px;
  line-height: 1.45;
}

.ddd-services-audience ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
}

.ddd-services-audience li {
  position: relative;
  padding-left: 18px;
  color: var(--ddd-services-brand);
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

.ddd-services-audience li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 9px;
  height: 5px;
  border-bottom: 2px solid #62a786;
  border-left: 2px solid #62a786;
  transform: rotate(-45deg);
  content: "";
}

.ddd-services-process {
  margin-top: 68px;
}

.ddd-services-process > header {
  max-width: 620px;
}

.ddd-services-process ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.ddd-services-process li {
  position: relative;
  min-width: 0;
  padding-top: 18px;
  border-top: 2px solid var(--ddd-services-brand);
}

.ddd-services-process li span {
  display: inline-block;
  color: var(--ddd-services-accent);
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.ddd-services-process li h3 {
  margin: 10px 0 8px;
  color: var(--ddd-services-brand-strong);
  font-size: 18px;
  line-height: 26px;
}

.ddd-services-process li p {
  margin: 0;
  color: var(--ddd-services-muted);
  font-size: 14px;
  line-height: 24px;
}

.ddd-services-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 70px;
  padding: 30px 32px;
  color: var(--ddd-services-white);
  background: var(--ddd-services-brand-strong);
}

.ddd-services-cta .ddd-services-eyebrow {
  color: #ffd0be;
}

.ddd-services-cta h2 {
  color: var(--ddd-services-white);
  font-size: 24px;
  line-height: 1.45;
}

.ddd-services-cta p:last-child {
  max-width: 680px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 22px;
}

.ddd-services-cta a {
  display: inline-flex;
  min-width: 156px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 10px 18px;
  border-radius: 5px;
  color: var(--ddd-services-white);
  background: var(--ddd-services-accent);
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.ddd-services-cta a:hover,
.ddd-services-cta a:focus-visible {
  background: #d95729;
}

@media screen and (max-width: 960px) {
  .ddd-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ddd-services-process ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 28px;
  }
}

@media screen and (max-width: 680px) {
  .ddd-services-inner {
    width: calc(100% - 32px);
    padding: 58px 0 64px;
  }

  .ddd-services-heading h2 {
    font-size: 28px;
  }

  .ddd-services-lead {
    font-size: 15px;
    line-height: 26px;
  }

  .ddd-services-grid,
  .ddd-services-process ol {
    grid-template-columns: 1fr;
  }

  .ddd-service-card {
    min-height: 0;
  }

  .ddd-service-card > p:not(.ddd-service-number) {
    min-height: 0;
  }

  .ddd-services-audience {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 52px;
    padding: 24px 20px;
  }

  .ddd-services-audience h2,
  .ddd-services-process h2 {
    font-size: 22px;
  }

  .ddd-services-process {
    margin-top: 52px;
  }

  .ddd-services-cta {
    display: block;
    margin-top: 54px;
    padding: 24px 20px;
  }

  .ddd-services-cta h2 {
    font-size: 21px;
  }

  .ddd-services-cta a {
    width: 100%;
    margin-top: 20px;
  }
}
