/* style.css - Professional Elegant Theme for Privacy Policy */

body {
  font-family: "Inter", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  background: linear-gradient(to right, #f9f9fb, #f5f7fa);
  color: #2e2e2e;
  margin: 0;
  padding: 0;
  line-height: 1.7;
}

.container {
  max-width: 800px;
  margin: 60px auto;
  padding: 40px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}

h1 {
  font-size: 2.8rem;
  margin-bottom: 1rem;
  color: #0d47a1;
  letter-spacing: -0.5px;
  border-bottom: 3px solid #0d47a1;
  padding-bottom: 0.4rem;
}

h2 {
  font-size: 1.6rem;
  color: #333;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  position: relative;
}

h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 40px;
  height: 3px;
  background-color: #1976d2;
  border-radius: 5px;
}

p {
  font-size: 1.05rem;
  margin: 1rem 0;
  color: #444;
}

ul {
  padding-left: 1.5rem;
  margin-top: 0.5rem;
}

li {
  margin-bottom: 0.7rem;
  font-size: 1rem;
  color: #555;
}

a {
  color: #1565c0;
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
}

a:hover {
  color: #0d47a1;
  text-decoration: none;
}

footer {
  margin-top: 50px;
  text-align: center;
  font-size: 0.9rem;
  color: #aaa;
}
