/* ========================================================
   Selfpublishing Akademie – Design System
   Design: D (Burgunder & Kupfer)  |  Logo: E (Federkiel)
   ======================================================== */

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --primary:      #6b2d3e;
  --primary-dark: #4a1f2b;
  --accent:       #b87333;
  --accent-dark:  #9a6128;
  --bg:           #fdf6ec;
  --surface:      #ffffff;
  --text:         #2d1f1f;
  --text-muted:   #7a6a5a;
  --border:       #e8d9c0;
  --tag-bg:       #f9ede0;
  --tag-text:     #6b2d3e;
  --success:      #16a34a;
  --warning:      #d97706;
  --danger:       #dc2626;
  --radius:       8px;
  --radius-lg:    12px;
  --shadow:       0 2px 12px rgba(107,45,62,0.08);
  --shadow-lg:    0 6px 28px rgba(107,45,62,0.15);
}

html { scroll-behavior: smooth; }
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  font-size: 1rem;
}
a { color: var(--primary); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.container-narrow { max-width: 860px; margin: 0 auto; padding: 0 1.5rem; }

/* --- Typography --- */
h1, h2, h3, h4, h5 { color: var(--primary); font-weight: 700; line-height: 1.25; }
h1 { font-size: clamp(1.5rem, 3.5vw, 2.75rem); }
h2 { font-size: clamp(1.3rem, 3vw, 1.9rem); margin-bottom: 0.75rem; }
h3 { font-size: 1.15rem; margin-bottom: 0.5rem; }
h4 { font-size: 1rem; }
p  { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }
ul, ol { padding-left: 1.5rem; margin-bottom: 1rem; }
li { margin-bottom: 0.35rem; }
strong { color: var(--primary); }
.text-muted { color: var(--text-muted); }
.text-accent { color: var(--accent); }

/* ================================================================
   LOGO E – Federkiel + kursive Wortmarke
   ================================================================ */
.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-shrink: 0;
  text-decoration: none;
}
.nav-logo:hover { text-decoration: none; }

.logo-pen {
  color: var(--primary);
  flex-shrink: 0;
  display: block;
  opacity: 0.9;
}

.logo-wordmark {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.logo-name {
  font-size: 1.1rem;
  font-weight: 800;
  font-style: italic;
  color: var(--primary);
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.logo-claim {
  font-size: 0.55rem;
  color: var(--accent);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}

/* Footer logo overrides */
.site-footer .logo-pen { color: rgba(255,255,255,0.8); }
.site-footer .logo-name { color: white; }
.site-footer .logo-claim { color: var(--accent); }

/* --- Navigation --- */
.main-nav {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 1px 4px rgba(107,45,62,0.06);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  gap: 1rem;
}
.nav-links {
  display: flex;
  list-style: none;
  gap: 0.15rem;
  padding: 0;
  margin: 0;
}
.nav-link {
  display: block;
  padding: 0.4rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text);
  border-radius: 6px;
  transition: background 0.15s, color 0.15s;
  white-space: nowrap;
  text-decoration: none;
}
.nav-link:hover { background: var(--tag-bg); color: var(--primary); text-decoration: none; }
.nav-link.active { background: var(--tag-bg); color: var(--primary); font-weight: 600; }
.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 0.4rem 0.65rem;
  cursor: pointer;
  font-size: 1.1rem;
  color: var(--text);
}

/* --- Hero (Homepage) --- */
.hero {
  background: linear-gradient(135deg, #6b2d3e 0%, #4a1f2b 55%, #7a3348 100%);
  color: white;
  padding: 4.5rem 0 3.5rem;
}
.hero h1 {
  color: white;
  margin-bottom: 1rem;
  white-space: nowrap;
  font-size: clamp(1.25rem, 3.5vw, 2.75rem);
}
.hero-sub {
  font-size: 1.05rem;
  opacity: 0.82;
  max-width: 580px;
  line-height: 1.7;
}

/* --- Bereiche Section --- */
.bereiche-section { background: var(--bg); padding: 2.5rem 0; }
.bereiche-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}
.bereich-item {
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 1.25rem 1.4rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  text-decoration: none;
  color: inherit;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  transition: box-shadow 0.2s, transform 0.15s, border-color 0.15s;
}
.bereich-item:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
  border-color: #d4a88e;
  text-decoration: none;
}
.bereich-icon { color: var(--primary); flex-shrink: 0; margin-top: 0.1rem; opacity: 0.85; }
.bereich-content h3 { font-size: 1rem; margin-bottom: 0.2rem; color: var(--primary); }
.bereich-content p { font-size: 0.82rem; color: var(--text-muted); margin: 0; line-height: 1.45; }

/* --- Page Hero (inner pages) --- */
.page-hero {
  background: linear-gradient(135deg, #6b2d3e 0%, #4a1f2b 100%);
  color: white;
  padding: 3rem 0 2.25rem;
}
.page-hero h1 { color: white; }
.page-hero .breadcrumb { opacity: 0.7; margin-bottom: 0.75rem; }
.page-hero .breadcrumb a { color: rgba(255,255,255,0.75); }
.page-hero p { opacity: 0.8; margin-top: 0.75rem; font-size: 1.05rem; max-width: 620px; }

/* --- Breadcrumb --- */
.breadcrumb {
  padding: 0.9rem 0;
  font-size: 0.82rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.breadcrumb a { color: var(--text-muted); }
.breadcrumb a:hover { color: var(--primary); text-decoration: none; }
.breadcrumb-sep { margin: 0 0.25rem; opacity: 0.5; }

/* --- Section --- */
.section { padding: 3.5rem 0; }
.section-alt { background: var(--surface); }
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 2rem;
  gap: 1rem;
}
.section-all-link {
  font-size: 0.85rem;
  color: var(--accent);
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
}
.section-all-link:hover { text-decoration: underline; }

/* --- Cards --- */
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.5rem; }
.card-grid-2 { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 1.5rem; }

.card {
  background: var(--surface);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  transition: box-shadow 0.2s, transform 0.2s;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--border);
}
.card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); text-decoration: none; border-color: #d4a88e; }

/* Card image – left ~42% */
.card-img {
  width: 42%;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: var(--radius-lg) 0 0 var(--radius-lg);
  display: block;
  min-height: 150px;
}

/* Legacy emoji thumb for inner pages */
.card-thumb {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  flex-shrink: 0;
}

.card-body { padding: 1.1rem 1.2rem; flex: 1; display: flex; flex-direction: column; gap: 0.35rem; min-width: 0; }
.card-category {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
}
.card-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.4;
  margin: 0;
}
.card-excerpt {
  font-size: 0.83rem;
  color: var(--text-muted);
  flex: 1;
  line-height: 1.55;
  margin: 0;
}
.card-meta { font-size: 0.75rem; color: var(--text-muted); margin-top: auto; padding-top: 0.4rem; }
.card-tags { display: none; }

/* --- Tags --- */
.tag {
  display: inline-flex;
  align-items: center;
  background: var(--tag-bg);
  color: var(--tag-text);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}
.tag:hover { background: var(--primary); color: white; text-decoration: none; }
.tag-accent { background: #f9ede0; color: var(--accent-dark); }
.tag-accent:hover { background: var(--accent); color: white; }

/* Tag Cloud */
.tag-cloud { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.5rem; }
.tag-cloud-item { font-size: 0.82rem; padding: 0.35rem 0.8rem; }

/* Checklisten + Themen 2-spaltig (legacy) */
.checklisten-themen-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }

/* ================================================================
   Homepage – zweispaltiges Teaser-Grid
   ================================================================ */
.home-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--border);
}
.home-col {
  padding: 2.5rem 2.5rem 2.75rem;
  border-bottom: 1px solid var(--border);
  border-right: 1px solid var(--border);
  background: var(--bg);
}
.home-col:nth-child(even) {
  border-right: none;
}
.home-col--alt {
  background: var(--surface);
}
/* Cards stacked vertically within a column */
.col-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
/* In the narrow home columns, cards stay horizontal but image slightly smaller */
.home-col .card-img {
  width: 38%;
  min-height: 130px;
}

/* Datum neben Dachzeile */
.card-category-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.card-date {
  font-size: 0.72rem;
  color: var(--text-muted);
  white-space: nowrap;
  flex-shrink: 0;
}

/* --- Article Layout --- */
.article-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 3rem;
  padding: 3rem 0;
}
.article-header { padding: 2.5rem 0 0; }
.article-header h1 { margin-bottom: 1rem; }
.article-meta { font-size: 0.83rem; color: var(--text-muted); display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 1rem; }
.article-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin: 1.25rem 0; }

.article-content { font-size: 0.975rem; line-height: 1.75; }
.article-content h2 { margin: 2.25rem 0 1rem; font-size: 1.45rem; scroll-margin-top: 88px; }
.article-content h3 { margin: 1.75rem 0 0.75rem; font-size: 1.1rem; scroll-margin-top: 88px; }

/* --- Artikel-Rücksprung & Auch interessant --- */
.article-back { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 2px solid var(--border); font-size: 0.875rem; }
.article-back a { color: var(--accent); font-weight: 600; }
.article-back a:hover { text-decoration: underline; }
.also-interesting { margin-top: 2.5rem; padding-top: 2rem; border-top: 2px solid var(--border); padding-bottom: 1rem; }
.also-interesting h3 { font-size: 1.15rem; font-weight: 700; color: var(--primary); margin-bottom: 1rem; }
.also-interesting ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; }
.also-interesting li a { display: block; padding: 0.55rem 0; font-size: 0.975rem; color: var(--text); text-decoration: none; border-bottom: 1px solid var(--border); transition: color 0.15s; }
.also-interesting li a::before { content: "→\00a0"; color: var(--accent); font-weight: 700; }
.also-interesting li a:hover { color: var(--primary); text-decoration: none; }
.also-interesting li:last-child a { border-bottom: none; }
/* News: also-interesting inside container-narrow gets same bottom treatment */
.container-narrow .also-interesting { margin-top: 0; border-top: none; padding-top: 0; }
.article-content p { margin-bottom: 1.1rem; }
.article-content ul, .article-content ol { margin: 1rem 0 1.5rem; }
.article-content li { margin-bottom: 0.5rem; }
.article-content blockquote {
  border-left: 4px solid var(--accent);
  padding: 0.75rem 1.25rem;
  background: var(--tag-bg);
  border-radius: 0 var(--radius) var(--radius) 0;
  margin: 1.5rem 0;
  font-style: italic;
  color: var(--text-muted);
}
.article-content .info-box {
  background: var(--tag-bg);
  border-radius: var(--radius);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-left: 4px solid var(--primary);
}
.article-content .info-box strong { display: block; margin-bottom: 0.5rem; }

/* --- News Article --- */
.news-figure { margin: 1.5rem 0 0.5rem; border-radius: var(--radius-lg); overflow: hidden; }
.news-figure picture { display: block; }
.news-figure img { width: 100%; height: auto; display: block; aspect-ratio: 16/9; object-fit: cover; }
.news-hero-svg { width: 100%; height: 300px; display: block; }
figcaption { font-size: 0.78rem; color: var(--text-muted); padding: 0.5rem 0.75rem; font-style: italic; background: var(--bg); }
.news-author-box { display: flex; align-items: center; gap: 0.75rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--border); }
.news-author-avatar { width: 42px; height: 42px; background: var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-weight: 800; font-size: 0.85rem; flex-shrink: 0; }
.news-author-label { font-size: 0.75rem; color: var(--text-muted); }
.news-author-name { font-weight: 700; color: var(--primary); font-size: 0.9rem; }

/* --- Q&A --- */
.qa-list { display: flex; flex-direction: column; gap: 1rem; }
.qa-item { background: var(--surface); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.qa-question { padding: 1.2rem 1.4rem; font-weight: 600; color: var(--primary); font-size: 0.975rem; border-bottom: 1px solid var(--border); background: var(--tag-bg); }
.qa-answer { padding: 1.1rem 1.4rem; font-size: 0.95rem; line-height: 1.75; color: var(--text); }
.qa-answer p { margin-bottom: 0.75rem; }
.qa-answer p:last-child { margin-bottom: 0; }

/* --- Checkliste --- */
.checklist-section-title {
  font-size: 0.95rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--accent);
  margin: 2.25rem 0 1rem; padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--accent);
}
.checklist-section-title:first-child { margin-top: 0; }
.checklist-items { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 0.6rem; }
.checklist-item { display: flex; gap: 1rem; align-items: flex-start; background: var(--surface); border-radius: var(--radius); padding: 0.9rem 1.1rem; box-shadow: var(--shadow); }
.checklist-num { display: flex; align-items: center; justify-content: center; min-width: 28px; height: 28px; background: var(--primary); color: white; font-weight: 700; font-size: 0.78rem; border-radius: 50%; flex-shrink: 0; margin-top: 0.05rem; }
.checklist-text { font-size: 0.925rem; line-height: 1.6; }
.checklist-text strong { display: block; margin-bottom: 0.2rem; }
.checklist-text .hint { font-size: 0.82rem; color: var(--text-muted); margin-top: 0.25rem; display: block; }

/* --- Anbieter --- */
.anbieter-hero-grid { display: grid; grid-template-columns: 96px 1fr; gap: 1.5rem; align-items: start; margin-bottom: 1.5rem; }
.anbieter-logo { width: 96px; height: 96px; border-radius: var(--radius); display: flex; align-items: center; justify-content: center; flex-shrink: 0; overflow: hidden; }
.anbieter-logo-inner { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 1rem; font-weight: 800; color: #fff; letter-spacing: -0.02em; text-align: center; line-height: 1.15; padding: 8px; border-radius: var(--radius); }
/* Card logo cover – replaces card-img on anbieter index */
.card-logo-cover { width: 42%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; border-radius: var(--radius-lg) 0 0 var(--radius-lg); min-height: 150px; overflow: hidden; }
.card-logo-cover--white { background: var(--surface) !important; border: 1px solid var(--border); }
.card-logo-name { color: #fff; font-size: 1.2rem; font-weight: 800; letter-spacing: -0.02em; text-align: center; line-height: 1.2; padding: 1rem; }
.anbieter-rating { color: var(--warning); font-size: 1rem; letter-spacing: 0.1em; }
.anbieter-tagline { color: var(--text-muted); font-size: 0.9rem; margin-top: 0.3rem; }
.anbieter-meta-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 0.75rem; margin: 1.5rem 0; }
.anbieter-meta-box { background: var(--tag-bg); border-radius: var(--radius); padding: 0.9rem 1rem; }
.anbieter-meta-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); margin-bottom: 0.3rem; }
.anbieter-meta-value { font-weight: 700; color: var(--primary); font-size: 0.95rem; }

.compare-table { width: 100%; border-collapse: collapse; margin: 0; font-size: 0.875rem; }
.compare-table thead th { background: var(--primary); color: white; padding: 0.7rem 1rem; text-align: left; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.04em; }
.compare-table thead th:first-child { border-radius: var(--radius) 0 0 0; }
.compare-table thead th:last-child { border-radius: 0 var(--radius) 0 0; }
.compare-table tbody td { padding: 0.65rem 1rem; border-bottom: 1px solid var(--border); vertical-align: middle; }
.compare-table tbody tr:last-child td { border-bottom: none; }
.compare-table tbody tr:nth-child(even) td { background: #fdf2e5; }
.check-yes { color: var(--success); font-weight: 700; }
.check-no  { color: var(--danger); }
.anbieter-link-btn { display: inline-flex; align-items: center; gap: 0.4rem; background: var(--primary); color: white; padding: 0.55rem 1.1rem; border-radius: var(--radius); font-size: 0.85rem; font-weight: 600; text-decoration: none; margin-top: 0.5rem; transition: background 0.15s; }
.anbieter-link-btn:hover { background: var(--primary-dark); color: white; text-decoration: none; }

/* --- Pro / Contra --- */
.pro-contra { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.5rem 0; }
.pro-box, .contra-box { border-radius: var(--radius); padding: 1rem 1.1rem; }
.pro-box { background: #ecfdf5; border-left: 4px solid var(--success); }
.contra-box { background: #fef2f2; border-left: 4px solid var(--danger); }
.pro-box h4 { color: var(--success); margin-bottom: 0.6rem; }
.contra-box h4 { color: var(--danger); margin-bottom: 0.6rem; }
.pro-box li::before { content: "✓ "; color: var(--success); font-weight: 700; }
.contra-box li::before { content: "✗ "; color: var(--danger); font-weight: 700; }
.pro-box ul, .contra-box ul { list-style: none; padding: 0; }
.pro-box li, .contra-box li { font-size: 0.875rem; margin-bottom: 0.4rem; }

/* --- Sidebar --- */
.sidebar { position: sticky; top: 80px; }
.sidebar-box { background: var(--surface); border-radius: var(--radius); box-shadow: var(--shadow); padding: 1.25rem; margin-bottom: 1.25rem; }
.sidebar-box h3 { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); margin-bottom: 1rem; padding-bottom: 0.6rem; border-bottom: 1px solid var(--border); }
.sidebar-box ul { list-style: none; padding: 0; margin: 0; }
.sidebar-box li { border-bottom: 1px solid var(--border); }
.sidebar-box li:last-child { border-bottom: none; }
.sidebar-box li a { display: block; padding: 0.6rem 0; font-size: 0.875rem; color: var(--text); text-decoration: none; }
.sidebar-box li a:hover { color: var(--primary); }
.sidebar-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; }

/* --- Themen Page --- */
.thema-svg { width: 100%; height: 240px; border-radius: var(--radius-lg); display: block; margin-bottom: 2rem; }
.content-blocks { display: flex; flex-direction: column; gap: 2.5rem; }
.content-block h2 { font-size: 1.3rem; margin-bottom: 1.25rem; padding-bottom: 0.6rem; border-bottom: 2px solid var(--accent); }

/* --- Overview Lists --- */
.index-list { display: flex; flex-direction: column; gap: 0.75rem; }
.index-item { background: var(--surface); border-radius: var(--radius); box-shadow: var(--shadow); padding: 1.1rem 1.4rem; display: flex; gap: 1rem; align-items: flex-start; text-decoration: none; color: inherit; transition: box-shadow 0.15s, transform 0.15s; border: 1px solid var(--border); }
.index-item:hover { box-shadow: var(--shadow-lg); transform: translateX(4px); text-decoration: none; border-color: #d4a88e; }
.index-item-icon { font-size: 1.5rem; flex-shrink: 0; }
.index-item h3 { font-size: 1rem; margin-bottom: 0.25rem; color: var(--primary); }
.index-item p { font-size: 0.85rem; color: var(--text-muted); margin: 0; }
.index-item-tags { display: flex; flex-wrap: wrap; gap: 0.3rem; margin-top: 0.5rem; }

/* --- Buttons --- */
.btn-primary { display: inline-flex; align-items: center; gap: 0.4rem; background: var(--accent); color: white; padding: 0.7rem 1.4rem; border-radius: var(--radius); font-weight: 600; font-size: 0.95rem; text-decoration: none; transition: background 0.15s; }
.btn-primary:hover { background: var(--accent-dark); color: white; text-decoration: none; }
.btn-secondary { display: inline-flex; align-items: center; gap: 0.4rem; background: rgba(255,255,255,0.15); color: white; padding: 0.7rem 1.4rem; border-radius: var(--radius); font-weight: 600; font-size: 0.95rem; text-decoration: none; border: 1px solid rgba(255,255,255,0.3); transition: background 0.15s; }
.btn-secondary:hover { background: rgba(255,255,255,0.25); color: white; text-decoration: none; }

/* --- Footer --- */
.site-footer { background: var(--primary-dark); color: rgba(255,255,255,0.75); margin-top: 4rem; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 3rem; padding: 3rem 0 2rem; }
.footer-brand .nav-logo { margin-bottom: 0.75rem; }
.footer-brand p { font-size: 0.875rem; max-width: 300px; line-height: 1.6; }

/* Footer nav – 2-spaltig, eingerückt, ohne Überschrift */
.footer-nav ul { list-style: none; padding: 0 0 0 1.5rem; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0.45rem 2.5rem; }
.footer-nav h4 { display: none; }   /* Überschrift "Bereiche" ausblenden falls noch vorhanden */
.footer-nav li { margin: 0; }
.footer-nav a { color: rgba(255,255,255,0.72); font-size: 0.875rem; text-decoration: none; }
.footer-nav a:hover { color: white; text-decoration: none; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 1rem 0; font-size: 0.8rem; opacity: 0.55; }

/* --- News-Quellenhinweis --- */
.news-source { font-size: 0.76rem; color: var(--text-muted); margin-top: 2rem; padding-top: 1rem; border-top: 1px solid var(--border); font-style: italic; }

/* --- Utility --- */
.mt-1 { margin-top: 0.5rem; } .mt-2 { margin-top: 1rem; } .mt-3 { margin-top: 1.5rem; }
.mb-1 { margin-bottom: 0.5rem; } .mb-2 { margin-bottom: 1rem; }
.text-center { text-align: center; }

/* --- Responsive --- */
@media (max-width: 960px) {
  .article-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .footer-inner { grid-template-columns: 1fr; gap: 1.5rem; }
  .footer-nav ul { padding-left: 0; }
}
@media (max-width: 900px) {
  .home-grid { grid-template-columns: 1fr; }
  .home-col { border-right: none; }
  .home-col .card-img { width: 42%; }
}

@media (max-width: 768px) {
  .nav-links { display: none; flex-direction: column; position: absolute; top: 64px; left: 0; right: 0; background: var(--surface); border-bottom: 1px solid var(--border); padding: 0.5rem 1rem 1rem; box-shadow: 0 4px 12px rgba(107,45,62,0.1); z-index: 99; }
  .nav-links.is-open { display: flex; }
  .nav-toggle { display: block; }
  .hero { padding: 3rem 0 2.5rem; }
  .hero h1 { white-space: normal; }
  .card-grid { grid-template-columns: 1fr; }
  .pro-contra { grid-template-columns: 1fr; }
  .anbieter-meta-grid { grid-template-columns: 1fr 1fr; }
  .bereiche-grid { grid-template-columns: 1fr 1fr; }
  .checklisten-themen-grid { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 560px) {
  /* Karten bleiben horizontal – Text umfließt Bild auch auf Mobilgeräten */
  .card-img { width: 38%; min-height: 110px; }
}
@media (max-width: 480px) {
  .container, .container-narrow { padding: 0 1rem; }
  .anbieter-meta-grid { grid-template-columns: 1fr; }
  h1 { font-size: 1.4rem; }
  .footer-nav ul { grid-template-columns: 1fr; }
}
