html {
  height: 100%;
}

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  background: #f7f7f7;
}

.legal-header {
  border-bottom: 1px solid #e0e0e0;
  padding: 12px 20px;
  background: #fff;
}

.legal-header a {
  display: block;
  max-width: 880px;
  margin: 0 auto;
  line-height: 0;
}

.legal-header img {
  max-width: 220px;
  max-height: 40px;
  width: auto;
  height: auto;
  display: block;
}

.legal-page {
  flex: 1 0 auto;
  max-width: 880px;
  margin: 0 auto;
  padding: 40px 20px 60px;
  color: #333;
  line-height: 1.7;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
}

.legal-page h1 {
  font-size: 32px;
  margin: 0 0 24px;
  color: #17191c;
}

.legal-page h2 {
  font-size: 20px;
  margin: 32px 0 12px;
  color: #17191c;
}

.legal-page p {
  margin: 0 0 16px;
}

.legal-page a {
  color: #ff8418;
}

.legal-footer {
  flex-shrink: 0;
  margin-top: auto;
  background: #1a1a1a;
  color: #e8e8e8;
  padding: 24px 20px 32px;
  text-align: center;
  font-size: 12px;
  line-height: 1.65;
}

.legal-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 24px;
  margin-bottom: 16px;
}

.legal-footer nav a {
  color: #fff;
  text-decoration: underline;
}

.legal-footer nav a:hover {
  opacity: 0.85;
}

.legal-footer .copyright {
  color: #fff;
  font-size: 13px;
  margin: 0;
}
