/* Extracted from terms-of-use.php head style block 1 */
.terms-hero {
      background: linear-gradient(135deg, #003c71 0%, #005a9c 100%);
      color: #fff;
      padding: 80px 0;
      text-align: center;
    }

    .terms-hero h1 {
      font-size: 42px;
      font-weight: 800;
      margin-bottom: 20px;
    }

    .terms-hero p {
      font-size: 18px;
      opacity: 0.95;
      margin-bottom: 0;
    }

    .terms-container {
      max-width: 900px;
      margin: 60px auto;
      padding: 0 20px;
    }

    .terms-section {
      margin-bottom: 45px;
    }

    .terms-section h2 {
      color: #003c71;
      font-size: 26px;
      font-weight: 700;
      margin-bottom: 20px;
      padding-bottom: 12px;
      border-bottom: 3px solid #ff8c1a;
    }

    .terms-section h3 {
      color: #005a9c;
      font-size: 18px;
      font-weight: 600;
      margin-top: 20px;
      margin-bottom: 12px;
    }

    .terms-section p {
      color: #333;
      font-size: 15px;
      line-height: 1.8;
      margin-bottom: 15px;
    }

    .terms-section ul,
    .terms-section ol {
      margin-left: 20px;
      margin-bottom: 15px;
    }

    .terms-section li {
      color: #333;
      font-size: 15px;
      line-height: 1.8;
      margin-bottom: 10px;
    }

    .terms-highlight {
      background: linear-gradient(135deg, rgba(0, 60, 113, 0.08) 0%, rgba(255, 140, 26, 0.05) 100%);
      padding: 20px;
      border-left: 4px solid #ff8c1a;
      border-radius: 8px;
      margin: 20px 0;
    }

    .terms-highlight strong {
      color: #003c71;
    }

    .toc {
      background: #f8f9fa;
      border: 1px solid #ddd;
      border-radius: 12px;
      padding: 30px;
      margin-bottom: 40px;
    }

    .toc h3 {
      color: #003c71;
      margin-bottom: 20px;
      font-size: 20px;
    }

    .toc ul {
      margin: 0;
      padding-left: 0;
      list-style: none;
    }

    .toc li {
      margin-bottom: 12px;
    }

    .toc a {
      color: #005a9c;
      text-decoration: none;
      font-weight: 500;
      transition: all 0.3s ease;
    }

    .toc a:hover {
      color: #ff8c1a;
      text-decoration: underline;
    }

    .last-updated {
      background: linear-gradient(135deg, #eef6fa 0%, #f5f9fb 100%);
      padding: 20px;
      border-radius: 10px;
      margin-bottom: 30px;
      font-size: 14px;
      color: #666;
    }

    .last-updated strong {
      color: #003c71;
    }

    @media (max-width: 768px) {
      .terms-hero {
        padding: 50px 0;
      }

      .terms-hero h1 {
        font-size: 28px;
      }

      .terms-hero p {
        font-size: 16px;
      }

      .terms-section h2 {
        font-size: 22px;
      }

      .terms-section h3 {
        font-size: 16px;
      }
    }

