/* Wezume – Privacy Policy (Document Style) */

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

body {
  font-family: 'Inter', Georgia, serif;
  background: #f5f5f5;
  color: #1a1a1a;
  line-height: 1.75;
  padding: 40px 20px 80px;
}

.page {
  max-width: 720px;
  margin: 0 auto;
  background: #ffffff;
  padding: 60px 64px;
  border: 1px solid #ddd;
}

/* Header */
header {
  margin-bottom: 24px;
}

header h1 {
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 6px;
}

header .company {
  font-size: 1rem;
  font-weight: 500;
  color: #444;
}

header .date {
  font-size: 0.85rem;
  color: #888;
  margin-top: 4px;
}

/* Divider */
hr {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 28px 0;
}

/* Intro */
.intro p {
  font-size: 0.95rem;
  color: #333;
}

/* Sections */
section {
  margin-bottom: 4px;
}

h2 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #111;
}

h3 {
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 6px;
  color: #333;
}

p {
  font-size: 0.93rem;
  color: #444;
  margin-bottom: 10px;
}

p:last-child {
  margin-bottom: 0;
}

ul {
  margin: 6px 0 10px 20px;
}

ul li {
  font-size: 0.93rem;
  color: #444;
  margin-bottom: 4px;
}

/* Links */
a {
  color: #1a56db;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Agreement line */
.agreement {
  font-size: 0.9rem;
  font-style: italic;
  color: #555;
  text-align: center;
  margin-top: 8px;
}

/* Responsive */
@media (max-width: 600px) {
  .page {
    padding: 32px 24px;
  }

  header h1 {
    font-size: 1.5rem;
  }
}
