body {
  font-family: 'Georgia', serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  color: #333;
}
header {
  background-color: #333;
  color: #fff;
  padding: 2rem;
  text-align: center;
}
header h1 {
  margin: 0;
  font-size: 2.5rem;
}
header p {
  margin: 0;
  font-size: 1.2rem;
}
main {
  padding: 2rem;
}
section {
  margin-bottom: 2rem;
}
section h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
section p, section ul {
  font-size: 1.1rem;
}
ul {
  list-style-type: square;
  padding-left: 1.5rem;
}
footer {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 1rem;
}
footer nav a {
  color: #fff;
  text-decoration: none;
  margin: 0 0.5rem;
}
@media (max-width: 768px) {
  header h1 {
    font-size: 2rem;
  }
  header p {
    font-size: 1rem;
  }
  section h2 {
    font-size: 1.5rem;
  }
  section p, section ul {
    font-size: 1rem;
  }
}


/* Factory-injected deployment helpers. The AI owns the site design above this block. */
.ad-unit {
  width: min(100%, 720px);
  min-height: 120px;
  margin: 24px auto;
  display: block;
}

.legal-page {
  width: min(900px, calc(100% - 32px));
  margin: 40px auto;
}
