* {  
    margin: 0; 
    padding: 0;
  }
  
  *, *::before, *::after {
  box-sizing: border-box;
  }

  body {
    background: linear-gradient(145deg, #0e1117, #181c24);
  }
  


  /* ===== Redesigned Privacy Policy Section ===== */
.privacy-policy-container {
  max-width: 960px;
  margin: 2rem auto;
  padding: 3rem 2rem;
  background: linear-gradient(145deg, #0e1117, #181c24);
  border-radius: 16px;
  color: #dbe2eb;
  line-height: 1.8;
  font-family: "Inter", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  box-shadow: 0 0 25px rgba(0, 255, 174, 0.05);
  position: relative;
  overflow: hidden;
}

/* Subtle glowing background accent */
.privacy-policy-container::before {
  content: '';
  position: absolute;
  width: 350px;
  height: 350px;
  top: -120px;
  left: -120px;
  background: radial-gradient(circle, rgba(0,255,174,0.2) 0%, transparent 70%);
  filter: blur(100px);
  z-index: 0;
}

.privacy-policy-container h1 {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.8rem;
  background: linear-gradient(90deg, #00c6ff, #00ffae);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}

.privacy-policy-container section {
  margin-bottom: 3rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.privacy-policy-container section:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 255, 174, 0.1);
}

.privacy-policy-container h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  font-weight: 600;
  background: linear-gradient(90deg, #00ffae, #00c2ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-transform: capitalize;
}

.privacy-policy-container p,
.privacy-policy-container li {
  font-size: 1.05rem;
  color: #b9c3d1;
  margin-bottom: 1rem;
  text-align: justify;
}

.privacy-policy-container ul {
  padding-left: 2rem;
  margin-top: 0.5rem;
  list-style-type: disc;
}

/* Divider Line */
.privacy-policy-container section:not(:last-child)::after {
  content: '';
  display: block;
  margin: 2rem auto 0 auto;
  height: 1px;
  width: 80%;
  background: linear-gradient(90deg, transparent, #00ffae33, transparent);
}


  @media (min-width: 1025px) and (max-width: 1499px) {
    .privacy-policy-container {
      max-width: 850px;
      padding: 2rem 1.5rem;
    }
  }
  
  @media (min-width: 780px) and (max-width: 1024px) {
    .privacy-policy-container {
      max-width: 700px;
      padding: 2rem 1.5rem;
      margin-top: 70px;
    }
  
    .privacy-policy-container h1 {
      font-size: 2.2rem;
    }
  
    .privacy-policy-container h2 {
      font-size: 1.35rem;
    }
  
    .privacy-policy-container p,
    .privacy-policy-container li {
      font-size: 0.95rem;
    }
  }
  
  @media (max-width: 1024px) and (max-height: 700px) {
    .privacy-policy-container {
      padding: 1.5rem 1rem;
    }
  
    .privacy-policy-container h1 {
      font-size: 2rem;
    }
  }
  
  @media (max-width: 779px) {
    .privacy-policy-container {
      max-width: 90%;
      padding: 2rem 1rem;
      margin-top: 70px;
    }
  
    .privacy-policy-container h1 {
      font-size: 2rem;
    }
  
    .privacy-policy-container h2 {
      font-size: 1.25rem;
    }
  
    .privacy-policy-container p,
    .privacy-policy-container li {
      font-size: 0.95rem;
    }
  }
  
  @media (max-width: 540px) and (max-height: 800px) {
    .privacy-policy-container {
      padding: 1.5rem 1rem;
    }
  
    .privacy-policy-container h1 {
      font-size: 1.8rem;
    }
  
    .privacy-policy-container h2 {
      font-size: 1.1rem;
    }
  
    .privacy-policy-container p,
    .privacy-policy-container li {
      font-size: 0.9rem;
    }
  }
  
  @media (max-width: 430px) {
    .privacy-policy-container {
      padding: 1.25rem 0.8rem;
      margin-top: 70px;
    }
  
    .privacy-policy-container h1 {
      font-size: 1.6rem;
    }
  }
  
  @media (max-width: 414px) {
    .privacy-policy-container {
        margin-top: 70px;
    }

    .privacy-policy-container h1 {
      font-size: 1.55rem;
    }
  
    .privacy-policy-container h2 {
      font-size: 1rem;
    }
  }
  
  @media (max-width: 375px) {
    .privacy-policy-container {
      padding: 1rem 0.6rem;
      margin-top: 70px;
    }
  
    .privacy-policy-container p,
    .privacy-policy-container li {
      font-size: 0.88rem;
    }
  }
  
  @media (max-width: 360px) {
    .privacy-policy-container h1 {
      font-size: 1.4rem;
    }
  
    .privacy-policy-container h2 {
      font-size: 0.95rem;
    }
  
    .privacy-policy-container p,
    .privacy-policy-container li {
      font-size: 0.85rem;
    }
  }
  
  @media (max-width: 344px) {
    .privacy-policy-container {
      padding: 0.75rem 0.5rem;
    }
  
    .privacy-policy-container h1 {
      font-size: 1.3rem;
    }
  
    .privacy-policy-container p,
    .privacy-policy-container li {
      font-size: 0.82rem;
    }
  }