/*
  K3 Ingenieria -- Aviso de Privacidad page-specific styles
  The plainest page in the system: a single prose column, one H2 per
  required LFPDPPP element, rule-soft hairlines between. Depends on
  tokens/base/layout/components being loaded first.
*/

.aviso-content { padding-bottom: clamp(3rem, 6vw, 4rem); }

.aviso-updated {
  color: var(--text-secondary);
  font-size: var(--fs-caption);
  margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
}

.aviso-section {
  padding-block: clamp(1.5rem, 4vw, 2rem);
  border-top: 1px solid var(--rule-soft);
}
.aviso-section:first-of-type { border-top: none; padding-top: 0; }
.aviso-section:last-of-type { border-bottom: 1px solid var(--rule-soft); }
.aviso-section h2 { margin-bottom: 0.6em; }
