/* ════════════════════════════════════════════════════════════
   onlytap – Landingpages (Baukasten-Blöcke)
   ════════════════════════════════════════════════════════════ */
.lp-wrapper { --dark-a:#0c0a14; --dark-b:#100e1c; --dark-c:#0a0812; }

/* ── Hero (dunkel, wie Startseite/Ressourcenrechner) ── */
.lpb-hero {
  position: relative; overflow: hidden; text-align: center;
  background: linear-gradient(160deg, #0c0a14 0%, #100e1c 55%, #0a0812 100%);
  color: #f4f4f5; padding: clamp(64px, 8vw, 110px) 24px clamp(56px, 7vw, 96px);
}
.lpb-hero::before, .lpb-hero::after { content: ""; position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; }
.lpb-hero::before { width: min(560px, 70vw); height: min(480px, 56vw); top: -18%; right: -6%; background: #235DA0; opacity: .5; }
.lpb-hero::after { width: min(460px, 60vw); height: min(400px, 48vw); bottom: -22%; left: -8%; background: #3f83d6; opacity: .32; }
.lpb-hero-in { position: relative; z-index: 2; max-width: 780px; margin: 0 auto; }
.lpb-hero .lpb-eyebrow { color: #c3d8ef; }
.lpb-hero h1 { font-size: clamp(32px, 5vw, 54px); font-weight: 900; letter-spacing: -1.4px; line-height: 1.06; margin: 0 0 16px; color: #f5f6f8; white-space: pre-line; }
.lpb-hero p { font-size: clamp(16px, 2vw, 19px); color: rgba(255,255,255,.72); line-height: 1.6; margin: 0 auto 30px; max-width: 620px; }

/* ── gemeinsame Bausteine ── */
.lpb-eyebrow { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; color: var(--blue, #235DA0); margin-bottom: 12px; }
.lpb-sec { padding: clamp(56px, 7vw, 96px) 24px; }
.lpb-in { max-width: 1120px; margin: 0 auto; }
.lpb-head { max-width: 700px; margin: 0 auto clamp(30px, 4vw, 46px); text-align: center; }
.lpb-head h2 { font-size: clamp(26px, 3.6vw, 40px); font-weight: 900; letter-spacing: -1px; line-height: 1.14; margin: 0 0 12px; text-wrap: balance; }
.lpb-head p { font-size: clamp(15px, 1.7vw, 17px); color: var(--ink-soft, #55525f); line-height: 1.6; margin: 0; white-space: pre-line; }

.lpb-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.lpb-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; height: 52px; padding: 0 26px;
  border: 1.5px solid transparent; border-radius: 13px; font-family: inherit; font-size: 15.5px; font-weight: 800;
  text-decoration: none; cursor: pointer; transition: transform .15s, background .15s, border-color .15s, color .15s; }
.lpb-btn.primary { background: #fff; color: #130F1D; box-shadow: 0 12px 26px rgba(4,10,26,.3); }
.lpb-btn.primary:hover { transform: translateY(-2px); }
.lpb-btn.ghost { border-color: rgba(255,255,255,.28); color: #fff; }
.lpb-btn.ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.5); }
.lpb-sec .lpb-btn.primary { background: linear-gradient(135deg, #2a6bb4, #1a4a82); color: #fff; }
.lpb-sec .lpb-btn.ghost { border-color: var(--line, #ececf0); color: var(--ink, #130F1D); background: #fff; }
.lpb-sec .lpb-btn.ghost:hover { border-color: var(--blue, #235DA0); color: var(--blue, #235DA0); }

/* ── Text ── */
.lpb-text .lpb-body { max-width: 760px; margin: 0 auto; font-size: clamp(15.5px, 1.8vw, 17.5px); line-height: 1.75; color: var(--ink-soft, #55525f); white-space: pre-line; }
.lpb-text.tinted { background: var(--tile, #f6f6f7); border-top: 1px solid var(--line, #ececf0); border-bottom: 1px solid var(--line, #ececf0); }

/* ── Karten ── */
.lpb-cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.lpb-card { background: #fff; border: 1px solid var(--line, #ececf0); border-radius: 20px; padding: 28px; transition: transform .2s, box-shadow .2s; }
.lpb-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(19,15,29,.08); }
.lpb-card-ic { width: 48px; height: 48px; border-radius: 14px; background: var(--blue-light, #eaf1f9); color: var(--blue, #235DA0); display: grid; place-items: center; margin-bottom: 16px; }
.lpb-card-ic svg { width: 24px; height: 24px; }
.lpb-card h3 { font-size: 18px; font-weight: 800; letter-spacing: -.3px; margin: 0 0 8px; }
.lpb-card p { font-size: 14.5px; line-height: 1.6; color: var(--ink-soft, #55525f); margin: 0; }

/* ── Bild + Text ── */
.lpb-media-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 56px); align-items: center; }
.lpb-media.right .lpb-media-img { order: 2; }
.lpb-media-img { border-radius: 22px; overflow: hidden; background: var(--tile, #f6f6f7); aspect-ratio: 4/3; }
.lpb-media-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lpb-media-txt h2 { font-size: clamp(24px, 3.2vw, 34px); font-weight: 900; letter-spacing: -.8px; line-height: 1.18; margin: 0 0 14px; }
.lpb-media-txt p { font-size: clamp(15px, 1.7vw, 16.5px); line-height: 1.7; color: var(--ink-soft, #55525f); margin: 0 0 20px; white-space: pre-line; }
.lpb-media-txt .lpb-btns { justify-content: flex-start; }

/* ── Logo-Leiste ── */
.lpb-logos { padding: clamp(40px, 5vw, 64px) 0; overflow: hidden; }
.lpb-logos .lpb-head { padding: 0 24px; }
.lpb-logo-track { display: flex; gap: 56px; align-items: center; width: max-content; animation: lpLogos 38s linear infinite; }
.lpb-logo-track img { height: 30px; width: auto; opacity: .62; filter: grayscale(1); }
@keyframes lpLogos { from { transform: translate3d(0,0,0); } to { transform: translate3d(-50%,0,0); } }

/* ── FAQ ── */
.lpb-faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.lpb-faq-list details { background: #fff; border: 1px solid var(--line, #ececf0); border-radius: 16px; overflow: hidden; }
.lpb-faq-list summary { list-style: none; cursor: pointer; padding: 20px 24px; font-size: 16px; font-weight: 800; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.lpb-faq-list summary::-webkit-details-marker { display: none; }
.lpb-faq-list summary::after { content: "+"; font-size: 22px; font-weight: 700; color: var(--blue, #235DA0); flex: none; line-height: 1; transition: transform .2s; }
.lpb-faq-list details[open] summary::after { transform: rotate(45deg); }
.lpb-faq-list details p { margin: 0; padding: 0 24px 22px; font-size: 14.5px; color: var(--ink-soft, #55525f); line-height: 1.65; white-space: pre-line; }

/* ── CTA-Band ── */
.lpb-cta { position: relative; overflow: hidden; text-align: center; color: #fff;
  background: linear-gradient(160deg, #0c0a14 0%, #100e1c 55%, #0a0812 100%); padding: clamp(56px, 7vw, 88px) 24px; }
.lpb-cta::before { content: ""; position: absolute; top: -35%; left: 50%; transform: translateX(-50%);
  width: min(900px, 90vw); height: 340px; border-radius: 50%; background: radial-gradient(ellipse at center, rgba(58,124,205,.42), transparent 70%); filter: blur(56px); pointer-events: none; }
.lpb-cta-in { position: relative; z-index: 2; max-width: 680px; margin: 0 auto; }
.lpb-cta h2 { font-size: clamp(26px, 3.6vw, 42px); font-weight: 900; letter-spacing: -1px; line-height: 1.12; margin: 0 0 14px; color: #fff; text-wrap: balance; }
.lpb-cta p { font-size: clamp(15px, 1.7vw, 17px); color: rgba(255,255,255,.72); line-height: 1.6; margin: 0 0 28px; white-space: pre-line; }

@media (max-width: 820px) {
  .lpb-media-grid { grid-template-columns: 1fr; }
  .lpb-media.right .lpb-media-img { order: 0; }
  .lpb-btn { width: 100%; }
  .lpb-btns { width: 100%; }
}
