:root {
  --ink: #101411;
  --ink-soft: #343a35;
  --paper: #f5f2e8;
  --white: #fffef8;
  --lime: #c5f33d;
  --lime-deep: #83ad0d;
  --line: rgba(16, 20, 17, .14);
  --muted: #687069;
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--lime-deep); outline-offset: 3px; }
.legal-shell { width: min(860px, calc(100% - 40px)); margin-inline: auto; }
.legal-skip { position: fixed; top: 12px; left: 12px; z-index: 20; padding: 10px 15px; border-radius: 8px; color: var(--ink); background: var(--lime); font-weight: 800; transform: translateY(-160%); }
.legal-skip:focus { transform: none; }
.legal-header { color: #fff; background: #101411; }
.legal-header__inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.legal-brand { display: inline-flex; align-items: center; gap: 9px; color: #fff; text-decoration: none; font-size: 21px; font-weight: 850; letter-spacing: -.7px; }
.legal-brand strong { color: var(--lime); }
.legal-mark { position: relative; width: 31px; height: 19px; border: 2px solid var(--lime); border-radius: 70% 10% 70% 10%; transform: rotate(45deg); }
.legal-mark::before { content: ""; position: absolute; inset: 4px; border: 1px solid var(--lime); border-radius: 50%; }
.legal-mark::after { content: ""; position: absolute; width: 5px; height: 5px; top: 5px; left: 5px; border-radius: 50%; background: var(--lime); }
.legal-back { color: rgba(255,255,255,.7); text-decoration: none; font-size: 13px; font-weight: 700; }
.legal-back:hover { color: var(--lime); }
.legal-hero { padding: 76px 0 44px; border-bottom: 1px solid var(--line); }
.legal-kicker { margin: 0 0 14px; color: var(--lime-deep); font-size: 12px; font-weight: 850; letter-spacing: 1.4px; text-transform: uppercase; }
.legal-hero h1 { max-width: 760px; margin: 0; font-size: clamp(42px, 7vw, 66px); line-height: 1; letter-spacing: -.055em; }
.legal-intro { max-width: 730px; margin: 24px 0 0; color: var(--ink-soft); font-size: 18px; }
.legal-updated { display: inline-block; margin-top: 22px; padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: var(--white); font-size: 11px; font-weight: 700; }
.legal-content { padding: 58px 0 90px; }
.legal-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0 0 45px; }
.legal-summary div { padding: 19px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.legal-summary dt { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.legal-summary dd { margin: 5px 0 0; font-weight: 750; overflow-wrap: anywhere; }
.legal-section { padding: 29px 0; border-top: 1px solid var(--line); }
.legal-section h2 { margin: 0 0 12px; font-size: 25px; line-height: 1.2; letter-spacing: -.025em; }
.legal-section h3 { margin: 24px 0 8px; font-size: 17px; }
.legal-section p { margin: 0 0 12px; color: var(--ink-soft); }
.legal-section ul { margin: 12px 0; padding-left: 22px; color: var(--ink-soft); }
.legal-section li + li { margin-top: 7px; }
.legal-section a { text-decoration-color: var(--lime-deep); text-decoration-thickness: 2px; text-underline-offset: 3px; }
.legal-notice { padding: 17px 19px; border-left: 4px solid var(--lime-deep); border-radius: 0 12px 12px 0; background: rgba(197,243,61,.14); }
.legal-footer { padding: 30px 0; color: rgba(255,255,255,.55); background: #101411; }
.legal-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.legal-footer p { margin: 0; font-size: 12px; }
.legal-footer nav { display: flex; flex-wrap: wrap; gap: 18px; }
.legal-footer a { color: rgba(255,255,255,.7); font-size: 12px; font-weight: 700; text-decoration: none; }
.legal-footer a:hover { color: var(--lime); }

@media (max-width: 640px) {
  .legal-shell { width: min(100% - 28px, 860px); }
  .legal-header__inner { min-height: 64px; }
  .legal-back { font-size: 0; }
  .legal-back::after { content: "Volver"; font-size: 15px; }
  .legal-hero { padding: 58px 0 36px; }
  body { font-size: 17px; line-height: 1.72; }
  .legal-kicker, .legal-updated, .legal-summary dt { font-size: 13px; }
  .legal-intro { font-size: 17px; }
  .legal-section h2 { font-size: 27px; }
  .legal-section h3 { font-size: 19px; }
  .legal-footer p, .legal-footer a { font-size: 14px; line-height: 1.5; }
  .legal-summary { grid-template-columns: 1fr; }
  .legal-footer__inner { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
