.hero-transparency {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  max-width: 690px;
  margin-top: 22px;
  padding: 14px 16px;
  color: #dce6ed;
  background: rgba(255,255,255,.065);
  border-left: 4px solid var(--orange);
  font-size: 10px;
  line-height: 1.5;
}

.hero-transparency strong {
  color: var(--orange);
  font: 800 17px/1 var(--condensed);
  letter-spacing: .04em;
  white-space: nowrap;
}

.hero-transparency span { color: #b9c8d4; }

.size-price {
  margin: 0 0 18px;
  padding: 14px 0;
  border-top: 1px solid #e4e0d8;
  border-bottom: 1px solid #e4e0d8;
}

.size-card.featured .size-price { border-color: #29455f; }
.size-price small, .size-price strong { display: block; }
.size-price small { color: #7b8591; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.size-card.featured .size-price small { color: #9fb0bd; }
.size-price strong { margin-top: 5px; color: var(--navy); font: 800 23px/1 var(--condensed); }
.size-card.featured .size-price strong { color: #fff; }

.coverage-city-list a.coverage-city { color: inherit; text-decoration: none; }
.coverage-city-list a.coverage-city:hover { color: var(--orange); border-color: var(--orange); }

.landing-price-note {
  max-width: 620px;
  margin: 10px 0 0 !important;
  color: #8298aa !important;
  font-size: 8px !important;
  line-height: 1.5 !important;
}

/* Keep the 20-yard page tagline clearly beneath the truck artwork. */
.hero-visual--slogan-below {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.hero-visual--slogan-below .hero-stamp {
  position: relative;
  right: auto;
  bottom: auto;
  align-self: center;
  margin-top: 10px;
}

@media (max-width: 760px) {
  .hero-transparency { grid-template-columns: 1fr; }
  .hero-transparency strong { white-space: normal; }
}
