/* 9) Privacy policy spacing */
.privacy-policy h2, .privacy-policy h3 { margin-bottom: 0.75rem; }
.privacy-policy p { margin-bottom: 1.25rem; }

/* Also apply to current structure */
.privacy-policy-section h2, .privacy-policy-section h3 { margin-bottom: 0.75rem; }
.privacy-policy-section p { margin-bottom: 1.25rem; }
.privacy-policy-section {
  background: var(--how-bg);
  color: var( --demo-card-text2);
  padding: 10px 0px;
  padding-bottom: 52px;
  margin-bottom: 0px;
  /* margin: 80px 10px; */
  /* line-height: 1.7; */
}

.privacy-title {
  font-size: 2rem;
  font-weight: 600;
  color: var(--demo-heading);
  /* text-align: center; */
  margin-bottom: 2rem;
  margin-top: 70px;
  margin-bottom: 10px;
}

.privacy-subtitle {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(  --demo-card-text2);
  margin-bottom: 1px;
}

.privacy-block p,
.privacy-block li {
  color: var(--demo-card-text1);
  font-size: 1rem;
}

.privacy-block ul {
  padding-left: 20px;
  list-style: disc;
}

.privacy-link {
  color: var(--demo-card-text1);
  text-decoration: underline;
  font-weight: 500;
}

.privacy-link:hover {
  /* color: var(--demo-card-text1); */
  color: #3b82f6; /* clean, accessible blue */
  text-decoration: none;
  font-weight: 500;

  /* transition: color 0.2s ease, text-decoration 0.2s ease; */
}




/* Responsive tweaks */
@media (max-width: 768px) {
  .privacy-title {
    font-size: 1.6rem;
  }
  .privacy-subtitle {
    font-size: 1.1rem;
  }
}
