:root {
  --dhi-red: #8f1024;
  --dhi-red-dark: #74101f;
  --ink: #172333;
  --muted: #596675;
  --paper: #fbfaf7;
  --paper-soft: #f4f1eb;
  --line: #e3ded5;
  --white: #ffffff;
  --presence: #2f6f9f;
  --presence-dark: #214f73;
  --presence-soft: #eaf2f8;
  --hybrid: #4e7a72;
  --hybrid-dark: #315b56;
  --hybrid-soft: #eef4f2;
  --academic: #132b46;
  --gold: #b98a36;
  --orange: #d88c1f;
  --yellow: #e7c54b;
  --shadow: 0 18px 50px rgba(23, 35, 51, 0.09);
  --shadow-soft: 0 10px 30px rgba(23, 35, 51, 0.06);
  --radius: 24px;
  --radius-sm: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  overflow-wrap: break-word;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.shell {
  width: min(1180px, calc(100% - 2.6rem));
  margin-inline: auto;
}

.sr-only,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 9999;
  padding: .7rem 1rem;
  background: var(--ink);
  color: white;
  border-radius: 8px;
}

.preview-flag {
  padding: .35rem 1rem;
  text-align: center;
  color: #634600;
  background: #fff4c9;
  border-bottom: 1px solid #ecd77e;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.topbar {
  color: white;
  background: var(--dhi-red-dark);
  font-size: .82rem;
}
.topbar__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.topbar__contact {
  display: flex;
  gap: 1rem;
  font-weight: 750;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(23, 35, 51, .08);
  box-shadow: 0 6px 22px rgba(23, 35, 51, .045);
  backdrop-filter: blur(12px);
}
.header__inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
}
.brand img { width: 176px; height: auto; }
.main-nav {
  display: flex;
  align-items: center;
  gap: .2rem;
  font-size: .86rem;
  font-weight: 750;
}
.main-nav a {
  padding: .55rem .68rem;
  border-radius: 999px;
}
.main-nav a:hover,
.main-nav a.is-active {
  color: var(--dhi-red-dark);
  background: #f6ecee;
}
.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(23, 35, 51, .15);
  border-radius: 999px;
  background: white;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}
.nav-toggle span:not(.sr-only) {
  width: 19px;
  height: 2px;
  border-radius: 2px;
  background: var(--ink);
}

.hero {
  padding: 2rem 0 2.6rem;
  background:
    radial-gradient(circle at 87% 22%, rgba(185, 138, 54, .12), transparent 23%),
    radial-gradient(circle at 11% 92%, rgba(78, 122, 114, .12), transparent 27%),
    linear-gradient(135deg, #fffdfa 0%, #f6f2ea 100%);
  border-bottom: 1px solid var(--line);
}
.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  gap: 2.5rem;
  align-items: center;
}
.hero__copy {
  padding: 2.1rem 0;
}
.eyebrow {
  margin: 0 0 .75rem;
  color: var(--dhi-red);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--ink);
}
h1 {
  max-width: 760px;
  margin: 0 0 1.2rem;
  font-size: clamp(3.2rem, 5.4vw, 5.7rem);
  line-height: .99;
  letter-spacing: -.047em;
}
.hero__lead {
  max-width: 720px;
  margin: 0 0 .85rem;
  color: #2e3e4d;
  font-size: 1.18rem;
  line-height: 1.58;
}
.hero__sub {
  max-width: 700px;
  margin: 0 0 1.45rem;
  color: var(--muted);
  font-size: 1.01rem;
}
.hero__actions,
.final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: .78rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .95rem;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button--presence {
  color: white;
  background: var(--presence);
  box-shadow: 0 10px 24px rgba(47, 111, 159, .2);
}
.button--hybrid {
  color: white;
  background: var(--hybrid-dark);
  box-shadow: 0 10px 24px rgba(49, 91, 86, .2);
}
.button--ink { color: white; background: var(--ink); }
.button--outline { border-color: rgba(23, 35, 51, .22); background: white; }
.button--soft { color: var(--ink); background: #f0ede7; border-color: #e1dbd1; }
.hero__media {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 35, 51, .09);
  border-radius: 28px;
  background: white;
  box-shadow: var(--shadow);
}
.hero__media:not(.hero__media--duo) img {
  width: 100%;
  min-height: 460px;
  object-fit: cover;
  object-position: 68% center;
}
.hero__media figcaption {
  padding: .9rem 1.1rem;
  color: var(--muted);
  font-size: .85rem;
  font-weight: 700;
}

.section { padding: 4.7rem 0; }
.section-heading { max-width: 780px; margin-bottom: 2rem; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading h2,
.audience h2,
.shared-copy h2,
.recognition h2,
.knowledge h2,
.official h2,
.final-cta h2 {
  margin: 0 0 .75rem;
  font-size: clamp(2.1rem, 3.7vw, 3.4rem);
  line-height: 1.09;
  letter-spacing: -.035em;
}
.section-heading p,
.audience p,
.shared-copy > p,
.recognition p,
.knowledge__intro p,
.official p,
.final-cta p {
  margin: 0;
  color: var(--muted);
}

.section--values { background: white; }
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.value-card {
  position: relative;
  min-height: 235px;
  padding: 1.45rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--paper);
  box-shadow: var(--shadow-soft);
}
.value-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--presence);
}
.value-card:nth-child(even)::before { background: var(--hybrid); }
.value-card--accent::before { background: var(--orange); }
.value-card__number {
  color: #a6adb5;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
}
.value-card h3 {
  margin: 1rem 0 .55rem;
  font-size: 1.48rem;
  line-height: 1.15;
}
.value-card p { margin: 0; color: var(--muted); font-size: .97rem; }

.section--audience {
  padding: 3.2rem 0;
  color: white;
  background: var(--ink);
}
.audience {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
  gap: 2.4rem;
  align-items: center;
}
.audience h2, .audience .eyebrow { color: white; }
.audience p { color: rgba(255,255,255,.76); }
.audience__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .6rem;
}
.audience__chips span {
  padding: .55rem .8rem;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  font-size: .9rem;
  font-weight: 750;
}

.learning { background: var(--paper); }
.learning-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.3rem;
  align-items: stretch;
}
.learning-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: white;
  box-shadow: var(--shadow);
}
.learning-card--presence { border-top: 7px solid var(--presence); }
.learning-card--hybrid { border-top: 7px solid var(--hybrid); }
.learning-card__media {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  background: #e8ecef;
}
.learning-card__media > img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: 48% 50%;
}
.format-badge {
  position: absolute;
  left: 1rem;
  top: 1rem;
  padding: .38rem .72rem;
  border-radius: 999px;
  color: white;
  background: rgba(23,35,51,.78);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .04em;
  backdrop-filter: blur(8px);
}
.learning-card--presence .format-badge { background: rgba(33,79,115,.9); }
.learning-card--hybrid .format-badge { background: rgba(49,91,86,.92); }
.learning-card__body { padding: 1.55rem 1.65rem 1.7rem; }
.learning-card__body h3 {
  margin: 0 0 .75rem;
  font-size: 1.8rem;
  line-height: 1.12;
}
.learning-card__body p { margin: 0 0 1rem; color: #40505e; }
.learning-card__body ul { margin: 0 0 1rem; padding-left: 1.2rem; color: var(--muted); }
.learning-card__body li { margin-bottom: .3rem; }
.text-link { color: var(--ink); font-weight: 900; }
.learning-card--presence .text-link { color: var(--presence-dark); }
.learning-card--hybrid .text-link { color: var(--hybrid-dark); }
.learning-card__cta {
  width: 100%;
  margin-top: .35rem;
}
.inline-link {
  color: var(--dhi-red-dark);
  font-weight: 850;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
}
.inline-link:hover { color: var(--dhi-red); }

.hybrid-visual {
  display: grid;
  grid-template-columns: 1fr auto .72fr;
  gap: 1.2rem;
  align-items: center;
  justify-items: center;
  padding: 3.2rem 2rem 2rem;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.86), transparent 31%),
    linear-gradient(135deg, #dfeae6, #a9c0ba);
}
.hybrid-visual__screen {
  width: min(255px, 100%);
  aspect-ratio: 4 / 3;
  padding: 1rem;
  border: 8px solid var(--hybrid-dark);
  border-radius: 16px;
  background: white;
  box-shadow: 0 12px 30px rgba(49,91,86,.18);
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: .8rem;
  align-items: center;
}
.hybrid-visual__screen::after {
  content: "";
  width: 70%;
  height: 9px;
  border-radius: 999px;
  background: var(--hybrid-dark);
  position: absolute;
  left: 15%;
  bottom: -18px;
}
.hybrid-visual__screen { position: relative; }
.hybrid-visual__person {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 35%, #f2c7a6 0 17%, transparent 18%),
    radial-gradient(circle at 50% 37%, #6a4b3d 0 27%, transparent 28%),
    linear-gradient(180deg, transparent 0 48%, var(--presence) 49% 100%);
}
.hybrid-visual__lines { display: grid; gap: .55rem; }
.hybrid-visual__lines i { display: block; height: 8px; border-radius: 999px; background: #cbd8d5; }
.hybrid-visual__lines i:nth-child(2) { width: 82%; }
.hybrid-visual__lines i:nth-child(3) { width: 62%; }
.hybrid-visual__bridge { color: var(--hybrid-dark); font-size: 2.4rem; font-weight: 300; }
.hybrid-visual__practice {
  display: flex;
  gap: .35rem;
  align-items: flex-end;
  justify-content: center;
  min-height: 150px;
  width: 100%;
  padding: 1rem .6rem;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
}
.hybrid-visual__practice span {
  width: 52px;
  height: 85px;
  border-radius: 28px 28px 10px 10px;
  background: var(--hybrid-dark);
  position: relative;
}
.hybrid-visual__practice span::before {
  content: "";
  position: absolute;
  top: -38px;
  left: 7px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #d7b394;
}
.hybrid-visual__practice span:nth-child(2) { height: 105px; background: var(--presence-dark); }

.section--compare { background: white; }
.compare-wrap {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow-soft);
}
.compare-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: white;
}
.compare-table th,
.compare-table td {
  padding: 1rem 1.05rem;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
  text-align: left;
}
.compare-table thead th {
  color: white;
  background: var(--ink);
  font-size: .92rem;
  font-weight: 900;
}
.compare-table thead th:first-child { width: 25%; }
.compare-table .presence-head { background: var(--presence-dark); }
.compare-table .hybrid-head { background: var(--hybrid-dark); }
.compare-table tbody th {
  color: var(--ink);
  background: #f6f3ed;
  font-size: .92rem;
}
.compare-table td { color: #455360; font-size: .92rem; }
.compare-table tr:last-child th,
.compare-table tr:last-child td { border-bottom: 0; }
.compare-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border: 1px dashed #cfc6b8;
  border-radius: 16px;
  color: var(--muted);
  background: var(--paper);
  font-size: .9rem;
}
.compare-action .button { cursor: default; }

.section--shared { background: var(--paper-soft); }
.shared-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 2rem;
  align-items: start;
}
.shared-photo {
  margin: 1.4rem 0 0;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: var(--shadow-soft);
}
.shared-photo img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  object-position: 42% center;
}
.checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .72rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.checklist > li {
  min-height: 86px;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: .65rem;
  align-items: start;
  padding: .9rem;
  border: 1px solid #ded8ce;
  border-radius: 14px;
  background: white;
}
.checklist span {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  background: var(--hybrid-dark);
  font-weight: 900;
}
.checklist p { margin: .1rem 0 0; color: #40505e; font-size: .9rem; line-height: 1.4; }

.recognition {
  color: white;
  background:
    radial-gradient(circle at 82% 25%, rgba(185,138,54,.22), transparent 24%),
    linear-gradient(125deg, var(--academic), #1c3f61);
}
.recognition__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
  gap: 2rem;
  align-items: center;
}
.recognition h2,
.recognition .eyebrow { color: white; }
.recognition p { color: rgba(255,255,255,.78); }
.hpp-card {
  padding: 1.4rem;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 20px;
  background: rgba(255,255,255,.09);
  box-shadow: 0 18px 40px rgba(0,0,0,.16);
}
.hpp-card__tag {
  display: inline-flex;
  margin-bottom: .75rem;
  padding: .36rem .65rem;
  border-radius: 999px;
  color: #2d2209;
  background: #e5c879;
  font-size: .78rem;
  font-weight: 900;
}
.hpp-card p { margin: 0; color: white; }

.path { background: white; }
.path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.path-card {
  position: relative;
  min-height: 245px;
  padding: 1.45rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
}
.path-card::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -50px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(47,111,159,.1);
}
.path-card:nth-child(2)::after { background: rgba(78,122,114,.12); }
.path-card--master {
  color: white;
  border-color: var(--academic);
  background: var(--academic);
}
.path-card--master h3 { color: white; }
.path-card--master p { color: rgba(255,255,255,.74); }
.path-card--master::after { background: rgba(185,138,54,.18); }
.path-card > span {
  color: var(--dhi-red);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.path-card--master > span { color: #e6c97d; }
.path-card h3 {
  position: relative;
  z-index: 1;
  margin: 1rem 0 .65rem;
  font-size: 1.65rem;
  line-height: 1.13;
}
.path-card p { position: relative; z-index: 1; margin: 0; color: var(--muted); }
.expert-note {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
  padding: 1rem 1.15rem;
  border-left: 5px solid var(--gold);
  border-radius: 0 14px 14px 0;
  background: #f5efe1;
}
.expert-note a { color: var(--academic); font-weight: 900; }


.orientation {
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
  background: white;
}
.orientation__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  padding: 1.65rem 1.8rem;
  border: 1px solid var(--line);
  border-left: 6px solid var(--orange);
  border-radius: 20px;
  background: linear-gradient(135deg, #fffdfa, #f7f2e8);
  box-shadow: var(--shadow-soft);
}
.orientation h2 {
  margin: 0 0 .65rem;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  line-height: 1.1;
  letter-spacing: -.03em;
}
.orientation p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
}
.orientation .button { min-width: 245px; }

.knowledge { background: var(--paper-soft); }
.knowledge__grid {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
  gap: 2rem;
  align-items: start;
}
.knowledge__intro .button { margin-top: 1.2rem; }
.knowledge-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
}
.knowledge-cards > * {
  min-height: 142px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  border: 1px solid #ded8ce;
  border-radius: 14px;
  background: white;
}
.knowledge-cards > a:hover { border-color: var(--dhi-red); }
.knowledge-cards strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  line-height: 1.2;
}
.knowledge-cards span { color: var(--muted); font-size: .86rem; }
.knowledge-card--planned { border-style: dashed !important; background: rgba(255,255,255,.58) !important; }
.knowledge-card--planned::after {
  content: "vorgesehen";
  align-self: flex-start;
  padding: .22rem .48rem;
  border-radius: 999px;
  color: #684900;
  background: #fff0bd;
  font-size: .7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.official { background: white; }
.official__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(135deg, #fffdfa, #f5f1ea);
  box-shadow: var(--shadow-soft);
}

.final-cta {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: white;
  background: var(--dhi-red-dark);
}
.final-cta__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
}
.final-cta h2,
.final-cta .eyebrow { color: white; }
.final-cta p { color: rgba(255,255,255,.76); }
.final-cta .button--soft { background: white; }

.site-footer {
  padding: 2.6rem 0;
  color: #cfd5dc;
  background: #111925;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 2rem;
}
.footer-wordmark {
  display: block;
  margin-bottom: .65rem;
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
}
.footer__grid p { margin: 0; color: #9eabb9; font-size: .9rem; }
.footer__grid > div:not(:first-child) { display: flex; flex-direction: column; gap: .35rem; }
.footer__grid strong { margin-bottom: .25rem; color: white; }
.footer__grid a { color: #b7c2cd; font-size: .88rem; }
.footer__grid a:hover { color: white; }

@media (max-width: 1040px) {
  .main-nav { gap: 0; font-size: .8rem; }
  .main-nav a { padding-inline: .48rem; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__media:not(.hero__media--duo) img { min-height: 360px; object-position: 68% center; }
  .value-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shared-grid,
  .recognition__grid,
  .knowledge__grid { grid-template-columns: 1fr; }
  .shared-photo { max-width: 640px; }
}

@media (max-width: 860px) {
  body { font-size: 17px; }
  .topbar__inner { min-height: 34px; justify-content: center; text-align: center; }
  .topbar__contact { display: none; }
  .header__inner { min-height: 66px; flex-wrap: wrap; }
  .brand img { width: 148px; }
  .nav-toggle { display: inline-flex; margin-left: auto; }
  .main-nav {
    display: none;
    flex-basis: 100%;
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    padding: .6rem 0 .9rem;
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { width: 100%; padding: .65rem .8rem; }
  .hero { padding-top: 1rem; }
  .hero__copy { padding: 1rem 0 0; }
  h1 { font-size: clamp(2.75rem, 10.5vw, 4.7rem); }
  .hero__media:not(.hero__media--duo) img { min-height: 310px; }
  .audience { grid-template-columns: 1fr; }
  .audience__chips { justify-content: flex-start; }
  .learning-grid,
  .path-grid { grid-template-columns: 1fr; }
  .learning-card__media,
  .learning-card__media > img { min-height: 270px; height: 270px; }
  .compare-action,
  .expert-note,
  .official__inner,
  .final-cta__inner { grid-template-columns: 1fr; }
  .compare-action { align-items: stretch; }
  .checklist { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 1.4rem, 1180px); }
  .preview-flag { font-size: .67rem; }
  .topbar { font-size: .72rem; }
  .hero__lead { font-size: 1.04rem; }
  .hero__actions,
  .final-cta__actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; white-space: normal; }
  .hero__media:not(.hero__media--duo) img { min-height: 255px; object-position: 70% center; }
  .section { padding: 3.5rem 0; }
  .value-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 0; }
  .learning-card__media,
  .learning-card__media > img { min-height: 230px; height: 230px; }
  .hybrid-visual {
    grid-template-columns: 1fr;
    gap: 1.3rem;
    padding: 3rem 1.1rem 1.4rem;
  }
  .hybrid-visual__bridge { line-height: .7; }
  .hybrid-visual__practice { min-height: 120px; max-width: 240px; }
  .compare-wrap { overflow: visible; border: 0; box-shadow: none; }
  .compare-table,
  .compare-table thead,
  .compare-table tbody,
  .compare-table tr,
  .compare-table th,
  .compare-table td { display: block; width: 100%; }
  .compare-table thead { display: none; }
  .compare-table tr {
    margin-bottom: .85rem;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: white;
    box-shadow: var(--shadow-soft);
  }
  .compare-table tbody th {
    padding: .8rem .9rem;
    background: var(--ink);
    color: white;
  }
  .compare-table td {
    position: relative;
    padding: 2.25rem .9rem .8rem;
    border-bottom: 1px solid var(--line);
  }
  .compare-table td:last-child { border-bottom: 0; }
  .compare-table td::before {
    content: attr(data-label);
    position: absolute;
    left: .9rem;
    top: .55rem;
    color: var(--presence-dark);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .compare-table td[data-label="Hybrid"]::before { color: var(--hybrid-dark); }
  .shared-photo img { height: 220px; }
  .recognition__grid { gap: 1rem; }
  .knowledge-cards { grid-template-columns: 1fr; }
  .official__inner { padding: 1.2rem; }
  .footer__grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}


@media (max-width: 820px) {
  .orientation__inner { grid-template-columns: 1fr; gap: 1.1rem; }
  .orientation .button { width: 100%; min-width: 0; }
}


/* ==========================================================================
   ROOT-PILOT V2G – freigegebene Korrekturen
   Nur freigegebene Nachkorrekturen: E-Mail im Header, Original-Zielgruppensatz,
   ausführlichere Stufenbeschreibung, ruhige Lernformüberschrift und Transparenz direkt nach der Auswahl.
   ========================================================================== */

.topbar__address { min-width: 0; }
.topbar__link {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  color: #fff;
  white-space: nowrap;
}
.topbar__link:hover { text-decoration: underline; text-underline-offset: .18em; }
.topbar__icon { font-size: .92rem; line-height: 1; }

.path-card--master p { color: rgba(255,255,255,.92); }
.path-card--master h3 { color: #ffffff; }

.expert-note {
  grid-template-columns: auto 1fr;
}


.footer__grid--expanded {
  grid-template-columns: 1.45fr repeat(3, minmax(0, 1fr));
}
.footer__address {
  margin-top: 1rem;
  color: #b7c2cd;
  font-style: normal;
  font-size: .9rem;
  line-height: 1.65;
}
.footer__address a { color: #dce3ea; }
.footer__address a:hover { color: #fff; }
.footer__legal {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,.12);
}
.footer__legal p {
  max-width: 1120px;
  margin: 0 0 .55rem;
  color: #9eabb9;
  font-size: .77rem;
  line-height: 1.55;
}
.footer__legal strong { color: #dbe2e8; }

@media (max-width: 1040px) {
  .footer__grid--expanded { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  .topbar__inner {
    min-height: 42px;
    flex-direction: column;
    gap: .28rem;
    padding-block: .35rem;
  }
  .topbar__address { display: none; }
  .topbar__contact {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: .8rem;
    font-size: .78rem;
  }
  .learning-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .learning-card__body { padding-inline: 1.25rem; }
}

@media (max-width: 760px) {
  .learning-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .topbar__contact {
    justify-content: space-between;
    gap: .45rem;
    font-size: .72rem;
  }
  .topbar__link--whatsapp { font-weight: 800; }
  .footer__grid--expanded { grid-template-columns: 1fr; }
}

/* ROOT-PILOT V2G – ausschließlich freigegebene Nachkorrekturen */
.topbar__address {
  display: inline-flex;
  align-items: center;
  color: #fff;
  white-space: nowrap;
}
.topbar__address:hover {
  text-decoration: underline;
  text-underline-offset: .18em;
}
.topbar__contact {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .28rem .85rem;
}
.topbar__link--email { font-weight: 650; }

.section--values .section-heading > p:last-child {
  color: #2e3e4d;
  font-size: 1.03rem;
}
.section--values .inline-link {
  color: inherit;
  text-decoration-color: rgba(23,35,51,.38);
}
.section--values .inline-link:hover {
  color: var(--ink);
  text-decoration-color: var(--ink);
}

.learning-heading {
  max-width: 840px;
  margin-bottom: 2rem;
  padding: 0;
  border: 0;
  background: transparent;
}
.learning-heading h2 {
  margin-bottom: .45rem;
  font-size: clamp(2.25rem, 3.75vw, 3.45rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.learning-heading__lead {
  margin: 0 0 .75rem;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.1vw, 1.75rem);
  font-weight: 700;
  line-height: 1.2;
}
.learning-heading__text {
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
}

.official--embedded {
  margin-top: 1.6rem;
  padding: 0;
  background: transparent;
}
.official--embedded .official__inner {
  padding: 1.55rem 1.65rem;
}

@media (max-width: 1040px) {
  .topbar__inner { padding-block: .25rem; }
  .topbar__address { font-size: .76rem; }
  .topbar__contact { font-size: .75rem; }
}

@media (max-width: 860px) {
  .topbar__contact {
    row-gap: .12rem;
    justify-content: center;
  }
  .topbar__link--email {
    flex-basis: 100%;
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .topbar__contact { gap: .16rem .65rem; }
  .topbar__link { font-size: .74rem; }
  .learning-heading h2 { font-size: clamp(2.15rem, 9vw, 3rem); }
  .official--embedded .official__inner { padding: 1.2rem; }
}
