/* === Öffentliche Seiten (Landing, Preise, CMS) === */

/* Theme Switcher */
.theme-switcher { position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 9999; }
.theme-toggle-btn { width: 44px; height: 44px; border-radius: 50%; background: var(--color-surface); border: 1px solid var(--color-border); cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(0,0,0,0.3); font-size: 1.2rem; color: var(--color-text); }
.theme-toggle-btn:hover { border-color: var(--color-primary); }
.theme-panel { display: none; position: absolute; bottom: 52px; right: 0; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 12px; box-shadow: 0 8px 32px rgba(0,0,0,0.4); padding: 0.75rem; min-width: 180px; }
.theme-panel-label { font-size: 0.7rem; color: var(--color-text-muted); font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.5rem; padding: 0 0.25rem; }
.theme-option { display: flex; align-items: center; gap: 0.5rem; width: 100%; padding: 0.4rem 0.5rem; border: none; background: none; cursor: pointer; border-radius: 6px; color: var(--color-text); font-size: 0.8rem; text-align: left; }
.theme-option:hover { background: var(--color-surface-hover); }
.theme-color { width: 18px; height: 18px; border-radius: 50%; flex-shrink: 0; border: 2px solid rgba(255,255,255,0.1); }
.theme-sep { height: 1px; background: var(--color-border); margin: 0.4rem 0; }

/* Preisbox */
.price-box { background: var(--color-surface); border: 2px solid var(--color-primary); border-radius: 16px; padding: 2.5rem; text-align: center; max-width: 500px; margin: 0 auto; }
.price-badge { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--color-primary); font-weight: 600; margin-bottom: 0.5rem; }
.price-amount { display: flex; align-items: baseline; justify-content: center; gap: 0.25rem; margin-bottom: 0.5rem; }
.price-amount-prefix { font-size: 0.95rem; color: var(--color-text-muted); }
.price-amount-value { font-size: 3rem; font-weight: 700; letter-spacing: -0.03em; }
.price-amount-suffix { font-size: 0.95rem; color: var(--color-text-muted); }
.price-subtitle { font-size: 0.85rem; color: var(--color-text-muted); margin-bottom: 2rem; }
.price-cta { display: flex; gap: 0.75rem; justify-content: center; margin-bottom: 2rem; }
.price-feature { display: flex; align-items: flex-start; gap: 0.6rem; padding: 0.45rem 0; font-size: 0.85rem; text-align: left; }
.price-feature-check { color: var(--color-success); font-size: 1rem; line-height: 1; flex-shrink: 0; }

/* Funktionen-Grid */
.funktionen-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.funktionen-header { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1rem; }
.funktionen-header h3 { font-size: 1rem; font-weight: 600; margin: 0; }
.funktionen-item { display: flex; align-items: flex-start; gap: 0.5rem; padding: 0.3rem 0; font-size: 0.8rem; color: var(--color-text-muted); }
.funktionen-check { color: var(--color-success); flex-shrink: 0; }

/* FAQ */
.faq-toggle { width: 100%; text-align: left; padding: 1.25rem 0; background: none; border: none; cursor: pointer; color: var(--color-text); font-size: 0.95rem; font-weight: 500; display: flex; justify-content: space-between; align-items: center; }
.faq-toggle:hover { color: var(--color-primary); }
.faq-icon { font-size: 1.2rem; color: var(--color-text-muted); transition: transform 0.2s; }
.faq-answer { padding: 0 0 1.25rem; font-size: 0.85rem; color: var(--color-text-muted); line-height: 1.6; }
.faq-item { border-bottom: 1px solid var(--color-border); }

/* CTA Banner */
.cta-banner { background: linear-gradient(135deg, rgba(139,92,246,0.15) 0%, rgba(124,58,237,0.08) 100%); padding: 4rem 2rem; text-align: center; }
.cta-banner h2 { font-size: 2rem; font-weight: 700; letter-spacing: -0.03em; margin-bottom: 0.75rem; }
.cta-banner p { font-size: 1rem; color: var(--color-text-muted); margin-bottom: 2rem; max-width: 500px; margin-left: auto; margin-right: auto; }
.cta-banner-btns { display: flex; gap: 1rem; justify-content: center; }

/* Kontaktformular */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 4rem; align-items: flex-start; max-width: var(--lp-max); margin: 0 auto; }
.contact-title { font-size: 2.5rem; font-weight: 700; letter-spacing: -0.03em; line-height: 1.15; margin-bottom: 1rem; }
.contact-form { display: flex; flex-direction: column; gap: 0.75rem; }
.contact-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.contact-form-field { display: flex; flex-direction: column; }
.contact-form-field label { font-size: 0.85rem; font-weight: 400; margin-bottom: 0.3rem; }
.contact-form input,
.contact-form select,
.contact-form textarea { width: 100%; padding: 0.65rem 0.85rem; font-size: 0.85rem; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 8px; color: var(--color-text); appearance: none; -webkit-appearance: none; height: auto; }
.contact-form input,
.contact-form select { height: 42px; }
.contact-form select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23a1a1aa' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0.75rem center; padding-right: 2rem; cursor: pointer; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { border-color: var(--color-primary); outline: none; box-shadow: 0 0 0 3px rgba(139,92,246,0.15); }
.contact-consent { display: flex; align-items: flex-start; gap: 0.5rem; font-size: 0.8rem; color: var(--color-text-muted); cursor: pointer; }
.contact-consent input { width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; accent-color: var(--color-primary); }
.contact-note { font-size: 0.7rem; color: var(--color-text-muted); line-height: 1.5; }

/* Login Page */
.login-branding { text-align: center; margin-bottom: 1.5rem; }
.login-branding-logo { font-weight: 700; font-size: 1.5rem; letter-spacing: -0.03em; margin-bottom: 0.25rem; }
.login-branding-logo span { color: var(--color-primary); }
.login-branding-tagline { font-size: 0.85rem; color: var(--color-text-muted); }
.login-legal { text-align: center; margin-top: 1.25rem; font-size: 0.7rem; color: var(--color-text-muted); line-height: 1.5; max-width: 320px; margin-left: auto; margin-right: auto; }
.login-legal a { color: var(--color-primary); text-decoration: none; }
.login-legal a:hover { text-decoration: underline; }

/* Responsive */
@media (max-width: 768px) {
    .funktionen-grid { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
    .contact-form-row { grid-template-columns: 1fr; }
}

/* Cookie-Consent Banner (Inxmail-Style) */
.cookie-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 10000; align-items: center; justify-content: center; }
.cookie-modal { background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 14px; max-width: 580px; width: 92%; max-height: 90vh; overflow-y: auto; padding: 2rem; box-shadow: 0 16px 48px rgba(0,0,0,0.5); }
.cookie-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.25rem; }
.cookie-close { background: none; border: none; font-size: 1.5rem; color: var(--color-text-muted); cursor: pointer; padding: 0.25rem; line-height: 1; }
.cookie-close:hover { color: var(--color-text); }
.cookie-title { font-size: 1.1rem; font-weight: 600; margin-bottom: 0.75rem; }
.cookie-text { font-size: 0.82rem; color: var(--color-text-muted); line-height: 1.6; margin-bottom: 1rem; }
.cookie-links { display: flex; gap: 1rem; margin-bottom: 1.25rem; }
.cookie-links a { font-size: 0.75rem; color: var(--color-text-muted); text-decoration: none; }
.cookie-links a:hover { color: var(--color-primary); text-decoration: underline; }
.cookie-buttons { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.cookie-btn { padding: 0.6rem 1.25rem; border-radius: 8px; font-size: 0.8rem; font-weight: 600; cursor: pointer; flex: 1; min-width: 120px; text-align: center; border: none; }
.cookie-btn--primary { background: var(--color-primary); color: #fff; }
.cookie-btn--primary:hover { background: var(--color-primary-dark); }
.cookie-btn--outline { background: var(--color-bg); color: var(--color-text); border: 1px solid var(--color-border); }
.cookie-btn--outline:hover { border-color: var(--color-text-muted); }
.cookie-categories { margin-bottom: 1.25rem; }
.cookie-category { border: 1px solid var(--color-border); border-radius: 8px; padding: 1rem; margin-bottom: 0.5rem; }
.cookie-category-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; }
.cookie-category-name { font-size: 0.9rem; font-weight: 600; margin-bottom: 0.25rem; }
.cookie-category-desc { font-size: 0.75rem; color: var(--color-text-muted); line-height: 1.4; }
.cookie-toggle { flex-shrink: 0; }
.cookie-toggle-label { font-size: 0.7rem; color: var(--color-text-muted); white-space: nowrap; }
.cookie-toggle--on .cookie-toggle-label { color: var(--color-success); }

/* Screenshot-Mockups */
.lp-screenshot { background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 12px; overflow: hidden; box-shadow: 0 16px 48px rgba(0,0,0,0.3); }
.lp-screenshot-bar { padding: 0.5rem 0.75rem; background: var(--color-bg); border-bottom: 1px solid var(--color-border); display: flex; gap: 0.35rem; }
.lp-screenshot-bar span { width: 10px; height: 10px; border-radius: 50%; }
.lp-screenshot-bar span:nth-child(1) { background: #ff5f57; }
.lp-screenshot-bar span:nth-child(2) { background: #febc2e; }
.lp-screenshot-bar span:nth-child(3) { background: #28c840; }
.lp-screenshot-body { padding: 0; font-size: 0.7rem; color: var(--color-text-muted); min-height: 200px; }

/* Showcase responsive */
@media (max-width: 768px) {
    .lp-showcase { grid-template-columns: 1fr !important; gap: 2rem !important; }
}

/* Trusted-Logos */
.lp-logos { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 2.5rem; margin-top: 1.25rem; opacity: 0.85; }
.lp-logos img { height: 38px; max-width: 160px; width: auto; object-fit: contain; filter: grayscale(100%) opacity(0.75); transition: filter 0.2s; }
.lp-logos img:hover { filter: grayscale(0%) opacity(1); }
[data-theme^="dark"] .lp-logos img { filter: grayscale(100%) opacity(0.65) brightness(1.4); }
[data-theme^="dark"] .lp-logos img:hover { filter: grayscale(0%) opacity(1) brightness(1); }
@media (max-width: 600px) {
    .lp-logos { gap: 1.25rem; }
    .lp-logos img { height: 28px; }
}

/* Module-Tile-Konsistenz */
.lp-module-tile { transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease; }
.lp-module-tile:hover { transform: translateY(-2px); border-color: var(--color-primary); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }

/* Hero-Mockup mit theme-aware Schatten */
.lp-hero-mockup { position: relative; max-width: 900px; margin: 0 auto; }
.lp-hero-mockup-frame { background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 12px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.08), 0 8px 24px rgba(124,58,237,0.06); }
[data-theme^="dark"] .lp-hero-mockup-frame { box-shadow: 0 20px 60px rgba(0,0,0,0.4); }
.lp-hero-mockup-frame { transition: transform 0.3s ease; }
.lp-hero-mockup-frame:hover { transform: translateY(-4px); }

/* Light-Theme Anpassungen fuer Screenshots */
[data-theme^="light"] .lp-screenshot { box-shadow: 0 16px 48px rgba(0,0,0,0.08), 0 4px 12px rgba(124,58,237,0.05); }

/* Light-Theme: lp-divider deutlicher */
[data-theme^="light"] .lp-divider { background: linear-gradient(90deg, transparent, var(--color-border), transparent); height: 1px; }

/* Module-Tile Hoehe normalisieren bei gleichen Reihen */
.lp-feature-grid { align-items: stretch; }
.lp-feature-grid .lp-feature-card { display: flex; flex-direction: column; }
.lp-feature-grid .lp-feature-card.lp-module-tile[style*="grid-column:span 2"] { display: grid !important; }

/* Per-Modul-Landing Hero */
.lp-hero h1 { letter-spacing: -0.03em; }

/* Form: Light-Theme */
[data-theme^="light"] .contact-form input,
[data-theme^="light"] .contact-form select,
[data-theme^="light"] .contact-form textarea { background: var(--color-bg); border-color: var(--color-border); color: var(--color-text); }
[data-theme^="light"] .contact-form input:focus,
[data-theme^="light"] .contact-form select:focus,
[data-theme^="light"] .contact-form textarea:focus { background: var(--color-surface); border-color: var(--color-primary); }

/* Sticky Sub-Nav fuer Module-Landings */
.lp-module-back { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.5rem 0.75rem; border-radius: 8px; font-size: 0.8rem; color: var(--color-text-muted); background: var(--color-surface); border: 1px solid var(--color-border); text-decoration: none; transition: all 0.15s; margin: 1.5rem 0 0 2rem; }
.lp-module-back:hover { color: var(--color-primary); border-color: var(--color-primary); }

/* Footer-Links konsistent */
.lp-footer-link { display: block; color: var(--color-text-muted); margin-bottom: 0.35rem; text-decoration: none; transition: color 0.15s; }
.lp-footer-link:hover { color: var(--color-primary); }

@media (max-width: 900px) {
    .lp-footer-grid { grid-template-columns: 1fr 1fr !important; gap: 1.5rem !important; }
}
@media (max-width: 600px) {
    .lp-footer-grid { grid-template-columns: 1fr !important; }
}

/* Mobile Module-Tiles */
@media (max-width: 768px) {
    .lp-module-tile[style*="grid-column:span 2"] { grid-template-columns: 1fr !important; gap: 1rem !important; }
}

/* === Module-Landing Styles === */
.lp-module-hero { position: relative; padding: 6rem 2rem 5rem; min-height: auto; }
.lp-module-hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--accent); }
.lp-module-hero h1 { font-size: 3.25rem; }
.lp-module-badge { display: inline-block; padding: 0.4rem 0.9rem; border-radius: 999px; background: var(--accent); color: #fff; font-size: 0.7rem; font-weight: 700; margin-bottom: 1.5rem; letter-spacing: 0.04em; text-transform: uppercase; }

.lp-module-card { transition: transform 0.15s, border-color 0.15s, box-shadow 0.15s; }
.lp-module-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md, 0 8px 16px rgba(0,0,0,0.05)); }
.lp-module-card--accent { border-left: 3px solid var(--accent); }

.lp-module-feature { transition: transform 0.15s, border-color 0.15s; }
.lp-module-feature:hover { transform: translateY(-2px); border-color: var(--color-primary-light); }

.lp-module-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 2rem; max-width: 800px; margin: 0 auto; text-align: center; }
.lp-module-stat-value { font-size: 3rem; font-weight: 800; line-height: 1; letter-spacing: -0.04em; margin-bottom: 0.5rem; }
.lp-module-stat-label { font-size: 0.85rem; color: var(--color-text-muted); }

.lp-module-cta { padding: 5rem 2rem 6rem; }
.lp-module-cta-form { display: flex; flex-wrap: wrap; gap: 0.5rem; max-width: 720px; margin: 1.5rem auto 0; align-items: stretch; }
.lp-module-cta-form input { flex: 1; min-width: 180px; padding: 0.75rem 1rem; border: 1px solid var(--color-border); border-radius: 8px; background: var(--color-surface); color: var(--color-text); font-size: 0.9rem; }
.lp-module-cta-form input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(124,58,237,0.12); }
.lp-module-cta-form button { padding: 0.75rem 1.5rem; font-size: 0.9rem; flex-shrink: 0; cursor: pointer; }

@media (max-width: 600px) {
    .lp-module-hero { padding: 5rem 1.25rem 4rem; }
    .lp-module-hero h1 { font-size: 2.25rem; }
    .lp-module-stats { gap: 1.5rem; }
    .lp-module-stat-value { font-size: 2.25rem; }
    .lp-module-cta-form { flex-direction: column; }
    .lp-module-cta-form input,
    .lp-module-cta-form button { width: 100%; }
}

/* Step-Counter mit Modul-Accent */
.lp-step--accent::before { background: var(--accent) !important; }

/* Tile-Badge mit Live-Highlight (gruene Pulse) */
.lp-module-tile [class*="live-badge"],
.lp-module-tile div:first-child[style*="Live"] {
    position: relative;
}

/* Stat-Wert: Light-Theme grosser Effekt */
[data-theme^="light"] .lp-stat-value { background: linear-gradient(135deg, var(--color-primary), #a78bfa); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

/* Card-Polish im Light-Theme */
[data-theme^="light"] .lp-card { box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
[data-theme^="light"] .lp-card:hover { box-shadow: 0 8px 24px rgba(124,58,237,0.08); }

/* DSGVO-Siegel: Light-Theme Anpassung */
[data-theme^="light"] .lp-section [style*="border-radius:50%"][style*="border:3px solid"] { background: var(--color-success-light, rgba(5,150,105,0.06)) !important; }

/* Section-Title Hierarchie */
.lp-section-title { line-height: 1.2; }
.lp-section-title br { display: inline; }
@media (max-width: 600px) { .lp-section-title br { display: none; } .lp-section-title { font-size: 1.5rem; } }

/* Hero CTA Buttons: bessere Sichtbarkeit auf Light-Theme */
[data-theme^="light"] .lp-btn--primary { background: var(--color-primary); color: #fff; border: 1px solid var(--color-primary); }
[data-theme^="light"] .lp-btn--primary:hover { background: var(--color-primary-dark); border-color: var(--color-primary-dark); }
[data-theme^="light"] .lp-btn--outline { background: transparent; color: var(--color-text); border: 1px solid var(--color-border); }
[data-theme^="light"] .lp-btn--outline:hover { border-color: var(--color-primary); color: var(--color-primary); background: var(--color-primary-light); }

/* Nav Light-Theme: bessere Lesbarkeit */
[data-theme^="light"] .lp-nav { background: rgba(255,255,255,0.9); backdrop-filter: blur(10px); border-bottom: 1px solid var(--color-border); }
[data-theme^="light"] .lp-nav-link { color: var(--color-text); }
[data-theme^="light"] .lp-nav-link:hover { color: var(--color-primary); }


/* Live-Pill auf Modul-Tile */
.lp-live-pill { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.2rem 0.6rem; border-radius: 999px; background: var(--color-success-light, rgba(5,150,105,0.1)); color: var(--color-success); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 0.65rem; }
.lp-live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--color-success); animation: lp-pulse 2s ease-in-out infinite; }
@keyframes lp-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(5,150,105,0.5); }
    50% { box-shadow: 0 0 0 5px rgba(5,150,105,0); }
}

.lp-module-tile--live { border-color: rgba(5,150,105,0.25); }

/* USP-Section: Auf eigenem Server */
.lp-server-usp { padding: 4rem 2rem; }
.lp-server-usp-card { max-width: 800px; margin: 0 auto; padding: 3rem 2rem; background: linear-gradient(135deg, var(--color-primary-light, rgba(124,58,237,0.06)) 0%, transparent 100%); border: 1px solid var(--color-border); border-radius: 16px; }
[data-theme^="light"] .lp-server-usp-card { background: linear-gradient(135deg, #faf5ff 0%, #f5f3ff 100%); border-color: #ede9fe; }


/* === Scroll-fade Animationen (CSS-only, ohne IntersectionObserver) === */
@keyframes lp-fade-in-up {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
}

.lp-section,
.lp-hero,
.lp-module-hero {
    animation: lp-fade-in-up 0.6s ease-out;
}

.lp-feature-grid > a,
.lp-feature-grid > div { animation: lp-fade-in-up 0.5s ease-out backwards; }
.lp-feature-grid > *:nth-child(1) { animation-delay: 0.05s; }
.lp-feature-grid > *:nth-child(2) { animation-delay: 0.1s; }
.lp-feature-grid > *:nth-child(3) { animation-delay: 0.15s; }
.lp-feature-grid > *:nth-child(4) { animation-delay: 0.2s; }
.lp-feature-grid > *:nth-child(5) { animation-delay: 0.25s; }
.lp-feature-grid > *:nth-child(6) { animation-delay: 0.3s; }

@media (prefers-reduced-motion: reduce) {
    .lp-section, .lp-hero, .lp-module-hero, .lp-feature-grid > * { animation: none; }
}

/* Smooth-scroll fuer Anker-Links */
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Showcase-Section auf Mobile: 1-spaltig */
@media (max-width: 900px) {
    .lp-showcase { grid-template-columns: 1fr !important; gap: 2rem !important; }
}


/* CTA Banner mit theme-aware Gradient */
.lp-cta-banner { background: linear-gradient(135deg, rgba(139,92,246,0.15) 0%, rgba(124,58,237,0.08) 100%); }
[data-theme^="light"] .lp-cta-banner { background: linear-gradient(135deg, #f5f3ff 0%, #faf5ff 100%); border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }


/* Tablet-Breakpoint zwischen 3-col Desktop und 1-col Mobile */
@media (min-width: 769px) and (max-width: 1024px) {
    .lp-feature-grid { grid-template-columns: 1fr 1fr !important; }
    .lp-feature-grid .lp-feature-card[style*="grid-column:span 2"] { grid-column: span 2 !important; }
    .lp-grid--3 { grid-template-columns: 1fr 1fr; }
}

/* Bessere Section-Section-Distanzen */
.lp-section { padding: 5rem 2rem; }
@media (max-width: 768px) {
    .lp-section { padding: 3.5rem 1.25rem; }
    .lp-hero { padding: 5rem 1.25rem 3rem !important; }
    .lp-hero h1 { font-size: 2rem !important; }
}

/* Hero im Light-Theme hat zu wenig Kontrast in der Dashboard-Mockup */
[data-theme^="light"] .lp-hero-mockup-frame [style*="background:var(--color-bg)"] { background: #fafaf9; }


/* Hero-Pill (Live-Indicator oben) */
.lp-hero-pill { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.4rem 0.85rem; border-radius: 999px; background: var(--color-success-light, rgba(5,150,105,0.08)); border: 1px solid rgba(5,150,105,0.2); color: var(--color-success); font-size: 0.78rem; font-weight: 600; text-decoration: none; margin-bottom: 1.5rem; transition: all 0.15s; }
.lp-hero-pill:hover { background: rgba(5,150,105,0.12); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(5,150,105,0.15); }


/* Mobile-Nav: Wichtigste Links sichtbar machen */
@media (max-width: 768px) {
    .lp-nav { padding: 0.5rem 1rem !important; }
    .lp-nav-center { display: flex !important; position: static; transform: none; gap: 0; flex-wrap: wrap; justify-content: center; max-width: 100%; }
    .lp-nav-center .lp-nav-link { font-size: 0.75rem; padding: 0.3rem 0.5rem; }
    .lp-nav-center .lp-nav-dropdown { display: none; } /* Dropdowns auf Mobile ausblenden — direkte Modul-Links uebers Footer */
    .lp-logo { font-size: 1rem; }
}
@media (max-width: 480px) {
    .lp-nav { flex-wrap: wrap; gap: 0.5rem; }
    .lp-nav-center { width: 100%; order: 3; padding-top: 0.5rem; border-top: 1px solid var(--color-border); }
}

