.brand-logo {
  display: block;
  width: 126px;
  height: 65px;
  object-fit: contain;
  flex: 0 0 auto;
}

footer .brand-logo {
  width: 138px;
  height: 71px;
}

footer .brand {
  padding: 5px 10px;
  border-radius: 12px;
  background: #fff;
}

@media (max-width: 600px) {
  .brand-logo {
    width: 108px;
    height: 56px;
  }
}

.trust-row {
  flex-wrap: wrap;
  row-gap: 12px;
  max-width: 680px;
}

.offer-copy .button {
  margin-top: 14px;
}

.regular-eligibility {
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid #d8c796;
  border-left: 4px solid #d8a94b;
  border-radius: 12px;
  background: #fffaf0;
  color: #17342f;
}

.regular-eligibility strong {
  display: block;
  margin-bottom: 4px;
}

.regular-eligibility p {
  margin: 0;
  color: #66746f;
  font-size: 13px;
}

.promo-result {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 18px;
  border: 1px solid #d8a94b;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
}

.promo-result.hidden {
  display: none;
}

.promo-kicker {
  color: #8b661d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.promo-headline {
  font-family: "Playfair Display", serif;
  font-size: 21px;
  line-height: 1.2;
}

.promo-detail {
  line-height: 1.5;
}

.promo-claim {
  margin-top: 3px;
  color: #17342f;
  font-weight: 700;
  text-decoration: underline;
}
