:root {
  --qe-purple: #6554f5;
  --qe-purple-dark: #4b3de0;
  --qe-purple-soft: #f4f1ff;
  --qe-purple-soft-2: #f8f6ff;
  --qe-navy: #1f2937;
  --qe-text: #596172;
  --qe-muted: #7a8091;
  --qe-border: #e8e5f2;
  --qe-white: #ffffff;
  --qe-danger: #d64545;
  --qe-danger-soft: #fff3f3;
  --qe-info-soft: #eef4ff;
  --qe-info: #325ea8;
  --qe-shadow: 0 18px 45px rgba(31, 41, 55, 0.08);
}

html,
body.qe-public-form-page {
  margin: 0;
  padding: 0;
  background: #fcfbff;
  color: var(--qe-navy);
}

.qe-public-form-page * {
  box-sizing: border-box;
}

.qe-public-form-page .site,
.qe-public-form-page .site-content,
.qe-public-form-page .content-area,
.qe-public-form-page .site-main {
  margin: 0;
}

.qe-quotation-page {
  min-height: 100vh;
  padding: 0 20px 72px;
  font-family: inherit;
}

.qe-form-hero {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  overflow: hidden;
  padding: 64px 0 42px;
  background:
    radial-gradient(circle at 92% 12%, rgba(101, 84, 245, 0.12), transparent 22%),
    radial-gradient(circle at 8% 20%, rgba(101, 84, 245, 0.08), transparent 18%),
    linear-gradient(180deg, #fbfaff 0%, #f7f5ff 100%);
}

.qe-form-hero__inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.qe-form-shell {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.qe-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--qe-purple);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.qe-form-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--qe-navy);
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.08;
  font-weight: 700;
}

.qe-form-hero p {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--qe-text);
  font-size: 17px;
  line-height: 1.7;
}

.qe-form-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.qe-form-hero__badges span {
  display: inline-flex;
  align-items: center;
  padding: 12px 16px;
  color: var(--qe-purple-dark);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #e5defe;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  backdrop-filter: blur(8px);
}

.qe-form-progress {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 30px;
}

.qe-form-progress__track {
  position: relative;
  overflow: hidden;
  flex: 1 1 auto;
  height: 10px;
  background: rgba(101, 84, 245, 0.12);
  border-radius: 999px;
}

.qe-form-progress__bar {
  display: block;
  width: 25%;
  height: 100%;
  background: linear-gradient(90deg, var(--qe-purple), #9487ff);
  border-radius: inherit;
  transition: width 0.25s ease;
}

.qe-form-progress__label {
  min-width: 48px;
  color: var(--qe-purple-dark);
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}

.qe-form-shell {
  margin-top: 26px;
}

.qe-alert {
  margin-bottom: 18px;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid transparent;
  font-size: 15px;
  line-height: 1.6;
}

.qe-alert--error {
  color: #8a1f1f;
  background: var(--qe-danger-soft);
  border-color: #f0cccc;
}

.qe-alert--info {
  color: #214a90;
  background: var(--qe-info-soft);
  border-color: #d6e4ff;
}

.qe-public-form {
  padding: 34px;
  background: var(--qe-white);
  border: 1px solid var(--qe-border);
  border-radius: 28px;
  box-shadow: var(--qe-shadow);
}

.qe-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.qe-form-section {
  margin: 0 0 24px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--qe-border);
  border-radius: 24px;
}

.qe-form-section--consent {
  background: linear-gradient(180deg, #faf9ff 0%, #f5f2ff 100%);
}

.qe-section-heading {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 24px;
  padding: 0;
}

.qe-section-heading__number {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  color: #fff;
  background: linear-gradient(135deg, var(--qe-purple), #8c7fff);
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(101, 84, 245, 0.22);
}

.qe-section-heading strong {
  display: block;
  margin: 2px 0 5px;
  color: var(--qe-navy);
  font-size: 24px;
  line-height: 1.2;
}

.qe-section-heading small {
  display: block;
  color: var(--qe-text);
  font-size: 14px;
  line-height: 1.6;
}

.qe-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.qe-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.qe-field--full {
  grid-column: 1 / -1;
}

.qe-field label,
.qe-subheading {
  color: var(--qe-navy);
  font-size: 14px;
  font-weight: 700;
}

.qe-field label b {
  color: var(--qe-purple);
}

.qe-field input,
.qe-field textarea {
  width: 100%;
  padding: 15px 16px;
  color: var(--qe-navy);
  background: #fff;
  border: 1px solid #ddd9ed;
  border-radius: 16px;
  font: inherit;
  line-height: 1.5;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.qe-field textarea {
  resize: vertical;
  min-height: 120px;
}

.qe-field input::placeholder,
.qe-field textarea::placeholder {
  color: #9aa1b2;
}

.qe-field input:focus,
.qe-field textarea:focus {
  outline: none;
  border-color: #9b8dff;
  box-shadow: 0 0 0 4px rgba(101, 84, 245, 0.12);
}

.qe-field.has-error input,
.qe-field.has-error textarea,
.qe-choice-grid.has-error,
.qe-consent.has-error {
  border-color: #e9aaaa;
}

.qe-field small,
.qe-error-text {
  color: var(--qe-danger);
  font-size: 13px;
  line-height: 1.5;
}

.qe-subheading {
  margin-bottom: 14px;
}

.qe-subheading--addons {
  margin-top: 24px;
}

.qe-choice-grid,
.qe-addon-grid {
  display: grid;
  gap: 16px;
}

.qe-choice-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0;
}

.qe-addon-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.qe-choice-card,
.qe-addon-card {
  position: relative;
  display: block;
  cursor: pointer;
}

.qe-choice-card input,
.qe-addon-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.qe-choice-card__content,
.qe-addon-card span {
  display: flex;
  height: 100%;
  padding: 18px 18px;
  background: #fff;
  border: 1px solid #ddd9ed;
  border-radius: 18px;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.qe-choice-card__content {
  flex-direction: column;
  gap: 8px;
  min-height: 148px;
}

.qe-choice-card__content strong {
  color: var(--qe-navy);
  font-size: 16px;
  line-height: 1.45;
}

.qe-choice-card__content em {
  color: var(--qe-text);
  font-size: 14px;
  line-height: 1.6;
  font-style: normal;
}

.qe-addon-card span {
  align-items: center;
  color: var(--qe-navy);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

.qe-choice-card:hover .qe-choice-card__content,
.qe-addon-card:hover span {
  transform: translateY(-2px);
  border-color: #c8bfff;
  box-shadow: 0 12px 24px rgba(101, 84, 245, 0.08);
}

.qe-choice-card.is-selected .qe-choice-card__content,
.qe-addon-card.is-selected span,
.qe-choice-card input:checked + .qe-choice-card__content,
.qe-addon-card input:checked + span {
  background: linear-gradient(180deg, #fbfaff 0%, #f4f1ff 100%);
  border-color: #8f81ff;
  box-shadow: 0 16px 28px rgba(101, 84, 245, 0.12);
}

.qe-consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid #ddd9ed;
  border-radius: 16px;
}

.qe-consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--qe-purple);
}

.qe-consent span {
  color: var(--qe-navy);
  font-size: 15px;
  line-height: 1.65;
}

.qe-submit-panel {
  position: relative;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  padding: 30px;
  overflow: hidden;
  color: var(--qe-navy);
  background:
    radial-gradient(circle at 94% 12%, rgba(101, 84, 245, 0.18), transparent 30%),
    linear-gradient(135deg, #f8f6ff 0%, #f2efff 100%);
  border: 1px solid #e4defe;
  border-radius: 24px;
}

.qe-submit-panel::after {
  position: absolute;
  top: -78px;
  right: -62px;
  width: 220px;
  height: 220px;
  content: "";
  border: 34px solid rgba(101, 84, 245, 0.07);
  border-radius: 50%;
  pointer-events: none;
}

.qe-submit-panel > * {
  position: relative;
  z-index: 1;
}

.qe-submit-panel strong {
  display: block;
  margin-bottom: 8px;
  color: var(--qe-navy);
  font-size: 24px;
  line-height: 1.2;
}

.qe-submit-panel p {
  max-width: 700px;
  margin: 0;
  color: var(--qe-text);
  font-size: 15px;
  line-height: 1.75;
}

.qe-submit-button {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  flex: 0 0 auto;
  color: #fff;
  background: linear-gradient(135deg, var(--qe-purple), #8374ff);
  border: 0;
  border-radius: 16px;
  box-shadow: 0 18px 34px rgba(101, 84, 245, 0.28);
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.qe-submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 38px rgba(101, 84, 245, 0.34);
}

.qe-submit-button:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(101, 84, 245, 0.14), 0 18px 34px rgba(101, 84, 245, 0.28);
}

@media (max-width: 920px) {
  .qe-choice-grid,
  .qe-addon-grid,
  .qe-grid {
    grid-template-columns: 1fr;
  }

  .qe-public-form {
    padding: 24px;
  }

  .qe-form-section {
    padding: 22px;
  }

  .qe-submit-panel {
    flex-direction: column;
    align-items: flex-start;
  }

  .qe-submit-button {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .qe-quotation-page {
    padding: 0 14px 44px;
  }

  .qe-form-hero {
    padding: 44px 0 28px;
  }

  .qe-form-hero__inner {
    width: min(100% - 28px, 1120px);
  }

  .qe-form-hero__badges {
    gap: 10px;
  }

  .qe-form-hero__badges span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .qe-section-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .qe-public-form {
    padding: 18px;
    border-radius: 20px;
  }

  .qe-form-section {
    padding: 18px;
    border-radius: 18px;
  }

  .qe-section-heading strong {
    font-size: 20px;
  }

  .qe-submit-panel {
    padding: 20px;
  }

  .qe-submit-panel strong {
    font-size: 20px;
  }
}


.qe-success-card {
  padding: 48px 40px;
  background: linear-gradient(180deg, #ffffff 0%, #f8f6ff 100%);
  border: 1px solid #dfd9ff;
  border-radius: 28px;
  box-shadow: var(--qe-shadow);
  text-align: center;
}

.qe-success-card__icon {
  display: inline-flex;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #fff;
  background: linear-gradient(135deg, var(--qe-purple), #8c7fff);
  border-radius: 50%;
  box-shadow: 0 16px 30px rgba(101, 84, 245, 0.25);
  font-size: 30px;
  font-weight: 700;
}

.qe-success-card__eyebrow {
  margin: 0 0 8px;
  color: var(--qe-purple);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.qe-success-card h2 {
  margin: 0;
  color: var(--qe-navy);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.2;
}

.qe-success-card > p:not(.qe-success-card__eyebrow) {
  max-width: 700px;
  margin: 14px auto 0;
  color: var(--qe-text);
  font-size: 16px;
  line-height: 1.7;
}

.qe-success-reference {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  flex-direction: column;
  margin-top: 26px;
  padding: 18px 30px;
  background: var(--qe-purple-soft);
  border: 1px solid #d8d0ff;
  border-radius: 18px;
}

.qe-success-reference span {
  color: var(--qe-text);
  font-size: 13px;
  font-weight: 600;
}

.qe-success-reference strong {
  color: var(--qe-purple-dark);
  font-size: 22px;
  letter-spacing: 0.03em;
}

.qe-success-card .qe-success-card__note {
  font-size: 14px;
}

/* Standalone quotation page header. The menu follows the WordPress Primary Menu. */
.qe-site-header {
  position: relative;
  z-index: 20;
  width: 100%;
  background:
    radial-gradient(circle at 92% 12%, rgba(101, 88, 255, 0.08), transparent 22%),
    radial-gradient(circle at 8% 20%, rgba(101, 88, 255, 0.05), transparent 18%),
    linear-gradient(180deg, #f7f5ff 0%, #f7f5ff 100%);
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.qe-form-hero {
  background:
    radial-gradient(circle at 92% 12%, rgba(101, 88, 255, 0.08), transparent 22%),
    radial-gradient(circle at 8% 20%, rgba(101, 88, 255, 0.05), transparent 18%),
    linear-gradient(180deg, #f7f5ff 0%, #f7f5ff 100%);
}

.qe-site-header__inner {
  display: flex;
  width: min(1180px, calc(100% - 40px));
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 auto;
}

.qe-site-brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.qe-site-brand .custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.qe-site-brand .custom-logo {
  width: auto;
  max-width: 190px;
  max-height: 52px;
}

.qe-site-brand__name {
  color: #5A43EF;
  font-size: 21px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease;
}

.qe-site-brand__name:hover,
.qe-site-brand__name:focus {
  color: #4632cc;
}

.qe-site-nav {
  min-width: 0;
}

.qe-site-nav__menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.qe-site-nav__menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.qe-site-nav__menu a {
  display: inline-flex;
  padding: 9px 0;
  color: var(--qe-navy);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.qe-site-nav__menu a:hover,
.qe-site-nav__menu a:focus {
  color: var(--qe-purple);
}

.qe-legal-link {
  color: var(--qe-purple-dark);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.qe-legal-link:hover,
.qe-legal-link:focus {
  color: var(--qe-purple);
}

@media (max-width: 760px) {
  .qe-site-header__inner {
    width: min(100% - 28px, 1180px);
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 16px 0;
  }

  .qe-site-brand .custom-logo {
    max-width: 160px;
    max-height: 46px;
  }

  .qe-site-nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .qe-site-nav__menu {
    width: max-content;
    max-width: none;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 22px;
  }
}


/* =========================================================
   CUSTOMER FORM POLISH — v1.4 assets
   ========================================================= */

.qe-public-form-page {
  -webkit-font-smoothing: antialiased;
}

.qe-form-hero {
  padding-top: 28px;
  padding-bottom: 38px;
}

.qe-form-hero h1 {
  letter-spacing: -0.035em;
}

.qe-form-progress__track {
  height: 8px;
}

.qe-form-progress__label {
  min-width: 92px;
  white-space: nowrap;
}

.qe-form-shell {
  margin-top: 22px;
}

/* Let each numbered section be the card, avoiding a card-inside-card look. */
.qe-public-form {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.qe-form-section {
  margin-bottom: 18px;
  padding: 30px;
  box-shadow: 0 12px 34px rgba(31, 41, 55, 0.045);
}

.qe-form-section--consent {
  border-color: #ddd7ff;
}

.qe-required-note {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  margin: -5px 0 18px;
  color: var(--qe-muted);
  font-size: 12px;
  font-weight: 600;
}

.qe-required-note span {
  color: var(--qe-purple);
  font-weight: 800;
}

.qe-field label {
  letter-spacing: -0.005em;
}

.qe-field input,
.qe-field textarea,
.qe-field select {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  color: var(--qe-navy);
  background-color: #fff;
  border: 1px solid #ddd9ed;
  border-radius: 14px;
  font: inherit;
  line-height: 1.5;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.qe-field select {
  appearance: none;
  padding-right: 44px;
  background-image:
    linear-gradient(45deg, transparent 50%, #73798a 50%),
    linear-gradient(135deg, #73798a 50%, transparent 50%);
  background-position:
    calc(100% - 21px) 50%,
    calc(100% - 16px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.qe-field select:disabled,
.qe-field input[readonly] {
  color: #767d8d;
  background-color: #f7f7fa;
  cursor: not-allowed;
}

.qe-field input:hover:not(:disabled):not([readonly]),
.qe-field textarea:hover,
.qe-field select:hover:not(:disabled) {
  border-color: #c8c1e5;
}

.qe-field input:focus,
.qe-field textarea:focus,
.qe-field select:focus {
  outline: none;
  border-color: #9182ff;
  box-shadow: 0 0 0 4px rgba(101, 84, 245, 0.11);
}

.qe-field.has-error input,
.qe-field.has-error textarea,
.qe-field.has-error select,
.qe-field.is-client-invalid input,
.qe-field.is-client-invalid textarea,
.qe-field.is-client-invalid select,
.qe-choice-grid.has-error,
.qe-choice-grid.is-client-invalid,
.qe-consent.has-error,
.qe-consent.is-client-invalid {
  border-color: #df8c8c;
  background-color: #fffafa;
}

.qe-field.is-client-invalid input:focus,
.qe-field.is-client-invalid textarea:focus,
.qe-field.is-client-invalid select:focus {
  box-shadow: 0 0 0 4px rgba(214, 69, 69, 0.10);
}

.qe-consent {
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.qe-consent:hover {
  border-color: #c8bfff;
}

.qe-consent input {
  flex: 0 0 auto;
  margin-top: 4px;
}

.qe-consent span strong,
.qe-consent span small {
  display: block;
}

.qe-consent span small {
  margin-top: 5px;
  color: var(--qe-muted);
  font-size: 13px;
  line-height: 1.55;
}

.qe-submit-panel {
  margin-top: 20px;
}

.qe-submit-button {
  min-width: 245px;
  min-height: 54px;
}

.qe-submit-button:disabled {
  cursor: wait;
  transform: none;
  opacity: 0.78;
}

.qe-submit-button__spinner {
  display: none;
  width: 17px;
  height: 17px;
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-top-color: #fff;
  border-radius: 50%;
  animation: qe-spin 0.75s linear infinite;
}

.qe-submit-button.is-loading .qe-submit-button__icon {
  display: none;
}

.qe-submit-button.is-loading .qe-submit-button__spinner {
  display: inline-block;
}

@keyframes qe-spin {
  to { transform: rotate(360deg); }
}

/* Correct an old stray closing brace before the success-card block by
   keeping the success styles in a valid, explicit layer below it. */
.qe-success-card {
  overflow: hidden;
}

@media (max-width: 920px) {
  .qe-form-section {
    padding: 24px;
  }

  .qe-submit-button {
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .qe-form-hero {
    padding-top: 38px;
    padding-bottom: 26px;
  }

  .qe-form-hero h1 {
    font-size: clamp(32px, 10vw, 42px);
  }

  .qe-form-hero p {
    font-size: 15px;
  }

  .qe-form-progress {
    gap: 10px;
    margin-top: 24px;
  }

  .qe-form-progress__label {
    min-width: 82px;
    font-size: 12px;
  }

  .qe-form-section {
    padding: 20px 18px;
    border-radius: 18px;
  }

  .qe-section-heading {
    gap: 12px;
    margin-bottom: 20px;
  }

  .qe-section-heading__number {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    font-size: 14px;
  }

  .qe-required-note {
    justify-content: flex-start;
    margin-top: -4px;
  }

  .qe-field input,
  .qe-field textarea,
  .qe-field select {
    min-height: 50px;
    border-radius: 13px;
  }

  .qe-choice-card__content {
    min-height: 0;
  }

  .qe-consent {
    padding: 15px;
  }

  .qe-submit-panel {
    padding: 22px 18px;
    border-radius: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .qe-public-form-page *,
  .qe-public-form-page *::before,
  .qe-public-form-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}




.qe-vehicle-questions {
  display: grid;
  gap: 24px;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--qe-border);
}

.qe-vehicle-question {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.qe-vehicle-question__title {
  margin: 0;
  line-height: 1.6;
}

.qe-vehicle-question__title b {
  color: var(--qe-purple);
}

.qe-vehicle-question__choices {
  margin: 0;
}

.qe-vehicle-question__option {
  min-height: 72px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.qe-vehicle-question__option strong {
  font-size: 15px;
}

/* =========================================================
   VEHICLE TYPE SELECTION — v1.5
   ========================================================= */

.qe-vehicle-type-block {
  margin-bottom: 24px;
}

.qe-vehicle-type-heading {
  margin-bottom: 12px;
  color: var(--qe-navy);
  font-weight: 700;
}

.qe-vehicle-type-heading b {
  color: var(--qe-purple);
}

.qe-vehicle-type-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.qe-vehicle-type-option {
  position: relative;
  display: flex;
  min-height: 196px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  padding: 24px 20px;
  cursor: pointer;
  text-align: center;
}

.qe-vehicle-type-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.qe-vehicle-type-option__circle {
  display: inline-flex;
  width: 122px;
  height: 122px;
  align-items: center;
  justify-content: center;
  color: var(--qe-purple);
  background: linear-gradient(180deg, #ffffff 0%, #f7f5ff 100%);
  border: 2px solid #ddd9ed;
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(101, 84, 245, 0.08);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.qe-vehicle-type-option__circle svg {
  width: 56px;
  height: 56px;
}

.qe-vehicle-type-option:hover .qe-vehicle-type-option__circle,
.qe-vehicle-type-option:focus-within .qe-vehicle-type-option__circle {
  transform: translateY(-3px);
  border-color: #bcb3ff;
  box-shadow: 0 16px 32px rgba(101, 84, 245, 0.14);
}

.qe-vehicle-type-option input:checked + .qe-vehicle-type-option__circle {
  color: #ffffff;
  background: linear-gradient(135deg, var(--qe-purple), #8476ff);
  border-color: var(--qe-purple);
  box-shadow: 0 18px 34px rgba(101, 84, 245, 0.24);
}

.qe-vehicle-type-option__label strong,
.qe-vehicle-type-option__label small {
  display: block;
}

.qe-vehicle-type-option__label strong {
  color: var(--qe-navy);
  font-size: 18px;
  line-height: 1.35;
}

.qe-vehicle-type-option__label small {
  margin-top: 4px;
  color: var(--qe-muted);
  font-size: 13px;
  line-height: 1.5;
}

.qe-vehicle-type-grid.has-error .qe-vehicle-type-option__circle {
  border-color: #df8c8c;
}

.qe-vehicle-type-grid.is-client-invalid .qe-vehicle-type-option__circle {
  border-color: #df8c8c;
}

.qe-vehicle-details {
  position: relative;
  padding-top: 2px;
}

.qe-vehicle-details.is-locked .qe-grid {
  opacity: 0.58;
  pointer-events: none;
  user-select: none;
}

.qe-vehicle-details__notice {
  display: flex;
  min-height: 46px;
  align-items: center;
  margin-bottom: 18px;
  padding: 12px 14px;
  color: var(--qe-info);
  background: var(--qe-info-soft);
  border: 1px solid #d8e4ff;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.5;
}

.qe-vehicle-mode[hidden] {
  display: none !important;
}

@media (max-width: 640px) {
  .qe-vehicle-type-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .qe-vehicle-type-option {
    min-height: 170px;
    padding: 20px 16px;
  }

  .qe-vehicle-type-option__circle {
    width: 104px;
    height: 104px;
  }

  .qe-vehicle-type-option__circle svg {
    width: 48px;
    height: 48px;
  }
}
