/*! Draftingware Confidential. Copyright (c) 2024–2026 Draftingware Technologies Pvt. Ltd. All rights reserved. */

.legal-page {
  padding-top: 74px;
  padding-bottom: 80px;
  min-height: 100vh;
  background: #F5F5F7;
}

.legal-container {
  max-width: 720px;
  margin: 0 auto;
  padding: 80px 24px;
}

.legal-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 50px;
  line-height: 53px;
  letter-spacing: -0.025em;
  color: #1D1D1F;
  margin-bottom: 12px;
}

.legal-date {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 64px;
}

.legal-body h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #1D1D1F;
  margin-top: 48px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 10px;
}

.legal-body h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  color: #1D1D1F;
  margin-top: 32px;
  margin-bottom: 10px;
}

.legal-body h4 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  color: #1D1D1F;
  margin-top: 24px;
  margin-bottom: 8px;
}

.legal-body dt {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  color: #1D1D1F;
  margin-top: 12px;
}

.legal-body dd {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #1D1D1F;
  margin-left: 0;
  margin-bottom: 8px;
}

.legal-body strong {
  font-weight: 600;
  color: #1D1D1F !important;
}

.legal-body p {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #6E6E73;
  margin-bottom: 16px;
}

.legal-body ul {
  padding-left: 20px;
  margin-bottom: 16px;
}

.legal-body li {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #6E6E73;
  margin-bottom: 8px;
}

.legal-body a {
  color: #4B61DD;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.legal-body a:hover {
  color: #1D1D1F;
}

.legal-body a:focus-visible {
  outline:        2px solid var(--color-accent-amber);
  outline-offset: 3px;
  border-radius:  2px;
}

.legal-address {
  font-family: var(--font-display);
  font-size: 15px;
  line-height: 26px;
  color: #6E6E73;
  font-style: normal;
  margin-bottom: 16px;
}
