body {
      font-size: 0.95rem;
      background-color: #f9f9f9;
    }
    .terms-container {
      background: #fff;
      padding: 2rem;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }
    .terms-container h4,
    .terms-container h6 {
      font-weight: bold;
      margin-top: 1.5rem;
    }
    .terms-container p {
      text-align: justify;
      color: #333;
    }
    .terms-container ul {
      padding-left: 1.5rem;
    }
    .terms-container ul li {
      margin-bottom: 8px;
    }
    .section-title {
      color: #0d6efd;
      font-weight: 600;
      margin-top: 2rem;
    }