/* ==========================================================================
   CILENTO REAL ESTATE - PRIVACY & COOKIE POLICY PAGES
   Styles specific to privacy-policy.html and cookie-policy.html
   ========================================================================== */

/* ==========================================================================
   PRIVACY CONTENT
   ========================================================================== */

.privacy-content {
  padding: 120px 0 80px;
  background: var(--primary-dark);
}

.privacy-content h1 {
  font-size: 2.5rem;
  color: var(--text-light);
  margin-bottom: 1rem;
  text-align: center;
}

.last-updated {
  text-align: center;
  color: var(--text-gray);
  font-style: italic;
  margin-bottom: 3rem;
}

.privacy-sections {
  max-width: 800px;
  margin: 0 auto;
}

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

.privacy-sections h2 {
  color: var(--accent-gold);
  font-size: 1.5rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid var(--accent-dark);
  padding-bottom: 0.5rem;
}

.privacy-sections h3 {
  color: var(--text-light);
  font-size: 1.2rem;
  margin: 1.5rem 0 0.5rem;
}

.privacy-sections h4 {
  color: var(--text-light);
  font-size: 1.1rem;
  margin: 1rem 0 0.5rem;
}

.privacy-sections p {
  color: var(--text-gray);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.privacy-sections ul {
  color: var(--text-gray);
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.privacy-sections li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.privacy-sections strong {
  color: var(--text-light);
}

.privacy-sections a {
  color: var(--accent-gold);
  text-decoration: none;
  transition: all 0.3s ease;
}

.privacy-sections a:hover {
  color: var(--text-light);
  text-decoration: underline;
}

.contact-info {
  background: var(--secondary-dark);
  padding: 1.5rem;
  border-radius: 8px;
  border-left: 4px solid var(--accent-gold);
}

.cookie-table,
.cookie-details {
  background: var(--secondary-dark);
  padding: 1.5rem;
  border-radius: 8px;
  margin: 1rem 0;
}

/* ==========================================================================
   PAGE HERO (for secondary pages)
   ========================================================================== */

.page-hero {
  padding: 120px 0 80px;
  background: var(--primary-dark);
  text-align: center;
}

.page-hero-content h1 {
  font-size: 3rem;
  margin-top: 3rem;
  font-weight: 700;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.page-hero-content p {
  font-size: 1.25rem;
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto;
}
