/* ════════════════════════════════
   PRIVACY POLICY PAGE
════════════════════════════════ */

.policy-wrapper {
  background: #ffffff;
  padding: 4rem 5% 5rem;
}

.policy-container {
  max-width: 800px;
  margin: 0 auto;
  font-family: 'Lato', sans-serif;
}

.policy-title {
  font-family: 'MuseoModerno', cursive;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #da6e5d;
  margin-bottom: 0.3rem;
}

.policy-subtitle {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #888;
  margin-bottom: 2.2rem;
  letter-spacing: 0.04em;
}

.policy-intro {
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(218, 110, 93, 0.15);
}

.policy-section {
  margin-bottom: 2.2rem;
  padding-bottom: 2.2rem;
  border-bottom: 1px solid rgba(218, 110, 93, 0.1);
}

.policy-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.policy-heading {
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #da6e5d;
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
}

.policy-section p {
  font-size: 0.97rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 0.8rem;
}

.policy-section p:last-child {
  margin-bottom: 0;
}

.policy-section ul {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 1rem 0;
}

.policy-section ul li {
  font-size: 0.97rem;
  line-height: 1.8;
  color: #444;
  padding-left: 1.4rem;
  position: relative;
  margin-bottom: 0.25rem;
}

.policy-section ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #da6e5d;
  opacity: 0.6;
}

.policy-section strong {
  color: #da6e5d;
  font-weight: 700;
}

.policy-link {
  color: #da6e5d;
  text-decoration: none;
  border-bottom: 1px solid rgba(218, 110, 93, 0.4);
  transition: border-color 0.2s;
}

.policy-link:hover {
  border-color: #da6e5d;
}

/* Active nav link */
.nav-active {
  color: #da6e5d !important;
}

/* ════════════════════════════════
   RESPONSIVE
════════════════════════════════ */
@media (max-width: 768px) {
  .policy-wrapper {
    padding: 2.5rem 6% 3.5rem;
  }
}
