body {
  background-color: #f7f9fb;
}

.privacy-page,
.terms-page {
  padding: 80px 0 60px;
}

.privacy-page .container,
.terms-page .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #e3e7ed;
  border-radius: 16px;
  padding: 40px 32px 48px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.privacy-page h1,
.terms-page h1 {
  margin-bottom: 10px;
  color: #0f172a;
}

.privacy-page h2,
.terms-page h2 {
  margin-top: 32px;
  margin-bottom: 12px;
  color: #111827;
}

.privacy-page p,
.terms-page p {
  margin-bottom: 18px;
  color: #1f2937;
}

.privacy-page ul,
.terms-page ul {
  padding-left: 20px;
  margin: 0 0 18px;
  color: #1f2937;
}

.privacy-page li + li,
.terms-page li + li {
  margin-top: 8px;
}

.privacy-page a,
.terms-page a {
  color: #006666;
  text-decoration: none;
  font-weight: 600;
}

.privacy-page a:hover,
.privacy-page a:focus,
.terms-page a:hover,
.terms-page a:focus {
  color: #004c4c;
  text-decoration: underline;
}

.privacy-page .eyebrow,
.terms-page .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 0.9rem;
  color: #006666;
  margin: 0 0 12px;
}

@media (max-width: 640px) {
  .privacy-page,
  .terms-page {
    padding: 60px 0 40px;
  }

  .privacy-page .container,
  .terms-page .container {
    padding: 32px 24px 40px;
  }
}
