/* DOC PAGES: agreement, privacy */
.doc-main {
  min-height: calc(100vh - 64px);
  background: var(--white);
  padding: 48px 40px 80px;
}
.doc-container {
  max-width: 760px;
  margin: 0 auto;
}
.doc-content {
  background: white;
}
.doc-h1 {
  font-size: 32px;
  font-weight: 520;
  line-height: 1;
  color: var(--black);
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--gray-mid);
}
.doc-h2 {
  font-size: 24px;
  font-weight: 520;
  line-height: 1;
  color: var(--black);
  margin-top: 40px;
  margin-bottom: 12px;
}
.doc-h3 {
  font-size: 20px;
  font-weight: 520;
  line-height: 1.5;
  color: var(--black);
  margin-top: 24px;
  margin-bottom: 8px;
}
.doc-content p {
  font-size: 16px;
  font-weight: 330;
  color: #444;
  line-height: 1.5;
  margin-bottom: 14px;
}
.doc-list {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.doc-list li {
  font-size: 16px;
  font-weight: 330;
  color: #444;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .doc-main { padding: 32px 20px 60px; }
  .doc-h1 { font-size: 28px; }
  .doc-h2 { font-size: 22px; }
  .doc-h3 { font-size: 18px; }
  .doc-h2 { margin-top: 32px; }
}
