/* Formulaires guides — remplacement HubSpot (Zoho) */
.landing-guide-form-root .cms-form-field {
  margin-bottom: 1rem;
}

.landing-guide-form-root label {
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 600;
  color: #fff;
}

.landing-guide-form-root input[type="text"],
.landing-guide-form-root input[type="email"],
.landing-guide-form-root input[type="tel"],
.landing-guide-form-root select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0.5rem 0.65rem;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.landing-guide-form-root .cms-form-submit {
  margin-top: 1.25rem;
  text-align: center;
}

.landing-guide-form-root .cms-form-message {
  margin-bottom: 1rem;
  padding: 0.75rem;
  border-radius: 3px;
}

.landing-guide-form-root .cms-form-message--error {
  background: #fdd;
  color: #600;
}

.landing-guide-form-root .hp-field {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.custom_sideberForm-inner .landing-guide-form-root .theme-btn {
  width: 100%;
  max-width: 280px;
}
