.footer-link {
  color: #68738a;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-link:hover { color: var(--blue); }

.privacy {
  max-width: 820px;
  padding: 98px 0 110px;
}

.privacy h1 {
  font-size: clamp(54px, 7vw, 80px);
  margin-bottom: 24px;
}

.privacy-intro {
  max-width: 650px;
  margin-bottom: 14px;
  color: var(--soft);
  font-size: 19px;
  line-height: 1.65;
}

.effective-date {
  margin-bottom: 66px;
  color: #68738a;
  font: 11px "DM Mono", monospace;
  letter-spacing: 0.08em;
}

.privacy-content { border-top: 1px solid var(--line); }

.privacy-content section {
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.privacy-content h2 {
  margin-bottom: 13px;
  font-size: 25px;
  letter-spacing: -0.04em;
}

.privacy-content p,
.privacy-content address {
  max-width: 690px;
  color: var(--soft);
  font-size: 15px;
  line-height: 1.8;
}

.privacy-content p:last-child { margin-bottom: 0; }

.privacy-content address {
  margin-top: 12px;
  font-style: normal;
}

@media (max-width: 720px) {
  .privacy { padding: 65px 0 75px; }
  .privacy h1 { font-size: 54px; }
  .privacy-intro { font-size: 17px; }
  .effective-date { margin-bottom: 45px; }
  .privacy-content section { padding: 28px 0; }
  .privacy-content h2 { font-size: 23px; }
}
