:root {
  --ink: #0b1720;
  --ink-soft: #132734;
  --ink-lighter: #1a3342;
  --orange: #f58a18;
  --orange-dark: #da7007;
  --orange-pale: #fff1df;
  --cream: #f5f2ea;
  --paper: #fbfaf7;
  --white: #fff;
  --text: #24333c;
  --muted: #66737b;
  --line: #dce0de;
  --green: #4d9275;
  --container: 1240px;
  --shadow: 0 22px 65px rgba(6, 22, 32, .13);
}

/* Anfrage- und Fehlerseiten: eigenständige Conversion-Strecke und hilfreicher 404-Zustand. */
.inquiry-page, .not-found-page { background: #f4f7f8; color: #10232d; }
.inquiry-hero, .not-found-hero { position: relative; min-height: 560px; display: grid; align-items: end; overflow: hidden; background: #0b222e; color: #fff; }
.inquiry-hero > img, .not-found-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .5; }
.inquiry-hero::after, .not-found-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,18,27,.96) 0%, rgba(4,18,27,.7) 55%, rgba(4,18,27,.25) 100%), linear-gradient(0deg, rgba(4,18,27,.78), transparent 70%); }
.inquiry-hero__inner, .not-found-hero__inner { position: relative; z-index: 1; width: min(calc(100% - 40px), 1180px); margin-inline: auto; padding: 110px 0 72px; }
.inquiry-hero__inner { max-width: 1180px; }
.inquiry-hero__copy { max-width: 760px; }
.inquiry-kicker { display: inline-flex; padding: 7px 12px; border: 1px solid rgba(156,81,8,.28); border-radius: 999px; color: #9c5108; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.inquiry-hero .inquiry-kicker { border-color: rgba(255,255,255,.28); color: #ffb23e; }
.inquiry-hero h1, .not-found-hero h1 { max-width: 820px; margin: 18px 0; color: #fff; font-size: clamp(42px, 6vw, 76px); line-height: .98; letter-spacing: -.045em; }
.inquiry-hero p, .not-found-hero p { max-width: 720px; color: rgba(255,255,255,.84); font-size: 18px; line-height: 1.7; }
.inquiry-shell { width: min(calc(100% - 40px), 1180px); margin: -38px auto 0; padding-bottom: 100px; position: relative; z-index: 2; }
.inquiry-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 28px; align-items: start; }
.inquiry-card, .inquiry-aside, .not-found-card { border: 1px solid #d8e1e5; border-radius: 24px; background: #fff; box-shadow: 0 24px 70px rgba(8,30,41,.12); }
.inquiry-card { padding: clamp(26px, 5vw, 52px); }
.inquiry-aside { padding: 30px; }
.inquiry-card h2, .inquiry-aside h2, .not-found-card h2 { margin-top: 0; color: #10232d; }
.inquiry-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 28px; }
.inquiry-field { display: grid; gap: 8px; }
.inquiry-field--wide { grid-column: 1 / -1; }
.inquiry-field label { font-weight: 800; color: #17323e; }
.inquiry-field input, .inquiry-field select, .inquiry-field textarea { width: 100%; min-height: 52px; border: 1px solid #bdcdd4; border-radius: 12px; background: #fbfcfc; color: #10232d; padding: 12px 14px; font: inherit; }
.inquiry-field input::placeholder, .inquiry-field textarea::placeholder { color: #566870; opacity: 1; }
.inquiry-field textarea { min-height: 140px; resize: vertical; }
.inquiry-field input:focus, .inquiry-field select:focus, .inquiry-field textarea:focus { outline: 3px solid rgba(239,126,20,.22); border-color: #ef7e14; }
.inquiry-form__actions { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.inquiry-form__note, .inquiry-context { color: #526b76; font-size: 14px; line-height: 1.65; }
.inquiry-aside img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 16px; margin-bottom: 22px; }
.inquiry-aside__gallery { display: grid; grid-template-columns: 1.35fr .65fr; gap: 10px; margin-bottom: 22px; }
.inquiry-aside__gallery img { height: 100%; min-height: 220px; margin: 0; }
.inquiry-contact-list { display: grid; gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; }
.inquiry-contact-list a { display: block; padding: 15px 16px; border-radius: 12px; background: #f1f5f6; color: #153746; font-weight: 800; text-decoration: none; }
.not-found-shell { width: min(calc(100% - 40px), 980px); margin: -44px auto 0; padding-bottom: 100px; position: relative; z-index: 2; }
.not-found-card { padding: clamp(28px, 6vw, 60px); text-align: center; }
.not-found-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.not-found-card img { width: min(100%, 650px); aspect-ratio: 16 / 8; object-fit: cover; border-radius: 18px; margin-top: 34px; }
.not-found-card__gallery { display: grid; grid-template-columns: 1.25fr .75fr; gap: 14px; max-width: 820px; margin: 34px auto 0; }
.not-found-card__gallery img { width: 100%; height: 100%; min-height: 240px; margin: 0; }

@media (max-width: 820px) {
  .inquiry-grid { grid-template-columns: 1fr; }
  .inquiry-form { grid-template-columns: 1fr; }
  .inquiry-field--wide, .inquiry-form__actions { grid-column: auto; }
  .inquiry-hero, .not-found-hero { min-height: 480px; }
}

/* Editorial trust and interactive decision tools */
.seo-utility,
.editorial-integrity {
  width: min(calc(100% - 48px), 1180px);
  margin: 84px auto;
  border: 1px solid #d8e3e8;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(9, 35, 45, .09);
  color: #0d2731;
  overflow: hidden;
}

.seo-utility {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  padding: 42px;
  gap: 42px;
  background:
    radial-gradient(circle at 8% 5%, rgba(32, 184, 172, .16), transparent 29%),
    linear-gradient(145deg, #f8fcfc 0%, #fff 55%);
}

.seo-utility__intro h2,
.editorial-integrity__heading h2 {
  max-width: 760px;
  margin: 9px 0 16px;
  color: #0c252f;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.06;
  letter-spacing: -.035em;
}

.seo-utility__intro > p:last-child,
.editorial-integrity__heading > p:last-child {
  color: #526b74;
  line-height: 1.72;
}

.seo-utility .seo-kicker,
.editorial-integrity .seo-kicker {
  margin: 0;
  color: #087e76;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.seo-calculator {
  padding: 26px;
  border: 1px solid #dbe7e9;
  border-radius: 20px;
  background: rgba(255, 255, 255, .94);
}

.seo-calculator__inputs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.seo-calculator__inputs label {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: #39535d;
  font-size: 13px;
  font-weight: 750;
}

.seo-calculator__field {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-width: 0;
  border: 1px solid #cddcdf;
  border-radius: 11px;
  background: #fff;
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.seo-calculator__field:focus-within {
  border-color: #0d968c;
  box-shadow: 0 0 0 4px rgba(13, 150, 140, .12);
}

.seo-calculator__field input {
  width: 100%;
  min-width: 0;
  padding: 13px 10px 13px 14px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #102c36;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
}

.seo-calculator__field small {
  padding: 0 12px;
  color: #688088;
  font-size: 13px;
  font-weight: 800;
}

.seo-calculator__result {
  display: grid;
  gap: 5px;
  margin-top: 16px;
  padding: 18px 20px;
  border-radius: 14px;
  background: #092b35;
  color: #fff;
}

.seo-calculator__result span {
  color: #8fe3d7;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.seo-calculator__result strong {
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.1;
}

.seo-calculator__result small {
  color: #c8d7dc;
  line-height: 1.45;
}

.seo-utility__note {
  grid-column: 1 / -1;
  margin: -20px 0 0;
  padding-top: 20px;
  border-top: 1px solid #dce7ea;
  color: #647980;
  font-size: 13px;
  line-height: 1.65;
}

.editorial-integrity {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr);
  padding: 46px;
  gap: 34px;
  background:
    linear-gradient(90deg, rgba(10, 56, 67, .025) 1px, transparent 1px),
    linear-gradient(rgba(10, 56, 67, .025) 1px, transparent 1px),
    #fff;
  background-size: 22px 22px;
}

.editorial-author {
  display: grid;
  align-content: start;
  padding: 25px;
  border-radius: 18px;
  background: #0b303a;
  color: #fff;
}

.editorial-author > span {
  margin-bottom: 16px;
  color: #8ee2d6;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.editorial-author strong { font-size: 21px; }
.editorial-author small { margin-top: 3px; color: #bcd0d5; line-height: 1.4; }
.editorial-author p,
.seo-content .editorial-author p { margin: 19px 0; color: #d5e1e4; font-size: 13px; line-height: 1.62; }
.editorial-author a { color: #9eebdf; font-size: 13px; font-weight: 800; }

.editorial-method {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.editorial-method article {
  position: relative;
  padding: 23px;
  border: 1px solid #dbe5e8;
  border-radius: 16px;
  background: rgba(255, 255, 255, .92);
}

.editorial-method article > span {
  display: block;
  margin-bottom: 25px;
  color: #169f94;
  font-size: 13px;
  font-weight: 900;
}

.editorial-method strong { display: block; color: #15343e; font-size: 15px; }
.editorial-method p { margin: 9px 0 0; color: #597078; font-size: 13px; line-height: 1.62; }

.editorial-sources {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid #dbe5e8;
  border-radius: 16px;
  background: #dbe5e8;
  overflow: hidden;
}

.editorial-sources > span {
  grid-column: 1 / -1;
  padding: 13px 17px;
  background: #eef5f5;
  color: #4b656e;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.editorial-sources a {
  position: relative;
  display: grid;
  gap: 5px;
  min-height: 105px;
  padding: 18px 38px 17px 17px;
  background: #fff;
  color: #14333d;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}

.editorial-sources a:hover { background: #f0fbf9; color: #087d75; }
.editorial-sources b { font-size: 13px; }
.editorial-sources small { color: #657b83; font-size: 13px; line-height: 1.45; }
.editorial-sources i { position: absolute; top: 16px; right: 16px; color: #159b91; font-style: normal; }

@media (max-width: 880px) {
  .seo-utility { grid-template-columns: 1fr; }
  .seo-utility__note { margin-top: 0; }
  .editorial-integrity { grid-template-columns: 1fr; }
  .editorial-method { grid-template-columns: 1fr; }
  .editorial-sources { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .seo-utility,
  .editorial-integrity { width: min(calc(100% - 28px), 1180px); margin-block: 58px; padding: 25px 19px; border-radius: 20px; }
  .seo-calculator { padding: 18px 14px; }
  .seo-calculator__inputs,
  .editorial-sources { grid-template-columns: 1fr; }
  .editorial-sources > span { grid-column: 1; }
  .editorial-author,
  .editorial-method article { padding: 20px; }
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 16px; background: #fff; color: var(--ink); border-radius: 4px; }
.skip-link:focus { top: 16px; }

.utility-bar { background: #07121a; color: #aebbc2; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.utility-inner { height: 34px; display: flex; justify-content: space-between; align-items: center; }
.utility-inner a { color: #dce4e8; }
.utility-links { display: flex; align-items: center; gap: 22px; }
.utility-links span { position: relative; }
.utility-links span::before { content: ""; position: absolute; left: -12px; top: 50%; width: 3px; height: 3px; border-radius: 50%; background: #52636d; transform: translateY(-50%); }
.pulse-dot { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(245, 138, 24, .1); }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255, 255, 255, .96); border-bottom: 1px solid rgba(11, 23, 32, .09); backdrop-filter: blur(16px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); white-space: nowrap; }
.brand > span:last-child { display: flex; align-items: baseline; letter-spacing: -.04em; }
.brand strong { font-size: 21px; font-weight: 790; }
.brand small { font-size: 15px; color: #9c5108; font-weight: 760; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 9px; background: var(--ink); color: var(--orange); }
.brand-mark svg { width: 31px; stroke-width: 3; }
.main-nav { display: flex; align-items: center; gap: clamp(15px, 1.55vw, 25px); margin-left: auto; }
.nav-item { display: flex; align-items: center; }
.submenu-toggle { display: none; }
.main-nav .nav-link { position: relative; display: inline-flex; align-items: center; gap: 5px; min-height: 78px; font-size: 13px; font-weight: 720; color: #31424c; white-space: nowrap; }
.main-nav .nav-link > svg { width: 9px; stroke-width: 1.7; transition: transform .2s ease; }
.main-nav .nav-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 3px; background: var(--orange); transition: right .25s ease; }
.main-nav .nav-link:hover::after, .main-nav .nav-link:focus-visible::after, .main-nav .nav-link.is-current::after, .has-mega:hover > .nav-link::after { right: 0; }
.has-mega:hover > .nav-link > svg, .has-mega:focus-within > .nav-link > svg { transform: rotate(180deg); }
.mega-menu { position: absolute; z-index: 90; top: 100%; left: 0; right: 0; padding: 0 0 22px; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 28px 60px rgba(5, 20, 29, .18); opacity: 0; visibility: hidden; transform: translateY(-8px); pointer-events: none; transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.has-mega:hover .mega-menu, .has-mega:focus-within .mega-menu { opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
.mega-grid { display: grid; grid-template-columns: 1.14fr repeat(4, .94fr) 1.02fr; gap: 0; padding-top: 26px; }
.mega-intro { padding: 5px 35px 8px 0; }
.mega-intro > span, .mega-col > span, .mega-finder > span:first-child { display: block; margin-bottom: 12px; color: #9c5108; font-size: 13px; font-weight: 820; letter-spacing: .15em; text-transform: uppercase; }
.mega-intro strong { display: block; color: var(--ink); font-family: var(--site-font); font-size: 23px; font-weight: 400; line-height: 1.15; }
.mega-intro p { max-width: 230px; margin: 9px 0 14px; color: #76848b; font-size: 13px; line-height: 1.55; }
.mega-intro a { color: var(--ink); font-size: 13px; font-weight: 780; }
.mega-intro a span { margin-left: 7px; color: #9c5108; }
.mega-col { display: flex; flex-direction: column; gap: 7px; padding: 5px 19px 8px; border-left: 1px solid var(--line); }
.mega-col a { color: #53636b; font-size: 13px; transition: color .15s ease, transform .15s ease; }
.mega-col a:hover { color: #9c5108; transform: translateX(3px); }
.mega-finder { position: relative; align-self: stretch; display: flex; flex-direction: column; justify-content: flex-end; min-height: 166px; margin-left: 20px; padding: 21px; overflow: hidden; color: #fff; background: linear-gradient(145deg, var(--ink-soft), #07131b); }
.mega-finder::before { content: ""; position: absolute; right: -45px; top: -45px; width: 130px; height: 130px; border: 1px solid rgba(245,138,24,.28); border-radius: 50%; }
.mega-finder > span:first-child { color: var(--orange); }
.mega-finder strong { position: relative; max-width: 160px; color: #fff; font-family: var(--site-font); font-size: 19px; font-weight: 400; line-height: 1.2; }
.mega-arrow { position: absolute; right: 18px; bottom: 17px; color: var(--orange); font-size: 20px; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-button { border: 0; background: transparent; width: 42px; height: 42px; padding: 10px; color: var(--ink); cursor: pointer; }
.icon-button svg { width: 22px; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: none; padding: 10px; }
.menu-toggle span { display: block; height: 2px; background: var(--ink); margin: 6px 0; transition: .2s; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 3px; font-size: 13px; line-height: 1; font-weight: 760; letter-spacing: .01em; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 18px; transition: transform .2s ease; }
.button:hover span { transform: translateX(3px); }
.button-sm { min-height: 42px; padding: 0 18px; }
.button-lg { min-height: 57px; padding: 0 26px; }
.button-primary { background: var(--orange); color: #111a20; box-shadow: 0 10px 30px rgba(245, 138, 24, .16); }
.button-primary:hover { background: #ff971f; box-shadow: 0 13px 32px rgba(245, 138, 24, .25); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.34); background: rgba(8, 22, 31, .18); backdrop-filter: blur(6px); }
.button-ghost:hover { background: rgba(255,255,255,.11); border-color: rgba(255,255,255,.6); }
.button-dark { background: var(--ink); color: #fff; }
.button-back { background: transparent; border-color: var(--line); color: var(--muted); }
.button:disabled { pointer-events: none; opacity: .38; box-shadow: none; }

.hero { position: relative; min-height: max(640px, calc(100svh - 112px)); display: grid; align-items: center; overflow: hidden; color: #fff; background: var(--ink); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { background-image: url("assets/images/hero-elektrohubwagen-lager.webp"); background-position: center; background-size: cover; transform: scale(1.008); }
.hero-shade { background: linear-gradient(90deg, rgba(5, 16, 24, .96) 0%, rgba(5, 16, 24, .83) 36%, rgba(5, 16, 24, .22) 70%, rgba(5, 16, 24, .08) 100%), linear-gradient(0deg, rgba(5, 14, 20, .72), transparent 35%); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent 49.9%, rgba(255,255,255,.04) 50%, transparent 50.1%); }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 680px) minmax(330px, 380px); gap: clamp(35px, 5vw, 75px); align-items: center; padding-block: 70px 82px; }
.hero-copy { max-width: 680px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #9c5108; font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { color: #8e979b; font-variant-numeric: tabular-nums; }
.eyebrow-light { color: var(--orange); }
.eyebrow-light span { color: rgba(255,255,255,.5); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { color: var(--ink); font-family: var(--site-font); font-weight: 400; letter-spacing: -.04em; line-height: .98; }
h1 em, h2 em { color: #9c5108; font-weight: 400; }
.inquiry-hero h1 em,
.not-found-hero h1 em,
.hero h1 em,
.product-hero h1 em,
.finder-intro h2 em,
.context-finder-intro h2 em,
.price-section h2 em,
.use-case-copy h2 em,
.home-photo-story--evening .home-photo-copy h2 em,
.cta-inner h2 em { color: #ffb23e; }
.hero h1 { max-width: 680px; margin: 21px 0 22px; color: #fff; font-size: clamp(54px, 5.45vw, 78px); }
.hero-copy > p { max-width: 620px; color: #d4dde1; font-size: 15px; line-height: 1.7; }
.hero-buttons { display: flex; gap: 12px; margin-top: 29px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 23px; list-style: none; margin: 23px 0 0; padding: 0; color: #b9c5ca; font-size: 13px; }
.hero-proof li { display: flex; align-items: center; gap: 8px; }
.hero-proof svg { width: 17px; color: var(--orange); stroke-width: 2.6; }
.hero-quickfinder { position: relative; padding: 27px 27px 21px; color: var(--text); background: rgba(255,255,255,.96); box-shadow: 0 28px 70px rgba(0,0,0,.3); backdrop-filter: blur(14px); }
.hero-quickfinder::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--orange) 0 28%, #dfe3e1 28%); }
.quickfinder-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 19px; }
.quickfinder-head > span { color: #9c5108; font-size: 13px; font-weight: 830; letter-spacing: .16em; text-transform: uppercase; }
.quickfinder-head small { color: #879399; font-size: 13px; }
.hero-quickfinder > strong { display: block; max-width: 300px; color: var(--ink); font-family: var(--site-font); font-size: 25px; font-weight: 400; line-height: 1.22; }
.hero-quickfinder > p { margin: 8px 0 16px; color: #7a878d; font-size: 13px; }
.quickfinder-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; }
.quickfinder-options button { min-height: 49px; display: flex; align-items: center; gap: 9px; padding: 0 11px; border: 1px solid #dfe3e1; color: #485860; background: #fff; font-size: 13px; font-weight: 720; text-align: left; cursor: pointer; transition: border .15s ease, background .15s ease, transform .15s ease; }
.quickfinder-options button:hover { border-color: #f2b06d; background: #fffaf4; transform: translateY(-1px); }
.quickfinder-options button.selected { border-color: var(--orange); color: var(--ink); background: var(--orange-pale); box-shadow: inset 2px 0 0 var(--orange); }
.quickfinder-options button > span { color: #9ba5a9; font-size: 13px; font-weight: 800; }
.quickfinder-options button.selected > span { color: #9c5108; }
.quickfinder-submit { min-height: 49px; display: flex; align-items: center; justify-content: space-between; margin-top: 11px; padding: 0 15px; color: var(--ink); background: var(--orange); font-size: 13px; font-weight: 800; transition: background .2s ease, transform .2s ease; }
.quickfinder-submit[aria-disabled="true"] { color: #90999d; background: #e8eae8; pointer-events: none; }
.quickfinder-submit:not([aria-disabled="true"]):hover { background: #ff981e; transform: translateY(-1px); }
.quickfinder-submit span { font-size: 17px; }
.quickfinder-note { display: block; margin-top: 11px; color: #8d989c; font-size: 13px; text-align: center; }
.scroll-cue { position: absolute; z-index: 3; bottom: 28px; left: 50%; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.6); font-size: 13px; letter-spacing: .2em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue span { display: block; width: 26px; height: 1px; background: var(--orange); }

.trust-strip { position: relative; z-index: 4; margin-top: -1px; background: #fff; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { position: relative; min-height: 124px; padding: 28px 30px 25px 45px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { border-left: 1px solid var(--line); }
.trust-grid span { position: absolute; left: 17px; top: 31px; color: #9c5108; font-size: 13px; font-weight: 800; }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { margin-bottom: 5px; color: var(--ink); font-size: 13px; }
.trust-grid small { color: var(--muted); font-size: 13px; line-height: 1.55; }

.section { padding: 120px 0; }
.section-heading { margin-bottom: 54px; }
.split-heading { display: grid; grid-template-columns: 1.1fr .7fr; align-items: end; gap: 90px; }
.section-heading h2 { margin: 17px 0 0; font-size: clamp(44px, 4.5vw, 68px); }
.section-heading > p, .split-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.center-heading { text-align: center; }
.center-heading > p { max-width: 540px; margin: 20px auto 0; }
.types-section { background: var(--paper); }
.type-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.type-card { position: relative; min-height: 470px; display: flex; flex-direction: column; padding: 24px 25px 26px; background: #fff; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.type-card:hover { z-index: 2; transform: translateY(-7px); box-shadow: var(--shadow); }
.type-card-featured { background: var(--ink); color: #fff; }
.card-topline { display: flex; justify-content: space-between; align-items: center; color: #869197; font-size: 13px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.type-card-featured .card-topline { color: #9dabb1; }
.card-topline > span:first-child { color: #9c5108; }
.type-card-featured .card-topline > span:first-child { color: var(--orange); }
.card-number { font-size: 13px; color: #b0b8bb !important; }
.type-icon { height: 150px; display: grid; place-items: center; color: #87959b; }
.type-icon svg { width: 160px; max-width: 90%; stroke-width: 1.4; }
.type-card-featured .type-icon { color: #e0e6e8; }
.type-card-featured .type-icon svg path:nth-child(2), .type-card-featured .type-icon svg path:nth-last-child(1) { stroke: var(--orange); }
.type-card-copy { margin-top: auto; }
.type-card h3 { margin-bottom: 10px; color: var(--ink); font-family: var(--site-font); font-size: 25px; font-weight: 400; }
.type-card-featured h3 { color: #fff; }
.type-card p { margin-bottom: 15px; color: #6d7a81; font-size: 13px; line-height: 1.65; }
.type-card-featured p { color: #b4c0c5; }
.type-card ul { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; padding: 0; margin: 0 0 18px; }
.type-card li { padding: 4px 7px; border: 1px solid rgba(255,255,255,.13); color: #adb9be; font-size: 13px; letter-spacing: .05em; text-transform: uppercase; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 19px; border-top: 1px solid var(--line); color: var(--ink); font-size: 13px; font-weight: 780; }
.type-card-featured .text-link { border-color: rgba(255,255,255,.15); color: #fff; }
.text-link span { color: #9c5108; font-size: 16px; transition: transform .2s; }
.type-card-featured .text-link span, .text-link-light span { color: #ffb23e; }
.text-link:hover span { transform: translateX(4px); }
.center-link { margin-top: 38px; text-align: center; }
.center-link a { color: var(--ink); border-bottom: 1px solid #bcc3c4; padding-bottom: 7px; font-size: 13px; font-weight: 780; }
.center-link span { color: #9c5108; padding-left: 8px; }

.finder-section { position: relative; overflow: hidden; padding: 118px 0; color: #fff; background: var(--ink); }
.finder-grid-bg { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg, #000, transparent 53%); }
.finder-section::after { content: ""; position: absolute; left: -110px; bottom: -230px; width: 550px; height: 550px; border: 1px solid rgba(245,138,24,.25); border-radius: 50%; box-shadow: 0 0 0 70px rgba(245,138,24,.03), 0 0 0 140px rgba(245,138,24,.02); }
.finder-wrap { position: relative; z-index: 2; display: grid; grid-template-columns: .76fr 1.24fr; gap: 100px; align-items: center; }
.finder-intro h2 { margin: 22px 0 25px; color: #fff; font-size: clamp(50px, 5vw, 72px); }
.finder-intro > p { color: #aebbc1; font-size: 14px; line-height: 1.8; }
.finder-intro-meta { display: flex; gap: 50px; margin-top: 35px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.14); }
.finder-intro-meta strong, .finder-intro-meta span { display: block; }
.finder-intro-meta strong { color: #fff; font-family: var(--site-font); font-size: 30px; font-weight: 400; }
.finder-intro-meta span { color: #88989f; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.finder-note { display: flex; align-items: center; gap: 9px; margin-top: 26px !important; color: #788b94 !important; font-size: 13px !important; }
.finder-note svg { width: 18px; color: var(--green); }
.finder-card { min-height: 510px; padding: 33px 38px 30px; color: var(--text); background: #fff; box-shadow: 0 34px 80px rgba(0,0,0,.3); }
.finder-card-head { display: flex; justify-content: space-between; align-items: end; }
.finder-card-head > div > * { display: block; }
.finder-label { margin-bottom: 3px; color: #9c5108; font-size: 13px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.finder-card-head strong { color: var(--ink); font-size: 13px; }
.progress-percent { color: #879299; font-size: 13px; font-weight: 700; }
.progress-track { height: 3px; margin: 17px 0 30px; background: #e7e9e7; }
.progress-track span { display: block; height: 100%; background: var(--orange); transition: width .35s ease; }
.finder-stage { min-height: 285px; }
.finder-question { margin-bottom: 9px; color: var(--ink); font-family: var(--site-font); font-size: 28px; font-weight: 400; line-height: 1.25; }
.finder-hint { margin-bottom: 20px; color: #7a878d; font-size: 13px; }
.finder-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.finder-option { display: flex; align-items: center; gap: 13px; min-height: 66px; padding: 12px 14px; border: 1px solid #e0e3e1; background: #fff; color: #435159; text-align: left; cursor: pointer; transition: .18s ease; }
.finder-option:hover { border-color: #f0b270; background: #fffaf4; }
.finder-option.selected { border-color: var(--orange); background: var(--orange-pale); box-shadow: inset 3px 0 0 var(--orange); }
.option-icon { display: grid; place-items: center; flex: 0 0 auto; width: 33px; height: 33px; border-radius: 50%; color: #69777e; background: #f2f4f3; }
.selected .option-icon { background: #fff; color: var(--orange-dark); }
.option-icon svg { width: 18px; }
.finder-option span:last-child { display: block; }
.finder-option strong { display: block; color: var(--ink); font-size: 13px; }
.finder-option small { color: #819097; font-size: 13px; }
.finder-controls { display: flex; justify-content: space-between; gap: 12px; padding-top: 21px; border-top: 1px solid #edf0ee; }
.finder-controls .button { min-width: 128px; }
.finder-result { min-height: 285px; display: grid; align-content: center; }
.result-kicker { color: #9c5108; font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.finder-result h3 { margin: 8px 0 12px; color: var(--ink); font-family: var(--site-font); font-size: 32px; font-weight: 400; }
.finder-result p { margin-bottom: 16px; color: #69777e; font-size: 13px; }
.result-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.result-tags span { padding: 5px 9px; color: var(--ink); background: #f0f2f1; font-size: 13px; font-weight: 700; }
.finder-offer-link { width: fit-content; margin-top: 19px; }
.finder-affiliate-note { display: block; max-width: 460px; margin-top: 10px; color: #879299; font-size: 13px; line-height: 1.5; }

.context-finder-section { position: relative; isolation: isolate; overflow: hidden; margin: clamp(65px, 8vw, 105px) 0; padding: clamp(55px, 7vw, 92px) 0; color: #fff; background: linear-gradient(135deg, #081720 0%, #0c2630 54%, #12372f 100%); border: 1px solid rgba(255,255,255,.08); box-shadow: 0 34px 90px rgba(7,18,26,.18); }
.context-finder-section::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg, #000, transparent 65%); }
.context-finder-section::after { content: ""; position: absolute; z-index: -1; right: -180px; top: -210px; width: 520px; height: 520px; border: 1px solid color-mix(in srgb, var(--page-accent, var(--orange)) 60%, transparent); border-radius: 50%; box-shadow: 0 0 0 65px rgba(255,255,255,.025), 0 0 0 130px rgba(255,255,255,.018); }
.context-finder-grid { width: min(1180px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: minmax(260px, .68fr) minmax(520px, 1.32fr); gap: clamp(48px, 8vw, 108px); align-items: center; }
.context-finder-intro { position: relative; }
.context-finder-kicker { margin: 0 0 17px; color: color-mix(in srgb, var(--page-accent, var(--orange)) 55%, #fff); font-size: 13px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
body .context-finder-section h2 { max-width: 620px; margin: 0 0 23px; color: #fff; font-family: var(--site-font); font-size: clamp(38px, 4.5vw, 62px); font-weight: 400; line-height: 1.03; letter-spacing: -.035em; }
body .context-finder-intro > p:not(.context-finder-kicker) { max-width: 580px; margin: 0; color: #c3d0d4; font-size: 14px; line-height: 1.7; }
.context-finder-promises { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.context-finder-promises span { padding: 7px 10px; color: #dbe8e8; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.045); font-size: 13px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.context-finder-card { min-height: 615px; padding: clamp(25px, 3vw, 40px); color: var(--text); background: #fff; box-shadow: 0 38px 90px rgba(0,0,0,.32); }
.context-finder-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.context-finder-head > div > * { display: block; }
.context-finder-head span { margin-bottom: 4px; color: var(--page-accent, var(--orange-dark)); font-size: 13px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.context-finder-head strong { color: var(--ink); font-size: 13px; }
.context-finder-head > b { color: #809097; font-size: 13px; }
.context-progress { height: 3px; margin: 18px 0 29px; background: #e7eae8; }
.context-progress i { display: block; height: 100%; background: var(--page-accent, var(--orange)); transition: width .25s ease; }
.context-finder-stage { min-height: 415px; }
.context-question-index { margin: 0 0 8px; color: var(--page-accent, var(--orange-dark)); font-size: 13px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
body .context-finder-stage h3 { max-width: 720px; margin: 0 0 9px; color: var(--ink); font-family: var(--site-font); font-size: clamp(25px, 2.4vw, 34px); font-weight: 400; line-height: 1.18; letter-spacing: -.015em; }
body .context-finder-hint { max-width: 700px; margin: 0 0 20px; color: #74838a; font-size: 13px; line-height: 1.6; }
.context-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.context-option { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: center; min-height: 92px; padding: 13px 14px; color: #4c5b62; border: 1px solid #dde3e0; background: #fff; text-align: left; cursor: pointer; transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease; }
.context-option:hover { border-color: color-mix(in srgb, var(--page-accent, var(--orange)) 55%, #d8dddb); background: #fcfdfb; transform: translateY(-2px); }
.context-option.selected { border-color: var(--page-accent, var(--orange)); background: color-mix(in srgb, var(--page-accent-soft, #fff5e8) 72%, #fff); box-shadow: inset 3px 0 0 var(--page-accent, var(--orange)); }
.context-option-icon { display: grid; place-items: center; width: 36px; height: 36px; color: #68777e; border-radius: 50%; background: #f0f3f2; }
.context-option.selected .context-option-icon { color: var(--page-accent, var(--orange-dark)); background: #fff; }
.context-option-icon svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.context-option > span:last-child { min-width: 0; }
.context-option strong { display: block; margin-bottom: 4px; color: var(--ink); font-size: 14px; line-height: 1.3; }
.context-option small { display: block; color: #65767d; font-size: 13px; line-height: 1.48; }
.context-finder-controls { position: sticky; z-index: 3; bottom: -1px; display: flex; justify-content: space-between; gap: 12px; padding-top: 17px; padding-bottom: 3px; border-top: 1px solid #e9edeb; background: #fff; }
.context-finder-controls .button { min-width: 132px; }
.context-result { min-height: 415px; display: grid; align-content: center; }
.context-result-kicker { color: var(--page-accent, var(--orange-dark)); font-size: 13px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
body .context-result h3 { max-width: 720px; margin: 8px 0 12px; color: var(--ink); font-size: clamp(29px, 3vw, 40px); }
body .context-result > p { max-width: 720px; margin: 0 0 16px; color: #64747b; font-size: 13px; line-height: 1.7; }
.context-result-profile { display: grid; gap: 5px; margin: 3px 0 16px; padding: 14px 16px; border-left: 4px solid var(--page-accent, var(--orange)); background: #f4f7f5; }
.context-result-profile span,
.context-result-reasons > span { color: #56676e; font-size: 13px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.context-result-profile strong { color: var(--ink); font-size: 15px; line-height: 1.5; }
.context-result-reasons { margin: 0 0 15px; }
.context-result-reasons ul { display: grid; gap: 7px; margin: 8px 0 0; padding: 0; list-style: none; }
.context-result-reasons li { position: relative; padding-left: 19px; color: #405159; font-size: 13px; line-height: 1.5; }
.context-result-reasons li::before { content: "✓"; position: absolute; left: 0; color: var(--page-accent-strong, #197b70); font-weight: 900; }
body .context-result .context-result-safety { margin-bottom: 18px; padding: 10px 12px; color: #384a52; border: 1px solid #dce4e1; background: #fbfcfb; font-size: 13px; line-height: 1.55; }
.context-answer-summary { padding: 11px 13px; border-left: 3px solid var(--page-accent, var(--orange)); background: #f3f6f4; }
.context-answer-summary span, .context-answer-summary strong { display: block; }
.context-answer-summary span { margin-bottom: 3px; color: #89969b; font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.context-answer-summary strong { color: var(--ink); font-size: 13px; line-height: 1.45; }
.context-result-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 13px 0 18px; }
.context-result-tags span { padding: 5px 8px; color: #31434b; background: #edf2ef; font-size: 13px; font-weight: 750; }
.context-offer-link { width: fit-content; }
.context-affiliate-note { display: block; max-width: 620px; margin-top: 10px; color: #89969b; font-size: 13px; line-height: 1.5; }
.context-finder-error::after { content: "Der Angebots-Finder konnte nicht geladen werden."; color: #8a2f2f; }

.decision-section { background: #fff; }
.comparison-wrap { overflow-x: auto; border: 1px solid var(--line); }
.comparison-table { width: 100%; min-width: 800px; border-collapse: collapse; font-size: 13px; }
.comparison-table th, .comparison-table td { padding: 21px 20px; text-align: left; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.comparison-table tr:last-child th, .comparison-table tr:last-child td { border-bottom: 0; }
.comparison-table th:last-child, .comparison-table td:last-child { border-right: 0; }
.comparison-table thead th { padding-block: 18px; color: #fff; background: var(--ink); font-size: 13px; }
.comparison-table thead th:first-child { color: #9dabb2; font-size: 13px; letter-spacing: .15em; text-transform: uppercase; }
.comparison-table tbody th { width: 19%; color: var(--ink); background: #fafaf8; font-size: 13px; }
.type-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #89969c; }
.type-dot.electric { background: var(--orange); }
.type-dot.stacker { background: #65879b; }
.type-dot.scale { background: var(--green); }
.rating { display: inline-block; width: 50px; height: 6px; margin-right: 7px; background: repeating-linear-gradient(90deg, #d7dddc 0 7px, transparent 7px 10px); }
.rating::before { content: ""; display: block; height: 6px; background: repeating-linear-gradient(90deg, var(--orange) 0 7px, transparent 7px 10px); }
.rating.r2::before { width: 20px; }.rating.r3::before { width: 30px; }.rating.r4::before { width: 40px; }.rating.r5::before { width: 50px; }
.yes { display: inline-block; padding: 2px 8px; color: #27664b; background: #e8f4ee; font-size: 13px; font-weight: 750; text-transform: uppercase; }
.no { color: #aab2b5; }
.comparison-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 20px 25px; background: var(--cream); }
.comparison-cta p { margin: 0; color: #65747b; font-size: 13px; }
.comparison-cta p strong { margin-right: 5px; color: var(--ink); }
.comparison-cta .button { min-height: 43px; }

.use-case-section { padding: 0; color: #fff; background: var(--ink); }
.use-case-grid { width: 100%; max-width: none; display: grid; grid-template-columns: 1.18fr .82fr; }
.use-case-image { position: relative; min-height: 650px; margin: 0; }
.use-case-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 65%, rgba(11,23,32,.5)); pointer-events: none; }
.use-case-image img { width: 100%; height: 100%; object-fit: cover; }
.image-caption { position: absolute; z-index: 2; left: 30px; bottom: 28px; padding: 10px 14px; color: #dce4e8; background: rgba(7,18,26,.83); backdrop-filter: blur(10px); font-size: 13px; }
.image-caption span { margin-right: 9px; color: var(--orange); font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.use-case-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px clamp(38px, 6vw, 95px); }
.use-case-copy h2 { margin: 19px 0 26px; color: #fff; font-size: clamp(47px, 5vw, 68px); }
.use-case-copy > p { color: #a9b6bc; font-size: 13px; line-height: 1.8; }
.check-list { margin: 16px 0 26px; border-top: 1px solid rgba(255,255,255,.13); }
.check-list > div { display: grid; grid-template-columns: 1fr; gap: 0; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.check-list > div > span { padding-top: 2px; color: var(--orange); font-size: 13px; font-weight: 800; }
.check-list p { margin: 0; color: #88999f; font-size: 13px; line-height: 1.6; }
.check-list strong { display: block; margin-bottom: 2px; color: #fff; font-size: 13px; }
.text-link-light { align-self: flex-start; color: #fff; border-color: rgba(255,255,255,.2); }

.home-photo-story { position: relative; overflow: hidden; padding: clamp(76px, 8vw, 120px) 0; background: #f2f0ea; }
.home-photo-story::before { content: ""; position: absolute; width: 430px; height: 430px; right: -220px; top: -250px; border: 1px solid rgba(196,83,0,.2); border-radius: 50%; pointer-events: none; }
.home-photo-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: clamp(44px, 7vw, 105px); align-items: center; }
.home-photo-frame { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #d7d9d5; box-shadow: 0 28px 70px rgba(12,24,31,.14); }
.home-photo-frame::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.28); pointer-events: none; }
.home-photo-frame img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.home-photo-frame:hover img { transform: scale(1.025); }
.home-photo-frame figcaption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; width: fit-content; max-width: calc(100% - 44px); padding: 10px 13px; color: #f3f6f5; background: rgba(7,18,26,.84); backdrop-filter: blur(10px); font-size: 13px; line-height: 1.45; }
.home-photo-frame figcaption span { margin-right: 9px; color: #ffad54; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.home-photo-copy { position: relative; min-width: 0; }
.home-photo-copy h2 { max-width: 670px; margin: 20px 0 23px; color: var(--ink); font-size: clamp(39px, 4.25vw, 61px); line-height: 1.04; }
.home-photo-copy > p { max-width: 650px; color: #66747a; font-size: 15px; line-height: 1.82; }
.home-photo-copy > small { display: block; max-width: 610px; margin-top: 18px; color: #7d878b; font-size: 13px; line-height: 1.55; }
.home-photo-copy .button { margin-top: 7px; }
.home-photo-facts { margin: 28px 0 23px; border-top: 1px solid #cfd3cf; }
.home-photo-facts > div { display: grid; grid-template-columns: 1fr; gap: 0; padding: 15px 0; border-bottom: 1px solid #cfd3cf; }
.home-photo-facts > div > span { color: #9c5108; font-size: 13px; font-weight: 850; }
.home-photo-facts p { margin: 0; color: #66747a; font-size: 13px; line-height: 1.58; }
.home-photo-facts strong { display: block; margin-bottom: 2px; color: var(--ink); font-size: 14px; }
.home-photo-story--evening { color: #fff; background: #12242d; }
.home-photo-story--evening::before { right: auto; left: -210px; top: auto; bottom: -260px; border-color: rgba(255,171,72,.18); }
.home-photo-story--evening .home-photo-frame { order: 2; box-shadow: 0 30px 75px rgba(0,0,0,.28); }
.home-photo-story--evening .home-photo-copy { order: 1; }
.home-photo-story--evening .home-photo-copy h2 { color: #fff; }
.home-photo-story--evening .home-photo-copy > p { color: #afbec4; }
.home-photo-story--evening .home-photo-copy > small { color: #83969e; }
.home-photo-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin: 30px 0 24px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.13); }
.home-photo-proof p { margin: 0; padding: 17px; background: #12242d; }
.home-photo-proof strong, .home-photo-proof span { display: block; }
.home-photo-proof strong { color: #fff; font-size: 14px; }
.home-photo-proof span { margin-top: 5px; color: #8fa1a8; font-size: 13px; line-height: 1.5; }

.application-section { background: var(--cream); }
.application-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #d4d7d3; border-left: 1px solid #d4d7d3; }
.application-card { position: relative; min-height: 315px; padding: 25px; background: rgba(255,255,255,.36); border-right: 1px solid #d4d7d3; border-bottom: 1px solid #d4d7d3; transition: .25s ease; }
.application-card:hover { background: #fff; transform: translateY(-5px); box-shadow: 0 18px 40px rgba(12,24,31,.08); }
.app-index { color: #9ba4a7; font-size: 13px; }
.app-icon { height: 115px; display: grid; align-items: center; color: #5f7078; }
.app-icon svg { width: 55px; }
.application-card h3 { margin-bottom: 8px; color: var(--ink); font-family: var(--site-font); font-size: 23px; font-weight: 400; }
.application-card p { max-width: 210px; color: #748188; font-size: 13px; line-height: 1.6; }
.round-arrow { position: absolute; right: 22px; bottom: 22px; display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid #cbd0ce; border-radius: 50%; color: var(--orange-dark); }

.knowledge-section { background: #fff; }
.knowledge-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 50px; }
.knowledge-feature { position: relative; overflow: hidden; background: var(--cream); }
.article-tag { position: absolute; z-index: 2; top: 18px; left: 18px; padding: 6px 9px; color: #fff; background: var(--ink); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.knowledge-feature-art { height: 260px; display: grid; place-items: center; color: #9ba6a8; background: #dfe2dd; overflow: hidden; }
.knowledge-feature-art::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 260px; opacity: .4; background-image: linear-gradient(rgba(255,255,255,.8) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.8) 1px, transparent 1px); background-size: 26px 26px; }
.knowledge-feature-art svg { position: relative; width: 85%; max-width: 500px; stroke-width: 2; }
.knowledge-feature-art .accent { stroke: var(--orange); }
.knowledge-feature-copy { padding: 29px 32px 34px; }
.knowledge-feature-copy > span, .knowledge-item > div > span { color: #9c5108; font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.knowledge-feature h3 { max-width: 520px; margin: 8px 0 12px; color: var(--ink); font-family: var(--site-font); font-size: 30px; font-weight: 400; line-height: 1.2; }
.knowledge-feature-copy p { color: #748188; font-size: 13px; }
.knowledge-feature .text-link { width: 100%; }
.knowledge-list { border-top: 1px solid var(--line); }
.knowledge-item { display: grid; grid-template-columns: 1fr; gap: 0; padding: 26px 0; border-bottom: 1px solid var(--line); }
.article-index { color: #a8b0b3; font-family: var(--site-font); font-size: 22px; }
.knowledge-item h3 { max-width: 440px; margin: 8px 0 14px; color: var(--ink); font-family: var(--site-font); font-size: 21px; font-weight: 400; line-height: 1.35; }
.knowledge-item a { color: #53636b; font-size: 13px; font-weight: 750; }
.knowledge-item a span { padding-left: 7px; color: #9c5108; }

.cta-section { padding: 86px 0; color: #fff; background: var(--ink-soft); border-top: 3px solid var(--orange); }
.cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: end; }
.cta-inner h2 { margin: 18px 0 0; color: #fff; font-size: clamp(44px, 4.4vw, 65px); }
.cta-inner > div:last-child { text-align: center; }
.cta-inner > div:last-child p { margin: 12px 0 0; color: #89999f; font-size: 13px; }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; }
.faq-intro h2 { margin: 18px 0 13px; font-size: 54px; }
.faq-intro p { color: var(--muted); font-size: 13px; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; list-style: none; padding: 24px 48px 24px 0; color: var(--ink); font-size: 13px; font-weight: 720; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { position: absolute; right: 8px; top: 17px; color: #9c5108; font-family: var(--site-font); font-size: 25px; font-weight: 400; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 760px; padding: 0 45px 23px 0; color: #6c7980; font-size: 13px; line-height: 1.75; }

.site-footer { color: #9aabb2; background: #07121a; }
.footer-top { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 65px; padding-block: 75px 60px; }
.brand-light { color: #fff; }
.brand-light small { color: #ffb23e; }
.footer-brand p { max-width: 320px; margin-top: 20px; color: #72858e; font-size: 13px; line-height: 1.7; }
.footer-col { display: flex; flex-direction: column; gap: 9px; }
.footer-col h3 { margin: 0 0 10px; color: #fff; font-size: 13px; }
.footer-col a, .footer-col span { color: #7f929b; font-size: 13px; }
.footer-col a:hover { color: var(--orange); }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.1); font-size: 13px; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 22px; }
.footer-bottom div a { color: #9aabb2; }
.footer-bottom div a:hover { color: var(--orange); }
.to-top { color: #d0dadd; }

.privacy-banner { position: fixed; z-index: 1200; right: 18px; bottom: 18px; width: min(520px, calc(100% - 36px)); padding: 22px; color: #fff; border: 1px solid rgba(255,255,255,.15); border-radius: 4px; background: #071820; box-shadow: 0 28px 80px rgba(0,0,0,.36); }
.privacy-banner[hidden], .privacy-dialog[hidden] { display: none; }
.privacy-banner__label { color: #ffab48; font-size: 13px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.privacy-banner h2 { margin: 8px 0 9px; color: #fff; font-size: 24px; }
.privacy-banner p { margin: 0; color: #c4d2d6; font-size: 13px; line-height: 1.65; }
.privacy-banner p a { color: #ffc77d; text-decoration: underline; text-underline-offset: 3px; }
.privacy-banner__actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 17px; }
.privacy-banner__actions .button { min-height: 44px; padding-inline: 15px; font-size: 13px; }
.button-ghost-light { color: #fff; border-color: rgba(255,255,255,.38); background: transparent; }
.button-ghost-light:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.privacy-text-button { min-height: 44px; padding: 0 6px; border: 0; color: #d3e0e4; background: transparent; font: inherit; font-size: 13px; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.privacy-dialog { position: fixed; z-index: 1300; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(2,12,17,.78); }
.privacy-dialog__card { width: min(660px, 100%); max-height: min(760px, calc(100vh - 40px)); overflow-y: auto; padding: 27px; border-radius: 4px; background: #fff; box-shadow: 0 34px 100px rgba(0,0,0,.4); }
.privacy-dialog__head { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.privacy-dialog__head h2 { margin: 6px 0 0; color: var(--ink); font-size: 30px; }
.privacy-dialog__close { flex: 0 0 auto; width: 44px; height: 44px; border: 0; color: var(--ink); background: var(--paper); font-size: 24px; cursor: pointer; }
.privacy-dialog__intro { color: var(--muted); font-size: 13px; line-height: 1.65; }
.privacy-dialog__choices { display: grid; gap: 9px; margin-top: 20px; }
.privacy-choice { display: flex; justify-content: space-between; gap: 24px; align-items: center; min-height: 72px; padding: 16px 18px; border: 1px solid var(--line); background: #fff; cursor: pointer; }
.privacy-choice--locked { background: var(--paper); cursor: default; }
.privacy-choice span, .privacy-choice strong, .privacy-choice small { display: block; }
.privacy-choice strong { color: var(--ink); font-size: 13px; }
.privacy-choice small { margin-top: 4px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.privacy-choice input { flex: 0 0 auto; width: 24px; height: 24px; accent-color: var(--orange); }
.privacy-dialog__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.privacy-dialog__legal { margin: 18px 0 0; color: var(--muted); font-size: 13px; }
.privacy-dialog__legal a { color: #9c5108; text-decoration: underline; text-underline-offset: 3px; }

.search-panel { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; overflow: hidden; padding: 30px; color: #fff; background: rgba(7,18,26,.97); opacity: 0; visibility: hidden; transition: .25s ease; }
.search-panel.open { opacity: 1; visibility: visible; }
.search-close { position: absolute; right: 35px; top: 25px; width: 50px; height: 50px; border: 0; color: #fff; background: transparent; font-size: 40px; font-weight: 200; cursor: pointer; }
.search-box { width: min(100%, 760px); }
.search-box > span { color: var(--orange); font-size: 13px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.search-box label { display: flex; margin: 14px 0 12px; border-bottom: 1px solid rgba(255,255,255,.38); }
.search-box input { flex: 1; min-width: 0; padding: 18px 0; border: 0; outline: 0; color: #fff; background: transparent; font-family: var(--site-font); font-size: clamp(26px, 4vw, 46px); }
.search-box input::placeholder { color: #82949c; opacity: 1; }
.search-box label button { border: 0; color: var(--orange); background: transparent; font-size: 35px; cursor: pointer; }
.search-box p { color: #71848d; font-size: 13px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.type-grid .reveal:nth-child(2), .application-grid .reveal:nth-child(2) { transition-delay: .08s; }
.type-grid .reveal:nth-child(3), .application-grid .reveal:nth-child(3) { transition-delay: .16s; }
.type-grid .reveal:nth-child(4), .application-grid .reveal:nth-child(4) { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 1050px) {
  .hero-inner { grid-template-columns: minmax(0, 1fr) 315px; gap: 30px; }
  .type-grid, .application-grid { grid-template-columns: repeat(2, 1fr); }
  .finder-wrap { gap: 55px; }
  .finder-card { padding-inline: 28px; }
  .use-case-grid { grid-template-columns: 1fr 1fr; }
  .knowledge-grid { gap: 30px; }
}

@media (max-width: 1120px) {
  .header-cta { display: inline-flex; }
  .main-nav { position: absolute; top: 100%; left: 0; right: 0; display: grid; gap: 0; max-height: calc(100vh - 112px); overflow-y: auto; padding: 8px 24px 22px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(7,18,26,.12); transform: scaleY(0); transform-origin: top; opacity: 0; pointer-events: none; transition: .2s ease; }
  .main-nav.open { transform: scaleY(1); opacity: 1; pointer-events: auto; }
  .nav-item { position: relative; display: block; }
  .main-nav .nav-link { width: 100%; min-height: 0; padding: 14px 0; border-bottom: 1px solid #edf0ee; font-size: 13px; }
  .main-nav .nav-link::after, .main-nav .nav-link > svg, .mega-menu { display: none; }
  .submenu-toggle { position: absolute; z-index: 2; right: -6px; top: 4px; display: grid; place-items: center; width: 42px; height: 40px; padding: 0; border: 0; color: #9c5108; background: transparent; cursor: pointer; }
  .submenu-toggle span { font-family: var(--site-font); font-size: 23px; font-weight: 400; transition: transform .2s ease; }
  .nav-item.submenu-open .submenu-toggle span { transform: rotate(45deg); }
  .nav-item.submenu-open .mega-menu { position: static; display: block; padding: 0 0 14px; border: 0; background: #f4f5f2; box-shadow: inset 3px 0 0 var(--orange); opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
  .nav-item.submenu-open .mega-grid { width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 24px; margin: 0; padding: 18px 20px; }
  .nav-item.submenu-open .mega-intro, .nav-item.submenu-open .mega-finder { display: none; }
  .nav-item.submenu-open .mega-col { gap: 6px; padding: 0; border: 0; }
  .nav-item.submenu-open .mega-col > span { margin-bottom: 3px; font-size: 13px; }
  .nav-item.submenu-open .mega-col a { padding: 2px 0; border: 0; color: #53636b; font-size: 13px; line-height: 1.35; }
  .menu-toggle { display: block; }
  .menu-toggle.open span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle.open span:last-child { transform: translateY(-4px) rotate(-45deg); }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .utility-links { display: none; }
  .hero { min-height: 700px; }
  .hero-media { background-position: 59% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,16,24,.95), rgba(5,16,24,.62)), linear-gradient(0deg, rgba(5,16,24,.75), transparent); }
  .hero-inner { display: block; padding-block: 90px 95px; }
  .hero-copy { max-width: 620px; }
  .hero-quickfinder { max-width: 520px; margin-top: 38px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 85px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 25px; }
  .section-heading { margin-bottom: 40px; }
  .finder-section { padding: 85px 0; }
  .finder-wrap { grid-template-columns: 1fr; gap: 45px; }
  .finder-intro { max-width: 600px; }
  .use-case-grid { grid-template-columns: 1fr; }
  .use-case-image { min-height: 480px; }
  .use-case-image::after { background: linear-gradient(0deg, rgba(11,23,32,.3), transparent); }
  .home-photo-grid { grid-template-columns: 1fr; gap: 40px; }
  .home-photo-frame { max-width: 760px; }
  .home-photo-story--evening .home-photo-frame, .home-photo-story--evening .home-photo-copy { order: initial; }
  .knowledge-grid { grid-template-columns: 1fr; }
  .cta-inner { grid-template-columns: 1fr; gap: 35px; align-items: start; }
  .cta-inner > div:last-child { text-align: left; }
  .faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-top { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 45px; }
  .footer-brand { grid-column: 1 / -1; }
  .context-finder-grid { grid-template-columns: 1fr; gap: 38px; }
  .context-finder-intro { max-width: 720px; }
}

@media (max-width: 560px) {
  .utility-bar { display: none; }
  .split-heading > *,
  .section-heading > *,
  .cta-inner > *,
  .finder-wrap > *,
  .context-finder-grid > * { min-width: 0; max-width: 100%; }
  .section-heading h2,
  .finder-intro h2,
  .cta-inner h2,
  .accordion summary { overflow-wrap: anywhere; hyphens: auto; }
  .header-inner { min-height: 66px; }
  .brand-mark { width: 37px; height: 37px; }
  .brand strong { font-size: 18px; }
  .icon-button { display: none; }
  .header-cta { display: none; }
  .nav-item.submenu-open .mega-grid { grid-template-columns: 1fr; gap: 18px; padding: 17px 18px; }
  .hero { min-height: calc(100svh - 66px); }
  .hero-media { background-position: 64% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,16,24,.97), rgba(5,16,24,.52)), linear-gradient(0deg, rgba(5,16,24,.9), transparent 65%); }
  .hero-inner { padding-block: 58px 66px; }
  .hero h1 { font-size: 46px; }
  .hero-copy > p { font-size: 14px; }
  .hero-buttons { display: grid; }
  .hero-buttons .button { width: 100%; }
  .hero-buttons .button-ghost { display: none; }
  .hero-proof { display: grid; gap: 8px; }
  .hero-quickfinder { margin-top: 30px; padding: 23px 20px 18px; }
  .hero-quickfinder > strong { font-size: 23px; }
  .quickfinder-options button { min-height: 47px; }
  .scroll-cue { display: none; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { min-height: 96px; }
  .section { padding: 72px 0; }
  .section-heading h2, .finder-intro h2, .use-case-copy h2, .cta-inner h2 { font-size: 42px; }
  .type-grid, .application-grid { grid-template-columns: 1fr; }
  .type-card { min-height: 420px; }
  .finder-card { min-height: 560px; padding: 25px 20px 22px; }
  .finder-stage { min-height: 343px; }
  .finder-question { font-size: 24px; }
  .finder-options { grid-template-columns: 1fr; }
  .finder-option { min-height: 57px; }
  .finder-controls .button { min-width: 0; flex: 1; padding-inline: 14px; }
  .comparison-cta { align-items: stretch; flex-direction: column; }
  .use-case-image { min-height: 360px; }
  .use-case-copy { padding: 62px 24px; }
  .home-photo-grid { width: min(calc(100% - 28px), var(--container)); gap: 31px; }
  .home-photo-frame figcaption { left: 12px; right: 12px; bottom: 12px; max-width: calc(100% - 24px); }
  .home-photo-copy h2 { font-size: 38px; overflow-wrap: anywhere; hyphens: auto; }
  .home-photo-copy > p { font-size: 14px; }
  .home-photo-proof { grid-template-columns: 1fr; }
  .home-photo-copy .button { width: 100%; }
  .application-card { min-height: 270px; }
  .knowledge-feature-art { height: 210px; }
  .knowledge-feature h3 { font-size: 25px; }
  .cta-section { padding: 68px 0; }
  .cta-inner .button { width: 100%; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 45px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; padding-block: 24px; }
  .footer-bottom div { flex-wrap: wrap; gap: 10px 18px; }
  .privacy-banner { right: 10px; bottom: 10px; width: calc(100% - 20px); padding: 18px; }
  .privacy-banner__actions { display: grid; }
  .privacy-banner__actions .button, .privacy-text-button { width: 100%; }
  .privacy-dialog { padding: 10px; }
  .privacy-dialog__card { max-height: calc(100vh - 20px); padding: 20px; }
  .privacy-choice { min-width: 0; }
  .privacy-choice span { min-width: 0; overflow-wrap: anywhere; }
  .privacy-dialog__actions { display: grid; }
  .privacy-dialog__actions .button { width: 100%; }
  .context-finder-section { margin-block: 50px; padding-block: 58px; }
  .context-finder-grid { width: min(calc(100% - 28px), 1180px); }
  body .context-finder-section h2 { font-size: 38px; }
  .context-finder-card { min-height: 690px; padding: 24px 18px 21px; }
  .context-finder-stage { min-height: 490px; }
  body .context-finder-stage h3 { font-size: 25px; }
  .context-options { grid-template-columns: 1fr; }
  .context-option { min-height: 77px; }
  .context-finder-controls .button { min-width: 0; flex: 1; padding-inline: 12px; }
  .context-result { min-height: 490px; }
  .context-offer-link { width: 100%; }
}

/* Startseite: großzügiger Referenz-Hero mit eigenständiger, gekapselter Gestaltung. */
.home-page .utility-inner,
.home-page .header-inner,
.home-page .hero-inner,
.home-page .trust-grid {
  width: min(calc(100% - 96px), 1510px);
}

.home-page .utility-inner { height: 40px; }
.home-page .site-header { position: relative; }
.home-page .header-inner { min-height: 96px; gap: 32px; }
.home-page .brand { gap: 13px; }
.home-page .brand-mark { width: 56px; height: 56px; border-radius: 12px; }
.home-page .brand-mark svg { width: 38px; }
.home-page .brand strong { font-size: 26px; }
.home-page .brand small { font-size: 18px; }
.home-page .main-nav { gap: clamp(22px, 1.7vw, 34px); }
.home-page .main-nav .nav-link { min-height: 96px; font-size: 14px; color: #172833; }
.home-page .header-actions { gap: 16px; }
.home-page .header-cta {
  min-height: 54px;
  padding-inline: 25px;
  border-radius: 7px;
  color: #111a20;
  background: linear-gradient(100deg, #ffab08 0%, #ff7c0c 100%);
  box-shadow: 0 12px 28px rgba(255, 127, 8, .2);
}

.home-page .hero {
  min-height: 690px;
  height: clamp(690px, calc(100svh - 222px), 760px);
  align-items: center;
}
.home-page .hero-media { background-position: center; transform: none; }
.home-page .hero-shade {
  background:
    linear-gradient(90deg, rgba(3, 17, 25, .98) 0%, rgba(3, 17, 25, .91) 31%, rgba(3, 17, 25, .53) 54%, rgba(3, 17, 25, .08) 82%),
    linear-gradient(0deg, rgba(2, 16, 24, .83) 0%, transparent 34%);
}
.home-page .hero::after {
  background:
    linear-gradient(90deg, transparent 49.92%, rgba(255,255,255,.055) 50%, transparent 50.08%),
    linear-gradient(0deg, rgba(4,18,26,.2), transparent 25%);
}
.home-page .hero-inner {
  grid-template-columns: minmax(0, 720px) 464px;
  justify-content: start;
  gap: clamp(90px, 8.8vw, 150px);
  padding-block: 50px;
}
.home-page .hero-copy {
  position: relative;
  max-width: 720px;
  transform: translateY(-4px);
}
.home-page .hero-copy::before {
  content: "";
  position: absolute;
  left: -36px;
  top: 8px;
  bottom: 4px;
  width: 1px;
  background: linear-gradient(var(--orange), rgba(245,138,24,.08));
}
.home-page .hero-copy .eyebrow {
  position: relative;
  gap: 19px;
  margin-left: 5px;
  font-size: 14px;
  letter-spacing: .17em;
}
.home-page .hero-copy .eyebrow > span {
  position: absolute;
  left: -63px;
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  color: rgba(255,255,255,.62);
  background: rgba(5,20,29,.64);
  font-size: 13px;
  letter-spacing: .06em;
}
.home-page .hero h1 {
  max-width: 720px;
  margin: 30px 0 27px;
  font-size: clamp(76px, 5vw, 84px);
  line-height: 1.01;
  letter-spacing: -.045em;
}
.home-page .hero h1 em { color: #ff8b09; font-style: normal; }
.home-page .hero-copy > p {
  max-width: 655px;
  margin-bottom: 0;
  color: #eef2f3;
  font-size: 16px;
  line-height: 1.56;
}
.home-page .hero-buttons { gap: 18px; margin-top: 31px; }
.home-page .hero-buttons .button { min-height: 64px; border-radius: 7px; padding-inline: 29px; font-size: 15px; }
.home-page .hero-buttons .button-primary {
  min-width: 333px;
  color: #111a20;
  background: linear-gradient(100deg, #ffb307 0%, #ff7f05 62%, #ff3b26 100%);
  box-shadow: 0 14px 34px rgba(255, 109, 5, .25);
}
.home-page .hero-buttons .button-ghost { min-width: 268px; border-color: rgba(255,255,255,.58); }
.home-page .hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}
.home-page .hero-proof li { gap: 12px; min-width: 0; }
.home-page .hero-proof-icon {
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(245,138,24,.72);
  border-radius: 50%;
  color: #ff970b;
}
.home-page .hero-proof-icon svg { width: 20px; }
.home-page .hero-proof li > span:last-child,
.home-page .hero-proof strong,
.home-page .hero-proof small { display: block; }
.home-page .hero-proof strong { color: #f4f7f8; font-size: 13px; font-weight: 650; white-space: nowrap; }
.home-page .hero-proof small { margin-top: 2px; color: #9eabb0; font-size: 13px; line-height: 1.35; white-space: nowrap; }

.home-page .hero-quickfinder {
  min-height: 566px;
  align-self: center;
  padding: 36px 36px 26px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 24px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 32px 90px rgba(0,0,0,.36);
  backdrop-filter: blur(18px);
  overflow: hidden;
}
.home-page .hero-quickfinder::before {
  height: 5px;
  background: linear-gradient(90deg, #ffae00 0%, #ff7b0b 46%, #ff2735 68%, transparent 68%);
}
.home-page .quickfinder-head { margin-bottom: 8px; }
.home-page .quickfinder-brand { display: flex; align-items: center; gap: 13px; }
.home-page .quickfinder-brand > strong {
  color: var(--ink);
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: 14px;
  font-weight: 820;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.home-page .quickfinder-brand-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-left: -2px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #ffb20b, #ff8105);
}
.home-page .quickfinder-brand-icon svg { width: 27px; stroke-width: 1.8; }
.home-page .quickfinder-head small { font-size: 13px; }
.home-page .quickfinder-progress { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; margin: -8px 0 24px 63px; }
.home-page .quickfinder-progress span { height: 7px; border-radius: 999px; background: #dfe3e4; }
.home-page .quickfinder-progress .is-active { background: linear-gradient(90deg, #ffae08, #ff6f0b); }
.home-page .hero-quickfinder > strong {
  max-width: 390px;
  color: #172732;
  font-size: 27px;
  line-height: 1.16;
}
.home-page .hero-quickfinder > strong em { color: #9c5108; font-style: normal; }
.home-page .hero-quickfinder > p { margin: 15px 0 19px; font-size: 13px; }
.home-page .quickfinder-options { gap: 11px 12px; }
.home-page .quickfinder-options button {
  min-height: 94px;
  gap: 14px;
  padding: 13px 15px;
  border-radius: 7px;
  color: #172732;
  background: rgba(255,255,255,.82);
}
.home-page .quickfinder-options button.selected { border-color: #ff8d08; background: #fff7eb; box-shadow: inset 3px 0 0 #ff8d08; }
.home-page .quickfinder-options button > .quickfinder-option-icon {
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  color: #172732;
}
.home-page .quickfinder-option-icon svg { width: 36px; stroke-width: 1.7; }
.home-page .quickfinder-option-copy { display: grid; grid-template-columns: 1fr; align-items: baseline; gap: 0; }
.home-page .quickfinder-option-copy small { color: #8c989e; font-size: 13px; font-weight: 650; }
.home-page .quickfinder-option-copy strong { color: #172732; font-size: 14px; font-weight: 780; }
.home-page .quickfinder-submit {
  min-height: 53px;
  margin-top: 13px;
  padding-inline: 25px;
  border-radius: 7px;
  color: var(--ink);
  background: linear-gradient(100deg, #ffab08 0%, #ff720b 60%, #ff2637 100%);
  font-size: 14px;
  justify-content: center;
  gap: 17px;
}
.home-page .quickfinder-submit[aria-disabled="true"] { color: #52616c; background: #e8eae9; }
.home-page .quickfinder-note { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 13px; }
.home-page .quickfinder-note svg { width: 18px; color: #7b8b93; }
.home-page .scroll-cue { display: none; }

.home-page .trust-strip { min-height: 86px; color: #fff; background: #071923; border: 0; }
.home-page .trust-grid { grid-template-columns: .9fr 1.35fr; min-height: 86px; }
.home-page .trust-grid > div { min-height: 86px; padding: 18px 30px; border: 0; }
.home-page .trust-grid > div:first-child { border: 0; border-right: 1px solid rgba(255,255,255,.08); }
.home-page .trust-method { display: flex; align-items: center; gap: 16px; }
.home-page .trust-method > strong { margin: 0; color: #fff; font-size: 14px; }
.home-page .trust-method > small { color: #8e9ea6; font-size: 13px; }
.home-page .trust-checks { position: static; display: flex; gap: 3px; }
.home-page .trust-checks i { display: grid; place-items: center; width: 25px; height: 25px; color: #fff; background: #03a889; font-size: 14px; font-style: normal; font-weight: 800; }
.home-page .trust-assurance { display: flex; align-items: center; justify-content: center; gap: 17px; }
.home-page .trust-assurance > svg { flex: 0 0 29px; width: 29px; color: #71838b; }
.home-page .trust-assurance > span,
.home-page .trust-assurance strong,
.home-page .trust-assurance small { display: block; }
.home-page .trust-assurance strong { margin: 0 0 2px; color: #d9e1e4; font-size: 13px; }
.home-page .trust-assurance small { color: #899aa2; font-size: 13px; }

@media (max-width: 1400px) {
  .home-page .header-inner { width: min(calc(100% - 48px), 1320px); gap: 18px; }
  .home-page .brand { gap: 10px; }
  .home-page .brand-mark { width: 46px; height: 46px; border-radius: 10px; }
  .home-page .brand-mark svg { width: 32px; }
  .home-page .brand strong { font-size: 22px; }
  .home-page .brand small { font-size: 16px; }
  .home-page .main-nav { gap: 14px; }
  .home-page .main-nav .nav-link { font-size: 13px; }
  .home-page .header-actions { gap: 8px; }
  .home-page .header-cta { min-height: 48px; padding-inline: 18px; }
  .home-page .hero-copy::before { left: -18px; }
  .home-page .hero-copy .eyebrow > span { left: -44px; }
  .home-page .hero-inner { grid-template-columns: minmax(0, 660px) 430px; gap: clamp(55px, 6vw, 90px); }
  .home-page .hero h1 { font-size: 76px; }
  .home-page .hero-quickfinder { padding-inline: 31px; }
  .home-page .hero-proof { gap: 10px; }
  .home-page .hero-proof-icon { flex-basis: 36px; width: 36px; height: 36px; }
}

@media (max-width: 1120px) {
  .home-page .utility-inner,
  .home-page .header-inner,
  .home-page .hero-inner,
  .home-page .trust-grid { width: min(calc(100% - 48px), 1020px); }
  .home-page .header-inner { min-height: 78px; }
  .home-page .brand-mark { width: 46px; height: 46px; }
  .home-page .brand strong { font-size: 22px; }
  .home-page .brand small { font-size: 16px; }
  .home-page .main-nav .nav-link { min-height: 0; }
  .home-page .hero { height: auto; min-height: 690px; }
  .home-page .hero-inner { grid-template-columns: minmax(0, 1fr) 410px; gap: 38px; padding-block: 65px; }
  .home-page .hero h1 { font-size: clamp(62px, 6.5vw, 72px); }
  .home-page .hero-buttons .button-primary { min-width: 0; }
  .home-page .hero-buttons .button-ghost { min-width: 220px; }
  .home-page .hero-proof { grid-template-columns: 1fr; gap: 9px; }
  .home-page .hero-proof small { display: none; }
}

@media (max-width: 900px) {
  .home-page .hero { min-height: 0; height: auto; }
  .home-page .hero-media { background-position: 66% center; }
  .home-page .hero-shade { background: linear-gradient(90deg, rgba(3,17,25,.98), rgba(3,17,25,.72)), linear-gradient(0deg, rgba(2,16,24,.83), transparent 34%); }
  .home-page .hero-inner { display: block; padding-block: 72px 80px; }
  .home-page .hero-copy { max-width: 720px; transform: none; }
  .home-page .hero-quickfinder { max-width: 560px; margin-top: 52px; }
  .home-page .trust-grid { grid-template-columns: 1fr; }
  .home-page .trust-grid > div:first-child { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
}

@media (max-width: 560px) {
  .home-page .header-inner,
  .home-page .hero-inner,
  .home-page .trust-grid { width: min(calc(100% - 28px), 520px); }
  .home-page .header-inner { min-height: 66px; }
  .home-page .brand-mark { width: 37px; height: 37px; border-radius: 9px; }
  .home-page .brand strong { font-size: 18px; }
  .home-page .brand small { font-size: 14px; }
  .home-page .hero-inner { padding-block: 58px 64px; }
  .home-page .hero-copy::before { display: none; }
  .home-page .hero-copy .eyebrow { margin-left: 0; font-size: 13px; line-height: 1.5; }
  .home-page .hero-copy .eyebrow > span { position: static; flex: 0 0 auto; width: 34px; height: 34px; }
  .home-page .hero h1 { margin: 24px 0 22px; font-size: clamp(45px, 13.3vw, 56px); line-height: .98; }
  .home-page .hero-copy > p { font-size: 14px; line-height: 1.65; }
  .home-page .hero-buttons { display: grid; gap: 11px; }
  .home-page .hero-buttons .button { width: 100%; min-height: 58px; }
  .home-page .hero-buttons .button-ghost { display: flex; }
  .home-page .hero-proof { margin-top: 27px; }
  .home-page .hero-proof strong { white-space: normal; }
  .home-page .hero-quickfinder { min-height: 0; margin-top: 42px; padding: 27px 18px 20px; border-radius: 18px; }
  .home-page .quickfinder-brand-icon { width: 41px; height: 41px; }
  .home-page .quickfinder-brand > strong { font-size: 13px; }
  .home-page .quickfinder-progress { margin-left: 54px; }
  .home-page .hero-quickfinder > strong { font-size: 24px; }
  .home-page .quickfinder-options { gap: 8px; }
  .home-page .quickfinder-options button { min-height: 78px; padding: 10px; }
  .home-page .quickfinder-options button > .quickfinder-option-icon { flex-basis: 30px; }
  .home-page .quickfinder-option-icon svg { width: 29px; }
  .home-page .quickfinder-option-copy { display: block; }
  .home-page .quickfinder-option-copy small { display: block; }
  .home-page .quickfinder-note { font-size: 13px; }
  .home-page .trust-grid > div { padding: 18px 8px; }
  .home-page .trust-method { flex-wrap: wrap; justify-content: center; text-align: center; }
  .home-page .trust-method > small { flex-basis: 100%; }
  .home-page .trust-assurance { justify-content: flex-start; }
}

/* Startseite: vierstufiger Entscheidungsweg nach der Hero-Referenz. */
.home-page .decision-path {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 885px;
  color: #fff;
  background: linear-gradient(180deg, #071923 0 366px, #fbfcfd 366px 100%);
}
.home-page .decision-path-media {
  position: absolute;
  z-index: -2;
  inset: 0 0 auto;
  height: 366px;
  background-image: url("assets/images/hero-elektrohubwagen-lager.webp");
  background-position: center bottom;
  background-size: cover;
}
.home-page .decision-path-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3,16,24,.94), rgba(3,16,24,.72) 50%, rgba(3,16,24,.82)),
    linear-gradient(0deg, rgba(3,16,24,.98), rgba(3,16,24,.42));
}
.home-page .decision-path-inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 96px), 1460px);
}
.home-page .decision-path-heading {
  max-width: 1120px;
  margin: 0 auto;
  padding-top: 96px;
  text-align: center;
}
.home-page .decision-path-heading > span {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #ff8a05;
  font-size: 15px;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.home-page .decision-path-heading > span i { width: 32px; height: 2px; background: #ff8a05; }
.home-page .decision-path-heading h2 {
  margin: 24px 0 19px;
  color: #fff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(45px, 3.35vw, 58px);
  font-weight: 760;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.home-page .decision-path-heading h2 em { color: #ffb23e; font-style: normal; font-weight: inherit; }
.home-page .decision-path-heading p { margin: 0; color: #c6cfd3; font-size: 19px; line-height: 1.55; }
.home-page .decision-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 44px;
  margin-top: 57px;
}
.home-page .decision-step {
  position: relative;
  min-height: 388px;
  padding: 34px 25px 28px;
  border: 1px solid rgba(255,255,255,.92);
  border-radius: 18px;
  color: #132633;
  background: linear-gradient(150deg, rgba(255,255,255,.99), rgba(250,252,253,.96));
  box-shadow: 0 18px 44px rgba(238,112,0,.12), 0 6px 18px rgba(8,29,40,.07);
  text-align: center;
}
.home-page .decision-step:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 5;
  top: 47%;
  right: -38px;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  color: #9c5108;
  background: #fff;
  box-shadow: 0 8px 28px rgba(8,28,38,.08);
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
}
.home-page .decision-step-number {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #9c5108;
  background: radial-gradient(circle, #fff 30%, #fff8f0 100%);
  box-shadow: 0 12px 30px rgba(255,128,0,.08);
  font-size: 29px;
  font-weight: 760;
}
.home-page .decision-step-icon {
  display: block;
  width: 76px;
  height: 76px;
  margin: 22px auto 13px;
  color: #9c5108;
  stroke-width: 2.4;
}
.home-page .decision-step h3 {
  margin: 0;
  color: #122431;
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: 21px;
  font-weight: 780;
  letter-spacing: -.02em;
}
.home-page .decision-step-line { display: block; width: 28px; height: 2px; margin: 18px auto; background: #ff8400; }
.home-page .decision-step p { margin: 0; color: #50657a; font-size: 16px; line-height: 1.45; }
.home-page .decision-benefit-band {
  position: relative;
  z-index: 2;
  margin-top: 37px;
  border-top: 1px solid #e5e9eb;
  background: rgba(255,255,255,.84);
}
.home-page .decision-benefits {
  width: min(calc(100% - 96px), 1400px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 147px;
}
.home-page .decision-benefits > div {
  display: flex;
  align-items: center;
  gap: 24px;
  min-width: 0;
  padding: 24px 30px;
  border-right: 1px solid #e3e7e9;
}
.home-page .decision-benefits > div:first-child { padding-left: 0; }
.home-page .decision-benefits > div:last-child { padding-right: 0; border-right: 0; }
.home-page .decision-benefits svg { flex: 0 0 62px; width: 62px; color: #9c5108; stroke-width: 2.2; }
.home-page .decision-benefits span,
.home-page .decision-benefits strong,
.home-page .decision-benefits small { display: block; }
.home-page .decision-benefits strong { margin-bottom: 6px; color: #122431; font-size: 16px; line-height: 1.25; }
.home-page .decision-benefits small { color: #5a7083; font-size: 14px; line-height: 1.45; }

@media (max-width: 1250px) {
  .home-page .decision-path-inner { width: min(calc(100% - 48px), 1180px); }
  .home-page .decision-path-heading { padding-top: 78px; }
  .home-page .decision-path-heading h2 { font-size: 48px; }
  .home-page .decision-steps { gap: 24px; margin-top: 43px; }
  .home-page .decision-step { min-height: 365px; padding-inline: 18px; }
  .home-page .decision-step:not(:last-child)::after { right: -25px; width: 48px; height: 48px; font-size: 26px; }
  .home-page .decision-step h3 { font-size: 18px; }
  .home-page .decision-step p { font-size: 14px; }
  .home-page .decision-benefits { width: min(calc(100% - 48px), 1180px); }
  .home-page .decision-benefits > div { gap: 15px; padding-inline: 20px; }
  .home-page .decision-benefits svg { flex-basis: 48px; width: 48px; }
  .home-page .decision-benefits strong { font-size: 14px; }
  .home-page .decision-benefits small { font-size: 13px; }
}

@media (max-width: 960px) {
  .home-page .decision-path { background: linear-gradient(180deg, #071923 0 345px, #fbfcfd 345px 100%); }
  .home-page .decision-path-media { height: 345px; }
  .home-page .decision-path-heading { padding-top: 65px; }
  .home-page .decision-path-heading h2 { font-size: 43px; }
  .home-page .decision-path-heading p { font-size: 16px; }
  .home-page .decision-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
  .home-page .decision-step:not(:last-child)::after { display: none; }
  .home-page .decision-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-page .decision-benefits > div { border-bottom: 1px solid #e3e7e9; }
  .home-page .decision-benefits > div:nth-child(2) { border-right: 0; }
  .home-page .decision-benefits > div:nth-child(3),
  .home-page .decision-benefits > div:nth-child(4) { border-bottom: 0; }
}

@media (max-width: 600px) {
  .home-page .decision-path { min-height: 0; background: linear-gradient(180deg, #071923 0 360px, #fbfcfd 360px 100%); }
  .home-page .decision-path-media { height: 360px; background-position: 65% bottom; }
  .home-page .decision-path-inner { width: min(calc(100% - 28px), 520px); }
  .home-page .decision-path-heading { padding-top: 56px; text-align: left; }
  .home-page .decision-path-heading > span { font-size: 13px; }
  .home-page .decision-path-heading h2 { margin-top: 20px; font-size: 38px; line-height: 1.06; }
  .home-page .decision-path-heading p { font-size: 15px; }
  .home-page .decision-steps { grid-template-columns: 1fr; gap: 38px; margin-top: 38px; }
  .home-page .decision-step { min-height: 340px; padding: 28px 20px 25px; }
  .home-page .decision-step:not(:last-child)::after {
    top: auto;
    right: calc(50% - 24px);
    bottom: -43px;
    display: grid;
    width: 48px;
    height: 48px;
    font-size: 25px;
    transform: rotate(90deg);
  }
  .home-page .decision-step-number { width: 58px; height: 58px; font-size: 24px; }
  .home-page .decision-step-icon { width: 68px; height: 68px; margin-top: 17px; }
  .home-page .decision-benefit-band { margin-top: 34px; }
  .home-page .decision-benefits { width: min(calc(100% - 28px), 520px); grid-template-columns: 1fr; padding-block: 8px; }
  .home-page .decision-benefits > div,
  .home-page .decision-benefits > div:first-child,
  .home-page .decision-benefits > div:last-child { padding: 22px 4px; border-right: 0; border-bottom: 1px solid #e3e7e9; }
  .home-page .decision-benefits > div:last-child { border-bottom: 0; }
  .home-page .decision-benefits svg { flex-basis: 52px; width: 52px; }
  .home-page .decision-benefits strong { font-size: 15px; }
}

/* Startseite: hochwertige Produktwelten mit realistischen Geräte-Cutouts. */
.home-page .types-section {
  padding: 42px 0 18px;
  background:
    radial-gradient(circle at 50% 35%, rgba(255,255,255,.98), rgba(255,255,255,.5) 42%, transparent 66%),
    #f7f8f8;
}
.home-page .types-section > .container { width: min(calc(100% - 84px), 1460px); }
.home-page .types-section .section-heading {
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 72px;
}
.home-page .types-section .eyebrow { gap: 13px; font-size: 15px; color: #9c5108; }
.home-page .types-section .eyebrow span { color: #89969d; }
.home-page .types-section .section-heading h2 {
  max-width: 900px;
  margin-top: 25px;
  color: #0b1a24;
  font-size: clamp(57px, 4.65vw, 72px);
  line-height: 1.03;
}
.home-page .types-section .section-heading h2 em { color: #9c5108; }
.home-page .types-section .section-heading > p {
  max-width: 440px;
  margin: 0 0 10px;
  color: #5a6c78;
  font-size: 17px;
  line-height: 1.72;
}
.home-page .types-section .type-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  border: 0;
}
.home-page .types-section .type-card {
  min-height: 610px;
  padding: 28px 28px 24px;
  border: 1px solid #eef0f1;
  border-radius: 14px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 15px 40px rgba(10,31,41,.07), 0 2px 8px rgba(10,31,41,.03);
  overflow: visible;
}
.home-page .types-section .type-card:hover { transform: translateY(-8px); box-shadow: 0 24px 58px rgba(10,31,41,.13); }
.home-page .types-section .type-card-featured {
  border-color: #132d39;
  color: #fff;
  background:
    radial-gradient(circle at 64% 30%, rgba(34,65,77,.78), transparent 36%),
    linear-gradient(155deg, #102631 0%, #061721 100%);
  box-shadow: 0 19px 45px rgba(4,21,29,.2);
}
.home-page .type-card-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 50px; }
.home-page .type-card-kicker { display: flex; align-items: center; gap: 12px; min-width: 0; color: #9c5108; }
.home-page .type-card-kicker > span {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  min-width: 44px;
  height: 38px;
  padding-inline: 8px;
  border-radius: 9px;
  color: #9c5108;
  background: linear-gradient(145deg, #fff0dd, #ffe3bd);
  font-size: 19px;
  font-weight: 820;
}
.home-page .type-card-featured .type-card-kicker > span {
  color: var(--ink);
  background: linear-gradient(145deg, #ff9c08, #ff7100);
  box-shadow: 0 7px 18px rgba(255,125,0,.24);
}
.home-page .type-card-kicker strong {
  color: #9c5108;
  font-size: 13px;
  font-weight: 840;
  letter-spacing: .075em;
  line-height: 1.25;
  text-transform: uppercase;
}
.home-page .type-card-featured .type-card-kicker strong { color: #ffb23e; }
.home-page .type-card-symbol {
  flex: 0 0 43px;
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  color: #8d999f;
  background: #fff;
  box-shadow: 0 8px 20px rgba(9,29,39,.1);
}
.home-page .type-card-symbol svg { width: 24px; }
.home-page .type-card-featured .type-card-symbol { color: #ff8a00; border: 1px solid rgba(255,138,0,.5); background: rgba(255,255,255,.035); }
.home-page .type-product-visual {
  position: relative;
  height: 160px;
  display: grid;
  place-items: center;
  margin: 7px -10px 12px;
}
.home-page .type-product-visual::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 18%;
  right: 18%;
  bottom: 18px;
  height: 16px;
  border-radius: 50%;
  background: rgba(15,29,37,.13);
  filter: blur(10px);
}
.home-page .type-card-featured .type-product-visual::after { background: rgba(0,0,0,.48); }
.home-page .type-product-visual img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 11px 11px rgba(12,27,35,.12));
}
.home-page .type-card-featured .type-product-visual img { transform: scale(1.03); filter: drop-shadow(0 13px 13px rgba(0,0,0,.38)); }
.home-page .types-section .type-card-copy { margin-top: 0; }
.home-page .types-section .type-card h3 {
  margin: 0 0 13px;
  color: #0d1d27;
  font-size: 29px;
  line-height: 1.1;
}
.home-page .types-section .type-card-featured h3 { color: #fff; }
.home-page .types-section .type-card p { margin-bottom: 17px; color: #546774; font-size: 15px; line-height: 1.62; }
.home-page .types-section .type-card-featured p { color: #d3dce0; }
.home-page .types-section .type-card ul { gap: 8px; margin-bottom: 16px; }
.home-page .types-section .type-card li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 33px;
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  color: #e0e7e9;
  background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.025));
  box-shadow: 0 6px 16px rgba(0,0,0,.15);
  font-size: 13px;
}
.home-page .types-section .type-card li svg { width: 17px; color: #ff8a00; }
.home-page .types-section .type-card .text-link {
  min-height: 54px;
  margin-top: auto;
  padding-top: 18px;
  color: #0d1d27;
  font-size: 14px;
}
.home-page .types-section .type-card-featured .text-link { color: #fff; border-color: rgba(255,255,255,.17); }
.home-page .types-section .type-card .text-link::after { content: ""; position: absolute; left: 0; bottom: 0; width: 47px; height: 2px; background: #ff8200; }
.home-page .types-section .type-card .text-link { position: relative; }
.home-page .types-section .type-card .text-link span { font-size: 25px; font-weight: 300; }
.home-page .types-section .center-link { margin-top: 24px; }
.home-page .types-section .center-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 74px;
  padding: 0 32px;
  border: 0;
  border-radius: 14px;
  color: #0c1c26;
  background: #fff;
  box-shadow: 0 13px 34px rgba(11,31,41,.09);
  font-size: 18px;
  font-weight: 790;
}
.home-page .types-section .center-link svg { width: 25px; color: #74858d; }
.home-page .types-section .center-link span { padding-left: 2px; color: #9c5108; font-size: 28px; font-weight: 300; }

@media (max-width: 1180px) {
  .home-page .types-section > .container { width: min(calc(100% - 48px), 1080px); }
  .home-page .types-section .section-heading { grid-template-columns: 1fr .52fr; gap: 45px; }
  .home-page .types-section .section-heading h2 { font-size: 55px; }
  .home-page .types-section .type-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .home-page .types-section .type-card { min-height: 590px; }
  .home-page .type-product-visual { height: 210px; }
}

@media (max-width: 760px) {
  .home-page .types-section { padding-top: 65px; }
  .home-page .types-section > .container { width: min(calc(100% - 28px), 620px); }
  .home-page .types-section .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 44px; }
  .home-page .types-section .section-heading h2 { font-size: 46px; }
  .home-page .types-section .section-heading > p { max-width: 580px; font-size: 15px; }
  .home-page .types-section .type-grid { grid-template-columns: 1fr; }
  .home-page .types-section .type-card { min-height: 590px; }
  .home-page .type-product-visual { height: 220px; }
  .home-page .types-section .center-link a { width: 100%; padding-inline: 20px; font-size: 16px; }
}

@media (max-width: 430px) {
  .home-page .types-section .section-heading h2 { font-size: 40px; overflow-wrap: normal; hyphens: none; }
  .home-page .types-section .type-card { min-height: 560px; padding: 23px 20px 21px; }
  .home-page .type-card-kicker { gap: 9px; }
  .home-page .type-card-kicker strong { font-size: 13px; }
  .home-page .type-card-symbol { flex-basis: 39px; width: 39px; height: 39px; }
  .home-page .type-product-visual { height: 200px; }
  .home-page .types-section .type-card h3 { font-size: 27px; }
  .home-page .types-section .center-link a { gap: 14px; font-size: 15px; }
}

/* Zentraler Angebots-Finder als zugängliches Modal auf Start- und Fachseiten. */
body.finder-modal-active { overflow: hidden; }
[data-finder-modal][hidden] { display: none !important; }
.finder-section[data-finder-modal],
.context-finder-section[data-finder-modal] {
  position: fixed;
  z-index: 1500;
  inset: 0;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: clamp(20px, 4vw, 52px);
  overflow: auto;
  overscroll-behavior: contain;
  color: #fff;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.finder-section[data-finder-modal]::after,
.context-finder-section[data-finder-modal]::before,
.context-finder-section[data-finder-modal]::after,
.finder-section[data-finder-modal] .finder-grid-bg { display: none; }
.finder-modal-backdrop {
  position: fixed;
  z-index: 0;
  inset: 0;
  background: rgba(3, 13, 20, .82);
  backdrop-filter: blur(12px);
  cursor: pointer;
}
.finder-modal-close {
  position: fixed;
  z-index: 4;
  top: clamp(27px, 5vw, 66px);
  right: clamp(27px, 5vw, 66px);
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0 0 3px;
  color: var(--ink);
  border: 1px solid rgba(7,24,32,.42);
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 12px 35px rgba(0,0,0,.22);
  font: 300 31px/1 var(--site-font);
  cursor: pointer;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.finder-modal-close:hover,
.finder-modal-close:focus-visible { color: #10212a; background: #fff; transform: rotate(4deg); outline: 3px solid rgba(255,255,255,.7); outline-offset: 3px; }
.finder-section[data-finder-modal] .finder-wrap,
.context-finder-section[data-finder-modal] .context-finder-grid {
  position: relative;
  z-index: 2;
  width: min(1220px, 100%);
  max-width: 1220px;
  max-height: calc(100dvh - clamp(40px, 8vw, 104px));
  margin: auto;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 42px 110px rgba(0,0,0,.48);
  animation: finder-modal-enter .28s cubic-bezier(.2,.75,.3,1) both;
}
.finder-section[data-finder-modal] .finder-wrap { grid-template-columns: minmax(285px, .72fr) minmax(520px, 1.28fr); gap: 0; align-items: stretch; }
.context-finder-section[data-finder-modal] .context-finder-grid { grid-template-columns: minmax(350px, .68fr) minmax(0, 1.32fr); gap: 0; align-items: stretch; }
.finder-section[data-finder-modal] .finder-intro,
.context-finder-section[data-finder-modal] .context-finder-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(30px, 4vw, 50px);
  background: radial-gradient(circle at 0 100%, rgba(245,138,24,.18), transparent 43%), linear-gradient(145deg, #071821, #102d36);
}
.finder-section[data-finder-modal] .finder-intro h2 { margin: 18px 0 19px; font-size: clamp(39px, 4.2vw, 57px); }
.finder-section[data-finder-modal] .finder-intro-meta { gap: 25px; margin-top: 24px; padding-top: 21px; }
.finder-section[data-finder-modal] .finder-intro-meta strong { font-size: 25px; }
.finder-section[data-finder-modal] .finder-card,
.context-finder-section[data-finder-modal] .context-finder-card {
  min-width: 0;
  min-height: 0;
  max-height: inherit;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: none;
  scrollbar-color: #cbd2cf transparent;
}
.context-finder-section[data-finder-modal] .context-finder-intro { padding-inline: clamp(28px, 3vw, 40px); }
.context-finder-section[data-finder-modal] .context-finder-intro h2 { font-size: clamp(29px, 2.25vw, 35px); line-height: 1.08; overflow-wrap: normal; word-break: normal; hyphens: none; text-wrap: balance; }
.context-finder-section[data-finder-modal] .context-finder-kicker { color: #ffae57; }
.context-finder-section[data-finder-modal] .context-finder-promises { gap: 6px; }
.context-finder-section[data-finder-modal] .context-finder-promises span { font-size: 13px; }
.context-finder-section[data-finder-modal] .context-finder-card { padding: 27px 38px 16px; }
.context-finder-section[data-finder-modal] .context-progress { margin: 14px 0 20px; }
.context-finder-section[data-finder-modal] .context-question-index { margin-bottom: 6px; }
.context-finder-section[data-finder-modal] .context-finder-stage h3 { font-size: clamp(24px, 2vw, 30px); line-height: 1.18; overflow-wrap: normal; word-break: normal; hyphens: none; }
.context-finder-section[data-finder-modal] .context-finder-hint { margin-bottom: 14px; }
.context-finder-section[data-finder-modal] .context-option { min-height: 78px; padding-block: 10px; }
.context-finder-section[data-finder-modal] .context-finder-stage,
.context-finder-section[data-finder-modal] .context-result { min-height: 320px; }
.context-finder-section[data-finder-modal] .context-finder-controls { padding-top: 15px; }
@keyframes finder-modal-enter {
  from { opacity: 0; transform: translateY(18px) scale(.985); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 1100px) {
  .finder-section[data-finder-modal],
  .context-finder-section[data-finder-modal] { padding: 14px; }
  .finder-modal-close { top: 24px; right: 24px; width: 40px; height: 40px; }
  .finder-section[data-finder-modal] .finder-wrap,
  .context-finder-section[data-finder-modal] .context-finder-grid {
    grid-template-columns: minmax(0, 1fr);
    width: min(660px, 100%);
    max-height: calc(100dvh - 28px);
    border-radius: 20px;
  }
  .finder-section[data-finder-modal] .finder-intro,
  .context-finder-section[data-finder-modal] .context-finder-intro { display: none; }
  .finder-section[data-finder-modal] .finder-card,
  .context-finder-section[data-finder-modal] .context-finder-card { max-height: calc(100dvh - 28px); padding-top: 74px; }
}

@media (max-width: 560px) {
  .finder-section[data-finder-modal],
  .context-finder-section[data-finder-modal] { padding: 8px; }
  .finder-modal-close { top: 17px; right: 17px; }
  .finder-section[data-finder-modal] .finder-wrap,
  .context-finder-section[data-finder-modal] .context-finder-grid { max-height: calc(100dvh - 16px); border-radius: 17px; }
  .finder-section[data-finder-modal] .finder-card,
  .context-finder-section[data-finder-modal] .context-finder-card { max-height: calc(100dvh - 16px); padding: 68px 17px 20px; }
  .finder-section[data-finder-modal] .finder-stage,
  .context-finder-section[data-finder-modal] .context-finder-stage { min-height: 0; }
  .context-finder-section[data-finder-modal] .context-option { min-height: 74px; }
}

/* Einheitliche, responsive Typografie nach dem visuellen Referenzstil. */
:root {
  --site-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html body,
html body * {
  font-family: var(--site-font) !important;
}

html body h1,
html body h2 {
  font-weight: 760 !important;
  line-height: 1.06;
  letter-spacing: -.035em;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

html body .hero h1 {
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.02;
}

html body .section-heading h2 {
  font-size: clamp(38px, 4vw, 60px);
  line-height: 1.08;
}

@media (max-width: 820px) {
  html body .hero h1 {
    font-size: clamp(38px, 7vw, 52px);
  }

  html body h1 {
    font-size: clamp(38px, 6.2vw, 52px) !important;
  }

  html body h2 {
    font-size: clamp(30px, 4.8vw, 44px) !important;
  }
}

@media (max-width: 560px) {
  html body .hero h1,
  html body .inquiry-hero h1,
  html body .not-found-hero h1 {
    font-size: clamp(35px, 9.4vw, 40px);
    line-height: 1.05;
  }

  html body .section-heading h2,
  html body .finder-intro h2,
  html body .context-finder-section h2,
  html body .use-case-copy h2,
  html body .cta-inner h2,
  html body .home-photo-copy h2,
  html body .home-page .decision-path-heading h2 {
    font-size: clamp(30px, 8vw, 36px);
    line-height: 1.1;
  }

  html body h1 {
    font-size: clamp(34px, 9.2vw, 40px) !important;
    line-height: 1.05;
  }

  html body h2 {
    font-size: clamp(28px, 7.2vw, 34px) !important;
    line-height: 1.1;
  }
}
