/* Kopay konu detay sayfaları için ırka özel atmosfer. */
body.breed-kopay {
  --breed-accent: #4F6B2C;
  --breed-accent-dark: #2E3B1E;
  --breed-accent-tint: #E1E8D4;
}

.kopay-detail-hero {
  background: linear-gradient(135deg, #0B0F08 0%, #1B2512 55%, #2E3B1E 100%);
  color: #EEF4E6;
  padding: 60px 0 56px;
  position: relative;
  overflow: hidden;
}

.kopay-detail-hero .breadcrumb { color: #B9C9A2; }
.kopay-detail-hero .breadcrumb a { color: #fff; }

.kopay-detail-hero::after {
  content: "🌿";
  position: absolute;
  right: -10px;
  top: 10px;
  font-size: 9rem;
  opacity: 0.06;
  transform: rotate(18deg);
}

.kopay-detail-hero .eyebrow {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.kopay-detail-hero h1 {
  font-family: 'Fredoka', sans-serif;
  color: #fff;
  font-size: clamp(1.9rem, 4vw, 2.6rem);
}

.kopay-detail-hero .lead { color: #DCE8CF; }

.kopay-traits {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.kopay-traits li {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #EEF4E6;
  padding: 7px 15px;
  font-size: 0.82rem;
  font-weight: 700;
  border-radius: 999px;
}

.kopay-detail-hero .hero-media img {
  border-radius: 24px;
  border: 6px solid #fff;
  height: 340px;
  width: 100%;
  object-fit: cover;
  box-shadow: var(--shadow-hover);
}

.kopay-detail .section-head h2,
.kopay-detail .article-body h2 {
  font-family: 'Fredoka', sans-serif;
  color: var(--breed-accent-dark);
  font-size: 1.4rem;
}

.kopay-steps {
  list-style: none;
  padding: 0;
  margin: 22px 0;
  display: grid;
  gap: 14px;
  counter-reset: kopay-step;
}

.kopay-steps li {
  background: #fff;
  border-radius: 18px;
  padding: 18px 22px 18px 62px;
  position: relative;
  box-shadow: var(--shadow-soft);
}

.kopay-steps li strong {
  display: block;
  color: var(--breed-accent-dark);
  font-family: 'Fredoka', sans-serif;
  font-size: 1rem;
  margin-bottom: 4px;
}

.kopay-steps li::before {
  counter-increment: kopay-step;
  content: counter(kopay-step);
  position: absolute;
  left: 18px;
  top: 18px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--breed-accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Fredoka', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
}

.kopay-tip-box {
  background: var(--breed-accent-tint);
  border-radius: 18px;
  padding: 18px 22px;
  margin: 24px 0;
}

.kopay-tip-box strong {
  color: var(--breed-accent-dark);
  font-family: 'Fredoka', sans-serif;
  display: block;
  margin-bottom: 6px;
}

.kopay-detail .topic-card,
.kopay-detail .faq-accordion details,
.kopay-detail .sidebar-card { border-radius: 18px; }

.kopay-detail .cta-box { border-radius: 24px; }

.kopay-detail-hero .hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

@media (max-width: 860px) {
  .kopay-detail-hero .hero-grid { grid-template-columns: 1fr; }
  .kopay-detail-hero .hero-media { order: -1; }
}
