/* legal.css — páginas de texto largo (disclosure y afines) con la estética
   del sitio: columna legible, tipografía Space Grotesk en títulos, cuerpo
   Inter, acento lima. */

.lg-wrap { max-width: 780px; margin: 0 auto; }

.lg-kicker { font-size: 13px; letter-spacing: 0.04em; color: #D4FF3D; margin-bottom: 16px; }
.lg-h1 { margin: 0 0 clamp(10px, 2vw, 18px);
         font-family: 'Space Grotesk', 'Archivo', ui-sans-serif, system-ui, sans-serif;
         font-weight: 600; letter-spacing: -0.04em; line-height: 0.98;
         font-size: clamp(38px, 6.5vw, 66px); color: #F2F3F0; }
.lg-lead { margin: 0 0 clamp(20px, 4vw, 36px); max-width: 60ch;
           font-size: clamp(15px, 1.8vw, 18px); color: #6E727A; line-height: 1.6; }
/* fecha de última actualización, bajo el H1 */
.lg-updated { margin: 0 0 clamp(24px, 4vw, 40px); font-size: 13px; letter-spacing: 0.02em;
              color: #6E727A; }
.lg-updated strong { color: #A9ADB4; font-weight: 600; }

.lg-body h2 { margin: clamp(30px, 5vw, 46px) 0 12px;
              font-family: 'Space Grotesk', ui-sans-serif, sans-serif;
              font-weight: 600; letter-spacing: -0.03em;
              font-size: clamp(20px, 2.6vw, 26px); color: #F2F3F0; }
.lg-body h3 { margin: clamp(20px, 3vw, 28px) 0 8px;
              font-family: 'Space Grotesk', ui-sans-serif, sans-serif;
              font-weight: 600; letter-spacing: -0.02em;
              font-size: clamp(16px, 2vw, 19px); color: #F2F3F0; }
.lg-body p { margin: 0 0 16px; font-size: clamp(15px, 1.7vw, 16px);
             color: #A9ADB4; line-height: 1.7; }
.lg-body a { color: #D4FF3D; text-decoration: none; font-weight: 600; word-break: break-word; }
.lg-body a:hover { text-decoration: underline; }

.lg-body ul { margin: 4px 0 16px; padding: 0; list-style: none; display: grid; gap: 10px; }
.lg-body li { position: relative; padding-left: 26px;
              font-size: clamp(15px, 1.7vw, 16px); color: #A9ADB4; line-height: 1.6; }
.lg-body li::before { content: ''; position: absolute; left: 4px; top: 9px;
                      width: 8px; height: 8px; border-radius: 2px; background: #D4FF3D; }

/* bloque de contacto (política de privacidad) */
.lg-contact { margin: 6px 0 4px; padding: clamp(18px, 3vw, 26px); border-radius: 14px;
              background: #131417; border: 1px solid rgba(242,243,240,0.08); }
.lg-contact p { margin: 0 0 8px; }
.lg-contact p:last-child { margin-bottom: 0; }
.lg-contact .lg-contact-brand { font-family: 'Space Grotesk', ui-sans-serif, sans-serif;
                                font-weight: 600; letter-spacing: -0.02em; color: #F2F3F0; }
.lg-contact .lg-contact-label { color: #6E727A; }

.lg-signoff { margin-top: clamp(36px, 6vw, 56px); padding-top: clamp(24px, 4vw, 32px);
              border-top: 1px solid rgba(242,243,240,0.1); }
.lg-signoff .lg-brand { font-family: 'Space Grotesk', ui-sans-serif, sans-serif;
                        font-weight: 600; letter-spacing: -0.03em; font-size: 20px; color: #F2F3F0; }
.lg-signoff .lg-tag { margin-top: 6px; font-family: 'Space Grotesk', ui-sans-serif, sans-serif;
                      font-weight: 600; letter-spacing: -0.04em; line-height: 1;
                      font-size: clamp(24px, 3.4vw, 38px); color: #F2F3F0; }
.lg-signoff .lg-tag span { color: #D4FF3D; }
