.topbar a {
  color: inherit;
  text-decoration-color: var(--gold);
  text-underline-offset: 3px;
}

.trust-ribbon {
  background: #211b16;
  color: #fff8ea;
  border-top: 1px solid #493e31;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.trust-grid > div {
  padding: 24px 28px;
  border-left: 1px solid #493e31;
}

.trust-grid > div:first-child {
  border-left: 0;
}

.trust-grid b,
.trust-grid span,
.form-result strong,
.form-result span,
.preference-reset b,
.preference-reset span {
  display: block;
}

.trust-grid b {
  color: var(--gold);
  font-size: .92rem;
}

.trust-grid span {
  margin-top: 3px;
  color: #d9cbb8;
  font-size: .82rem;
}

.footer-grid {
  grid-template-columns: 1.35fr 1fr 1fr .8fr;
}

.office-address {
  max-width: 390px;
  margin: 16px 0;
  color: #b9aa96;
  font-style: normal;
  line-height: 1.55;
}

.data-note {
  padding: 12px 14px;
  border-left: 3px solid var(--gold);
  background: #fff8e7;
  color: var(--muted);
  font-size: .82rem;
}

.data-note a {
  display: inline;
  color: var(--orange);
  font-weight: 800;
}

.brief-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.brief-actions .button {
  padding: 9px 14px;
  font-size: .86rem;
}

.preference-reset {
  padding: 0 0 72px;
  background: #f0e2cf;
}

.preference-reset .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 28px 32px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
}

.preference-reset b {
  font-size: 1.15rem;
}

.preference-reset span {
  margin-top: 4px;
  color: var(--muted);
}

@media (max-width: 980px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .trust-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid > div {
    padding: 18px 0;
    border-top: 1px solid #493e31;
    border-left: 0;
  }

  .trust-grid > div:first-child {
    border-top: 0;
  }

  .preference-reset .shell {
    display: grid;
    padding: 24px;
  }

  .brief-actions {
    display: grid;
  }

  .brief-actions .button {
    width: 100%;
  }
}
