body.page-legal {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(980px 430px at 92% -12%, rgba(25, 131, 86, 0.09), transparent 56%),
    radial-gradient(880px 420px at -14% 10%, rgba(25, 110, 191, 0.08), transparent 54%),
    linear-gradient(180deg, #f5f8fb 0%, #edf3f8 100%);
}

.policy-shell {
  flex: 1;
  width: min(940px, 100%);
  margin: 0 auto;
  padding: 34px 18px 64px;
}

.policy-intro {
  margin-bottom: 22px;
}

.policy-kicker {
  margin: 0 0 8px;
  color: var(--brand-accent-strong);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.policy-intro h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
}

.policy-updated,
.policy-lead {
  color: #52657e;
}

.policy-updated {
  margin: 12px 0 10px;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.55;
}

.policy-lead {
  margin: 0;
  max-width: 700px;
  font-size: 1.02rem;
  line-height: 1.78;
}

.policy-directory {
  margin: 26px 0 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.policy-directory a {
  border: 1px solid #d5dee9;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #23405f;
  text-decoration: none;
  padding: 10px 15px;
  font-size: 0.88rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition:
    background-color 0.15s ease,
    border-color 0.15s ease,
    color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.12s ease;
}

.policy-directory a:hover {
  border-color: #b8c8dc;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
  transform: translateY(-1px);
}

.policy-directory a[aria-current="page"] {
  background: #e8f6ee;
  border-color: #b6e0c3;
  color: #115431;
  font-weight: 600;
}

.policy-review-banner,
.legal-review-note {
  border: 1px solid #f4d8a4;
  background: #fff8e7;
  color: #7a5611;
  border-radius: 16px;
}

.policy-review-banner {
  padding: 18px 20px;
  margin-bottom: 22px;
}

.policy-review-banner strong,
.legal-review-note strong {
  display: block;
  color: #5f430b;
  margin-bottom: 6px;
}

.policy-review-banner p,
.legal-review-note p {
  margin: 0;
  line-height: 1.65;
}

.policy-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dbe5ef;
  border-radius: 24px;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06), 0 1px 3px rgba(15, 23, 42, 0.04);
  padding: 30px 30px 32px;
}

.policy-section + .policy-section {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e5ebf2;
}

.policy-section h2 {
  margin: 0 0 12px;
  font-size: 1.18rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #10253d;
}

.policy-section p,
.policy-section li {
  color: #445871;
  line-height: 1.78;
  font-size: 0.98rem;
}

.policy-section p {
  margin: 0 0 14px;
}

.policy-list,
.policy-contact-list {
  margin: 0;
  padding-left: 20px;
}

.policy-list li + li,
.policy-contact-list li + li {
  margin-top: 10px;
}

.policy-contact-list {
  list-style: none;
  padding-left: 0;
}

.policy-contact-list span {
  display: inline-block;
  min-width: 152px;
  color: #1a3552;
  font-weight: 600;
}

.policy-card a {
  color: #17543a;
  text-decoration-thickness: from-font;
  text-underline-offset: 0.16em;
}

.policy-card a:hover {
  color: #0f3f2b;
}

.legal-review-note {
  margin-top: 16px;
  padding: 16px 18px;
  line-height: 1.68;
}

@media (max-width: 640px) {
  .policy-shell {
    padding: 24px 14px 46px;
  }

  .policy-card {
    padding: 20px 18px 22px;
    border-radius: 18px;
  }

  .policy-contact-list span {
    min-width: 0;
    display: block;
    margin-bottom: 2px;
  }
}
