/*
Theme Name: IPTV4K Kaufen Purple
Theme URI: https://iptv4kkaufen.de/
Author: IPTV4K Kaufen
Description: Serverseitig gerendertes Theme fuer iptv4kkaufen.de. Violettes Design, kein JavaScript-Framework - der Inhalt steht direkt im HTML, damit Suchmaschinen ihn ohne Umweg lesen. Bilder liegen im Theme unter /assets.
Version: 3.1.2
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: iptv4k-purple
*/

/* 3.1: vollständige Landingpage, WordPress-installierbar */

/* =========================================================================
   1. Grundlagen
   ====================================================================== */
*, *::before, *::after { box-sizing: border-box; }
body {
  margin: 0; min-width: 320px; background: #fff;
  color: var(--lp-body); font-family: var(--lp-sans); line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }

.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; overflow: hidden;
  clip: rect(1px,1px,1px,1px); white-space: nowrap;
}
.skip-link:focus {
  position: fixed !important; top: 10px; left: 10px; width: auto; height: auto;
  clip: auto; padding: 12px 20px; background: var(--lp-p); color: #fff;
  border-radius: 999px; z-index: 100000;
}

/* =========================================================================
   2. Kopfbereich
   ====================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 900;
  background: #fff; border-bottom: 1px solid var(--lp-line);
}
.site-header__inner {
  max-width: 1192px; margin-inline: auto; padding: 0 24px;
  height: 74px; display: flex; align-items: center; gap: 24px;
}
.site-logo {
  font-family: var(--lp-serif); font-weight: 700; font-size: 22px;
  color: var(--lp-ink); text-decoration: none; white-space: nowrap;
}
.site-logo span { color: var(--lp-p); }

.site-nav { margin-left: auto; display: flex; align-items: center; gap: 22px; }
.site-nav__list { display: flex; align-items: center; gap: 22px; list-style: none; margin: 0; padding: 0; }
.site-nav__list a {
  font-size: 13.5px; font-weight: 700; color: #555d6d; text-decoration: none;
}
.site-nav__list a:hover,
.site-nav__list .current-menu-item > a { color: var(--lp-p); }
.site-nav__cta { padding: 11px 20px; font-size: 11px; }

.site-nav__toggle { display: none; }
.site-nav__burger { display: none; margin-left: auto; cursor: pointer; padding: 8px; }
.site-nav__burger span {
  display: block; width: 24px; height: 2px; margin: 5px 0;
  background: var(--lp-ink); border-radius: 2px; transition: .2s;
}

/* =========================================================================
   3. Fussbereich
   ====================================================================== */
.site-footer { background: var(--lp-ink); color: #a9afbf; margin-top: 0; }
.site-footer__inner {
  max-width: 1192px; margin-inline: auto; padding: 60px 24px 26px;
  display: grid; grid-template-columns: 2fr 1fr 1.2fr; gap: 40px;
}
.site-footer .site-logo { color: #fff; }
.site-footer p { font-size: 14px; margin: 10px 0 0; }
.site-footer h4 { color: #fff; font-size: 15px; margin: 0 0 14px; }
.site-footer__list, .site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer__list li, .site-footer li { margin-bottom: 9px; }
.site-footer a { color: #a9afbf; font-size: 14px; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.site-footer__legal {
  grid-column: 1 / -1; border-top: 1px solid #292d38;
  padding-top: 22px; margin: 14px 0 0; color: #747d90; font-size: 13px;
}

/* =========================================================================
   4. Fliesstext (Seiten und Beitraege ohne eigene Landingpage)
   ====================================================================== */
.lp-prose { max-width: 820px; }
.lp-prose h2 {
  font-family: var(--lp-serif); font-weight: 700; font-size: clamp(26px,3vw,36px);
  line-height: 1.15; color: var(--lp-ink); margin: 48px 0 14px;
}
.lp-prose h3 {
  font-family: var(--lp-serif); font-weight: 700; font-size: 22px;
  color: var(--lp-ink); margin: 32px 0 10px;
}
.lp-prose p, .lp-prose li { font-size: 16.5px; }
.lp-prose p { margin: 0 0 18px; }
.lp-prose ul, .lp-prose ol { margin: 0 0 20px; padding-left: 22px; }
.lp-prose li { margin-bottom: 8px; }
.lp .lp-prose a,
.lp-prose a { color: var(--lp-p); text-decoration: underline; text-underline-offset: 2px; }
.lp .lp-prose a:hover,
.lp-prose a:hover { text-decoration-thickness: 2px; }
.lp-prose strong { color: var(--lp-ink); }
.lp-prose table {
  width: 100%; border-collapse: collapse; font-size: 15px; margin: 0 0 26px;
  display: block; overflow-x: auto;
}
.lp-prose th, .lp-prose td {
  padding: 13px 16px; border-bottom: 1px solid var(--lp-line); text-align: left;
}
.lp-prose thead th { background: var(--lp-soft); color: var(--lp-ink); font-weight: 700; white-space: nowrap; }
.lp-prose td:first-child { color: var(--lp-ink); font-weight: 600; }
.lp-prose pre {
  background: var(--lp-soft); border: 1px solid var(--lp-line); border-radius: 12px;
  padding: 16px 18px; overflow-x: auto; font-size: 14px;
}
.lp-prose code { background: var(--lp-soft); padding: 2px 6px; border-radius: 5px; font-size: .92em; }
.lp-prose img { border-radius: 18px; margin: 8px 0 22px; }

.lp-meta { font-size: 14px; color: var(--lp-muted); margin: 10px 0 0; }

/* Blaetternavigation */
.lp-pagination { margin-top: 40px; }
.lp-pagination .page-numbers {
  display: inline-block; padding: 9px 15px; margin-right: 6px;
  border: 1px solid var(--lp-line); border-radius: 999px;
  text-decoration: none; font-weight: 700; font-size: 14px;
}
.lp-pagination .page-numbers.current,
.lp-pagination .page-numbers:hover { background: var(--lp-p); color: #fff; border-color: var(--lp-p); }
.lp-pagination .screen-reader-text { display: none; }

/* =========================================================================
   5. Responsiv fuer Kopf- und Fussbereich
   ====================================================================== */
@media (max-width: 900px) {
  .site-nav {
    display: none; position: absolute; top: 74px; left: 16px; right: 16px;
    flex-direction: column; align-items: stretch; gap: 6px;
    background: #fff; border: 1px solid var(--lp-line); border-radius: 18px;
    padding: 18px; box-shadow: var(--lp-shadow);
  }
  .site-nav__list { flex-direction: column; align-items: stretch; gap: 4px; }
  .site-nav__list a { display: block; padding: 10px 4px; font-size: 15px; }
  .site-nav__burger { display: block; }
  .site-nav__toggle:checked ~ .site-nav { display: flex; }
  .site-nav__cta { width: 100%; margin-top: 8px; }
  .site-footer__inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .site-footer__inner { grid-template-columns: 1fr; }
}

/* =========================================================================
   6. Landingpage-Bausteine
   ====================================================================== */
:root {
  --lp-p:      #6f00ff;   /* Violett */
  --lp-pd:     #5800cc;
  --lp-pl:     #efe2ff;   /* helles Violett */
  --lp-ink:    #11121a;
  --lp-body:   #4a5163;
  --lp-muted:  #687083;
  --lp-line:   #e6e3ed;
  --lp-soft:   #f8f6fc;
  --lp-radius: 22px;
  --lp-shadow: 0 22px 70px rgba(67,0,143,.12);
  --lp-serif:  'Playfair Display', Georgia, 'Times New Roman', serif;
  --lp-sans:   Inter, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

.lp { color: var(--lp-body); font-family: var(--lp-sans); line-height: 1.65; }
.lp * { box-sizing: border-box; }
.lp img { display: block; max-width: 100%; }
.lp a { color: inherit; }

.lp-wrap { max-width: 1192px; margin-inline: auto; padding-inline: 24px; }

/* ---------- Abschnitte ---------- */
.lp-sec { padding: 84px 0; }
.lp-sec--soft { background: var(--lp-soft); }

.lp-eyebrow {
  display: inline-block; color: var(--lp-p);
  font-size: 11px; font-weight: 800; letter-spacing: .16em;
  text-transform: uppercase; margin-bottom: 12px;
}
.lp-h2 {
  font-family: var(--lp-serif); font-weight: 700;
  font-size: clamp(32px, 4vw, 50px); line-height: 1.08;
  color: var(--lp-ink); margin: 0 0 16px;
}
.lp-h2 em { color: var(--lp-p); font-style: italic; }
.lp-lead { font-size: 17px; color: var(--lp-muted); max-width: 70ch; margin: 0 0 40px; }

/* ---------- Hero mit Bild ---------- */
.lp-hero {
  position: relative; isolation: isolate; overflow: hidden;
  background: #3f0791; color: #fff;
  padding: 92px 24px; margin-bottom: 0;
}
.lp-hero__media, .lp-hero__media img, .lp-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.lp-hero__media { z-index: -2; }
.lp-hero__media img { object-fit: cover; object-position: center; }
.lp-hero__shade {
  z-index: -1;
  background: linear-gradient(100deg, rgba(35,4,80,.93) 0%, rgba(45,5,105,.80) 45%, rgba(63,7,145,.42) 100%);
}
.lp-hero__inner { max-width: 1192px; margin-inline: auto; }
.lp-hero h1 {
  font-family: var(--lp-serif); font-weight: 700;
  font-size: clamp(38px, 5vw, 66px); line-height: 1.05;
  color: #fff; margin: 14px 0 20px; max-width: 18ch;
}
.lp-hero h1 span { color: #c9a7ff; font-style: italic; }
.lp-hero .lp-eyebrow { color: #d9c2ff; }
.lp-hero p.lp-sub { font-size: 17px; color: #e4dcf5; max-width: 62ch; margin: 0 0 30px; }
.lp-hero .lp-eyebrow, .lp-hero h1, .lp-hero h1 span, .lp-hero p.lp-sub { color: #fff; }
.lp-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 28px 0; }
.lp-card > img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 14px; margin-bottom: 20px; }

/* Hero ohne Bild (Unterseiten) */
.lp-hero--plain { background: var(--lp-soft); color: var(--lp-body); padding: 72px 24px; }
.lp-hero--plain h1 { color: var(--lp-ink); }
.lp-hero--plain h1 span { color: var(--lp-p); }
.lp-hero--plain .lp-eyebrow { color: var(--lp-p); }
.lp-hero--plain p.lp-sub { color: var(--lp-muted); }

/* ---------- Buttons ---------- */
.lp-cta { display: flex; gap: 13px; flex-wrap: wrap; margin-bottom: 30px; }
.lp-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 26px; border: 1px solid var(--lp-p); border-radius: 999px;
  background: var(--lp-p); color: #fff; text-decoration: none;
  font-weight: 800; font-size: 12px; letter-spacing: .06em; text-transform: uppercase;
  transition: .2s;
}
.lp-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(111,0,255,.28); color: #fff; }
.lp-btn--ghost { background: #fff; color: var(--lp-ink); border-color: #cbc5d7; }
.lp-btn--ghost:hover { border-color: var(--lp-p); color: var(--lp-p); }
.lp-hero .lp-btn--ghost { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.45); }
.lp-hero .lp-btn--ghost:hover { background: rgba(255,255,255,.16); color: #fff; border-color: #fff; }

/* ---------- Vertrauensleiste ---------- */
.lp-trust { display: grid; grid-template-columns: repeat(3,1fr); gap: 11px; padding: 0; margin: 0; list-style: none; }
.lp-trust li {
  padding: 13px 15px; border: 1px solid rgba(255,255,255,.28);
  border-radius: 13px; font-size: 12px; color: #efe8ff;
}
.lp-trust li b { display: block; color: #fff; font-size: 13px; margin-bottom: 2px; }
.lp-hero--plain .lp-trust li { border-color: var(--lp-line); color: var(--lp-muted); }
.lp-hero--plain .lp-trust li b { color: var(--lp-ink); }

/* ---------- Raster ---------- */
.lp-grid { display: grid; gap: 20px; }
.lp-grid--2 { grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); }
.lp-grid--3 { grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); }
.lp-grid--4 { grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); }

/* ---------- Karten ---------- */
.lp-card {
  background: #fff; border: 1px solid var(--lp-line); border-radius: var(--lp-radius);
  padding: 31px; transition: .25s;
}
.lp-card:hover { transform: translateY(-5px); box-shadow: var(--lp-shadow); border-color: #c9a7ff; }
.lp-card h3 {
  font-family: var(--lp-serif); font-weight: 700; font-size: 22px; line-height: 1.2;
  color: var(--lp-ink); margin: 0 0 10px;
}
.lp-card h3 a { text-decoration: none; }
.lp-card h3 a:hover { color: var(--lp-p); }
.lp-card p { margin: 0; font-size: 14.5px; color: var(--lp-muted); }
.lp-card .lp-tag {
  display: inline-grid; place-items: center; min-width: 52px; height: 34px; padding: 0 14px;
  border-radius: 15px; background: var(--lp-pl); color: var(--lp-p);
  font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  margin-bottom: 16px;
}

/* ---------- Kennzahlen ---------- */
.lp-stats {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(160px,1fr));
  gap: 24px; border-top: 1px solid var(--lp-line); padding-top: 40px;
}
.lp-stat b { display: block; font-family: var(--lp-serif); font-size: 34px; color: var(--lp-ink); line-height: 1.1; }
.lp-stat span { font-size: 14px; color: var(--lp-muted); }

/* ---------- Schritte ---------- */
.lp-step { border-left: 3px solid var(--lp-p); border-radius: 0 var(--lp-radius) var(--lp-radius) 0; }
.lp-step:hover { transform: none; }
.lp-step > b { display: block; font-family: var(--lp-serif); font-size: 42px; color: var(--lp-p); line-height: 1; margin-bottom: 10px; }

/* ---------- Preise ---------- */
.lp-plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(258px,1fr)); gap: 20px; }
.lp-plan {
  position: relative; background: #fff; border: 1px solid var(--lp-line);
  border-radius: 24px; padding: 33px; display: flex; flex-direction: column;
}
.lp-plan--best { border: 2px solid var(--lp-p); box-shadow: var(--lp-shadow); }
.lp-plan__flag {
  position: absolute; top: -14px; right: 20px;
  background: var(--lp-p); color: #fff; padding: 6px 13px; border-radius: 999px;
  font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap;
}
.lp-plan h3 { font-family: var(--lp-serif); font-size: 22px; color: var(--lp-ink); margin: 0 0 4px; }
.lp-plan .lp-price { font-family: var(--lp-serif); font-size: 40px; color: var(--lp-ink); line-height: 1.1; }
.lp-plan .lp-per { display: block; font-size: 13px; color: var(--lp-muted); margin-bottom: 20px; }
.lp-plan ul { list-style: none; padding: 0; margin: 0 0 24px; font-size: 14.5px; color: var(--lp-muted); }
.lp-plan li { position: relative; padding: 7px 0 7px 25px; }
.lp-plan li::before { content: "✓"; position: absolute; left: 0; top: 7px; color: var(--lp-p); font-weight: 800; }
.lp-plan .lp-btn { margin-top: auto; }

/* ---------- Chips ---------- */
.lp-chips { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0; list-style: none; }
.lp-chips li a {
  display: inline-block; padding: 11px 19px; border: 1px solid var(--lp-line);
  border-radius: 999px; background: #fff; color: var(--lp-ink);
  font-size: 13.5px; font-weight: 700; text-decoration: none; transition: .18s;
}
.lp-chips li a:hover { border-color: var(--lp-p); color: var(--lp-p); }
.lp-hero .lp-chips li a { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.35); color: #fff; }
.lp-hero .lp-chips li a:hover { background: rgba(255,255,255,.2); border-color: #fff; }

/* ---------- Tabelle ---------- */
.lp-tablewrap { overflow-x: auto; }
.lp-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.lp-table th, .lp-table td { padding: 16px; border-bottom: 1px solid var(--lp-line); text-align: left; }
.lp-table thead th { font-weight: 800; color: var(--lp-ink); white-space: nowrap; }
.lp-table td:first-child { font-weight: 700; color: var(--lp-ink); white-space: nowrap; }
.lp-table td:nth-child(2) { color: var(--lp-muted); }

/* ---------- FAQ ---------- */
.lp-faq details { border-bottom: 1px solid var(--lp-line); padding: 20px 0; }
.lp-faq summary {
  cursor: pointer; font-weight: 800; font-size: 17px; color: var(--lp-ink);
  list-style: none; display: flex; justify-content: space-between; gap: 18px; align-items: center;
}
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after { content: "+"; color: var(--lp-p); font-size: 24px; font-weight: 400; line-height: 1; }
.lp-faq details[open] summary::after { content: "–"; }
.lp-faq details > p { margin: 12px 0 0; color: var(--lp-muted); font-size: 15.5px; }

/* ---------- Bildblock ---------- */
.lp-split { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 50px; }
.lp-split img { border-radius: 24px; box-shadow: var(--lp-shadow); }

/* ---------- Hinweisbox ---------- */
.lp-note {
  border-left: 4px solid var(--lp-p); background: var(--lp-pl);
  padding: 18px 22px; border-radius: 0 16px 16px 0; font-size: 15px; color: var(--lp-ink);
}
.lp-fine { font-size: 13px; color: var(--lp-muted); margin-top: 16px; }

/* ---------- Abschluss-CTA ---------- */
.lp-final {
  max-width: 1192px; margin: 30px auto 90px;
  padding: 48px 55px; border-radius: 28px;
  background: linear-gradient(135deg, var(--lp-pl), #fff);
  border: 1px solid #d5b8ff;
  display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap;
}
.lp-final h2 { font-family: var(--lp-serif); font-size: clamp(28px,3.4vw,42px); color: var(--lp-ink); margin: 0 0 8px; }
.lp-final p { color: var(--lp-muted); max-width: 56ch; margin: 0; }
.lp-final .lp-cta { margin: 0; }

/* ---------- Schwebender WhatsApp-Knopf ---------- */
.lp-wa {
  position: fixed; right: 22px; bottom: 22px; z-index: 999;
  width: 56px; height: 56px; border-radius: 50%;
  display: grid; place-items: center;
  background: #25d366; color: #fff;
  box-shadow: 0 12px 30px rgba(37,211,102,.42);
  transition: transform .15s ease;
}
.lp-wa:hover { transform: scale(1.07); color: #fff; }
.lp-wa svg { width: 28px; height: 28px; display: block; }

/* ---------- Responsiv ---------- */
@media (max-width: 1000px) {
  .lp-split { grid-template-columns: 1fr; }
}
@media (max-width: 650px) {
  .lp-sec { padding: 60px 0; }
  .lp-hero { padding: 56px 20px; }
  .lp-hero h1 { max-width: none; }
  .lp-trust { grid-template-columns: 1fr; }
  .lp-btn { width: 100%; }
  .lp-final { display: block; padding: 34px 26px; }
  .lp-final .lp-cta { margin-top: 22px; }
  .lp-card { padding: 24px; }
}

/* Responsive production fixes — 2026-08-21 */
body.home main.wrap,body.home main.site-main{width:100%;max-width:none;margin:0;padding:0}
body.home .lp-hero{width:100%;min-height:min(760px,calc(100svh - 74px));display:flex;align-items:center;padding:clamp(76px,7vw,112px) max(24px,calc((100vw - 1192px)/2))}
body.home .lp-hero__inner{width:100%}body.home .lp-hero h1{font-size:clamp(46px,5vw,72px);line-height:1.02;letter-spacing:-.025em;max-width:19ch}body.home .lp-hero p.lp-sub{font-size:clamp(17px,1.35vw,20px);line-height:1.55}body.home .lp-hero__media img{object-position:center 28%}
@media(max-width:900px){body.home .lp-hero{min-height:auto;padding:68px 32px 76px}body.home .lp-hero h1{font-size:clamp(42px,7vw,58px)}}
@media(max-width:720px){.header-inner{min-height:68px;padding:11px 16px;gap:10px;flex-wrap:nowrap}.header-inner .logo{font-size:18px;line-height:1;white-space:nowrap}.header-inner .main-nav{width:auto;margin-left:auto;gap:0;flex-wrap:nowrap}.header-inner .main-nav>a:not(.nav-cta){display:none}.header-inner .nav-cta{display:inline-flex;align-items:center;min-height:42px;padding:9px 13px;font-size:12px;line-height:1.15;white-space:nowrap}body.home main.wrap{padding:0}body.home .lp-hero{min-height:calc(100svh - 68px);padding:52px 20px 78px;align-items:center}body.home .lp-hero h1{margin:12px 0 20px;max-width:12ch;font-size:clamp(38px,10.6vw,48px);line-height:.98;letter-spacing:-.035em}body.home .lp-hero p.lp-sub{max-width:34ch;font-size:16px;line-height:1.55}body.home .lp-hero__media img{object-position:62% center}body.home .lp-actions{gap:12px}body.home .lp-trust{gap:10px}body.home .lp-wa{right:max(14px,env(safe-area-inset-right));bottom:max(14px,env(safe-area-inset-bottom));width:50px;height:50px}}
@media(max-width:390px){.header-inner .logo{font-size:16px}.header-inner .nav-cta{padding-inline:11px;font-size:11px}body.home .lp-hero{padding-inline:18px}body.home .lp-hero h1{font-size:37px}}

  position: fixed !important; top: 10px; left: 10px; width: auto; height: auto;
  clip: auto; padding: 12px 20px; background: var(--lp-p); color: #fff;
  border-radius: 999px; z-index: 100000;
}

/* =========================================================================
   2. Kopfbereich
   ====================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 900;
  background: #fff; border-bottom: 1px solid var(--lp-line);
}
.site-header__inner {
  max-width: 1192px; margin-inline: auto; padding: 0 24px;
  height: 74px; display: flex; align-items: center; gap: 24px;
}
.site-logo {
  font-family: var(--lp-serif); font-weight: 700; font-size: 22px;
  color: var(--lp-ink); text-decoration: none; white-space: nowrap;
}
.site-logo span { color: var(--lp-p); }

.site-nav { margin-left: auto; display: flex; align-items: center; gap: 22px; }
.site-nav__list { display: flex; align-items: center; gap: 22px; list-style: none; margin: 0; padding: 0; }
.site-nav__list a {
  font-size: 13.5px; font-weight: 700; color: #555d6d; text-decoration: none;
}
.site-nav__list a:hover,
.site-nav__list .current-menu-item > a { color: var(--lp-p); }
.site-nav__cta { padding: 11px 20px; font-size: 11px; }

.site-nav__toggle { display: none; }
.site-nav__burger { display: none; margin-left: auto; cursor: pointer; padding: 8px; }
.site-nav__burger span {
  display: block; width: 24px; height: 2px; margin: 5px 0;
  background: var(--lp-ink); border-radius: 2px; transition: .2s;
}

/* =========================================================================
   3. Fussbereich
   ====================================================================== */
.site-footer { background: var(--lp-ink); color: #a9afbf; margin-top: 0; }
.site-footer__inner {
  max-width: 1192px; margin-inline: auto; padding: 60px 24px 26px;
  display: grid; grid-template-columns: 2fr 1fr 1.2fr; gap: 40px;
}
.site-footer .site-logo { color: #fff; }
.site-footer p { font-size: 14px; margin: 10px 0 0; }
.site-footer h4 { color: #fff; font-size: 15px; margin: 0 0 14px; }
.site-footer__list, .site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer__list li, .site-footer li { margin-bottom: 9px; }
.site-footer a { color: #a9afbf; font-size: 14px; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.site-footer__legal {
  grid-column: 1 / -1; border-top: 1px solid #292d38;
  padding-top: 22px; margin: 14px 0 0; color: #747d90; font-size: 13px;
}

/* =========================================================================
   4. Fliesstext (Seiten und Beitraege ohne eigene Landingpage)
   ====================================================================== */
.lp-prose { max-width: 820px; }
.lp-prose h2 {
  font-family: var(--lp-serif); font-weight: 700; font-size: clamp(26px,3vw,36px);
  line-height: 1.15; color: var(--lp-ink); margin: 48px 0 14px;
}
.lp-prose h3 {
  font-family: var(--lp-serif); font-weight: 700; font-size: 22px;
  color: var(--lp-ink); margin: 32px 0 10px;
}
.lp-prose p, .lp-prose li { font-size: 16.5px; }
.lp-prose p { margin: 0 0 18px; }
.lp-prose ul, .lp-prose ol { margin: 0 0 20px; padding-left: 22px; }
.lp-prose li { margin-bottom: 8px; }
.lp .lp-prose a,
.lp-prose a { color: var(--lp-p); text-decoration: underline; text-underline-offset: 2px; }
.lp .lp-prose a:hover,
.lp-prose a:hover { text-decoration-thickness: 2px; }
.lp-prose strong { color: var(--lp-ink); }
.lp-prose table {
  width: 100%; border-collapse: collapse; font-size: 15px; margin: 0 0 26px;
  display: block; overflow-x: auto;
}
.lp-prose th, .lp-prose td {
  padding: 13px 16px; border-bottom: 1px solid var(--lp-line); text-align: left;
}
.lp-prose thead th { background: var(--lp-soft); color: var(--lp-ink); font-weight: 700; white-space: nowrap; }
.lp-prose td:first-child { color: var(--lp-ink); font-weight: 600; }
.lp-prose pre {
  background: var(--lp-soft); border: 1px solid var(--lp-line); border-radius: 12px;
  padding: 16px 18px; overflow-x: auto; font-size: 14px;
}
.lp-prose code { background: var(--lp-soft); padding: 2px 6px; border-radius: 5px; font-size: .92em; }
.lp-prose img { border-radius: 18px; margin: 8px 0 22px; }

.lp-meta { font-size: 14px; color: var(--lp-muted); margin: 10px 0 0; }

/* Blaetternavigation */
.lp-pagination { margin-top: 40px; }
.lp-pagination .page-numbers {
  display: inline-block; padding: 9px 15px; margin-right: 6px;
  border: 1px solid var(--lp-line); border-radius: 999px;
  text-decoration: none; font-weight: 700; font-size: 14px;
}
.lp-pagination .page-numbers.current,
.lp-pagination .page-numbers:hover { background: var(--lp-p); color: #fff; border-color: var(--lp-p); }
.lp-pagination .screen-reader-text { display: none; }

/* =========================================================================
   5. Responsiv fuer Kopf- und Fussbereich
   ====================================================================== */
@media (max-width: 900px) {
  .site-nav {
    display: none; position: absolute; top: 74px; left: 16px; right: 16px;
    flex-direction: column; align-items: stretch; gap: 6px;
    background: #fff; border: 1px solid var(--lp-line); border-radius: 18px;
    padding: 18px; box-shadow: var(--lp-shadow);
  }
  .site-nav__list { flex-direction: column; align-items: stretch; gap: 4px; }
  .site-nav__list a { display: block; padding: 10px 4px; font-size: 15px; }
  .site-nav__burger { display: block; }
  .site-nav__toggle:checked ~ .site-nav { display: flex; }
  .site-nav__cta { width: 100%; margin-top: 8px; }
  .site-footer__inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .site-footer__inner { grid-template-columns: 1fr; }
}

/* =========================================================================
   6. Landingpage-Bausteine
   ====================================================================== */
:root {
  --lp-p:      #6f00ff;   /* Violett */
  --lp-pd:     #5800cc;
  --lp-pl:     #efe2ff;   /* helles Violett */
  --lp-ink:    #11121a;
  --lp-body:   #4a5163;
  --lp-muted:  #687083;
  --lp-line:   #e6e3ed;
  --lp-soft:   #f8f6fc;
  --lp-radius: 22px;
  --lp-shadow: 0 22px 70px rgba(67,0,143,.12);
  --lp-serif:  'Playfair Display', Georgia, 'Times New Roman', serif;
  --lp-sans:   Inter, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

.lp { color: var(--lp-body); font-family: var(--lp-sans); line-height: 1.65; }
.lp * { box-sizing: border-box; }
.lp img { display: block; max-width: 100%; }
.lp a { color: inherit; }

.lp-wrap { max-width: 1192px; margin-inline: auto; padding-inline: 24px; }

/* ---------- Abschnitte ---------- */
.lp-sec { padding: 84px 0; }
.lp-sec--soft { background: var(--lp-soft); }

.lp-eyebrow {
  display: inline-block; color: var(--lp-p);
  font-size: 11px; font-weight: 800; letter-spacing: .16em;
  text-transform: uppercase; margin-bottom: 12px;
}
.lp-h2 {
  font-family: var(--lp-serif); font-weight: 700;
  font-size: clamp(32px, 4vw, 50px); line-height: 1.08;
  color: var(--lp-ink); margin: 0 0 16px;
}
.lp-h2 em { color: var(--lp-p); font-style: italic; }
.lp-lead { font-size: 17px; color: var(--lp-muted); max-width: 70ch; margin: 0 0 40px; }

/* ---------- Hero mit Bild ---------- */
.lp-hero {
  position: relative; isolation: isolate; overflow: hidden;
  background: #3f0791; color: #fff;
  padding: 92px 24px; margin-bottom: 0;
}
.lp-hero__media, .lp-hero__media img, .lp-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.lp-hero__media { z-index: -2; }
.lp-hero__media img { object-fit: cover; object-position: center; }
.lp-hero__shade {
  z-index: -1;
  background: linear-gradient(100deg, rgba(35,4,80,.93) 0%, rgba(45,5,105,.80) 45%, rgba(63,7,145,.42) 100%);
}
.lp-hero__inner { max-width: 1192px; margin-inline: auto; }
.lp-hero h1 {
  font-family: var(--lp-serif); font-weight: 700;
  font-size: clamp(38px, 5vw, 66px); line-height: 1.05;
  color: #fff; margin: 14px 0 20px; max-width: 18ch;
}
.lp-hero h1 span { color: #c9a7ff; font-style: italic; }
.lp-hero .lp-eyebrow { color: #d9c2ff; }
.lp-hero p.lp-sub { font-size: 17px; color: #e4dcf5; max-width: 62ch; margin: 0 0 30px; }
.lp-hero .lp-eyebrow, .lp-hero h1, .lp-hero h1 span, .lp-hero p.lp-sub { color: #fff; }
.lp-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 28px 0; }
.lp-card > img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 14px; margin-bottom: 20px; }

/* Hero ohne Bild (Unterseiten) */
.lp-hero--plain { background: var(--lp-soft); color: var(--lp-body); padding: 72px 24px; }
.lp-hero--plain h1 { color: var(--lp-ink); }
.lp-hero--plain h1 span { color: var(--lp-p); }
.lp-hero--plain .lp-eyebrow { color: var(--lp-p); }
.lp-hero--plain p.lp-sub { color: var(--lp-muted); }

/* ---------- Buttons ---------- */
.lp-cta { display: flex; gap: 13px; flex-wrap: wrap; margin-bottom: 30px; }
.lp-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 26px; border: 1px solid var(--lp-p); border-radius: 999px;
  background: var(--lp-p); color: #fff; text-decoration: none;
  font-weight: 800; font-size: 12px; letter-spacing: .06em; text-transform: uppercase;
  transition: .2s;
}
.lp-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(111,0,255,.28); color: #fff; }
.lp-btn--ghost { background: #fff; color: var(--lp-ink); border-color: #cbc5d7; }
.lp-btn--ghost:hover { border-color: var(--lp-p); color: var(--lp-p); }
.lp-hero .lp-btn--ghost { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.45); }
.lp-hero .lp-btn--ghost:hover { background: rgba(255,255,255,.16); color: #fff; border-color: #fff; }

/* ---------- Vertrauensleiste ---------- */
.lp-trust { display: grid; grid-template-columns: repeat(3,1fr); gap: 11px; padding: 0; margin: 0; list-style: none; }
.lp-trust li {
  padding: 13px 15px; border: 1px solid rgba(255,255,255,.28);
  border-radius: 13px; font-size: 12px; color: #efe8ff;
}
.lp-trust li b { display: block; color: #fff; font-size: 13px; margin-bottom: 2px; }
.lp-hero--plain .lp-trust li { border-color: var(--lp-line); color: var(--lp-muted); }
.lp-hero--plain .lp-trust li b { color: var(--lp-ink); }

/* ---------- Raster ---------- */
.lp-grid { display: grid; gap: 20px; }
.lp-grid--2 { grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); }
.lp-grid--3 { grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); }
.lp-grid--4 { grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); }

/* ---------- Karten ---------- */
.lp-card {
  background: #fff; border: 1px solid var(--lp-line); border-radius: var(--lp-radius);
  padding: 31px; transition: .25s;
}
.lp-card:hover { transform: translateY(-5px); box-shadow: var(--lp-shadow); border-color: #c9a7ff; }
.lp-card h3 {
  font-family: var(--lp-serif); font-weight: 700; font-size: 22px; line-height: 1.2;
  color: var(--lp-ink); margin: 0 0 10px;
}
.lp-card h3 a { text-decoration: none; }
.lp-card h3 a:hover { color: var(--lp-p); }
.lp-card p { margin: 0; font-size: 14.5px; color: var(--lp-muted); }
.lp-card .lp-tag {
  display: inline-grid; place-items: center; min-width: 52px; height: 34px; padding: 0 14px;
  border-radius: 15px; background: var(--lp-pl); color: var(--lp-p);
  font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  margin-bottom: 16px;
}

/* ---------- Kennzahlen ---------- */
.lp-stats {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(160px,1fr));
  gap: 24px; border-top: 1px solid var(--lp-line); padding-top: 40px;
}
.lp-stat b { display: block; font-family: var(--lp-serif); font-size: 34px; color: var(--lp-ink); line-height: 1.1; }
.lp-stat span { font-size: 14px; color: var(--lp-muted); }

/* ---------- Schritte ---------- */
.lp-step { border-left: 3px solid var(--lp-p); border-radius: 0 var(--lp-radius) var(--lp-radius) 0; }
.lp-step:hover { transform: none; }
.lp-step > b { display: block; font-family: var(--lp-serif); font-size: 42px; color: var(--lp-p); line-height: 1; margin-bottom: 10px; }

/* ---------- Preise ---------- */
.lp-plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(258px,1fr)); gap: 20px; }
.lp-plan {
  position: relative; background: #fff; border: 1px solid var(--lp-line);
  border-radius: 24px; padding: 33px; display: flex; flex-direction: column;
}
.lp-plan--best { border: 2px solid var(--lp-p); box-shadow: var(--lp-shadow); }
.lp-plan__flag {
  position: absolute; top: -14px; right: 20px;
  background: var(--lp-p); color: #fff; padding: 6px 13px; border-radius: 999px;
  font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap;
}
.lp-plan h3 { font-family: var(--lp-serif); font-size: 22px; color: var(--lp-ink); margin: 0 0 4px; }
.lp-plan .lp-price { font-family: var(--lp-serif); font-size: 40px; color: var(--lp-ink); line-height: 1.1; }
.lp-plan .lp-per { display: block; font-size: 13px; color: var(--lp-muted); margin-bottom: 20px; }
.lp-plan ul { list-style: none; padding: 0; margin: 0 0 24px; font-size: 14.5px; color: var(--lp-muted); }
.lp-plan li { position: relative; padding: 7px 0 7px 25px; }
.lp-plan li::before { content: "✓"; position: absolute; left: 0; top: 7px; color: var(--lp-p); font-weight: 800; }
.lp-plan .lp-btn { margin-top: auto; }

/* ---------- Chips ---------- */
.lp-chips { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0; list-style: none; }
.lp-chips li a {
  display: inline-block; padding: 11px 19px; border: 1px solid var(--lp-line);
  border-radius: 999px; background: #fff; color: var(--lp-ink);
  font-size: 13.5px; font-weight: 700; text-decoration: none; transition: .18s;
}
.lp-chips li a:hover { border-color: var(--lp-p); color: var(--lp-p); }
.lp-hero .lp-chips li a { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.35); color: #fff; }
.lp-hero .lp-chips li a:hover { background: rgba(255,255,255,.2); border-color: #fff; }

/* ---------- Tabelle ---------- */
.lp-tablewrap { overflow-x: auto; }
.lp-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.lp-table th, .lp-table td { padding: 16px; border-bottom: 1px solid var(--lp-line); text-align: left; }
.lp-table thead th { font-weight: 800; color: var(--lp-ink); white-space: nowrap; }
.lp-table td:first-child { font-weight: 700; color: var(--lp-ink); white-space: nowrap; }
.lp-table td:nth-child(2) { color: var(--lp-muted); }

/* ---------- FAQ ---------- */
.lp-faq details { border-bottom: 1px solid var(--lp-line); padding: 20px 0; }
.lp-faq summary {
  cursor: pointer; font-weight: 800; font-size: 17px; color: var(--lp-ink);
  list-style: none; display: flex; justify-content: space-between; gap: 18px; align-items: center;
}
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after { content: "+"; color: var(--lp-p); font-size: 24px; font-weight: 400; line-height: 1; }
.lp-faq details[open] summary::after { content: "–"; }
.lp-faq details > p { margin: 12px 0 0; color: var(--lp-muted); font-size: 15.5px; }

/* ---------- Bildblock ---------- */
.lp-split { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 50px; }
.lp-split img { border-radius: 24px; box-shadow: var(--lp-shadow); }

/* ---------- Hinweisbox ---------- */
.lp-note {
  border-left: 4px solid var(--lp-p); background: var(--lp-pl);
  padding: 18px 22px; border-radius: 0 16px 16px 0; font-size: 15px; color: var(--lp-ink);
}
.lp-fine { font-size: 13px; color: var(--lp-muted); margin-top: 16px; }

/* ---------- Abschluss-CTA ---------- */
.lp-final {
  max-width: 1192px; margin: 30px auto 90px;
  padding: 48px 55px; border-radius: 28px;
  background: linear-gradient(135deg, var(--lp-pl), #fff);
  border: 1px solid #d5b8ff;
  display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap;
}
.lp-final h2 { font-family: var(--lp-serif); font-size: clamp(28px,3.4vw,42px); color: var(--lp-ink); margin: 0 0 8px; }
.lp-final p { color: var(--lp-muted); max-width: 56ch; margin: 0; }
.lp-final .lp-cta { margin: 0; }

/* ---------- Schwebender WhatsApp-Knopf ---------- */
.lp-wa {
  position: fixed; right: 22px; bottom: 22px; z-index: 999;
  width: 56px; height: 56px; border-radius: 50%;
  display: grid; place-items: center;
  background: #25d366; color: #fff;
  box-shadow: 0 12px 30px rgba(37,211,102,.42);
  transition: transform .15s ease;
}
.lp-wa:hover { transform: scale(1.07); color: #fff; }
.lp-wa svg { width: 28px; height: 28px; display: block; }

/* ---------- Responsiv ---------- */
@media (max-width: 1000px) {
  .lp-split { grid-template-columns: 1fr; }
}
@media (max-width: 650px) {
  .lp-sec { padding: 60px 0; }
  .lp-hero { padding: 56px 20px; }
  .lp-hero h1 { max-width: none; }
  .lp-trust { grid-template-columns: 1fr; }
  .lp-btn { width: 100%; }
  .lp-final { display: block; padding: 34px 26px; }
  .lp-final .lp-cta { margin-top: 22px; }
  .lp-card { padding: 24px; }
}
