/* Golden Retriever konu detay sayfaları — sıcak, aile dostu, yuvarlak hatlı atmosfer.
   Sadece irklar/golden-retriever/*.html sayfalarında, style.css'e EK olarak yüklenir.
   Header/footer stilini değiştirmez — sadece .golden-detail kapsamındaki bölümleri etkiler. */

@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;600;700&display=swap');

.golden-detail-hero {
  background: linear-gradient(135deg, #1A130A 0%, #33230F 55%, #4A3216 100%);
  color: #F3ECDF;
  padding: 76px 0 64px;
  position: relative;
  overflow: hidden;
}

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

.golden-detail-hero .breadcrumb { color: #CDBBA0; }
.golden-detail-hero .breadcrumb a { color: #fff; }

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

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

.golden-detail-hero .lead {
  color: #E6DBC8;
}

.golden-detail-hero .accent-divider {
  width: 64px;
  height: 3px;
  background: var(--breed-accent);
  border: none;
  border-radius: 2px;
  margin: 18px 0;
}

.golden-detail-hero .hero-actions .btn-outline {
  border-color: #E6DBC8;
  color: #F3ECDF;
}

.golden-detail-hero .hero-actions .btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
}

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

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

.golden-detail-hero .hero-media img {
  border-radius: 20px;
  border: 6px solid #fff;
  height: 340px;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.35);
}

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

.golden-steps {
  list-style: none;
  padding: 0;
  margin: 22px 0;
  display: grid;
  gap: 14px;
}

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

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

.golden-steps { counter-reset: golden-step; }

.golden-steps li::before {
  counter-increment: golden-step;
  content: counter(golden-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: 'Baloo 2', 'Fredoka', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
}

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

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

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

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

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

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