/* Genel sayfa ayarları */
body {
  background-color: #121212;
  color: #e0e0e0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0 1rem;
  line-height: 1.6;
}

header {
  text-align: center;
  padding: 2rem 0 1rem 0;
  border-bottom: 1px solid #333;
}

header h1 {
  font-size: 2.5rem;
  color: #90caf9;
  margin-bottom: 0.3rem;
}

header p {
  font-size: 1.1rem;
  color: #bbb;
}

section {
  max-width: 900px;
  margin: 2rem auto;
  background-color: #1e1e1e;
  padding: 1.5rem 2rem;
  border-radius: 8px;
  box-shadow: 0 0 8px #00000088;
}

h2 {
  color: #90caf9;
  margin-top: 0;
}

.faq-item h3 {
  color: #a5d6a7;
  margin-bottom: 0.5rem;
}

.faq-item p {
  margin-top: 0;
  color: #ccc;
}

ul {
  padding-left: 1.2rem;
  color: #ddd;
}

ul li {
  margin-bottom: 0.4rem;
}

footer {
  text-align: center;
  padding: 1rem 0;
  font-size: 0.9rem;
  color: #666;
  border-top: 1px solid #333;
  margin-top: 3rem;
}

video {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 10px #90caf9aa;
}

/* Link stilleri */
a {
  color: #90caf9;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
