/* Triplan Website / Group Trips — "Comment ça marche" (V5)
 * Section de réassurance en 3 étapes, texte géré au CRM.
 */

.tp-gt-how {
  background: var(--tp-midnight, #0B2239);
  color: var(--tp-ivory, #F6F3EE);
  padding: clamp(48px, 7vw, 84px) 0;
  font-family: var(--tp-body-font, "Inter", sans-serif);
}

.tp-gt-how *,
.tp-gt-how *::before,
.tp-gt-how *::after {
  box-sizing: border-box;
}

.tp-gt-how__inner {
  max-width: var(--tp-content-narrow, 1100px);
  margin: 0 auto;
  padding: 0 var(--tp-section-padding-x-desktop, clamp(16px, 4vw, 48px));
}

.tp-gt-how__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tp-cyan-soft, #9DE2E8);
}

.tp-gt-how__tick {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--tp-terracotta, #D9784B);
}

.tp-gt-how__title {
  margin: 0 0 34px;
  font-family: var(--tp-heading-font, "Bricolage Grotesque", sans-serif);
  font-weight: 700;
  letter-spacing: -0.01em;
  font-size: clamp(24px, 3.6vw, 38px);
  max-width: 20ch;
}

.tp-gt-how__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: 18px;
}

.tp-gt-how__step {
  background: rgba(246, 243, 238, 0.04);
  border: 1px solid rgba(246, 243, 238, 0.12);
  border-radius: 16px;
  padding: 22px;
}

.tp-gt-how__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--tp-cyan, #1BBACA);
  color: var(--tp-midnight, #0B2239);
  font-family: var(--tp-heading-font, "Bricolage Grotesque", sans-serif);
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 14px;
}

.tp-gt-how__step-title {
  margin: 0 0 6px;
  font-family: var(--tp-heading-font, "Bricolage Grotesque", sans-serif);
  font-weight: 700;
  font-size: 18px;
  color: var(--tp-ivory, #F6F3EE);
}

.tp-gt-how__step-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(246, 243, 238, 0.72);
}
