/* Yuqi Promotional Products: short-cycle B2B offers in a visual, filterable catalogue. */

body.quote-promotional-products-page { background: #06111f; }

.quote-promotional-products {
  --promo-ink-950: #030b15;
  --promo-ink-900: #06111f;
  --promo-ink-850: #071827;
  --promo-line: rgba(136, 178, 219, 0.18);
  --promo-line-strong: rgba(70, 155, 255, 0.42);
  --promo-blue: #1677ff;
  --promo-cyan: #4dd8ff;
  --promo-coral: #ff6872;
  --promo-white: #f4f8ff;
  --promo-soft: #c7d4e4;
  --promo-muted: #8da1b7;
  --promo-container: 1340px;
  --promo-radius: 14px;
  min-width: 320px;
  overflow: hidden;
  background: var(--promo-ink-900);
  color: var(--promo-white);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.quote-promotional-products,
.quote-promotional-products *,
.quote-promotional-products *::before,
.quote-promotional-products *::after { box-sizing: border-box; }

.quote-promotional-products img,
.quote-promotional-products svg { display: block; }

.quote-promotional-products button,
.quote-promotional-products a { font: inherit; }
.quote-promotional-products a { color: inherit; }

.quote-promo-container {
  width: min(var(--promo-container), calc(100% - 64px));
  margin-inline: auto;
}

.quote-promo-hero {
  position: relative;
  min-height: 490px;
  overflow: hidden;
  border-bottom: 1px solid var(--promo-line);
  background: var(--promo-ink-950);
  isolation: isolate;
}

.quote-promo-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, #030b15 0%, rgba(3, 11, 21, 0.98) 36%, rgba(3, 11, 21, 0.42) 62%, rgba(3, 11, 21, 0.08) 100%);
  content: "";
}

.quote-promo-hero__blueprint {
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image: linear-gradient(rgba(31, 117, 207, 0.065) 1px, transparent 1px), linear-gradient(90deg, rgba(31, 117, 207, 0.065) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 52%, #000 100%);
}

.quote-promo-hero__visual {
  position: absolute;
  z-index: -3;
  top: 0;
  right: 0;
  width: min(74vw, 1120px);
  height: 100%;
  object-fit: cover;
  object-position: 63% center;
}

.quote-promo-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  grid-template-rows: auto auto auto;
  min-height: 490px;
  padding-top: clamp(38px, 4.2vw, 56px);
  padding-bottom: 16px;
}

.quote-promo-hero__copy {
  display: grid;
  grid-column: 1;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 18px;
  max-width: 650px;
}

.quote-promo-hero__copy > .quote-promo-eyebrow,
.quote-promo-hero__copy > h1,
.quote-promo-hero__copy > .quote-promo-hero__lead { grid-column: 1 / -1; }
.quote-promo-hero__spacer { grid-column: 2; }

.quote-promo-eyebrow,
.quote-promo-kicker {
  margin: 0;
  color: #4f9fff;
  font-size: 0.75rem;
  font-weight: 740;
  letter-spacing: 0.3em;
  line-height: 1.4;
  text-transform: uppercase;
}

.quote-promo-hero h1 {
  margin: 11px 0 0;
  color: var(--promo-white);
  font-family: inherit;
  font-size: clamp(3.25rem, 5.15vw, 5.2rem);
  font-weight: 820;
  letter-spacing: -0.075em;
  line-height: 0.94;
}

.quote-promo-hero h1 span,
.quote-promo-hero h1 strong { display: inline; }
.quote-promo-hero h1 strong { color: #308cff; font-weight: inherit; }

.quote-promo-hero__lead {
  max-width: 580px;
  margin: 16px 0 0;
  color: var(--promo-soft);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.55;
}

.quote-promo-batch {
  display: inline-flex;
  gap: 13px;
  align-items: center;
  align-self: end;
  margin-top: 16px;
  padding: 10px 15px;
  border: 1px solid var(--promo-line-strong);
  border-radius: 11px;
  background: rgba(8, 34, 60, 0.72);
}

.quote-promo-batch__icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  background: rgba(22, 119, 255, 0.16);
  color: #5ba3ff;
}

.quote-promo-batch svg,
.quote-promo-button svg,
.quote-promo-trust svg,
.quote-promo-card__contact svg,
.quote-promo-history__icon svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quote-promo-batch svg { width: 20px; stroke-width: 1.8; }
.quote-promo-batch small,
.quote-promo-batch strong { display: block; }
.quote-promo-batch small { color: var(--promo-muted); font-size: 0.7rem; line-height: 1.2; }
.quote-promo-batch strong { margin-top: 4px; color: var(--promo-white); font-size: 1rem; font-variant-numeric: tabular-nums; letter-spacing: 0.02em; }

.quote-promo-hero__actions {
  display: flex;
  gap: 18px;
  align-items: center;
  align-self: end;
  margin-top: 16px;
}

.quote-promo-hero__actions .quote-promo-button { flex: 0 0 auto; white-space: nowrap; }
.quote-promo-hero__actions p { margin: 0; color: var(--promo-muted); font-size: 0.77rem; line-height: 1.5; }

.quote-promo-button {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 0.9rem;
  font-weight: 720;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.quote-promo-button svg { width: 18px; stroke-width: 1.9; }
.quote-promo-button--primary { background: var(--promo-blue); box-shadow: 0 10px 30px rgba(0, 100, 255, 0.2); color: #fff; }
.quote-promo-button:hover { color: #fff; transform: translateY(-2px); }

.quote-promotional-products .quote-promo-button:focus-visible,
.quote-promotional-products button:focus-visible,
.quote-promotional-products a:focus-visible,
.quote-promotional-products summary:focus-visible { outline: 2px solid var(--promo-cyan); outline-offset: 4px; }

.quote-promo-trust {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, 1fr);
  align-self: end;
  margin: 16px 0 0;
  padding: 12px 0;
  border-top: 1px solid var(--promo-line);
  border-bottom: 1px solid var(--promo-line);
  background: linear-gradient(90deg, rgba(3, 11, 21, 0.68), rgba(3, 11, 21, 0.46));
  list-style: none;
}

.quote-promo-trust li { display: flex; gap: 13px; align-items: center; min-width: 0; padding: 0 28px; border-left: 1px solid var(--promo-line); }
.quote-promo-trust li:first-child { padding-left: 0; border-left: 0; }
.quote-promo-trust svg { flex: 0 0 auto; width: 31px; height: 31px; color: #4094ff; stroke-width: 1.6; }
.quote-promo-trust strong,
.quote-promo-trust small { display: block; }
.quote-promo-trust strong { color: var(--promo-white); font-size: 0.88rem; font-weight: 700; }
.quote-promo-trust small { margin-top: 5px; color: var(--promo-muted); font-size: 0.69rem; line-height: 1.35; }

.quote-promo-validity {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: auto minmax(220px, 1fr) auto auto;
  gap: 24px;
  align-items: center;
  margin-top: 9px;
  padding: 10px 18px;
  border: 1px solid var(--promo-line);
  border-radius: 12px;
  background: rgba(7, 24, 39, 0.82);
}

.quote-promo-validity__status { display: flex; gap: 12px; align-items: center; min-width: 160px; }
.quote-promo-validity__mark { width: 13px; height: 13px; border: 3px solid #61aaff; border-radius: 50%; box-shadow: 0 0 0 7px rgba(22, 119, 255, 0.13); }
.quote-promo-validity small,
.quote-promo-validity strong { display: block; }
.quote-promo-validity small { color: var(--promo-muted); font-size: 0.67rem; }
.quote-promo-validity strong { margin-top: 3px; font-size: 0.86rem; font-variant-numeric: tabular-nums; }
.quote-promo-validity__track { position: relative; height: 18px; }
.quote-promo-validity__line { position: absolute; top: 8px; right: 0; left: 0; height: 1px; background: linear-gradient(90deg, #277edc, rgba(94, 169, 255, 0.35)); }
.quote-promo-validity__point { position: absolute; top: 4px; width: 9px; height: 9px; border: 2px solid #72b4ff; border-radius: 50%; background: var(--promo-ink-850); }
.quote-promo-validity__point--start { left: 0; }
.quote-promo-validity__point--end { right: 0; }
.quote-promo-validity__date { min-width: 66px; }
.quote-promo-validity__date--end { text-align: right; }

.quote-promo-products {
  padding: clamp(62px, 7vw, 96px) 0 82px;
  background: radial-gradient(circle at 85% 0%, rgba(22, 119, 255, 0.07), transparent 29%), var(--promo-ink-900);
}

.quote-promo-heading { display: flex; gap: 24px; align-items: end; justify-content: space-between; }
.quote-promo-heading h2,
.quote-promo-contact h2 { margin: 8px 0 0; color: var(--promo-white); font-family: inherit; font-size: clamp(2rem, 3vw, 3.2rem); font-weight: 760; letter-spacing: -0.055em; line-height: 1.06; }
.quote-promo-heading__meta { margin: 0 0 5px; color: var(--promo-muted); font-size: 0.8rem; }
.quote-promo-heading__meta strong { color: var(--promo-white); font-variant-numeric: tabular-nums; }

.quote-promo-filters {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin-top: 31px;
  overflow: hidden;
  border: 1px solid var(--promo-line);
  border-radius: 11px;
  background: rgba(8, 31, 51, 0.58);
}

.quote-promo-filters button {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 10px;
  border: 0;
  border-left: 1px solid var(--promo-line);
  background: transparent;
  color: #aebfd1;
  cursor: pointer;
  font-size: 0.78rem;
  transition: background-color 180ms ease, color 180ms ease;
}

.quote-promo-filters button:first-child { border-left: 0; }
.quote-promo-filters button:hover,
.quote-promo-filters button[aria-pressed="true"] { background: rgba(22, 119, 255, 0.18); color: var(--promo-white); }
.quote-promo-filters button[aria-pressed="true"] { box-shadow: inset 0 -2px 0 var(--promo-blue); }
.quote-promo-filters small { color: #6f8aa6; font-size: 0.65rem; font-variant-numeric: tabular-nums; }

.quote-promo-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 22px; }

.quote-promo-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--promo-line);
  border-radius: var(--promo-radius);
  background: #091d31;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.13);
  transition: border-color 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.quote-promo-card:hover { border-color: rgba(64, 148, 255, 0.45); background: #0a223a; transform: translateY(-3px); }
.quote-promo-card[hidden] { display: none; }
.quote-promo-card__visual { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: #edf1f6; }
.quote-promo-card__visual img { width: 100%; height: 100%; object-fit: cover; transition: transform 300ms ease; }
.quote-promo-card__visual--product { background: #fff; }
.quote-promo-card__visual--product img { padding: 10px; object-fit: contain; }
.quote-promo-card:hover .quote-promo-card__visual img { transform: scale(1.025); }

.quote-promo-card__visual-note {
  position: absolute;
  right: 10px;
  bottom: 9px;
  padding: 4px 7px;
  border: 1px solid rgba(8, 33, 55, 0.12);
  border-radius: 5px;
  background: rgba(244, 248, 255, 0.88);
  color: #435b72;
  font-size: 0.58rem;
  font-weight: 650;
  letter-spacing: 0.03em;
}

.quote-promo-card__body { display: flex; flex: 1; flex-direction: column; padding: 18px 18px 16px; }
.quote-promo-card__category { margin: 0; color: #579fff; font-size: 0.64rem; font-weight: 700; letter-spacing: 0.08em; line-height: 1.4; }

.quote-promo-card h3 {
  display: -webkit-box;
  min-height: 3.02em;
  margin: 8px 0 0;
  overflow: hidden;
  color: var(--promo-white);
  font-family: inherit;
  font-size: 0.98rem;
  font-weight: 680;
  letter-spacing: -0.015em;
  line-height: 1.51;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.quote-promo-card__model {
  display: -webkit-box;
  min-height: 2.8em;
  margin: 6px 0 0;
  overflow: hidden;
  color: var(--promo-muted);
  font-size: 0.74rem;
  font-variant-numeric: tabular-nums;
  line-height: 1.4;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.quote-promo-card__price-row { display: flex; gap: 6px; align-items: baseline; margin-top: 14px; }
.quote-promo-card__price { color: var(--promo-coral); font-size: 1.52rem; font-weight: 780; font-variant-numeric: tabular-nums; letter-spacing: -0.035em; line-height: 1; }
.quote-promo-card__unit { color: #a5b6c8; font-size: 0.7rem; }
.quote-promo-card__contact { display: inline-flex; gap: 8px; align-items: center; align-self: flex-start; margin-top: 16px; color: #72b4ff; font-size: 0.74rem; font-weight: 650; text-decoration: none; }
.quote-promo-card__contact:hover { color: #a7d3ff; }
.quote-promo-card__contact svg { width: 14px; stroke-width: 1.8; }

.quote-promo-history { margin-top: 54px; border: 1px solid var(--promo-line); border-radius: 13px; background: rgba(7, 26, 43, 0.74); }

.quote-promo-history summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 16px;
  align-items: center;
  min-height: 92px;
  padding: 18px 24px;
  color: var(--promo-white);
  cursor: pointer;
  list-style: none;
}

.quote-promo-history summary::-webkit-details-marker { display: none; }
.quote-promo-history__icon { display: grid; width: 45px; height: 45px; place-items: center; border: 1px solid rgba(70, 155, 255, 0.32); border-radius: 10px; background: rgba(22, 119, 255, 0.09); color: #5aa5ff; }
.quote-promo-history__icon svg { width: 23px; stroke-width: 1.7; }
.quote-promo-history__title strong,
.quote-promo-history__title small { display: block; }
.quote-promo-history__title strong { font-size: 1rem; }
.quote-promo-history__title small { margin-top: 6px; color: var(--promo-muted); font-size: 0.7rem; }
.quote-promo-history__period { color: var(--promo-soft); font-size: 0.78rem; font-variant-numeric: tabular-nums; }
.quote-promo-history__chevron { width: 11px; height: 11px; margin-left: 10px; border-right: 2px solid #75b6ff; border-bottom: 2px solid #75b6ff; transform: rotate(45deg) translateY(-3px); transition: transform 180ms ease; }
.quote-promo-history[open] .quote-promo-history__chevron { transform: rotate(225deg) translate(-2px, -2px); }
.quote-promo-history__body { padding: 0 24px 24px; border-top: 1px solid var(--promo-line); }
.quote-promo-history__batch + .quote-promo-history__batch { margin-top: 24px; }
.quote-promo-history__batch h3 { margin: 18px 0 0; color: var(--promo-white); font-size: 0.9rem; }

.quote-promo-history__head,
.quote-promo-history__row { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(160px, 0.75fr) minmax(110px, 0.42fr); gap: 24px; align-items: start; }
.quote-promo-history__head { padding: 18px 0 9px; color: #6f87a0; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.06em; }
.quote-promo-history__row { padding: 14px 0; border-top: 1px solid rgba(136, 178, 219, 0.11); color: #b8c7d6; font-size: 0.76rem; line-height: 1.45; }
.quote-promo-history__model { color: #8298af; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.quote-promo-history__price { color: #dbe5ef; font-variant-numeric: tabular-nums; text-align: right; }
.quote-promo-history__empty { margin: 18px 0 0; color: var(--promo-soft); }

.quote-promo-contact { padding: 0 0 92px; background: var(--promo-ink-900); }

.quote-promo-contact__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: center;
  min-height: 278px;
  overflow: hidden;
  padding: 52px 58px;
  border: 1px solid var(--promo-line-strong);
  border-radius: 16px;
  background: #08213a;
  isolation: isolate;
}

.quote-promo-contact__inner::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, #08213a 0%, rgba(8, 33, 58, 0.94) 55%, rgba(13, 74, 136, 0.45) 100%), linear-gradient(rgba(64, 148, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(64, 148, 255, 0.08) 1px, transparent 1px);
  background-size: auto, 42px 42px, 42px 42px;
  content: "";
}

.quote-promo-contact__copy { max-width: 760px; }
.quote-promo-contact__copy > p:last-child { max-width: 650px; margin: 16px 0 0; color: var(--promo-soft); font-size: 0.92rem; line-height: 1.65; }
.quote-promo-contact__action { position: relative; z-index: 2; text-align: center; }
.quote-promo-contact__action small { display: block; margin-top: 12px; color: #92a7bd; font-size: 0.67rem; }
.quote-promo-contact__network { position: absolute; z-index: 0; top: 50%; right: 15%; width: 260px; height: 190px; opacity: 0.35; transform: translateY(-50%); }
.quote-promo-contact__network::before,
.quote-promo-contact__network::after { position: absolute; inset: 20px 0; background: linear-gradient(30deg, transparent 49.5%, rgba(77, 216, 255, 0.48) 50%, transparent 50.5%), linear-gradient(-25deg, transparent 49.5%, rgba(22, 119, 255, 0.55) 50%, transparent 50.5%); content: ""; }
.quote-promo-contact__network span { position: absolute; width: 9px; height: 9px; border: 2px solid #62adff; border-radius: 50%; background: var(--promo-ink-850); box-shadow: 0 0 16px #1684ff; }
.quote-promo-contact__network span:nth-child(1) { top: 18px; left: 40px; }
.quote-promo-contact__network span:nth-child(2) { top: 78px; left: 120px; }
.quote-promo-contact__network span:nth-child(3) { top: 33px; right: 26px; }
.quote-promo-contact__network span:nth-child(4) { right: 56px; bottom: 14px; }
.quote-promo-contact__network span:nth-child(5) { bottom: 24px; left: 18px; }

@media (max-width: 1240px) {
  .quote-promo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1040px) {
  .quote-promo-hero { min-height: 510px; }
  .quote-promo-hero__layout { grid-template-columns: minmax(0, 0.92fr) minmax(220px, 0.8fr); min-height: 510px; }
  .quote-promo-hero__visual { right: -14%; width: 88vw; }
  .quote-promo-hero__actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  .quote-promo-hero__actions p { max-width: 320px; }
  .quote-promo-trust li { padding-inline: 16px; }
  .quote-promo-filters { display: flex; overflow-x: auto; scrollbar-width: thin; }
  .quote-promo-filters button { flex: 0 0 auto; min-width: 148px; }
}

@media (max-width: 780px) {
  .quote-promo-container { width: min(100% - 32px, var(--promo-container)); }
  .quote-promo-hero { min-height: auto; }
  .quote-promo-hero::after { background: linear-gradient(180deg, rgba(3, 11, 21, 0.05) 0%, rgba(3, 11, 21, 0.16) 32%, rgba(3, 11, 21, 0.98) 60%, #030b15 100%); }
  .quote-promo-hero__visual { top: 0; right: -18%; width: 136%; height: 430px; object-position: 58% center; }
  .quote-promo-hero__blueprint { mask-image: linear-gradient(180deg, #000 0%, #000 58%, transparent 100%); }
  .quote-promo-hero__layout { display: block; min-height: auto; padding-top: 350px; padding-bottom: 28px; }
  .quote-promo-hero__copy { display: block; max-width: none; }
  .quote-promo-hero h1 { margin-top: 11px; font-size: clamp(3rem, 15.5vw, 4.4rem); }
  .quote-promo-hero__lead { margin-top: 16px; font-size: 0.92rem; }
  .quote-promo-hero__actions { align-items: flex-start; flex-direction: column; }
  .quote-promo-trust { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 0; margin-top: 34px; }
  .quote-promo-trust li,
  .quote-promo-trust li:first-child { padding: 0 14px; border-left: 1px solid var(--promo-line); }
  .quote-promo-trust li:nth-child(odd) { padding-left: 0; border-left: 0; }
  .quote-promo-validity { grid-template-columns: 1fr auto auto; gap: 16px; }
  .quote-promo-validity__status { grid-column: 1 / -1; }
  .quote-promo-validity__track { grid-column: 1; }
  .quote-promo-products { padding-top: 58px; }
  .quote-promo-heading { align-items: flex-start; flex-direction: column; }
  .quote-promo-heading__meta { margin: -12px 0 0; }
  .quote-promo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quote-promo-history summary { grid-template-columns: auto minmax(0, 1fr) auto; }
  .quote-promo-history__period { grid-column: 2; }
  .quote-promo-history__chevron { grid-column: 3; grid-row: 1 / 3; }
  .quote-promo-contact__inner { grid-template-columns: 1fr; padding: 42px 32px; }
  .quote-promo-contact__action { justify-self: start; text-align: left; }
  .quote-promo-contact__network { right: -80px; }
}

@media (max-width: 560px) {
  .quote-promo-container { width: calc(100% - 28px); }
  .quote-promo-hero__visual { right: -42%; width: 180%; height: 360px; }
  .quote-promo-hero__layout { padding-top: 302px; }
  .quote-promo-eyebrow,
  .quote-promo-kicker { font-size: 0.65rem; }
  .quote-promo-hero h1 { font-size: clamp(2.78rem, 15vw, 3.6rem); }
  .quote-promo-batch { width: 100%; }
  .quote-promo-button { min-height: 50px; }
  .quote-promo-trust { margin-top: 30px; }
  .quote-promo-trust li { gap: 10px; }
  .quote-promo-trust svg { width: 26px; height: 26px; }
  .quote-promo-validity { padding: 16px; }
  .quote-promo-products { padding-bottom: 62px; }
  .quote-promo-heading h2,
  .quote-promo-contact h2 { font-size: 2rem; }
  .quote-promo-filters { margin-right: -14px; margin-left: -14px; border-right: 0; border-left: 0; border-radius: 0; }
  .quote-promo-filters button { min-width: 128px; }
  .quote-promo-grid { grid-template-columns: 1fr; gap: 11px; }
  .quote-promo-card { display: grid; grid-template-columns: 126px minmax(0, 1fr); min-height: 154px; }
  .quote-promo-card__visual { min-height: 100%; aspect-ratio: auto; }
  .quote-promo-card__visual-note { right: 7px; bottom: 7px; font-size: 0.5rem; }
  .quote-promo-card__body { min-width: 0; padding: 14px 14px 12px; }
  .quote-promo-card h3 { min-height: 0; margin-top: 5px; font-size: 0.91rem; line-height: 1.38; }
  .quote-promo-card__model { min-height: 0; margin-top: 4px; font-size: 0.68rem; -webkit-line-clamp: 1; }
  .quote-promo-card__price-row { margin-top: auto; padding-top: 8px; }
  .quote-promo-card__price { font-size: 1.28rem; }
  .quote-promo-card__contact { position: absolute; right: 12px; bottom: 14px; width: 30px; height: 30px; justify-content: center; border: 1px solid rgba(70, 155, 255, 0.3); border-radius: 7px; background: rgba(22, 119, 255, 0.08); }
  .quote-promo-card__contact span { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
  .quote-promo-history { margin-top: 36px; }
  .quote-promo-history summary { min-height: 86px; padding: 16px; }
  .quote-promo-history__icon { width: 39px; height: 39px; }
  .quote-promo-history__title small { display: none; }
  .quote-promo-history__period { margin-top: -8px; font-size: 0.69rem; }
  .quote-promo-history__body { padding: 0 16px 16px; }
  .quote-promo-history__head { display: none; }
  .quote-promo-history__row { grid-template-columns: 1fr auto; gap: 4px 12px; }
  .quote-promo-history__name { grid-column: 1 / -1; }
  .quote-promo-history__price { text-align: right; }
  .quote-promo-contact { padding-bottom: 60px; }
  .quote-promo-contact__inner { min-height: 0; padding: 34px 24px; }
  .quote-promo-contact__copy > p:last-child { font-size: 0.84rem; }
  .quote-promo-contact__action .quote-promo-button { width: 100%; }
}

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