@import url("./brand-page-v3.css?v=20260708-2");

/* Form field wrapper */

.dsr-service-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(100%, 517px);
  min-height: 104px;
  padding: 22px 34px;
  box-sizing: border-box;
  border-radius: 10px;
  background: linear-gradient(180deg, #16d2ed 0%, #08a8f8 100%);
  box-shadow: none;
  color: #fff !important;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(23px, 3vw, 31px);
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-decoration: none !important;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.dsr-service-button:hover,
.dsr-service-button:focus-visible {
  color: #fff !important;
  filter: brightness(1.04);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 166, 254, 0.24);
}

.dsr-service-button:focus-visible {
  outline: 3px solid #212d55;
  outline-offset: 3px;
}

.dsr-service-button__arrow {
  flex: 0 0 auto;
  font-size: 1.15em;
  line-height: 1;
}

@media only screen and (max-width: 480px) {
  .dsr-service-button {
    min-height: 82px;
    padding: 18px 22px;
    border-radius: 9px;
  }
}

#vin-form {
  display: block !important;
  position: relative;
}

#vp-home-flow {
  margin-top: 76px;
}

@media only screen and (max-width: 767px) {
  #vp-home-flow {
    margin-top: 64px;
  }
}

#vp-form-content {
  width: min(100%, var(--vp-form-row-width));
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  #vp-form-content {
    padding-left: 0;
  }
}

:root {
  --vp-check-icon-svg: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1OC43NSA1OC43NSc+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSdnJyB4MT0nMjkuMzcnIHkxPScwJyB4Mj0nMjkuMzcnIHkyPSc1OC43NScgZ3JhZGllbnRVbml0cz0ndXNlclNwYWNlT25Vc2UnPjxzdG9wIG9mZnNldD0nMCcgc3RvcC1jb2xvcj0nIzU5YzJlMicvPjxzdG9wIG9mZnNldD0nMScgc3RvcC1jb2xvcj0nIzQ1OTNjZicvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxjaXJjbGUgY3g9JzI5LjM3JyBjeT0nMjkuMzcnIHI9JzI5LjM3JyBmaWxsPSd1cmwoI2cpJy8+PHBhdGggZD0nTTEwLjIyLDI5Ljc5bDEyLjUsMTIuOTNjMS4wOCwxLjExLDIuODMsMS4xMSwzLjkxLDBsMjMuNC0yMi4zOWMxLjA4LTEuMTEsMS4zNC0yLjc2LjItMy44N2wtLjQ2LS40OGMtLjk4LS45NS0yLjE2LTEuMTEtMy4wMy0uMTYtMy4wOSwzLjE4LTE3LjAyLDE1LjgyLTIwLjExLDE5LTEuMDgsMS4xMS0yLjgzLDEuMTEtMy45MSwwLTMuMDktMy4xOC02LjE3LTYuMzYtOS4yNi05LjU0LS44Ny0uOTUtMi4wNi0uNzktMy4wMy4xNmwtLjQ2LjQ4Yy0xLjEzLDEuMTEtLjg3LDIuNzYuMjYsMy44N2gwWicgZmlsbD0nI2ZmZicgZmlsbC1ydWxlPSdldmVub2RkJy8+PC9zdmc+Cg==");
  --vp-form-row-width: 624px;
}

.vp-form-copy {
  margin: 0 0 20px;
  width: min(100%, var(--vp-form-row-width));
  max-width: var(--vp-form-row-width);
}

.vp-display-title {
  margin: 0 0 14px;
  color: #212d55;
  font-size: 34px;
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.vp-body-copy {
  margin: 0 0 14px;
  color: #212d55;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  max-width: 550px;
}

.vp-form-copy p .blue {
  display: inline-block;
  color: #00a6fe;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.is-hidden {
  display: none !important;
}

#vin-form .vin-email-row {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 12px;
  width: min(100%, var(--vp-form-row-width));
  box-sizing: border-box;
  margin-bottom: 18px;
  padding: 18px;
  border-radius: 4px;
  background: #ffffff;
  position: relative;
}

#vin-form .vin-email-row .field {
  margin-right: 0;
  margin-bottom: 0;
  width: 100% !important;
  flex: 0 0 auto !important;
}

#vin-form .vin-email-row .field.vin-field {
  width: 100% !important;
  flex: 0 0 auto !important;
  max-width: none !important;
}

#vin-form .vin-email-row .email-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100% !important;
  flex: 0 0 auto !important;
  min-width: 0 !important;
  max-width: none !important;
}

#vin-form .vin-email-row .email-column .field {
  width: 100% !important;
}

#vin-form .vin-email-row .email-column .field.email-field input {
  width: 100%;
}

#vin-form .vin-email-row .field.has-error input,
#vin-form .vin-email-row .field input.is-invalid,
.vin-inputs.has-error .vin-char,
.vin-group .vin-char.is-invalid {
  border-color: #d93025 !important;
}

#vin-form .vin-email-row .field.has-error input,
#vin-form .vin-email-row .field input.is-invalid {
  box-shadow: 0 0 0 1px rgba(217, 48, 37, 0.12);
}

#vin-form .vin-email-row .email-column .button-field #submit-btn {
  width: auto;
}

#vin-form > .button-field {
  width: min(100%, var(--vp-form-row-width));
}

#vin-form > .button-field #submit-btn {
  width: auto;
}

.vin-confirmation {
  width: var(--vp-form-row-width);
  margin-top: -56px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  position: relative;
  z-index: 4;
}

.vin-confirmation .confirm-button {
  width: 100%;
  display: block;
}

.vin-confirmation-header {
  padding: 12px 16px 0 16px;
}

.vin-confirmation-header h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
  color: #1d2a57;
  font-weight: 700;
}

.vin-confirmation-body {
  padding: 0 16px 16px;
}

.vin-confirmation-list {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
}

.vin-confirmation-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #2a3b5f;
  margin-left: 0;
  padding: 0;
}

.vin-confirmation-list .check-icon {
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
  flex: 0 0 18px;
  background-image: var(--vp-check-icon-svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.vin-confirmation-price {
  margin-bottom: 12px;
}

.vin-confirmation-price .price-main {
  font-weight: 700;
  color: #1d2a57;
  font-size: 18px;
  margin: 24px 0 0 0;
  line-height: 7px;
}

.vin-confirmation-price .price-main span {
  font-weight: 600;
  font-size: 13px;
  color: #42537a;
}

.vin-confirmation-price .price-sub {
  font-size: 13px;
  color: #5b6b8c;
}


.field {
  padding: 0;
  border-radius: 4px;
}

.field.button-field {
  margin-bottom: 0;
  background: transparent;
  padding: 0;
}

.field label {
  margin-bottom: 1px;
  display: block;
  color: #00a6fe;
  font-size: 16px !important;
  line-height: 26px;
  font-weight: 700 !important;
}

.field .sub-label {
  color: #212d55 !important;
  font-size: 12px !important;
}

.field input {
  border: 1px solid #00a6fe !important;
  border-radius: 2px !important;
  background-color: #fcfbfb !important;
  padding: 6px 8px !important;
  font-size: 12px !important;
  margin-bottom: 0 !important;
  box-shadow: inset 0 1px 3px rgba(33, 45, 85, 0.12) !important;
  height: 40px;
}

.field-error {
  margin-top: 6px;
  color: #d93025;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .field input {
    font-size: 14px !important;
  }
}

.field input:focus,
.vin-group .vin-char:focus {
  border-color: #212d55 !important;
  outline: none;
  box-shadow: inset 0 1px 3px rgba(33, 45, 85, 0.12) !important;
}

.vin-inputs {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1px;
}

#vin-form .vin-email-row .vin-field .vin-single-input {
  display: none !important;
  width: 100%;
  text-transform: uppercase;
}

.vin-group {
  display: flex;
  gap: 0;
}

.vin-group .vin-char {
  color: #212d55;
  text-align: center;
  width: 16px;
  margin-right: 3px !important;
  padding: 14px 0 !important;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 12px !important;
  border: 1px solid #00a6fe !important;
  border-radius: 2px !important;
  background-color: #fff !important;
  box-shadow: inset 0 1px 3px rgba(33, 45, 85, 0.12) !important;
}

.vin-group .vin-char:last-child {
  margin-right: 0 !important;
}

.vin-group .vin-char.is-invalid:focus,
.vin-inputs.has-error .vin-char:focus,
#vin-form .vin-email-row .field input.is-invalid:focus {
  outline: none;
  border-color: #d93025 !important;
  box-shadow: 0 0 0 1px rgba(217, 48, 37, 0.12);
}

.vp-legal-page {
  width: 100%;
  color: #212d55;
}

.vp-legal-shell {
  max-width: 920px;
  margin: 0 auto;
}

.vp-legal-hero {
  padding: 12px 0 18px;
  border-bottom: 1px solid #dbe2f0;
}

.vp-legal-eyebrow {
  margin-bottom: 8px;
  color: #00a6fe;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.vp-legal-title {
  margin: 0 0 14px;
  color: #212d55;
  font-size: 40px;
  line-height: 1.05;
  font-weight: 700;
}

.vp-legal-lead,
.vp-legal-meta,
.vp-legal-section p,
.vp-legal-list li {
  color: #405073;
  font-size: 16px;
  line-height: 1.65;
}

.vp-legal-lead {
  max-width: 760px;
  margin: 0 0 10px;
}

.vp-legal-meta {
  margin: 0;
  font-size: 14px;
}

.vp-legal-content {
  padding: 18px 0 6px;
}

.vp-legal-section {
  padding: 18px 0;
  border-bottom: 1px solid #e7edf7;
}

.vp-legal-section:last-child {
  border-bottom: 0;
}

.vp-legal-section h2 {
  margin: 0 0 12px;
  color: #212d55;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.vp-legal-section p {
  margin: 0 0 12px;
}

.vp-legal-list {
  margin: 0;
  padding-left: 22px;
}

.vp-legal-list li {
  margin: 0 0 8px;
}

.vp-legal-page a {
  color: #00a6fe;
  text-decoration: none;
}

.vp-legal-page a:hover,
.vp-legal-page a:focus {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .vp-legal-title {
    font-size: 32px;
  }

  .vp-legal-lead,
  .vp-legal-meta,
  .vp-legal-section p,
  .vp-legal-list li {
    font-size: 15px;
  }

  .vp-legal-section h2 {
    font-size: 22px;
  }
}



@media only screen and (max-width: 767px) {
  .vp-form-copy {
    margin-bottom: 16px;
  }

  .vp-display-title {
    font-size: 34px;
    line-height: 1.08;
  }

  .vp-body-copy {
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 28px;
  }

  #vin-form .vin-email-row .field {
    width: 100% !important;
    margin-right: 0;
  }

  #vin-form .vin-email-row .field.vin-field,
  #vin-form .vin-email-row .field.email-field {
    width: 100% !important;
    flex: 1 1 100% !important;
    max-width: none !important;
  }

  #vin-form .vin-email-row .field.vin-field label {
    font-size: 15px !important;
  }

  #vin-form .vin-email-row {
    flex-wrap: nowrap;
    width: 100%;
  }

  #vin-form .vin-email-row .email-column {
    width: 100% !important;
    flex: 1 1 100% !important;
    max-width: none !important;
  }

  #vin-form .vin-email-row .email-column .button-field,
  #vin-form .vin-email-row .email-column .button-field #submit-btn,
  #vin-form > .button-field,
  #vin-form > .button-field #submit-btn {
    width: 100% !important;
  }

  .vin-inputs {
    display: none;
  }

  #vin-form .vin-email-row .vin-field .vin-single-input {
    display: block !important;
  }

  .vin-confirmation {
    margin-top: -212px;
    width: 100%;
  }

  .status.payment-status {
    width: 100%;
  }

  .vin-group .vin-char {
    width: 22px;
  }

  .sub {
    text-align: center;
  }

}


/* Success page download buttons */
.success-downloads {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.success-download-form {
  flex: 1 1 240px;
  max-width: 320px;
  text-align: center;
}

.success-downloads .submit-button {
  width: 100%;
}

/* Status / error messages (form + results page) */

.status {
  margin-top: 0.5rem;
  min-height: 1.25rem;
  font-size: 16px;
  line-height: 1rem;
}

.status.ok {
  --tw-text-opacity: 1;
  color: #16A34A;
}

.status.pending {
  --tw-text-opacity: 1;
  color: rgb(253 197 43 / var(--tw-text-opacity, 1));
}

.status.error {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.status.payment-status {
  width: var(--vp-form-row-width);
  max-width: 100%;
  min-height: 0;
  margin-top: 14px;
  color: #212d55;
}

.vp-payment-notice {
  width: 100%;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 166px;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border: 0;
  border-radius: 8px;
  background: #d9d9d9;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.1);
}

.vp-payment-notice-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #a8adb7;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 700;
}

.vp-payment-notice-copy {
  min-width: 0;
}

.vp-payment-notice-title {
  margin: 0 0 3px;
  color: #212d55;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}

.vp-payment-notice-text {
  color: #212d55;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 400;
}

.vp-payment-notice-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 7px;
}

.vp-payment-notice-primary,
.vp-payment-notice-primary:visited {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border: 0;
  appearance: none;
  border-radius: 7px;
  background: linear-gradient(180deg, #00a8ff 0%, #0061d9 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 2px 5px rgba(0, 97, 217, 0.28);
  color: #ffffff !important;
  font-size: 13px;
  font-family: inherit;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.vp-payment-notice-primary:hover,
.vp-payment-notice-primary:focus {
  background: linear-gradient(180deg, #0099ed 0%, #0058c6 100%);
  color: #ffffff !important;
  text-decoration: none;
}

.vp-payment-notice-link,
.vp-payment-notice-link:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  padding: 0;
  border: 0;
  appearance: none;
  background: transparent;
  color: #405073 !important;
  font-size: 13px;
  font-family: inherit;
  line-height: 1.1;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.vp-payment-notice-link:hover,
.vp-payment-notice-link:focus {
  color: #212d55 !important;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .vp-payment-notice {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
  }

  .vp-payment-notice-actions {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
  }

  .vp-payment-notice-primary,
  .vp-payment-notice-link {
    flex: 1 1 0;
  }
}

.status .ok {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.status .error {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.status .pending {
  --tw-text-opacity: 1;
  color: rgb(253 197 43 / var(--tw-text-opacity, 1));
  animation: blink 1.2s ease-in-out infinite;
}

.status-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.status-loader {
  display: inline-block;
  height: 20px;
  width: 8px;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
  border-top-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  animation: spin 0.7s linear infinite;
  margin-right: 20px;
}

.status-fetching-text {
  animation: blink 1.2s ease-in-out infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Small note at the bottom */

.note {
  margin-top: 0.5rem;
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

/* ===== Result page specific styling ===== */

/* Badge (e.g. VIN, demo label, etc.) */

.badge {
  margin-right: 0.5rem;
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 11px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}

/* Extra small muted text */

.text-muted {
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

/* Vehicle hero (matches PDF hero styling) */

.vehicle-hero {
  margin: 18px 0;
  padding: 12px 14px;
  background:  #eef5ff;
  border: 1px solid #d6e6f7 !important;
  border-radius: 12px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
  display: flex;
  align-items: center;
  gap: 14px;
}


.vehicle-logo {
  flex: 0 0 auto;
}

.vehicle-logo img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  display: block;
}

.vehicle-identity {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.vehicle-name {
    font-size: 20px;
    color: #2d3a4b;
    font-weight: 900 !important;
}

.vehicle-vin {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
  letter-spacing: 0.2px;
}

/* Container for maintenance history */

.service-history {
  margin-top: 0.75rem;
}

.service-history > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.service-history {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

/* Individual history item */

.service-history-item {
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* Title line above the list */

.service-history-title {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
   color: #3A5F7A;
}

/* Action list within a history item */

.service-history-actions {
  margin-top: 0.25rem;
  list-style-position: inside;
  list-style-type: disc;
}

.service-history-actions > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

.service-history-actions {
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

/* Demo label at the top */

.demo-label {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
 
.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:bg-indigo-50:hover {
   background-color: #4F46E5;
   color: #EEF2FF;
}

#dsr-search-summary {
  font-size: 16px;
}

#vp-success-mount {
  margin-top: 0;
}

.vp-success-card {
  width: min(100%, 860px);
  max-width: none;
  margin: 0 auto;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  .vp-success-card {
    padding-left: 72px !important;
  }
}

.vp-success-header {
  margin: 0 0 36px;
}

.vp-success-title {
  margin-bottom: 14px;
}

.vp-success-card .vp-success-header h2.vp-success-title.vp-display-title {
  font-size: 34px !important;
  line-height: 1.05 !important;
}

.vp-success-lead {
  max-width: 1020px;
}

.vp-success-layout {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 36px;
}

.vp-success-main {
  flex: 0 0 auto;
}

#vehicle-details.vp-success-data-card {
  margin: 0;
  padding: 34px 42px;
  min-width: 550px;
  font-size: 16px;
  color: #ffffff;
  border: 0 !important;
  border-radius: 0;
  background: linear-gradient(180deg, #00e6ff 0%, #00a8ff 100%) !important;
  box-shadow: none;
  display: block;
}

#vehicle-details.vp-success-data-card,
#vehicle-details.vp-success-data-card * {
  color: #ffffff !important;
}

.vp-success-data-card .vehicle-identity {
  gap: 10px;
}

#vehicle-details.vp-success-data-card .vehicle-summary-row {
  color: inherit;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: 0;
}

#vehicle-details.vp-success-data-card .vehicle-summary-row strong {
  color: inherit;
  font-weight: 700;
}

.vp-success-side {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 2px;
}

.vp-success-side h3 {
  margin: 0 0 16px;
  color: #212d55;
  font-size: 16px;
  line-height: 1.24;
  font-weight: 700;
}

.vp-success-feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vp-success-feature-list li {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #212d55;
  font-size: 16px;
  line-height: 1.24;
  font-weight: 400;
}

.vp-success-feature-list li:last-child {
  margin-bottom: 0;
}

.vp-success-feature-icon {
  width: 26px;
  height: 26px;
  margin-top: 2px;
  flex: 0 0 26px;
  background-image: var(--vp-check-icon-svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transform: translateY(-5px);
}

.vp-unavailable-actions {
  margin-top: 32px;
}

.vp-unavailable-primary,
.vp-unavailable-primary:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  text-decoration: none !important;
}

.vp-unavailable-primary:hover,
.vp-unavailable-primary:focus {
  color: #ffffff !important;
  text-decoration: none !important;
}

.vp-success-downloads {
  margin-top: 24px;
  display: flex;
  justify-content: flex-start;
  gap: 14px;
}

.vp-success-download-form {
  flex: 0 0 auto;
  max-width: none;
}

.vp-success-downloads .vp-secondary-cta,
.vp-success-downloads .vp-secondary-cta:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto;
  height: 52px !important;
  min-height: 0 !important;
  padding: 0 38px !important;
  background: linear-gradient(180deg, #9aa3ae 0%, #6f7a88 100%) !important;
  color: #ffffff !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.vp-success-downloads .vp-secondary-cta:hover,
.vp-success-downloads .vp-secondary-cta:focus {
  background: linear-gradient(180deg, #87919d 0%, #626d7a 100%) !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.vp-success-download-btn {
  min-width: 360px;
  border: 0;
  border-radius: 8px;
  padding: 20px 34px;
  background: linear-gradient(180deg, #23c9ea 0%, #1495e8 100%);
  color: #ffffff;
  font-size: clamp(30px, 1.8vw, 44px);
  line-height: 1.1;
  font-weight: 700;
  cursor: pointer;
}

.vp-success-download-btn:hover,
.vp-success-download-btn:focus {
  background: linear-gradient(180deg, #1fc0df 0%, #1189d8 100%);
  color: #ffffff;
}

@media only screen and (max-width: 1100px) {
  #vehicle-details.vp-success-data-card {
    padding: 26px 28px;
  }

  .vp-success-download-btn {
    min-width: 280px;
    padding: 16px 24px;
    font-size: clamp(24px, 2.4vw, 32px);
  }
}

@media only screen and (max-width: 900px) {
  .vp-success-layout {
    flex-direction: column;
    gap: 20px;
  }

  .vp-success-main,
  .vp-success-side {
    width: 100%;
    flex: 1 1 100%;
  }

    .vp-success-side {
    background: #fff;
    padding: 20px;
  }

  .vp-success-side h3 {
    font-size: 16px;
  }


  .vp-success-header {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 767px) {
  #vehicle-details.vp-success-data-card {
    min-width: 0;
    padding: 18px 16px;
  }

  .vp-success-feature-list li {
    font-size: 16px;
  }

  .vp-success-download-btn {
    width: 100%;
    min-width: 0;
    font-size: clamp(22px, 5.2vw, 30px);
  }

  .vp-secondary-cta,
  .vp-secondary-cta:visited {
    width: 100%;
  }

  .vp-success-downloads .vp-secondary-cta,
  .vp-success-downloads .vp-secondary-cta:visited {
    width: 100%;
  }

  .vp-success-download-form {
    width: 100%;
  }

  .vp-unavailable-actions {
    width: 100%;
  }
}

.vp-overlay {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2147483646;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(241, 245, 249, 0.9);
  backdrop-filter: blur(3px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.vp-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.vp-overlay-card {
  width: min(760px, 100%);
  height: min(690px, calc(100vh - 48px));
  border-radius: 0;
  background: transparent;
  padding: 0;
  text-align: center;
  box-shadow: none;
  display: grid;
  grid-template-rows: 164px auto auto 88px minmax(250px, auto);
  align-content: center;
  overflow-y: auto;
}

.vp-overlay-gear {
  width: 150px;
  height: 150px;
  margin: 0 auto 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: end;
  justify-self: center;
  line-height: 0;
  animation: vp-spin 1.8s linear infinite;
  transform-origin: 50% 50%;
  will-change: transform;
}

.vp-overlay-gear svg {
  width: 100%;
  height: 100%;
  display: block;
}

.vp-overlay-card h3 {
  margin: 0 0 8px;
  color: #162657;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.15;
  min-height: 56px;
}

.vp-overlay-card p {
  margin: 0 0 18px;
  color: #334155;
  font-size: 16px;
  line-height: 1.5;
  min-height: 48px;
}

.vp-overlay-runtime {
  margin: 0 0 22px;
  min-height: 66px;
  display: grid;
  grid-template-rows: minmax(40px, auto) 20px;
  align-items: start;
}

.vp-overlay-status {
  margin: 0 0 8px;
  color: #1d2a57;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vp-overlay-timer {
  color: #475569;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  min-height: 20px;
  min-width: 148px;
  margin: 0 auto;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.vp-overlay-steps {
  width: min(620px, 100%);
  min-height: 250px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: left;
}

.vp-overlay-steps li {
  position: relative;
  min-height: 31px;
  margin: 10px 0;
  padding-left: 34px;
  list-style: none !important;
  color: #64748b;
  font-size: 22px;
  font-weight: 650;
  line-height: 1.4;
}

.vp-overlay-steps li::marker {
  content: "";
}

.vp-overlay-steps li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 2px solid #cbd5e1;
  background: transparent;
  box-sizing: border-box;
}

.vp-overlay-steps li.is-active {
  color: #1d2a57;
}

.vp-overlay-steps li.is-active::before {
  border-color: #0ea5e9;
  animation: vp-overlay-pulse 1.1s ease-in-out infinite;
}

.vp-overlay-steps li.is-done {
  color: #1d2a57;
}

.vp-overlay-steps li.is-done::before {
  content: "";
  border: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1OC43NSA1OC43NSc+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSdnJyB4MT0nMjkuMzcnIHkxPScwJyB4Mj0nMjkuMzcnIHkyPSc1OC43NScgZ3JhZGllbnRVbml0cz0ndXNlclNwYWNlT25Vc2UnPjxzdG9wIG9mZnNldD0nMCcgc3RvcC1jb2xvcj0nIzU5YzJlMicvPjxzdG9wIG9mZnNldD0nMScgc3RvcC1jb2xvcj0nIzQ1OTNjZicvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxjaXJjbGUgY3g9JzI5LjM3JyBjeT0nMjkuMzcnIHI9JzI5LjM3JyBmaWxsPSd1cmwoI2cpJy8+PHBhdGggZD0nTTEwLjIyLDI5Ljc5bDEyLjUsMTIuOTNjMS4wOCwxLjExLDIuODMsMS4xMSwzLjkxLDBsMjMuNC0yMi4zOWMxLjA4LTEuMTEsMS4zNC0yLjc2LjItMy44N2wtLjQ2LS40OGMtLjk4LS45NS0yLjE2LTEuMTEtMy4wMy0uMTYtMy4wOSwzLjE4LTE3LjAyLDE1LjgyLTIwLjExLDE5LTEuMDgsMS4xMS0yLjgzLDEuMTEtMy45MSwwLTMuMDktMy4xOC02LjE3LTYuMzYtOS4yNi05LjU0LS44Ny0uOTUtMi4wNi0uNzktMy4wMy4xNmwtLjQ2LjQ4Yy0xLjEzLDEuMTEtLjg3LDIuNzYuMjYsMy44N2gwWicgZmlsbD0nI2ZmZicgZmlsbC1ydWxlPSdldmVub2RkJy8+PC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.vp-overlay-steps li.is-error {
  color: #b91c1c;
}

.vp-overlay-steps li.is-error::before {
  content: "!";
  border: 0;
  background: #fee2e2;
  color: #b91c1c;
  font-family: 'Inter', 'DejaVu Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}

@keyframes vp-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes vp-overlay-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(14, 165, 233, 0.45);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(14, 165, 233, 0);
  }
}

@media only screen and (max-width: 767px) {
  .vp-overlay-card {
    width: min(560px, 100%);
    height: min(640px, calc(100vh - 32px));
    padding: 0;
    grid-template-rows: 76px auto auto 92px minmax(260px, auto);
  }

  .vp-overlay-gear {
    width: 64px;
    height: 64px;
  }

  .vp-overlay-card h3 {
    font-size: 30px;
    min-height: 36px;
  }

  .vp-overlay-card p {
    font-size: 14px;
    min-height: 64px;
  }

  .vp-overlay-status {
    font-size: 16px;
    min-height: 48px;
  }

  .vp-overlay-timer {
    font-size: 13px;
  }

  .vp-overlay-steps li {
    font-size: 18px;
    min-height: 28px;
  }
}

html.vp-overlay-open,
body.vp-overlay-open {
  overflow: hidden !important;
  height: 100%;
}

/* Audi service history landing page */
.vp-brand-page {
  --vp-brand-navy: #212d55;
  --vp-brand-blue: #00a6fe;
  --vp-brand-ink: #405073;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  color: var(--vp-brand-navy);
  background: #ffffff;
  overflow: hidden;
}

.vp-brand-page,
.vp-brand-page * {
  box-sizing: border-box;
}

.vp-brand-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.vp-brand-hero {
  position: relative;
  min-height: 720px;
  padding: 72px 0 84px;
  background-color: #eef4fa;
}

.vp-brand-hero::after {
  content: attr(data-vp-brand-wordmark);
  position: absolute;
  right: max(24px, calc((100vw - 1180px) / 2));
  bottom: 44px;
  color: rgba(33, 45, 85, 0.055);
  font-size: clamp(90px, 16vw, 230px);
  line-height: 0.8;
  font-weight: 800;
  letter-spacing: 0.02em;
  pointer-events: none;
}

.vp-brand-hero .vp-brand-shell {
  position: relative;
  z-index: 1;
}

.vp-brand-eyebrow {
  margin: 0 0 12px;
  color: var(--vp-brand-blue);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.vp-brand-form [class*="vp-form-context-"] {
  --vp-form-row-width: 760px;
  margin-top: 0;
}

.vp-brand-form #vp-form-content {
  width: min(100%, 760px);
  margin-left: 0;
}

.vp-brand-form .vp-form-copy,
.vp-brand-form #vin-form .vin-email-row,
.vp-brand-form #vin-form > .button-field {
  width: min(100%, 760px);
  max-width: 760px;
}

.vp-brand-form .vp-display-title {
  max-width: 760px;
  font-size: 52px;
  line-height: 1.04;
  letter-spacing: 0.02em;
}

.vp-brand-form .vp-body-copy {
  max-width: 700px;
}

.vp-brand-trust {
  padding: 64px 0;
  background: #f6f7fa;
  border-bottom: 1px solid #e3e9f2;
}

.vp-brand-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 56px;
}

.vp-brand-feature {
  text-align: center;
}

.vp-brand-feature img {
  display: block;
  width: auto;
  height: 82px;
  margin: 0 auto 16px;
}

.vp-brand-feature h2,
.vp-brand-page h3 {
  margin: 0 0 8px;
  color: var(--vp-brand-navy);
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.vp-brand-feature p,
.vp-brand-page .vp-brand-section p,
.vp-brand-final-cta p {
  margin: 0;
  color: var(--vp-brand-ink);
  font-size: 16px;
  line-height: 1.65;
}

.vp-brand-section {
  padding: 88px 0;
}

.vp-brand-section-muted {
  background: #f3f7fc;
}

.vp-brand-page .vp-brand-section h2,
.vp-brand-final-cta h2 {
  margin: 0 0 20px;
  color: var(--vp-brand-navy);
  font-size: 38px;
  line-height: 1.14;
  font-weight: 750;
  letter-spacing: 0.02em;
}

.vp-brand-page .vp-brand-section p + p {
  margin-top: 16px;
}

.vp-brand-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: 88px;
}

.vp-brand-split-reverse {
  grid-template-columns: minmax(360px, 0.85fr) minmax(0, 1.15fr);
}

.vp-brand-checklist {
  border-top: 1px solid #dce4ef;
}

.vp-brand-checklist p {
  position: relative;
  padding: 15px 0 15px 34px;
  border-bottom: 1px solid #dce4ef;
  color: var(--vp-brand-navy) !important;
  font-weight: 600;
}

.vp-brand-checklist p::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 19px;
  height: 19px;
  background-image: var(--vp-check-icon-svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.vp-brand-heading {
  max-width: 720px;
  margin-bottom: 46px;
}

.vp-brand-use-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
}

.vp-brand-use-grid article {
  padding-top: 22px;
  border-top: 2px solid var(--vp-brand-blue);
}

.vp-brand-use-grid article > span {
  display: block;
  margin-bottom: 28px;
  color: var(--vp-brand-blue);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

.vp-brand-fact-panel {
  padding: 34px;
  border: 1px solid #dce4ef;
  border-radius: 4px;
  background: #f8fafc;
}

.vp-brand-fact-panel strong {
  display: block;
  margin-bottom: 10px;
  color: var(--vp-brand-blue);
  font-size: 18px;
}

.vp-brand-how {
  background: var(--vp-brand-navy);
}

.vp-brand-how .vp-brand-eyebrow,
.vp-brand-how h2,
.vp-brand-how h3,
.vp-brand-how .vp-brand-steps p {
  color: #ffffff;
}

.vp-brand-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 64px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vp-brand-steps li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 18px;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.vp-brand-steps li > span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 2px solid var(--vp-brand-blue);
  border-radius: 50%;
  color: #ffffff;
  font-weight: 800;
}

.vp-brand-faq-layout {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  align-items: start;
  gap: 84px;
}

.vp-brand-accordion details {
  border-top: 1px solid #dce4ef;
}

.vp-brand-accordion details:last-child {
  border-bottom: 1px solid #dce4ef;
}

.vp-brand-accordion summary {
  position: relative;
  padding: 22px 44px 22px 0;
  color: var(--vp-brand-navy);
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.vp-brand-accordion summary::-webkit-details-marker {
  display: none;
}

.vp-brand-accordion summary::after {
  content: "+";
  position: absolute;
  top: 18px;
  right: 0;
  color: var(--vp-brand-blue);
  font-size: 25px;
  line-height: 1;
  font-weight: 400;
}

.vp-brand-accordion details[open] summary::after {
  content: "−";
}

.vp-brand-accordion details p {
  padding: 0 44px 22px 0;
}

.vp-brand-final-cta {
  padding: 64px 0;
  background: #eef4fa;
}

.vp-brand-final-cta .vp-brand-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.vp-brand-final-cta h2 {
  margin-bottom: 8px;
  font-size: 30px;
}

.vp-brand-final-cta .cta-button-hero {
  flex: 0 0 auto;
  text-decoration: none;
}

@media only screen and (max-width: 989px) {
  .vp-brand-hero {
    min-height: 0;
  }

  .vp-brand-form .vp-display-title {
    font-size: 44px;
  }

  .vp-brand-feature-grid,
  .vp-brand-use-grid {
    gap: 30px;
  }

  .vp-brand-split,
  .vp-brand-split-reverse {
    gap: 52px;
  }
}

@media only screen and (max-width: 767px) {
  .vp-brand-shell {
    width: min(100% - 32px, 600px);
  }

  .vp-brand-hero {
    padding: 46px 0 62px;
  }

  .vp-brand-hero::after {
    right: 14px;
    bottom: 28px;
    font-size: 82px;
  }

  .vp-brand-page .vp-brand-eyebrow,
  .vp-brand-page h2,
  .vp-brand-page h3,
  .vp-brand-page p {
    text-align: left;
  }

  .vp-brand-form .vp-display-title {
    font-size: 38px;
    text-align: left;
  }

  .vp-brand-form .vp-body-copy {
    margin-bottom: 20px;
    text-align: left;
  }

  .vp-brand-trust,
  .vp-brand-section {
    padding: 58px 0;
  }

  .vp-brand-feature-grid,
  .vp-brand-use-grid,
  .vp-brand-steps,
  .vp-brand-faq-layout,
  .vp-brand-split,
  .vp-brand-split-reverse {
    grid-template-columns: 1fr;
  }

  .vp-brand-feature-grid {
    gap: 42px;
  }

  .vp-brand-feature h2,
  .vp-brand-feature p {
    text-align: center;
  }

  .vp-brand-page .vp-brand-section h2 {
    font-size: 31px;
  }

  .vp-brand-split,
  .vp-brand-split-reverse,
  .vp-brand-faq-layout {
    gap: 40px;
  }

  .vp-brand-use-grid {
    gap: 34px;
  }

  .vp-brand-use-grid article > span {
    margin-bottom: 18px;
  }

  .vp-brand-fact-panel {
    padding: 26px;
  }

  .vp-brand-heading {
    margin-bottom: 34px;
  }

  .vp-brand-final-cta {
    padding: 48px 0;
  }

  .vp-brand-final-cta .vp-brand-shell {
    display: block;
  }

  .vp-brand-final-cta .cta-button-hero {
    display: block;
    width: 100%;
    margin-top: 24px;
    text-align: center;
  }
}
