/* OMSAG LP · B2B Growth · 01 Hero
   Default = final/visible (no-JS safe). JS adds `.bgh-anim` (hidden start)
   then `.is-in` on scroll to play the reveal. */

.omsag-lp-bgh {
  --b:   var(--omsag-lp-brand, #50aa3c);
  --bl:  var(--omsag-lp-lime, #aad337);
  --bd:  var(--omsag-lp-brand-deep, #50aa3c);
  --ink: var(--omsag-lp-ink, #232730);
  --ts:  var(--omsag-lp-text-soft, #5a6270);
  --mut: var(--omsag-lp-muted, #8a93a3);
  --ln:  var(--omsag-lp-line, #e6e8ec);
  --bg-alt: var(--omsag-lp-bg-alt, #f9faf8);
  --bg-cream: var(--omsag-lp-bg-cream, #f0f4ee);
  --ez:  var(--omsag-lp-ease, cubic-bezier(.2,.7,.2,1));
  --font: var(--omsag-lp-font, 'Outfit', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif);

  position: relative;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg-alt);
  padding: 120px 0 88px;
  overflow: hidden;
  isolation: isolate;
  -webkit-font-smoothing: antialiased;
}
.omsag-lp-bgh, .omsag-lp-bgh *, .omsag-lp-bgh *::before, .omsag-lp-bgh *::after { box-sizing: border-box; }

/* Background: OMSAG hero gradient image (green→blue) + very subtle grid texture on top */
.omsag-lp-bgh__deco {
  position: absolute; inset: 0; z-index: -1; pointer-events: none; overflow: hidden;
  background-size: cover; background-position: center; background-repeat: no-repeat;
}
.omsag-lp-bgh__deco::after {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(35,39,48,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(35,39,48,.04) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(ellipse at 60% 24%, #000 24%, transparent 66%);
          mask-image: radial-gradient(ellipse at 60% 24%, #000 24%, transparent 66%);
  opacity: .7;
}

.omsag-lp-bgh__container {
  position: relative; z-index: 1;
  width: 100%; max-width: 1450px; margin: 0 auto; padding: 0 28px;
  display: grid; grid-template-columns: minmax(0, 1.09fr) minmax(0, 1fr);
  gap: 72px; align-items: center;
}
.omsag-lp-bgh__right { display: flex; flex-direction: column; gap: 30px; min-width: 0; }

/* ---------- Left copy ---------- */
.omsag-lp-bgh__eyebrow {
  font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  color: var(--b); margin: 0 0 20px;
}
.omsag-lp-bgh__headline {
  font-size: clamp(34px, 4.4vw, 52px); font-weight: 700; letter-spacing: -0.028em;
  line-height: 1.05; color: var(--ink); margin: 0 0 24px; max-width: 19ch;
}
.omsag-lp-bgh__lead {
  font-size: clamp(15px, 1.25vw, 18px); line-height: 1.6; color: var(--ts);
  margin: 0 0 36px; max-width: 46ch;
}

.omsag-lp-bgh__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 28px; margin-bottom: 44px; }
.omsag-lp-bgh__btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; text-align: center;
  font-size: 15px; font-weight: 600; line-height: 1.2; text-decoration: none;
  padding: 16px 30px; border-radius: var(--omsag-lp-pill, 999px); transition: transform .25s var(--ez), box-shadow .25s var(--ez), color .2s var(--ez);
}
.omsag-lp-bgh__btn svg { width: 18px; height: 18px; transition: transform .25s var(--ez); }
.omsag-lp-bgh__btn--primary { background: var(--ink); color: #fff; box-shadow: none; }
.omsag-lp-bgh__btn--primary:hover,
.omsag-lp-bgh__btn--primary:focus { color: #fff; transform: translateY(-2px); box-shadow: 0 16px 34px -14px rgba(35,39,48,.45); }
.omsag-lp-bgh__btn--primary:hover svg { transform: translateX(4px); }
.omsag-lp-bgh__link {
  display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 600;
  color: var(--ink); text-decoration: none;
}
.omsag-lp-bgh__link span { border-bottom: 1px solid currentColor; padding-bottom: 2px; transition: color .2s var(--ez); }
.omsag-lp-bgh__link svg { width: 17px; height: 17px; transition: transform .25s var(--ez); }
.omsag-lp-bgh__link:hover { color: var(--b); }
.omsag-lp-bgh__link:hover svg { transform: translateX(4px); }

/* Trust row */
.omsag-lp-bgh__trust {
  display: grid; grid-template-columns: auto repeat(3, minmax(0, 1fr)); gap: 22px 30px;
  align-items: start;
}
.omsag-lp-bgh__trust-item { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.omsag-lp-bgh__trust-ico { color: var(--b); display: flex; }
.omsag-lp-bgh__trust-ico svg { width: 26px; height: 26px; }
.omsag-lp-bgh__trust-txt { font-size: 13.5px; line-height: 1.45; color: var(--ts); }
.omsag-lp-bgh__trust-item--logo { align-self: center; justify-content: center; }
.omsag-lp-bgh__trust-logo { height: 78px; width: auto; max-width: 210px; object-fit: contain; object-position: center; }

/* ---------- Wachstumsboard ---------- */
.omsag-lp-bgh__board {
  position: relative; isolation: isolate; overflow: hidden;
  border: 1px solid rgba(80,170,60,.2); border-radius: var(--omsag-lp-radius-lg, 28px);
  background:
    radial-gradient(120% 90% at 100% 0%, rgba(170,211,55,.22), transparent 56%),
    radial-gradient(90% 80% at 0% 100%, rgba(111,180,221,.15), transparent 58%),
    linear-gradient(165deg, #fff 0%, #f3f8f0 100%);
  box-shadow: 0 40px 80px -38px rgba(45,100,60,.4);
}

/* Kopfleiste */
.omsag-lp-bgh__bar {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px;
  min-height: 52px; padding: 0 18px; border-bottom: 1px solid rgba(80,170,60,.14);
  background: rgba(255,255,255,.5);
}
.omsag-lp-bgh__bar-dots { display: flex; gap: 6px; }
.omsag-lp-bgh__bar-dots i { width: 8px; height: 8px; border-radius: 50%; background: #d7ded9; }
.omsag-lp-bgh__bar-dots i:nth-child(2) { background: var(--bl); }
.omsag-lp-bgh__bar strong { font-size: 13.5px; font-weight: 600; color: var(--ts); letter-spacing: .01em; }
.omsag-lp-bgh__bar-badge {
  display: inline-flex; align-items: center; gap: 7px; padding: 4px 11px; border-radius: 999px;
  border: 1px solid rgba(80,170,60,.28); background: rgba(80,170,60,.07);
  font-size: 11.5px; font-weight: 700; letter-spacing: .08em; color: var(--b);
}
.omsag-lp-bgh__bar-badge i { width: 6px; height: 6px; border-radius: 50%; background: var(--b); animation: bgh-blink 2s ease-in-out infinite; }

/* Buehne */
.omsag-lp-bgh__stage {
  position: relative; margin: 16px 16px 0; height: 268px; overflow: hidden;
  border: 1px solid rgba(120,150,130,.16); border-radius: 18px; background: #fff;
  box-shadow: inset 0 1px 0 #fff, 0 18px 36px -30px rgba(35,60,40,.5);
}
.omsag-lp-bgh__stage::before {
  content: ""; position: absolute; inset: 0; opacity: .5; pointer-events: none;
  background-image: linear-gradient(rgba(120,150,130,.08) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(120,150,130,.08) 1px, transparent 1px);
  background-size: 34px 34px;
  -webkit-mask-image: radial-gradient(ellipse at 50% 40%, #000, transparent 78%);
  mask-image: radial-gradient(ellipse at 50% 40%, #000, transparent 78%);
}
.omsag-lp-bgh__act { position: absolute; inset: 0; opacity: 0; visibility: hidden; }
.omsag-lp-bgh__board[data-act="0"] .omsag-lp-bgh__act[data-act="0"],
.omsag-lp-bgh__board[data-act="1"] .omsag-lp-bgh__act[data-act="1"],
.omsag-lp-bgh__board[data-act="2"] .omsag-lp-bgh__act[data-act="2"],
.omsag-lp-bgh__board[data-act="3"] .omsag-lp-bgh__act[data-act="3"],
.omsag-lp-bgh__board[data-act="4"] .omsag-lp-bgh__act[data-act="4"],
.omsag-lp-bgh__board[data-act="5"] .omsag-lp-bgh__act[data-act="5"] {
  opacity: 1; visibility: visible; animation: bgh-actin .5s var(--ez) both;
}
.omsag-lp-bgh__act * { position: absolute; }

/* ---- Akt 01: Zielbild ---- */
.bghGoal-ring { border-radius: 50%; border: 2px solid rgba(80,170,60,.3); left: 50%; top: 44%; transform: translate(-50%,-50%) scale(.4); opacity: 0; }
.bghGoal-ring--o { width: 150px; height: 150px; }
.bghGoal-ring--m { width: 92px; height: 92px; border-color: rgba(80,170,60,.5); }
.bghGoal-core { width: 40px; height: 40px; border-radius: 50%; left: 50%; top: 44%; transform: translate(-50%,-50%) scale(.3); opacity: 0;
  background: linear-gradient(135deg, var(--b), var(--bl)); box-shadow: 0 10px 24px -8px rgba(80,170,60,.8); }
.bghGoal-chip {
  padding: 7px 13px; border-radius: 999px; border: 1px solid rgba(80,170,60,.28);
  background: #fff; color: var(--ink); font-size: 12.5px; font-weight: 600; white-space: nowrap;
  box-shadow: 0 10px 22px -16px rgba(35,60,40,.7); opacity: 0;
}
.bghGoal-chip--a { left: 7%;  top: 16%; }
.bghGoal-chip--b { right: 7%; top: 30%; }
.bghGoal-chip--c { left: 12%; bottom: 30%; }
.bghGoal-bar { left: 50%; bottom: 30px; transform: translateX(-50%); width: 190px; height: 7px; border-radius: 6px; background: rgba(80,170,60,.14); overflow: hidden; opacity: 0; }
.bghGoal-bar i { position: absolute; inset: 0; width: 0; border-radius: 6px; background: linear-gradient(90deg, var(--bl), var(--b)); }
.bghGoal-cap { left: 50%; bottom: 12px; transform: translateX(-50%); font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--mut); opacity: 0; }
.omsag-lp-bgh__board[data-act="0"] .bghGoal-ring--o { animation: bgh-pop .7s var(--ez) .05s both; }
.omsag-lp-bgh__board[data-act="0"] .bghGoal-ring--m { animation: bgh-pop .7s var(--ez) .18s both; }
.omsag-lp-bgh__board[data-act="0"] .bghGoal-core   { animation: bgh-pop .6s var(--ez) .32s both; }
.omsag-lp-bgh__board[data-act="0"] .bghGoal-chip--a { animation: bgh-chip .6s var(--ez) .5s both; }
.omsag-lp-bgh__board[data-act="0"] .bghGoal-chip--b { animation: bgh-chip .6s var(--ez) .72s both; }
.omsag-lp-bgh__board[data-act="0"] .bghGoal-chip--c { animation: bgh-chip .6s var(--ez) .94s both; }
.omsag-lp-bgh__board[data-act="0"] .bghGoal-bar     { animation: bgh-fade .4s var(--ez) 1.15s both; }
.omsag-lp-bgh__board[data-act="0"] .bghGoal-bar i   { animation: bgh-fill 1.5s var(--ez) 1.3s both; }
.omsag-lp-bgh__board[data-act="0"] .bghGoal-cap     { animation: bgh-fade .4s var(--ez) 1.2s both; }

/* ---- Akt 02: Marktpotenzial ---- */
.bghQ-frame { left: 14%; right: 10%; top: 14%; bottom: 22%; border: 1px solid rgba(120,150,130,.3); border-radius: 10px; }
.bghQ-vline { left: 50%; top: 14%; bottom: 22%; width: 1px; background: repeating-linear-gradient(180deg, rgba(120,150,130,.45) 0 4px, transparent 4px 8px); }
.bghQ-hline { left: 14%; right: 10%; top: 46%; height: 1px; background: repeating-linear-gradient(90deg, rgba(120,150,130,.45) 0 4px, transparent 4px 8px); }
.bghQ-focus { left: 50%; right: 10%; top: 14%; bottom: 54%; border-radius: 0 10px 0 0; background: linear-gradient(135deg, rgba(170,211,55,.2), rgba(80,170,60,.12)); opacity: 0; }
.bghQ-lbl { font-size: 10.5px; font-weight: 600; letter-spacing: .04em; color: var(--mut); white-space: nowrap; }
.bghQ-lbl--y { left: 15px; top: 50%; transform-origin: center; transform: translate(-50%,-50%) rotate(-90deg); }
.bghQ-lbl--x { left: 52%; bottom: 30px; transform: translateX(-50%); }
.bghQ-dot { border-radius: 50%; opacity: 0; }
.bghQ-dot--1 { width: 12px; height: 12px; left: 24%; top: 62%; background: #c6cdd2; }
.bghQ-dot--2 { width: 16px; height: 16px; left: 36%; top: 34%; background: #c6cdd2; }
.bghQ-dot--3 { width: 10px; height: 10px; left: 30%; top: 46%; background: #c6cdd2; }
.bghQ-dot--4 { width: 14px; height: 14px; left: 66%; top: 60%; background: #c6cdd2; }
.bghQ-dot--5 { width: 26px; height: 26px; left: 60%; top: 24%; background: linear-gradient(135deg, var(--b), var(--bl)); box-shadow: 0 8px 20px -8px rgba(80,170,60,.9); }
.bghQ-dot--6 { width: 18px; height: 18px; left: 76%; top: 30%; background: linear-gradient(135deg, var(--bl), var(--b)); }
.bghQ-dot--7 { width: 9px; height: 9px; left: 46%; top: 70%; background: #c6cdd2; }
.omsag-lp-bgh__board[data-act="1"] .bghQ-frame { animation: bgh-fade .5s var(--ez) .05s both; }
.omsag-lp-bgh__board[data-act="1"] .bghQ-vline,
.omsag-lp-bgh__board[data-act="1"] .bghQ-hline { animation: bgh-fade .5s var(--ez) .2s both; }
.omsag-lp-bgh__board[data-act="1"] .bghQ-lbl   { animation: bgh-fade .5s var(--ez) .3s both; }
.omsag-lp-bgh__board[data-act="1"] .bghQ-dot   { animation: bgh-drop .55s var(--ez) both; }
.omsag-lp-bgh__board[data-act="1"] .bghQ-dot--1 { animation-delay: .40s; }
.omsag-lp-bgh__board[data-act="1"] .bghQ-dot--2 { animation-delay: .52s; }
.omsag-lp-bgh__board[data-act="1"] .bghQ-dot--3 { animation-delay: .64s; }
.omsag-lp-bgh__board[data-act="1"] .bghQ-dot--4 { animation-delay: .76s; }
.omsag-lp-bgh__board[data-act="1"] .bghQ-dot--7 { animation-delay: .88s; }
.omsag-lp-bgh__board[data-act="1"] .bghQ-dot--5 { animation: bgh-star .8s var(--ez) 1.05s both; }
.omsag-lp-bgh__board[data-act="1"] .bghQ-dot--6 { animation: bgh-star .8s var(--ez) 1.25s both; }
.omsag-lp-bgh__board[data-act="1"] .bghQ-focus { animation: bgh-fade .7s var(--ez) 1.1s both; }

/* ---- Akt 03: Buying Center ---- */
.bghA-links { inset: 0; width: 100%; height: 100%; }
.bghA-links path { stroke: rgba(80,170,60,.45); stroke-width: 1.6; stroke-dasharray: 140; stroke-dashoffset: 140; }
.bghA-core {
  left: 50%; top: 50%; transform: translate(-50%,-50%) scale(.5); opacity: 0;
  width: 92px; height: 92px; border-radius: 50%; display: grid; place-content: center; text-align: center;
  background: linear-gradient(135deg, var(--b), var(--bl)); color: #fff;
  box-shadow: 0 14px 34px -12px rgba(80,170,60,.85);
}
.bghA-core b { position: static; font-size: 14px; font-weight: 700; line-height: 1.1; }
.bghA-core small { position: static; font-size: 11px; opacity: .88; }
.bghA-node {
  padding: 7px 14px; border-radius: 999px; background: #fff; border: 1px solid rgba(80,170,60,.3);
  font-size: 12.5px; font-weight: 600; color: var(--ink); opacity: 0;
  box-shadow: 0 10px 22px -16px rgba(35,60,40,.8); transform: translate(-50%,-50%);
}
.bghA-node--1 { left: 23%; top: 24%; }
.bghA-node--2 { left: 77%; top: 24%; }
.bghA-node--3 { left: 23%; top: 76%; }
.bghA-node--4 { left: 77%; top: 76%; }
.omsag-lp-bgh__board[data-act="2"] .bghA-core { animation: bgh-pop .65s var(--ez) .08s both; }
.omsag-lp-bgh__board[data-act="2"] .bghA-links path { animation: bgh-draw .55s var(--ez) both; }
.omsag-lp-bgh__board[data-act="2"] .bghA-links path:nth-child(1) { animation-delay: .45s; }
.omsag-lp-bgh__board[data-act="2"] .bghA-links path:nth-child(2) { animation-delay: .72s; }
.omsag-lp-bgh__board[data-act="2"] .bghA-links path:nth-child(3) { animation-delay: .99s; }
.omsag-lp-bgh__board[data-act="2"] .bghA-links path:nth-child(4) { animation-delay: 1.26s; }
.omsag-lp-bgh__board[data-act="2"] .bghA-node { animation: bgh-node .5s var(--ez) both; }
.omsag-lp-bgh__board[data-act="2"] .bghA-node--1 { animation-delay: .78s; }
.omsag-lp-bgh__board[data-act="2"] .bghA-node--2 { animation-delay: 1.05s; }
.omsag-lp-bgh__board[data-act="2"] .bghA-node--3 { animation-delay: 1.32s; }
.omsag-lp-bgh__board[data-act="2"] .bghA-node--4 { animation-delay: 1.59s; }

/* ---- Akt 04: Positionierung & Kampagne ---- */
.bghM-card {
  width: 96px; height: 74px; border-radius: 12px; background: #fff; border: 1px solid rgba(120,150,130,.28);
  box-shadow: 0 14px 30px -22px rgba(35,60,40,.85); opacity: 0; top: 20%;
  display: block;
}
.bghM-card i { position: absolute; left: 12px; right: 26px; top: 14px; height: 8px; border-radius: 4px; background: linear-gradient(90deg, var(--b), var(--bl)); }
.bghM-card b { position: absolute; left: 12px; right: 14px; top: 32px; height: 5px; border-radius: 4px; background: #dfe5e1;
  box-shadow: 0 11px 0 #e8ede9, 0 22px 0 #eef2ef; }
.bghM-card--1 { left: 8%; }
.bghM-card--2 { left: 38%; }
.bghM-card--3 { left: 68%; }
.bghM-lane { left: 8%; right: 8%; bottom: 68px; height: 3px; border-radius: 3px; background: rgba(80,170,60,.2); transform: scaleX(0); transform-origin: left; }
.bghM-pulse { left: 8%; bottom: 66px; width: 44px; height: 7px; border-radius: 6px; opacity: 0;
  background: linear-gradient(90deg, transparent, var(--b), var(--bl)); }
.bghM-stop { width: 14px; height: 14px; border-radius: 50%; bottom: 62px; background: #fff; border: 2px solid var(--b); opacity: 0; }
.bghM-stop--1 { left: 20%; } .bghM-stop--2 { left: 50%; } .bghM-stop--3 { left: 80%; }
.bghM-cap { left: 50%; bottom: 22px; transform: translateX(-50%); font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--mut); opacity: 0; }
.omsag-lp-bgh__board[data-act="3"] .bghM-card--1 { animation: bgh-card .55s var(--ez) .1s both; }
.omsag-lp-bgh__board[data-act="3"] .bghM-card--2 { animation: bgh-card .55s var(--ez) .28s both; }
.omsag-lp-bgh__board[data-act="3"] .bghM-card--3 { animation: bgh-card .55s var(--ez) .46s both; }
.omsag-lp-bgh__board[data-act="3"] .bghM-lane  { animation: bgh-lane .8s var(--ez) .7s both; }
.omsag-lp-bgh__board[data-act="3"] .bghM-stop--1 { animation: bgh-pop2 .45s var(--ez) 1.0s both; }
.omsag-lp-bgh__board[data-act="3"] .bghM-stop--2 { animation: bgh-pop2 .45s var(--ez) 1.2s both; }
.omsag-lp-bgh__board[data-act="3"] .bghM-stop--3 { animation: bgh-pop2 .45s var(--ez) 1.4s both; }
.omsag-lp-bgh__board[data-act="3"] .bghM-pulse { animation: bgh-run 2.1s var(--ez) 1.5s both; }
.omsag-lp-bgh__board[data-act="3"] .bghM-cap { animation: bgh-fade .4s var(--ez) 1.5s both; }

/* ---- Akt 05: Wirkung ---- */
.bghI-base { left: 12%; right: 10%; bottom: 56px; height: 1px; background: rgba(120,150,130,.35); }
.bghI-bar { width: 30px; bottom: 57px; border-radius: 6px 6px 0 0; transform-origin: bottom; transform: scaleY(0); }
.bghI-bar--1 { left: 16%; height: 52px;  background: #dbe3dd; }
.bghI-bar--2 { left: 30%; height: 74px;  background: #cfe0c4; }
.bghI-bar--3 { left: 44%; height: 96px;  background: linear-gradient(180deg, var(--bl), rgba(170,211,55,.55)); }
.bghI-bar--4 { left: 58%; height: 122px; background: linear-gradient(180deg, var(--b), var(--bl)); }
.bghI-bar--5 { left: 72%; height: 150px; background: linear-gradient(180deg, var(--b), var(--bl)); box-shadow: 0 12px 26px -14px rgba(80,170,60,.9); }
.bghI-trend { inset: 0; width: 100%; height: 100%; }
.bghI-trend path { stroke: var(--b); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 400; stroke-dashoffset: 400; }
.bghI-badge { right: 8%; top: 12%; display: inline-flex; align-items: center; gap: 9px; padding: 8px 14px; border-radius: 999px;
  background: #fff; border: 1px solid rgba(80,170,60,.3); box-shadow: 0 14px 30px -20px rgba(35,60,40,.9); opacity: 0; }
.bghI-badge b { position: static; font-size: 12px; font-weight: 700; color: var(--ink); }
.bghI-badge i { position: static; width: 8px; height: 8px; border-radius: 50%; background: var(--b); }
.omsag-lp-bgh__board[data-act="4"] .bghI-base { animation: bgh-fade .4s var(--ez) .05s both; }
.omsag-lp-bgh__board[data-act="4"] .bghI-bar  { animation: bgh-grow .6s var(--ez) both; }
.omsag-lp-bgh__board[data-act="4"] .bghI-bar--1 { animation-delay: .15s; }
.omsag-lp-bgh__board[data-act="4"] .bghI-bar--2 { animation-delay: .30s; }
.omsag-lp-bgh__board[data-act="4"] .bghI-bar--3 { animation-delay: .45s; }
.omsag-lp-bgh__board[data-act="4"] .bghI-bar--4 { animation-delay: .60s; }
.omsag-lp-bgh__board[data-act="4"] .bghI-bar--5 { animation-delay: .75s; }
.omsag-lp-bgh__board[data-act="4"] .bghI-trend path { animation: bgh-draw2 1.1s var(--ez) 1.0s both; }
.omsag-lp-bgh__board[data-act="4"] .bghI-badge { animation: bgh-chip .5s var(--ez) 1.6s both; }

/* ---- Akt 06: Roadmap ---- */
.bghR-head { left: 8%; right: 8%; top: 26px; height: 30px; border-radius: 8px; border: 1px solid rgba(120,150,130,.28);
  display: grid; grid-template-columns: repeat(4, 1fr); background: rgba(255,255,255,.7); opacity: 0; }
.bghR-head em { position: static; display: grid; place-items: center; font-style: normal; font-size: 11.5px; font-weight: 700; color: var(--ts); letter-spacing: .06em; }
.bghR-head em + em { border-left: 1px solid rgba(120,150,130,.24); }
.bghR-col { top: 56px; bottom: 62px; width: 1px; background: rgba(120,150,130,.2); opacity: 0; }
.bghR-col--1 { left: 31%; } .bghR-col--2 { left: 50%; } .bghR-col--3 { left: 69%; }
.bghR-bar { height: 13px; border-radius: 7px; transform: scaleX(0); transform-origin: left; }
.bghR-bar--1 { left: 8%;  width: 30%; top: 78px;  background: linear-gradient(90deg, var(--b), var(--bl)); }
.bghR-bar--2 { left: 26%; width: 34%; top: 106px; background: linear-gradient(90deg, var(--bl), rgba(170,211,55,.6)); }
.bghR-bar--3 { left: 48%; width: 44%; top: 134px; background: linear-gradient(90deg, rgba(80,170,60,.45), rgba(111,180,221,.5)); }
.bghR-ms { width: 12px; height: 12px; bottom: 46px; background: var(--b); transform: rotate(45deg) scale(0); border-radius: 2px; }
.bghR-ms--1 { left: 15%; } .bghR-ms--2 { left: 35%; } .bghR-ms--3 { left: 55%; } .bghR-ms--4 { left: 75%; }
.bghR-flag { right: 6%; bottom: 35px; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; color: #fff;
  background: linear-gradient(135deg, var(--b), var(--bl)); box-shadow: 0 12px 26px -10px rgba(80,170,60,.9); opacity: 0; transform: scale(.4); }
.bghR-flag svg { position: static; width: 18px; height: 18px; }
.omsag-lp-bgh__board[data-act="5"] .bghR-head { animation: bgh-fade .5s var(--ez) .05s both; }
.omsag-lp-bgh__board[data-act="5"] .bghR-col  { animation: bgh-fade .5s var(--ez) .25s both; }
.omsag-lp-bgh__board[data-act="5"] .bghR-bar--1 { animation: bgh-lane .6s var(--ez) .4s both; }
.omsag-lp-bgh__board[data-act="5"] .bghR-bar--2 { animation: bgh-lane .6s var(--ez) .6s both; }
.omsag-lp-bgh__board[data-act="5"] .bghR-bar--3 { animation: bgh-lane .6s var(--ez) .8s both; }
.omsag-lp-bgh__board[data-act="5"] .bghR-ms { animation: bgh-ms .5s var(--ez) both; }
.omsag-lp-bgh__board[data-act="5"] .bghR-ms--1 { animation-delay: 1.05s; }
.omsag-lp-bgh__board[data-act="5"] .bghR-ms--2 { animation-delay: 1.20s; }
.omsag-lp-bgh__board[data-act="5"] .bghR-ms--3 { animation-delay: 1.35s; }
.omsag-lp-bgh__board[data-act="5"] .bghR-ms--4 { animation-delay: 1.50s; }
.omsag-lp-bgh__board[data-act="5"] .bghR-flag { animation: bgh-pop2 .55s var(--ez) 1.65s both; }

/* Schrittliste */
.omsag-lp-bgh__steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 16px 16px 0; }
.omsag-lp-bgh__step {
  --h: calc(74 + var(--s) * 6.8);
  display: grid; grid-template-columns: 26px 20px minmax(0, 1fr); align-items: center; gap: 10px;
  padding: 9px 12px; border-radius: 12px; border: 1px solid transparent; background: rgba(255,255,255,.55);
  font-family: inherit; text-align: left; cursor: pointer;
  transition: border-color .3s var(--ez), background .3s var(--ez), transform .3s var(--ez);
}
.omsag-lp-bgh__step:hover { background: #fff; border-color: hsl(var(--h) 52% 84%); }
.omsag-lp-bgh__step.is-active {
  background: linear-gradient(100deg, hsl(var(--h) 64% 94%), #fff 82%);
  border-color: hsl(var(--h) 52% 78%);
  box-shadow: 0 12px 26px -20px hsl(var(--h) 55% 30%);
}
.omsag-lp-bgh__num {
  width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center;
  font-size: 12px; font-weight: 700; color: var(--mut); background: #fff; border: 1.5px solid var(--ln);
  transition: color .3s var(--ez), border-color .3s var(--ez), background .3s var(--ez);
}
.omsag-lp-bgh__step.is-active .omsag-lp-bgh__num {
  color: #fff; border-color: transparent; background: linear-gradient(135deg, hsl(var(--h) 55% 44%), hsl(var(--h) 62% 56%));
}
.omsag-lp-bgh__step-ico { width: 20px; height: 20px; display: grid; place-items: center; color: var(--mut); transition: color .3s var(--ez); }
.omsag-lp-bgh__step-ico svg { width: 18px; height: 18px; }
.omsag-lp-bgh__step.is-active .omsag-lp-bgh__step-ico { color: hsl(var(--h) 58% 38%); }
.omsag-lp-bgh__step-txt { min-width: 0; font-size: 12.5px; font-weight: 500; line-height: 1.25; color: var(--ts); }
.omsag-lp-bgh__step.is-active .omsag-lp-bgh__step-txt { color: var(--ink); font-weight: 600; }

/* Fortschritt */
.omsag-lp-bgh__prog { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 14px; padding: 14px 18px 16px; }
.omsag-lp-bgh__prog i { display: block; height: 3px; border-radius: 3px; background: rgba(80,170,60,.16); overflow: hidden; }
.omsag-lp-bgh__prog b { display: block; height: 100%; width: 16.6%; border-radius: 3px; background: linear-gradient(90deg, var(--bl), var(--b)); transition: width .5s var(--ez); }
.omsag-lp-bgh__prog span { font-size: 11.5px; font-weight: 700; letter-spacing: .08em; color: var(--mut); }

@keyframes bgh-blink { 0%,100% { opacity: 1; } 50% { opacity: .3; } }
@keyframes bgh-actin { from { opacity: 0; } to { opacity: 1; } }
@keyframes bgh-pop { from { opacity: 0; } 60% { opacity: 1; } to { opacity: 1; transform: translate(-50%,-50%) scale(1); } }
@keyframes bgh-pop2 { from { opacity: 0; transform: scale(.4); } 60% { opacity: 1; } to { opacity: 1; transform: scale(1); } }
@keyframes bgh-chip { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes bgh-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes bgh-fill { from { width: 0; } to { width: 100%; } }
@keyframes bgh-drop { from { opacity: 0; transform: translateY(-14px) scale(.6); } to { opacity: .85; transform: none; } }
@keyframes bgh-star { 0% { opacity: 0; transform: scale(.4); } 60% { opacity: 1; transform: scale(1.18); } 100% { opacity: 1; transform: scale(1); } }
@keyframes bgh-draw { to { stroke-dashoffset: 0; } }
@keyframes bgh-draw2 { to { stroke-dashoffset: 0; } }
@keyframes bgh-node { from { opacity: 0; transform: translate(-50%,-50%) scale(.7); } to { opacity: 1; transform: translate(-50%,-50%) scale(1); } }
@keyframes bgh-card { from { opacity: 0; transform: translateY(-16px) rotate(-4deg); } to { opacity: 1; transform: none; } }
@keyframes bgh-lane { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes bgh-run { 0% { opacity: 0; left: 8%; } 12% { opacity: 1; } 88% { opacity: 1; } 100% { opacity: 0; left: 84%; } }
@keyframes bgh-grow { from { transform: scaleY(0); } to { transform: scaleY(1); } }
@keyframes bgh-ms { from { opacity: 0; transform: rotate(45deg) scale(0); } to { opacity: 1; transform: rotate(45deg) scale(1); } }

/* ---------- Animations ---------- */
.omsag-lp-bgh.bgh-anim .omsag-lp-bgh__eyebrow,
.omsag-lp-bgh.bgh-anim .omsag-lp-bgh__headline,
.omsag-lp-bgh.bgh-anim .omsag-lp-bgh__lead,
.omsag-lp-bgh.bgh-anim .omsag-lp-bgh__cta,
.omsag-lp-bgh.bgh-anim .omsag-lp-bgh__trust-item,
.omsag-lp-bgh.bgh-anim .omsag-lp-bgh__step { opacity: 0; transform: translateY(14px); }
.omsag-lp-bgh.bgh-anim .omsag-lp-bgh__panel { opacity: 0; transform: translateY(20px) scale(.985); }
.omsag-lp-bgh.bgh-anim .omsag-lp-bgh__spine { transform: scaleY(0); }

.omsag-lp-bgh.bgh-anim.is-in .omsag-lp-bgh__eyebrow  { animation: bgh-up .6s var(--ez) .02s forwards; }
.omsag-lp-bgh.bgh-anim.is-in .omsag-lp-bgh__headline { animation: bgh-up .7s var(--ez) .08s forwards; }
.omsag-lp-bgh.bgh-anim.is-in .omsag-lp-bgh__lead     { animation: bgh-up .7s var(--ez) .16s forwards; }
.omsag-lp-bgh.bgh-anim.is-in .omsag-lp-bgh__cta      { animation: bgh-up .7s var(--ez) .24s forwards; }
.omsag-lp-bgh.bgh-anim.is-in .omsag-lp-bgh__trust-item { animation: bgh-up .6s var(--ez) forwards; animation-delay: calc(.34s + var(--t) * .08s); }
.omsag-lp-bgh.bgh-anim.is-in .omsag-lp-bgh__panel    { animation: bgh-panel .8s var(--ez) .18s forwards; }
.omsag-lp-bgh.bgh-anim.is-in .omsag-lp-bgh__spine    { animation: bgh-spine .9s var(--ez) .4s forwards; }
.omsag-lp-bgh.bgh-anim.is-in .omsag-lp-bgh__step     { animation: bgh-row .6s var(--ez) forwards; animation-delay: calc(.4s + var(--s) * .09s); }

@keyframes bgh-up    { to { opacity: 1; transform: none; } }
@keyframes bgh-panel { to { opacity: 1; transform: none; } }
@keyframes bgh-spine { to { transform: scaleY(1); } }
@keyframes bgh-row   { from { opacity: 0; transform: translateX(14px); } to { opacity: 1; transform: none; } }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .omsag-lp-bgh { padding: 80px 0; }
  .omsag-lp-bgh__container { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .omsag-lp-bgh__headline { max-width: 20ch; }
  .omsag-lp-bgh__lead { max-width: 60ch; }
  .omsag-lp-bgh__panel { max-width: 620px; }
}
@media (max-width: 600px) {
  .omsag-lp-bgh { padding: 60px 0; }
  .omsag-lp-bgh__container { padding: 0 20px; }
  .omsag-lp-bgh__trust { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px 16px; }
  .omsag-lp-bgh__cta { gap: 16px; }
  .omsag-lp-bgh__btn--primary { width: 100%; }
  .omsag-lp-bgh__panel { padding: 22px 20px 24px; border-radius: 22px; }
  .omsag-lp-bgh__row { padding-right: 26px; min-height: 52px; }
  .omsag-lp-bgh__row-txt { font-size: 13.5px; }
}
@media (prefers-reduced-motion: reduce) {
  .omsag-lp-bgh.bgh-anim .omsag-lp-bgh__eyebrow,
  .omsag-lp-bgh.bgh-anim .omsag-lp-bgh__headline,
  .omsag-lp-bgh.bgh-anim .omsag-lp-bgh__lead,
  .omsag-lp-bgh.bgh-anim .omsag-lp-bgh__cta,
  .omsag-lp-bgh.bgh-anim .omsag-lp-bgh__trust-item,
  .omsag-lp-bgh.bgh-anim .omsag-lp-bgh__step,
  .omsag-lp-bgh.bgh-anim .omsag-lp-bgh__panel,
  .omsag-lp-bgh.bgh-anim .omsag-lp-bgh__board { opacity: 1; transform: none; }
  /* Board ohne Bewegung: erster Akt steht sofort fertig da */
  .omsag-lp-bgh .omsag-lp-bgh__act *, .omsag-lp-bgh .omsag-lp-bgh__act { animation: none !important; }
  .omsag-lp-bgh .omsag-lp-bgh__act[data-act="0"] :is(.bghGoal-ring, .bghGoal-core, .bghGoal-chip, .bghGoal-bar, .bghGoal-cap) { opacity: 1; }
  .omsag-lp-bgh .bghGoal-ring, .omsag-lp-bgh .bghGoal-core { transform: translate(-50%,-50%) scale(1); }
  .omsag-lp-bgh .bghGoal-bar i { width: 100%; }
  .omsag-lp-bgh .omsag-lp-bgh__bar-badge i { animation: none; }
  .omsag-lp-bgh * { animation: none !important; }
}

/* Lange Komposita duerfen die Spalte nie sprengen */
.omsag-lp-bgh :is(h1,h2,h3,h4,h5,p,li,span,strong,b,em,dt,dd){overflow-wrap:break-word;hyphens: manual}

/* ---------- Wachstumsboard · schmale Viewports ---------- */
@media (max-width: 700px) {
  .omsag-lp-bgh__bar { min-height: 46px; padding: 0 14px; gap: 10px; }
  .omsag-lp-bgh__bar strong { font-size: 12.5px; }
  .omsag-lp-bgh__stage { height: 224px; margin: 12px 12px 0; border-radius: 14px; }
  .omsag-lp-bgh__steps { grid-template-columns: minmax(0, 1fr); gap: 6px; padding: 12px 12px 0; }
  .omsag-lp-bgh__step { grid-template-columns: 24px 18px minmax(0, 1fr); gap: 9px; padding: 9px 11px; border-radius: 10px; }
  .omsag-lp-bgh__num { width: 24px; height: 24px; font-size: 11.5px; }
  .omsag-lp-bgh__step-ico svg { width: 16px; height: 16px; }
  .omsag-lp-bgh__step-txt { font-size: 12.5px; }
  .omsag-lp-bgh__prog { padding: 12px 14px 14px; }

  .bghGoal-ring--o { width: 122px; height: 122px; }
  .bghGoal-ring--m { width: 74px; height: 74px; }
  .bghGoal-core { width: 32px; height: 32px; }
  .bghGoal-chip { font-size: 11.5px; padding: 6px 11px; }
  .bghGoal-chip--a { left: 4%; top: 12%; }
  .bghGoal-chip--b { right: 4%; top: 28%; }
  .bghGoal-chip--c { left: 6%; bottom: 30%; }
  .bghGoal-bar { width: 150px; bottom: 26px; }

  .bghQ-lbl { font-size: 9.5px; }
  .bghQ-lbl--y { left: 12px; }
  .bghQ-lbl--x { bottom: 24px; }
  .bghQ-frame, .bghQ-vline, .bghQ-hline { }
  .bghQ-dot--5 { width: 22px; height: 22px; }
  .bghQ-dot--6 { width: 15px; height: 15px; }

  .bghA-core { width: 76px; height: 76px; }
  .bghA-core b { font-size: 12.5px; }
  .bghA-core small { font-size: 10px; }
  .bghA-node { font-size: 11.5px; padding: 6px 11px; }

  .bghM-card { width: 74px; height: 60px; }
  .bghM-card--1 { left: 5%; } .bghM-card--2 { left: 38%; } .bghM-card--3 { left: 71%; }
  .bghM-lane, .bghM-pulse { bottom: 58px; }
  .bghM-stop { bottom: 53px; }
  .bghM-cap { bottom: 18px; font-size: 10.5px; }

  .bghI-bar { width: 24px; }
  .bghI-bar--1 { height: 42px; } .bghI-bar--2 { height: 60px; } .bghI-bar--3 { height: 78px; }
  .bghI-bar--4 { height: 100px; } .bghI-bar--5 { height: 122px; }
  .bghI-badge { padding: 6px 11px; right: 5%; top: 8%; }
  .bghI-badge b { font-size: 11px; }

  .bghR-head { height: 26px; top: 20px; }
  .bghR-head em { font-size: 10.5px; }
  .bghR-col { top: 46px; bottom: 54px; }
  .bghR-bar { height: 11px; }
  .bghR-bar--1 { top: 64px; } .bghR-bar--2 { top: 88px; } .bghR-bar--3 { top: 112px; }
  .bghR-ms { width: 10px; height: 10px; bottom: 38px; }
  .bghR-flag { width: 30px; height: 30px; bottom: 28px; }
  .bghR-flag svg { width: 16px; height: 16px; }
}

/* Keine Fokus-Rahmen in der Sektion */
.omsag-lp-bgh :is(a, button, [tabindex]):focus,
.omsag-lp-bgh :is(a, button, [tabindex]):focus-visible { outline: none !important; outline-offset: 0 !important; box-shadow: none; }
.omsag-lp-bgh__step:focus-visible, .omsag-lp-bgh__step:focus { border-color: hsl(var(--h) 52% 78%); }
.omsag-lp-bgh__step.is-active:focus-visible, .omsag-lp-bgh__step.is-active:focus { box-shadow: 0 12px 26px -20px hsl(var(--h) 55% 30%); }
