.promotion-lead-form {
  background: #fff;
  border: 1px solid #d9e1e2;
  border-radius: 3px;
  padding: 20px;
  width: 590px;
  max-width: 100%;
}

.promotion-lead-form .form-section-title {
  font-family: 'Mulish', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  margin: 16px 0 12px;
}

.promotion-lead-form .form-section-title:first-child {
  margin-top: 0;
}

.promotion-lead-form .field-group {
  margin-bottom: 12px;
}

.promotion-lead-form .field-group > label,
.promotion-lead-form .js-form-item:not(.form-check) > label {
  display: none !important;
}

.promotion-lead-form .form-control {
  height: 56px;
  border: 1px solid #d9e1e2;
  border-radius: 0;
  font-family: 'Mulish', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #3c3c3c;
  padding: 0 16px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
}

.promotion-lead-form .form-control::placeholder {
  color: #3c3c3c;
  font-weight: 600;
}

.promotion-lead-form .form-control:focus {
  border-color: #1464f4;
  box-shadow: none;
  outline: none;
}

.promotion-lead-form select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #84a3b6;
  font-weight: 600;
  padding-right: 40px;
  background-image: url(/themes/custom/vinfast/images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px;
}

.promotion-lead-form select.form-control:not([data-selected=""]) {
  color: #3c3c3c;
}

.promotion-lead-form select.form-control option {
  color: #3c3c3c;
}

.promotion-lead-form select.form-control option[value=""] {
  color: #84a3b6;
}

.promotion-lead-form select.form-control:disabled {
  background-color: #f7f9f9;
  cursor: not-allowed;
  opacity: 0.7;
}

.promotion-lead-form .dealer-select .form-control,
.promotion-lead-form .dealer-select select.form-control {
  background-color: #f7f9f9;
}

.promotion-lead-form .form-actions {
  text-align: center;
  margin: 20px 0 0;
  padding: 0;
}

.promotion-lead-form .btn-submit-promotion {
  display: inline-block;
  width: 240px;
  height: 48px;
  background: #fff;
  border: 1px solid #1464f4;
  color: #1464f4;
  font-family: 'Mulish', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  line-height: 48px;
  padding: 0;
}

.promotion-lead-form .btn-submit-promotion:hover:not(:disabled) {
  background: #1464f4;
  color: #fff;
}

.promotion-lead-form .btn-submit-promotion:disabled,
.promotion-lead-form .btn-submit-promotion.btn-submit-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.promotion-lead-form .consent-section {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 30px;
}

.promotion-lead-form .consent-title {
  font-family: 'Mulish', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  margin: 0 0 12px;
}

.promotion-lead-form .consent-text {
  font-family: 'Mulish', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: #3c3c3c;
  margin: 0;
}

.promotion-lead-form .consent-text a {
  color: #1464f4;
  text-decoration: none;
}

.promotion-lead-form .consent-text a:hover {
  text-decoration: underline;
}

.promotion-lead-form .form-check {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin: 0;
}

.promotion-lead-form .form-check-input {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 1px solid #d9e1e2;
  border-radius: 0;
  flex-shrink: 0;
  margin-top: 2px;
  appearance: auto;
}

.promotion-lead-form .form-check-label {
  font-family: 'Mulish', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: #3c3c3c;
}

.promotion-lead-form .form-check-label a {
  color: #1464f4;
  text-decoration: underline;
}

.promotion-lead-form .error-message {
  color: red;
  font-size: 12px;
  display: none;
  margin-top: -8px;
  margin-bottom: 4px;
}

.promotion-lead-form .form-error {
  color: red;
  font-size: 14px;
  text-align: center;
}

.promotion-lead-form .required-mark {
  color: #1464f4;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .promotion-lead-form {
    width: 100%;
    padding: 16px;
  }

  .promotion-lead-form .btn-submit-promotion {
    width: 240px;
  }
}
