/* Política de privacidad — tipografía Outfit legible */
/* Anula display comprimido en el hero */

.privacy-page {
  background: linear-gradient(180deg, #eef6fa 0%, #f8fbfd 45%, #f1f5f9 100%);
  color: #334155;
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* Anula display de nova.css en el hero */
.privacy-page .page-hero h1 {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: clamp(1.85rem, 4.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  max-width: none;
  margin-bottom: 0.5rem;
}

.page-hero--privacy {
  padding: 3.25rem 1rem 4rem;
  text-align: center;
}

.privacy-hero__tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #45d8f7;
  background: rgba(69, 216, 247, 0.12);
  border: 1px solid rgba(69, 216, 247, 0.28);
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}

.privacy-page .page-hero--privacy .privacy-hero__meta {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.78);
  opacity: 1;
  max-width: none;
}

.privacy-body {
  padding: 0 1rem 4rem;
  margin-top: -2.25rem;
}

.privacy-sheet {
  max-width: 42rem;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  box-shadow: 0 8px 32px rgba(7, 19, 29, 0.07);
  border: 1px solid #e2e8f0;
}

/* Todo el contenido legal en Inter legible */
.privacy-sheet,
.privacy-sheet p,
.privacy-sheet li,
.privacy-sheet a,
.privacy-sheet h2 {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-stretch: normal;
  font-variant: normal;
}

.privacy-doc__lead {
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0;
  color: #334155;
  margin: 0 0 2rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #e8eef3;
}

.privacy-doc__lead strong {
  font-weight: 600;
  color: #0c4a6e;
}

.privacy-toc {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 1.35rem 1.5rem;
  margin-bottom: 2rem;
}

.privacy-toc__title {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0369a1;
  margin: 0 0 0.85rem;
}

.privacy-toc__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.4rem 1rem;
}

@media (min-width: 560px) {
  .privacy-toc__list {
    grid-template-columns: 1fr 1fr;
  }
}

.privacy-toc__list a {
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #0e7490;
  text-decoration: none;
  padding: 0.35rem 0.5rem;
  border-radius: 6px;
}

.privacy-toc__list a:hover {
  background: rgba(14, 116, 144, 0.08);
}

.privacy-section {
  padding: 1.5rem 0;
  border-bottom: 1px solid #eef2f6;
}

.privacy-section:last-child {
  border-bottom: none;
}

.privacy-section h2 {
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0;
  color: #0c4a6e;
  margin: 0 0 0.85rem;
  scroll-margin-top: 5.5rem;
}

.privacy-section p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0;
  color: #475569;
  margin: 0 0 1rem;
}

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

.privacy-section li {
  position: relative;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  color: #475569;
  margin-bottom: 0.6rem;
  padding-left: 1.25rem;
}

.privacy-section li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2dd4bf;
}

.privacy-section li strong {
  font-weight: 600;
  color: #334155;
}

.privacy-section a {
  color: #0e7490;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.privacy-section--contact {
  margin-top: 0.5rem;
  padding: 1.25rem;
  background: #f0fdfa;
  border: 1px solid #99f6e4;
  border-radius: 12px;
}

.privacy-contact-list li {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.75rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(20, 184, 166, 0.2);
}

.privacy-contact-list li::before {
  display: none;
}

.privacy-contact-list li:last-child {
  border-bottom: none;
}

.privacy-contact-list li span {
  flex: 0 0 5.25rem;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #0f766e;
}

.privacy-doc__back {
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e8eef3;
  text-align: center;
}

.privacy-doc__back a {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #0e7490;
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  border: 1px solid #cbd5e1;
  background: #f8fafc;
}

.privacy-doc__back a:hover {
  border-color: #0e7490;
  background: #fff;
}
