*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.65;
  color: #1a1a1a;
  background: #fafafa;
}
.policy-top {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  padding: 14px 20px;
}
.policy-top-inner {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
}
.policy-brand {
  font-weight: 800;
  font-size: 15px;
  color: #2c1810;
  text-decoration: none;
}
.policy-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  font-size: 13px;
}
.policy-nav a {
  color: #555;
  text-decoration: none;
  font-weight: 600;
}
.policy-nav a:hover,
.policy-nav a.active { color: #b47714; }
.policy-wrap {
  max-width: 920px;
  margin: 0 auto;
  padding: 32px 20px 48px;
  background: #fff;
  min-height: calc(100vh - 120px);
}
.policy-wrap h1 {
  font-size: 28px;
  margin-bottom: 8px;
  line-height: 1.25;
}
.policy-kicker {
  font-size: 14px;
  color: #666;
  margin-bottom: 24px;
}
.policy-wrap h2 {
  font-size: 18px;
  margin: 28px 0 10px;
  line-height: 1.3;
}
.policy-wrap h3 {
  font-size: 16px;
  margin: 20px 0 8px;
}
.policy-wrap p,
.policy-wrap li {
  font-size: 15px;
  margin-bottom: 12px;
}
.policy-wrap ul { margin: 8px 0 16px 20px; }
.policy-wrap a { color: #0b57d0; }
.policy-body { white-space: normal; }
.policy-app-note {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e8e8e8;
  font-size: 13px;
  color: #666;
}
.policy-app-note a { font-weight: 600; }
.policy-footer {
  text-align: center;
  padding: 20px;
  font-size: 13px;
  color: #888;
  border-top: 1px solid #e8e8e8;
  background: #fff;
}
.policy-footer a { color: #b47714; text-decoration: none; font-weight: 600; }
