/* Parcours Ensemble — aligné sur la charte sage (#8DAA91, #FFFDFB, #4A3F35, #E67E5F) */
.ensemble-body {
  margin: 0;
  min-height: 100vh;
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  background: #fffdfb;
  color: #4a3f35;
  line-height: 1.55;
}

.ensemble-wrap {
  max-width: 40rem;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 3rem;
}

.ensemble-header {
  margin-bottom: 1.75rem;
}

.ensemble-brand {
  font-family: "Lexend", "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  color: #8daa91;
  letter-spacing: -0.02em;
}

.ensemble-tagline {
  margin: 0.35rem 0 1rem;
  font-size: 0.95rem;
  color: #6b5f54;
}

.ensemble-progress {
  height: 6px;
  background: rgba(74, 63, 53, 0.12);
  border-radius: 999px;
  overflow: hidden;
}

.ensemble-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #8daa91, #6d8f73);
  border-radius: 999px;
  transition: width 0.25s ease;
}

.ensemble-step {
  margin: 0.5rem 0 0;
  font-size: 0.8rem;
  color: #8a7f75;
}

.ensemble-main h1 {
  font-family: "Lexend", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
  color: #4a3f35;
}

.ensemble-main p.lead {
  font-size: 1.05rem;
  color: #5c5248;
  margin: 0 0 1.25rem;
}

.ensemble-main p.small {
  font-size: 0.85rem;
  color: #8a7f75;
  margin: 0 0 1rem;
}

.ensemble-form label {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  margin: 1rem 0 0.35rem;
  color: #4a3f35;
}

.ensemble-form label span.req {
  color: #e67e5f;
  font-weight: 700;
}

.ensemble-form input[type="text"],
.ensemble-form input[type="email"],
.ensemble-form input[type="tel"],
.ensemble-form input[type="number"],
.ensemble-form input[type="url"],
.ensemble-form select,
.ensemble-form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(74, 63, 53, 0.2);
  border-radius: 12px;
  background: #fff;
  color: #4a3f35;
  font-size: 1rem;
}

.ensemble-form textarea {
  min-height: 6rem;
  resize: vertical;
}

.ensemble-form fieldset {
  border: 1px solid rgba(74, 63, 53, 0.12);
  border-radius: 16px;
  padding: 1rem 1rem 0.25rem;
  margin: 1.25rem 0 0;
}

.ensemble-form fieldset legend {
  font-weight: 600;
  padding: 0 0.35rem;
  color: #4a3f35;
}

.ensemble-check {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0.5rem 0;
  font-weight: 400;
}

.ensemble-check input {
  margin-top: 0.25rem;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.ensemble-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.ensemble-btn {
  display: inline-block;
  padding: 0.75rem 1.35rem;
  border: none;
  border-radius: 14px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}

.ensemble-btn-primary {
  background: #8daa91;
  color: #fff;
}

.ensemble-btn-primary:hover {
  background: #7a9a82;
}

.ensemble-btn-ghost {
  background: transparent;
  color: #6b5f54;
  border: 1px solid rgba(74, 63, 53, 0.2);
}

.ensemble-btn-ghost:hover {
  background: rgba(141, 170, 145, 0.12);
}

.ensemble-alert {
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: rgba(230, 126, 95, 0.12);
  color: #5c3d32;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

.ensemble-foot {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(74, 63, 53, 0.1);
  font-size: 0.8rem;
  color: #8a7f75;
  text-align: center;
}

.ensemble-foot a {
  color: #e67e5f;
}
