.customer-proof {
  padding: clamp(56px, 7vw, 96px) clamp(20px, 5vw, 72px);
  border-bottom: 1px solid rgba(8, 40, 60, 0.1);
  background:
    radial-gradient(circle at 92% 8%, rgba(10, 119, 117, 0.1), transparent 24rem),
    #f3f8f7;
  color: var(--ink, #08283c);
}

.customer-proof-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.customer-proof-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.7fr);
  gap: clamp(30px, 6vw, 84px);
  align-items: end;
  margin-bottom: clamp(30px, 4vw, 52px);
}

.customer-proof-eyebrow {
  margin: 0 0 12px;
  color: var(--teal, #0a7775);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.customer-proof-heading h2 {
  max-width: 760px;
  margin: 0;
  color: var(--ink, #08283c);
  font-size: clamp(30px, 4.1vw, 54px);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.customer-proof-intro {
  margin: 0;
  color: #45606f;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.65;
}

.customer-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.customer-proof-card {
  display: grid;
  grid-template-rows: minmax(74px, 1fr) auto;
  min-height: 142px;
  margin: 0;
  padding: 20px 18px 16px;
  border: 1px solid rgba(8, 40, 60, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
}

.customer-proof-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.customer-proof-logo img {
  display: block;
  width: auto;
  max-width: min(172px, 86%);
  height: auto;
  max-height: 54px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.76;
}

.customer-proof-card[data-customer="ijm"] .customer-proof-logo img,
.customer-proof-card[data-customer="mitrajaya"] .customer-proof-logo img {
  max-height: 61px;
}

.customer-proof-card figcaption {
  padding-top: 13px;
  border-top: 1px solid rgba(8, 40, 60, 0.09);
  color: #355263;
  font-size: 12px;
  font-weight: 820;
  line-height: 1.25;
  text-align: center;
}

.customer-proof-boundary {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  max-width: 940px;
  margin: 22px 0 0;
  color: #60737d;
  font-size: 12px;
  line-height: 1.55;
}

.customer-proof-boundary::before {
  display: grid;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(10, 119, 117, 0.28);
  border-radius: 50%;
  color: var(--teal, #0a7775);
  content: "i";
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  place-items: center;
}

@media (max-width: 820px) {
  .customer-proof-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .customer-proof-intro {
    max-width: 680px;
  }

  .customer-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .customer-proof {
    padding-right: 16px;
    padding-left: 16px;
  }

  .customer-proof-grid {
    gap: 8px;
  }

  .customer-proof-card {
    min-height: 126px;
    padding: 16px 10px 13px;
    border-radius: 14px;
  }

  .customer-proof-logo img {
    max-width: 88%;
    max-height: 45px;
  }

  .customer-proof-card[data-customer="ijm"] .customer-proof-logo img,
  .customer-proof-card[data-customer="mitrajaya"] .customer-proof-logo img {
    max-height: 50px;
  }

  .customer-proof-card figcaption {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .customer-proof-logo img {
    transition: none;
  }
}
