/* Utility page content — navbar styling comes from /landing/css/styles.css */

.page-wrapper.white-bg {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.wl-main {
  flex: 1;
  padding: 6.5rem 0 3.5rem;
  text-align: left;
}

.wl-container {
  width: min(720px, calc(100% - 2rem));
  margin-inline: auto;
}

.wl-main h1 {
  margin: 0 0 0.35rem;
  font-family: 'AnthropicSerif', Georgia, serif;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #18181b;
}

.wl-updated {
  margin: 0 0 2rem;
  font-family: 'AnthropicSans', Arial, sans-serif;
  font-size: 0.875rem;
  color: #71717a;
}

.wl-prose {
  font-family: 'AnthropicSans', Arial, sans-serif;
}

.wl-prose h2 {
  margin: 2rem 0 0.65rem;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #18181b;
}

.wl-prose h2:first-child {
  margin-top: 0;
}

.wl-prose p,
.wl-prose li {
  color: #3f3f46;
  line-height: 1.65;
}

.wl-prose p {
  margin: 0 0 1rem;
}

.wl-prose ul {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}

.wl-prose li {
  margin-bottom: 0.35rem;
}

.wl-prose li:last-child {
  margin-bottom: 0;
}

.wl-prose a {
  color: #6d28d9;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.wl-prose a:hover {
  color: #5b21b6;
}

.wl-footer {
  border-top: 1px solid rgba(26, 26, 26, 0.14);
  padding: 1.75rem 0 2rem;
  background: #faf9f6;
}

.wl-footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  width: min(960px, calc(100% - 2rem));
  margin-inline: auto;
}

.wl-footer-copy {
  margin: 0;
  font-family: 'AnthropicSans', Arial, sans-serif;
  font-size: 0.8125rem;
  color: #52525b;
}

.wl-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

.wl-footer-links a {
  font-family: 'AnthropicSans', Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #52525b;
  text-decoration: none;
}

.wl-footer-links a:hover {
  text-decoration: underline;
}

.wl-footer-links a[aria-current="page"] {
  color: #18181b;
  font-weight: 600;
}

@media (max-width: 991px) {
  .wl-main {
    padding-top: 5.5rem;
  }
}

@media (max-width: 767px) {
  .wl-main {
    padding-top: 5rem;
  }

  .wl-footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
