    body {
      background-color: #f6f8fb;
      font-family: "Segoe UI", sans-serif;
    }
    .settings-wrapper {
      padding: 0px 0;
    }
    .sidebar-menu {
      background: #ffffff;
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 5px 18px rgba(0,0,0,0.06);
    }
    .sidebar-menu a {
      display: block;
      padding: 10px 12px;
      color: #222;
      font-size: 0.95rem;
      text-decoration: none;
      border-radius: 6px;
      margin-bottom: 6px;
      transition: 0.2s;
    }
    .sidebar-menu a:hover {
      background: #f1f1f1;
    }
    /* .sidebar-menu a.active {
      background: #ffc107;
      color: #000;
      font-weight: 600;
    } */

    .sidebar-menu a.active {
        background: #c32033;
        color: #fff;
        font-weight: 600;
    }

    .content-box {
      background: #ffffff;
      border-radius: 12px;
      padding: 25px;
      box-shadow: 0 5px 18px rgba(0,0,0,0.06);
    }
    .content-box h1 {
      font-size: 1.6rem;
      font-weight: 700;
      margin-bottom: 18px;
    }
    .content-box p {
      font-size: 0.95rem;
      color: #444;
      line-height: 1.65;
      margin-bottom: 14px;
    }



     .privacy-hero {
      background: linear-gradient(135deg, #131b23, #253445);
      color: #ffffff;
      padding: 60px 0 40px;
    }

    .privacy-hero .badge {
      background-color: rgba(255, 193, 7, 0.1);
      color: #c32033;
      border: 1px solid rgba(255, 193, 7, 0.5);
      font-weight: 500;
    }

    .privacy-hero h1 {
      font-weight: 700;
      letter-spacing: 0.03em;
    }

    .privacy-hero p.lead {
      max-width: 720px;
    }

    .privacy-meta {
      font-size: 0.9rem;
      opacity: 0.9;
    }

    .privacy-card {
      border-radius: 18px;
      border: none;
      box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
      padding: 28px 26px;
      margin-bottom: 20px;
      background: #ffffff;
    }

    .privacy-card h2 {
      font-size: 1.1rem;
      font-weight: 600;
      margin-bottom: 0.6rem;
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }

    .privacy-card h2 i {
      font-size: 1.1rem;
      color: #c32033;
    }

    .privacy-card p {
      margin-bottom: 0.35rem;
      color: #4b5563;
      line-height: 1.6;
      font-size: 0.95rem;
    }

    .privacy-card ul {
      padding-left: 1.1rem;
      margin-bottom: 0.2rem;
    }

    .privacy-card ul li {
      margin-bottom: 0.15rem;
      font-size: 0.95rem;
      color: #4b5563;
    }

    .highlight-chip {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      padding: 0.25rem 0.75rem;
      border-radius: 999px;
      background-color: #fef3c7;
      color: #92400e;
      font-size: 0.8rem;
      font-weight: 500;
      margin-bottom: 12px;
    }

    .highlight-chip i {
      font-size: 0.95rem;
    }

    .policy-footer-note {
      font-size: 0.85rem;
      color: #6b7280;
      margin-top: 12px;
    }

    @media (max-width: 767.98px) {
      .privacy-hero {
        padding: 40px 0 26px;
      }
      .privacy-card {
        padding: 22px 20px;
      }
    }
