/* ============================================================
   FUEL GUARD X — Privacy Policy Page Styles
   privacy.css
   ============================================================ */

.privacy-hero {
  min-height: 35vh;
  display: flex;
  align-items: center;
  text-align: center;
  padding-top: 72px;
  position: relative;
}

.privacy-hero-content {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.privacy-hero h1 { margin-bottom: 0.75rem; }

.privacy-hero .last-updated {
  font-size: 0.875rem;
  color: var(--text-secondary);
  margin-top: 0.75rem;
}

/* Content */
.privacy-content {
  max-width: 800px;
  margin: 0 auto;
}

.privacy-section {
  margin-bottom: 3rem;
}

.privacy-section h2 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-heading);
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--border-subtle);
}

.privacy-section h3 {
  font-family: var(--font-heading);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-heading);
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.privacy-section p {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text-secondary);
  margin-bottom: 0.75rem;
}

.privacy-section ul {
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

.privacy-section li {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 0.375rem;
  list-style: disc;
}

.privacy-section a {
  color: var(--accent-orange);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.privacy-section a:hover {
  color: var(--accent-orange-soft);
}

.privacy-contact-box {
  padding: 1.5rem;
  border-radius: var(--radius-md);
  background-color: var(--bg-card);
  border: 1px solid var(--border-subtle);
  margin-top: 1rem;
}

.privacy-contact-box p {
  margin-bottom: 0.375rem;
}

@media (max-width: 768px) {
  .privacy-hero { min-height: auto; padding-top: 100px; padding-bottom: 1rem; }
}
