#hs-configurateur {
  max-width: 720px; margin: 0 auto; font-family: 'Epilogue', sans-serif;
}
.hs-step { margin-bottom: 2rem;
}
.hs-step-label { font-size: 11px; font-weight: 600; letter-spacing: 
  0.1em; text-transform: uppercase; color: #888; margin-bottom: 0.75rem;
}
.hs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 
  10px;
}
.hs-qty-grid { display: grid; grid-template-columns: repeat(6, 1fr); 
  gap: 8px;
}
.hs-card { background: #fff; border: 1px solid #e0e0e0; border-radius: 
  6px; padding: 0.875rem 1rem; cursor: pointer; transition: border-color 
  0.15s;
}
.hs-card:hover { border-color: #1B3D5F;
}
.hs-card.selected { border: 2px solid #1B3D5F;
}
.hs-card-title { font-size: 13px; font-weight: 500; color: #222;
}
.hs-card-sub { font-size: 11px; color: #888; margin-top: 3px;
}
.hs-qty-btn { background: #fff; border: 1px solid #e0e0e0; 
  border-radius: 6px; padding: 0.6rem 0.25rem; cursor: pointer; 
  font-size: 13px; font-weight: 500; text-align: center; color: #222; 
  transition: border-color 0.15s;
}
.hs-qty-btn:hover { border-color: #1B3D5F;
}
.hs-qty-btn.selected { border: 2px solid #1B3D5F;
}
.hs-da-row { display: flex; align-items: center; gap: 12px; background: 
  #f5f5f5;
  border-radius: 6px; padding: 0.875rem 1rem; cursor: pointer; border: 
  1px solid #e0e0e0;
}
.hs-da-row input[type=checkbox] { width: 16px; height: 16px; 
  accent-color: #1B3D5F; cursor: pointer;
}
.hs-da-text { font-size: 13px; color: #222; flex: 1;
}
.hs-da-price { font-size: 13px; font-weight: 500; color: #888;
}
.hs-result { background: #1B3D5F; border-radius: 8px; padding: 1.25rem 
  1.5rem; margin-top: 1.5rem; display: none;
}
.hs-result.visible { display: block;
}
.hs-result-row { display: flex; justify-content: space-between; 
  margin-bottom: 0.5rem;
}
.hs-result-label { font-size: 12px; color: rgba(255,255,255,0.6);
}
.hs-result-val { font-size: 13px; font-weight: 500; color: #fff;
}
.hs-total-label { font-size: 12px; color: rgba(255,255,255,0.6); 
  margin-top: 0.75rem; padding-top: 0.75rem; border-top: 1px solid 
  rgba(255,255,255,0.2);
}
.hs-total { font-size: 30px; font-weight: 600; color: #fff; margin-top: 
  4px;
}
.hs-ttc { font-size: 11px; color: rgba(255,255,255,0.5); margin-top: 
  2px;
}
.hs-cta { display: block; width: 100%; margin-top: 1rem; padding: 
  0.875rem; background: #2E7D8C; border: none; border-radius: 6px; 
  color: #fff; font-family: 'Epilogue', sans-serif; font-size: 14px; 
  font-weight: 500; cursor: pointer; transition: opacity 0.15s;
}
.hs-cta:hover { opacity: 0.9; } .hs-cta:disabled { opacity: 0.35; 
cursor: not-allowed; } /* Formulaire */ .hs-form { margin-top: 2rem; 
display: none; } .hs-form.visible { display: block; } .hs-recap {
  background: #f5f5f5; border-radius: 6px; padding: 1rem 1.25rem; 
  margin-bottom: 1.5rem; font-size: 13px; color: #444;
}
.hs-recap-title { font-size: 11px; font-weight: 600; text-transform: 
  uppercase; letter-spacing: 0.08em; color: #888; margin-bottom: 0.5rem;
}
.hs-field { margin-bottom: 1.25rem; } .hs-field label { display: block; 
  font-size: 11px; font-weight: 600; text-transform: uppercase; 
  letter-spacing: 0.06em; color: #888; margin-bottom: 6px;
}
.hs-field input, .hs-field textarea { width: 100%; padding: 0.75rem 
  1rem; border: 1px solid #e0e0e0; border-radius: 6px; font-family: 
  'Epilogue', sans-serif; font-size: 14px; color: #222; background: 
  #fff;
}
.hs-field textarea { resize: vertical; min-height: 90px;
}
.hs-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 
  1rem;
}
.hs-error { font-size: 11px; color: #c0392b; margin-top: 4px; display: 
  none;
}
.hs-back { font-size: 13px; color: #888; cursor: pointer; margin-bottom: 
  1.5rem; display: inline-block;
}
.hs-back:hover { color: #222; } .hs-success { background: #f5f5f5; 
  border-radius: 8px; padding: 2rem; text-align: center; display: none;
}
.hs-success.visible { display: block; } .hs-success-title { font-size: 
  18px; font-weight: 600; color: #1B3D5F; margin-bottom: 0.5rem;
}
.hs-success-sub { font-size: 14px; color: #666; line-height: 1.6;
}
