.section-comment-louer .reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .65s cubic-bezier(.22,1,.36,1),
              transform .65s cubic-bezier(.22,1,.36,1);
}
.section-comment-louer .reveal.visible { opacity: 1; transform: none; }
.section-comment-louer .reveal-delay-1 { transition-delay: .1s; }
.section-comment-louer .reveal-delay-2 { transition-delay: .2s; }
.section-comment-louer .reveal-delay-3 { transition-delay: .3s; }
.section-comment-louer .reveal-delay-4 { transition-delay: .4s; }

/* ═══════════════════════════════════
   SECTION
═══════════════════════════════════ */
.section-comment-louer {
  box-sizing: border-box;
  padding: 80px 1vw;
  background: #f7f9fc;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #111827;
}
.section-comment-louer *, .section-comment-louer *::before, .section-comment-louer *::after {
  box-sizing: border-box;
}

.section-comment-louer .hiw-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* ── Header ── */
.section-comment-louer .hiw-header {
  text-align: center;
  margin-bottom: 64px;
}

.section-comment-louer .section-eyebrow {
  display: inline-block;
  font-size: .75rem;
  font-weight: 700;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #1a6ef5;
  text-transform: uppercase;
  letter-spacing: .6px;
  margin-bottom: 14px;
}

.section-comment-louer .section-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.6rem, 4vw, 2.25rem);
  font-weight: 800;
  color: #111827;
  line-height: 1.15;
  margin-bottom: 12px;
}

.section-comment-louer .section-sub {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: .9375rem;
  color: #9aa5bb;
  line-height: 1.6;
  margin: 0;
}

/* ── Steps grid ── */
.section-comment-louer .hiw-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}

/* ligne de connexion horizontale */
.section-comment-louer .hiw-steps::before {
  content: '';
  position: absolute;
  top: 40px; left: 10%; right: 10%;
  height: 2px;
  background: linear-gradient(90deg, #e8f0fe 0%, #1a6ef5 50%, #e8f0fe 100%);
  z-index: 0;
}

/* responsive : 2 cols tablette, 1 col mobile */
@media (max-width: 900px) {
  .section-comment-louer .hiw-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
  .section-comment-louer .hiw-steps::before { display: none; }
}
@media (max-width: 480px) {
  .section-comment-louer .hiw-steps {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* ── Step card ── */
.section-comment-louer .hiw-step {
  text-align: center;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

/* cercle icône */
.section-comment-louer .hs-num {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #1a6ef5;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 4px 20px rgba(26,110,245,.15);
  position: relative;
}

.section-comment-louer .hs-num .hn-inner {
  font-size: 1.5rem;
  line-height: 1;
}

/* titre étape */
.section-comment-louer .hs-title {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
}

/* description étape */
.section-comment-louer .hs-sub {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: .8125rem;
  color: #5e6b82;
  line-height: 1.55;
}
