/* Páginas legales de turbogestor.com (privacidad, términos, eliminación de datos).
   Mismos tokens que index.html; tipografía de lectura larga. */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --bg: #060608; --s1: rgba(255,255,255,0.03); --b1: rgba(255,255,255,0.06); --b2: rgba(255,255,255,0.10);
  --t1: #ededed; --t2: rgba(255,255,255,0.55); --t3: rgba(255,255,255,0.3); --acc: #34d399; --acc2: #2dd4bf;
}
html { color-scheme: dark; }
body { font-family: 'Inter', system-ui, -apple-system, sans-serif; background: var(--bg); color: var(--t1); line-height: 1.65; -webkit-font-smoothing: antialiased; }
nav { border-bottom: 1px solid var(--b1); }
.nav-in { max-width: 880px; margin: 0 auto; padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--t1); }
.logo-m { width: 30px; height: 30px; border-radius: 8px; background: linear-gradient(135deg, var(--acc), var(--acc2)); color: #06110c; display: grid; place-items: center; font-weight: 900; font-size: 15px; }
.logo-t { font-size: 16px; font-weight: 700; letter-spacing: -0.04em; }
.nav-r a { color: var(--t2); text-decoration: none; font-size: 13px; margin-left: 16px; }
.nav-r a:hover { color: var(--t1); }
main { max-width: 880px; margin: 0 auto; padding: 48px 20px 80px; }
h1 { font-size: 34px; font-weight: 800; letter-spacing: -0.03em; line-height: 1.15; margin-bottom: 8px; }
.meta { color: var(--t3); font-size: 13px; margin-bottom: 36px; }
h2 { font-size: 20px; font-weight: 700; letter-spacing: -0.02em; margin: 36px 0 12px; }
h3 { font-size: 16px; font-weight: 600; margin: 22px 0 8px; }
p, li { color: var(--t2); font-size: 15px; }
p { margin-bottom: 12px; }
ul, ol { margin: 0 0 14px 22px; }
li { margin-bottom: 6px; }
strong { color: var(--t1); font-weight: 600; }
a { color: var(--acc); text-decoration: none; }
a:hover { text-decoration: underline; }
.card { background: var(--s1); border: 1px solid var(--b1); border-radius: 12px; padding: 18px 20px; margin: 16px 0 24px; }
.card p:last-child { margin-bottom: 0; }
table { width: 100%; border-collapse: collapse; margin: 12px 0 20px; font-size: 14px; }
th, td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--b1); color: var(--t2); vertical-align: top; }
th { color: var(--t1); font-weight: 600; }
.legal-nav { display: flex; flex-wrap: wrap; gap: 10px 18px; font-size: 13px; margin-bottom: 28px; }
footer { border-top: 1px solid var(--b1); padding: 24px 20px; text-align: center; color: var(--t3); font-size: 12px; }
footer a { color: var(--t3); margin: 0 8px; }
@media (max-width: 600px) { h1 { font-size: 28px; } main { padding-top: 32px; } }
