:root{ --bs-primary:#1351B4; --bs-primary-rgb:19,81,180; }
  html, body{overflow-x:clip;overflow-y:visible;}
  .bg-primary{ background-color:#1351B4 !important; }
  .text-primary{ color:#1351B4 !important; }

  /* Índice lateral */
  .toc-link{
    color:#1351B4; text-decoration:none; font-size:.875rem;
    display:flex; align-items:center; gap:6px;
    padding:.35rem .6rem; border-radius:.35rem; transition:background .15s;
  }
  .toc-link:hover{ background:#eff3ff; }
  .toc-link.active{ background:#eff3ff; font-weight:600; }

  /* Seções */
  .privacy-section{ scroll-margin-top:100px; }
  .section-icon{ width:40px; height:40px; border-radius:50%;
    background:#eff3ff; display:inline-flex; align-items:center;
    justify-content:center; font-size:1.1rem; color:#1351B4; flex-shrink:0; }
