/* Free Athan Support – styles.css */

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

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background-color: #f9f9f9;
  color: #333;
  line-height: 1.7;
  padding: 0 1rem 2rem;
}

header {
  background-color: #1a3a1a;
  color: #fff;
  text-align: center;
  padding: 2rem 1rem 1.5rem;
  margin-bottom: 2rem;
}

header h1 {
  font-size: 1.8rem;
  letter-spacing: 0.5px;
}

header p {
  margin-top: 0.5rem;
  font-size: 1rem;
  opacity: 0.85;
}

main {
  max-width: 680px;
  margin: 0 auto;
}

section {
  background: #fff;
  border-radius: 10px;
  padding: 1.4rem 1.6rem;
  margin-bottom: 1.4rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
}

h2 {
  font-size: 1.15rem;
  color: #1a3a1a;
  margin-bottom: 0.75rem;
  border-bottom: 2px solid #e8e8e8;
  padding-bottom: 0.4rem;
}

p {
  margin-bottom: 0.6rem;
}

ul {
  padding-left: 1.4rem;
}

ul li {
  margin-bottom: 0.35rem;
}

a {
  color: #2e7d32;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.faq-item + .faq-item {
  margin-top: 1rem;
}

.faq-item h3 {
  font-size: 1rem;
  color: #333;
  margin-bottom: 0.3rem;
}

footer {
  text-align: center;
  font-size: 0.85rem;
  color: #888;
  margin-top: 2rem;
}
