/* ===== Policy / text pages (cancellation, terms, privacy) ===== */

.policy-page {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 24px 96px;
}

.policy-page h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.25;
  color: #212121;
  margin-bottom: 2.5rem;
}

.policy-page h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #212121;
  letter-spacing: .02em;
  margin: 2.25rem 0 1rem;
}

.policy-page p,
.policy-page li {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #444;
  line-height: 1.7;
}

.policy-page p { margin-bottom: 1.25rem; }

.policy-page ul,
.policy-page ol {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
}

.policy-page li { margin-bottom: .5rem; }

.policy-page a {
  color: #212121;
  text-decoration: underline;
  transition: opacity .2s;
}

.policy-page a:hover { opacity: .6; }

@media (max-width: 767px) {
  .policy-page {
    max-width: 100%;
    padding: 48px 16px 64px;
  }

  .policy-page h1 { font-size: 1.75rem; margin-bottom: 2rem; }
}
