/* ========================================
   SPEECHES.CSS — Konuşmalar
   ======================================== */

.speeches-section {
  padding: var(--spacing-lg) 0;
}

.speeches-section .tabs__nav-item {
  padding: 1.2rem 1.5rem;
  border-left-width: 3px;
  line-height: 1.4;
}

.speech-content__image {
  width: 100%;
  max-width: 400px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  margin-bottom: 1.5rem;
}

.speech-content h4 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.speech-content h5 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--color-bordo);
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.speech-content .subtitle {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--color-brown-mid);
  margin-bottom: 1.5rem;
}

.speech-content .highlight {
  font-weight: 600;
  color: var(--color-bordo);
}

.speech-content .cta-text {
  margin-top: 2rem;
  padding: 1.5rem;
  background: var(--color-cream-dark);
  border-radius: var(--radius-md);
  border-left: 3px solid var(--color-bordo);
}

.speech-content .cta-text p {
  margin-bottom: 0;
  font-weight: 600;
}

.speech-content .numbered-list p {
  margin-bottom: 0.3rem;
}

.speech-content .numbered-list p b {
  color: var(--color-espresso);
}

/* --- Mobile Responsive --- */
@media (max-width: 767px) {
  .speeches-section .tabs__nav-item {
    padding: 0.85rem 1rem;
    font-size: 0.9rem;
    min-height: 44px;
  }

  .speech-content h4 {
    font-size: 1.25rem;
  }

  .speech-content .cta-text {
    padding: 1rem;
  }
}
