.oem-quick {
  padding: 100px 20px;
  color: #333;
  background: #fff;
  border-top: 3px solid #00529f;
  border-bottom: 1px solid #edf0f3;
}

.oem-quick__inner {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
}

.oem-quick__head {
  max-width: 900px;
  margin: 0 0 28px;
  text-align: left;
}

.oem-quick__eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 20px;
  color: #00529f;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.oem-quick__eyebrow::before {
  content: "";
  flex: 0 0 40px;
  height: 1px;
  background: #00529f;
}

.oem-quick__head h2,
.oem-quick__success h2 {
  margin: 0 0 22px;
  color: #1c2539;
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 700;
  line-height: 1.4;
}

.oem-quick__head p:not(.oem-quick__eyebrow) {
  margin: 0;
  font-size: 16px;
  line-height: 2;
}

.oem-quick__head p + p {
  margin-top: 14px;
  color: #66717d;
}

.oem-quick__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 26px;
  padding: 38px 40px 42px;
  background: #fff;
  border-top: 3px solid #00529f;
}

.oem-quick__field--full {
  grid-column: 1 / -1;
}

.oem-quick__required-note {
  margin: 0 0 -5px;
  color: #66717d;
  font-size: 13px;
}

.oem-quick__required-note span {
  margin-right: 4px;
  color: #b42318;
  font-weight: 700;
}

.oem-quick__field {
  display: flex;
  flex-direction: column;
}

.oem-quick__field label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 9px;
  color: #1c2539;
  font-size: 15px;
  font-weight: 700;
}

.oem-quick__field label .oem-quick__requirement {
  padding: 2px 6px;
  color: #00529f;
  background: transparent;
  border: 1px solid #00529f;
  border-radius: 0;
  font-size: 11px;
  line-height: 1.3;
}

.oem-quick__field label .oem-quick__requirement--required {
  color: #b42318;
  border-color: #b42318;
}

.oem-quick__field small {
  order: 3;
  display: block;
  margin: 7px 0 0;
  color: #66717d;
  font-size: 12px;
  line-height: 1.6;
}

.oem-quick__field .oem-quick__message-help {
  order: 1;
  margin: -2px 0 8px;
}

.oem-quick input[type="text"],
.oem-quick input[type="email"],
.oem-quick input[type="tel"],
.oem-quick textarea {
  width: 100%;
  padding: 13px 14px;
  color: #333;
  background: #fff;
  border: 1px solid #cbd3db;
  border-radius: 0;
  font: inherit;
  line-height: 1.6;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.oem-quick__field input,
.oem-quick__field textarea {
  order: 2;
}

.oem-quick textarea {
  min-height: 120px;
  resize: vertical;
}

.oem-quick input:focus,
.oem-quick textarea:focus {
  outline: 0;
  border-color: #00529f;
  box-shadow: 0 0 0 2px rgba(0, 82, 159, 0.16);
}

.oem-quick .is-error input,
.oem-quick .is-error textarea {
  border: 2px solid #b42318;
}

.oem-quick__field-error {
  order: 4;
  margin: 7px 0 0;
  color: #b42318;
  font-size: 14px;
  font-weight: 700;
}

.oem-quick__error-summary {
  margin: 0 0 22px;
  padding: 14px 18px;
  color: #7a271a;
  background: #fff4f2;
  border-left: 3px solid #b42318;
}

.oem-quick__error-summary p {
  margin: 5px 0 0;
}

.oem-quick__privacy label {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  color: #333;
  font-size: 14px;
  line-height: 1.7;
}

.oem-quick__privacy input {
  flex: 0 0 auto;
  width: auto;
  min-height: 0;
  margin-top: 5px;
}

.oem-quick a {
  color: #00529f;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.oem-quick__actions {
  text-align: left;
}

.oem-quick__actions button {
  min-width: min(100%, 420px);
  padding: 16px 28px;
  color: #fff;
  background: #00529f;
  border: 1px solid #00529f;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}

.oem-quick__actions button:hover,
.oem-quick__actions button:focus-visible {
  color: #00529f;
  background: #fff;
}

.oem-quick__actions button:disabled {
  opacity: 0.65;
  cursor: wait;
}

.oem-quick__full {
  margin: 22px 0 0;
  padding: 18px 0 0;
  color: #5d666f;
  border-top: 1px solid #dfe5ea;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}

.oem-quick__success {
  grid-column: 1 / -1;
  padding: 48px;
  background: #f8fbff;
  border-top: 3px solid #00529f;
  text-align: center;
}

.oem-quick__trap {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.oem-quick [role="status"]:focus,
.oem-quick [role="alert"]:focus {
  outline: 3px solid rgba(0, 82, 159, 0.25);
}

@media (max-width: 991px) {
  .oem-quick {
    padding: 80px 20px;
  }

  .oem-quick__inner {
    max-width: 760px;
  }

  .oem-quick__head {
    max-width: 680px;
    margin-bottom: 22px;
  }
}

@media (max-width: 767px) {
  .oem-quick {
    padding: 64px 15px;
  }

  .oem-quick__inner {
    max-width: 100%;
  }

  .oem-quick__eyebrow {
    margin-bottom: 16px;
  }

  .oem-quick__head h2,
  .oem-quick__success h2 {
    margin-bottom: 18px;
    font-size: 26px;
    line-height: 1.55;
  }

  .oem-quick__head p:not(.oem-quick__eyebrow) {
    font-size: 15px;
    line-height: 1.85;
  }

  .oem-quick__form {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 28px 18px 32px;
  }

  .oem-quick__field--full {
    grid-column: 1;
  }

  .oem-quick__actions button {
    width: 100%;
    min-width: 0;
    padding-inline: 18px;
  }

  .oem-quick__success {
    padding: 36px 20px;
  }
}
