.sqp-form {
  max-width: 700px;
  margin: auto;
  background: #f5f1e8;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  font-family: "Segoe UI", sans-serif;
}

.sqp-form h3 {
  text-align: center;
  color: #3e2f1c;
  margin-bottom: 20px;
}

.sqp-form input,
.sqp-form select,
.sqp-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #d6c7a1;
  border-radius: 8px;
  background: #fffdf8;
}

.sqp-form button {
  width: 100%;
  padding: 14px;
  background: #c19a6b;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.sqp-form button:hover {
  background: #a67c52;
}
