.credibility-block {
  background: repeating-linear-gradient(-45deg, rgba(0,0,0,0.15) 0px, rgba(0,0,0,0.15) 1px, transparent 1px, transparent 6px), var(--blue-dark);
  padding: clamp(20px, 2.5vw, 30px) 0;
}

.credibility-inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.credibility-eyebrow {
  display: inline-block;
  font-size: var(--t-eyebrow);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: var(--t-eyebrow-ls);
  color: #4db8ff;
  background: rgba(77,184,255,0.12);
  border-radius: 50px;
  padding: 6px 18px;
  margin-bottom: 16px;
}

.credibility-heading {
  font-size: clamp(32px, 4.5vw, 60px);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 12px;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.credibility-subhead {
  font-size: clamp(15px, 1.2vw, 18px);
  color: rgba(255,255,255,0.6);
  font-style: italic;
  font-weight: 400;
  margin-bottom: clamp(32px, 4vw, 52px);
}

.credibility-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 0;
  align-items: center;
}

.credibility-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 16px;
  padding: clamp(28px, 3vw, 40px) clamp(20px, 2vw, 32px);
  overflow: hidden;
  height: 100%;
}

.credibility-item::before {
  content: '';
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 4px;
  background: #4db8ff;
  border-radius: 16px 0 0 16px;
}

.cred-step-num {
  position: absolute;
  top: 10px;
  right: 16px;
  font-size: 72px;
  font-weight: 800;
  color: rgba(255,255,255,0.05);
  line-height: 1;
  user-select: none;
  pointer-events: none;
  letter-spacing: -0.04em;
}

.cred-hook {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #4db8ff;
  margin-bottom: 12px;
  margin-top: 4px;
}

.cred-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(12px, 1.5vw, 24px);
  color: rgba(255,255,255,0.2);
  flex-shrink: 0;
}

.cred-connector svg {
  width: 40px;
  height: 24px;
}

.credibility-illustration {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.credibility-illustration img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.credibility-stat {
  font-size: clamp(28px, 3.2vw, 48px);
  font-weight: 800;
  color: #4db8ff;
  margin-bottom: 8px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.credibility-label {
  font-size: clamp(14px, 1.2vw, 17px);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 16px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.credibility-body {
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.75;
  color: rgba(255,255,255,0.7);
}

.credibility-body strong {
  color: rgba(255,255,255,0.95);
  font-weight: 700;
}

@media (max-width: 860px) {
  .credibility-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .cred-connector {
    transform: rotate(90deg);
    padding: 4px 0;
  }
}
