/* ===== Metrics strip (thin proof under trust) ===== */

.metrics-strip {
  background: #f7f6fb;
  border-bottom: 1px solid #e9e9ea;
  padding: 28px 80px;
}

.metrics-strip-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.metrics-strip-card {
  min-width: 0;
  text-align: center;
  padding: 4px 8px;
}

.metrics-strip-value {
  font-size: 32px;
  font-weight: 800;
  color: #5848f7;
  margin-bottom: 10px;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.metrics-strip-label {
  font-size: 15px;
  color: #636168;
  font-weight: 500;
  line-height: 1.35;
}

@media (max-width: 1100px) {
  .metrics-strip-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .metrics-strip {
    padding: 24px 32px;
  }
}

@media (max-width: 640px) {
  .metrics-strip {
    padding: 20px;
  }

  .metrics-strip-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}

/* ===== Trust / enterprise proof (ported from staffing) ===== */

.trust-section {
  background: #fff;
  padding: 72px 80px;
  border-bottom: 1px solid #e9e9ea;
}

.trust-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.trust-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px 72px;
  align-items: center;
}

.trust-title {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1f1c26;
  margin: 0 0 16px;
  max-width: 520px;
}

.trust-intro {
  font-size: 17px;
  line-height: 1.65;
  color: #4c4951;
  margin: 0 0 32px;
  max-width: 520px;
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.trust-badge-link {
  display: inline-flex;
  flex-shrink: 0;
  text-decoration: none;
}

.trust-badge-link img {
  display: block;
  height: 80px;
  width: auto;
}

.trust-badge-stamp {
  display: block;
  height: 64px;
  width: auto;
}

.trust-integrations-mobile {
  display: none;
}

.trust-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(320px, 42vw);
}

.trust-constellation {
  position: relative;
  width: min(100%, 1220px);
  aspect-ratio: 1220 / 620;
  margin: 0 auto;
}

.trust-constellation-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.trust-constellation-lines line,
.trust-constellation-lines path {
  animation: trust-line-dash 9s linear infinite;
}

.trust-constellation-lines line:nth-child(2),
.trust-constellation-lines path:nth-child(2) {
  animation-delay: 0.25s;
}

.trust-constellation-lines line:nth-child(3),
.trust-constellation-lines path:nth-child(3) {
  animation-delay: 0.5s;
}

.trust-constellation-lines line:nth-child(4),
.trust-constellation-lines path:nth-child(4) {
  animation-delay: 0.75s;
}

.trust-constellation-lines line:nth-child(5),
.trust-constellation-lines path:nth-child(5) {
  animation-delay: 1s;
}

.trust-constellation-lines line:nth-child(6),
.trust-constellation-lines path:nth-child(6) {
  animation-delay: 1.25s;
}

.trust-constellation-lines line:nth-child(7),
.trust-constellation-lines path:nth-child(7) {
  animation-delay: 1.5s;
}

@keyframes trust-line-dash {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -24;
  }
}

.trust-mascot-hub {
  position: absolute;
  left: 50%;
  top: 17%;
  transform: translate(-50%, -50%);
  width: 104px;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.trust-mascot-backing {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #fff;
  z-index: 0;
}

.trust-visual-mascot {
  position: relative;
  width: 82px;
  height: 82px;
  display: block;
  z-index: 1;
}

.trust-orbit-logo {
  position: absolute;
  transform: translate(-50%, -50%);
  display: block;
  height: auto;
  z-index: 3;
  object-fit: contain;
  padding: 8px 10px;
  box-sizing: content-box;
  background: #fff;
  border-radius: 8px;
}

/* Slot map: slate, salesforce, workday, canvas, hubspot, targetx */
.trust-orbit-logo--slate {
  left: 2.4%;
  top: 41.5%;
  width: 110px;
}

.trust-orbit-logo--salesforce {
  left: 16.5%;
  top: 71%;
  width: 98px;
  padding: 10px 12px;
  background: #fff;
  border-radius: 8px;
}

.trust-orbit-logo--workday {
  left: 38%;
  top: 89.8%;
  width: 138px;
}

.trust-orbit-logo--canvas {
  left: 67.5%;
  top: 84%;
  width: 82px;
  /* Vertical mark: sit the icon on the line tip, not the mid-card gap */
  transform: translate(-50%, -28%);
}

.trust-orbit-logo--hubspot {
  left: 86.5%;
  top: 64%;
  width: 118px;
}

.trust-orbit-logo--targetx {
  left: 96%;
  top: 41.5%;
  width: 128px;
}

@media (max-width: 900px) {
  .trust-section {
    padding: 56px 32px;
  }

  .trust-split {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .trust-title,
  .trust-intro {
    max-width: none;
  }

  .trust-visual {
    min-height: 0;
  }
}

@media (max-width: 768px) {
  .trust-section {
    padding: 48px 20px;
    overflow-x: hidden;
  }

  .trust-title,
  .trust-intro {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }

  .trust-badges {
    justify-content: center;
    gap: 16px;
    width: 100%;
  }

  .trust-badge-link img {
    height: 64px;
    width: auto;
    max-width: 100%;
  }

  .trust-badge-stamp {
    height: 52px;
    width: auto;
    max-width: 100%;
  }

  .trust-visual {
    display: none !important;
  }

  .trust-integrations-mobile {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 16px;
    justify-items: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }

  .trust-integration-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 108px;
    min-height: 64px;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #e9e9ea;
    border-radius: 8px;
    box-sizing: border-box;
  }

  .trust-integration-logo img {
    display: block;
    height: 56px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
  }
}
