.container.Q2-Promo-Form {
  max-width: 800px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 0;
  overflow: hidden;
}

.Q2-Promo-Form .form-header {
  background-color: #014476;
  color: white;
  padding: 30px;
  border-radius: 8px 8px 0 0;
  margin-bottom: 0;
}

.Q2-Promo-Form .form-header h1 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.Q2-Promo-Form .form-header p {
  margin: 10px 0 0;
  opacity: 0.9;
}

.Q2-Promo-Form .form-body {
  padding: 30px;
}

.Q2-Promo-Form .section-title {
  color: #014476;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
}

.Q2-Promo-Form .form-section {
  background-color: #f8f9fa;
  border-radius: 6px;
  padding: 24px;
  margin-bottom: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.Q2-Promo-Form .form-section:last-child {
  margin-bottom: 0;
}

.Q2-Promo-Form .form-label {
  font-weight: 600;
  color: #014476;
  margin-bottom: 16px;
  display: block;
}

.Q2-Promo-Form .form-question {
  margin-bottom: 32px;
}

.Q2-Promo-Form .form-question:last-child {
  margin-bottom: 0;
}

.Q2-Promo-Form .checkbox-group {
  margin-bottom: 4px;
  margin-left: 38px;
}

.Q2-Promo-Form .checkbox-group .form-check-label {
  font-weight: normal;
}

.Q2-Promo-Form .form-check-input:checked {
  background-color: #014476;
  border-color: #014476;
}

.Q2-Promo-Form .form-question .select-block {
  position: relative;
  margin-left: 38px;
  width: calc(100% - 38px);
}

.Q2-Promo-Form .custom-select {
  height: 50px;
  padding: 8px 16px 8px 48px;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  color: #666;
  margin-top: 8px;
  display: block;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23666' d='M8 11.5l-6-6 1.5-1.5L8 8.5l4.5-4.5L14 5.5l-6 6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}

.Q2-Promo-Form .select-block svg {
  position: absolute;
  top: 17px;
  left: 17px;
}

.Q2-Promo-Form .custom-select:focus {
  border-color: #014476;
  outline: none;
  box-shadow: 0 0 0 3px rgba(1, 68, 118, 0.15);
}

.Q2-Promo-Form .step-number {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #C51939;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  margin-right: 8px;
  font-weight: bold;
  float: left;
}

.Q2-Promo-Form .submit-btn {
  background-color: #014476;
  border: none;
  padding: 12px 20px;
  font-weight: 600;
  width: 100%;
}

.Q2-Promo-Form .submit-btn:hover {
  background-color: #013561;
}

.Q2-Promo-Form .section-divider {
  height: 1px;
  background-color: #e0e0e0;
  margin: 30px 0;
}

.Q2-Promo-Form #movingGuide {
  display: none;
  padding: 30px;
}

.Q2-Promo-Form .guide-header {
  background-color: #014476;
  color: white;
  padding: 24px;
  border-radius: 6px;
  margin-bottom: 30px;
}

.Q2-Promo-Form .guide-section {
  background-color: #f8f9fa;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.Q2-Promo-Form .guide-section h3 {
  color: #C51939;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.Q2-Promo-Form .restart-btn {
  background-color: #C51939;
  border: none;
  padding: 12px 20px;
  font-weight: 600;
  margin-top: 20px;
}

.Q2-Promo-Form .restart-btn:hover {
  background-color: #a3142f;
}
