/* =========================================================
   BohleVision – Landing / Produkt (modernes SaaS-Layout)
   Prefix: lp-   ·   CI "Graphit & Bordeaux" (Tokens aus base.css)
   2026-06 · clean, symbol-/visualgetrieben, dezente Bewegung
========================================================= */

.lp { --lp-ring: rgba(122,31,43,0.14); }

/* ---------- Section-Grundgerüst ---------- */
.lp-section { padding: 84px 0; position: relative; }
.lp-section.tight { padding: 56px 0; }
.lp-section.alt {
  background:
    radial-gradient(800px 380px at 100% 0%, var(--gold-soft), transparent 60%),
    rgba(255,255,255,0.55);
  border-top: 1px solid rgba(28,26,27,0.06);
  border-bottom: 1px solid rgba(28,26,27,0.06);
}

.lp-head { max-width: 720px; margin: 0 auto 40px; text-align: center; }
.lp-head.left { margin-left: 0; text-align: left; }
.lp-eyebrow {
  display: inline-block;
  font-size: 12px; font-weight: 850; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--primary);
  padding: 6px 12px; border-radius: 999px;
  background: var(--primary-soft);
  border: 1px solid rgba(122,31,43,0.16);
  margin-bottom: 16px;
}
.lp-head h2 { margin: 0 0 12px; font-size: clamp(26px, 3.4vw, 40px); line-height: 1.1; letter-spacing: -0.025em; }
.lp-head p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.6; }

/* App-Lockup im Produkt-Hero: App-Icon + Produktname (Icon links, Text rechts) */
.lp-applock { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 16px; }
.lp-applock img {
  width: 40px; height: 40px; border-radius: 10px; display: block; flex: 0 0 auto;
  border: 1px solid rgba(15,23,42,0.06); box-shadow: 0 8px 20px rgba(2,6,23,0.14);
}
.lp-applock span { font-weight: 800; font-size: 15px; letter-spacing: -0.01em; color: var(--text); }

/* ---------- HERO ---------- */
.lp-hero { position: relative; overflow: hidden; padding: 92px 0 84px; text-align: center; }
.lp-hero .container { position: relative; z-index: 2; }
/* Produktseiten: globales main-padding entfernen, damit unter dem Promo-Band
   kein heller Streifen bleibt – der Hero schliesst direkt an das Band an. */
.product-page main { padding-top: 0; }

.lp-blobs { position: absolute; inset: -10% -10% auto -10%; height: 680px; z-index: 0; pointer-events: none; filter: blur(60px); opacity: 0.9; }
.lp-blob { position: absolute; border-radius: 50%; }
.lp-blob.b1 { width: 460px; height: 460px; left: 8%; top: -60px;  background: radial-gradient(circle at 30% 30%, rgba(122,31,43,0.42), transparent 70%); animation: lp-drift1 18s ease-in-out infinite; }
.lp-blob.b2 { width: 420px; height: 420px; right: 6%; top: -30px;  background: radial-gradient(circle at 60% 40%, rgba(87,21,33,0.36), transparent 70%);  animation: lp-drift2 22s ease-in-out infinite; }
.lp-blob.b3 { width: 380px; height: 380px; left: 44%; top: 120px;  background: radial-gradient(circle at 50% 50%, rgba(179,147,79,0.26), transparent 70%);  animation: lp-drift3 26s ease-in-out infinite; }

@keyframes lp-drift1 { 0%,100%{ transform: translate(0,0); } 50%{ transform: translate(40px,30px); } }
@keyframes lp-drift2 { 0%,100%{ transform: translate(0,0); } 50%{ transform: translate(-36px,26px); } }
@keyframes lp-drift3 { 0%,100%{ transform: translate(0,0); } 50%{ transform: translate(20px,-30px); } }

.lp-title { margin: 18px auto 18px; font-size: clamp(34px, 6vw, 68px); line-height: 1.04; letter-spacing: -0.035em; font-weight: 900; max-width: 16ch; }
.lp-accent {
  background: linear-gradient(90deg, var(--primary) 0%, var(--gold) 48%, var(--primary) 96%);
  background-size: 220% auto;
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  animation: lp-sheen 7s linear infinite;
}
@keyframes lp-sheen { 0%{ background-position: 0% 50%; } 100%{ background-position: 220% 50%; } }

.lp-lead { margin: 0 auto 30px; max-width: 60ch; font-size: clamp(16px, 1.6vw, 20px); line-height: 1.6; color: var(--muted); }
.lp-cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.lp-hero.left, .lp-hero.left .lp-title, .lp-hero.left .lp-lead { text-align: left; }
.lp-hero.left .lp-title, .lp-hero.left .lp-lead { margin-left: 0; }
.lp-hero.left .lp-cta-row { justify-content: flex-start; }

.lp-hero-note { margin-top: 18px; font-size: 13px; color: var(--muted); }
.lp-hero-note strong { color: var(--text); }

/* Split-Hero (Produktseiten): Text links, Visual rechts */
.lp-hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
@media (max-width: 940px){
  .lp-hero.left .lp-hero-grid { grid-template-columns: 1fr; gap: 32px; justify-items: center; }
  .lp-hero.left, .lp-hero.left .lp-title, .lp-hero.left .lp-lead { text-align: center; }
  .lp-hero.left .lp-title, .lp-hero.left .lp-lead { margin-left: auto; margin-right: auto; }
  .lp-hero.left .lp-cta-row { justify-content: center; }
  .lp-hero.left .lp-mock { width: 100%; max-width: 460px; }
}
/* Mobile: Produkt-Hero näher ans Werbebanner (weniger Leerraum oben) */
@media (max-width: 620px){
  .lp-hero { padding-top: 20px; }
}

/* ---------- Marquee / Trust-Strip ---------- */
.lp-marquee { overflow: hidden; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: rgba(255,255,255,0.5); }
.lp-marquee-track { display: flex; gap: 0; width: max-content; animation: lp-marq 26s linear infinite; }
.lp-marquee-track > span { display: inline-flex; align-items: center; gap: 10px; padding: 14px 26px; font-weight: 750; color: var(--muted); white-space: nowrap; font-size: 14px; }
.lp-marquee-track .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
@keyframes lp-marq { from{ transform: translateX(0); } to{ transform: translateX(-50%); } }

/* ---------- Icon-Tile ---------- */
.lp-ic {
  width: 46px; height: 46px; border-radius: 13px; flex: 0 0 auto;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--primary-soft), var(--gold-soft));
  border: 1px solid rgba(122,31,43,0.14);
  color: var(--primary);
}
.lp-ic svg { width: 24px; height: 24px; display: block; }

/* ---------- Produkt-Karten (Homepage) ---------- */
.lp-products { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
@media (max-width: 860px){ .lp-products { grid-template-columns: 1fr; } }
.lp-product {
  position: relative; display: flex; flex-direction: column; gap: 14px;
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 28px; box-shadow: var(--shadow-soft);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  overflow: hidden;
}
.lp-product::before { content:""; position:absolute; inset:0 0 auto 0; height:4px; background: linear-gradient(90deg, var(--primary), var(--gold)); opacity:.0; transition: opacity .2s ease; }
.lp-product:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(122,31,43,0.18); }
.lp-product:hover::before { opacity: 1; }
.lp-product .lp-product-top { display: flex; align-items: center; gap: 14px; }
.lp-product h3 { margin: 0; font-size: 22px; letter-spacing: -0.02em; }
.lp-product .tag { font-size: 13px; color: var(--muted); margin: 0; }
.lp-product .lp-mini { list-style: none; padding: 0; margin: 4px 0 0; display: grid; gap: 9px; }
.lp-product .lp-mini li { display: flex; align-items: center; gap: 10px; font-size: 14.5px; color: var(--text); }
.lp-product .lp-mini svg { width: 18px; height: 18px; color: var(--primary); flex: 0 0 auto; }
.lp-product .lp-product-cta { margin-top: auto; display: flex; gap: 10px; flex-wrap: wrap; padding-top: 6px; }

/* ---------- Feature-Grid (Symbole) ---------- */
.lp-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 920px){ .lp-features { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px){ .lp-features { grid-template-columns: 1fr; } }
.lp-feature {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-sm);
  padding: 20px; display: flex; flex-direction: column; gap: 12px; box-shadow: var(--shadow-soft);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.lp-feature:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: rgba(122,31,43,0.16); }
.lp-feature h3 { margin: 0; font-size: 16px; letter-spacing: -0.01em; }
.lp-feature p { margin: 0; font-size: 13.5px; line-height: 1.5; color: var(--muted); }

.lp-group-title { text-align: center; font-size: 13px; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; color: var(--primary); margin: 40px 0 18px; }
.lp-group-title:first-of-type { margin-top: 0; }

/* ---------- Steps ---------- */
.lp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 760px){ .lp-steps { grid-template-columns: 1fr; } }
.lp-step { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 22px; box-shadow: var(--shadow-soft); display: grid; gap: 8px; }
.lp-step .n { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; font-weight: 850; color: #fff; background: linear-gradient(135deg, var(--primary), var(--primary-2)); }
.lp-step h3 { margin: 6px 0 0; font-size: 16px; }
.lp-step p { margin: 0; font-size: 14px; color: var(--muted); line-height: 1.5; }

/* ---------- Werte ---------- */
.lp-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 760px){ .lp-values { grid-template-columns: 1fr; } }
.lp-value { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-soft); display: grid; gap: 10px; }
.lp-value h3 { margin: 4px 0 0; font-size: 18px; }
.lp-value p { margin: 0; font-size: 14.5px; color: var(--muted); line-height: 1.55; }

/* ---------- Lizenzen / Preise ---------- */
.lp-license { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 820px){ .lp-license { grid-template-columns: 1fr; } }
.lp-lic { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-soft); display: grid; gap: 8px; }
.lp-lic .lp-lic-k { font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: var(--primary); }
.lp-lic .lp-lic-v { font-size: 30px; font-weight: 900; letter-spacing: -0.02em; }
.lp-lic .lp-lic-v small { font-size: 15px; font-weight: 700; color: var(--muted); }
.lp-lic p { margin: 4px 0 0; font-size: 14px; color: var(--muted); line-height: 1.55; }
.lp-license-note { margin: 22px auto 0; max-width: 760px; text-align: center; color: var(--muted); font-size: 13.5px; line-height: 1.6; }
.lp-license-cta { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 26px; }

/* ---------- Final-CTA (dunkles Bordeaux-Band) ---------- */
.lp-cta { position: relative; overflow: hidden; border-radius: var(--radius); padding: 48px; color: #f4ece9; text-align: center;
  background: radial-gradient(600px 240px at 20% 0%, rgba(255,255,255,0.10), transparent 60%), linear-gradient(135deg, #2a1015 0%, #4a1622 55%, #7a1f2b 132%);
  border: 1px solid rgba(122,31,43,0.30); box-shadow: var(--shadow); }
.lp-cta h2 { margin: 0 0 10px; color: #fff; font-size: clamp(24px, 3vw, 34px); letter-spacing: -0.02em; }
.lp-cta p { margin: 0 auto 22px; max-width: 56ch; color: rgba(244,236,233,0.82); line-height: 1.6; }
.lp-cta .lp-cta-row { justify-content: center; }
.lp-cta .btn-ghost { background: rgba(255,255,255,0.10); border-color: rgba(255,255,255,0.28); color: #fff; }
.lp-cta .btn-ghost:hover { background: rgba(255,255,255,0.18); }

/* ---------- Produkt-Visual: animiertes Mini-Dashboard (Mock) ---------- */
.lp-mock { position: relative; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--border); box-shadow: var(--shadow); padding: 16px; }
.lp-mock-bar { display: flex; gap: 6px; margin-bottom: 12px; }
.lp-mock-bar i { width: 10px; height: 10px; border-radius: 50%; background: var(--surface-2); }
.lp-mock-bar i:nth-child(1){ background: #e0746f; } .lp-mock-bar i:nth-child(2){ background: var(--gold); } .lp-mock-bar i:nth-child(3){ background: #7fa98a; }
.lp-mock-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.lp-mock-tile { background: var(--surface-2); border-radius: 12px; padding: 12px; display: grid; gap: 8px; }
.lp-mock-tile .k { font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.lp-mock-tile .v { font-size: 20px; font-weight: 900; color: var(--text); }
.lp-mock-row { height: 8px; border-radius: 999px; background: rgba(122,31,43,0.12); overflow: hidden; }
.lp-mock-row span { display: block; height: 100%; background: linear-gradient(90deg, var(--primary), var(--gold)); width: 30%; border-radius: 999px; animation: lp-fill 4s ease-in-out infinite; }
.lp-mock-tile:nth-child(2) .lp-mock-row span { animation-delay: .8s; }
.lp-mock-tile:nth-child(3) .lp-mock-row span { animation-delay: 1.6s; }
.lp-mock-tile:nth-child(4) .lp-mock-row span { animation-delay: 2.4s; }
@keyframes lp-fill { 0%{ width: 12%; } 50%{ width: 86%; } 100%{ width: 12%; } }
.lp-mock-dots { display: flex; gap: 5px; }
.lp-mock-dots b { width: 9px; height: 9px; border-radius: 50%; background: var(--primary); opacity: .25; animation: lp-blink 3s ease-in-out infinite; }
.lp-mock-dots b:nth-child(2){ animation-delay:.3s } .lp-mock-dots b:nth-child(3){ animation-delay:.6s } .lp-mock-dots b:nth-child(4){ animation-delay:.9s } .lp-mock-dots b:nth-child(5){ animation-delay:1.2s }
@keyframes lp-blink { 0%,100%{ opacity:.22 } 50%{ opacity:1 } }

/* ---------- Screens-Galerie (Produktseite mit Bildern) ---------- */
.lp-shots { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 760px){ .lp-shots { grid-template-columns: 1fr; } }
.lp-shot { margin: 0; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); background: var(--surface); box-shadow: var(--shadow-soft); transition: transform .18s ease, box-shadow .18s ease; }
.lp-shot:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.lp-shot img { width: 100%; height: auto; display: block; }
.lp-shot figcaption { padding: 10px 14px; font-size: 13px; color: var(--muted); border-top: 1px solid var(--border); }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .lp-blob, .lp-marquee-track, .lp-accent, .lp-mock-row span, .lp-mock-dots b { animation: none !important; }
  .lp-accent { -webkit-text-fill-color: var(--primary); color: var(--primary); }
  .lp-mock-row span { width: 70%; }
}

/* =========================================================
   Update 2026-06: Eyebrow-"Bubbles" entfernt.
   Sektionsheader = nur Überschrift + kurzer Text darunter.
========================================================= */
.lp-eyebrow { display: none !important; }
.lp-head { margin-bottom: 36px; }
.lp-hero .container > .lp-eyebrow { display: none !important; }

/* =========================================================
   Update 2026-06: Kachel-Inhalte horizontal zentriert
========================================================= */
/* Symbol-/Werte-/Lizenz-/Step-Kacheln */
.lp-feature { align-items: center; text-align: center; }
.lp-value   { justify-items: center; text-align: center; }
.lp-lic     { justify-items: center; text-align: center; }
.lp-step    { justify-items: center; text-align: center; }

/* Produktkarten (Homepage) */
.lp-product { align-items: center; text-align: center; }
.lp-product .lp-product-top { justify-content: center; }
.lp-product .lp-mini { justify-items: center; }
.lp-product .lp-mini li { justify-content: center; }
.lp-product .lp-product-cta { justify-content: center; }

/* =========================================================
   Update 2026-06: SEO-Homepage – Problem, Vergleich, FAQ,
   einzelner Screenshot. Nur NEUE Klassen (Produktseiten
   unverändert). Tokens aus base.css.
========================================================= */

/* ---------- Problem-Kacheln ---------- */
.lp-problems { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
@media (max-width: 760px){ .lp-problems { grid-template-columns: 1fr; } }
.lp-problem {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 22px 24px; box-shadow: var(--shadow-soft); text-align: center;
  display: grid; gap: 8px; align-content: start;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.lp-problem:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: rgba(122,31,43,0.16); }
.lp-problem h3 { margin: 0; font-size: 17px; letter-spacing: -0.01em; }
.lp-problem p { margin: 0; font-size: 14.5px; line-height: 1.55; color: var(--muted); }

/* ---------- Einzel-Screenshot (Funktionen) ---------- */
.lp-shot-single { max-width: 900px; margin: 40px auto 0; }

/* ---------- Vergleichstabelle ---------- */
.lp-compare-wrap { overflow-x: auto; border-radius: var(--radius); border: 1px solid var(--border); box-shadow: var(--shadow-soft); background: var(--surface); }
.lp-compare { width: 100%; border-collapse: collapse; min-width: 640px; font-size: 14.5px; }
.lp-compare th, .lp-compare td { padding: 14px 16px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--border); }
.lp-compare thead th {
  font-size: 12px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase;
  color: var(--primary); background: var(--primary-soft); border-bottom: 1px solid rgba(122,31,43,0.16);
  white-space: nowrap;
}
.lp-compare tbody th { font-weight: 800; color: var(--text); }
.lp-compare td { color: var(--muted); }
.lp-compare tbody tr:last-child th, .lp-compare tbody tr:last-child td { border-bottom: 0; }
/* letzte Spalte = BV-Antwort hervorheben */
.lp-compare th:last-child, .lp-compare td:last-child { color: var(--text); font-weight: 650; background: var(--gold-soft); }
.lp-compare thead th:last-child { color: var(--primary); }

/* ---------- FAQ (native Akkordeons) ---------- */
.lp-faq { max-width: 820px; margin: 0 auto; display: grid; gap: 12px; }
.lp-faq-item {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-sm);
  box-shadow: var(--shadow-soft); padding: 4px 18px; transition: border-color .16s ease, box-shadow .16s ease;
}
.lp-faq-item[open] { border-color: rgba(122,31,43,0.20); box-shadow: var(--shadow); }
.lp-faq-item summary {
  list-style: none; cursor: pointer; padding: 16px 28px 16px 0; position: relative;
  font-weight: 800; font-size: 16px; color: var(--text); letter-spacing: -0.01em;
}
.lp-faq-item summary::-webkit-details-marker { display: none; }
.lp-faq-item summary::after {
  content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  font-weight: 700; font-size: 22px; line-height: 1; color: var(--primary); transition: transform .18s ease;
}
.lp-faq-item[open] summary::after { content: "−"; }
.lp-faq-item p { margin: 0 0 16px; color: var(--muted); font-size: 14.5px; line-height: 1.6; }

@media (prefers-reduced-motion: reduce) {
  .lp-problem, .lp-faq-item { transition: none; }
}