/* Ratgeber: existing site colours and typography, scoped additions. */
.guide-page .guide-hero {padding:64px 0 32px;background:#eef7f8;}
.guide-page .guide-hero h1 {max-width:1000px;font-size:clamp(28px,3.5vw,44px);line-height:1.2;margin:20px 0;}
.guide-page .guide-hero p {max-width:760px;font-size:18px;}
.guide-jump {display:flex;flex-wrap:wrap;gap:12px;padding-top:24px;}
.guide-jump a {border:1px solid #c6dfe3;border-radius:24px;padding:10px 16px;line-height:1.4;}
.guide-body {min-width:0;}
.guide-body h2 {scroll-margin-top:110px;margin-top:36px;}
.guide-body p {font-size:16px;line-height:1.75;}
.guide-price-list {border-left:3px solid #0d9999;padding:8px 24px;background:#eef7f8;margin:24px 0;}
.guide-body .guide-source {font-size:14px;}
.guide-related {border-top:1px solid #d7e5e8;margin-top:40px;}
.guide-related li {margin:10px 0;}
.guide-index {margin:36px 0;}
.guide-index-grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}
.guide-index-grid a {display:block;border:1px solid #d7e5e8;border-radius:8px;padding:20px;color:#103b48;text-decoration:none;background:#f5fafb;}
.guide-index-grid a:hover {border-color:#0d9999;}
.guide-index-grid strong {display:block;font-size:18px;margin-bottom:8px;}
.guide-index-grid span {font-size:15px;line-height:1.6;display:block;}
@media(max-width:700px){.guide-page .guide-hero{padding:36px 0 24px;}.guide-jump{gap:8px;}.guide-jump a{font-size:14px;}.guide-index-grid{grid-template-columns:1fr;}.guide-price-list{padding:8px 16px;}.guide-page .article-layout{display:block;}.guide-page .personal-advice{margin-top:36px;}}

/* Abstand zwischen Ratgeber-Ueberschrift und Themenkarten. */
.guide-index > h3 { margin-bottom: 22px; }

/* Kompaktes, unverzerrtes Beraterportraet. */
.guide-page .personal-advice img.advice-portrait { display:block; width:140px; max-width:100%; height:auto; aspect-ratio:1; object-fit:cover; margin:18px auto 20px; }
