.pmf-legal-page {
  margin: 0;
  background: #f6f8fb;
  color: #1e293b;
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
.pmf-legal-wrap {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  padding: 56px 0 72px;
}
.pmf-legal-eyebrow {
  margin: 0 0 10px;
  color: #2cc8e0;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.pmf-legal-wrap h1 {
  margin: 0;
  color: #2b3a42;
  font-size: clamp(2.1rem, 6vw, 4rem);
  line-height: 1;
}
.pmf-legal-updated {
  margin: 14px 0 34px;
  color: #64748b;
  font-weight: 700;
}
.pmf-legal-wrap section {
  margin-top: 26px;
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(43, 58, 66, 0.12);
  border-radius: 10px;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.05);
}
.pmf-legal-wrap h2 {
  margin: 0 0 10px;
  color: #2b3a42;
  font-size: 1.28rem;
}
.pmf-legal-wrap p {
  margin: 10px 0 0;
}
.pmf-legal-wrap a {
  color: #0f7f91;
  font-weight: 800;
}
.pmf-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.pmf-legal-links a,
.pmf-choice-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid rgba(43, 58, 66, 0.18);
  background: #fff;
  color: #2b3a42;
  font-weight: 900;
  text-decoration: none;
}
.pmf-choice-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}
.pmf-choice-btn {
  cursor: pointer;
  font: inherit;
}
.pmf-choice-btn.primary {
  background: #d4e233;
  border-color: #d4e233;
}
.pmf-choice-status {
  min-height: 24px;
  color: #0f7f91;
  font-weight: 800;
}
.pmf-cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 900;
  display: none;
  max-width: 980px;
  margin: 0 auto;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.16);
  background: #1e2b32;
  color: #fff;
  box-shadow: 0 24px 70px rgba(0,0,0,0.28);
}
body.has-pmf-tax-toolbar .pmf-cookie-banner {
  bottom: 132px;
}
.pmf-cookie-banner.is-visible {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
}
.pmf-cookie-banner p {
  margin: 0;
  color: rgba(255,255,255,0.84);
  font-size: 0.92rem;
  line-height: 1.45;
}
.pmf-cookie-banner a {
  color: #d4e233;
  font-weight: 900;
}
.pmf-cookie-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}
.pmf-cookie-actions button {
  min-height: 40px;
  padding: 9px 12px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.2);
  background: transparent;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}
.pmf-cookie-actions button[data-pmf-cookie-action="accept"] {
  background: #d4e233;
  border-color: #d4e233;
  color: #1e2b32;
}
.pmf-legal-footer-links {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
  margin-top: 14px;
  font-size: 0.88rem;
}
.pmf-legal-footer-links a {
  color: inherit;
  opacity: 0.86;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.pmf-application-disclosure {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto 24px;
  color: rgba(43, 58, 66, 0.72);
  font-size: 0.82rem;
  line-height: 1.5;
}
.pmf-application-disclosure a {
  color: #0f7f91;
  font-weight: 900;
}
@media (max-width: 720px) {
  body.has-pmf-tax-toolbar .pmf-cookie-banner {
    bottom: 178px;
  }
  .pmf-cookie-banner.is-visible {
    grid-template-columns: 1fr;
  }
  .pmf-cookie-actions {
    align-items: stretch;
    flex-direction: column;
  }
}
