/* ==========================================================================
   EdCatalyst — MysticalMind AI Privacy Policy Page Styles
   Matches the site's standard Tools-page pattern: full navbar/footer,
   terracotta/gold/peacock palette, gradient hero. Content styled as a
   readable policy document rather than a tool interface.
   ========================================================================== */

body {
  font-family: 'Poppins', sans-serif;
  background: var(--ec-bg);
}

/* ---------------- Hero ---------------- */
.tool-hero {
  position: relative;
  overflow: hidden;
}

.tool-hero-title {
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 1rem 0 0.8rem;
}

.tool-hero-sub {
  font-size: 1rem;
  color: var(--ec-ink-soft);
  max-width: 620px;
  margin: 0 auto;
}

.privacy-updated {
  font-size: 0.85rem;
  color: var(--ec-ink-soft);
  font-style: italic;
}

/* ---------------- Policy content card ---------------- */
.privacy-card {
  background: #fff;
  border-radius: 20px;
  padding: 2.5rem 2.8rem;
  box-shadow: var(--ec-shadow-soft);
  border: 1px solid rgba(168, 60, 12, 0.06);
  max-width: 880px;
  margin: 0 auto;
  color: var(--ec-ink);
  line-height: 1.75;
}

.privacy-intro {
  font-size: 1.02rem;
  color: var(--ec-ink-soft);
  border-left: 3px solid var(--ec-terracotta);
  padding-left: 1.2rem;
  margin-bottom: 2rem;
}

.privacy-card p {
  font-size: 0.95rem;
  color: var(--ec-ink-soft);
  margin-bottom: 1rem;
}

.privacy-card strong {
  color: var(--ec-ink);
}

.privacy-card code {
  background: rgba(168, 60, 12, 0.08);
  color: var(--ec-terracotta);
  padding: 0.1rem 0.4rem;
  border-radius: 4px;
  font-size: 0.85rem;
}

.privacy-card a {
  color: var(--ec-peacock-blue);
}

/* ---------------- Section headers ---------------- */
.privacy-h2 {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ec-ink);
  margin: 2.2rem 0 1rem;
}

.privacy-card .privacy-h2:first-of-type {
  margin-top: 0;
}

.privacy-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--ec-gradient-1);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  flex-shrink: 0;
}

/* ---------------- Lists ---------------- */
.privacy-list {
  padding-left: 1.4rem;
  margin-bottom: 1rem;
}

.privacy-list li {
  font-size: 0.95rem;
  color: var(--ec-ink-soft);
  margin-bottom: 0.6rem;
  line-height: 1.7;
}

.privacy-list li strong {
  color: var(--ec-ink);
}

/* ---------------- Contact box ---------------- */
.privacy-contact-box {
  background: #fffaf2;
  border: 1.5px dashed #f0e2d3;
  border-radius: 14px;
  padding: 1.3rem 1.6rem;
  margin-top: 0.8rem;
}

.privacy-contact-box p {
  font-size: 0.92rem;
  color: var(--ec-ink);
  margin-bottom: 0.5rem;
}

.privacy-contact-box i {
  color: var(--ec-terracotta);
  width: 18px;
}

/* ---------------- Responsive ---------------- */
@media (max-width: 768px) {
  .tool-hero-title {
    font-size: 1.6rem;
  }
  .privacy-card {
    padding: 1.6rem 1.4rem;
  }
  .privacy-h2 {
    font-size: 1.05rem;
  }
}
