/* ============================================================
   Zhu Qing — Legal Pages Stylesheet
   Privacy Policy & Terms of Service
   ============================================================ */

/* --- Page Hero Banner --- */
.page-hero {
  background: #1E1A16;
  padding: 4.5rem 0 2.5rem;
  text-align: center;
  border-bottom: 1px solid rgba(167, 156, 140, 0.1);
}

.page-hero h1 {
  font-family: 'Space Grotesk', 'Inter', 'Segoe UI', sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #DCA14F;
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.effective-date {
  font-size: 0.92rem;
  color: #A79C8C;
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* --- Policy Content Container --- */
.policy-content {
  background: #F5F1E9;
  color: #1E1A16;
  max-width: 860px;
  margin: 2.5rem auto 4rem;
  padding: 3rem 3.5rem;
  border-radius: 16px;
  border: 1px solid #292318;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(220, 161, 79, 0.06);
}

.policy-content h2 {
  font-family: 'Space Grotesk', 'Inter', 'Segoe UI', sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  color: #1E1A16;
  margin-top: 2.6rem;
  margin-bottom: 1.1rem;
  padding-bottom: 0.55rem;
  border-bottom: 2px solid #DCA14F;
}

.policy-content h2:first-of-type {
  margin-top: 0;
}

.policy-content p {
  font-size: 1rem;
  line-height: 1.78;
  margin-bottom: 1.25rem;
  color: #2D2A24;
}

.policy-content p strong {
  color: #1E1A16;
}

.policy-content ul,
.policy-content ol {
  margin-bottom: 1.25rem;
  padding-left: 1.6rem;
  color: #2D2A24;
}

.policy-content li {
  font-size: 1rem;
  line-height: 1.72;
  margin-bottom: 0.55rem;
}

.policy-content li strong {
  color: #1E1A16;
}

.policy-content a {
  color: #C98B3A;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: color 0.25s ease;
}

.policy-content a:hover {
  color: #1E1A16;
}

/* --- Policy Content Address --- */
.policy-content address {
  font-style: normal;
  line-height: 1.7;
  color: #2D2A24;
}

/* --- Footer Overrides for Legal Pages --- */
body.legal-page .footer {
  border-top: 1px solid rgba(167, 156, 140, 0.1);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1024px) {
  .page-hero h1 {
    font-size: 2.4rem;
  }
}

@media (max-width: 880px) {
  .policy-content {
    margin: 2rem 1.2rem 3rem;
    padding: 2.5rem 2rem;
    border-radius: 14px;
  }

  .page-hero h1 {
    font-size: 2.1rem;
  }

  .policy-content h2 {
    font-size: 1.3rem;
  }
}

@media (max-width: 600px) {
  .page-hero {
    padding: 3rem 0 2rem;
  }

  .page-hero h1 {
    font-size: 1.7rem;
  }

  .effective-date {
    font-size: 0.82rem;
  }

  .policy-content {
    margin: 1.5rem 0.75rem 2.5rem;
    padding: 1.8rem 1.3rem;
    border-radius: 12px;
  }

  .policy-content h2 {
    font-size: 1.2rem;
    margin-top: 2rem;
  }

  .policy-content p,
  .policy-content li {
    font-size: 0.95rem;
  }
}
