/* ==========================================================================
   ViaCamp Landing — v3 (Warm Theme · Natur/Magazin)
   Creme · Waldgruen · Terrakotta · Fraunces + Inter
   Scoped unter .lv2
   ========================================================================== */

.lv2 {
  /* Design Tokens */
  --l-bg:          #FAF7F2;
  --l-bg-soft:     #F0EAE0;
  --l-surface:     #FFFFFF;
  --l-surface-2:   #F5F0E6;
  --l-border:      #E0D9CC;
  --l-border-hi:   #CFC5B3;
  --l-text:        #1A2420;
  --l-text-muted:  #5A6560;
  --l-text-dim:    #8A8C85;
  --l-primary:     #2D4A3E;
  --l-primary-hi:  #1F3429;
  --l-accent:      #C85A2E;
  --l-accent-hi:   #A84620;
  --l-success:     #3F7A5E;
  --l-gold:        #C8891F;

  --l-font-body:   "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  --l-font-serif:  "Fraunces", "Newsreader", Georgia, "Times New Roman", serif;

  font-family: var(--l-font-body);
  color: var(--l-text);
  background: var(--l-bg);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* --- Reset / General --- */
.lv2 * { box-sizing: border-box; }
:where(.lv2) h1, :where(.lv2) h2, :where(.lv2) h3, :where(.lv2) h4 {
  margin: 0;
  font-family: var(--l-font-serif);
  font-weight: 500;
  letter-spacing: -0.015em;
  color: var(--l-text);
}
:where(.lv2) p { margin: 0; }
.lv2 a { color: var(--l-primary); text-decoration: none; transition: color .2s ease; }
.lv2 a:hover { color: var(--l-accent); }
/* Button-Specifity-Overrides */
.lv2 a.lv2-btn-primary, .lv2 button.lv2-btn-primary { color: #fff; }
.lv2 a.lv2-btn-primary:hover, .lv2 button.lv2-btn-primary:hover { color: #fff; }
.lv2 a.lv2-btn-secondary, .lv2 button.lv2-btn-secondary { color: var(--l-primary); }
.lv2 a.lv2-btn-secondary:hover, .lv2 button.lv2-btn-secondary:hover { color: #fff; }
.lv2 a.lv2-nav-cta, .lv2 a.lv2-nav-cta:hover { color: #fff; }
.lv2 a.lv2-google, .lv2 a.lv2-google:hover { color: #1f1f1f; }
.lv2 img { display: block; max-width: 100%; height: auto; }

/* --- Layout Helpers --- */
.lv2-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

/* --- Top Nav --- */
/* Opaque bg — sticky + heavy backdrop-filter ist ein Scroll-Performance-Killer */
.lv2-nav {
  position: sticky; top: 0; z-index: 50;
  background: #FAF7F2;
  border-bottom: 1px solid var(--l-border);
}
.lv2-nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 24px;
  max-width: 1240px; margin: 0 auto;
}
.lv2-brand {
  display: flex; align-items: baseline; gap: 6px;
  font-family: var(--l-font-serif);
  font-weight: 500; font-size: 1.4rem; color: var(--l-primary);
  letter-spacing: -0.01em;
}
.lv2-brand-mark { font-size: 1.4rem; font-family: var(--l-font-body); line-height: 1; }
.lv2-brand .accent { color: var(--l-accent); }
.lv2-nav-links { display: none; gap: 28px; font-size: 0.95rem; }
.lv2-nav-links a { color: var(--l-text-muted); font-weight: 500; }
.lv2-nav-links a:hover { color: var(--l-primary); }
.lv2-nav-cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 18px;
  background: var(--l-primary); color: #fff;
  border-radius: 999px;
  font-weight: 500; font-size: 0.9rem;
  transition: transform .2s ease, background .2s ease;
}
.lv2-nav-cta:hover { background: var(--l-primary-hi); transform: translateY(-1px); color: #fff; }
@media (min-width: 860px) {
  .lv2-nav-links { display: flex; }
}

/* --- Hero --- */
.lv2-hero {
  position: relative;
  padding: 72px 0 56px;
  overflow: hidden;
  isolation: isolate;
}
@media (min-width: 900px) { .lv2-hero { padding: 112px 0 56px; } }
.lv2-hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 900px 500px at 50% -10%, rgba(200, 90, 46, 0.08), transparent 70%),
    radial-gradient(ellipse 700px 400px at 85% 55%, rgba(45, 74, 62, 0.05), transparent 65%);
  pointer-events: none;
  z-index: -1;
}
.lv2-hero-inner { text-align: center; max-width: 880px; margin: 0 auto; }

.lv2-founder-pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 16px;
  background: rgba(200, 90, 46, 0.08);
  border: 1px solid rgba(200, 90, 46, 0.25);
  border-radius: 999px;
  font-size: 0.88rem; font-weight: 500; color: var(--l-accent-hi);
  margin-bottom: 36px;
}
.lv2-founder-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--l-accent);
  box-shadow: 0 0 0 0 rgba(200, 90, 46, 0.5);
  animation: lv2-dot-pulse 2.4s ease-out infinite;
}
@keyframes lv2-dot-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(200, 90, 46, 0.5); }
  70%  { box-shadow: 0 0 0 10px rgba(200, 90, 46, 0); }
  100% { box-shadow: 0 0 0 0 rgba(200, 90, 46, 0); }
}

.lv2-hero h1 {
  font-size: clamp(2.4rem, 5.2vw, 4rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
  margin: 0 auto 26px;
  max-width: 820px;
  font-weight: 500;
}
.lv2-hero h1 .accent {
  color: var(--l-accent);
  font-style: italic;
  font-weight: 500;
}
.lv2-hero-sub {
  font-family: var(--l-font-body);
  font-size: clamp(1.08rem, 1.6vw, 1.22rem);
  color: var(--l-text-muted);
  max-width: 640px;
  margin: 0 auto 44px;
  line-height: 1.65;
}
.lv2-hero-cta-group { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 42px; }

.lv2-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  font-family: var(--l-font-body);
  font-weight: 500; font-size: 1.0625rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
  text-decoration: none;
  line-height: 1;
}
.lv2-btn-primary {
  background: var(--l-primary);
  color: #fff;
}
.lv2-btn-primary:hover {
  background: var(--l-primary-hi);
  transform: translateY(-1px);
}
.lv2-btn-secondary {
  background: transparent;
  color: var(--l-primary);
  border-color: var(--l-primary);
}
.lv2-btn-secondary:hover {
  background: var(--l-primary);
  color: #fff;
  transform: translateY(-1px);
}

.lv2-hero-meta {
  font-size: 0.92rem;
  color: var(--l-text-muted);
  display: flex; gap: 24px; justify-content: center; flex-wrap: wrap;
}
.lv2-hero-meta span { display: inline-flex; align-items: center; gap: 6px; }

/* Hero screenshot */
.lv2-hero-visual {
  margin-top: 54px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--l-border);
  box-shadow: 0 40px 80px -20px rgba(45, 74, 62, 0.18), 0 12px 24px rgba(45, 74, 62, 0.08);
  background: var(--l-surface);
  transform: perspective(1600px) rotateX(1.5deg);
}
.lv2-hero-visual::after { display: none; }
.lv2-hero-visual img { width: 100%; }

/* --- Stats bar --- */
.lv2-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  max-width: 1000px;
  margin: 48px auto 0;
  background: var(--l-border);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--l-border);
}
.lv2-stat {
  padding: 24px 16px;
  background: var(--l-bg);
  text-align: center;
}
.lv2-stat-val {
  font-family: var(--l-font-serif);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 500;
  color: var(--l-primary);
  letter-spacing: -0.015em;
  display: block;
  line-height: 1;
  margin-bottom: 6px;
}
.lv2-stat-lbl { font-size: 0.78rem; color: var(--l-text-muted); text-transform: uppercase; letter-spacing: 0.08em; }
@media (max-width: 560px) { .lv2-stats { grid-template-columns: repeat(2, 1fr); } }

/* --- Section base --- */
.lv2-section { padding: 72px 0; }
.lv2-section-header { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.lv2-eyebrow {
  display: inline-block;
  font-family: var(--l-font-body);
  font-size: 0.8125rem; font-weight: 600;
  color: var(--l-accent);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.lv2-section h2 {
  font-size: clamp(1.85rem, 3.5vw, 2.625rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
  font-weight: 500;
}
.lv2-section-lead { color: var(--l-text-muted); font-size: 1.08rem; line-height: 1.6; }

/* --- Feature Showcase --- */
.lv2-showcase {
  display: grid;
  gap: 32px;
  align-items: center;
  margin-bottom: 72px;
}
.lv2-showcase:last-child { margin-bottom: 0; }
.lv2-showcase-text h3 {
  font-size: clamp(1.4rem, 2.4vw, 1.875rem);
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 500;
}
.lv2-showcase-text p {
  color: var(--l-text-muted);
  font-size: 1.0625rem;
  line-height: 1.7;
  margin-bottom: 20px;
  max-width: 520px;
}
.lv2-showcase-bullets { list-style: none; padding: 0; margin: 0; }
.lv2-showcase-bullets li {
  display: flex; align-items: flex-start; gap: 12px;
  color: var(--l-text); font-size: 0.98rem;
  padding: 6px 0;
  line-height: 1.55;
}
.lv2-showcase-bullets li::before {
  content: ''; flex-shrink: 0; margin-top: 9px;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--l-accent);
}
.lv2-showcase-media {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--l-border);
  box-shadow: 0 24px 60px -20px rgba(45, 74, 62, 0.2), 0 6px 16px rgba(45, 74, 62, 0.08);
  background: var(--l-surface);
  transition: transform .4s ease, box-shadow .4s ease;
}
.lv2-showcase-media:hover {
  transform: translateY(-4px);
  box-shadow: 0 40px 100px -20px rgba(45, 74, 62, 0.3), 0 10px 24px rgba(45, 74, 62, 0.12);
}
.lv2-showcase-media img { width: 100%; }

@media (min-width: 860px) {
  .lv2-showcase { grid-template-columns: 1fr 1.15fr; gap: 60px; }
  .lv2-showcase.reverse { grid-template-columns: 1.15fr 1fr; }
  .lv2-showcase.reverse .lv2-showcase-text { order: 2; }
  .lv2-showcase.reverse .lv2-showcase-media { order: 1; }
}

/* --- Bento Grid --- */
.lv2-bento {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin-top: 40px;
}
.lv2-bento-card {
  padding: 28px;
  background: var(--l-surface);
  border: 1px solid var(--l-border);
  border-radius: 14px;
  transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease;
}
.lv2-bento-card:hover {
  border-color: var(--l-primary);
  transform: translateY(-3px);
  box-shadow: 0 16px 40px -16px rgba(45, 74, 62, 0.2);
}
.lv2-bento-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px;
  font-size: 1.35rem;
  background: var(--l-bg-soft);
  border: 1px solid var(--l-border);
  border-radius: 11px;
  margin-bottom: 18px;
}
.lv2-bento-card h3 { font-size: 1.15rem; margin-bottom: 8px; font-weight: 500; }
.lv2-bento-card p { color: var(--l-text-muted); font-size: 0.95rem; line-height: 1.6; }

/* --- Testimonials --- */
.lv2-testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 40px;
}
.lv2-testimonial {
  padding: 28px;
  background: var(--l-surface);
  border: 1px solid var(--l-border);
  border-radius: 14px;
  transition: border-color .3s ease;
}
.lv2-testimonial:hover { border-color: var(--l-primary); }
.lv2-testimonial-stars { color: var(--l-gold); font-size: 1rem; letter-spacing: 2px; margin-bottom: 14px; }
.lv2-testimonial-quote {
  color: var(--l-text);
  font-family: var(--l-font-serif);
  font-size: 1.0625rem; line-height: 1.55;
  margin-bottom: 18px;
  font-weight: 400;
}
.lv2-testimonial-author { color: var(--l-text-muted); font-size: 0.9rem; font-family: var(--l-font-body); }

/* --- Pricing / Founder Offer --- */
.lv2-pricing {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 36px;
  background: var(--l-surface);
  border: 2px solid var(--l-accent);
  border-radius: 20px;
  text-align: center;
  position: relative;
  box-shadow: 0 30px 80px -30px rgba(200, 90, 46, 0.25);
}
.lv2-pricing::before { display: none; }
.lv2-pricing-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.82rem; font-weight: 600; color: var(--l-accent);
  text-transform: uppercase; letter-spacing: 0.12em;
  margin-bottom: 16px;
}
.lv2-pricing h2 {
  font-size: clamp(1.85rem, 3.2vw, 2.375rem);
  margin-bottom: 14px;
  font-weight: 500;
}
.lv2-pricing-sub {
  color: var(--l-text-muted);
  font-size: 1.0625rem;
  margin-bottom: 28px;
  max-width: 520px;
  margin-left: auto; margin-right: auto;
  line-height: 1.6;
}
.lv2-pricing-benefits {
  list-style: none; padding: 0; margin: 0 auto 32px;
  max-width: 460px; text-align: left;
}
.lv2-pricing-benefits li {
  display: flex; align-items: center; gap: 14px;
  padding: 9px 0;
  color: var(--l-text); font-size: 1rem;
  line-height: 1.45;
}
.lv2-pricing-benefits li::before {
  content: ''; flex-shrink: 0;
  width: 22px; height: 22px;
  background: var(--l-success);
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/16px no-repeat;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/16px no-repeat;
  border-radius: 50%;
  background-clip: content-box;
}
.lv2-pricing-counter {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(200, 90, 46, 0.08);
  border: 1px solid rgba(200, 90, 46, 0.25);
  border-radius: 999px;
  color: var(--l-accent-hi);
  font-size: 0.9rem; font-weight: 600;
  margin-top: 18px;
}

/* --- Auth Card --- */
.lv2-auth { margin-top: 28px; text-align: left; }
.lv2-auth-tabs {
  display: flex;
  background: var(--l-bg-soft);
  border: 1px solid var(--l-border);
  border-radius: 10px;
  padding: 3px;
  margin-bottom: 16px;
}
.lv2-auth-tab {
  flex: 1; padding: 10px;
  background: transparent;
  color: var(--l-text-muted);
  border: none;
  border-radius: 8px;
  font-weight: 600; cursor: pointer; font-size: 0.9rem;
  transition: background .2s ease, color .2s ease;
  font-family: inherit;
}
.lv2-auth-tab.active { background: var(--l-surface); color: var(--l-primary); box-shadow: 0 1px 3px rgba(45, 74, 62, 0.08); }
.lv2-auth input {
  width: 100%; padding: 13px 15px;
  background: var(--l-surface);
  border: 1px solid var(--l-border);
  border-radius: 10px;
  color: var(--l-text);
  font-size: 0.95rem; font-family: inherit;
  margin-bottom: 10px;
  transition: border-color .2s ease, background .2s ease;
  box-sizing: border-box;
}
.lv2-auth input:focus {
  outline: none;
  border-color: var(--l-primary);
  background: var(--l-surface);
  box-shadow: 0 0 0 3px rgba(45, 74, 62, 0.08);
}
.lv2-auth input::placeholder { color: var(--l-text-dim); }
.lv2-auth .lv2-btn { width: 100%; justify-content: center; margin-top: 4px; }
.lv2-auth-divider {
  display: flex; align-items: center; gap: 14px;
  margin: 20px 0;
  color: var(--l-text-dim); font-size: 0.82rem;
}
.lv2-auth-divider::before, .lv2-auth-divider::after {
  content: ''; flex: 1; height: 1px; background: var(--l-border);
}
.lv2-google {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; padding: 13px;
  background: #fff; color: #1f1f1f;
  border: 1px solid var(--l-border);
  border-radius: 10px;
  font-weight: 500; font-size: 0.95rem;
  cursor: pointer; text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
  font-family: inherit;
}
.lv2-google:hover {
  border-color: var(--l-primary);
  box-shadow: 0 4px 12px rgba(45, 74, 62, 0.1);
  transform: translateY(-1px);
  color: #1f1f1f;
}
.lv2-auth-msg { margin-top: 10px; padding: 10px 12px; border-radius: 8px; font-size: 0.88rem; }
.lv2-auth-msg.err { background: rgba(200, 90, 46, 0.1); color: var(--l-accent-hi); border: 1px solid rgba(200, 90, 46, 0.25); }
.lv2-auth-msg.ok { background: rgba(63, 122, 94, 0.1); color: var(--l-success); border: 1px solid rgba(63, 122, 94, 0.25); }

/* --- FAQ --- */
.lv2-faq { max-width: 760px; margin: 0 auto; }
.lv2-faq-item {
  border-bottom: 1px solid var(--l-border);
  transition: border-color .2s ease;
}
.lv2-faq-item:first-child { border-top: 1px solid var(--l-border); }
.lv2-faq-item summary {
  padding: 22px 40px 22px 4px;
  cursor: pointer;
  color: var(--l-text);
  font-family: var(--l-font-serif);
  font-weight: 500; font-size: 1.1rem;
  list-style: none;
  position: relative;
  line-height: 1.4;
  transition: color .2s ease;
}
.lv2-faq-item summary::-webkit-details-marker { display: none; }
.lv2-faq-item summary::after {
  content: '+';
  position: absolute;
  right: 4px; top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem; font-weight: 400;
  color: var(--l-accent);
  transition: transform .3s ease, color .2s ease;
  line-height: 1;
}
.lv2-faq-item[open] summary { color: var(--l-primary); }
.lv2-faq-item[open] summary::after { content: '−'; }
.lv2-faq-item summary:hover { color: var(--l-primary); }
.lv2-faq-item summary:focus-visible { outline: 2px solid var(--l-accent); outline-offset: 2px; border-radius: 4px; }
.lv2-faq-item-content {
  padding: 0 40px 26px 4px;
  color: var(--l-text-muted);
  font-size: 1.0625rem;
  line-height: 1.75;
  animation: lv2-faq-fade .35s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes lv2-faq-fade {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* --- Footer --- */
.lv2-footer {
  background: var(--l-bg-soft);
  border-top: 1px solid var(--l-border);
  padding: 48px 0 32px;
  margin-top: 16px;
}
.lv2-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.lv2-footer-col h4 {
  font-family: var(--l-font-body);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--l-text-muted);
  margin-bottom: 16px;
  font-weight: 600;
}
.lv2-footer-col a { display: block; padding: 6px 0; color: var(--l-text-muted); font-size: 0.95rem; font-weight: 500; }
.lv2-footer-col a:hover { color: var(--l-primary); }
.lv2-footer-about p { color: var(--l-text-muted); font-size: 0.95rem; line-height: 1.6; max-width: 340px; }
.lv2-footer-bottom {
  padding-top: 24px;
  border-top: 1px solid var(--l-border);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-size: 0.82rem; color: var(--l-text-muted);
}
@media (max-width: 700px) {
  .lv2-footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .lv2-footer-about { grid-column: 1 / -1; }
}

/* --- Scroll reveal (subtle) --- */
@media (prefers-reduced-motion: no-preference) {
  .lv2-showcase, .lv2-bento-card, .lv2-testimonial, .lv2-faq-item {
    opacity: 0;
    transform: translateY(16px);
    animation: lv2-rise .7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
  .lv2-bento-card:nth-child(2) { animation-delay: .05s; }
  .lv2-bento-card:nth-child(3) { animation-delay: .1s; }
  .lv2-bento-card:nth-child(4) { animation-delay: .15s; }
  .lv2-bento-card:nth-child(5) { animation-delay: .2s; }
  .lv2-bento-card:nth-child(6) { animation-delay: .25s; }
}
@keyframes lv2-rise { to { opacity: 1; transform: translateY(0); } }

/* =========================================================================
   Background — Warm theme: nur ein einzelner, dezenter radialer Verlauf.
   Kein Starfield, keine Orbs, keine Shooting-Stars.
   Legacy .lv2-bg-* Klassen werden unsichtbar gerendert, um existierendes
   HTML nicht zu brechen.
   ========================================================================= */

.lv2-bg {
  position: fixed; inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse 120% 80% at 50% -20%, rgba(200, 90, 46, 0.04), transparent 60%),
    radial-gradient(ellipse 90% 60% at 80% 100%, rgba(45, 74, 62, 0.03), transparent 60%);
}
.lv2-bg::after {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  opacity: 0.022;
  mix-blend-mode: multiply;
  pointer-events: none;
}

/* Legacy-Wrapper neutralisiert */
.lv2-bg-grid,
.lv2-bg-orbs,
.lv2-bg-stars,
.lv2-bg-shoot,
.lv2-starfield { display: none !important; }

/* Z-Index-Context — Content immer über Background */
.lv2 > * { position: relative; z-index: 1; }
.lv2-hero { z-index: 1; }

/* --- Body overrides when landing-v2 active --- */
html.lv2-html, body.lv2-active {
  background: #FAF7F2 !important;
  color: #1A2420;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  margin: 0;
  min-height: 100%;
}
body.lv2-active { min-height: 100vh; }

/* --- Competitor Comparison Table --- */
.lv2 .lv2-compare { background: rgba(45, 74, 62, 0.035); border-top: 1px solid rgba(45, 74, 62, 0.08); border-bottom: 1px solid rgba(45, 74, 62, 0.08); }
.lv2 .lv2-compare-wrap { margin-top: 44px; overflow-x: auto; border-radius: 14px; background: #fff; box-shadow: 0 6px 28px rgba(26, 36, 32, 0.06); -webkit-overflow-scrolling: touch; }
.lv2 .lv2-compare table { width: 100%; border-collapse: collapse; min-width: 720px; }
.lv2 .lv2-compare th, .lv2 .lv2-compare td { padding: 16px 22px; text-align: left; border-bottom: 1px solid rgba(45, 74, 62, 0.08); font-size: 0.94rem; line-height: 1.4; vertical-align: middle; }
.lv2 .lv2-compare thead th { background: #FAF7F2; font-family: "Fraunces", Georgia, serif; font-weight: 600; font-size: 0.95rem; color: var(--l-text); padding-top: 20px; padding-bottom: 20px; border-bottom: 2px solid rgba(45, 74, 62, 0.12); }
.lv2 .lv2-compare thead th.own { background: rgba(200, 90, 46, 0.09); color: var(--l-accent); border-bottom-color: var(--l-accent); font-weight: 700; }
.lv2 .lv2-compare td.own { background: rgba(200, 90, 46, 0.05); font-weight: 600; }
.lv2 .lv2-compare td.feature { font-weight: 500; color: var(--l-text); max-width: 320px; }
.lv2 .lv2-compare tbody tr:last-child td { border-bottom: none; }
.lv2 .lv2-compare tbody tr:hover td { background: rgba(45, 74, 62, 0.02); }
.lv2 .lv2-compare tbody tr:hover td.own { background: rgba(200, 90, 46, 0.08); }
.lv2 .lv2-compare .c-yes { color: #2D8659; font-weight: 700; }
.lv2 .lv2-compare .c-no { color: #B44B3F; opacity: 0.55; font-weight: 500; }
.lv2 .lv2-compare .c-limited { color: #B8770A; font-weight: 600; font-size: 0.88em; }
.lv2 .lv2-compare-note { margin: 18px 4px 0; font-size: 0.78rem; color: var(--l-text-muted); text-align: center; line-height: 1.55; opacity: 0.75; }
@media (max-width: 768px) {
  .lv2 .lv2-compare th, .lv2 .lv2-compare td { padding: 13px 16px; font-size: 0.88rem; }
  .lv2 .lv2-compare td.feature { max-width: 240px; }
}
