/* OMSAG LP · B2B Growth · 08 FAQ — schmal, zentriert, Verlaufs-Hintergrund.
   FAQ = natives <details> (funktioniert ohne JS). JS nur für Reveal. */

.omsag-lp-bgf {
  --b:   var(--omsag-lp-brand, #50aa3c);
  --bl:  var(--omsag-lp-lime, #aad337);
  --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);
  --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: #eef3f7;
  padding: 104px 0; overflow: hidden; isolation: isolate; -webkit-font-smoothing: antialiased;
}
.omsag-lp-bgf, .omsag-lp-bgf *, .omsag-lp-bgf *::before, .omsag-lp-bgf *::after { box-sizing: border-box; }
/* Hintergrund-Bild (Verlauf) */
.omsag-lp-bgf__deco {
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-size: cover; background-position: center; background-repeat: no-repeat;
}
.omsag-lp-bgf__container { width: 100%; max-width: 860px; margin: 0 auto; padding: 0 28px; }

/* Head (zentriert) */
.omsag-lp-bgf__head { text-align: center; margin-bottom: 40px; }
.omsag-lp-bgf__eyebrow { font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--mut); margin: 0 0 16px; }
.omsag-lp-bgf__headline { font-size: clamp(28px, 3.4vw, 40px); font-weight: 700; letter-spacing: -0.024em; line-height: 1.12; color: var(--ink); margin: 0 auto; max-width: 20ch; }
.omsag-lp-bgf__lead { font-size: clamp(15px, 1.15vw, 17px); line-height: 1.6; color: var(--ts); margin: 16px auto 0; max-width: 54ch; }

.omsag-lp-bgf__cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 28px; }
.omsag-lp-bgf__btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 15px; font-weight: 600; line-height: 1.2; text-decoration: none; padding: 16px 30px; border-radius: var(--omsag-lp-pill, 999px); box-shadow: none; transition: transform .25s var(--ez), box-shadow .25s var(--ez), color .2s var(--ez), background .2s var(--ez); }
.omsag-lp-bgf__btn--primary { background: var(--ink); color: #fff; }
.omsag-lp-bgf__btn--primary:hover, .omsag-lp-bgf__btn--primary:focus { color: #fff; transform: translateY(-2px); box-shadow: 0 16px 34px -14px rgba(35,39,48,.45); }
.omsag-lp-bgf__btn--ghost { background: rgba(255,255,255,.7); color: var(--ink); border: 1px solid var(--ln); }
.omsag-lp-bgf__btn--ghost:hover, .omsag-lp-bgf__btn--ghost:focus { color: var(--ink); background: #fff; transform: translateY(-2px); }

/* List */
.omsag-lp-bgf__list { display: flex; flex-direction: column; gap: 14px; }
.omsag-lp-bgf__item {
  background: #fff; border: 1px solid rgba(35,39,48,.05); border-radius: 18px; overflow: hidden;
  box-shadow: 0 1px 2px rgba(35,39,48,.04), 0 10px 24px -26px rgba(35,39,48,.3);
  transition: box-shadow .3s var(--ez);
}
.omsag-lp-bgf__item[open] { box-shadow: 0 2px 8px rgba(35,39,48,.05), 0 14px 30px -30px rgba(35,39,48,.24); }
.omsag-lp-bgf__q {
  list-style: none; cursor: pointer; user-select: none; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 22px 26px; font-size: 16px; font-weight: 600; color: var(--ink); letter-spacing: -0.01em;
  outline: none; -webkit-tap-highlight-color: transparent;
}
.omsag-lp-bgf__q::-webkit-details-marker { display: none; }
.omsag-lp-bgf__q:focus-visible { outline:none; border-radius: 18px; }
.omsag-lp-bgf__qtext { flex: 1; }
.omsag-lp-bgf__chev { flex-shrink: 0; width: 26px; height: 26px; display: grid; place-items: center; color: var(--mut); transition: transform .3s var(--ez), color .3s var(--ez); }
.omsag-lp-bgf__chev svg { width: 22px; height: 22px; }
.omsag-lp-bgf__item[open] .omsag-lp-bgf__chev { transform: rotate(180deg); color: var(--b); }
.omsag-lp-bgf__item:hover .omsag-lp-bgf__q { color: var(--b); }
.omsag-lp-bgf__a { padding: 0 26px 24px; }
.omsag-lp-bgf__a p { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--ts); }
.omsag-lp-bgf__item[open] .omsag-lp-bgf__a { animation: bgf-fade .35s var(--ez); }
@keyframes bgf-fade { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }

/* Reveal */
.omsag-lp-bgf.bgf-anim .omsag-lp-bgf__head,
.omsag-lp-bgf.bgf-anim .omsag-lp-bgf__item { opacity: 0; transform: translateY(16px); }
.omsag-lp-bgf.bgf-anim.is-in .omsag-lp-bgf__head { animation: bgf-up .7s var(--ez) .04s forwards; }
.omsag-lp-bgf.bgf-anim.is-in .omsag-lp-bgf__item { animation: bgf-up .6s var(--ez) forwards; }
.omsag-lp-bgf.bgf-anim.is-in .omsag-lp-bgf__item:nth-child(1) { animation-delay: .16s; }
.omsag-lp-bgf.bgf-anim.is-in .omsag-lp-bgf__item:nth-child(2) { animation-delay: .22s; }
.omsag-lp-bgf.bgf-anim.is-in .omsag-lp-bgf__item:nth-child(3) { animation-delay: .28s; }
.omsag-lp-bgf.bgf-anim.is-in .omsag-lp-bgf__item:nth-child(4) { animation-delay: .34s; }
.omsag-lp-bgf.bgf-anim.is-in .omsag-lp-bgf__item:nth-child(5) { animation-delay: .40s; }
.omsag-lp-bgf.bgf-anim.is-in .omsag-lp-bgf__item:nth-child(6) { animation-delay: .46s; }
.omsag-lp-bgf.bgf-anim.is-in .omsag-lp-bgf__item:nth-child(7) { animation-delay: .52s; }
@keyframes bgf-up { to { opacity: 1; transform: none; } }

/* Responsive */
@media (max-width: 700px) {
  .omsag-lp-bgf { padding: 72px 0; }
  .omsag-lp-bgf__container { padding: 0 20px; }
  .omsag-lp-bgf__q { padding: 18px 20px; font-size: 15px; }
  .omsag-lp-bgf__a { padding: 0 20px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .omsag-lp-bgf.bgf-anim .omsag-lp-bgf__head,
  .omsag-lp-bgf.bgf-anim .omsag-lp-bgf__item { opacity: 1; transform: none; }
  .omsag-lp-bgf * { animation: none !important; }
}
