html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #080110;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: rgba(255,255,255,0.85);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

/* matches .legal-page */
.page {
  padding: 3.5rem 3.5rem 4rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* matches .legal-back-btn */
.back {
  background: none;
  border: none;
  color: rgb(114, 195, 57);
  font-size: 14px;
  font-family: inherit;
  cursor: pointer;
  margin-bottom: 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  text-decoration: none;
  transition: color 0.15s;
}

.back:hover {
  color: rgba(114, 195, 57, 0.75);
}

/* matches .legal-page-inner */
.inner {
  max-width: 600px;
  margin: 0 auto;
}

/* matches .legal-updated */
.updated {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 2rem;
}

/* matches .legal-title */
h1 {
  font-size: 21px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
  line-height: 1.3;
  letter-spacing: normal;
}

/* matches .legal-section-heading */
h2 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgb(114, 195, 57);
  margin-bottom: 1.3rem;
}

/* matches .legal-body-line */
p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
  margin-bottom: 3rem;
}

a[href^="mailto:"] {
  color: rgba(255, 255, 255, 0.8); 
  text-decoration: none;
}

/* matches .legal-body-strong */
strong {
  color: rgba(255, 255, 255, 0.8);
}

.mor-line {
  margin-top: 2rem;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.6;
  font-style: italic;
  max-width: 400px;
  text-align: left;
}

/* matches .legal-footer-line */
.footer-line {
  margin-top: 2rem;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.6;
  font-style: italic;
}

.address {
  line-height: 2rem;;
}
