.ecar-promise {
  background-color: var(--ecar-bg);
  border-top: 1px solid var(--ecar-border);
  padding-block: var(--sp-section-lg);
}

.ecar-promise__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 72px;
  align-items: start;
}

.ecar-promise__content {
  max-width: 700px;
}

/* Section eyebrows are gold sitewide (this one, Reviews, FAQ). A grey
   eyebrow above a white heading is two greys doing the same job; the gold
   gives each section a visible entry point without another size step. */
.ecar-promise__eyebrow {
  margin: 0 0 18px;
  color: var(--ecar-gold);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ecar-promise__heading {
  margin: 0 0 20px;
  font-size: var(--fs-h2-lg);
  line-height: 1.0;
  letter-spacing: -0.035em;
  max-width: 15ch;
}

.ecar-promise__description {
  max-width: 42rem;
  margin: 0;
  color: var(--ecar-text-secondary);
  font-size: 1.125rem;
  line-height: 1.7;
}

/* --- Price tiles ---
   Replaces a 01/02/03 numbered list. The numerals were decoration; the
   figures are the message, so the figure is now the largest thing in the
   cell and it is set in gold — the one place on the page where the brand
   colour carries information rather than trim.

   Three equal columns with a shared hairline grid rather than three floating
   cards: the amounts line up on one optical baseline, which is what makes a
   price list scannable. */
.ecar-promise__prices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 38px 0 26px;
  background-color: var(--ecar-hairline);
  border: 1px solid var(--ecar-hairline);
  border-radius: 12px;
  overflow: hidden;
}

.ecar-promise__price {
  display: flex;
  flex-direction: column;
  padding: 24px 22px 26px;
  background-color: var(--ecar-surface);
}

.ecar-promise__price-amount {
  margin: 0 0 10px;
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 2.4vw, 2.25rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.035em;
  color: var(--ecar-gold);
  /* Figures share one advance width so "$59.99" and "$120–$450+" don't
     visually wobble against each other across the row. */
  font-variant-numeric: tabular-nums;
}

/* The amount-less tile keeps the row's vertical rhythm with an icon that
   occupies the same optical slot as a figure. */
.ecar-promise__price-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 8px;
  margin-bottom: 10px;
  color: var(--ecar-gold);
  background-color: var(--ecar-gold-quiet);
  border: 1px solid var(--ecar-gold-line);
  border-radius: 10px;
}

.ecar-promise__price-title {
  margin: 0 0 8px;
  color: var(--ecar-text-primary);
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-transform: uppercase;
}

.ecar-promise__price-text {
  margin: 0;
  color: var(--ecar-text-secondary);
  font-size: var(--fs-sm);
  line-height: 1.6;
}

/* --- Terms strip --- */
.ecar-promise__terms {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 24px;
  margin-bottom: 32px;
}

.ecar-promise__footnote {
  margin: 0;
  color: var(--ecar-text-primary);
  font-size: var(--fs-sm);
  font-weight: 600;
}

.ecar-promise__payments {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin: 0;
  color: var(--ecar-text-muted);
  font-size: var(--fs-sm);
}

.ecar-promise__payments-label {
  font-size: var(--fs-eyebrow);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ecar-text-secondary);
}

.ecar-promise__aside {
  display: grid;
  gap: 18px;
  align-content: start;
}

.ecar-promise__media {
  overflow: hidden;
  border: 1px solid var(--ecar-border);
  background: var(--ecar-surface);
}

.ecar-promise__media-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* The one place navy works as intended: a brand-colored surface. It gives
   the owner statement its own material instead of another #151515 panel,
   and replaces a decorative white-to-transparent gradient overlay that was
   doing nothing a solid could not. */
.ecar-promise__panel {
  margin: 0;
  padding: 34px 34px 28px;
  border: 1px solid var(--ecar-navy-line);
  background-color: var(--ecar-navy-900);
}

.ecar-promise__panel-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.ecar-promise__mark {
  margin: 0;
  color: var(--ecar-accent);
  font-family: var(--font-heading);
  font-size: 3.75rem;
  font-weight: 800;
  line-height: 0.7;
}

.ecar-promise__panel-kicker {
  display: inline-block;
  min-width: 0;
  color: var(--ecar-text-secondary);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ecar-promise__quote {
  margin: 0;
  color: var(--ecar-text-primary);
  font-family: var(--font-heading);
  font-size: clamp(1.375rem, 2.3vw, 1.875rem);
  font-weight: 650;
  line-height: 1.42;
  letter-spacing: -0.02em;
}

/* --- Pricing policy footer ---
   Replaced the owner attribution (photo + name + role). Same job in the
   layout — it closes the panel and gives the quote an author — but the author
   is the company, so there is no placeholder name to look unfinished and no
   photo to source. See the note in section-pricing-promise.php. */
.ecar-promise__policy {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(245, 245, 245, 0.14);
}

.ecar-promise__policy-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  padding: 8px;
  /* Warm mark on the navy panel: the one accent in this block, and the same
     dollar glyph the Upfront Pricing card upstairs uses. */
  color: var(--ecar-gold-strong);
  background-color: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

.ecar-promise__policy-icon svg {
  width: 100%;
  height: 100%;
}

.ecar-promise__policy-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.ecar-promise__policy-label {
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ecar-gold-strong);
}

.ecar-promise__policy-note {
  font-family: var(--font-sans);
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(226, 233, 243, 0.82);
}

@media (max-width: 1439px) {
  .ecar-promise__inner {
    gap: 56px;
  }
}

@media (max-width: 1199px) {
  .ecar-promise__inner {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    gap: 40px;
  }

  .ecar-promise__heading {
    max-width: 15ch;
  }

  .ecar-promise__panel {
    padding: 30px 28px 24px;
  }
}

@media (max-width: 1023px) {
  .ecar-promise__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ecar-promise__content,
  .ecar-promise__aside {
    max-width: none;
  }

  .ecar-promise__heading {
    max-width: 16ch;
  }

  .ecar-promise__aside {
    max-width: 560px;
  }
}

@media (max-width: 767px) {
  .ecar-promise__inner {
    gap: 32px;
  }

  .ecar-promise__description {
    font-size: 1rem;
    line-height: 1.65;
  }

  .ecar-promise__prices {
    grid-template-columns: 1fr;
    margin: 28px 0 22px;
  }

  .ecar-promise__price {
    padding: 20px 18px 22px;
  }

  .ecar-promise__terms {
    gap: 8px;
    margin-bottom: 26px;
  }

  .ecar-promise__panel {
    padding: 24px 20px 20px;
  }

  .ecar-promise__panel-header {
    gap: 10px;
    margin-bottom: 18px;
  }

  .ecar-promise__mark {
    font-size: 3.1rem;
  }

  .ecar-promise__panel-kicker {
    font-size: 0.68rem;
  }

  .ecar-promise__quote {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .ecar-promise__policy {
    gap: 12px;
    margin-top: 22px;
    padding-top: 16px;
  }

  .ecar-promise__policy-icon {
    width: 34px;
    height: 34px;
    padding: 7px;
  }

  .ecar-promise__content .ecar-btn {
    width: 100%;
  }
}
