/* =========================================================
 * COMPAT: variables usadas en CSS de políticas (no existen en
 * :root principal del tema; se añaden aquí para que los
 * colores y layouts se rendericen correctamente).
 * ========================================================= */
:root {
  --purple: #707ED7;
  --purple-dark: #1a1f4a;
  --purple-pale: #eef0fb;
  --text: #1c1e3a;
  --text-light: #6b6e8a;
  --border: #e8eaf6;
}

    :root {
      --primary: #707ed7;
      --primary-2: #5f6dc5;
      --cream: #fff5ca;
      --white: #ffffff;
      --ink: #0e1431;
      --ink-soft: #222d5a;
      --line: #dfe5fb;
      --muted: #6c78a3;
      --radius: 22px;
      --shadow: 0 14px 28px rgba(20, 33, 78, 0.12);
    }

    * { box-sizing: border-box; }

    body {
      margin: 0;
      font-family: 'Rubik', sans-serif;
      color: var(--ink);
      background: linear-gradient(180deg, #fcfdff 0%, #fffbf0 100%);
    }

    a { color: inherit; text-decoration: none; }

    .nav {
      position: sticky;
      top: 0;
      z-index: 40;
      padding: 18px 5%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: rgba(8, 12, 30, 0.9);
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(10px);
      transition: background-color .24s ease, border-color .24s ease, box-shadow .24s ease;
    }

    .nav.scrolled {
      box-shadow: 0 10px 22px rgba(7, 12, 34, 0.28);
      border-bottom-color: rgba(198, 213, 255, 0.42);
    }

    .logo {
      display: inline-flex;
      align-items: center;
      min-height: 38px;
    }

    .logo img {
      display: block;
      height: 37px;
      width: auto;
      object-fit: contain;
    }

    .menu {
      display: flex;
      align-items: center;
      gap: 24px;
    }

    .menu a {
      color: rgba(255, 255, 255, 0.8);
      font-size: 0.94rem;
      font-weight: 500;
      position: relative;
      transition: color .22s ease;
    }

    .menu a:not(.cta)::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -8px;
      width: 100%;
      height: 2px;
      transform: scaleX(0);
      transform-origin: left;
      background: #fff5ca;
      border-radius: 999px;
      transition: transform .24s ease;
    }

    .menu a:not(.cta):hover { color: #fff; }
    .menu a:not(.cta):hover::after { transform: scaleX(1); }

    .menu .cta {
      background: rgba(255, 245, 202, 0.08);
      color: var(--cream);
      padding: 11px 18px;
      border-radius: 999px;
      border: 1px solid rgba(255, 245, 202, 0.6);
      font-weight: 700;
      transition: background .22s ease, color .22s ease, transform .22s ease;
    }

    .menu .cta:hover {
      background: var(--cream);
      color: var(--ink);
      transform: translateY(-1px);
    }

    .menu-toggle {
      display: none;
      width: 44px;
      height: 44px;
      border-radius: 12px;
      border: 1px solid rgba(255,255,255,.28);
      background: rgba(255,255,255,.06);
      align-items: center;
      justify-content: center;
      gap: 4px;
      flex-direction: column;
      cursor: pointer;
    }

    .menu-toggle span {
      display: block;
      width: 18px;
      height: 2px;
      border-radius: 999px;
      background: #fff;
      transition: transform .22s ease, opacity .22s ease;
    }

    .menu-toggle.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
    .menu-toggle.open span:nth-child(2) { opacity: 0; }
    .menu-toggle.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

    .hero-legal {
      padding: 70px 5% 74px;
      background:
        linear-gradient(130deg, #070d24 0%, #101f4d 50%, #223872 100%);
      position: relative;
      overflow: hidden;
      color: #fff;
    }

    .hero-legal::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 14% 18%, rgba(255,245,202,.14), transparent 45%),
        radial-gradient(circle at 85% 75%, rgba(255,255,255,.05), transparent 40%);
    }

    .hero-legal .wrap {
      position: relative;
      z-index: 1;
      max-width: 1240px;
      margin: 0 auto;
      display: grid;
      gap: 10px;
    }

    .crumb {
      font-size: .78rem;
      text-transform: uppercase;
      letter-spacing: .08em;
      color: #d4dcff;
      font-weight: 600;
    }

    .hero-legal h1 {
      margin: 0;
      font-size: clamp(2rem, 3.8vw, 3.2rem);
      letter-spacing: -0.03em;
      line-height: 1.06;
    }

    .hero-legal h1 span { color: var(--cream); }

    .hero-legal p {
      margin: 8px 0 0;
      color: rgba(255,255,255,.86);
      max-width: 760px;
      line-height: 1.8;
      font-size: 1rem;
    }

    .legal-section {
      padding: 72px 5% 84px;
    }

    .legal-wrap {
      max-width: 1240px;
      margin: 0 auto;
    }

    .legal-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      padding: 28px;
    }

    .legal-card h2 {
      margin: 0 0 8px;
      font-size: clamp(1.7rem, 2.4vw, 2.2rem);
      color: var(--ink);
      letter-spacing: -0.02em;
    }

    .legal-note {
      margin: 0 0 24px;
      color: var(--muted);
      line-height: 1.72;
      font-size: 0.96rem;
    }

    .form-grid {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 14px;
    }

    .field {
      display: grid;
      gap: 6px;
    }

    .col-2 { grid-column: span 2; }
    .col-3 { grid-column: span 3; }
    .col-6 { grid-column: span 6; }

    .field label {
      font-size: 0.84rem;
      font-weight: 600;
      color: var(--ink-soft);
    }

    .field label .req {
      color: #db485f;
      font-weight: 700;
    }

    .field input,
    .field select,
    .field textarea {
      width: 100%;
      font: inherit;
      border-radius: 12px;
      border: 1px solid #d9dff7;
      padding: 12px 13px;
      background: #fbfcff;
      color: var(--ink);
      transition: border-color .2s ease, box-shadow .2s ease;
    }

    .field input:focus,
    .field select:focus,
    .field textarea:focus {
      outline: none;
      border-color: #9eaceb;
      box-shadow: 0 0 0 3px rgba(112,126,215,.14);
    }

    .field textarea {
      min-height: 118px;
      resize: vertical;
    }

    .submit-wrap {
      grid-column: span 6;
      margin-top: 2px;
      display: flex;
      justify-content: flex-start;
    }

    .btn-submit {
      border: 1px solid #e4d690;
      background: var(--cream);
      color: var(--ink);
      border-radius: 999px;
      padding: 13px 24px;
      font: inherit;
      font-weight: 700;
      cursor: pointer;
      min-width: 220px;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    }

    .btn-submit:hover {
      background: #fff;
      box-shadow: 0 10px 18px rgba(20, 33, 78, 0.14);
      transform: translateY(-1px);
    }

    .legal-foot {
      margin-top: 16px;
      color: #7d86ad;
      font-size: .82rem;
      line-height: 1.7;
    }
.floating-actions {
      position: fixed;
      right: 20px;
      bottom: 20px;
      z-index: 60;
      display: grid;
      gap: 12px;
    }

    .fab {
      border: 0;
      border-radius: 999px;
      width: 52px;
      height: 52px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-family: inherit;
      font-weight: 700;
      cursor: pointer;
      box-shadow: 0 8px 20px rgba(0,0,0,.25);
    }

    .fab.wa { background: #25d366; color: #fff; }

    .fab.top {
      background: #fff;
      color: var(--ink);
      opacity: 0;
      pointer-events: none;
      transform: translateY(10px);
      transition: .25s ease;
    }

    .fab.top:hover {
      background: #22c55e;
      color: #fff;
      box-shadow: 0 10px 22px rgba(34, 197, 94, 0.36);
    }

    .fab.top.show {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
    }

    @media (max-width: 980px) {
      .menu-toggle { display: inline-flex; }
      .menu {
        display: none;
        position: absolute;
        top: calc(100% + 10px);
        left: 5%;
        right: 5%;
        padding: 12px;
        border-radius: 16px;
        border: 1px solid rgba(255,255,255,.18);
        background: rgba(8, 12, 30, 0.96);
        box-shadow: 0 16px 28px rgba(7, 12, 34, 0.3);
        backdrop-filter: blur(10px);
        flex-direction: column;
        gap: 8px;
        align-items: stretch;
      }
      .menu.open { display: flex; }
      .menu a { padding: 10px 12px; border-radius: 10px; }
      .menu a:not(.cta)::after { display: none; }
      .menu .cta { text-align: center; }

      .form-grid {
        grid-template-columns: 1fr;
      }

      .col-2,
      .col-3,
      .col-6,
      .submit-wrap {
        grid-column: span 1;
      }

      .legal-card {
        padding: 20px;
      }
    }
---
/* ========== ESTILOS DE POLÍTICAS DE PRIVACIDAD ========== */
  :root {
    --purple: #707ED7;
    --purple-dark: #1a1f4a;
    --cream: #FFF5CA;
    --white: #FFFFFF;
    --text: #1c1e3a;
    --text-light: #6b6e8a;
    --border: #e8eaf6;
    --purple-pale: #eef0fb;
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }

  body {
    font-family: 'Rubik', sans-serif;
    background: var(--white);
    color: var(--text);
    overflow-x: hidden;
  }

  /* NAV */
  nav {
    position: sticky; top: 0; z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 5%;
    height: 70px;
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
  }

  .nav-logo {
    font-size: 1.45rem;
    font-weight: 800;
    color: var(--text);
    text-decoration: none;
    letter-spacing: -0.03em;
    position: relative;
  }
  .nav-logo span { color: var(--purple); }
  .nav-logo::after {
    content: '';
    position: absolute;
    bottom: -3px; left: 0; width: 100%; height: 2px;
    background: linear-gradient(to right, var(--purple), var(--cream));
    border-radius: 2px;
  }

  .nav-back {
    display: flex; align-items: center; gap: 0.5rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--text-light);
    text-decoration: none;
    transition: color 0.2s;
  }
  .nav-back:hover { color: var(--purple); }

  /* HEADER */
  .page-header {
    background: var(--purple-dark);
    padding: 80px 5% 70px;
    position: relative;
    overflow: hidden;
  }
  .page-header::before {
    content: '';
    position: absolute;
    width: 400px; height: 400px;
    border-radius: 50%;
    background: rgba(112,126,215,0.3);
    top: -100px; right: -60px;
    filter: blur(60px);
  }

  .page-header-inner {
    max-width: 800px; margin: 0 auto;
    position: relative; z-index: 1;
  }

  .header-pill {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: rgba(112,126,215,0.2);
    border: 1px solid rgba(112,126,215,0.4);
    color: #a0acec;
    padding: 0.35rem 0.9rem;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
  }

  .page-header h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: var(--white);
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin-bottom: 1rem;
  }
  .page-header h1 span { color: var(--cream); }

  .page-header p {
    font-size: 1rem;
    color: rgba(255,255,255,0.55);
    line-height: 1.75;
    margin-bottom: 1.5rem;
  }

  .update-date {
    display: inline-flex; align-items: center; gap: 0.5rem;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.35);
    background: rgba(255,255,255,0.06);
    padding: 0.4rem 1rem;
    border-radius: 100px;
    border: 1px solid rgba(255,255,255,0.1);
  }

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

  /* SIDEBAR */
  .sidebar {
    position: sticky; top: 90px;
  }

  .sidebar-title {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-light);
    margin-bottom: 1rem;
  }

  .sidebar-nav { display: flex; flex-direction: column; gap: 0.2rem; }

  .sidebar-nav a {
    font-size: 0.88rem;
    color: var(--text-light);
    text-decoration: none;
    padding: 0.5rem 0.8rem;
    border-radius: 8px;
    transition: all 0.2s;
    display: block;
    line-height: 1.4;
  }
  .sidebar-nav a:hover {
    color: var(--purple);
    background: var(--purple-pale);
  }

  .sidebar-contact {
    margin-top: 2rem;
    background: var(--cream);
    border-radius: 14px;
    padding: 1.4rem;
    border: 1.5px solid #f0e8a0;
  }
  .sidebar-contact h4 {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.6rem;
  }
  .sidebar-contact p {
    font-size: 0.82rem;
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 0.8rem;
  }
  .sidebar-contact a {
    font-size: 0.82rem;
    color: var(--purple);
    font-weight: 600;
    text-decoration: none;
  }

  /* CONTENT */
  .content { min-width: 0; }

  .section-block {
    margin-bottom: 3.5rem;
    padding-bottom: 3.5rem;
    border-bottom: 1px solid var(--border);
  }
  .section-block:last-child { border-bottom: none; }

  .section-block h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 1.2rem;
    letter-spacing: -0.02em;
    display: flex; align-items: center; gap: 0.7rem;
  }
  .section-block h2 .section-num {
    width: 30px; height: 30px;
    background: var(--purple);
    color: white;
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
    flex-shrink: 0;
  }

  .section-block h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text);
    margin: 1.5rem 0 0.6rem;
  }

  .section-block p {
    font-size: 0.95rem;
    color: var(--text-light);
    line-height: 1.85;
    margin-bottom: 1rem;
  }
  .section-block p:last-child { margin-bottom: 0; }

  .section-block ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
  .section-block ul li {
    font-size: 0.93rem;
    color: var(--text-light);
    line-height: 1.7;
    padding-left: 1.4rem;
    position: relative;
  }
  .section-block ul li::before {
    content: '›';
    position: absolute;
    left: 0;
    color: var(--purple);
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .highlight-box {
    background: var(--purple-pale);
    border: 1px solid rgba(112,126,215,0.2);
    border-radius: 12px;
    padding: 1.4rem 1.6rem;
    margin: 1.2rem 0;
  }
  .highlight-box p {
    font-size: 0.9rem;
    color: var(--text);
    margin: 0;
  }
  .highlight-box strong { color: var(--purple); }

  .warning-box {
    background: #fff8e6;
    border: 1px solid #f0d68a;
    border-radius: 12px;
    padding: 1.2rem 1.6rem;
    margin: 1.2rem 0;
  }
  .warning-box p { font-size: 0.88rem; color: #8a6800; margin: 0; }

  /* Table */
  .data-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.2rem 0;
    font-size: 0.88rem;
  }
  .data-table th {
    background: var(--purple-pale);
    color: var(--purple);
    text-align: left;
    padding: 0.7rem 1rem;
    font-weight: 700;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }
  .data-table td {
    padding: 0.8rem 1rem;
    color: var(--text-light);
    border-bottom: 1px solid var(--border);
    line-height: 1.6;
  }
  .data-table tr:last-child td { border-bottom: none; }
  .data-table tr:hover td { background: #fafafa; }
/* Responsive */
  @media (max-width: 768px) {
    .main-layout { grid-template-columns: 1fr; }
    .sidebar { position: static; }
}