/* STARZBET – Ek stiller (SSS) – Turuncu & Lila bileşen vurguları */

.main-content h2.section-title {
  letter-spacing: 0.02em;
}

.info-box p,
.article-card p,
.faq-item p {
  text-rendering: optimizeLegibility;
}

.info-box {
  line-height: 1.7;
}

.info-box p {
  max-width: 65ch;
}

/* SSS – genişletilmiş görünüm */
.faq-section .section-title {
  margin-bottom: 2rem;
}

.faq-item {
  line-height: 1.7;
}

.faq-item h3::before {
  content: '● ';
  color: var(--lilac-primary);
  font-size: 0.75em;
}

.faq-item:nth-child(even) {
  border-left-color: var(--orange-primary);
}

.faq-item:nth-child(even) h3 {
  color: var(--lilac-light);
}

.faq-item:nth-child(even) h3::before {
  color: var(--orange-light);
}

/* Focus stilleri */
a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid var(--lilac-light);
  outline-offset: 2px;
}

/* Print */
@media print {
  .site-header,
  .poll-section,
  .skip-link {
    display: none !important;
  }
  body {
    background: #fff;
    color: #111;
  }
  .info-box,
  .article-card,
  .faq-item {
    border-color: #333;
    box-shadow: none;
  }
}
