/* ══════════════ SPIELSUCHT-HILFE ══════════════
   Ruhig, menschlich, vertrauensbildend. Fonts/Headings exakt = Frontpage
   (var(--font-display), --h*-size, letter-spacing -2px, farbige italic Akzente).
   Wenig Icons: echte Institutions-Logos in den Boxen, ICD als große Ziffern.
   Solider BG gegen das globale body-Deko-Bild (css/images/bg.jpg). */

html { scroll-behavior: smooth; }
.sh-page { position: relative; background: #0B1221; padding-bottom: 64px; }
.sh-page .sh-inner { max-width: 1400px; margin: 0 auto; padding: 0 32px; }
.sh-page .sh-section, .sh-page .sh-testband, .sh-page .sh-hero { scroll-margin-top: calc(72px + var(--td-h) + 16px); }

/* ── Typo: exakt wie Frontpage ── */
.sh-page .sh-h1 { font-family: var(--font-display); font-size: var(--h1-size); font-weight: var(--h1-fw); line-height: var(--h1-lh); letter-spacing: -2px; color: var(--color-heading); margin: 0 0 var(--h1-mb); }
.sh-page .sh-h2 { font-family: var(--font-display); font-size: var(--h2-size); font-weight: var(--h2-fw); line-height: var(--h2-lh); letter-spacing: -1px; color: var(--color-heading); margin: 0 0 var(--h2-mb); }
.sh-page .sh-h3 { font-family: var(--font-display); font-size: var(--h4-size); font-weight: var(--h4-fw); line-height: var(--h4-lh); color: var(--color-heading); letter-spacing: -0.5px; margin: 32px 0 14px; }
.sh-page .sh-accent { color: #1FB67A; font-style: italic; }
.sh-page p, .sh-page li { font-family: var(--font-body); font-size: var(--body-size); line-height: var(--body-lh); color: rgba(240, 244, 248, 0.82); }
.sh-page a { color: #6FD3A8; text-decoration: none; }
.sh-page a:hover { text-decoration: underline; }
.sh-page .sh-muted { color: rgba(240, 244, 248, 0.6); font-size: var(--h6-size); }

/* ── QUICKNAV: erst beim Scrollen (fixed + fade), wie Frontpage ── */
.sh-page .sh-anchor-nav { position: fixed; top: calc(72px + var(--td-h)); left: 0; right: 0; z-index: 90; background: rgba(11, 18, 33, 0.94); backdrop-filter: blur(20px) saturate(1.3); -webkit-backdrop-filter: blur(20px) saturate(1.3); border-bottom: 1px solid rgba(255, 255, 255, 0.06); opacity: 0; transform: translateY(-8px); pointer-events: none; transition: opacity 0.25s ease, transform 0.25s ease; }
.sh-page .sh-anchor-nav.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.sh-page .sh-anchor-inner { max-width: 1400px; margin: 0 auto; display: flex; gap: 6px; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding: 12px 32px; }
.sh-page .sh-anchor-inner::-webkit-scrollbar { display: none; }
.sh-page .sh-anchor-link { flex-shrink: 0; font-size: var(--h6-size); font-weight: 600; color: rgba(240, 244, 248, 0.62); padding: 8px 16px; border-radius: 50px; border: 1px solid rgba(255, 255, 255, 0.08); background: rgba(255, 255, 255, 0.03); white-space: nowrap; transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease; }
.sh-page .sh-anchor-link:hover { text-decoration: none; color: #F0F4F8; border-color: rgba(31, 182, 122, 0.4); }
.sh-page .sh-anchor-link.is-active { color: #6FD3A8; border-color: rgba(31, 182, 122, 0.5); background: rgba(31, 182, 122, 0.12); }

/* ── HERO ── */
.sh-page .sh-hero { position: relative; padding: 60px 0 44px; background: radial-gradient(1100px 440px at 30% -10%, rgba(31, 182, 122, 0.13), transparent 70%), linear-gradient(180deg, #0d1a2b, #0B1221); border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.sh-page .sh-eyebrow { display: inline-block; font-size: var(--h6-size); font-weight: 700; letter-spacing: 0.6px; text-transform: uppercase; color: #6FD3A8; background: rgba(31, 182, 122, 0.12); border: 1px solid rgba(31, 182, 122, 0.28); padding: 7px 16px; border-radius: 50px; }
.sh-page .sh-lede { font-size: 21px; line-height: 1.6; color: rgba(240, 244, 248, 0.92); margin: 20px 0 0; }

/* ── SOFORTHILFE-BOX (Logos statt Icons) ── */
.sh-page .sh-sos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 30px 0 16px; }
.sh-page .sh-sos-card { display: flex; flex-direction: column; gap: 6px; padding: 24px; border-radius: 18px; background: rgba(255, 255, 255, 0.035); border: 1px solid rgba(255, 255, 255, 0.10); }
.sh-page .sh-sos-primary { background: rgba(31, 182, 122, 0.10); border-color: rgba(31, 182, 122, 0.34); }
.sh-page .sh-sos-crisis { background: rgba(245, 166, 35, 0.09); border-color: rgba(245, 166, 35, 0.30); }
.sh-page .sh-sos-logo { display: flex; align-items: center; min-height: 34px; margin-bottom: 6px; }
.sh-page .sh-sos-logo img { max-height: 30px; width: auto; display: block; opacity: 0.95; }
/* check-dein-spiel ist ein dichtes 3-zeiliges Wortmarken-Logo → größer rendern,
   sonst nur ein unleserlicher weißer Klecks. */
.sh-page .sh-sos-logo img[src*="check-dein-spiel"] { max-height: 36px; }
.sh-page .sh-sos-kicker { font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #FFB940; margin-bottom: 6px; }
.sh-page .sh-sos-label { font-size: var(--h6-size); font-weight: 600; color: rgba(240, 244, 248, 0.72); }
.sh-page .sh-sos-num { font-size: 28px; font-weight: 800; color: #F0F4F8; letter-spacing: 0.5px; }
.sh-page .sh-sos-num:hover { text-decoration: none; color: #6FD3A8; }
.sh-page .sh-sos-num-sm { font-size: 20px; }
.sh-page .sh-sos-sub { font-size: 13px; color: rgba(240, 244, 248, 0.66); line-height: 1.5; }
.sh-page .sh-sos-sub a { color: rgba(240, 244, 248, 0.82); }
.sh-page .sh-hero-note { margin-top: 18px; font-size: var(--h6-size); color: rgba(240, 244, 248, 0.6); }

/* ── TRUST-LEISTE ── */
.sh-page .sh-trust { margin: 30px 0 0; padding: 22px 0 4px; border-top: 1px solid rgba(255, 255, 255, 0.07); }
.sh-page .sh-trust-label { display: block; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; color: rgba(240, 244, 248, 0.5); margin-bottom: 14px; }
.sh-page .sh-trust-logos { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.sh-page .sh-trust-logo { display: inline-flex; align-items: center; justify-content: center; height: 62px; padding: 12px 22px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.10); border-radius: 12px; }
.sh-page .sh-trust-logo img { max-height: 34px; width: auto; display: block; opacity: 0.9; }
/* Alle Box-Logos einheitlich weiß rendern (GGL/BIÖG sind Weiß-PNGs, check-dein-spiel
   ist ein farbiges SVG) → als flache weiße Silhouette auf dunklem Grund, wie im Footer. */
.sh-page .sh-sos-logo img, .sh-page .sh-help-logo img, .sh-page .sh-trust-logo img { filter: brightness(0) invert(1); }

/* ── E-E-A-T EXPERTEN-BOX ── */
.sh-page .sh-expert { display: flex; gap: 20px; align-items: center; margin: 26px 0 0; padding: 22px 24px; border-radius: 18px; background: rgba(255, 255, 255, 0.035); border: 1px solid rgba(255, 255, 255, 0.10); }
.sh-page .sh-expert-img { width: 104px; height: 104px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 2px solid rgba(31, 182, 122, 0.45); }
.sh-page .sh-expert-body { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.sh-page .sh-expert-quote { margin: 0; padding: 0; border: 0; font-size: 19px; line-height: 1.6; font-style: italic; color: #F0F4F8; }
.sh-page .sh-expert-name { font-weight: 800; color: #F0F4F8; }
.sh-page .sh-expert-role { font-size: var(--h6-size); color: rgba(240, 244, 248, 0.66); }
.sh-page .sh-expert-stamp { font-size: 13px; color: #6FD3A8; }

/* ── SECTIONS ── */
.sh-page .sh-section { padding: 56px 0; }
.sh-page .sh-section.sh-alt { background: rgba(255, 255, 255, 0.018); border-top: 1px solid rgba(255, 255, 255, 0.05); border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.sh-page .sh-p { margin: 0 0 14px; }
.sh-page .sh-lead-p { font-size: 20px; line-height: 1.6; color: rgba(240, 244, 248, 0.88); }
.sh-page .sh-list { margin: 8px 0 0; padding-left: 22px; }
.sh-page .sh-list li { margin: 8px 0; }
.sh-page .sh-list-lg li { margin: 16px 0; }

/* ── ICD-11: große Ziffern statt Icons ── */
.sh-page .sh-icd { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 26px; }
.sh-page .sh-icd-item { position: relative; padding: 28px 26px 26px; border-radius: 18px; background: rgba(255, 255, 255, 0.035); border: 1px solid rgba(255, 255, 255, 0.09); }
.sh-page .sh-icd-num { display: block; font-family: var(--font-display); font-size: 52px; font-weight: 900; line-height: 1; letter-spacing: -2px; color: rgba(31, 182, 122, 0.55); margin-bottom: 14px; }
.sh-page .sh-icd-h { display: block; font-size: var(--h5-size); font-weight: 700; color: #F0F4F8; margin-bottom: 10px; }
.sh-page .sh-icd-p { display: block; color: rgba(240, 244, 248, 0.82); line-height: 1.6; }

/* ── HILFE-VERZEICHNIS (Logos statt Icons; logolose Karten name-geführt) ── */
.sh-page .sh-directory { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 26px; }
.sh-page .sh-help-card { display: flex; flex-direction: column; gap: 6px; padding: 24px; border-radius: 18px; background: rgba(255, 255, 255, 0.035); border: 1px solid rgba(255, 255, 255, 0.10); transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease; }
.sh-page .sh-help-card:hover { text-decoration: none; border-color: rgba(31, 182, 122, 0.4); background: rgba(31, 182, 122, 0.055); transform: translateY(-2px); }
.sh-page .sh-help-crisis:hover { border-color: rgba(245, 166, 35, 0.45); background: rgba(245, 166, 35, 0.06); }
.sh-page .sh-help-logo { display: flex; align-items: center; min-height: 32px; margin-bottom: 6px; }
.sh-page .sh-help-logo img { max-height: 28px; width: auto; display: block; opacity: 0.95; }
.sh-page .sh-help-logo img[src*="check-dein-spiel"] { max-height: 34px; }
.sh-page .sh-help-kicker { font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: rgba(111, 211, 168, 0.9); margin-bottom: 6px; }
.sh-page .sh-help-crisis .sh-help-kicker { color: #FFB940; }
.sh-page .sh-help-h { font-size: var(--h5-size); font-weight: 700; color: #F0F4F8; }
.sh-page .sh-help-num { font-size: 20px; font-weight: 800; color: #F0F4F8; }
.sh-page .sh-help-num-sm { font-size: 16px; font-weight: 700; color: #6FD3A8; }
.sh-page .sh-help-sub { font-size: 14px; color: rgba(240, 244, 248, 0.68); line-height: 1.55; }

/* ── QUELLEN ── */
.sh-page .sh-sources { list-style: none; margin: 20px 0 0; padding: 0; }
.sh-page .sh-sources li { padding: 11px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.07); font-size: 16px; color: rgba(240, 244, 248, 0.78); }
.sh-page .sh-sources li:last-child { border-bottom: 0; }

/* ══════════════ SELBSTTEST — prominent, dynamisch, voll breit ══════════════ */
.sh-page .sh-testband { padding: 64px 0; background: radial-gradient(1000px 420px at 50% 0%, rgba(31, 182, 122, 0.13), transparent 72%), rgba(255, 255, 255, 0.02); border-top: 1px solid rgba(31, 182, 122, 0.18); border-bottom: 1px solid rgba(31, 182, 122, 0.18); }
.sh-page .sh-testband .sh-h2 { text-align: center; }
.sh-page .sh-testintro { max-width: 760px; margin: 0 auto 34px; text-align: center; font-size: 19px; line-height: 1.6; color: rgba(240, 244, 248, 0.85); }
.sh-page .sh-test { box-sizing: border-box; width: 100%; margin: 0 auto; padding: 48px; border-radius: 26px; background: linear-gradient(180deg, rgba(20, 34, 54, 0.92), rgba(11, 18, 33, 0.92)); border: 1px solid rgba(31, 182, 122, 0.3); box-shadow: 0 28px 80px rgba(0, 0, 0, 0.5); }

/* Start */
.sh-page .sh-test-start { text-align: center; max-width: 620px; margin: 0 auto; padding: 26px 0; }
.sh-page .sh-test-start-h { font-family: var(--font-display); font-size: 32px; font-weight: 800; letter-spacing: -1px; color: #F0F4F8; margin: 0 0 12px; }
.sh-page .sh-test-privacy { font-size: var(--h6-size); color: rgba(240, 244, 248, 0.68); margin: 0 0 28px; white-space: nowrap; }
.sh-page .sh-btn-lg { padding: 18px 44px; font-size: 19px; }

/* Segment-Fortschritt (statt Balken) */
.sh-page .sh-quiz-head { max-width: 900px; margin: 0 auto 30px; }
.sh-page .sh-steps { display: flex; gap: 6px; }
.sh-page .sh-step-seg { flex: 1; height: 6px; border-radius: 6px; background: rgba(255, 255, 255, 0.1); transition: background 0.35s ease, transform 0.35s ease; }
.sh-page .sh-step-seg.is-done { background: linear-gradient(90deg, #1FB67A, #6FD3A8); }
.sh-page .sh-step-seg.is-current { background: rgba(111, 211, 168, 0.55); transform: scaleY(1.6); }
.sh-page .sh-progress-label { text-align: center; font-size: 13px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; color: rgba(111, 211, 168, 0.85); margin: 14px 0 0; }

/* Frage + weicher Übergang */
.sh-page .sh-question { border: 0; padding: 0; margin: 0; }
.sh-page .sh-question.sh-anim { animation: shFadeIn 0.32s cubic-bezier(0.22, 0.61, 0.36, 1); }
@keyframes shFadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.sh-page .sh-q-text { display: block; width: 100%; text-align: center; font-family: var(--font-display); font-size: 30px; line-height: 1.3; font-weight: 800; letter-spacing: -0.5px; color: #F0F4F8; padding: 0; margin: 0 auto 30px; max-width: 1000px; overflow-wrap: break-word; }

/* Antwort-Karten (Skala Nie → Fast immer), Auswahl führt automatisch weiter */
.sh-page .sh-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; max-width: 900px; margin: 0 auto; }
.sh-page .sh-option { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; text-align: center; padding: 22px 14px; border-radius: 16px; background: rgba(255, 255, 255, 0.03); border: 1.5px solid rgba(255, 255, 255, 0.12); cursor: pointer; transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease; min-height: 116px; font-family: var(--font-body); }
.sh-page .sh-option:hover { border-color: rgba(31, 182, 122, 0.45); background: rgba(31, 182, 122, 0.06); transform: translateY(-2px); }
.sh-page .sh-option:focus-visible { outline: 2px solid #6FD3A8; outline-offset: 2px; }
.sh-page .sh-option.is-selected { border-color: #1FB67A; background: rgba(31, 182, 122, 0.16); }
.sh-page .sh-option-key { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; font-size: 15px; font-weight: 800; color: rgba(240, 244, 248, 0.7); background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.12); transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease; }
.sh-page .sh-option.is-selected .sh-option-key { background: #1FB67A; color: #04140d; border-color: #1FB67A; }
.sh-page .sh-option-text { font-size: 17px; font-weight: 700; color: #F0F4F8; line-height: 1.25; }
.sh-page .sh-quiz-nav { display: flex; align-items: center; justify-content: space-between; gap: 14px; max-width: 900px; margin: 26px auto 0; }
.sh-page .sh-quiz-hint { font-size: 13px; color: rgba(240, 244, 248, 0.5); }

.sh-page .sh-btn { box-sizing: border-box; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 16px 34px; border-radius: 50px; font-family: var(--font-body); font-size: 18px; font-weight: 700; cursor: pointer; border: 1px solid transparent; transition: opacity 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease; text-decoration: none; }
.sh-page .sh-btn:hover { text-decoration: none; }
.sh-page .sh-btn-primary { background: linear-gradient(135deg, #1FB67A, #16a06c); color: #04140d; border: 0; }
.sh-page .sh-btn-primary:hover { opacity: 0.92; color: #04140d; }
.sh-page .sh-btn-primary:disabled { opacity: 0.4; cursor: not-allowed; }
.sh-page .sh-btn-ghost { background: rgba(255, 255, 255, 0.05); color: #F0F4F8; border: 1px solid rgba(255, 255, 255, 0.16); }
.sh-page .sh-btn-ghost:hover { background: rgba(255, 255, 255, 0.1); color: #F0F4F8; }
.sh-page .sh-btn-ghost:disabled { opacity: 0.35; cursor: not-allowed; }
.sh-page .sh-btn-soft { background: rgba(255, 255, 255, 0.06); color: #F0F4F8; border: 1px solid rgba(255, 255, 255, 0.14); font-size: 16px; padding: 13px 24px; }
.sh-page .sh-btn-soft:hover { background: rgba(31, 182, 122, 0.12); border-color: rgba(31, 182, 122, 0.4); color: #F0F4F8; }

/* ── RESULT ── */
.sh-page .sh-result { text-align: center; max-width: 720px; margin: 0 auto; }
.sh-page .sh-result-badge { display: inline-block; font-size: var(--h6-size); font-weight: 800; letter-spacing: 0.4px; padding: 9px 20px; border-radius: 50px; margin-bottom: 16px; }
.sh-page .sh-result-none .sh-result-badge, .sh-page .sh-result-low .sh-result-badge { background: rgba(31, 182, 122, 0.16); color: #6FD3A8; }
.sh-page .sh-result-moderate .sh-result-badge { background: rgba(245, 166, 35, 0.16); color: #FFB940; }
.sh-page .sh-result-problem .sh-result-badge { background: rgba(232, 84, 84, 0.16); color: #ff8a8a; }
.sh-page .sh-result-title { font-family: var(--font-display); font-size: var(--h4-size); line-height: 1.2; letter-spacing: -0.5px; margin: 0 0 22px; }

/* Score-Meter: 0–27 mit farbigen Zonen + Marker */
.sh-page .sh-meter { max-width: 560px; margin: 0 auto 26px; }
/* Zonen exakt an den PGSI-Stufen ausgerichtet (Grenzen 2,5/27 & 7,5/27),
   damit die Markerfarbe IMMER zum Badge passt: grün 0–2 (kein/gering),
   amber 3–7 (moderat), rot 8–27 (problematisch). */
.sh-page .sh-meter-track { position: relative; height: 12px; border-radius: 8px; background: linear-gradient(90deg, #1FB67A 0%, #1FB67A 9.26%, #F5A623 9.26%, #F5A623 27.78%, #E85454 27.78%, #E85454 100%); opacity: 0.9; }
.sh-page .sh-meter-marker { position: absolute; top: 50%; left: 0; width: 22px; height: 22px; border-radius: 50%; background: #fff; border: 3px solid #0B1221; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); transform: translate(-50%, -50%); transition: left 0.6s cubic-bezier(0.22, 0.61, 0.36, 1); }
.sh-page .sh-meter-scale { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; font-size: 12px; color: rgba(240, 244, 248, 0.55); }
.sh-page .sh-meter-scale span:nth-child(2) { font-size: 11px; letter-spacing: 0.3px; }
.sh-page .sh-result-text { font-size: 18px; line-height: 1.6; margin: 0 auto 24px; }
.sh-page .sh-result-cta { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
/* Sekundäre Aktionen als Text-Links (spart Platz, griffiger) */
.sh-page .sh-result-links { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px 26px; margin-top: 22px; }
.sh-page .sh-result-link { background: none; border: 0; padding: 0; font-family: var(--font-body); font-size: 15px; font-weight: 600; line-height: 1.4; color: #6FD3A8; text-decoration: none; cursor: pointer; transition: color 0.15s ease; }
.sh-page .sh-result-link:hover { color: #8fe0bd; text-decoration: underline; }
.sh-page .sh-result-disclaimer { font-size: 12px; color: rgba(240, 244, 248, 0.5); margin-top: 20px; }

.sh-page .sh-footnote { max-width: 1400px; margin: 44px auto 0; padding: 0 32px; font-size: 12px; font-style: italic; color: rgba(240, 244, 248, 0.5); text-align: center; }

/* ── RESPONSIVE ── */
@media (max-width: 1023px) {
  .sh-page .sh-sos, .sh-page .sh-icd, .sh-page .sh-directory { grid-template-columns: 1fr; }
  .sh-page .sh-anchor-nav { top: calc(64px + var(--td-h)); }
}
@media (max-width: 767px) {
  .sh-page .sh-inner { padding: 0 16px; }
  .sh-page .sh-h1 { letter-spacing: -1px; }
  .sh-page .sh-hero { padding: 38px 0 30px; }
  .sh-page .sh-section { padding: 40px 0; }
  .sh-page .sh-testband { padding: 40px 0; }
  .sh-page .sh-test { padding: 24px; }
  .sh-page .sh-q-text { font-size: 23px; }
  .sh-page .sh-test-start-h { font-size: 24px; }
  .sh-page .sh-test-privacy { white-space: normal; }
  .sh-page .sh-options { grid-template-columns: repeat(2, 1fr); }
  .sh-page .sh-option { min-height: 96px; padding: 18px 10px; }
  .sh-page .sh-option-text { font-size: 16px; }
  .sh-page .sh-meter-scale span:nth-child(2) { display: none; }
  .sh-page .sh-expert { flex-direction: column; text-align: center; align-items: center; }
  .sh-page .sh-anchor-nav { top: calc(56px + var(--td-h)); }
  .sh-page .sh-anchor-inner { padding: 10px 16px; }
  /* Tastatur-Hinweis ist mobil sinnlos → aus; Zurück nutzt die volle Breite */
  .sh-page .sh-quiz-hint { display: none; }
  .sh-page .sh-quiz-nav .sh-btn { flex: 1; padding: 15px 12px; }
  /* Primäre Aktionen mobil in voller Breite + gut antippbar */
  .sh-page .sh-test-start .sh-btn { width: 100%; }
  .sh-page .sh-result-cta { flex-direction: column; }
  .sh-page .sh-result-cta .sh-btn { width: 100%; }
  .sh-page .sh-result-link { padding: 6px 0; }
  .sh-page .sh-footnote { padding: 0 16px; }
}

/* ── DRUCK / PDF: nur das Ergebnis ── */
@media print {
  .top-disclosure, .site-nav, .reading-progress, footer, .scroll-top, .fp-anchor-nav, .sh-anchor-nav { display: none !important; }
  .sh-page .sh-hero, .sh-page .sh-section:not(.sh-testband), .sh-page .sh-trust, .sh-page .sh-footnote { display: none !important; }
  .sh-page .sh-testband .sh-h2, .sh-page .sh-testintro, .sh-page .sh-test-start, .sh-page .sh-quiz, .sh-page .sh-result-links { display: none !important; }
  .sh-page, body, .sh-page .sh-testband { background: #ffffff !important; }
  .sh-page .sh-test { border: 0 !important; box-shadow: none !important; background: #fff !important; padding: 0 !important; }
  .sh-page .sh-result, .sh-page .sh-result * { color: #111111 !important; }
  .sh-page .sh-result-badge { border: 1px solid #111 !important; }
  .sh-page .sh-result-cta a { border: 1px solid #111 !important; color: #111 !important; background: #fff !important; }
}
