 .legal-page-section {
        padding: 120px 0 80px;
      }
      .legal-page-section h1 {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
        color: #161616;
      }
      .legal-page-section .legal-subtitle {
        font-size: 1rem;
        color: #696868;
        margin-bottom: 2.5rem;
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 1.5rem;
      }
      .legal-page-section .intro-text {
        font-size: 1rem;
        color: #333;
        margin-bottom: 2rem;
        line-height: 1.75;
      }
      .legal-page-section h2 {
        font-size: 1.15rem;
        font-weight: 700;
        color: #161616;
        margin-top: 2rem;
        margin-bottom: 0.75rem;
      }
      .legal-page-section h3 {
        font-size: 1.05rem;
        font-weight: 700;
        color: #161616;
        margin-top: 2rem;
        margin-bottom: 0.75rem;
      }
      .legal-page-section ul {
        padding-left: 1.5rem;
        margin-bottom: 1rem;
      }
      .legal-page-section ul li {
        font-size: 0.97rem;
        color: #444;
        margin-bottom: 0.5rem;
        line-height: 1.7;
      }
      .legal-page-section p {
        font-size: 0.97rem;
        color: #444;
        line-height: 1.75;
      }
      .legal-page-section .section-divider {
        border: none;
        border-top: 1px solid #e0e0e0;
        margin: 2.5rem 0;
      }