/* Mafatih Al Jinan - Unified Stylesheet */
/* Based on Privacy Policy Page Design */

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  background: #f7f7f7;
  color: #222;
}

.container {
  max-width: 900px;
  margin: 40px auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

h1 {
  font-size: 32px;
  margin-bottom: 10px;
}

h2 {
  margin-top: 28px;
}

h3 {
  margin-top: 20px;
}

p {
  margin: 10px 0;
}

ul {
  margin: 10px 0 10px 20px;
}

.footer {
  margin-top: 40px;
  font-size: 14px;
  color: #666;
}

.updated {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 24px;
}

.highlight {
  background: #f0f7ff;
  padding: 12px;
  border-radius: 8px;
}

/* Responsive Design */
@media (max-width: 600px) {
  .container {
    margin: 20px;
    padding: 24px;
  }
  
  h1 {
    font-size: 28px;
  }
}
