
 .terms-container {
    padding: 2rem 1rem;
    display: flex;
    justify-content: center;
    margin-top: 100px;
  }

  .terms-card {
    max-width: 900px;
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    padding: 1.5rem;
    line-height: 1.6;
  color: #264653;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  }

  .terms-card header .lead {
    margin-top: 0.25rem;
    margin-bottom: 1rem;
  color: #264653;
  }

  .terms-list {
    margin: 0;
    padding-left: 1.1rem;
  }

  .terms-list > li {
    margin-bottom: 1rem;
    list-style: none;
  }

  .terms-list h3 {
    margin: 0 0 0.25rem 0;
    font-size: 1.05rem;
  }

  .contact {
    list-style: none;
    padding-left: 0;
    margin: 0.5rem 0 0 0;
  }

  .contact li {
    margin-bottom: 0.35rem;
    list-style-type: none;
  }
  .contact li i{
     color: #9b5ca1;
  margin-right: 10px;
  }

  .contact a {
    color: inherit;
    text-decoration: underline;
  }
  .contact a:hover{
    color: #d62828;
  }
  .terms-footer {
    margin-top: 1.25rem;
    border-top: 1px solid #e6e6e6;
    padding-top: 0.75rem;
    text-align: right;
    color: #6b7280;
  }

  /* Responsive tweaks */
  @media (max-width: 640px) {
    .terms-card {
      padding: 1rem;
      border-radius: 10px;
    }

    .terms-list h3 {
      font-size: 1rem;
    }
  }