/* ==========================================================================
   Landing Page Component Styles — extrahiert fuer Browser-Caching
   ========================================================================== */

/* Blog-article layout */
.lp-page { max-width: 900px; margin: 0 auto; padding: 0 1rem; }
.lp-page .entry-content { font-size: 1.05em; line-height: 1.8; color: #363636; }
.lp-page .entry-content h1 { font-size: 1.85em; font-weight: 700; color: #363636; margin-bottom: 0.6em; line-height: 1.3; }
.lp-page .entry-content h2 { font-size: 1.45em; font-weight: 700; color: #363636; margin-top: 1.8em; margin-bottom: 0.6em; line-height: 1.35; }
.lp-page .entry-content h3 { font-size: 1.2em; font-weight: 600; color: #363636; margin-top: 1.5em; margin-bottom: 0.5em; }
.lp-page .entry-content p { margin-bottom: 1.2em; }
.lp-page .entry-content ul, .lp-page .entry-content ol { margin-bottom: 1.2em; padding-left: 1.5em; }
.lp-page .entry-content li { margin-bottom: 0.4em; }
.lp-page .entry-content .lp-timeline li { margin-bottom: 0; }
.lp-page .entry-content a { color: #b42344; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }
.lp-page .entry-content a:hover { color: #8a1a33; }
.lp-page .entry-content img { max-width: 100%; height: auto; border-radius: 4px; }

/* Internal links */
.lp-internal-links { margin: 2.5em 0; padding: 1.5em; background: #faf7f4; border-radius: 8px; border: 1px solid #e8e0d8; }
.lp-internal-links h2 { font-size: 1.15em !important; margin-top: 0 !important; margin-bottom: 0.6em !important; }
.lp-internal-links ul { list-style: none !important; padding-left: 0 !important; display: flex; flex-wrap: wrap; gap: 0.5em; }
.lp-internal-links li { margin-bottom: 0 !important; }
.lp-internal-links a { display: inline-block; padding: 0.3em 0.8em; font-size: 0.88em; background: #fff; border: 1px solid #e0d6ce; border-radius: 20px; text-decoration: none !important; color: #363636 !important; transition: border-color 0.15s, color 0.15s; }
.lp-internal-links a:hover { border-color: #b42344; color: #b42344 !important; }
.lp-page .et_pb_section_1 { margin-top: 2em; }

/* Hero image */
.lp-hero-image { max-width: 800px; margin: 0 auto 2em; padding: 0; }
.lp-hero-image__wrapper { position: relative; line-height: 0; border-radius: 6px; overflow: hidden; }
.lp-hero-image__img { width: 100%; height: auto; display: block; }
.lp-hero-image__source { position: absolute; bottom: 0; right: 0; background: rgba(0,0,0,0.55); color: #fff; font-size: 0.7em; line-height: 1.4; padding: 0.25em 0.6em; border-radius: 4px 0 0 0; }
.lp-hero-image__caption { margin-top: 0.5em; text-align: center; font-style: italic; font-size: 0.88em; color: #6b6b6b; line-height: 1.5; }

/* [zitat] */
.lp-pullquote { margin: 2em 0; padding: 1.2em 1.5em 1.2em 1.8em; border-left: 4px solid #b42344; background: #fdf2f5; border-radius: 0 6px 6px 0; font-size: 1.12em; font-style: italic; color: #4a3040; line-height: 1.7; quotes: none; }
.lp-pullquote p:first-child { margin-top: 0; } .lp-pullquote p:last-of-type { margin-bottom: 0; }
.lp-pullquote__author { display: block; margin-top: 0.8em; font-style: normal; font-size: 0.85em; font-weight: 600; color: #b42344; }

/* [hervorhebung] */
.lp-highlight { margin: 2em 0; padding: 1.2em 1.5em; border-left: 4px solid #b42344; background: linear-gradient(135deg, #fdf2f5 0%, #fff5f7 100%); border-radius: 0 8px 8px 0; font-size: 1.02em; line-height: 1.7; color: #363636; }
.lp-highlight p:first-child { margin-top: 0; } .lp-highlight p:last-child { margin-bottom: 0; }

/* [info] */
.lp-infobox { margin: 2em 0; border-radius: 8px; overflow: hidden; border: 1px solid #e0d6ce; background: #fff; }
.lp-infobox__title { padding: 0.6em 1.2em; background: #b42344; color: #fff; font-weight: 700; font-size: 0.95em; }
.lp-infobox__body { padding: 1.2em 1.5em; font-size: 0.97em; line-height: 1.7; color: #363636; }
.lp-infobox__body p:first-child { margin-top: 0; } .lp-infobox__body p:last-child { margin-bottom: 0; }

/* [hinweis] */
.lp-notice { margin: 2em 0; padding: 1em 1.3em; display: flex; gap: 0.8em; align-items: flex-start; background: #faf7f4; border: 1px solid #e8e0d8; border-radius: 8px; font-size: 0.95em; line-height: 1.7; color: #363636; }
.lp-notice__icon { flex-shrink: 0; font-size: 1.3em; line-height: 1.4; }
.lp-notice__body { flex: 1; } .lp-notice__body p:first-child { margin-top: 0; } .lp-notice__body p:last-child { margin-bottom: 0; }

/* [trennlinie] */
.lp-divider { margin: 2.5em auto; border: none; width: 60%; height: 1px; background: linear-gradient(90deg, transparent, #b42344, transparent); }

/* [spalten] */
.lp-columns { margin: 2em 0; display: flex; gap: 2em; }
.lp-columns__col { flex: 1; min-width: 0; }
.lp-columns__col p:first-child { margin-top: 0; } .lp-columns__col p:last-child { margin-bottom: 0; }
@media (max-width: 767px) { .lp-columns { flex-direction: column; gap: 1em; } }

/* [button] */
.lp-button-wrap { margin: 2em 0; text-align: center; }
.lp-button { display: inline-block; padding: 0.75em 2em; background: #b42344; color: #fff !important; font-weight: 700; font-size: 1.05em; text-decoration: none !important; border-radius: 6px; transition: background 0.2s, transform 0.15s; }
.lp-button:hover { background: #8a1a33; transform: translateY(-1px); }

/* [cta] */
.lp-cta { margin: 2.5em 0; padding: 1.8em 2em; background: linear-gradient(135deg, #b42344 0%, #8a1a33 100%); border-radius: 10px; color: #fff; text-align: center; }
.lp-cta__title { font-size: 1.35em; font-weight: 700; margin: 0 0 0.5em; color: #fff; }
.lp-cta__body { font-size: 1em; line-height: 1.7; color: rgba(255,255,255,0.92); }
.lp-cta__body p:first-child { margin-top: 0; } .lp-cta__body p:last-child { margin-bottom: 0; }
.lp-cta__body a { color: #fff !important; text-decoration: underline !important; font-weight: 600; }
.lp-cta .lp-button { background: #fff; color: #b42344 !important; margin-top: 1em; }
.lp-cta .lp-button:hover { background: #fdf2f5; }

/* [kennzahlen] */
.lp-stats { margin: 2.5em 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 1em; }
.lp-stats__item { text-align: center; padding: 1.2em 1em; background: #fdf2f5; border-radius: 10px; border: 1px solid #f0d6de; }
.lp-stats__number { display: block; font-size: 2em; font-weight: 800; color: #b42344; line-height: 1.2; }
.lp-stats__label { display: block; margin-top: 0.3em; font-size: 0.85em; color: #6b6b6b; font-weight: 500; }

/* [checkliste] */
.lp-checklist { margin: 2em 0; padding: 0; list-style: none !important; }
.lp-checklist__item { display: flex; align-items: flex-start; gap: 0.6em; padding: 0.5em 0; font-size: 1em; line-height: 1.6; color: #363636; border-bottom: 1px solid #f0ebe6; }
.lp-checklist__item:last-child { border-bottom: none; }
.lp-checklist__icon { flex-shrink: 0; color: #2e8b57; margin-top: 0.15em; }

/* [ablauf] — Timeline */
.lp-timeline { margin: 2.5em 0 !important; padding: 0 !important; list-style: none !important; }
.lp-timeline__step { display: flex !important; align-items: stretch; gap: 0; min-height: 60px; }
.lp-timeline__number { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; width: 48px; }
.lp-timeline__number::before { content: attr(data-step); display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; background: #b42344; color: #fff; font-weight: 700; font-size: 0.9em; border-radius: 50%; flex-shrink: 0; }
.lp-timeline__number::after { content: ''; flex: 1; width: 2px; background: #e0d6ce; }
.lp-timeline__step:last-child .lp-timeline__number::after { background: transparent; }
.lp-timeline__text { font-size: 1em; line-height: 1.6; color: #363636; padding: 0.35em 0 1em 0.8em; }

/* [aufklapper] */
.lp-collapsible { margin: 1.5em 0; border: 1px solid #e0d6ce; border-radius: 8px; overflow: hidden; background: #fff; }
.lp-collapsible__title { padding: 0.9em 1.2em; font-weight: 600; font-size: 1em; color: #363636; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; transition: background 0.15s; }
.lp-collapsible__title::-webkit-details-marker { display: none; }
.lp-collapsible__title::after { content: '+'; font-size: 1.3em; font-weight: 300; color: #b42344; transition: transform 0.25s; }
.lp-collapsible[open] > .lp-collapsible__title { background: #faf7f4; border-bottom: 1px solid #e0d6ce; }
.lp-collapsible[open] > .lp-collapsible__title::after { content: '\2212'; }
.lp-collapsible__body { padding: 1em 1.2em; font-size: 0.97em; line-height: 1.7; color: #363636; }
.lp-collapsible__body p:first-child { margin-top: 0; } .lp-collapsible__body p:last-child { margin-bottom: 0; }

/* [h2]/[h3]/[h4] */
.lp-heading { color: #363636; line-height: 1.35; margin-top: 1.8em; margin-bottom: 0.6em; }
.lp-heading--2 { font-size: 1.45em; font-weight: 700; }
.lp-heading--3 { font-size: 1.2em; font-weight: 600; }
.lp-heading--4 { font-size: 1.05em; font-weight: 600; }

/* [inhaltsverzeichnis] */
.lp-toc { margin: 2em 0; padding: 1.2em 1.5em; background: #faf7f4; border: 1px solid #e8e0d8; border-radius: 8px; }
.lp-toc__title { font-weight: 700; font-size: 1em; color: #363636; margin: 0 0 0.6em; }
.lp-toc__list { list-style: none !important; padding: 0 !important; margin: 0; }
.lp-toc__list li { padding: 0.3em 0; font-size: 0.95em; line-height: 1.5; }
.lp-toc__list li.lp-toc__sub { padding-left: 1.2em; font-size: 0.9em; }
.lp-toc__list a { color: #b42344 !important; text-decoration: none !important; border-bottom: 1px solid transparent; transition: border-color 0.15s; }
.lp-toc__list a:hover { border-bottom-color: #b42344; }

/* [anker] */
.lp-anchor { display: block; position: relative; top: -80px; visibility: hidden; }

/* [bewertung] */
.lp-rating { display: flex; align-items: center; gap: 0.2em; margin: 1.5em 0; flex-wrap: wrap; }
.lp-rating__star { flex-shrink: 0; }
.lp-rating__text { margin-left: 0.5em; font-size: 0.95em; color: #6b6b6b; font-style: italic; }

/* [video] */
.lp-video { margin: 2em 0; position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 8px; }
.lp-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }

/* [vor-nachteile] */
.lp-proscons { margin: 2em 0; display: flex; gap: 0; border-radius: 8px; overflow: hidden; border: 1px solid #e0d6ce; }
.lp-proscons__col { flex: 1; padding: 1.2em 1.3em; }
.lp-proscons__col--pro { background: #f0faf4; border-right: 1px solid #e0d6ce; }
.lp-proscons__col--con { background: #fdf2f2; }
.lp-proscons__title { font-weight: 700; font-size: 0.95em; margin: 0 0 0.6em; color: #363636; }
.lp-proscons__col ul { list-style: none !important; padding: 0 !important; margin: 0; }
.lp-proscons__col li { display: flex; align-items: flex-start; gap: 0.5em; padding: 0.3em 0; font-size: 0.93em; line-height: 1.6; color: #363636; }
.lp-proscons__icon { flex-shrink: 0; font-weight: 700; }
.lp-proscons__icon--pro { color: #2e8b57; } .lp-proscons__icon--con { color: #c0392b; }
@media (max-width: 767px) { .lp-proscons { flex-direction: column; } .lp-proscons__col--pro { border-right: none; border-bottom: 1px solid #e0d6ce; } }

/* [abstand] */
.lp-spacer { display: block; }

/* [badge] */
.lp-badge { display: inline-block; padding: 0.15em 0.6em; background: #b42344; color: #fff; font-size: 0.78em; font-weight: 700; border-radius: 3px; letter-spacing: 0.02em; vertical-align: middle; text-transform: uppercase; }

/* [karten] */
.lp-cards { margin: 2em 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1em; }
.lp-cards__item { padding: 1.3em 1.4em; background: #fff; border: 1px solid #e0d6ce; border-radius: 10px; transition: box-shadow 0.2s, border-color 0.2s; }
.lp-cards__item:hover { border-color: #b42344; box-shadow: 0 2px 12px rgba(180, 35, 68, 0.08); }
.lp-cards__title { font-weight: 700; font-size: 1em; color: #b42344; margin: 0 0 0.4em; }
.lp-cards__desc { font-size: 0.92em; line-height: 1.6; color: #555; margin: 0; }

/* FAQ */
.lp-faq { margin: 2.5em 0; }
.lp-faq__heading { font-size: 1.5em; color: #363636; margin-bottom: 1em; font-weight: 700; }
.lp-faq__item { border-top: 1px solid #e8e0d8; background: #fff; }
.lp-faq__item:last-child { border-bottom: 1px solid #e8e0d8; }
.lp-faq__question {
    display: flex; justify-content: space-between; align-items: center;
    gap: 1em; padding: 1.1em 1.25em; cursor: pointer; font-size: 1em;
    font-weight: 600; color: #363636; list-style: none; user-select: none;
    transition: background 0.15s ease;
}
.lp-faq__question::-webkit-details-marker { display: none; }
.lp-faq__question:hover { background: #fdf2f5; color: #b42344; }
.lp-faq__icon {
    flex-shrink: 0; width: 20px; height: 20px; stroke: #b42344;
    stroke-width: 2.5; fill: none; stroke-linecap: round; stroke-linejoin: round;
    transition: transform 0.25s ease;
}
.lp-faq__item[open] > .lp-faq__question { color: #b42344; }
.lp-faq__item[open] > .lp-faq__question .lp-faq__icon { transform: rotate(180deg); }
.lp-faq__answer {
    padding: 0 1.25em 1.25em; color: #363636; font-size: 0.97em;
    line-height: 1.7; border-top: 1px solid #f0e8e0;
}
.lp-faq__answer p:first-child { margin-top: 0.75em; }
.lp-faq__answer p:last-child { margin-bottom: 0; }
