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

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #1a1a1a;
  background: #fafaf9;
}

/* Layout */

.container {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Header */

.site-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0;
  background: #fff;
}

.logo {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #111;
}

/* Policy document */

.policy {
  padding: 3rem 0 4rem;
}

.policy-title {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #111;
  margin-bottom: 0.5rem;
}

.policy-meta {
  font-size: 0.875rem;
  color: #888;
  margin-bottom: 2.5rem;
}

.policy-section {
  margin-bottom: 2rem;
}

.policy-section h2 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 0.75rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #e5e5e5;
}

.policy-section p {
  color: #444;
  margin-bottom: 0.75rem;
}

.policy-section p:last-child {
  margin-bottom: 0;
}

.policy-section ul {
  padding-left: 1.5rem;
  color: #444;
  margin-top: 0.5rem;
}

.policy-section ul li {
  margin-bottom: 0.35rem;
}

/* Contact block */

.contact-block {
  font-style: normal;
  margin-top: 0.75rem;
  line-height: 1.8;
  color: #444;
}

.contact-block a {
  color: #0066cc;
  text-decoration: none;
}

.contact-block a:hover {
  text-decoration: underline;
}

/* Footer */

.site-footer {
  border-top: 1px solid #e5e5e5;
  padding: 1.5rem 0;
  background: #fff;
}

.site-footer p {
  font-size: 0.8rem;
  color: #aaa;
  text-align: center;
}
