.decisionSurfacesSection .problemIntro {
  margin-bottom: var(--landing-space-3);
}
.decisionSurfacesIntro {
  margin: 0 auto 1.9rem;
  max-width: none;
}
.decisionSurfaceGrid {
  display: grid;
  padding-top: 1.9rem;
  gap: 0.85rem 1.1rem;
}
.decisionSurfaceGrid .fitCard {
  text-align: left;
  background: transparent;
  border: none;
  border-top: 1px solid #e0e0db;
  border-radius: 0;
  padding: 0.7rem 0 0.55rem;
}
.decisionSurfaceGrid .fitCard h3 {
  margin: 0 0 0.22rem;
  font-size: 0.98rem;
  font-weight: 600;
  color: #2e2e2b;
}
.decisionSurfaceGrid .fitCard p {
  font-size: 0.94rem;
  color: #5f5f59;
  line-height: 1.58;
}
.whoSection .fitGrid {
  gap: 0.85rem 1.1rem;
  padding-top: 1.9rem;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.whoSection .fitCard {
  text-align: left;
  background: transparent;
  border: none;
  border-top: 1px solid #e0e0db;
  border-radius: 0;
  padding: 0.7rem 0 0.55rem;
}
.whoSection .fitCard h3 {
  margin: 0 0 0.22rem;
  font-size: 0.98rem;
  font-weight: 600;
  color: #2e2e2b;
}
.whoSection .fitCard p {
  font-size: 0.94rem;
  color: #5f5f59;
  line-height: 1.58;
}
.fitGrid {
  display: grid;
  gap: 1rem;
}
.fitCard {
  border: 1px solid #e0e0db;
  border-radius: 0.75rem;
  background: #ffffff;
  padding: 1rem;
}
.fitCard h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
}
.fitCard p {
  margin: 0;
  color: #666660;
}
.useCasesSupportLine {
  margin: 1rem auto 0;
  max-width: 68ch;
  color: #666660;
  font-size: 0.92rem;
  line-height: 1.6;
}
.trustSection .sectionLabel {
  margin-bottom: 1rem;
}
.trustIntro {
  margin: 0 0 var(--landing-space-3);
  font-family: var(--landing-font-body), "Segoe UI", sans-serif;
  font-size: clamp(1.45rem, 2.5vw, 1.9rem);
  font-weight: 600;
  line-height: 1.2;
  color: #2d2d2a;
}
.trustBodyIntro {
  margin: 0 0 0.95rem;
  font-size: 0.98rem;
  color: #5f5f59;
  line-height: 1.6;
}
.trustStatements {
  gap: 0.85rem 1.1rem;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.trustPoint {
  margin: 0;
  padding-top: 0.62rem;
  border-top: 1px solid #e0e0db;
}
.trustPoint .bodyText {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #4b4b46;
  text-align: center;
}
@media (min-width: 900px) {
  .fitGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .decisionSurfaceGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .whoSection .fitGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .trustStatements {
    grid-template-columns: repeat(2, minmax(0, 340px));
    justify-content: center;
  }
  .decisionSurfacesIntro {
    white-space: nowrap;
  }
}
