/* Source: app/templates/pages/legal.html — Figma "Legal" (2586:930) */
body > .page > .navbar {
    display: none !important;
  }
  .page-body {
    padding: 0;
  }
  .page-body > .container-xl {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  /* Contenidor: lateral a x=347, contingut a x=666 (744 d'ample) */
  .legal-shell {
    width: 1063px;
    margin: 103px auto 155px;
    transform: translateX(15px);
    color: #111;
  }
  .legal-shell > .row {
    display: grid;
    grid-template-columns: 319px 744px;
    gap: 0;
    margin: 0;
  }
  .legal-shell > .row > [class*="col-"] {
    width: auto;
    max-width: none;
    padding: 0;
  }
  .legal-sticky-nav {
    top: 1rem;
    z-index: 1;
  }

  /* ===== Lateral: títol 20/200 + enllaços 15/200 amb píndola #EDEBFD ===== */
  .legal-sticky-nav .card {
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .legal-sticky-nav .card-body { padding: 0 !important; }
  .legal-sticky-nav .card-title {
    margin: 5px 0 22px !important;
    color: #111;
    font-size: 20px;
    line-height: 30px;
    font-weight: 200;
  }
  #legal-nav { margin-left: 17px; }
  #legal-nav .nav-link {
    display: block;
    min-width: 224px;
    width: max-content;
    padding: 7px 13px;
    margin-bottom: 2px;
    border-radius: 0;
    background: transparent;
    color: #111;
    font-size: 15px;
    line-height: 22.5px;
    font-weight: 200;
    white-space: nowrap;
  }
  #legal-nav .nav-link:hover { background: #f6f5fe; color: #111; }
  #legal-nav .nav-link.active {
    background: #edebfd;
    color: #111;
    font-weight: 200;
  }

  /* ===== Contingut: sense caixes, seccions separades per línia #D1D1D1 ===== */
  .legal-shell .col-lg-9 > .card {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid #d1d1d1;
    margin: 0 0 50px !important;
    padding: 0 0 46px;
  }
  .legal-shell .col-lg-9 > .card:last-child {
    border-bottom: 0;
    margin-bottom: 0 !important;
    padding-bottom: 0;
  }
  .legal-shell .col-lg-9 .card-body { padding: 0 !important; }

  .legal-shell h2 {
    margin: 0 0 34px !important;
    color: #111;
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
  }
  .legal-shell h3 {
    margin: 30px 0 15px !important;
    color: #111;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
  }
  .legal-shell p,
  .legal-shell li {
    color: #111;
    font-size: 18px;
    line-height: 27px;
    font-weight: 200;
  }
  .legal-shell p { margin: 0 0 15px; }
  .legal-shell ul,
  .legal-shell ol {
    margin: 0 0 15px;
    padding-left: 28px;
  }
  .legal-shell li { margin-bottom: 6px; }
  .legal-shell li strong,
  .legal-shell p strong { font-weight: 500; }
  .legal-org { margin-top: 27px !important; }
  .legal-org-mail { margin-top: 27px !important; }

  /* Taules restants (privacitat/cookies): planes, sense vores */
  .legal-shell table {
    width: 100%;
    margin: 0 0 15px;
    border-collapse: collapse;
  }
  .legal-shell table td {
    border: 0 !important;
    padding: 2px 24px 2px 0;
    background: transparent !important;
    color: #111;
    font-size: 18px;
    line-height: 27px;
    font-weight: 200;
    box-shadow: none !important;
  }
  .legal-shell table td.fw-bold { font-weight: 500 !important; }
  .legal-label-col { width: 35%; }
