/* Technical Continuity / Variante D / September 2026 */
:root {
  --paper: #fff;
  --ink: #172c3b;
  --muted: #53616b;
  --blue: #164daa;
  --line: #d3dce1;
  --pale: #f0f4f6;
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: 5px; }
a:focus-visible, summary:focus-visible { outline: 3px solid #b96b00; outline-offset: 5px; }
::selection { background: #c9dcfa; color: var(--ink); }
p, h1, h2, h3, figure { margin: 0; }
p + p { margin-top: 18px; }
.wrap { width: min(var(--max), calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 100; padding: 12px 20px; background: var(--ink); color: white; }
.skip-link:focus { top: 15px; }
.site-header { position: sticky; top: 0; z-index: 30; background: white; border-bottom: 1px solid var(--line); }
.nav { min-height: 88px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.brand { display: block; padding-left: 15px; border-left: 5px solid var(--blue); text-decoration: none; font-size: 15px; letter-spacing: -.025em; line-height: 1.2; font-weight: 800; flex-shrink: 0; }
.brand span { display: block; margin-top: 6px; font-size: 10px; font-weight: 500; letter-spacing: .23em; }
.navlinks { display: flex; align-items: center; gap: 28px; font-size: 13px; }
.navlinks a { text-decoration: none; }
.navlinks a:not(.button):hover { color: var(--blue); text-decoration: underline; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 15px 21px; border: 1px solid var(--blue); border-radius: 3px; background: var(--blue); color: white; font-size: 14px; font-weight: 600; line-height: 1.4; text-decoration: none; transition: background .15s; }
.button:hover { background: #103b83; }
.button span { font-size: 19px; line-height: 1; }
.button.small { padding: 11px 16px; }
.button.light { color: var(--blue); background: white; border-color: white; }
.button.light:hover { background: #dbe8ff; }
.mobile-menu { display: none; }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .13em; line-height: 1.5; text-transform: uppercase; color: var(--blue); }
.hero { display: grid; grid-template-columns: 1fr 1fr; padding: 0; }
.hero-copy { padding: 55px 45px 58px max(48px, calc((100vw - var(--max)) / 2)); }
.hero .eyebrow { margin-bottom: 24px; }
h1 { font-size: clamp(48px, 4.5vw, 68px); font-weight: 600; letter-spacing: -.048em; line-height: 1.04; }
h1 span { color: var(--blue); }
.hero-lead { font-size: 17px; color: var(--muted); line-height: 1.75; max-width: 495px; margin-top: 26px; }
.actions { margin-top: 27px; display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.text-link { display: inline-flex; align-items: center; gap: 16px; padding-block: 10px; font-size: 13px; text-decoration: none; border-bottom: 1px solid var(--line); }
.text-link:hover { color: var(--blue); border-color: var(--blue); }
.hero-photo { position: relative; min-height: 620px; background: #17232c; }
.hero-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 41% 50%; }
.hero-photo figcaption { position: absolute; bottom: 0; left: 0; right: 0; padding: 17px 28px; display: flex; justify-content: space-between; align-items: center; gap: 20px; background: rgba(12, 27, 39, .9); color: white; font-size: 12px; }
.hero-photo figcaption span:first-child { font-size: 9px; letter-spacing: .13em; }
.principles { background: var(--ink); color: white; }
.principles .wrap { display: flex; justify-content: space-between; gap: 25px; padding-block: 21px; }
.principles span { font-size: 13px; letter-spacing: .015em; }
.principles span::before { content: '↗'; display: inline-block; margin-right: 13px; color: #8bb2f6; }
section { padding-block: 88px; }
h2 { font-size: clamp(30px, 3.2vw, 45px); font-weight: 500; line-height: 1.16; letter-spacing: -.038em; text-wrap: balance; }
h3 { font-size: 19px; font-weight: 600; line-height: 1.35; letter-spacing: -.012em; }
.intro { margin-top: 24px; font-size: 19px; line-height: 1.7; max-width: 830px; }
.muted { color: var(--muted); }
.section-grid { display: grid; grid-template-columns: 1fr 3fr; gap: 55px; }
.section-grid > .eyebrow { padding-top: 8px; }
.opening .muted { max-width: 820px; }
.section-heading { margin-bottom: 42px; }
.assessment { background: var(--pale); }
.assessment-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 72px; }
.fields article { display: flex; gap: 22px; border-top: 1px solid #c7d1d9; padding-block: 23px; }
.fields article:last-child { padding-bottom: 0; }
.field-number { color: var(--blue); font-size: 12px; padding-top: 3px; }
.fields h3 { margin-bottom: 8px; }
.fields p { font-size: 16px; color: var(--muted); }
.engineer-test { padding: 34px; background: white; border-top: 4px solid var(--blue); align-self: start; }
.engineer-test h3 { margin-block: 24px; font-size: clamp(25px, 2.4vw, 33px); font-weight: 500; line-height: 1.22; letter-spacing: -.025em; }
.engineer-test p:not(.eyebrow) { font-size: 16px; color: var(--muted); }
.engineer-test .test-bottom { border-top: 1px solid var(--line); padding-top: 22px; margin-top: 25px; font-size: 14px !important; }
.outcomes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.outcomes article { border-top: 3px solid var(--blue); padding-top: 22px; }
.outcomes h3 { font-size: 25px; font-weight: 500; margin-bottom: 15px; }
.outcomes p { color: var(--muted); font-size: 16px; }
.process { margin-top: 58px; border-top: 1px solid var(--line); padding-top: 32px; }
.process > h3 { font-size: 15px; }
.process ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; counter-reset: steps; padding: 0; margin: 24px 0 20px; list-style: none; }
.process li { counter-increment: steps; padding-left: 30px; position: relative; }
.process li::before { content: counter(steps) '.'; position: absolute; left: 0; color: var(--blue); font-size: 14px; }
.process strong { display: block; font-size: 15px; margin-bottom: 6px; }
.process li span { display: block; color: var(--muted); font-size: 14px; }
.note { color: var(--muted); font-size: 13px; line-height: 1.8; }
.pilot { background: #164694; color: white; }
.pilot-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 95px; }
.pilot .eyebrow { color: #c4dafb; margin-bottom: 24px; }
.pilot h2 { font-size: clamp(32px, 3.2vw, 44px); margin-bottom: 26px; }
.pilot-heading > p:not(.eyebrow) { color: #e0eafb; max-width: 490px; }
.pilot .button { margin-top: 30px; }
.pilot-package ul { padding: 0; margin: 0; list-style: none; }
.pilot-package li { border-top: 1px solid #6081b3; padding-block: 12px; font-size: 16px; }
.pilot .note { color: #d2e1f9; margin-top: 20px; }
.disclosure { margin-top: 32px; }
.disclosure h3 { font-size: 17px; margin-top: 23px; }
.disclosure p { color: var(--muted); font-size: 16px; margin-top: 7px; }
.method-note { margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--line); }
.method-note > p:first-child { font-size: 16px; }
.contact-section { background: var(--pale); }
.contact-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 90px; align-items: center; }
.contact-section .eyebrow { margin-bottom: 22px; }
.contact-section h2 { margin-bottom: 24px; }
.contact-section p { max-width: 600px; }
.partner-note { color: var(--muted); font-size: 14px; }
.contact-person { border-top: 3px solid var(--blue); padding-top: 26px; }
.contact-person h3 { font-size: 25px; }
.contact-person p:not(.eyebrow) { font-size: 14px; color: var(--muted); margin-top: 4px; }
.email { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; font-size: 17px; text-decoration: none; border-bottom: 1px solid var(--line); padding-block: 24px; margin-bottom: 25px; overflow-wrap: anywhere; }
.email:hover { color: var(--blue); }
.site-footer { padding-block: 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.footerrow { display: flex; justify-content: space-between; align-items: start; gap: 25px; }
.footerrow strong { color: var(--ink); font-size: 10px; letter-spacing: .035em; }
.footerlinks { display: flex; gap: 20px; flex-wrap: wrap; }
.legal-page { padding-block: 65px; min-height: 75vh; }
.legal-page .content { max-width: 860px; }
.legal-page h1 { font-size: clamp(32px, 4.5vw, 56px); margin-bottom: 28px; overflow-wrap: anywhere; }
.legal-page h2 { font-size: 25px; margin-top: 30px; margin-bottom: 15px; }
.legal-page h3 { margin-block: 25px 12px; }
.legal-page a { overflow-wrap: anywhere; }
@media (min-width: 1700px) { .hero-photo { min-height: 680px; } }
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .navlinks { gap: 18px; }
  .hero-copy { padding: 45px 32px; }
  h1 { font-size: 52px; }
  .hero-photo figcaption { align-items: start; flex-direction: column; gap: 5px; }
  .assessment-grid, .pilot-grid, .contact-grid { gap: 40px; }
  .section-grid { grid-template-columns: 1fr 3fr; gap: 30px; }
  .outcomes, .process ol { gap: 30px; }
}
@media (max-width: 850px) {
  .navlinks { display: none; }
  .legal-page ~ .site-footer .footerrow { flex-direction: column; }
  .mobile-menu { display: block; position: relative; font-size: 14px; }
  .mobile-menu summary { cursor: pointer; list-style: none; border: 1px solid var(--line); padding: 9px 13px; display: flex; gap: 18px; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { position: absolute; right: 0; top: calc(100% + 10px); background: white; width: 255px; border: 1px solid var(--line); box-shadow: 0 12px 20px #172c3b12; padding: 10px 20px; }
  .mobile-menu nav a { display: block; padding: 12px 0; text-decoration: none; border-bottom: 1px solid var(--line); }
  .mobile-menu nav a:last-child { border-bottom: 0; }
  .hero { grid-template-columns: 1.15fr 1fr; }
  h1 { font-size: 46px; }
  .hero-lead { font-size: 16px; }
  .principles span { font-size: 12px; }
  .principles span::before { margin-right: 6px; }
  .section-grid { grid-template-columns: 1fr; gap: 18px; }
  .assessment-grid { gap: 25px; }
  .engineer-test { padding: 25px; }
  .contact-grid { grid-template-columns: 1.1fr 1fr; gap: 30px; }
  .email { font-size: 15px; }
  .footerrow { flex-direction: column; }
}
@media (max-width: 620px) {
  html { scroll-padding-top: 92px; }
  body { font-size: 16px; }
  .wrap { width: calc(100% - 40px); }
  .nav { min-height: 74px; gap: 12px; }
  .brand { font-size: 12px; padding-left: 10px; border-left-width: 4px; }
  .brand span { font-size: 8px; }
  .mobile-menu summary { font-size: 12px; padding: 8px 10px; gap: 12px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 36px 20px; }
  .eyebrow { font-size: 10px; }
  h1 { font-size: clamp(43px, 10.2vw, 58px); }
  .hero .eyebrow { margin-bottom: 20px; }
  .hero-lead { margin-top: 23px; }
  .actions { margin-top: 23px; gap: 12px; }
  .hero-photo { min-height: 310px; }
  .hero-photo img { object-position: 45% 67%; }
  .hero-photo figcaption { padding: 12px 20px; flex-direction: row; align-items: center; gap: 12px; font-size: 10px; }
  .hero-photo figcaption span:first-child { font-size: 8px; }
  .principles .wrap { display: grid; gap: 8px; padding-block: 19px; }
  .principles span { font-size: 13px; }
  .principles span::before { margin-right: 12px; }
  section { padding-block: 56px; }
  h2 { font-size: 32px; }
  h2 br { display: none; }
  .intro { font-size: 17px; margin-top: 20px; }
  .section-heading { margin-bottom: 30px; }
  .assessment-grid, .outcomes, .pilot-grid, .contact-grid, .process ol { grid-template-columns: 1fr; gap: 30px; }
  .fields article { padding-block: 20px; gap: 15px; }
  .fields h3 { font-size: 18px; }
  .fields p { font-size: 15px; }
  .engineer-test { padding: 25px; }
  .engineer-test h3 { font-size: 28px; }
  .outcomes { gap: 28px; }
  .outcomes h3 { font-size: 24px; }
  .process { margin-top: 36px; }
  .process ol { gap: 20px; }
  .pilot-grid { gap: 40px; }
  .pilot-package li { font-size: 15px; }
  .contact-person { margin-top: 8px; }
  .email { font-size: 16px; }
  .footerlinks { gap: 14px; }
  .legal-page h1 { font-size: 32px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
/* Keep contact navigation available on the legal pages as well. */
.legal-body .navlinks { display: flex; }
@media (max-width: 620px) { .legal-body .navlinks a:not(.button) { display: none; } .legal-body .navlinks .button { padding: 9px 12px; font-size: 12px; } }
/* Allow long German headings to wrap within narrow grid columns. */
.section-grid > *, .assessment-grid > *, .pilot-grid > *, .contact-grid > * { min-width: 0; }
h2 { overflow-wrap: anywhere; hyphens: auto; }

/* Existing evidence, content update 2026-09-10. */
.existing-evidence { max-width: 940px; margin: 0 0 38px; padding-top: 25px; border-top: 1px solid var(--line); }
.existing-evidence h3 { margin-bottom: 12px; }
.existing-evidence p { color: var(--muted); font-size: 16px; }

/* Hero copy supplied by the owner, 10 September 2026. */
.hero { grid-template-columns: 1.12fr 1fr; }
.hero-copy { min-width: 0; }
.hero h1 { font-size: clamp(34px, 3.25vw, 49px); line-height: 1.12; letter-spacing: -.04em; text-wrap: balance; }
.hero-lead { max-width: 580px; margin-top: 24px; font-size: 16px; }
.hero-value { max-width: 580px; font-size: 16px; line-height: 1.7; margin-top: 18px; }
.hero-value strong { font-weight: 600; }
.hero-attributes { font-size: 13px; color: var(--blue); font-weight: 600; margin-top: 24px; }
.hero .actions { gap: 12px; }
.hero .button { font-size: 13px; padding: 14px 17px; }
.button.secondary { background: white; color: var(--blue); }
.button.secondary:hover { background: var(--pale); }
.selfcheck { max-width: 860px; }
.selfcheck h1 { font-size: clamp(30px, 4vw, 46px); }
.selfcheck h2 { font-size: 25px; margin: 36px 0 18px; }
.selfcheck h3, .selfcheck h4 { font-size: 19px; margin: 24px 0 14px; }
.selfcheck p { margin-bottom: 16px; }
.selfcheck blockquote { margin: 20px 0; padding-left: 20px; border-left: 2px solid var(--line); }
.selfcheck hr { border: 0; border-top: 1px solid var(--line); margin-block: 30px; }
@media (max-width: 850px) { .hero { grid-template-columns: 1.25fr 1fr; } .hero h1 { font-size: 35px; } }
@media (max-width: 620px) { .hero { grid-template-columns: 1fr; } .hero h1 { font-size: clamp(30px, 7.9vw, 39px); } .hero .button { min-height: 46px; } .hero-attributes { font-size: 12px; } }

.selfcheck h1 { overflow-wrap: anywhere; }


/* === Inhaltliche Aktualisierung auf Basis Variante D / 10.09.2026 === */
.hero-value { max-width: 580px; font-size: 16px; line-height: 1.7; margin-top: 18px; color: var(--ink); }
.hero-value strong { font-weight: 600; }
.hero-attributes { font-size: 13px; color: var(--blue); font-weight: 700; margin-top: 24px; letter-spacing: .02em; }
.button.secondary { background: white; color: var(--blue); }
.button.secondary:hover { background: var(--pale); }
.fairness-panel { border-top: 3px solid var(--blue); padding-top: 24px; }
.fairness-panel strong { color: var(--ink); }

.tc-result-grid { display: grid; grid-template-columns: 1.45fr .75fr; gap: 72px; align-items: start; margin: 6px 0 58px; padding: 36px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tc-result-copy { max-width: 720px; }
.tc-result-copy p { color: var(--muted); font-size: 16px; }
.tc-result-card { border-top: 4px solid var(--blue); padding: 28px 30px 24px; background: var(--pale); }
.tc-result-card .eyebrow { margin-bottom: 16px; }
.tc-level { font-size: clamp(58px, 7vw, 92px); font-weight: 500; letter-spacing: -.06em; line-height: .95; color: var(--blue); }
.tc-label { display: block; font-size: 15px; letter-spacing: .14em; margin: 12px 0 27px; }
.tc-result-card p { font-size: 14px; }
.pilot-price { margin-top: 25px; padding-top: 22px; border-top: 1px solid #6081b3; color: white !important; }

.trust-section { background: white; border-top: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: .62fr 2.38fr; gap: 68px; align-items: start; }
.trust-mark { aspect-ratio: 1/1; max-width: 270px; background: var(--ink); color: white; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border-top: 5px solid var(--blue); }
.trust-mark span { font-size: clamp(56px, 7vw, 88px); line-height: 1; letter-spacing: -.07em; font-weight: 500; }
.trust-mark small { font-size: 9px; letter-spacing: .16em; color: #b9c6ce; }
.trust-grid > div > p:not(.eyebrow) { max-width: 800px; color: var(--muted); }
.trust-grid .trust-lead { color: var(--ink) !important; font-size: 18px; }
.trust-contact { margin-top: 28px; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.contact-actions .button { width: 100%; }

/* Interactive self-check in Variante-D visual language. */
.narrow { max-width: 940px; }
.selfcheck-page { background: white; }
.selfcheck-hero { padding: 72px 0 58px; border-bottom: 1px solid var(--line); background: var(--pale); }
.selfcheck-hero h1 { font-size: clamp(35px, 4.5vw, 58px); max-width: 900px; }
.selfcheck-hero .intro { max-width: 820px; }
.privacy-pill { display: inline-block; margin-top: 10px; padding: 10px 14px; border: 1px solid #bcc9d0; background: white; font-size: 12px; color: var(--muted); }
.answer-legend { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: 32px; }
.answer-legend span { padding: 13px 12px; background: white; font-size: 12px; color: var(--muted); }
.answer-legend strong { color: var(--blue); margin-right: 4px; }
.selfcheck-form-section { padding-top: 25px; }
.check-question { padding: 44px 0 48px; border-bottom: 1px solid var(--line); }
.question-kicker { margin-bottom: 16px; color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.check-question h2 { max-width: 860px; font-size: clamp(22px, 2.5vw, 31px); line-height: 1.28; margin-bottom: 25px; }
.answer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.answer-grid label { display: flex; align-items: center; gap: 10px; min-height: 58px; padding: 12px 13px; border: 1px solid var(--line); font-size: 13px; cursor: pointer; transition: border-color .15s, background .15s; }
.answer-grid label:hover { border-color: var(--blue); }
.answer-grid label:has(input:checked) { border-color: var(--blue); background: #edf4ff; }
.answer-grid input { accent-color: var(--blue); }
.answer-grid label span { color: var(--blue); font-weight: 700; }
.selfcheck-submit { padding: 42px 0 10px; display: flex; align-items: center; gap: 25px; }
.selfcheck-submit .button { cursor: pointer; }
.form-error { margin: 0; color: #8a2e1b; font-size: 14px; }

/* Unbeantwortete Fragen nach dem Auswertungsversuch:
   Der Hinweis erscheint direkt dort, wo die Eingabe fehlt. */
.check-question.is-missing {
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
  border-left: 4px solid #b42318;
  background: #fff7f5;
}
.check-question.is-missing .question-kicker {
  color: #9f2016;
}
.question-missing-hint {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: -8px 0 18px;
  padding: 7px 11px;
  border: 1px solid #e5a49d;
  border-radius: 4px;
  background: #fff;
  color: #9f2016;
  font-size: 13px;
  font-weight: 700;
}
.question-missing-hint::before {
  content: "!";
  width: 19px;
  height: 19px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 19px;
  border-radius: 50%;
  background: #b42318;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.check-question.is-missing .answer-grid label {
  border-color: #e7c4bf;
}
.check-question.is-missing .answer-grid label:hover {
  border-color: #b42318;
}

@media (max-width: 720px) {
  .check-question.is-missing {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.selfcheck-result { background: #164694; color: white; padding: 72px 0; scroll-margin-top: 100px; }
.selfcheck-result[hidden] { display: none; }
.selfcheck-result .eyebrow { color: #c4dafb; }
.selfcheck-result h2 { max-width: 760px; margin-top: 28px; }
.selfcheck-result .intro { color: #e0eafb; }
.score-line { display: flex; align-items: baseline; gap: 24px; border-top: 1px solid #6081b3; padding-top: 25px; }
.score-line strong { font-size: clamp(48px, 7vw, 82px); font-weight: 500; letter-spacing: -.06em; line-height: 1; }
.score-line span { color: #c4dafb; font-size: 13px; }
.flag-box { margin-top: 28px; padding: 22px 25px; background: white; color: var(--ink); border-top: 4px solid #9b532b; }
.flag-box ul { margin-bottom: 0; }
.result-disclaimer { margin-top: 28px; font-size: 12px; color: #d2e1f9; }
.result-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; margin-top: 30px; }
.selfcheck-result .button { background: white; color: var(--blue); border-color: white; }
.text-button { padding: 8px 0; color: white; background: none; border: 0; border-bottom: 1px solid currentColor; font: inherit; font-size: 13px; cursor: pointer; }
.selfcheck-next { background: var(--pale); }
.selfcheck-thought { margin-top: 28px; padding: 24px; background: white; border-left: 3px solid var(--blue); }
.selfcheck-thought p { margin: 8px 0 0; color: var(--muted); }

@media (max-width: 850px) {
  .tc-result-grid, .trust-grid { grid-template-columns: 1fr; gap: 32px; }
  .trust-mark { max-width: 190px; }
  .answer-grid, .answer-legend { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .tc-result-card { padding: 23px; }
  .answer-grid, .answer-legend { grid-template-columns: 1fr; }
  .check-question { padding: 34px 0 38px; }
  .check-question.heavy { padding-left: 15px; }
  .selfcheck-submit { align-items: flex-start; flex-direction: column; }
  .score-line { flex-direction: column; gap: 8px; }
  .trust-mark { max-width: 150px; }
}

/* Orientierungsbänder im Self-Check-Ergebnis
   Vergleichsskala: bestes Ergebnis links, höchste Abhängigkeit rechts. */
.orientation-scale {
  margin: 34px 0 34px;
  padding-top: 25px;
  border-top: 1px solid rgba(255,255,255,.42);
}

.orientation-scale-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 16px;
}

.selfcheck-result .orientation-scale-head strong {
  font-size: 15px;
  color: #ffffff;
  letter-spacing: .01em;
}

.selfcheck-result .orientation-scale-head span {
  font-size: 13px;
  color: #d5e4fb;
}

.orientation-bands {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.orientation-band {
  position: relative;
  min-height: 190px;
  padding: 18px 16px 43px;
  border: 1px solid rgba(255,255,255,.58);
  background: rgba(255,255,255,.045);
  transition: border-color .18s ease, background .18s ease,
              box-shadow .18s ease, transform .18s ease;
}

.selfcheck-result .orientation-band-range {
  margin-bottom: 7px;
  font-size: 23px;
  line-height: 1.05;
  font-weight: 800;
  color: #ffffff;
}

.selfcheck-result .orientation-band-label {
  margin-bottom: 13px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  color: #ffffff;
}

.selfcheck-result .orientation-band-description {
  font-size: 12px;
  line-height: 1.48;
  color: #dce9fb;
}

.orientation-band-current {
  position: absolute;
  left: 15px;
  bottom: 13px;
  opacity: 0;
  padding: 4px 7px;
  background: #ffffff;
  color: #164694;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

/* Aktuelles Ergebnis: klarer, kräftiger Rahmen und optische Anhebung. */
.orientation-band.is-current {
  z-index: 2;
  border: 4px solid #ffffff;
  padding: 15px 13px 40px;
  background: rgba(255,255,255,.14);
  box-shadow: 0 10px 28px rgba(0,0,0,.20);
  transform: translateY(-4px);
}

.orientation-band.is-current .orientation-band-current {
  opacity: 1;
}

/* Kleine Richtungshilfe ohne zusätzliche Interaktion. */
.orientation-bands::before {
  content: "besser";
  display: none;
}
.orientation-bands::after {
  content: "kritischer";
  display: none;
}

@media (max-width: 900px) {
  .orientation-bands {
    grid-template-columns: 1fr 1fr;
  }
  .orientation-band {
    min-height: 168px;
  }
}

@media (max-width: 620px) {
  .orientation-scale-head {
    display: block;
  }
  .selfcheck-result .orientation-scale-head span {
    display: block;
    margin-top: 4px;
  }
  .orientation-bands {
    grid-template-columns: 1fr;
  }
  .orientation-band {
    min-height: 0;
    padding-bottom: 48px;
  }
  .orientation-band.is-current {
    padding-bottom: 45px;
  }
}
