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

body.breed-beagle {
  --breed-accent: #C1440E;
  --breed-accent-dark: #7A2A08;
  --breed-accent-tint: #F5DFC9;
}

.beagle-detail-hero {
  background: linear-gradient(135deg, #1A0C04 0%, #3A1D08 55%, #5A2E0C 100%);
  color: #F5E7D5;
  padding: 60px 0 56px;
  position: relative;
  overflow: hidden;
}

.beagle-detail-hero .breadcrumb { color: #D3AB84; }
.beagle-detail-hero .breadcrumb a { color: #fff; }

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

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

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

.beagle-detail-hero .lead {
  color: #E8D2B8;
}

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

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

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

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

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

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

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

.beagle-steps li::before {
  counter-increment: beagle-step;
  content: counter(beagle-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;
}

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

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

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

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

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

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