/* ============================================================
 * CS Landingpage – Design System v2.0
 * Hochseriöses One-Pager-Design
 *
 * Typografie:  Cormorant Garamond (Serif, Headings) +
 *              Inter (Sans-Serif, Body)
 * Prinzip:     Viel Whitespace, warme Creme-Basis,
 *              Serif-Headlines mit kursivem Akzent,
 *              Kicker-Labels, subtile Karten
 * ============================================================ */

/* Google Fonts */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url('fonts/woff2/cormorant-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/woff2/cormorant-400-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/woff2/cormorant-300-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/woff2/cormorant-300-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/woff2/cormorant-500-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/woff2/cormorant-500-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/woff2/cormorant-600-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/woff2/inter-300-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/woff2/inter-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/woff2/inter-500-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/woff2/inter-600-normal.woff2') format('woff2');
}


/* ============================================================
 * DESIGN TOKENS – Theme: Sand (Default / Hochseriös)
 * ============================================================ */
:root {
    /* Layout */
    --lp-container:      1180px;
    --lp-section-gap:    120px;
    --lp-section-pad:    0 32px;

    /* Typografie */
    --lp-font-body:      "Inter", system-ui, -apple-system, sans-serif;
    --lp-font-heading:   "Cormorant Garamond", Georgia, serif;

    /* Farbpalette – Sand (warm, seriös) */
    --lp-bg:             #f5f0e8;
    --lp-bg-alt:         #ede8df;
    --lp-surface:        #fdfaf5;

    --lp-primary:        #3d6b6e;   /* gedämpftes Petrol */
    --lp-primary-dark:   #2c5154;
    --lp-primary-light:  #d8e8e9;

    --lp-accent:         #b8956a;   /* warmes Sand-Gold */
    --lp-accent-soft:    #f0e6d8;

    --lp-text:           #2a2520;
    --lp-text-soft:      #7a6f66;
    --lp-text-invert:    #ffffff;

    --lp-border:         #e0d8ce;
    --lp-border-soft:    #ece6dc;

    /* Semantische Tokens */
    --lp-kicker-color:   #7a6f66;

    --lp-card-bg:        #fdfaf5;
    --lp-card-border:    #e8e0d4;
    --lp-card-title:     #2a2520;
    --lp-card-text:      #7a6f66;

    --lp-hero-title:     #2a2520;
    --lp-hero-subline:   #5a5048;
    --lp-hero-subsubline:#7a6f66;
    --lp-hero-check:     #3d6b6e;
    --lp-hero-media-bg:  linear-gradient(160deg, #e8e0d4 0%, #d8cfc4 100%);

    --lp-section-title:  #2a2520;
    --lp-section-title-accent: #3d6b6e;  /* kursiver Akzent in Headlines */

    --lp-review-star:    #c9a55a;
    --lp-review-featured-bg: #2c5154;
    --lp-review-featured-text: #ffffff;

    --lp-final-cta-bg:   #2c5154;
    --lp-final-cta-text: #ffffff;
    --lp-final-cta-lead: rgba(255,255,255,0.82);

    --lp-header-bg:      rgba(245,240,232,0.92);
    --lp-header-border:  rgba(42,37,32,0.08);
    --lp-header-link:    #5a5048;
    --lp-header-link-hover: #2a2520;
    --lp-header-logo-color: #2a2520;

    --lp-footer-bg:      #2a2520;
    --lp-footer-text:    rgba(255,255,255,0.82);
    --lp-footer-border:  rgba(255,255,255,0.10);

    /* Sektions-Hintergründe */
    --lp-section-bg-1:   var(--lp-bg);          /* Seite-Grundton         */
    --lp-section-bg-2:   var(--lp-surface);      /* Helles Weiß/Creme      */
    --lp-section-bg-3:   var(--lp-bg-alt);       /* Etwas dunkler          */
    --lp-section-bg-4:   var(--lp-primary-light);/* Akzent-Hauch           */

    /* Radien */
    --lp-radius-xl:      20px;
    --lp-radius-lg:      14px;
    --lp-radius-md:      10px;
    --lp-radius-sm:      6px;

    /* Schatten – sehr subtil */
    --lp-shadow-card:    0 2px 16px rgba(42,37,32,0.06);
    --lp-shadow-strong:  0 8px 32px rgba(42,37,32,0.10);
    --lp-shadow-menu:    0 12px 28px rgba(42,37,32,0.10);
}

/* ============================================================
 * THEME: PETROL
 * ============================================================ */
body.lp-theme--petrol {
    --lp-bg:             #edeae4;
    --lp-bg-alt:         #e5e1da;
    --lp-surface:        #fafaf8;

    --lp-primary:        #2a7a8c;
    --lp-primary-dark:   #1e5f6e;
    --lp-primary-light:  #d8eaed;

    --lp-accent:         #c9b89a;
    --lp-accent-soft:    #f0e9dc;

    --lp-text:           #363430;
    --lp-text-soft:      #6b6560;

    --lp-border:         #ddd7cf;
    --lp-border-soft:    #e8e1d8;

    --lp-kicker-color:   #6b6560;

    --lp-card-bg:        #fafaf8;
    --lp-card-border:    #e3ddd4;
    --lp-card-title:     #363430;
    --lp-card-text:      #6b6560;

    --lp-hero-title:     #363430;
    --lp-hero-subline:   #52656a;
    --lp-hero-subsubline:#6b6560;
    --lp-hero-check:     #2a7a8c;
    --lp-hero-media-bg:  linear-gradient(160deg, #dce8e7 0%, #c9d9d7 100%);

    --lp-section-title:  #363430;
    --lp-section-title-accent: #2a7a8c;

    --lp-review-star:    #c9a55a;
    --lp-review-featured-bg: #1e5f6e;
    --lp-review-featured-text: #ffffff;

    --lp-final-cta-bg:   #1e5f6e;
    --lp-final-cta-text: #ffffff;
    --lp-final-cta-lead: rgba(255,255,255,0.82);

    --lp-header-bg:      rgba(237,234,228,0.92);
    --lp-header-border:  rgba(54,52,48,0.08);
    --lp-header-link:    #5e5954;
    --lp-header-link-hover: #363430;
    --lp-header-logo-color: #363430;

    --lp-footer-bg:      #1a2e32;
    --lp-footer-text:    rgba(255,255,255,0.82);
    --lp-footer-border:  rgba(255,255,255,0.10);

    --lp-shadow-card:    0 2px 16px rgba(54,52,48,0.06);
    --lp-shadow-strong:  0 8px 32px rgba(54,52,48,0.10);
    --lp-shadow-menu:    0 12px 28px rgba(54,52,48,0.10);
}

/* ============================================================
 * THEME: BLUE (klassisch, für Angestellte)
 * ============================================================ */
body.lp-theme--blue {
    --lp-bg:             #f0f4fb;
    --lp-bg-alt:         #e8eef8;
    --lp-surface:        #ffffff;

    --lp-primary:        #3a5fa0;
    --lp-primary-dark:   #2d4d8a;
    --lp-primary-light:  #dce6f7;

    --lp-accent:         #8aaad8;
    --lp-accent-soft:    #eef3fc;

    --lp-text:           #1e2d45;
    --lp-text-soft:      #607088;

    --lp-border:         #d8e3f2;
    --lp-border-soft:    #e4edf8;

    --lp-kicker-color:   #607088;

    --lp-card-bg:        #ffffff;
    --lp-card-border:    #dce6f5;
    --lp-card-title:     #1e2d45;
    --lp-card-text:      #607088;

    --lp-hero-title:     #1e2d45;
    --lp-hero-subline:   #3a5070;
    --lp-hero-subsubline:#607088;
    --lp-hero-check:     #3a5fa0;
    --lp-hero-media-bg:  linear-gradient(160deg, #dce6f7 0%, #c8d8f0 100%);

    --lp-section-title:  #1e2d45;
    --lp-section-title-accent: #3a5fa0;

    --lp-review-star:    #c9a55a;
    --lp-review-featured-bg: #2d4d8a;
    --lp-review-featured-text: #ffffff;

    --lp-final-cta-bg:   #2d4d8a;
    --lp-final-cta-text: #ffffff;
    --lp-final-cta-lead: rgba(255,255,255,0.82);

    --lp-header-bg:      rgba(240,244,251,0.92);
    --lp-header-border:  rgba(30,45,69,0.08);
    --lp-header-link:    #4a6080;
    --lp-header-link-hover: #1e2d45;
    --lp-header-logo-color: #1e2d45;

    --lp-footer-bg:      #1e2d45;
    --lp-footer-text:    rgba(255,255,255,0.82);
    --lp-footer-border:  rgba(255,255,255,0.10);

    --lp-shadow-card:    0 2px 16px rgba(30,45,69,0.06);
    --lp-shadow-strong:  0 8px 32px rgba(30,45,69,0.10);
    --lp-shadow-menu:    0 12px 28px rgba(30,45,69,0.10);
}

/* ============================================================
 * SEKTIONS-HINTERGRÜNDE
 * Jede Sektion bekommt eine eigene Modifier-Klasse.
 * Die Farben kommen aus den Design-Tokens – damit funktioniert
 * es automatisch für alle drei Themes.
 * ============================================================ */
.lp-section-bg--1,
.lp-section-bg--default {
    background: var(--lp-section-bg-1);
}

.lp-section-bg--2 {
    background: var(--lp-section-bg-2);
}

.lp-section-bg--3 {
    background: var(--lp-section-bg-3);
}

.lp-section-bg--4 {
    background: var(--lp-section-bg-4);
}

/*
 * lp-section-band: volle Viewport-Breite, Hintergrundfarbe
 * lp-container:    zentriert den Inhalt auf max-width
 *
 * Verwendung im Template:
 *   <div class="lp-section-band lp-section-bg--2 lp-theme--*">
 *       <div class="lp-container">
 *           <section class="lp-section">...</section>
 *       </div>
 *   </div>
 */
.lp-section-band {
    width: 100%;
    padding-top: 96px;
    padding-bottom: 96px;
}

.lp-section-band--cta {
    background: var(--lp-primary);
    color: var(--lp-surface);
    padding-top: 80px;
    padding-bottom: 80px;
}

.lp-container {
    max-width: var(--lp-container, 1180px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
}

@media (max-width: 640px) {
    .lp-section-band {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .lp-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* ============================================================
 * GKV vs. PKV VERGLEICH
 * ============================================================ */
.lp-compare-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}

.lp-compare-intro h2 {
    margin-bottom: 24px;
}

.lp-compare-intro p {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--lp-text-muted);
    margin-bottom: 16px;
}

.lp-compare-intro p:last-child {
    margin-bottom: 0;
}

.lp-compare-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lp-compare-card {
    background: var(--lp-surface);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius);
    padding: 28px 32px;
    box-shadow: 0 2px 12px rgba(0,0,0,.04);
}

.lp-compare-card__badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: var(--lp-section-bg-3);
    color: var(--lp-text-muted);
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 14px;
}

.lp-compare-card__badge--pkv {
    background: color-mix(in srgb, var(--lp-primary) 12%, transparent);
    color: var(--lp-primary);
}

.lp-compare-card__title {
    font-family: var(--lp-font-heading);
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--lp-heading);
    margin: 0 0 16px;
    line-height: 1.2;
}

.lp-compare-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lp-compare-list li {
    font-size: 0.95rem;
    color: var(--lp-text-muted);
    padding-left: 20px;
    position: relative;
    line-height: 1.5;
}

.lp-compare-list--minus li::before {
    content: '–';
    position: absolute;
    left: 0;
    color: var(--lp-text-muted);
    font-weight: 400;
}

.lp-compare-list--check li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--lp-primary);
    font-weight: 600;
}

@media (max-width: 768px) {
    .lp-compare-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .lp-compare-card {
        padding: 24px 20px;
    }
}

/* ============================================================
 * BASE
 * ============================================================ */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--lp-bg);
    color: var(--lp-text);
    font-family: var(--lp-font-body);
    font-size: 16px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

/* ============================================================
 * TYPOGRAFIE
 * ============================================================ */
h1, h2, h3, h4 {
    margin-top: 0;
    font-family: var(--lp-font-heading);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: var(--lp-section-title);
}

/* Kursiver Akzent: zweite Zeile in Headlines */
h1 em,
h2 em,
h3 em {
    font-style: italic;
    font-weight: 300;
    color: var(--lp-section-title-accent);
}

/* Kicker-Label – über Sektions-Headlines */
.lp-kicker {
    display: block;
    margin-bottom: 18px;
    font-family: var(--lp-font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--lp-kicker-color);
}

/* ============================================================
 * LAYOUT
 * ============================================================ */
.lp-wrap {
    max-width: var(--lp-container);
    margin: 0 auto;
    padding: 96px 32px;
    color: var(--lp-text);
}

/* Hero-Wrap: kein Top-Padding, Hero hat eigenen Abstand */
.lp-wrap:first-of-type {
    padding-top: 0;
}

.lp-section {
    margin-bottom: var(--lp-section-gap);
}

.lp-section--centered {
    text-align: center;
}

.lp-section h2 {
    margin: 0 0 20px;
    font-size: clamp(2.4rem, 3.5vw, 3.4rem);
    line-height: 1.08;
    color: var(--lp-section-title);
}

.lp-lead {
  /*  max-width: 720px; */
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.85;
    color: var(--lp-text-soft);
    font-weight: 300;
}

.lp-divider {
    height: 1px;
    margin: 80px 0;
    background: linear-gradient(
        to right,
        transparent,
        var(--lp-border),
        transparent
    );
}

/* ============================================================
 * LEISTUNGEN
 * ============================================================ */
.lp-services-layout {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 80px;
    align-items: start;
}

.lp-services-intro h2 {
    margin-bottom: 20px;
}

.lp-services-intro p {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--lp-text-muted);
    margin-bottom: 32px;
}

.lp-services-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lp-services-item {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 16px;
    align-items: start;
    padding: 20px 0;
    border-bottom: 1px solid var(--lp-border);
}

.lp-services-item:first-child {
    border-top: 1px solid var(--lp-border);
}

.lp-services-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: color-mix(in srgb, var(--lp-primary) 10%, transparent);
    color: var(--lp-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.lp-services-text strong {
    display: block;
    font-family: var(--lp-font-heading);
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--lp-heading);
    margin-bottom: 6px;
    line-height: 1.3;
}

.lp-services-text p {
    font-size: 0.9rem;
    line-height: 1.65;
    color: var(--lp-text-muted);
    margin: 0;
}

@media (max-width: 900px) {
    .lp-services-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}



/* ============================================================
 * BUTTONS
 * ============================================================ */
.lp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 32px;
    border-radius: var(--lp-radius-md);
    border: 1.5px solid transparent;
    text-decoration: none;
    font-family: var(--lp-font-body);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}

.lp-button:hover {
    transform: translateY(-1px);
}

.lp-button--primary {
    background: var(--lp-primary);
    color: var(--lp-text-invert);
    border-color: var(--lp-primary);
    box-shadow: 0 4px 18px rgba(0,0,0,0.12);
}

.lp-button--primary:hover {
    background: var(--lp-primary-dark);
    border-color: var(--lp-primary-dark);
    box-shadow: 0 6px 24px rgba(0,0,0,0.16);
}

.lp-button--soft,
.lp-button--secondary {
    background: transparent;
    color: var(--lp-text);
    border-color: var(--lp-border);
}

.lp-button--soft:hover,
.lp-button--secondary:hover {
    border-color: var(--lp-text-soft);
}

.lp-button--strong {
    background: var(--lp-primary-dark);
    color: var(--lp-text-invert);
    border-color: var(--lp-primary-dark);
    box-shadow: 0 6px 24px rgba(0,0,0,0.16);
}

.lp-button--minimal {
    background: transparent;
    color: var(--lp-primary);
    border-color: transparent;
    padding-left: 0;
    padding-right: 0;
}

.lp-button--minimal:hover {
    color: var(--lp-primary-dark);
}

/* Breiter CTA-Button im Hero */
.lp-button--wide {
    min-width: 280px;
}

.lp-secondary-link {
    color: var(--lp-text-soft);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02em;
    border-bottom: 1px solid var(--lp-border);
    padding-bottom: 1px;
    transition: color .15s ease, border-color .15s ease;
}

.lp-secondary-link:hover {
    color: var(--lp-text);
    border-color: var(--lp-text-soft);
}

/* ============================================================
 * HERO
 * ============================================================ */
.lp-hero,
.lp-hero--image_right,
.lp-hero--image_left {
    display: grid;
    grid-template-columns: 1fr 0.85fr;
    gap: 64px;
    align-items: center;
    padding: 80px 0 60px;
}

.lp-hero--image_left {
    grid-template-columns: 0.85fr 1fr;
}

.lp-hero--image_left .lp-hero__content {
    order: 2;
}

.lp-hero--image_left .lp-hero__media {
    order: 1;
}

/* Hero ohne Bild: zentriert, volle Breite */
.lp-hero--no-image {
    display: block;
    padding: 100px 0 80px;
    text-align: center;
}

.lp-hero--no-image .lp-hero__content {
    max-width: 760px;
    margin: 0 auto;
    background: none;
    padding: 0;
    align-items: center;
}

.lp-hero__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: transparent;
}

.lp-hero__content h1 {
    margin: 0 0 24px;
    font-size: 2.5rem;
    line-height: 1.02;
    letter-spacing: -0.02em;
    color: var(--lp-hero-title);
    font-weight: 400;
}

.lp-subline {
    margin: 0 0 16px;
    max-width: 560px;
    font-size: 1.1rem;
    line-height: 1.75;
    color: var(--lp-hero-subline);
    font-weight: 300;
}

.lp-subsubline {
    margin: 0 0 32px;
    max-width: 540px;
    font-size: 0.95rem;
    line-height: 1.8;
    color: var(--lp-hero-subsubline);
    font-weight: 400;
}

.lp-hero__kicker {
    display: block;
    margin-bottom: 20px;
    font-family: var(--lp-font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--lp-kicker-color);
}

.lp-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 28px;
}

.lp-badge {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: var(--lp-radius-sm);
    background: transparent;
    border: 1px solid var(--lp-border);
    color: var(--lp-text-soft);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.01em;
}

.lp-hero-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.lp-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    color: var(--lp-hero-subsubline);
    font-size: 13px;
    font-weight: 400;
}

.lp-hero-trust span {
    position: relative;
    padding-left: 18px;
}

.lp-hero-trust span::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--lp-hero-check);
    font-weight: 600;
}

/* Hero-Bild: gestapelte Karten-Optik */
.lp-hero__media {
    position: relative;
    min-height: 480px;
}

.lp-hero__media-card {
    position: absolute;
    border-radius: var(--lp-radius-xl);
    overflow: hidden;
    background: var(--lp-hero-media-bg);
    box-shadow: var(--lp-shadow-strong);
}

.lp-hero__media-card--primary {
    inset: 0 0 40px 0;
    z-index: 2;
}

.lp-hero__media-card--secondary {
    inset: 30px -20px -20px 30px;
    z-index: 1;
    opacity: 0.55;
    background: var(--lp-bg-alt);
    box-shadow: none;
}

.lp-hero__media-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Fallback wenn kein Bild: einfache Karte */
.lp-hero__media--simple {
    min-height: 420px;
    border-radius: var(--lp-radius-xl);
    background: var(--lp-hero-media-bg);
    box-shadow: var(--lp-shadow-strong);
}

/* ============================================================
 * ZITAT / PHILOSOPHIE-SEKTION
 * ============================================================ */
.lp-quote-section {
    max-width: 860px;
    margin: 0 auto var(--lp-section-gap);
    padding: 0 32px;
    text-align: center;
}

.lp-quote-section blockquote {
    margin: 0 0 28px;
    font-family: var(--lp-font-heading);
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-style: italic;
    font-weight: 300;
    line-height: 1.3;
    color: var(--lp-section-title);
}

.lp-quote-section blockquote::before {
    content: "\201C";
    display: block;
    font-size: 4rem;
    line-height: 0.8;
    margin-bottom: 12px;
    color: var(--lp-border);
    font-style: normal;
}

.lp-quote-section p {
    font-size: 1.05rem;
    line-height: 1.85;
    color: var(--lp-text-soft);
    font-weight: 300;
    max-width: 680px;
    margin: 0 auto 16px;
}

/* ============================================================
 * PROBLEM / SOLUTION / REVIEWS – Sektions-Kopf
 * ============================================================ */
.lp-problem-section,
.lp-solution-section,
.lp-reviews-section {
    max-width: var(--lp-container);
    margin: 0 auto var(--lp-section-gap);
    padding: 0 32px;
}

.lp-problem-head,
.lp-solution-head,
.lp-reviews-head {
 /*   max-width: 680px; */
    margin: 0 0 48px;
}

.lp-problem-head h2,
.lp-solution-head h2,
.lp-reviews-head h2 {
    margin: 0 0 16px;
    font-size: clamp(2.2rem, 3vw, 3.2rem);
    line-height: 1.08;
    color: var(--lp-section-title);
    text-align: left;
}

.lp-problem-head .lp-lead,
.lp-solution-head .lp-lead,
.lp-reviews-head .lp-lead {
    margin: 0;
  /*  max-width: 600px; */
    text-align: left;
    font-size: 1.05rem;
    line-height: 1.85;
    color: var(--lp-text-soft);
}

/* ============================================================
 * KARTEN
 * ============================================================ */
.lp-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.lp-card-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lp-card-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lp-card {
    padding: 32px 28px;
    border: 1px solid var(--lp-card-border);
    border-radius: var(--lp-radius-lg);
    background: var(--lp-card-bg);
    box-shadow: var(--lp-shadow-card);
    color: var(--lp-text);
    text-align: left;
    transition: box-shadow .2s ease, transform .2s ease;
}

.lp-card:hover {
    box-shadow: var(--lp-shadow-strong);
    transform: translateY(-2px);
}

.lp-card-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    border-radius: var(--lp-radius-sm);
    background: var(--lp-bg-alt);
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-card strong,
.lp-card-title {
    display: block;
    margin-bottom: 10px;
    font-family: var(--lp-font-heading);
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--lp-card-title);
}

.lp-card p {
    margin: 0;
    font-size: 0.97rem;
    line-height: 1.8;
    color: var(--lp-card-text);
    font-weight: 300;
}

/* ============================================================
 * STEPS / ABLAUF – Timeline-Stil
 * ============================================================ */
.lp-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    padding-left: 48px;
    margin-top: 40px;
}

.lp-steps::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 24px;
    bottom: 24px;
    width: 1px;
    background: var(--lp-border);
}

.lp-step {
    position: relative;
    padding: 0 0 48px 32px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

.lp-step::before {
    content: attr(data-step);
    position: absolute;
    left: -48px;
    top: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--lp-surface);
    border: 1px solid var(--lp-border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--lp-font-body);
    font-size: 12px;
    font-weight: 600;
    color: var(--lp-text-soft);
    letter-spacing: 0.02em;
}

.lp-step-title {
    font-family: var(--lp-font-heading);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--lp-section-title);
    margin-bottom: 10px;
}

.lp-step-text {
    font-size: 0.97rem;
    line-height: 1.8;
    color: var(--lp-text-soft);
    font-weight: 300;
}

/* ============================================================
 * TRUST  
 * ============================================================ */
.lp-trust {
    display: block;
    padding: 80px 0;
    text-align: center;
}

.lp-trust__content {
    max-width: 680px;
    margin: 0 auto;
}

.lp-trust__content h2 {
    text-align: center;
    margin-bottom: 16px;
}

/* Ziertrennlinie unter dem Titel */
.lp-trust__content h2::after {
    content: '';
    display: block;
    width: 48px;
    height: 1px;
    background: var(--lp-text-muted, #a89f8c);
    margin: 20px auto 0;
}

/* Trust-Punkte – nummerierte Zeilen */
.lp-trust__points {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 56px;
    text-align: left;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.lp-trust__point {
    display: grid;
    grid-template-columns: 100px 1px 1fr;
    align-items: stretch;
    gap: 0 32px;
    padding: 36px 0;
}

/* Zahl */
.lp-trust__icon {
    font-size: 3.2rem;
    font-weight: 300;
    font-family: var(--lp-font-serif, Georgia, serif);
    color: var(--lp-text-muted, #a89f8c);
    line-height: 1;
    text-align: right;
    padding-right: 8px;
    align-self: center;
    letter-spacing: -0.02em;
}

/* Vertikale Trennlinie */
.lp-trust__divider {
    display: block;
    width: 1px;
    background: var(--lp-border, #d8d0c4);
    align-self: stretch;
}

/* Text-Block */
.lp-trust__point-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    padding-left: 8px;
}

.lp-trust__point-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--lp-text-dark, #2a2520);
    line-height: 1.3;
    font-family: var(--lp-font-serif, Georgia, serif);
}

.lp-trust__point-body p {
    margin: 0;
    font-size: 0.95rem;
    color: var(--lp-text-muted, #6b6460);
    line-height: 1.6;
}

/* Kein Bild-Modifier nicht mehr nötig – Layout ist immer einspaltiger Block */
.lp-trust--no-image {
    /* identisch mit .lp-trust, kein Override nötig */
}

/* Responsive */
@media (max-width: 600px) {
    .lp-trust__point {
        grid-template-columns: 64px 1px 1fr;
        gap: 0 20px;
    }
    .lp-trust__icon {
        font-size: 2.4rem;
    }
}

/* Stats-Zeile */



/* Stats-Zeile */
.lp-stats {
    display: flex;
    gap: 40px;
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid var(--lp-border);
}

.lp-stat-value {
    font-family: var(--lp-font-heading);
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    color: var(--lp-section-title);
    display: block;
    margin-bottom: 4px;
}

.lp-stat-label {
    font-size: 13px;
    color: var(--lp-text-soft);
    font-weight: 400;
}

/* ============================================================
 * FAQ
 * ============================================================ */
.lp-faq-list {
    margin-top: 32px;
    border-top: 1px solid var(--lp-border);
}

.lp-faq-item {
    padding: 28px 0;
    border-bottom: 1px solid var(--lp-border);
}

.lp-faq-item h3 {
    margin: 0 0 12px;
    font-family: var(--lp-font-heading);
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--lp-section-title);
}

.lp-faq-item p {
    margin: 0;
    font-size: 0.97rem;
    line-height: 1.85;
    color: var(--lp-text-soft);
    font-weight: 300;
 
}

/* ============================================================
 * REVIEWS / TESTIMONIALS
 * ============================================================ */
.lp-reviews-kicker {
    display: block;
    margin-bottom: 18px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--lp-kicker-color);
}

.lp-reviews-summary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    font-size: 14px;
    color: var(--lp-text-soft);
}

.lp-reviews-stars,
.lp-review-stars {
    font-size: 15px;
    letter-spacing: 0.1em;
    color: var(--lp-review-star);
}

.lp-reviews-summary-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 10px;
    font-size: 14px;
    color: var(--lp-text-soft);
}

.lp-reviews-summary-text strong {
    color: var(--lp-text);
}

.lp-reviews-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr 1fr;
    gap: 16px;
    align-items: stretch;
}

.lp-review-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px 28px;
    border: 1px solid var(--lp-card-border);
    border-radius: var(--lp-radius-lg);
    background: var(--lp-card-bg);
    box-shadow: var(--lp-shadow-card);
}

.lp-review-card--featured {
    border-color: transparent;
    background: var(--lp-review-featured-bg);
    box-shadow: var(--lp-shadow-strong);
}

.lp-review-card--featured .lp-review-quote,
.lp-review-card--featured .lp-review-meta strong,
.lp-review-card--featured .lp-review-meta span {
    color: var(--lp-review-featured-text);
}

.lp-review-card--featured .lp-review-stars {
    color: #f0c060;
}

.lp-review-quote {
    margin: 16px 0 24px;
    font-family: var(--lp-font-heading);
    font-size: 1.15rem;
    font-style: italic;
    font-weight: 300;
    line-height: 1.65;
    color: var(--lp-text);
}

.lp-review-card--featured .lp-review-quote {
    font-size: 1.25rem;
    color: var(--lp-review-featured-text);
}

.lp-review-meta {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.lp-review-meta strong {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--lp-card-title);
}

.lp-review-meta span {
    font-size: 0.9rem;
    color: var(--lp-text-soft);
    font-weight: 300;
}

/* Avatar-Initiale */
.lp-review-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--lp-bg-alt);
    border: 1px solid var(--lp-border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--lp-font-heading);
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--lp-text-soft);
    margin-bottom: 16px;
}

.lp-review-card--featured .lp-review-avatar {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.20);
    color: rgba(255,255,255,0.80);
}

/* ============================================================
 * FORM WRAPPER
 * ============================================================ */
.lp-form-wrap {
    margin-top: 32px;
}

.lp-form-wrap form {
    margin-top: 0;
}

/* ============================================================
 * FINAL CTA
 * ============================================================ */
.lp-final-cta {
    position: relative;
    padding: 80px 48px;
    border-radius: var(--lp-radius-xl);
    background: var(--lp-final-cta-bg);
    color: var(--lp-final-cta-text);
    text-align: center;
    overflow: hidden;
}

.lp-final-cta::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -80px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
    pointer-events: none;
}

.lp-cta-inner {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto;
}

.lp-final-cta h2 {
    margin: 0 0 16px;
    font-size: clamp(2.2rem, 3.5vw, 3.2rem);
    font-weight: 400;
    color: var(--lp-final-cta-text);
    line-height: 1.1;
}

.lp-final-cta h2 em {
    color: rgba(255,255,255,0.70);
}

.lp-final-cta .lp-lead {
    color: var(--lp-final-cta-lead);
    margin-bottom: 32px;
}

.lp-cta-trust {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 32px;
}

.lp-cta-trust span {
    padding: 6px 14px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: var(--lp-radius-sm);
    background: rgba(255,255,255,0.08);
    font-size: 13px;
    font-weight: 400;
    color: rgba(255,255,255,0.85);
}

.lp-final-cta .lp-button--primary {
    background: var(--lp-surface);
    color: var(--lp-primary-dark);
    border-color: var(--lp-surface);
}

.lp-final-cta .lp-button--primary:hover {
    background: #ffffff;
}

.lp-final-cta .lp-button--soft {
    background: rgba(255,255,255,0.10);
    color: rgba(255,255,255,0.90);
    border-color: rgba(255,255,255,0.22);
}

/* ============================================================
 * HEADER
 * ============================================================ */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: var(--lp-header-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--lp-header-border);
    transition: background .25s ease, box-shadow .25s ease;
}

.site-header.is-scrolled {
    background: var(--lp-surface);
    box-shadow: 0 1px 20px rgba(0,0,0,0.06);
}

.site-header__inner {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 32px;
    max-width: var(--lp-container);
    margin: 0 auto;
    padding: 18px 32px;
}

/* Logo: nur Text, kein farbiger Block */
.site-header__logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-family: var(--lp-font-heading);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: var(--lp-header-logo-color);
    white-space: nowrap;
}

.site-header__logo:hover {
    opacity: 0.80;
}

.site-header__nav--desktop {
    min-width: 0;
}

.site-menu {
    display: flex;
    align-items: center;
    gap: 32px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-menu li {
    position: relative;
    margin: 0;
}

.site-menu a {
    color: var(--lp-header-link);
    text-decoration: none;
    font-family: var(--lp-font-body);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.01em;
    transition: color .15s ease;
}

.site-menu a:hover {
    color: var(--lp-header-link-hover);
}

.site-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    margin: 16px 0 0;
    padding: 12px 0;
    list-style: none;
    background: var(--lp-surface);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius-lg);
    box-shadow: var(--lp-shadow-menu);
}

.site-menu .sub-menu li a {
    display: block;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 400;
    color: var(--lp-text);
}

.site-menu .sub-menu li a:hover {
    color: var(--lp-primary);
    background: var(--lp-bg-alt);
}

.site-menu li:hover > .sub-menu {
    display: block;
}

.site-header__actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.site-header__cta {
    text-decoration: none;
    transition: transform .15s ease, opacity .15s ease;
}

.site-header__cta:hover {
    transform: translateY(-1px);
    opacity: 0.92;
}

.site-header__cta--primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    border-radius: var(--lp-radius-md);
    background: var(--lp-primary);
    color: var(--lp-text-invert);
    font-family: var(--lp-font-body);
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    letter-spacing: 0.01em;
}

.site-header__cta--secondary {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius-md);
    background: transparent;
    color: var(--lp-text);
    white-space: nowrap;
}

.site-header__cta--secondary span {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
}

.site-header__cta--secondary small {
    font-size: 11px;
    line-height: 1.2;
    color: var(--lp-text-soft);
}

.site-header__burger {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.site-header__burger span {
    display: block;
    width: 22px;
    height: 1.5px;
    margin: 5px auto;
    background: var(--lp-text);
    transition: transform .2s ease, opacity .2s ease;
}

.site-header__mobile {
    display: none;
    max-width: var(--lp-container);
    margin: 0 auto;
    padding: 0 32px 24px;
}

.site-menu--mobile {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.site-menu--mobile li {
    border-bottom: 1px solid var(--lp-border);
}

.site-menu--mobile a {
    display: block;
    padding: 14px 0;
    font-size: 15px;
    color: var(--lp-text);
}

.site-menu--mobile .sub-menu {
    display: block;
    position: static;
    padding: 0 0 10px 16px;
    background: transparent;
    box-shadow: none;
    border: 0;
}

.site-header__actions--mobile {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.site-header__actions--mobile .site-header__cta {
    width: 100%;
    justify-content: center;
}

/* Sticky-Nav: JS fügt .is-scrolled hinzu */
/* (bereits oben bei .site-header.is-scrolled definiert) */

/* ============================================================
 * FOOTER
 * ============================================================ */
.site-footer {
    padding: 1em;
    background: var(--lp-footer-bg);
    color: var(--lp-footer-text);
    font-size: 14px;
    line-height: 1.7;
}

.site-footer a {
    color: rgba(255,255,255,0.70);
    text-decoration: none;
    transition: color .15s ease;
}

.site-footer a:hover {
    color: rgba(255,255,255,0.95);
}

.footer {
    display: flex;
    justify-content: center;
}

.footer-inner {
    width: 100%;
    max-width: var(--lp-container);
    padding: 56px 32px 28px;
}

.footer-top {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 36px;
    border-bottom: 1px solid var(--lp-footer-border);
}

.footer-brand h3,
.footer-contact h4,
.footer-links h4 {
    margin: 0 0 16px;
    font-family: var(--lp-font-heading);
    font-size: 1.1rem;
    font-weight: 400;
    color: rgba(255,255,255,0.90);
}

.footer-brand p {
    max-width: 420px;
    margin: 0;
    color: var(--lp-footer-text);
    font-weight: 300;
}

.footer-contact ul,
.footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-contact li,
.footer-links li {
    margin-bottom: 10px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 24px;
}

.footer-bottom p {
    margin: 0;
    font-size: 13px;
    color: rgba(255,255,255,0.45);
}

.footer-bottom-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-bottom-nav a {
    font-size: 13px;
    color: rgba(255,255,255,0.45);
}

.footer-bottom-nav a:hover {
    color: rgba(255,255,255,0.75);
}

/* ============================================================
 * RESPONSIVE
 * ============================================================ */
@media (max-width: 1100px) {
    .site-header__inner {
        grid-template-columns: auto 1fr auto;
    }

    .site-header__nav--desktop,
    .site-header__actions--desktop {
        display: none;
    }

    .site-header__burger {
        display: block;
        justify-self: end;
    }

    .site-header__mobile.is-open {
        display: block;
    }
}

@media (max-width: 1000px) {
    .lp-reviews-grid {
        grid-template-columns: 1fr;
    }

    .lp-card-grid--3,
    .lp-card-grid--4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    :root {
        --lp-section-gap: 80px;
    }

    .lp-hero,
    .lp-hero--image_right,
    .lp-hero--image_left {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 60px 0 40px;
    }

    .lp-hero--image_left .lp-hero__content,
    .lp-hero--image_left .lp-hero__media {
        order: unset;
    }

    .lp-hero__media {
        min-height: 320px;
    }

    .lp-trust {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .lp-trust__content h2,
    .lp-trust__content .lp-lead {
        text-align: left;
    }

    .lp-card-grid {
        grid-template-columns: 1fr;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .lp-steps {
        padding-left: 40px;
    }
    
      .lp-hero__media {
        display: none;
    }
    
    
}

@media (max-width: 640px) {
    :root {
        --lp-section-gap: 64px;
    }

    .site-header__inner {
        padding: 16px 20px;
        gap: 16px;
    }

    .site-header__mobile {
        padding: 0 20px 20px;
    }

    .lp-wrap {
        padding: 64px 20px;
    }
    .lp-wrap:first-of-type {
        padding-top: 0;
    }
    .lp-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .lp-hero__content h1 {
        font-size: clamp(2.4rem, 8vw, 3.4rem);
    }

    .lp-hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .lp-hero-buttons .lp-button {
        width: 100%;
    }

    .lp-final-cta {
        padding: 56px 24px;
    }

    .lp-trust {
        padding: 48px 0;
    }

    .footer-inner {
        padding: 40px 20px 24px;
    }
}
