/* ==============================
   SECTIONS.CSS — cleaned premium
   044Cars
   ============================== */

/* ---------- Shared carousel arrows ---------- */
.carousel-arrows {
  display: flex;
  gap: 12px;
  align-items: center;
}

.carousel-arrow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(24, 24, 27, 0.08);
  border-radius: 999px;
  background: #ffffff;
  cursor: pointer;
  transition: var(--transition);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.carousel-arrow-btn:hover {
  background: #fff7ed;
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 14px 32px rgba(249, 115, 22, 0.18);
}

/* ---------- Cars block ---------- */
.cars,
.delivered,
.profit-compare,
.about-company,
.reviews {
  padding: 80px 0;
  background: #ffffff;
  color: var(--clr-text-dark);
}

.cars__header,
.delivered__header,
.reviews__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.cars__header-text,
.delivered__header-text,
.reviews__header-text,
.profit-compare__header,
.cost-breakdown__header,
.overpay-reasons__header,
.faq__header {
  max-width: 760px;
}

.cars__badge,
.delivered__badge,
.cost-breakdown__badge,
.profit-compare__badge,
.about-company__badge,
.reviews__badge,
.faq__badge {
  display: inline-flex;
  padding: 10px 16px;
  border-radius: 999px;
  background: #ffedd5;
  color: #ea580c;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}

.cars__title,
.delivered__title,
.cost-breakdown__title,
.profit-compare__title,
.about-company__title,
.overpay-reasons__title,
.reviews__title,
.faq__title {
  font-size: 48px;
  line-height: 1.08;
  font-weight: 800;
  color: #18181b;
  letter-spacing: -0.8px;
}

.cars__title {
  margin-bottom: 16px;
}

.cars__subtitle {
  max-width: 720px;
  font-size: 20px;
  line-height: 1.6;
  color: #71717a;
}

.cars__track,
.delivered__track,
.reviews__track {
  display: flex;
  gap: 20px;
  overflow: hidden;
  scroll-behavior: smooth;
}

.car-slide {
  flex: 0 0 calc((100% - 32px) / 3);
  min-width: calc((100% - 32px) / 3);
}

.delivered-slide,
.review-card {
  flex: 0 0 calc((100% - 60px) / 4);
  min-width: calc((100% - 60px) / 4);
}

/* ---------- Car cards ---------- */
.car-card {
  display: flex;
  flex-direction: column;
  min-height: auto;
  padding: 0 0 24px;
  border-radius: 32px;
  background: linear-gradient(180deg, #ffffff 0%, #f5f5f7 100%);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.car-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.12);
}

.car-slide,
.delivered-slide {
  border-radius: 32px;
  overflow: visible;
}

.car-card > .car-card__title,
.car-card > .car-card__specs,
.car-card > .car-card__prices,
.car-card > .car-card__button {
  margin-left: 24px;
  margin-right: 24px;
}

.car-card > .car-card__button {
  margin-bottom: 24px;
}

.car-card__image-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  background: transparent;
  margin-bottom: 20px;
  border-radius: 32px 32px 0 0;
  overflow: hidden;
}

.car-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0;
}

.car-card__title {
  text-align: left !important;
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #18181b;
  letter-spacing: -0.3px;
}

.car-card__specs {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 16px;
  margin-bottom: 12px;
  padding: 0;
}

.car-card__spec {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #6b7280;
}

.car-card__spec img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.car-card__specs--chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 24px 18px;
  padding: 0;
}

.car-card__spec-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, #eef0f3, #e3e5e9);
  color: #374151;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.7),
    inset 0 -1px 0 rgba(0,0,0,0.04);
}

.car-card__prices {
  margin-top: auto;
  margin-bottom: 16px;
  padding: 0 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.car-card__price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  font-size: 15px;
}

.car-card__price-row span {
  color: #8b8b92;
}

.car-card__price-row strong {
  font-size: 16px;
  font-weight: 700;
  color: #18181b;
}

.car-card__price-row--profit span {
  color: #18181b;
}

.car-card__price-row--profit strong {
  color: #f97316;
  font-weight: 800;
}

.car-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 48px);
  height: 56px;
  margin: 24px auto 0;
  border-radius: 999px;
}

/* Card photo carousel */
.car-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: flex;
  align-items: center;
}

.car-card__badge img {
  display: block;
  height: 22px;
  width: auto;
}

.car-card__date {
  position: absolute;
  bottom: 12px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.car-card__date svg {
  width: 12px;
  height: 12px;
  stroke: #fff;
  stroke-width: 2;
  fill: none;
}

.car-card__photos {
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.car-card__photos::-webkit-scrollbar {
  display: none;
}

.car-card__photos .car-card__image {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  scroll-snap-align: start;
  object-fit: cover;
}

.car-card__photo-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.58);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.car-card__photo-arrow--prev {
  left: 12px;
}

.car-card__photo-arrow--next {
  right: 12px;
}

.car-card__counter {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  min-width: 48px;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(17, 17, 17, 0.58);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.car-card__dots {
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 3;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  max-width: 70%;
}

.car-card__dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(210, 210, 210, 0.85);
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0,0,0,0.18);
}

.car-card__dot.is-active {
  background: #4f7cff;
}

/* ---------- Cost info ---------- */
.cost-info,
.repair-info,
.lead-form {
  padding: 80px 0;
  background: var(--clr-bg);
  color: var(--clr-text);
}

.cost-info__content {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.cost-info__badge,
.repair-info__badge,
.lead-form__badge {
  display: inline-flex;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  color: #fed7aa;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}

.cost-info__title,
.repair-info__title,
.lead-form__title {
  font-size: 48px;
  line-height: 1.08;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.8px;
}

.cost-info__text,
.lead-form__text {
  max-width: 760px;
  margin: 20px auto 0;
  font-size: 20px;
  line-height: 1.7;
  color: #d4d4d8;
}

/* ---------- Cost breakdown ---------- */
.cost-breakdown {
  padding: 80px 0;
  background: #f6f6fb;
  color: var(--clr-text-dark);
}

.cost-breakdown__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(5, 1fr);
}

.cost-breakdown__item,
.about-company__item,
.overpay-reasons__item,
.faq__item,
.reviews-card {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(15, 23, 42, 0.05);
}

.cost-breakdown__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 128px;
  padding: 24px;
  text-align: left;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: #18181b;
}

/* ---------- Profit compare ---------- */
.profit-compare__box {
  padding: 32px;
  border-radius: 30px;
  background: #fafafa;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08);
}

.profit-compare__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.profit-compare__card {
  padding: 24px;
  border-radius: 24px;
}

.profit-compare__card--bad {
  background: #fff1f2;
}

.profit-compare__card--good {
  background: #ecfdf5;
}

.profit-compare__label {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.profit-compare__label--bad {
  color: #f43f5e;
}

.profit-compare__label--good {
  color: #059669;
}

.profit-compare__price {
  font-size: 48px;
  line-height: 1;
  font-weight: 800;
  color: #18181b;
  margin-bottom: 16px;
}

.profit-compare__text {
  font-size: 18px;
  line-height: 1.7;
  color: #52525b;
}

/* ---------- Repair info ---------- */
.repair-info__content {
  display: grid;
  gap: 40px;
  align-items: start;
}

.repair-info__text {
  max-width: 760px;
}

.repair-info__intro,
.repair-info__paragraph {
  margin-top: 32px;
  font-size: 20px;
  line-height: 1.7;
  color: #d4d4d8;
}

.repair-info__intro {
  margin-bottom: 24px;
}

.repair-info__steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.repair-info__step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.repair-info__step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  margin-top: 2px;
  border-radius: 999px;
  background: var(--clr-primary);
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
}

.repair-info__step-text {
  font-size: 20px;
  line-height: 1.7;
  color: #e4e4e7;
}

.repair-info__highlight {
  margin-top: 24px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 800;
  color: #ffffff;
}

.repair-info__media {
  display: flex;
  justify-content: center;
}

.repair-info__video-shell {
  width: 100%;
  max-width: 430px;
  padding: 12px;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.05);
  box-shadow: 0 24px 60px rgba(0,0,0,0.2);
}

.repair-info__video-card {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 24px;
  background: #18181b;
}

.repair-info__video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

/* ---------- About company ---------- */
.about-company__content {
  display: grid;
  gap: 32px;
  align-items: start;
}

.about-company__intro {
  max-width: 640px;
}

.about-company__text {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.7;
  color: #71717a;
}

.about-company__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}

.about-company__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 132px;
  padding: 24px;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 800;
  color: #18181b;
  background: #fafafa;
}

/* ---------- Overpay reasons ---------- */
.overpay-reasons {
  padding: 80px 0;
  background: #fff7ed;
  color: var(--clr-text-dark);
}

.overpay-reasons__badge {
  display: inline-flex;
  padding: 10px 16px;
  border-radius: 999px;
  background: #ffffff;
  color: #ea580c;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}

.overpay-reasons__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.overpay-reasons__item {
  padding: 24px;
  border: 1px solid #fed7aa;
  background: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
  color: #18181b;
}

/* ---------- Reviews ---------- */
.reviews-card {
  border-radius: 26px;
  background: #fafafa;
  padding: 20px;
}

.reviews-card__image {
  width: 100%;
  height: 128px;
  margin-bottom: 16px;
  border-radius: 16px;
  object-fit: cover;
}

.reviews-card__text {
  font-size: 14px;
  line-height: 1.6;
  color: #52525b;
  margin-bottom: 16px;
}

.reviews-card__name {
  font-size: 16px;
  font-weight: 700;
  color: #18181b;
}

/* ---------- FAQ ---------- */
.faq {
  padding: 80px 0;
  background: #f6f6fb;
  color: var(--clr-text-dark);
}

.faq__container {
  max-width: 960px;
}

.faq__list {
  display: grid;
  gap: 16px;
}

.faq__item {
  overflow: hidden;
}

.faq__question {
  list-style: none;
  cursor: pointer;
  padding: 22px 24px;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
  color: #18181b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.faq__question::-webkit-details-marker {
  display: none;
}

.faq__question::after {
  content: '+';
  flex-shrink: 0;
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  color: #f97316;
  transition: transform var(--transition);
}

.faq__item[open] .faq__question::after {
  transform: rotate(45deg);
}

.faq__answer {
  padding: 0 24px 22px;
}

.faq__answer p {
  font-size: 17px;
  line-height: 1.7;
  color: #52525b;
}

/* ---------- Lead form ---------- */
.lead-form__content {
  display: grid;
  gap: 32px;
  align-items: center;
}

.lead-form__intro {
  max-width: 760px;
}

.lead-form__card {
  padding: 32px;
  border-radius: 30px;
  background: #ffffff;
  color: #18181b;
  box-shadow: 0 24px 60px rgba(0,0,0,0.3);
}

.lead-form__card-title {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 800;
  color: #18181b;
}

.lead-form__form {
  display: grid;
  gap: 16px;
}

.lead-form__input {
  width: 100%;
  height: 56px;
  border: 1px solid #e4e4e7;
  border-radius: 18px;
  background: #fafafa;
  padding: 0 16px;
  font-size: 16px;
  color: #18181b;
  outline: none;
  transition: var(--transition);
  font-family: 'Montserrat', sans-serif;
}

.lead-form__input:focus {
  border-color: #fb923c;
  background: #ffffff;
}

.lead-form__phone {
  display: flex;
  align-items: center;
  height: 56px;
  overflow: hidden;
  border: 1px solid #e4e4e7;
  border-radius: 18px;
  background: #fafafa;
}

.lead-form__phone-code {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  height: 100%;
  border-right: 1px solid #e4e4e7;
  background: #f4f4f5;
  font-size: 16px;
  font-weight: 700;
  color: #18181b;
}

.lead-form__phone-input {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  padding: 0 16px;
  font-size: 16px;
  color: #18181b;
  outline: none;
  font-family: 'Montserrat', sans-serif;
}

.lead-form__submit {
  width: 100%;
  min-height: 56px;
  margin-top: 4px;
}

.lead-form__note {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #71717a;
}

/* ---------- Process ---------- */
.process {
  padding: 80px 0;
  background: #f6f6fb;
  color: #18181b;
}

.process__header {
  max-width: 820px;
  margin-bottom: 32px;
}

.process__title {
  font-size: 48px;
  line-height: 1.08;
  font-weight: 800;
  color: #18181b;
  margin-bottom: 16px;
  letter-spacing: -0.8px;
}

.process__subtitle {
  max-width: 760px;
  font-size: 20px;
  line-height: 1.6;
  color: #71717a;
}

.process__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.process-card {
  background: #ffffff;
  border-radius: 30px;
  padding: 24px;
  box-shadow: 0 16px 34px rgba(31, 41, 55, 0.06);
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(15, 23, 42, 0.05);
}

.process-card__head {
  margin-bottom: 18px;
}

.process-card__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: #f97316;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
}

.process-card__title {
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
  color: #18181b;
}

.process-card__items {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  gap: 16px;
  flex: 1;
}

.process-item {
  position: relative;
  background: #eeeff4;
  border-radius: 22px;
  padding: 16px 16px 14px 18px;
  min-height: 0;
}

.process-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 999px;
  background: #f97316;
}

.process-item__top {
  margin-bottom: 12px;
}

.process-item__trigger {
  width: 100%;
  border: none;
  background: transparent;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  text-align: left;
  cursor: default;
  padding: 0;
  font-family: inherit;
}

.process-item__name {
  display: block;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
  color: #18181b;
}

.process-item__arrow {
  display: none;
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 4px;
}

.process-item__arrow::before,
.process-item__arrow::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 11px;
  height: 3px;
  background: #f97316;
  border-radius: 999px;
  transition: transform 0.25s ease;
}

.process-item__arrow::before {
  left: 0;
  transform: rotate(45deg);
}

.process-item__arrow::after {
  right: 0;
  transform: rotate(-45deg);
}

.process-item__content {
  max-height: none;
  overflow: visible;
}

.process-item__text {
  margin: 8px 0 0;
}

.process__footer {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
}

.process__cta {
  margin-top: 24px;
  display: inline-flex;
}

/* ---------- About visual/messengers ---------- */
.about__title {
  max-width: none;
  white-space: nowrap;
}

.about__visual {
  width: 100%;
  max-width: 620px;
  justify-self: end;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 24px;
}

.about__cta {
  margin-bottom: 28px;
}

.about__messengers {
  width: 100%;
  text-align: center;
}

.about__messengers-title {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  color: #71717a;
  text-transform: none;
  letter-spacing: 0;
}

.about__messengers-buttons {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap !important;
  width: 100%;
}

.about__messenger-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: none !important;
  width: auto !important;
  min-width: 140px;
  height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.about__messenger-btn img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex: 0 0 18px;
}

.about__messenger-btn--viber {
  background: #7360f2;
}

.about__messenger-btn--whatsapp {
  background: #25d366;
}

.about__messenger-btn--telegram {
  background: #229ed9;
}

.about__messenger-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

/* ---------- Compare block ---------- */
.compare {
  padding: 40px 0;
}

.compare__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.compare__image {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.compare__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.compare__image-label {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
}

.compare__bad,
.compare__good {
  border-radius: 24px;
  padding: 24px;
}

.compare__bad {
  background: #f6eaea;
}

.compare__good {
  margin-top: 20px;
  background: #e6f4ee;
}

.compare__tag {
  font-size: 14px;
  font-weight: 700;
  color: #e11d48;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.compare__tag--good {
  color: #059669;
}

.compare__price {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #18181b;
}

.compare__text {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.5;
}

/* ---------- Car modal ---------- */
.car-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.car-modal.is-open {
  display: block;
}

.car-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}

.car-modal__content {
  position: relative;
  max-width: 560px;
  width: calc(100% - 32px);
  max-height: 90vh;
  overflow-y: auto;
  margin: 5vh auto;
  padding: 0;
  border-radius: 28px;
  background: #ffffff;
  color: #1f2937;
  z-index: 2;
  overflow: hidden;
}

.car-modal__title {
  position: relative;
  margin: 0;
  padding: 22px 86px 22px 28px;
  background: #f97316;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  white-space: nowrap;
}

.car-modal__close {
  position: absolute !important;
  top: 50% !important;
  right: 16px !important;
  transform: translateY(-50%) !important;
  width: 46px !important;
  height: 46px !important;
  border: none !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  cursor: pointer !important;
  z-index: 5;
}

.car-modal__close::before,
.car-modal__close::after {
  content: "" !important;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: #f97316;
  transform-origin: center;
}

.car-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.car-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.car-modal__text,
.car-modal__selected,
.car-modal__form {
  margin-left: 32px;
  margin-right: 32px;
}

.car-modal__text {
  margin-top: 28px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #4b5563;
}

.car-modal__selected {
  margin-bottom: 24px;
  padding: 16px 20px;
  border-radius: 18px;
  background: #f3f4f6;
  text-align: center;
}

.car-modal__selected strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.car-modal__form {
  display: grid;
  gap: 14px;
  padding-bottom: 32px;
}

.car-modal__form input,
.car-modal__form textarea {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #ffffff;
  color: #111827;
  padding: 16px 20px;
  font-size: 16px;
  outline: none;
}

.car-modal__form textarea {
  min-height: 120px;
  border-radius: 22px;
  resize: none;
}

.car-modal__form input::placeholder,
.car-modal__form textarea::placeholder {
  color: #9ca3af;
}

.car-modal__submit {
  margin-top: 10px;
  width: 100%;
  background: #f97316;
  color: #fff;
  border-radius: 999px;
}

.car-modal__phone {
  display: flex;
  align-items: center;
  height: 56px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  overflow: hidden;
  background: #ffffff;
}

.car-modal__phone-code {
  height: 100%;
  min-width: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e5e7eb;
  color: #111827;
  font-weight: 700;
}

.car-modal__phone input {
  border: none !important;
  border-radius: 0 !important;
  height: 100%;
  background: transparent !important;
}

.car-modal__note {
  margin: 4px 0 0;
  text-align: center;
  font-size: 14px;
  color: #9ca3af;
}

@media (max-width: 768px) {
  .car-card__photo-arrow {
    width: 32px;
    height: 32px;
    font-size: 22px;
  }

  .car-modal__content {
    margin: 3vh auto;
  }

  .car-modal__title {
    font-size: 20px;
    padding: 20px 70px 20px 22px;
  }

  .car-modal__text,
  .car-modal__selected,
  .car-modal__form {
    margin-left: 24px;
    margin-right: 24px;
  }
}

.faq__header {
  transform: translateY(-40px);
  margin-bottom: -20px;
}

.overpay-reasons__header {
  transform: translateY(-40px);
  margin-bottom: -20px;
}

.cost-breakdown__header {
  transform: translateY(-40px);
  margin-bottom: -20px;
}

/* ===== FIX SELECT ARROW ===== */
.lead-form select.lead-form__input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7L10 12L15 7' stroke='%2318181b' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");

  background-repeat: no-repeat;
  background-size: 14px;
  background-position: right 18px center;

  padding-right: 54px;
}