/* Base styles */
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-color: #ffffff;
  color: #111827;
  line-height: 1.7;
  font-size: 17px;
}

/* Header (Hero) */
header.hero {
  padding: 60px 20px;
  text-align: center;
  background-color: #f3f4f6;
}

header.hero h1 {
  font-size: 36px;
  color: #1f2937;
  margin-bottom: 20px;
}

header.hero .subtitle {
  font-size: 20px;
  color: #4b5563;
  margin-bottom: 30px;
}

header.hero img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Sections */
main section {
  padding: 60px 20px;
  max-width: 960px;
  margin: auto;
}

h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #1e293b;
}

h3 {
  font-size: 22px;
  margin-top: 30px;
  color: #374151;
}

p {
  margin-bottom: 16px;
}

ul, ol {
  margin-left: 20px;
  margin-bottom: 20px;
}

ul li, ol li {
  margin-bottom: 10px;
}

/* FAQ Block */
.faq-item {
  margin-bottom: 30px;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
  margin: 30px 0;
  border-radius: 6px;
}

/* Footer */
footer {
  text-align: center;
  padding: 40px 20px;
  background-color: #f9fafb;
  color: #6b7280;
  font-size: 15px;
}

footer a {
  color: #2563eb;
  text-decoration: none;
  margin: 0 10px;
}

footer .updated {
  margin-top: 10px;
  font-style: italic;
  color: #9ca3af;
}
