.api-promo-section {
  overflow: hidden;
  margin: 20px 0 0;
  padding: 4.5rem 0 4rem !important;
  background-color: var(--vincario-color-surface-muted);
  font-family: var(--vincario-font-primary);
}

.single .api-promo-section,
.page .api-promo-section {
  margin-top: 0;
  padding-top: 2.5rem !important;
}

.api-promo-section > .container {
  max-width: 1660px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.api-promo-section .row {
  --bs-gutter-x: 3.25rem;
}

.api-promo-section__text-green,
.api-promo-section__spec-label {
  color: var(--vincario-color-primary);
}

.api-promo-section__spec-label {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
}

.api-promo-section__btn {
  min-width: 16rem;
  padding: 0.9rem 2rem 1rem !important;
  border-width: 2px;
  border-radius: 0.75rem;
  font-family: var(--vincario-font-accent);
  font-size: 1.65rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--vincario-color-primary);
  border-color: var(--vincario-color-primary);
}

.api-promo-section__btn:hover,
.api-promo-section__btn:focus {
  background-color: var(--vincario-color-primary);
  border-color: var(--vincario-color-primary);
  color: var(--vincario-color-text-contrast);
}

.api-promo-section__title {
  color: var(--vincario-color-text);
  font-size: clamp(2.75rem, 3.15vw, 3.8rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
  margin-bottom: 1.75rem !important;
}

.api-promo-section__title .fw-bold {
  font-weight: 900 !important;
}

.api-promo-section__title span {
  display: block;
  white-space: nowrap;
}

.api-promo-section__title span + span {
  margin-top: -0.06em;
}

.api-promo-section__description {
  max-width: 38rem;
  color: var(--vincario-color-text-soft);
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.45;
}

.api-promo-section__visual {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin-left: auto;
}

.api-promo-section__car-wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: -74px;
}

.api-promo-section__car-wrapper img {
  width: 108%;
  max-width: none;
  transform: translateX(-1.2%);
}

.api-promo-section__car {
  width: 100%;
}

.api-promo-section__card {
  position: relative;
  z-index: 1;
  width: 91.5%;
  margin: 0 0 25px auto;
  padding-top: 74px !important;
  border-radius: 0 0 1rem 1rem !important;
}

.api-promo-section__vin {
  font-size: 2rem !important;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.api-promo-section__specs {
  gap: 1.25rem 0.75rem;
}

.api-promo-section__spec {
  min-width: 8rem;
}

.api-promo-section__spec-value {
  color: var(--vincario-color-text);
  font-size: 1.05rem;
  font-weight: 900 !important;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .api-promo-section__title {
    font-size: clamp(3rem, 3.4vw, 4rem);
  }

  .api-promo-section__car-wrapper {
    margin-bottom: -88px;
  }

  .api-promo-section__card {
    width: 91.5%;
    padding-top: 92px !important;
  }

  .api-promo-section__spec-value {
    font-size: 1.15rem;
  }
}

@media (max-width: 991px) {
  .api-promo-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .api-promo-section > .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .api-promo-section .row {
    --bs-gutter-x: 1.5rem;
  }

  .api-promo-section__title {
    font-size: clamp(2.2rem, 7vw, 3rem);
    line-height: 0.98;
    margin-bottom: 1.25rem !important;
  }

  .api-promo-section__description {
    max-width: 30rem;
    font-size: 1rem;
  }

  .api-promo-section__btn {
    min-width: 0;
    padding: 0.8rem 1.5rem 0.9rem !important;
    font-size: 1.2rem;
  }

  .api-promo-section__visual {
    max-width: 760px;
    margin: 1.75rem auto 0;
  }

  .api-promo-section__car-wrapper {
    margin-bottom: -46px;
  }

  .api-promo-section__car-wrapper img {
    width: 107%;
    transform: translateX(-2.2%);
  }

  .api-promo-section__card {
    width: 100%;
    margin: 0 auto;
    padding-top: 54px !important;
  }

  .api-promo-section__title span {
    white-space: normal;
  }

  .api-promo-section__spec {
    min-width: 0;
  }

  .api-promo-section__vin {
    font-size: 1.75rem !important;
  }

  .api-promo-section__specs {
    gap: 1rem 0.75rem;
  }
}

@media (max-width: 767px) {
  .api-promo-section > .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .api-promo-section {
    overflow: hidden;
  }

  .api-promo-section__visual {
    max-width: none;
    margin-top: 1.5rem;
  }

  .api-promo-section__car-wrapper {
    margin-bottom: -32px;
  }

  .api-promo-section__car-wrapper img {
    width: 104%;
    transform: translateX(-2.8%);
  }

  .api-promo-section__card {
    width: 100%;
    padding: 42px 1rem 1.25rem !important;
  }

  .api-promo-section__vin {
    font-size: 1.45rem !important;
    margin-bottom: 1rem !important;
  }

  .api-promo-section__specs {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 0.75rem;
    justify-content: initial !important;
  }

  .api-promo-section__spec {
    min-width: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .api-promo-section__spec-value {
    font-size: 0.95rem;
  }
}
