  /* ── Variables ── */
  :root {
    --bg-deep:     #0f131b;
    --bg2:         #111827;
    --surface:     #131f42;
    --border:      rgba(255,255,255,0.07);
    --border-glow: rgba(0,102,255,0.25);
    --blue:        #0050ff;
    --blue-light:  #3b82ff;
    --blue-glow:   rgba(0,80,255,0.18);
    --orange:      #f97316;
    --violet:      #8b5cf6;
    --cyan:        #06d6e0;
    --text:        #dce8ff;
    --text-muted:  #6b85b8;
    --text-dim:    #2d4070;
    --white:       #ffffff;
    --font:        'League Spartan', sans-serif;
    --radius:      14px;
  }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    background: var(--bg-deep);
    color: var(--text);
    font-family: var(--font);
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
  }

  /* ── NAV ── */
  #nav {
    position: fixed; top: 0; left: 0; right: 0;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 2.5rem; height: 68px; z-index: 50;
    background: rgba(15,19,27,0.92);
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
    transition: box-shadow 0.3s;
  }
  .logo-svg { display:flex; align-items:center; gap:10px; text-decoration:none; flex-shrink:0; }
  .logo-wordmark { font-family:var(--font); font-weight:800; font-size:1.15rem; color:var(--white); letter-spacing:0.05em; }
  .hamburger { display:none; flex-direction:column; justify-content:center; gap:5px; background:none; border:none; cursor:pointer; padding:4px; width:36px; height:36px; order:-1; }
  .hamburger span { display:block; width:24px; height:2px; background:rgba(255,255,255,0.85); border-radius:2px; transition:all 0.3s; }
  .nav-right { display:flex; align-items:center; gap:1.5rem; margin-left:auto; }
  .nav-right .nav-links { display:flex; align-items:center; list-style:none; margin:0; padding:0; gap:2.5rem; }
  .nav-right .nav-links li a { font-size:0.78rem; font-weight:400; letter-spacing:0.06em; color:rgba(255,255,255,0.75); text-decoration:none; transition:color 0.2s; }
  .nav-right .nav-links li a:hover { color:#fff; }
  .nav-cta { display:inline-flex !important; align-items:center; padding:0.5rem 1.2rem !important; background:var(--blue) !important; border-radius:6px !important; color:#fff !important; font-weight:600 !important; font-size:0.85rem !important; transition:background 0.2s,transform 0.15s !important; }
  .nav-cta:hover { background:#1d4ed8 !important; transform:translateY(-1px); }
  .nav-login { display:flex; align-items:center; justify-content:center; width:36px; height:36px; border-radius:50%; border:1px solid rgba(255,255,255,0.18); color:rgba(255,255,255,0.75); text-decoration:none; transition:background 0.2s; flex-shrink:0; }
  .nav-login:hover { background:rgba(255,255,255,0.1); color:#fff; }
  .nav-login svg { width:18px; height:18px; display:block; }
  .mobile-menu { position:fixed; top:0; left:0; width:75vw; max-width:300px; height:100vh; background:rgba(8,12,24,0.97); backdrop-filter:blur(16px); z-index:200; display:flex; flex-direction:column; padding:5rem 2rem 2rem; gap:0.25rem; transform:translateX(-110%); transition:transform 0.3s cubic-bezier(0.4,0,0.2,1); border-right:1px solid rgba(255,255,255,0.07); }
  .mobile-menu.open { transform:translateX(0); }
  .mobile-menu-close { position:absolute; top:1.25rem; right:1.25rem; background:none; border:1px solid rgba(255,255,255,0.15); color:rgba(255,255,255,0.7); font-size:1.1rem; width:34px; height:34px; border-radius:50%; cursor:pointer; display:flex; align-items:center; justify-content:center; }
  .mobile-menu a { font-family:var(--font); font-size:1.2rem; font-weight:600; color:rgba(255,255,255,0.8); text-decoration:none; letter-spacing:0.04em; padding:0.75rem 0; border-bottom:1px solid rgba(255,255,255,0.06); transition:color 0.2s,padding-left 0.2s; }
  .mobile-menu a:last-child { border-bottom:none; }
  .mobile-menu a:hover { color:#fff; padding-left:0.5rem; }
  .mobile-menu-overlay { display:none; position:fixed; inset:0; background:rgba(0,0,0,0.5); z-index:199; }
  .mobile-menu-overlay.open { display:block; }

  /* ── PAGE HERO ── */
  .page-hero {
    min-height: 42vh;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    padding: 120px 5% 64px;
  }
  .hero-bg-gradient {
    position: absolute; inset: 0;
    background:
      radial-gradient(ellipse 60% 80% at 10% 60%, rgba(0,80,255,0.07) 0%, transparent 60%),
      radial-gradient(ellipse 40% 50% at 90% 20%, rgba(139,92,246,0.05) 0%, transparent 60%),
      #0f131b;
    z-index: 0;
  }
  .hero-grid {
    position: absolute; inset: 0; z-index: 0;
    background-image:
      linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 20%, transparent 100%);
  }
  .hero-content-wrap { position:relative; z-index:2; max-width:1200px; margin:0 auto; width:100%; }
  .breadcrumb { display:flex; align-items:center; gap:0.5rem; font-size:0.72rem; font-weight:700; letter-spacing:0.12em; text-transform:uppercase; color:var(--text-dim); margin-bottom:1.2rem; }
  .breadcrumb a { color:var(--text-dim); text-decoration:none; transition:color 0.2s; }
  .breadcrumb a:hover { color:var(--text-muted); }
  .breadcrumb span { color:var(--text-dim); }
  .page-tag { display:inline-block; font-size:0.72rem; font-weight:800; letter-spacing:0.14em; text-transform:uppercase; color:var(--blue-light); margin-bottom:0.8rem; }
  .page-hero h1 { font-size:clamp(2rem,4.5vw,3.2rem); font-weight:900; color:var(--white); letter-spacing:-0.03em; line-height:1.05; margin-bottom:0.85rem; }
  .page-hero p { color:var(--text-muted); font-size:0.9rem; max-width:560px; font-weight:400; }
  .last-update { display:inline-flex; align-items:center; gap:0.5rem; margin-top:1.25rem; background:var(--surface); border:1px solid var(--border); border-radius:100px; padding:0.35rem 1rem; font-size:0.72rem; font-weight:700; color:var(--text-muted); letter-spacing:0.06em; }
  .last-update-dot { width:6px; height:6px; border-radius:50%; background:var(--cyan); flex-shrink:0; }

  /* ── LAYOUT CONTENIDO ── */
  .legal-layout {
    max-width: 1200px;
    margin: 0 auto;
    padding: 72px 5% 100px;
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 4rem;
    align-items: start;
  }

  /* Índice lateral */
  .legal-sidebar {
    position: sticky;
    top: 92px;
  }
  .sidebar-title { font-size:0.65rem; font-weight:900; letter-spacing:0.16em; text-transform:uppercase; color:var(--text-dim); margin-bottom:1rem; }
  .sidebar-nav { display:flex; flex-direction:column; gap:0.1rem; }
  .sidebar-nav a {
    font-size:0.78rem; font-weight:500; color:var(--text-muted);
    text-decoration:none; padding:0.4rem 0.75rem;
    border-left:2px solid transparent;
    border-radius:0 6px 6px 0;
    transition:all 0.2s;
    letter-spacing:0.01em;
  }
  .sidebar-nav a:hover { color:var(--white); border-left-color:var(--blue-light); background:rgba(255,255,255,0.03); }
  .sidebar-nav a.active { color:var(--blue-light); border-left-color:var(--blue); background:rgba(0,80,255,0.06); }

  /* Contenido legal */
  .legal-body { min-width:0; }
  .legal-section { margin-bottom:3.5rem; scroll-margin-top:92px; }
  .legal-section h2 {
    font-size:1.3rem; font-weight:900; color:var(--white);
    letter-spacing:-0.02em; margin-bottom:1rem;
    padding-bottom:0.75rem;
    border-bottom:1px solid var(--border);
    display:flex; align-items:center; gap:0.75rem;
  }
  .sec-num { font-size:0.65rem; font-weight:900; color:var(--blue-light); letter-spacing:0.1em; background:rgba(0,80,255,0.1); border:1px solid rgba(0,80,255,0.2); border-radius:4px; padding:0.2rem 0.5rem; flex-shrink:0; }
  .legal-section p { font-size:0.92rem; color:var(--text-muted); line-height:1.8; margin-bottom:1rem; font-weight:400; }
  .legal-section p:last-child { margin-bottom:0; }
  .legal-section ul { margin:0.75rem 0 1rem 0; padding:0; list-style:none; display:flex; flex-direction:column; gap:0.5rem; }
  .legal-section ul li { font-size:0.88rem; color:var(--text-muted); line-height:1.7; padding-left:1.25rem; position:relative; font-weight:400; }
  .legal-section ul li::before { content:''; position:absolute; left:0; top:0.65em; width:5px; height:5px; border-radius:50%; background:var(--blue-light); flex-shrink:0; }
  .legal-section strong { color:var(--text); font-weight:700; }
  .legal-section a { color:var(--blue-light); text-decoration:none; font-weight:600; transition:color 0.2s; }
  .legal-section a:hover { color:var(--white); }

  /* Info card */
  .info-card {
    background:var(--surface); border:1px solid var(--border-glow);
    border-radius:var(--radius); padding:1.5rem 1.75rem;
    margin:1.5rem 0;
    position:relative; overflow:hidden;
  }
  .info-card::before { content:''; position:absolute; top:0; left:0; right:0; height:2px; background:linear-gradient(90deg,var(--blue),var(--violet)); }
  .info-card p { margin:0; }
  .info-card-title { font-size:0.68rem; font-weight:900; letter-spacing:0.12em; text-transform:uppercase; color:var(--blue-light); margin-bottom:0.6rem !important; }

  /* Tabla de datos */
  .data-table { width:100%; border-collapse:collapse; margin:1.25rem 0; font-size:0.85rem; }
  .data-table th { text-align:left; font-size:0.65rem; font-weight:900; letter-spacing:0.1em; text-transform:uppercase; color:var(--text-dim); padding:0.6rem 1rem; border-bottom:1px solid var(--border); }
  .data-table td { padding:0.75rem 1rem; border-bottom:1px solid var(--border); color:var(--text-muted); line-height:1.5; vertical-align:top; }
  .data-table tr:last-child td { border-bottom:none; }
  .data-table tr:hover td { background:rgba(255,255,255,0.02); }
  .data-table td:first-child { color:var(--text); font-weight:600; white-space:nowrap; }

  /* Highlight */
  .highlight-box {
    background:rgba(6,214,224,0.04); border:1px solid rgba(6,214,224,0.12);
    border-radius:var(--radius); padding:1.25rem 1.5rem; margin:1.25rem 0;
  }
  .highlight-box p { margin:0; font-size:0.88rem; color:var(--text); }
  .highlight-box strong { color:var(--cyan); }

  /* ── HELPERS ── */
  .container { max-width:1200px; margin:0 auto; padding:0 5%; }
  .btn-primary { display:inline-flex; align-items:center; gap:0.5rem; background:var(--blue); color:var(--white); padding:0.85rem 1.75rem; border-radius:10px; font-weight:700; font-size:0.95rem; font-family:var(--font); text-decoration:none; letter-spacing:0.02em; transition:all 0.25s; }
  .btn-primary:hover { background:var(--blue-light); transform:translateY(-2px); box-shadow:0 8px 30px rgba(0,80,255,0.4); }
  .btn-ghost { display:inline-flex; align-items:center; gap:0.5rem; background:transparent; color:var(--text); padding:0.85rem 1.75rem; border-radius:10px; font-weight:600; font-size:0.95rem; font-family:var(--font); text-decoration:none; border:1px solid var(--border); transition:all 0.25s; }
  .btn-ghost:hover { border-color:rgba(255,255,255,0.18); background:rgba(255,255,255,0.04); }
  .reveal { opacity:0; transform:translateY(22px); transition:opacity 0.6s ease, transform 0.6s ease; }
  .reveal.visible { opacity:1; transform:translateY(0); }

  /* ── CTA ── */
  .cta-section { padding:80px 5%; text-align:center; position:relative; overflow:hidden; border-top:1px solid var(--border); }
  .cta-orb { position:absolute; width:600px; height:400px; top:50%; left:50%; transform:translate(-50%,-50%); background:radial-gradient(ellipse, rgba(0,80,255,0.07) 0%, transparent 70%); pointer-events:none; }
  .cta-section h2 { font-size:clamp(1.8rem,3.5vw,2.6rem); font-weight:900; color:var(--white); letter-spacing:-0.025em; margin-bottom:0.75rem; }
  .cta-section > p { color:var(--text-muted); font-size:0.9rem; max-width:420px; margin:0 auto 1.75rem; }
  .cta-btns { display:flex; gap:1rem; justify-content:center; flex-wrap:wrap; }

  /* ── FOOTER ── */
  footer { background:var(--bg2); border-top:1px solid var(--border); padding:3rem 5%; }
  .footer-inner { max-width:1200px; margin:0 auto; display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:3rem; }
  .footer-brand p { color:var(--text-muted); font-size:0.85rem; line-height:1.7; margin-top:0.75rem; max-width:270px; font-weight:400; }
  .footer-col h5 { font-size:0.72rem; font-weight:900; color:var(--white); letter-spacing:0.12em; text-transform:uppercase; margin-bottom:1rem; }
  .footer-col a { display:block; color:var(--text-muted); text-decoration:none; font-size:0.875rem; font-weight:500; margin-bottom:0.55rem; transition:color 0.2s; }
  .footer-col a:hover { color:var(--text); }
  .footer-bottom { max-width:1200px; margin:2rem auto 0; padding-top:1.75rem; border-top:1px solid var(--border); display:flex; justify-content:space-between; align-items:center; font-size:0.78rem; color:var(--text-muted); font-weight:500; }

  /* ── RESPONSIVE ── */
  @media (max-width:900px) {
    .nav-right .nav-links { display:none; }
    .hamburger { display:flex; }
    .legal-layout { grid-template-columns:1fr; gap:2rem; }
    .legal-sidebar { position:static; }
    .footer-inner { grid-template-columns:1fr 1fr; gap:2rem; }
    .footer-bottom { flex-direction:column; gap:0.5rem; text-align:center; }
  }
  @media (max-width:600px) {
    .footer-inner { grid-template-columns:1fr; }
    .data-table { font-size:0.78rem; }
    .data-table th, .data-table td { padding:0.6rem 0.6rem; }
  }
  