/* Alman Kurdu konu detay sayfaları — disiplinli, güvenilir, "çalışan köpek" havası
   Sadece irklar/alman-kurdu/*.html sayfalarında kullanılır, diğer ırkları etkilemez. */

.alman-detail-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  color: #F3F1E9;
}

.alman-detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 26, 18, 0.35) 0%, rgba(15, 19, 14, 0.94) 100%);
}

.alman-detail-hero .container {
  position: relative;
  z-index: 1;
  padding-top: 130px;
  padding-bottom: 44px;
}

.alman-detail-hero .breadcrumb { color: #C9CFC3; }
.alman-detail-hero .breadcrumb a { color: #fff; }

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

.alman-detail-hero h1 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 2.7rem);
  max-width: 22ch;
}

.alman-detail-hero .lead {
  color: #E6E2D4;
  max-width: 60ch;
  font-size: 1.05rem;
}

.alman-stat-strip {
  background: #1B2318;
  color: #F3F1E9;
  padding: 20px 0;
}

.alman-stat-strip .container {
  display: flex;
  gap: 44px;
  flex-wrap: wrap;
}

.alman-stat .stat-label {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #9CAB92;
  font-weight: 800;
  margin-bottom: 4px;
}

.alman-stat .stat-value {
  font-size: 1.08rem;
  font-weight: 700;
}

.alman-steps {
  list-style: none;
  margin: 24px 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.alman-steps li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--color-border);
  border-left: 4px solid var(--breed-accent);
  border-radius: 4px;
  padding: 18px 20px;
}

.alman-steps .step-num {
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  background: var(--breed-accent-dark);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-family: 'Fredoka', sans-serif;
}

.alman-steps h4 {
  margin: 0 0 4px;
  font-size: 1rem;
  font-family: 'Fredoka', sans-serif;
}

.alman-steps p { margin: 0; font-size: 0.92rem; color: var(--color-text-muted); }

.alman-warning {
  background: var(--breed-accent-tint);
  border-left: 4px solid var(--breed-accent-dark);
  border-radius: 4px;
  padding: 18px 22px;
  margin: 24px 0;
}

.alman-warning h4 {
  margin: 0 0 8px;
  font-family: 'Fredoka', sans-serif;
  color: var(--breed-accent-dark);
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.alman-warning ul { margin: 0; padding-left: 1.2em; }
.alman-warning li { margin-bottom: 6px; font-size: 0.92rem; }
