.rej-section {
  padding: 84px 0;
}

.rej-pourquoi {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.rej-motiv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 48px;
}

.rej-motiv-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
}

.rej-motiv-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-sm);
}

.rej-motiv-num {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
  color: rgba(107, 30, 91, 0.1);
  letter-spacing: -0.03em;
}

.rej-motiv-card h3 {
  font-size: 1.15rem;
  color: var(--prune);
  margin: 0 0 10px;
  padding-right: 48px;
}

.rej-motiv-card .ldc-wysiwyg {
  color: #5f5863;
  font-size: 0.96rem;
}

.rej-motiv-card .ldc-wysiwyg p {
  margin: 0;
}

.rej-profils {
  background: var(--cream);
}

.rej-profils .e33-shead {
  max-width: 720px;
  margin-bottom: 36px;
}

.rej-profils-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.rej-profil-chip {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  padding: 24px 20px;
  box-shadow: var(--sh-sm);
}

.rej-profil-chip h3 {
  font-size: 1rem;
  color: var(--ink);
  margin: 0 0 8px;
}

.rej-profil-chip .ldc-wysiwyg {
  color: #6c646f;
  font-size: 0.9rem;
}

.rej-profil-chip .ldc-wysiwyg p {
  margin: 0;
}

.rej-blocs {
  background: #fff;
}

.rej-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  align-items: stretch;
}

.rej-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 40px 38px;
  box-shadow: var(--sh-sm);
}

.rej-ic {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--grad);
  margin-bottom: 4px;
}

.rej-card--adh .rej-ic {
  background: linear-gradient(135deg, #F28A5C 0%, #e2703e 100%);
}

.rej-card h2 {
  font-size: 1.5rem;
  color: var(--ink);
  margin: 0;
}

.rej-card .ldc-wysiwyg {
  color: #6c646f;
  font-size: 0.98rem;
  flex: 1;
}

.rej-card .ldc-wysiwyg p {
  margin: 0 0 0.8em;
}

.rej-card .ldc-wysiwyg ul {
  margin: 0;
  padding-left: 1.1em;
}

.rej-card .ldc-wysiwyg li {
  margin-bottom: 6px;
}

.rej-card .e33-btn {
  margin-top: 8px;
}

.rej-etapes {
  background: var(--cream);
  border-top: 1px solid var(--line);
}

.rej-etapes-list {
  list-style: none;
  margin: 44px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  counter-reset: rej-step;
}

.rej-etape {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 28px 22px;
  box-shadow: var(--sh-sm);
}

.rej-etape-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--grad);
  color: #fff;
  font-weight: 800;
  font-size: 1.05rem;
  flex-shrink: 0;
}

.rej-etape-body h3 {
  font-size: 1.05rem;
  color: var(--ink);
  margin: 0 0 8px;
}

.rej-etape-body .ldc-wysiwyg {
  color: #6c646f;
  font-size: 0.92rem;
}

.rej-etape-body .ldc-wysiwyg p {
  margin: 0;
}

@media (max-width: 980px) {
  .rej-profils-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rej-etapes-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 780px) {
  .rej-motiv-grid,
  .rej-grid {
    grid-template-columns: 1fr;
  }

  .rej-profils-grid,
  .rej-etapes-list {
    grid-template-columns: 1fr;
  }

  .rej-section {
    padding: 60px 0;
  }
}
