/* Ha(e)ltBis Ratgeber – SEO-Artikel & Übersicht */

.guide-hero--compact {
  padding-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.guide-breadcrumb {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--muted);
  margin-bottom: 0.65rem;
}

.guide-breadcrumb a {
  color: var(--brand-dark);
  font-weight: 800;
}

.guide-meta {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.88rem;
  color: var(--muted);
  font-weight: 650;
}

.ratgeber-intro {
  max-width: 58ch;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.55;
  margin-bottom: 1.75rem;
}

.ratgeber-grid {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}

.ratgeber-card {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  height: 100%;
}

.ratgeber-card .guide-tag {
  align-self: flex-start;
}

.ratgeber-card h2 {
  font-size: 1.15rem;
  line-height: 1.25;
  color: var(--ink);
}

.ratgeber-card p {
  flex: 1;
  font-size: 0.94rem;
  color: var(--muted);
  line-height: 1.5;
}

.ratgeber-card .btn {
  align-self: flex-start;
  margin-top: 0.35rem;
}

.guide-layout--article {
  grid-template-columns: minmax(0, 1fr);
  max-width: 46rem;
}

.guide-layout--article .guide-chapter {
  max-width: none;
}

.ratgeber-cta {
  margin-top: 2rem;
  padding: 1.35rem;
  border-radius: var(--radius);
  border: 1px solid rgba(42, 143, 106, 0.22);
  background: linear-gradient(145deg, var(--surface), var(--brand-soft));
}

.ratgeber-cta h2 {
  font-size: 1.2rem;
  color: var(--brand-dark);
  margin-bottom: 0.35rem;
}

.ratgeber-cta p {
  color: var(--muted);
  margin-bottom: 0.85rem;
  max-width: 52ch;
}

.ratgeber-related {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
}

.ratgeber-related h2 {
  font-size: 1.05rem;
  margin-bottom: 0.65rem;
}

.ratgeber-related ul {
  padding-left: 1.1rem;
}

.ratgeber-related a {
  color: var(--brand-dark);
  font-weight: 800;
}
