/* ============================================================
   DanubeHandwerk — Landing pages (Weiche, Betriebe, Fachkräfte)
   Scoped under .dh-lp so nothing leaks into theme/portal.
   Brand world matches the approved drafts (nightblue/gold),
   theme-aware (light default + dark), toggled via <html data-theme>.
   ============================================================ */

/* ---- Hide block-theme chrome + global flag switcher on landing pages,
        and let .dh-lp break out to full viewport width. ---- */
body.dh-landing-page header.wp-block-template-part,
body.dh-landing-page footer.wp-block-template-part,
body.dh-landing-page .dh-lang-switch,
body.dh-landing-page .wp-block-post-title { display: none !important; }
body.dh-landing-page {
  margin: 0; overflow-x: hidden; background: #e8edf4;
  --wp--style--root--padding-top: 0; --wp--style--root--padding-right: 0;
  --wp--style--root--padding-bottom: 0; --wp--style--root--padding-left: 0;
}
@media (prefers-color-scheme: dark) { body.dh-landing-page { background: #0b1420; } }
:root[data-theme="dark"] body.dh-landing-page { background: #0b1420; }
:root[data-theme="light"] body.dh-landing-page { background: #e8edf4; }
body.dh-landing-page .wp-site-blocks,
body.dh-landing-page .wp-site-blocks > main,
body.dh-landing-page .wp-block-post-content,
body.dh-landing-page .entry-content,
body.dh-landing-page .wp-block-group.is-layout-constrained,
body.dh-landing-page .is-layout-constrained,
body.dh-landing-page .is-layout-flow {
  max-width: none !important; width: auto !important; margin: 0 !important; padding: 0 !important;
}
/* Release our wrapper from the theme's ".is-layout-constrained > *" child
   max-width + auto-centering — that was pinning .dh-lp to the ~645px content size. */
body.dh-landing-page .wp-block-post-content > .dh-lp,
body.dh-landing-page .entry-content > .dh-lp,
body.dh-landing-page .is-layout-constrained > .dh-lp,
body.dh-landing-page .dh-lp {
  max-width: none !important; width: 100% !important; margin-left: 0 !important; margin-right: 0 !important;
}

/* ============ TOKENS (scoped) ============ */
.dh-lp {
  --ground: #e8edf4; --ground-2: #eef2f8; --panel: #ffffff; --panel-2: #f4f7fb;
  --line: #d2dae6; --line-soft: #e3e9f1;
  --ink: #0b1420; --ink-soft: #45566b; --ink-faint: #7c8a9c;
  --gold: #9a7d24; --gold-deep: #8a6f1f; --gold-soft: rgba(154,125,36,.12);
  --blue: #2f7fce; --blue-deep: #1f6fc0; --blue-soft: rgba(47,127,206,.1);
  --grid: rgba(11,20,32,.05); --grid-gold: rgba(154,125,36,.06);
  --ok: #2e9c63; --warn: #b9832a;
  --radius: 16px; --radius-s: 10px; --radius-pill: 999px;
  --shadow: 0 20px 50px -22px rgba(12,22,38,.25);
  --maxw: 1200px;
}
@media (prefers-color-scheme: dark) {
  .dh-lp {
    --ground: #0b1420; --ground-2: #0e1a29; --panel: #111f30; --panel-2: #0d1826;
    --line: #21334c; --line-soft: #182741; --ink: #e9eef4; --ink-soft: #9fb0c4; --ink-faint: #68788d;
    --gold: #d4b25c; --gold-deep: #c9a54a; --gold-soft: rgba(201,165,74,.12);
    --blue: #55a1e6; --blue-deep: #3f8bd0; --blue-soft: rgba(85,161,230,.12);
    --grid: rgba(120,150,190,.07); --grid-gold: rgba(201,165,74,.06);
    --ok: #4bbd7d; --warn: #d9a441; --shadow: 0 24px 60px -20px rgba(0,0,0,.6);
  }
}
:root[data-theme="dark"] .dh-lp {
  --ground: #0b1420; --ground-2: #0e1a29; --panel: #111f30; --panel-2: #0d1826;
  --line: #21334c; --line-soft: #182741; --ink: #e9eef4; --ink-soft: #9fb0c4; --ink-faint: #68788d;
  --gold: #d4b25c; --gold-deep: #c9a54a; --gold-soft: rgba(201,165,74,.12);
  --blue: #55a1e6; --blue-deep: #3f8bd0; --blue-soft: rgba(85,161,230,.12);
  --grid: rgba(120,150,190,.07); --grid-gold: rgba(201,165,74,.06);
  --ok: #4bbd7d; --warn: #d9a441; --shadow: 0 24px 60px -20px rgba(0,0,0,.6);
}
:root[data-theme="light"] .dh-lp {
  --ground: #e8edf4; --ground-2: #eef2f8; --panel: #ffffff; --panel-2: #f4f7fb;
  --line: #d2dae6; --line-soft: #e3e9f1; --ink: #0b1420; --ink-soft: #45566b; --ink-faint: #7c8a9c;
  --gold: #9a7d24; --gold-deep: #8a6f1f; --gold-soft: rgba(154,125,36,.12);
  --blue: #2f7fce; --blue-deep: #1f6fc0; --blue-soft: rgba(47,127,206,.1);
  --grid: rgba(11,20,32,.05); --grid-gold: rgba(154,125,36,.06);
  --ok: #2e9c63; --warn: #b9832a; --shadow: 0 20px 50px -22px rgba(12,22,38,.25);
}

/* ============ BASE ============ */
.dh-lp * { box-sizing: border-box; }
.dh-lp {
  background:
    radial-gradient(1100px 520px at 78% -8%, var(--gold-soft), transparent 60%),
    linear-gradient(var(--grid) 1px, transparent 1px) 0 0 / 100% 34px,
    linear-gradient(90deg, var(--grid) 1px, transparent 1px) 0 0 / 34px 100%,
    var(--ground);
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: clip;
}
.dh-lp img { max-width: 100%; }
.dh-lp a { color: inherit; text-decoration: none; }
.dh-lp .wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.dh-lp .tag {
  font-family: ui-monospace, Menlo, monospace; font-size: 11.5px; letter-spacing: .16em;
  text-transform: uppercase; color: var(--gold);
}

/* ============ HEADER ============ */
.dh-lp .dh-head {
  position: sticky; top: 0; z-index: 40; backdrop-filter: saturate(1.2) blur(10px);
  background: color-mix(in srgb, var(--ground) 82%, transparent); border-bottom: 1px solid var(--line-soft);
}
.dh-lp .head-in { display: flex; align-items: center; gap: 20px; height: 70px; }
.dh-lp .brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.dh-lp .brand .brandmark { width: 34px; height: 34px; display: block; flex: none; border-radius: 8px; border: 1px solid var(--line); box-shadow: 0 1px 3px rgba(0,0,0,.18); }
@media (prefers-color-scheme: dark) { .dh-lp .brand .brandmark { border-color: rgba(201,165,74,.35); } }
:root[data-theme="dark"] .dh-lp .brand .brandmark { border-color: rgba(201,165,74,.35); }
:root[data-theme="light"] .dh-lp .brand .brandmark { border-color: var(--line); }
.dh-lp .brand .name { font-weight: 850; font-size: 20px; letter-spacing: -.015em; color: var(--ink); }
.dh-lp .brand .name b { color: var(--gold); font-weight: 850; }
.dh-lp nav.mainnav { display: flex; gap: 26px; align-items: center; }
.dh-lp nav.mainnav a { color: var(--ink-soft); font-size: 14.5px; font-weight: 550; transition: color .15s; }
.dh-lp nav.mainnav a:hover { color: var(--ink); }
.dh-lp .head-right { display: flex; align-items: center; gap: 14px; }
.dh-lp .flags { display: inline-flex; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.dh-lp .flags a {
  display: inline-flex; align-items: center; padding: 5px 9px; font-size: 13px;
  color: var(--ink-faint); line-height: 1; font-weight: 600;
}
.dh-lp .flags a.is-active { background: var(--gold-soft); color: var(--gold); font-weight: 700; }
.dh-lp .themebtn {
  display: inline-flex; align-items: center; gap: 7px; cursor: pointer;
  border: 1px solid var(--line); background: var(--panel); color: var(--ink-soft);
  border-radius: 999px; padding: 7px 14px 7px 12px; font-size: 13px; font-weight: 600; line-height: 1; transition: .16s;
}
.dh-lp .themebtn:hover { border-color: var(--gold); color: var(--gold); }
.dh-lp .themebtn svg { width: 15px; height: 15px; display: block; }
.dh-lp .themebtn .ic-sun { display: none; }
.dh-lp .themebtn.is-dark .ic-sun { display: block; }
.dh-lp .themebtn.is-dark .ic-moon { display: none; }
.dh-lp .btn {
  display: inline-flex; align-items: center; gap: 8px; justify-content: center;
  border-radius: var(--radius-s); font-weight: 650; font-size: 14.5px; cursor: pointer;
  padding: 11px 18px; border: 1px solid transparent; transition: .16s; white-space: nowrap;
}
.dh-lp .btn--login { border-color: var(--line); color: var(--ink); background: var(--panel); }
.dh-lp .btn--login:hover { border-color: var(--gold); color: var(--gold); }
.dh-lp .btn--primary { background: var(--blue); color: #fff; border-color: var(--blue); box-shadow: 0 8px 20px -8px color-mix(in srgb, var(--blue) 70%, transparent); }
.dh-lp .btn--primary:hover { background: var(--blue-deep); border-color: var(--blue-deep); transform: translateY(-1px); }
.dh-lp .btn--ghost { border-color: var(--line); color: var(--ink); }
.dh-lp .btn--ghost:hover { border-color: var(--gold); color: var(--gold); }
.dh-lp .btn--lg { padding: 15px 26px; font-size: 16px; }

/* ============ HERO ============ */
.dh-lp .hero { padding: 68px 0 42px; }
.dh-lp .hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; align-items: center; }
.dh-lp .hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.dh-lp .hero-eyebrow .dot { width: 7px; height: 7px; background: var(--gold); transform: rotate(45deg); }
.dh-lp h1.hero-h {
  font-size: clamp(2.4rem, 5.4vw, 3.9rem); line-height: 1.03; letter-spacing: -.03em;
  font-weight: 860; margin: 0 0 20px; text-wrap: balance; color: var(--ink);
}
.dh-lp h1.hero-h em { font-style: normal; color: var(--gold); background: linear-gradient(transparent 62%, var(--gold-soft) 62%); padding: 0 .06em; }
.dh-lp .hero-sub { font-size: 18px; color: var(--ink-soft); max-width: 40ch; margin: 0 0 30px; }
.dh-lp .hero-cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.dh-lp .applicant, .dh-lp .switch {
  margin-top: 26px; display: inline-flex; align-items: center; gap: 10px;
  border: 1px dashed var(--line); border-radius: 999px; padding: 7px 15px; font-size: 13.5px; color: var(--ink-soft);
}
.dh-lp .applicant a, .dh-lp .switch a { color: var(--gold); font-weight: 650; border-bottom: 1px solid transparent; }
.dh-lp .applicant a:hover, .dh-lp .switch a:hover { border-color: var(--gold); }
.dh-lp .applicant .hu { font-size: 12px; color: var(--ink-faint); }

/* ---- Live-Portal preview + doc card (Betriebe) ---- */
.dh-lp .portal {
  position: relative; background: linear-gradient(180deg, var(--panel), var(--panel-2));
  border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 18px; overflow: hidden;
}
.dh-lp .portal::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(var(--grid-gold) 1px, transparent 1px) 0 0 / 100% 28px,
    linear-gradient(90deg, var(--grid-gold) 1px, transparent 1px) 0 0 / 28px 100%;
  mask: linear-gradient(180deg, #000, transparent 78%);
}
.dh-lp .portal-bar { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; position: relative; }
.dh-lp .portal-bar .live { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ok); }
.dh-lp .portal-bar .live i { width: 7px; height: 7px; border-radius: 50%; background: var(--ok); animation: dhlp-pulse 2s infinite; }
@keyframes dhlp-pulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
.dh-lp .p-title { font-weight: 750; font-size: 14px; position: relative; color: var(--ink); }
.dh-lp .p-row { position: relative; display: grid; grid-template-columns: 1fr auto auto; gap: 10px 14px; align-items: center; padding: 12px 4px; border-top: 1px solid var(--line-soft); }
.dh-lp .p-row .who { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.dh-lp .p-row .who b { font-weight: 650; font-size: 14px; }
.dh-lp .p-row .who span { font-size: 12px; color: var(--ink-faint); }
.dh-lp .p-row .h { font-family: ui-monospace, Menlo, monospace; font-variant-numeric: tabular-nums; font-weight: 700; font-size: 15px; }
.dh-lp .chip { font-size: 11px; font-weight: 650; padding: 3px 9px; border-radius: 999px; white-space: nowrap; }
.dh-lp .chip--ok { background: color-mix(in srgb, var(--ok) 16%, transparent); color: var(--ok); }
.dh-lp .chip--wait { background: var(--gold-soft); color: var(--gold); }
.dh-lp .p-foot { position: relative; margin-top: 12px; padding-top: 14px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.dh-lp .p-foot .sum { font-size: 12px; color: var(--ink-faint); }
.dh-lp .p-foot .sum b { color: var(--ink); font-family: ui-monospace, Menlo, monospace; font-variant-numeric: tabular-nums; }
.dh-lp .thumbs { display: flex; gap: 6px; }
.dh-lp .thumbs img { width: 46px; height: 34px; object-fit: cover; border-radius: 5px; border: 1px solid var(--line); display: block; }

/* ---- Hero photo + badge (Fachkräfte) ---- */
.dh-lp .hero-photo { position: relative; }
.dh-lp .hero-photo > img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 38%; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); display: block; }
.dh-lp .photo-badge { position: absolute; left: 16px; right: 16px; bottom: 16px; display: flex; align-items: center; gap: 10px; background: color-mix(in srgb, var(--panel) 88%, transparent); backdrop-filter: blur(6px); border: 1px solid var(--line); border-radius: 12px; padding: 10px 14px; }
.dh-lp .photo-badge .pb-l { font-size: 12px; color: var(--ink-faint); margin-right: auto; line-height: 1.3; }
.dh-lp .photo-badge .pb-h { font-family: ui-monospace, Menlo, monospace; font-weight: 700; font-variant-numeric: tabular-nums; font-size: 16px; }

/* ============ TRUST ============ */
.dh-lp .trust { border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); background: color-mix(in srgb, var(--panel) 40%, transparent); }
.dh-lp .trust-in { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; padding: 26px 0; }
.dh-lp .trust .item { display: flex; gap: 13px; align-items: flex-start; }
.dh-lp .trust .item svg { width: 26px; height: 26px; flex: none; color: var(--gold); margin-top: 2px; }
.dh-lp .trust .item b { display: block; font-size: 15px; font-weight: 650; }
.dh-lp .trust .item span { font-size: 13.5px; color: var(--ink-soft); }

/* ============ SECTIONS ============ */
.dh-lp section.block { padding: 74px 0; }
.dh-lp .sec-head { max-width: 640px; margin: 0 0 40px; }
.dh-lp .sec-head h2 { font-size: clamp(1.9rem, 3.4vw, 2.6rem); line-height: 1.08; letter-spacing: -.02em; margin: 14px 0 12px; text-wrap: balance; font-weight: 820; color: var(--ink); }
.dh-lp .sec-head p { color: var(--ink-soft); font-size: 17px; margin: 0; }
.dh-lp .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.dh-lp .step { position: relative; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px 24px; }
.dh-lp .step .num { font-family: ui-monospace, Menlo, monospace; font-size: 13px; color: var(--gold); letter-spacing: .1em; }
.dh-lp .step h3 { font-size: 18px; margin: 12px 0 8px; letter-spacing: -.01em; color: var(--ink); }
.dh-lp .step p { margin: 0; color: var(--ink-soft); font-size: 14.5px; }
.dh-lp .features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.dh-lp .feat { display: flex; gap: 14px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-s); background: color-mix(in srgb, var(--panel) 55%, transparent); }
.dh-lp .feat svg { width: 24px; height: 24px; color: var(--gold); flex: none; margin-top: 2px; }
.dh-lp .feat b { display: block; font-size: 15.5px; margin-bottom: 3px; color: var(--ink); }
.dh-lp .feat span { font-size: 14px; color: var(--ink-soft); }

/* ---- Showcase (Betriebe) ---- */
.dh-lp .showcase { display: grid; grid-template-columns: .92fr 1.08fr; gap: 26px; align-items: start; margin-bottom: 34px; }
.dh-lp .gallery { margin: 0; display: grid; gap: 12px; }
.dh-lp .gallery .g-main { width: 100%; aspect-ratio: 5 / 6; object-fit: cover; object-position: 50% 42%; border-radius: var(--radius); border: 1px solid var(--line); display: block; box-shadow: var(--shadow); }
.dh-lp .gallery figcaption { font-size: 13px; color: var(--ink-soft); line-height: 1.55; }
.dh-lp .gallery figcaption b { color: var(--ink); font-weight: 650; }
.dh-lp .gallery figcaption .tag { display: block; margin-bottom: 5px; }
.dh-lp .doc-card { padding: 18px; }
.dh-lp .doc-photo { width: 100%; height: 168px; object-fit: cover; object-position: 50% 40%; border-radius: var(--radius-s); border: 1px solid var(--line); display: block; margin: 4px 0 14px; position: relative; }
.dh-lp .doc-note { position: relative; font-size: 14.5px; color: var(--ink); line-height: 1.55; }
.dh-lp .doc-note .q { color: var(--gold); font-weight: 700; }
.dh-lp .doc-src { display: block; margin-top: 9px; font-size: 10.5px; letter-spacing: .1em; color: var(--ink-faint); text-transform: uppercase; }

/* ---- Gallery band (Fachkräfte) ---- */
.dh-lp .hu-gallery { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 14px; margin-bottom: 18px; }
.dh-lp .hu-gallery img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius-s); border: 1px solid var(--line); display: block; }
.dh-lp .hu-gallery img:first-child { aspect-ratio: 4 / 5; }
.dh-lp .gal-cap { font-size: 13.5px; color: var(--ink-soft); max-width: 70ch; }
.dh-lp .gal-cap b { color: var(--ink); }

/* ============ FINAL CTA ============ */
.dh-lp .final { position: relative; overflow: hidden; border-radius: 22px; border: 1px solid var(--line); background: linear-gradient(135deg, var(--panel), var(--panel-2)); padding: 56px 44px; text-align: center; box-shadow: var(--shadow); }
.dh-lp .final::after { content:""; position:absolute; inset:0; pointer-events:none; background: radial-gradient(600px 240px at 50% -30%, var(--gold-soft), transparent 70%); }
.dh-lp .final h2 { position: relative; font-size: clamp(1.9rem, 3.6vw, 2.7rem); letter-spacing: -.02em; margin: 0 0 12px; font-weight: 840; text-wrap: balance; color: var(--ink); }
.dh-lp .final p { position: relative; color: var(--ink-soft); font-size: 17px; margin: 0 auto 28px; max-width: 46ch; }
.dh-lp .final .micro { position: relative; margin-top: 16px; font-size: 12.5px; color: var(--ink-faint); }

/* ============ FOOTER ============ */
.dh-lp .dh-foot { border-top: 1px solid var(--line-soft); padding: 34px 0 46px; margin-top: 20px; }
.dh-lp .foot-in { display: flex; flex-wrap: wrap; gap: 16px 28px; align-items: center; }
.dh-lp .foot-in .brand .name { font-size: 17px; }
.dh-lp .foot-links { display: flex; gap: 20px; margin-left: auto; flex-wrap: wrap; }
.dh-lp .foot-links a { color: var(--ink-soft); font-size: 13.5px; }
.dh-lp .foot-links a:hover { color: var(--gold); }
.dh-lp .foot-legal { width: 100%; color: var(--ink-faint); font-size: 12.5px; margin-top: 4px; }

.dh-lp a:focus-visible, .dh-lp button:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; border-radius: 6px; }

/* ============ WEICHE (chooser) ============ */
.dh-lp--weiche { min-height: 100vh; display: flex; flex-direction: column; }
.dh-lp--weiche .dh-head { position: static; }
.dh-lp .chooser { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 52px 0 60px; }
.dh-lp .choose-head { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.dh-lp .choose-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.dh-lp .choose-eyebrow .dot { width: 7px; height: 7px; background: var(--gold); transform: rotate(45deg); }
.dh-lp h1.choose-h { font-size: clamp(2.1rem, 4.6vw, 3.2rem); line-height: 1.05; letter-spacing: -.025em; font-weight: 860; margin: 0 0 14px; text-wrap: balance; color: var(--ink); }
.dh-lp .choose-sub { font-size: 18px; color: var(--ink-soft); margin: 0; }
.dh-lp .paths { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: stretch; }
.dh-lp .path { position: relative; display: flex; flex-direction: column; background: linear-gradient(180deg, var(--panel), var(--panel-2)); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 32px 30px; box-shadow: var(--shadow); transition: transform .18s, border-color .18s; overflow: hidden; }
.dh-lp .path::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(var(--grid-gold) 1px, transparent 1px) 0 0 / 100% 30px, linear-gradient(90deg, var(--grid-gold) 1px, transparent 1px) 0 0 / 30px 100%; mask: linear-gradient(160deg, #000, transparent 62%); opacity: .8; }
.dh-lp .path:hover { transform: translateY(-3px); border-color: var(--gold); }
.dh-lp .path .ic { position: relative; width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; border: 1px solid var(--line); margin-bottom: 20px; }
.dh-lp .path .ic svg { width: 24px; height: 24px; }
.dh-lp .path .lbl { position: relative; }
.dh-lp .path h2 { position: relative; font-size: clamp(1.5rem, 2.6vw, 1.95rem); letter-spacing: -.02em; margin: 12px 0 8px; font-weight: 830; color: var(--ink); }
.dh-lp .path p { position: relative; color: var(--ink-soft); font-size: 15px; margin: 0 0 24px; max-width: 34ch; }
.dh-lp .path .go { position: relative; margin-top: auto; display: inline-flex; align-items: center; gap: 9px; align-self: flex-start; border-radius: 10px; font-weight: 700; font-size: 15px; padding: 12px 20px; transition: .16s; }
.dh-lp .path .go .hu { font-size: 12px; font-weight: 500; opacity: .8; }
.dh-lp .path--primary { border-color: color-mix(in srgb, var(--blue) 45%, var(--line)); }
.dh-lp .path--primary .ic { background: var(--blue-soft); border-color: color-mix(in srgb, var(--blue) 40%, var(--line)); color: var(--blue); }
.dh-lp .path--primary .go { background: var(--blue); color: #fff; box-shadow: 0 10px 24px -10px color-mix(in srgb, var(--blue) 70%, transparent); }
.dh-lp .path--primary:hover { border-color: var(--blue); }
.dh-lp .path--primary:hover .go { background: var(--blue-deep); }
.dh-lp .path--muted .ic { background: var(--gold-soft); color: var(--gold); }
.dh-lp .path--muted .go { border: 1px solid var(--line); color: var(--ink); }
.dh-lp .path--muted:hover .go { border-color: var(--gold); color: var(--gold); }
.dh-lp .relogin { text-align: center; margin-top: 30px; font-size: 14px; color: var(--ink-faint); }
.dh-lp .relogin a { color: var(--gold); font-weight: 650; border-bottom: 1px solid transparent; }
.dh-lp .relogin a:hover { border-color: var(--gold); }

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .dh-lp .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .dh-lp .portal, .dh-lp .hero-photo { order: 2; }
  .dh-lp .trust-in { grid-template-columns: 1fr; gap: 18px; }
  .dh-lp .steps { grid-template-columns: 1fr; }
  .dh-lp .features { grid-template-columns: 1fr; }
  .dh-lp .showcase { grid-template-columns: 1fr; }
  .dh-lp .hu-gallery { grid-template-columns: 1fr; }
  .dh-lp .hu-gallery img, .dh-lp .hu-gallery img:first-child { aspect-ratio: 16 / 10; }
  .dh-lp .paths { grid-template-columns: 1fr; gap: 16px; }
  .dh-lp nav.mainnav { display: none; }
}
@media (max-width: 560px) {
  .dh-lp .wrap { padding: 0 14px; }
  .dh-lp .hero { padding: 44px 0 30px; }
  .dh-lp .final { padding: 40px 22px; }
  .dh-lp .head-in { gap: 8px; }
  .dh-lp .brand { min-width: 0; margin-right: auto; }
  /* Handy: Wortmarke ausblenden — nur das Logo-Signet (sonst kollidiert die
     volle „DanubeHandwerk"-Marke bei body-zoom:1.1 mit Pille/Flaggen/Login). */
  .dh-lp .brand .name { display: none; }
  .dh-lp .brand .brandmark { width: 32px; height: 32px; }
  .dh-lp .themebtn, .dh-lp .flags, .dh-lp .btn--login { flex: none; }
  .dh-lp .head-right { gap: 8px; }
  .dh-lp .btn--login span { display: none; }
  .dh-lp .btn--login { padding: 9px 10px; }
  .dh-lp .themebtn { padding: 8px 9px; }
  .dh-lp .themebtn .tlabel { display: none; }
  .dh-lp .flags a { padding: 5px 7px; font-size: 12.5px; }
}
@media (prefers-reduced-motion: reduce) { .dh-lp * { animation: none !important; transition: none !important; } }
