/* Privacy Policy
   Uses desktop.css for the site's main navigation/footer styling.
   This file only styles the privacy-policy content and related footer links.
*/

.privacy-policy {
  width: min(100% - 48px, 900px);
  margin: 0 auto;
  padding: 64px 0 88px;
  color: #10233f;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.privacy-heading {
  padding-bottom: 28px;
  margin-bottom: 34px;
  border-bottom: 1px solid #c6d5e6;
}

.privacy-policy .page-eyebrow {
  margin: 0 0 10px;
  color: #f07653;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.privacy-policy h1 {
  margin: 0 0 18px;
  color: #10233f;
  font-size: clamp(2.5rem, 6vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.privacy-policy .effective-date {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
}

.privacy-policy section {
  margin-top: 38px;
}

.privacy-policy h2 {
  margin: 0 0 14px;
  color: #10233f;
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  line-height: 1.25;
}

.privacy-policy p {
  margin: 0 0 18px;
}

.privacy-policy ul {
  margin: 0 0 22px;
  padding-left: 1.45rem;
}

.privacy-policy li {
  margin: 0 0 8px;
  padding-left: 0.25rem;
}

.privacy-policy a {
  color: #164e91;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.privacy-policy a:hover {
  color: #10233f;
}

.privacy-policy code {
  padding: 2px 6px;
  border: 1px solid #d9e3ed;
  border-radius: 5px;
  background: #f3f7fa;
  color: #10233f;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  font-size: 0.92em;
}

.privacy-cookie-button {
  margin-top: 4px;
}

.privacy-contact {
  margin: 0;
  font-style: normal;
}

.privacy-footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding: 10px;
}

.privacy-footer-links a,
.privacy-footer-links button {
  color: inherit;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.privacy-footer-links button {
  border: 0;
  background: transparent;
  padding: 8px 0;
  cursor: pointer;
}

.privacy-footer-links :focus-visible,
.privacy-policy a:focus-visible {
  outline: 3px solid #518bd1;
  outline-offset: 4px;
}

@media (max-width: 640px) {
  .privacy-policy {
    width: min(100% - 32px, 900px);
    padding: 42px 0 64px;
  }

  .privacy-heading {
    padding-bottom: 22px;
    margin-bottom: 28px;
  }

  .privacy-policy section {
    margin-top: 32px;
  }
}

@media print {
  .site-header,
  .site-footer,
  .cookie-banner,
  .privacy-cookie-button {
    display: none !important;
  }

  .privacy-policy {
    width: 100%;
    max-width: none;
    padding: 0;
    color: #000;
    font-size: 11pt;
    line-height: 1.55;
  }

  .privacy-policy h1,
  .privacy-policy h2 {
    color: #000;
  }

  .privacy-policy a {
    color: #000;
  }
}
