.huidanalyze {
  max-width: 920px;
  margin: 0 auto;
  border: 2px solid #ef4f4f;
  background: #fff;
  padding: 22px 24px 26px;
  font-family: "Barlow", Arial, sans-serif;
  color: #111;
}
.huidanalyze .ha-steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #d8d8d8;
}
.huidanalyze .ha-step {
  width: 25%;
  border: 0 !important;
  border-bottom: 2px solid transparent !important;
  padding: 8px 16px !important;
  margin-bottom: -1px;
  background: transparent !important;
  color: #111 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
}
.huidanalyze .ha-step.is-active {
  color: #f5453f !important;
  border-bottom-color: #f5453f !important;
}
.huidanalyze .ha-pane { display: none; }
.huidanalyze .ha-pane.is-active { display: block; }
.huidanalyze .ha-pane h4 {
  margin: 8px 0 14px;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 700;
}
.huidanalyze .ha-form select {
  width: 200px !important;
  max-width: 200px !important;
  min-height: 28px !important;
  border: 1px solid #aaa !important;
  border-radius: 4px !important;
  padding: 0 8px !important;
  margin: 0 0 24px;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  color: #444 !important;
  background: #fff !important;
  appearance: auto !important;
}
.huidanalyze .ha-actions {
  display: flex;
  gap: 6px;
  margin-top: 2px;
}
.huidanalyze .ha-actions .ha-btn,
.huidanalyze .ha-actions a.ha-btn {
  width: 200px !important;
  min-width: 200px !important;
  max-width: 200px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f5453f !important;
  color: #fff !important;
  padding: 13px 20px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 19.5px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  text-align: center !important;
  cursor: pointer !important;
  box-shadow: none !important;
  height: 43px !important;
}
.huidanalyze .ha-actions .ha-btn[disabled] {
  background: #f5453f !important;
  opacity: .65 !important;
}
.huidanalyze .ha-btn-red {
  background: #f5453f !important;
}
.huidanalyze .ha-result {
  padding-top: 4px;
}
.huidanalyze .ha-result-grid {
  display: block;
  margin: 1rem 0 1.25rem;
}
.huidanalyze .ha-item {
  display: block;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0 0 0.5rem;
  text-decoration: none;
  color: #f5453f;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.huidanalyze .ha-result .ha-actions {
  margin: 0.75rem 0 1.5rem;
  gap: 0.75rem;
}
.huidanalyze .ha-result .ha-actions .ha-btn,
.huidanalyze .ha-result .ha-actions a.ha-btn {
  width: 200px !important;
  min-width: 200px !important;
  max-width: 200px !important;
}
.huidanalyze .ha-success {
  margin-top: 10px;
  color: #0b7d3c;
  font-size: 0.9375rem;
}
.huidanalyze .ha-result h5 {
  max-width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  margin: 0 0 0.75rem;
  color: #111;
}
.huidanalyze .ha-callback h5 {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0 0 0.75rem;
  font-weight: 600;
}
.huidanalyze .ha-callback label {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #111;
}
.huidanalyze .ha-callback input {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 2.75rem !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  padding: 0.5rem 0.75rem !important;
  margin: 0.25rem 0 0.75rem !important;
  font-size: 1rem !important;
  line-height: 1.4 !important;
  color: #333 !important;
  background: #fff !important;
}
.huidanalyze .ha-callback [data-feedback-submit] {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  background: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
  border-radius: 999px !important;
  margin-top: 0.5rem;
  padding: 0.65rem 1.25rem !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  height: auto !important;
}
@media (max-width: 680px) {
  .huidanalyze {
    padding: 16px;
  }
  .huidanalyze .ha-step {
    font-size: 22px;
  }
  .huidanalyze .ha-pane h4 {
    font-size: 28px;
  }
  .huidanalyze .ha-form select,
  .huidanalyze .ha-callback input {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 16px !important;
    min-height: 42px !important;
  }
  .huidanalyze .ha-result h5,
  .huidanalyze .ha-callback h5 {
    font-size: 1rem;
  }
  .huidanalyze .ha-item {
    font-size: 1rem;
  }
  .huidanalyze .ha-callback label {
    font-size: 0.9375rem;
  }
  .huidanalyze .ha-actions { flex-direction: column; }
  .huidanalyze .ha-actions .ha-btn,
  .huidanalyze .ha-actions a.ha-btn { width: 100% !important; min-width: 0 !important; max-width: none !important; }
}
