.legal-footer {
  padding: 22px;
  text-align: center;
  color: #65716c;
  font-size: 12px;
}

.legal-footer a,
.consent-help a,
.compliance-page a {
  color: #143e32;
}

.consent-status {
  margin: 12px 0 0;
  color: #8a6717;
  font: 500 9px "DM Mono", monospace;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.consent-status.on {
  color: #2f7b58;
}

.consent-check {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  padding: 13px;
  border: 1px solid #dcd7cb;
  border-radius: 11px;
  background: #f8f5ee;
}

.consent-check input {
  width: auto;
  margin-top: 2px;
}

.consent-check span,
.consent-help {
  color: #65716c;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.55;
}

.consent-help {
  margin: -7px 0 0;
}

.compliance-page {
  width: min(760px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 64px 0 30px;
}

.compliance-card {
  padding: clamp(25px, 5vw, 52px);
  border: 1px solid #dcd7cb;
  border-radius: 22px;
  background: #fffdf8;
  box-shadow: 0 18px 50px rgba(26,45,37,.09);
}

.compliance-card h1 {
  margin: 16px 0 12px;
  font-size: clamp(34px, 6vw, 55px);
  line-height: 1;
  letter-spacing: -.055em;
}

.compliance-card h2 {
  margin: 36px 0 10px;
  font-size: 21px;
  letter-spacing: -.025em;
}

.compliance-card p,
.compliance-card li {
  color: #65716c;
  font-size: 14px;
  line-height: 1.75;
}

.compliance-card ul {
  padding-left: 22px;
}

.compliance-callout {
  margin: 24px 0;
  padding: 18px;
  border-radius: 13px;
  background: #d9ebdd;
  color: #143e32;
  font-size: 13px;
  line-height: 1.65;
}

.consent-form {
  display: grid;
  gap: 16px;
  margin: 30px 0 40px;
  padding: 22px;
  border: 1px solid #dcd7cb;
  border-radius: 16px;
  background: #f8f5ee;
}

.consent-choice {
  background: #fffdf8;
}

.consent-success strong {
  font-size: 15px;
}

.consent-script {
  margin: 18px 0;
  padding: 16px;
  border: 1px solid #dcd7cb;
  border-radius: 12px;
  background: #f8f5ee;
}

.consent-script .eyebrow {
  margin: 0 0 10px;
}

.consent-script blockquote {
  margin: 0;
  color: #263c34;
  font-size: 12px;
  line-height: 1.65;
}

.consent-current {
  margin: 0;
  color: #2f7b58;
  font-size: 11px;
  font-weight: 700;
}

.compliance-meta {
  padding-top: 22px;
  border-top: 1px solid #dcd7cb;
  font: 500 10px "DM Mono", monospace;
  letter-spacing: .06em;
  text-transform: uppercase;
}
