/* OMSAG LP · Performance Marketing · 02 Grenzen
   Default = visible. JS adds `.pmg-anim` then `.is-in`. */

.omsag-lp-pmg {
  --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);
  --bg-alt: var(--omsag-lp-bg-alt, #f9faf8);
  --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: #fff;
  padding: 104px 0; -webkit-font-smoothing: antialiased;
}
.omsag-lp-pmg, .omsag-lp-pmg *, .omsag-lp-pmg *::before, .omsag-lp-pmg *::after { box-sizing: border-box; }
.omsag-lp-pmg__container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 28px; }

/* Head */
.omsag-lp-pmg__head { margin: 0 auto 44px; max-width: 820px; text-align: center; }
.omsag-lp-pmg__overline { font-size: 12.5px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--b); margin: 0 0 16px; }
.omsag-lp-pmg__headline { font-size: clamp(30px, 4vw, 46px); font-weight: 700; letter-spacing: -0.026em; line-height: 1.07; color: var(--ink); margin: 0 auto 18px; max-width: 20ch; }
.omsag-lp-pmg__subline { font-size: clamp(15px, 1.15vw, 17px); line-height: 1.6; color: var(--ts); margin: 0 auto; max-width: 64ch; }

/* Cards */
.omsag-lp-pmg__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.omsag-lp-pmg__card {
  display: flex; flex-direction: column; background: #fff; border: 1px solid var(--ln); border-radius: var(--omsag-lp-radius-lg, 28px);
  padding: 30px 30px 26px; transition: transform .3s var(--ez), box-shadow .3s var(--ez), border-color .3s var(--ez);
}
.omsag-lp-pmg__card:hover { transform: translateY(-3px); border-color: var(--mut); box-shadow: 0 26px 54px -36px rgba(35,39,48,.4); }
.omsag-lp-pmg__card-head { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.omsag-lp-pmg__card-ico { flex-shrink: 0; width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; color: var(--b); background: var(--bg-alt); border: 1px solid var(--ln); }
.omsag-lp-pmg__card-ico svg { width: 25px; height: 25px; }
.omsag-lp-pmg__card-title { font-size: 17px; font-weight: 700; line-height: 1.25; letter-spacing: -0.01em; color: var(--ink); margin: 0; }
.omsag-lp-pmg__card-body { font-size: 14.5px; line-height: 1.55; color: var(--ts); margin: 0 0 26px; }
.omsag-lp-pmg__card-foot { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--ln); }
.omsag-lp-pmg__einstieg { font-size: 13.5px; color: var(--ts); }
.omsag-lp-pmg__einstieg strong { color: var(--ink); font-weight: 700; }

/* Question */
.omsag-lp-pmg__question {
  display: flex; align-items: center; gap: 18px; width: fit-content; max-width: 100%; margin: 40px auto 0;
  background: var(--bg-alt); border: 1px solid var(--ln); border-radius: var(--omsag-lp-radius, 20px); padding: 22px 26px;
}
.omsag-lp-pmg__question-ico { flex-shrink: 0; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; color: var(--b); background: #fff; border: 1px solid var(--ln); }
.omsag-lp-pmg__question-ico svg { width: 23px; height: 23px; }
.omsag-lp-pmg__question-txt { margin: 0; font-size: 16px; font-weight: 600; line-height: 1.45; color: var(--ink); letter-spacing: -0.01em; }

/* Proof bar */
.omsag-lp-pmg__proof {
  display: flex; align-items: center; gap: 16px; margin-top: 14px;
  background: var(--bg-alt); border: 1px solid var(--ln); border-radius: var(--omsag-lp-radius, 20px); padding: 18px 24px;
}
.omsag-lp-pmg__proof-ico { flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; color: var(--b); background: #fff; border: 1px solid var(--ln); }
.omsag-lp-pmg__proof-ico svg { width: 20px; height: 20px; }
.omsag-lp-pmg__proof-txt { font-size: 15px; font-weight: 600; color: var(--ink); letter-spacing: -0.01em; }

/* Reveal */
.omsag-lp-pmg.pmg-anim .omsag-lp-pmg__overline,
.omsag-lp-pmg.pmg-anim .omsag-lp-pmg__headline,
.omsag-lp-pmg.pmg-anim .omsag-lp-pmg__subline,
.omsag-lp-pmg.pmg-anim .omsag-lp-pmg__question,
.omsag-lp-pmg.pmg-anim .omsag-lp-pmg__proof { opacity: 0; transform: translateY(16px); }
.omsag-lp-pmg.pmg-anim .omsag-lp-pmg__card { opacity: 0; transform: translateY(16px); }
.omsag-lp-pmg.pmg-anim.is-in .omsag-lp-pmg__overline  { animation: pmg-up .6s var(--ez) .02s forwards; }
.omsag-lp-pmg.pmg-anim.is-in .omsag-lp-pmg__headline  { animation: pmg-up .7s var(--ez) .08s forwards; }
.omsag-lp-pmg.pmg-anim.is-in .omsag-lp-pmg__subline   { animation: pmg-up .7s var(--ez) .16s forwards; }
.omsag-lp-pmg.pmg-anim.is-in .omsag-lp-pmg__card      { animation: pmg-up .6s var(--ez) forwards; animation-delay: calc(.24s + var(--c) * .1s); }
.omsag-lp-pmg.pmg-anim.is-in .omsag-lp-pmg__question  { animation: pmg-up .7s var(--ez) .5s forwards; }
.omsag-lp-pmg.pmg-anim.is-in .omsag-lp-pmg__proof     { animation: pmg-up .7s var(--ez) .58s forwards; }
@keyframes pmg-up { to { opacity: 1; transform: none; } }

/* Responsive */
@media (max-width: 980px) {
  .omsag-lp-pmg { padding: 80px 0; }
  .omsag-lp-pmg__grid { grid-template-columns: 1fr; gap: 18px; }
}
@media (max-width: 600px) {
  .omsag-lp-pmg { padding: 60px 0; }
  .omsag-lp-pmg__container { padding: 0 20px; }
  .omsag-lp-pmg__card { padding: 24px 22px; }
  .omsag-lp-pmg__question { flex-direction: column; align-items: flex-start; gap: 14px; width: auto; }
  .omsag-lp-pmg__question-txt { font-size: 15px; }
  .omsag-lp-pmg__proof-txt { font-size: 13.5px; }
}
@media (prefers-reduced-motion: reduce) {
  .omsag-lp-pmg.pmg-anim .omsag-lp-pmg__overline,
  .omsag-lp-pmg.pmg-anim .omsag-lp-pmg__headline,
  .omsag-lp-pmg.pmg-anim .omsag-lp-pmg__subline,
  .omsag-lp-pmg.pmg-anim .omsag-lp-pmg__card,
  .omsag-lp-pmg.pmg-anim .omsag-lp-pmg__question,
  .omsag-lp-pmg.pmg-anim .omsag-lp-pmg__proof { opacity: 1; transform: none; }
  .omsag-lp-pmg * { animation: none !important; }
}
