body {
  margin: 0;
  padding: 0;
  background: #f8f1ef;
  color: #2d1f25;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.container {
  max-width: 820px;
  margin: 48px auto;
  padding: 32px 24px 56px;
  background: #ffffff;
  border-radius: 16px;
  box-sizing: border-box;
}

.legal {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

h1 {
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 12px;
}

h2 {
  font-size: 1.25rem;
  line-height: 1.35;
  margin: 32px 0 12px;
}

p {
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 16px;
}

strong {
  font-weight: 600;
}

a {
  color: #a85d79;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

@media (max-width: 640px) {
  .container {
    margin: 24px 12px;
    padding: 24px 18px 40px;
    border-radius: 12px;
  }

  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.125rem;
  }

  p {
    font-size: 0.95rem;
    line-height: 1.7;
  }
}
