/* BPME landing page — design 2a "Karte als Bühne" (design_handoff_bpme).
   Exact values at 1440px; paddings/typography clamp down for smaller screens. */

body.bpme-landing {
  background: #ffffff;
}
body.bpme-landing .app-main {
  padding: 0;
}

.landing {
  --pad-x: clamp(24px, 4.45vw, 64px);
  font-family: 'Gotham', -apple-system, 'Segoe UI', sans-serif;
  color: #0b2447;
}

/* ── Map hero ─────────────────────────────────────────────────────── */
.landing-hero {
  position: relative;
  width: 100%;
  height: min(800px, 92vh);
  min-height: 560px;
  background: #d6e6f2;
  overflow: hidden;
}
#hero-map {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    100deg,
    rgba(11, 36, 71, 0.88) 0%,
    rgba(11, 47, 106, 0.62) 34%,
    rgba(11, 47, 106, 0.05) 62%,
    transparent 75%
  );
}

.hero-copy {
  position: absolute;
  left: var(--pad-x);
  bottom: 76px;
  z-index: 2;
  width: min(560px, calc(100% - 2 * var(--pad-x)));
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.hero-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}
.hero-copy h1 {
  margin: 0;
  font-size: clamp(34px, 3.75vw, 54px);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.06;
  letter-spacing: -0.015em;
  text-wrap: balance;
}
.hero-sub {
  margin: 0;
  font-size: 16.5px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
}
.hero-ctas {
  display: flex;
  gap: 14px;
  margin-top: 4px;
  flex-wrap: wrap;
}
.cta-white {
  padding: 15px 28px;
  background: #ffffff;
  color: #0057a3;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  transition: background 120ms ease;
}
.cta-white:hover {
  background: #eaf3fa;
  color: #004a8c;
}
.cta-outline {
  padding: 15px 28px;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  color: #ffffff;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 120ms ease;
}
.cta-outline:hover {
  border-color: rgba(255, 255, 255, 0.8);
  color: #ffffff;
}

.live-chip {
  position: absolute;
  top: 106px;
  right: 20px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  box-shadow: 0 8px 22px rgba(11, 36, 71, 0.15);
}
.live-chip .live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1ea8e0;
}
.live-chip span {
  font-size: 12.5px;
  font-weight: 700;
  color: #0b2447;
}

.hero-attribution {
  position: absolute;
  bottom: 10px;
  right: 12px;
  z-index: 2;
  font-size: 10.5px;
  color: #556375;
  background: rgba(255, 255, 255, 0.8);
  padding: 3px 9px;
  border-radius: 8px;
}

/* ── Stats strip ──────────────────────────────────────────────────── */
.stats-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 44px var(--pad-x);
  gap: 48px;
}
.stat {
  border-left: 3px solid #0057a3;
  padding-left: 22px;
}
.stat-value {
  font-size: 34px;
  font-weight: 900;
}
.stat-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #556375;
  margin-top: 4px;
}

/* ── Quote band ───────────────────────────────────────────────────── */
.quote-band {
  background: #f1f7fb;
  padding: 56px var(--pad-x);
  display: flex;
  align-items: center;
  gap: 40px;
}
.quote-band img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 6px 16px rgba(11, 36, 71, 0.2);
  flex-shrink: 0;
}
.quote-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #0b2447;
  max-width: 1050px;
}
.quote-attrib {
  font-size: 13.5px;
  color: #556375;
  margin-top: 10px;
}
.quote-attrib strong {
  color: #0b2447;
}

/* ── Partners ─────────────────────────────────────────────────────── */
.partners {
  padding: 56px var(--pad-x);
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.section-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #556375;
}
.partners-row {
  display: flex;
  align-items: center;
  gap: 56px;
  flex-wrap: wrap;
}
.man-chip {
  background: #0b2447;
  border-radius: 8px;
  padding: 8px 14px;
}
.man-chip img {
  height: 28px;
  display: block;
}

/* ── Method grid ──────────────────────────────────────────────────── */
.method {
  border-top: 1px solid #e3ecf3;
  padding: 64px var(--pad-x);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.method-step {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.method-num {
  font-size: 15px;
  font-weight: 900;
  color: #1ea8e0;
}
.method-title {
  font-size: 16.5px;
  font-weight: 700;
}
.method-body {
  font-size: 13.5px;
  color: #556375;
  line-height: 1.6;
}

/* ── CTA band ─────────────────────────────────────────────────────── */
.cta-band {
  background: linear-gradient(135deg, #0b2f6a 0%, #003e73 60%, #0057a3 100%);
  padding: 52px var(--pad-x);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.cta-band-title {
  font-size: 26px;
  font-weight: 900;
  color: #ffffff;
}
.cta-band-sub {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 6px;
}
.cta-band .cta-white {
  padding: 15px 30px;
  flex-shrink: 0;
}

/* ── Footer ───────────────────────────────────────────────────────── */
.landing-footer {
  padding: 26px var(--pad-x);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-copy {
  font-size: 13px;
  color: #556375;
}
.footer-links {
  display: flex;
  gap: 24px;
  font-size: 13.5px;
  font-weight: 700;
}
.footer-links a {
  color: #0057a3;
  text-decoration: none;
}
.footer-links a:hover {
  text-decoration: underline;
}

/* ── Responsive ───────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .stats-strip {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .method {
    grid-template-columns: 1fr 1fr;
  }
  .quote-band {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .live-chip {
    display: none;
  }
}
@media (max-width: 560px) {
  .method {
    grid-template-columns: 1fr;
  }
}
