@charset "UTF-8";
/* ============================================================
   topic-page.css — the 5 topic subpages
   (gesundheit-in-arbeit-bringen, psychologische-beratung-und-coaching,
    wenn-arbeit-krank-macht, vor-ort-im-beruflichen-kontext,
    klarheit-entsteht-im-gespraech)
   Requires base.css to be loaded first.
   ============================================================ */

:root { --max: 900px; }

.hero-img { width: 100%; height: 42vh; min-height: 320px; max-height: 480px; object-fit: cover; display: block; }

main { max-width: var(--max); margin: 0 auto; padding: 64px 56px 100px; }

.eyebrow { font-size: .68rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--orange); margin-bottom: 18px; }
h1 { font-family: var(--serif); font-size: clamp(2.1rem, 4vw, 3rem); color: var(--blue); margin-bottom: 28px; line-height: 1.15; }
main > h2 { font-family: var(--serif); font-size: 1.5rem; font-weight: 700; color: var(--blue); margin: 40px 0 16px; line-height: 1.25; }
.lead { font-family: var(--serif); font-size: 1.25rem; font-style: italic; color: var(--blue); margin-bottom: 24px; line-height: 1.5; }

p { font-size: 1.08rem; color: var(--muted); margin-bottom: 18px; line-height: 1.8; }
ul { margin: 24px 0 32px 0; list-style: none; }
li { font-size: 1rem; color: var(--muted); padding: 12px 0 12px 24px; position: relative; border-bottom: 1px solid #eee; }
li:first-child { border-top: 1px solid #eee; }
li::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--orange); }

.cta-box { margin-top: 48px; padding-top: 32px; border-top: 1px solid #e8e8e8; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.cta-text { font-family: var(--serif); font-size: 1.15rem; font-style: italic; color: var(--blue); }
.btn { display: inline-block; background: var(--blue); color: #fff; font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; padding: .9em 2.2em; transition: background .2s; }
.btn:hover { background: var(--orange); }

.also { margin-top: 64px; padding-top: 40px; border-top: 1px solid #e8e8e8; }
.also h2 { font-family: var(--serif); font-size: 1.2rem; color: var(--blue); margin-bottom: 20px; font-weight: 400; }
.also-links { display: flex; flex-direction: column; gap: 10px; }
.also-links a { font-size: .95rem; color: var(--blue); text-decoration: none; border-bottom: 1px solid var(--orange); padding-bottom: 2px; display: inline-block; width: fit-content; }
.also-links a:hover { color: var(--orange); }

footer { background: var(--blue); padding: 40px 56px; margin-top: 60px; text-align: center; }
footer p { color: rgba(255,255,255,.6); font-size: .8rem; margin: 0; }
footer a { color: rgba(255,255,255,.8); }

@media (max-width: 700px) {
  main { padding: 48px 24px 72px; }
  .hero-img { height: 32vh; min-height: 220px; }
}
