/* Privacy Policy Specific Styles */
.privacy-section {
  margin-bottom: 3rem;
}

.privacy-section h2 {
  color: var(--primary-color);
  font-size: 1.75rem;
  font-weight: 600;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--primary-color);
}

.privacy-section h3 {
  color: var(--text-primary);
  font-size: 1.35rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

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

.privacy-section ul,
.privacy-section ol {
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}

.privacy-section li {
  margin-bottom: 0.75rem;
}

.privacy-section strong {
  color: var(--text-primary);
  font-weight: 600;
}

.effective-date {
  background: var(--dark-card);
  border-left: 4px solid var(--primary-color);
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
  border-radius: 4px;
}

.contact-info {
  background: var(--dark-lighter);
  padding: 1.5rem;
  border-radius: 8px;
  margin-top: 2rem;
}

.privacy-highlight {
  background: var(--dark-card);
  padding: 1.25rem;
  border-radius: 6px;
  margin: 1.5rem 0;
  border-left: 3px solid var(--accent-color);
}

@media (max-width: 768px) {
  .privacy-section h2 {
    font-size: 1.5rem;
  }
  
  .privacy-section h3 {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
    .header-content {
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media (max-width: 767px) {
    .nav-menu a {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .nav-menu {
        width: 100%;
        padding-left: 0;
    }
}