/* ── SECTION: trans-hero ── */
.trans-hero {
  min-height: 50vh;
  padding: 8rem 1.5rem 4rem;
  text-align: center;
  position: relative; overflow: hidden;
}
.trans-hero::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
}
.trans-hero h1 {
  font-size: clamp(2.5rem,5vw,4rem); font-weight: 700; margin-bottom: 1rem;
}
.trans-hero h1 em { font-style: italic; }
.trans-hero p {
  max-width: 580px; margin: .5rem auto 2.5rem;
  font-size: 1.02rem; line-height: 1.80;
}
.trans-trust-row {
  display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;
}
.trust-chip {
  display: flex; align-items: center; gap: .6rem;
  border-radius: 50px; padding: 8px 18px;
}
.trust-chip p { font-size: .78rem; font-weight: 700; margin: 0; }
