/* Landingpage only styles. Shared foundations now live in site-base.css. */

#einfach-mehr-app .hero {
  position: relative;
  padding: 86px 0 54px;
  overflow: visible;
}

#einfach-mehr-app .hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 18%, rgba(254,44,85,0.12), transparent 22%),
    radial-gradient(circle at 82% 28%, rgba(37,244,238,0.10), transparent 18%);
  pointer-events: none;
}

#einfach-mehr-app .hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 46px;
}

#einfach-mehr-app .eyebrow {
  animation: fadeUp 0.8s ease both;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 14px;
  border-radius: 999px;
  color: #d9e4fb;
  font-weight: 600;
  font-size: 0.92rem;
  line-height: 1.1;
  margin-top: 6px;
  margin-bottom: 20px;
}

#einfach-mehr-app .eyebrow::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 0 20px rgba(37,244,238,0.55);
}

#einfach-mehr-app h1 {
  animation: fadeUp 0.9s ease 0.05s both;
  margin: 0;

  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 0.9;
  letter-spacing: -0.06em;

  max-width: 11.5ch;
}
#einfach-mehr-app .hero-subline {
  display: inline-block;
  max-width: 14.5ch;
  color: rgba(247, 249, 252, 0.92);

  text-shadow:
    0 0 12px rgba(255,255,255,0.18),
    0 0 32px rgba(37,244,238,0.12);
}
#einfach-mehr-app .gradient-text {
  background: linear-gradient(135deg, #ffffff 0%, #9af7ff 35%, #ff8fa7 76%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#einfach-mehr-app .hero-copy p {
  animation: fadeUp 1s ease 0.1s both;
  margin: 20px 0 24px;
  color: var(--muted);
  font-size: 1rem;
  max-width: 40ch;
}

#einfach-mehr-app .hero-actions {
  animation: fadeUp 1.1s ease 0.15s both;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

#einfach-mehr-app .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 700;
  font-size: 0.96rem;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#einfach-mehr-app .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.22);
}
#einfach-mehr-app .btn-primary {
  color: #0f172a;
  background: rgba(255,255,255,0.94);
  box-shadow: 0 12px 30px rgba(255,255,255,0.12);
}
#einfach-mehr-app .btn-secondary {
  color: white;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 12px 30px rgba(254,44,85,0.18);
}

#einfach-mehr-app .hero-metrics {
  animation: fadeUp 1.2s ease 0.2s both;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 12px;
}

#einfach-mehr-app .hero-metrics-two {
  flex-wrap: nowrap;
  max-width: 520px;
}

#einfach-mehr-app .hero-metrics-two .metric {
  flex: 1 1 0;
  min-width: 0;
}

#einfach-mehr-app .metric {
  min-width: 148px;
  padding: 16px 18px;
  border-radius: 20px;
  animation: floatY 6s ease-in-out infinite;
  background: rgba(10, 18, 34, 0.62);
  border: 1px solid rgba(255,255,255,0.12);
}
#einfach-mehr-app .metric strong {
  display: block;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}
#einfach-mehr-app .metric span {
  color: var(--muted);
  font-size: 0.92rem;
}

#einfach-mehr-app .hero-visual {
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1200px;
  animation: fadeUp 1.1s ease 0.15s both;
}

#einfach-mehr-app .blob,
#einfach-mehr-app .blob-small {
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
}
#einfach-mehr-app .blob {
  width: 460px;
  height: 460px;
  background: linear-gradient(135deg, rgba(254,44,85,0.26), rgba(37,244,238,0.20) 52%, rgba(139,92,246,0.24));
  top: 32px;
  right: 14px;
  box-shadow: inset 0 0 80px rgba(255,255,255,0.08);
  animation: drift 8s ease-in-out infinite;
}
#einfach-mehr-app .blob-small {
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(37,244,238,0.36), rgba(37,244,238,0));
  bottom: 70px;
  left: 20px;
  animation: pulseGlow 5s ease-in-out infinite;
}

#einfach-mehr-app .phone-card {
  transform-style: preserve-3d;
  will-change: transform;
  position: relative;
  width: min(440px, 100%);
  padding: 28px;
  border-radius: 34px;

  box-shadow:
    0 40px 90px rgba(0,0,0,0.55),
    0 0 80px rgba(37,244,238,0.12),
    inset 0 0 0 1px rgba(255,255,255,0.05);

  z-index: 3;
}

#einfach-mehr-app .phone-shell {
  width: 326px;
  margin: 0 auto;
  padding: 16px;
  border-radius: 42px;
  background: linear-gradient(180deg, #0f1b31 0%, #0a1324 100%);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 24px 60px rgba(0,0,0,0.42);
  transform: rotate(-8deg);
  transition: transform 0.35s ease;
}

#einfach-mehr-app .phone-notch {
  width: 108px;
  height: 22px;
  border-radius: 0 0 18px 18px;
  background: #050913;
  margin: 0 auto 12px;
}

#einfach-mehr-app .phone-screen,
#einfach-mehr-app .mini-screen {
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fbff 0%, #edf4ff 100%);
  color: #172033;
}

#einfach-mehr-app .phone-screen {
  min-height: 610px;
  display: flex;
  align-items: stretch;
  padding: 32px 24px;
  background:
    radial-gradient(circle at top right, rgba(37,244,238,0.18), transparent 28%),
    radial-gradient(circle at bottom left, rgba(254,44,85,0.14), transparent 26%),
    linear-gradient(180deg, #f8fbff 0%, #edf4ff 100%);
}

#einfach-mehr-app .hero-display {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

#einfach-mehr-app .hero-display-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
}

#einfach-mehr-app .hero-app-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(23,32,51,0.06);
  color: #32415c;
  font-size: 0.8rem;
  font-weight: 700;
}
#einfach-mehr-app .hero-app-tag::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
}
#einfach-mehr-app .hero-app-tag-full {
  white-space: nowrap;
  font-size: 0.76rem;
}

#einfach-mehr-app .hero-display h3 {
  margin: 0;
  font-size: 1.82rem;
  line-height: 1.05;
  letter-spacing: -0.05em;
  color: #0f172a !important;
  max-width: 8.5ch;
}
#einfach-mehr-app .hero-display p {
  margin: 8px 0 0;
  color: #51627f;
  font-size: 0.92rem;
  line-height: 1.5;
  max-width: 24ch;
}

#einfach-mehr-app .hero-benefits {
  display: grid;
  gap: 12px;
  margin-top: 8px;
}
#einfach-mehr-app .hero-benefit {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255,255,255,0.82);
  box-shadow: 0 14px 26px rgba(15,23,42,0.08);
  animation: floatY 6s ease-in-out infinite;
}
#einfach-mehr-app .hero-benefit:nth-child(2) { animation-delay: 0.6s; }
#einfach-mehr-app .hero-benefit:nth-child(3) { animation-delay: 1.2s; }
#einfach-mehr-app .hero-benefit:nth-child(4) { animation-delay: 1.8s; }

#einfach-mehr-app .hero-benefit-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: white;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}
#einfach-mehr-app .hero-benefit-icon.pink { background: linear-gradient(135deg, #fe2c55, #ff6b8a); }
#einfach-mehr-app .hero-benefit-icon.cyan { background: linear-gradient(135deg, #00c7d6, #25f4ee); }
#einfach-mehr-app .hero-benefit-icon.purple { background: linear-gradient(135deg, #7c3aed, #a78bfa); }
#einfach-mehr-app .hero-benefit-icon.green { background: linear-gradient(135deg, #10b981, #34d399); }

#einfach-mehr-app .hero-benefit span {
  color: #122033;
  font-size: 0.92rem;
  font-weight: 700;
}

#einfach-mehr-app .float-card {
  position: absolute;
  padding: 18px 20px;
  border-radius: 22px;

  background: rgba(8, 16, 30, 0.45);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  z-index: 4;
  box-shadow:
    0 22px 46px rgba(0, 0, 0, 0.34),
    0 0 28px rgba(124, 231, 255, 0.10),
    inset 0 1px 0 rgba(255,255,255,0.05);
  animation: floatY 7s ease-in-out infinite;
}

#einfach-mehr-app .float-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,255,255,0.18);
  box-shadow: 0 26px 60px rgba(0,0,0,0.34);
}

#einfach-mehr-app .float-top {
  top: 62px;
  left: -150px;
  width: 270px;
}

#einfach-mehr-app .float-bottom {
  right: -150px;
  bottom: 76px;
  width: 290px;
}

#einfach-mehr-app .float-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.02rem;
  color: #ffffff !important;
}

#einfach-mehr-app .float-card span {
  color: rgba(238,243,255,0.96) !important;
  font-size: 0.92rem;
  line-height: 1.5;
}

#einfach-mehr-app .section-head {
  display: flex;
  justify-content: flex-start;
  align-items: end;
  gap: 56px;
  margin-bottom: 64px;
}

#einfach-mehr-app .section-head h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  max-width: 40ch;
}

#einfach-mehr-app .section-head p {
  margin: 18px 0 0;
  max-width: 48ch;
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--muted);
}

#einfach-mehr-app .grid-3,
#einfach-mehr-app .feature-grid,
#einfach-mehr-app .steps,
#einfach-mehr-app .audience-grid,
#einfach-mehr-app .showcase-strip,
#einfach-mehr-app .screens-orbit,
#einfach-mehr-app .qr-grid {
  display: grid;
  gap: 18px;
}

#einfach-mehr-app .grid-3 { grid-template-columns: repeat(3, 1fr); }
#einfach-mehr-app .feature-grid { grid-template-columns: 1.1fr 0.9fr; align-items: center; gap: 30px; }
#einfach-mehr-app .steps { grid-template-columns: repeat(3, 1fr); }
#einfach-mehr-app .audience-grid { grid-template-columns: repeat(2, 1fr); }
#einfach-mehr-app .showcase-strip { grid-template-columns: repeat(5, 1fr); }
#einfach-mehr-app .screens-orbit { grid-template-columns: repeat(3, 1fr); align-items: center; margin-top: 18px; }
#einfach-mehr-app .qr-grid { grid-template-columns: repeat(2, 1fr); margin-top: 20px; }

#einfach-mehr-app .card,
#einfach-mehr-app .step,
#einfach-mehr-app .audience-card,
#einfach-mehr-app .showcase-card {
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
}

#einfach-mehr-app #vorteile .card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

#einfach-mehr-app #vorteile .card .pill {
  display: inline-flex;
  width: fit-content;
  max-width: max-content;
  align-self: flex-start;
}

#einfach-mehr-app #vorteile .card p {
  flex: 1 1 auto;
}

#einfach-mehr-app #vorteile .mini-graph {
  margin-top: 32px;
}

#einfach-mehr-app .card:hover,
#einfach-mehr-app .step:hover,
#einfach-mehr-app .audience-card:hover,
#einfach-mehr-app .showcase-card:hover,
#einfach-mehr-app .metric:hover {
  transform: translateY(-12px) scale(1.018);
  border-color: rgba(255,255,255,0.24);
  box-shadow: 0 34px 78px rgba(0,0,0,0.46);
}

#einfach-mehr-app .card h3,
#einfach-mehr-app .step h3,
#einfach-mehr-app .audience-card h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  letter-spacing: -0.03em;
  color: #f7f9fc !important;
}

#einfach-mehr-app .section-head h2,
#einfach-mehr-app #download h2,
#einfach-mehr-app .cta-panel h2,
#einfach-mehr-app .card h2,
#einfach-mehr-app .visual-panel h2 {
  color: #f7f9fc !important;
}

#einfach-mehr-app .card p,
#einfach-mehr-app .step p,
#einfach-mehr-app .audience-card p {
  margin: 0;
  color: var(--muted);
}

#einfach-mehr-app .pill {
  display: inline-flex;
  margin-bottom: 36px;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255,255,255,0.08);
  color: #d6e1f7;
  font-size: 0.85rem;
  font-weight: 700;
}

#einfach-mehr-app .mini-graph {
  margin-top: 32px;
  height: 84px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: auto, 26px 26px, 26px 26px;
  position: relative;
  overflow: hidden;
}
#einfach-mehr-app .mini-graph::before {
  content: '';
  position: absolute;
  inset: 18px 16px 14px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0));
  pointer-events: none;
}
#einfach-mehr-app .mini-graph::after {
  content: '';
  position: absolute;
  inset: 22px 16px 16px;
  background: linear-gradient(135deg, rgba(254,44,85,0.82), rgba(37,244,238,0.82));
  opacity: 0.92;
  border-radius: 12px;
  transform: scaleY(0);
  transform-origin: bottom;
  will-change: transform;
  transition: transform 1.15s cubic-bezier(0.22, 1, 0.36, 1);
}

#einfach-mehr-app #vorteile .mini-graph.graph-1::after {
  clip-path: polygon(0 84%, 12% 79%, 26% 74%, 40% 72%, 54% 62%, 68% 56%, 84% 42%, 100% 34%, 100% 100%, 0 100%);
  transition-duration: 0.95s;
}

#einfach-mehr-app #vorteile .mini-graph.graph-2::after {
  clip-path: polygon(0 82%, 12% 76%, 26% 68%, 42% 64%, 56% 42%, 68% 50%, 82% 22%, 92% 30%, 100% 18%, 100% 100%, 0 100%);
  transition-duration: 1.08s;
}

#einfach-mehr-app #vorteile .mini-graph.graph-3::after {
  clip-path: polygon(0 88%, 18% 86%, 34% 82%, 50% 78%, 64% 66%, 76% 50%, 88% 24%, 100% 10%, 100% 100%, 0 100%);
  transition-duration: 1.2s;
}

#einfach-mehr-app #vorteile .mini-graph.is-animated::after {
  transform: scaleY(1);
}

#einfach-mehr-app .chip-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 16px;
}
#einfach-mehr-app .chip {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.09);
  color: #dde8ff;
  font-size: 0.86rem;
  font-weight: 600;
}

#einfach-mehr-app #app .section-head {
  margin-bottom: 18px !important;
}

#einfach-mehr-app .app-showcase-intro {
  color: var(--muted);
  margin: 0 0 24px;
  max-width: 58ch;
}

#einfach-mehr-app .app-tabs {
  position: relative;
  gap: 10px;
  scroll-behavior: smooth;
}

#einfach-mehr-app .app-tabs .chip {
  appearance: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.32s ease, background 0.32s ease, box-shadow 0.32s ease, color 0.32s ease;
}

#einfach-mehr-app .app-tabs .chip::after {
  content: '';
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 7px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(254,44,85,0), rgba(255,255,255,0.95), rgba(37,244,238,0));
  opacity: 0;
  transform: translateY(6px) scaleX(0.6);
  transition: opacity 0.28s ease, transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}

#einfach-mehr-app .app-tabs .chip:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.14);
  box-shadow: 0 10px 24px rgba(5,8,22,0.18);
}

#einfach-mehr-app .app-tabs .chip.is-active {
  color: #ffffff;
  transform: translateY(-2px);
  background: linear-gradient(135deg, rgba(254,44,85,0.24), rgba(37,244,238,0.2));
  border-color: rgba(255,255,255,0.22);
  box-shadow: 0 18px 38px rgba(5,8,22,0.34), 0 0 22px rgba(37,244,238,0.08);
}

#einfach-mehr-app .app-tabs .chip.is-active::after {
  opacity: 1;
  transform: translateY(0) scaleX(1);
}

#einfach-mehr-app .app-tabs .chip:focus-visible {
  outline: 2px solid rgba(37,244,238,0.65);
  outline-offset: 2px;
}

#einfach-mehr-app .app-showcase-panel-wrap {
  min-height: 720px;
}

#einfach-mehr-app .app-showcase-panels {
  position: relative;
  min-height: 100%;
}

/* ===================================== */
/* Sector switcher */
/* in einfach-mehr.css unter den Landingpage-/App-Styles einfügen */
/* ===================================== */

#einfach-mehr-app .sector-switcher {
  position: relative;
  padding: 24px 0 44px;
  z-index: 5;
}

#einfach-mehr-app .sector-switcher .container {
  display: flex;
  justify-content: center;
}

#einfach-mehr-app .sector-tabs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

#einfach-mehr-app .sector-tabs .chip {
  appearance: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.04);
  color: #eaf6ff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease;
}

#einfach-mehr-app .sector-tabs .chip:hover,
#einfach-mehr-app .sector-tabs .chip:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(124,231,255,0.28);
  color: #f5fbff;
}

#einfach-mehr-app .sector-tabs .chip.is-active {
  background: linear-gradient(135deg, rgba(124,231,255,0.16), rgba(179,136,255,0.14));
  border-color: rgba(124,231,255,0.42);
  box-shadow: 0 0 0 1px rgba(124,231,255,0.18);
  color: #f5fbff;
}

#einfach-mehr-app .sector-tabs .chip.is-active:hover,
#einfach-mehr-app .sector-tabs .chip.is-active:focus-visible {
  border-color: rgba(124,231,255,0.42);
}

#einfach-mehr-app .sector-panel {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.32s ease,
    transform 0.32s ease;
}

#einfach-mehr-app .sector-panel[hidden] {
  display: none !important;
}

#einfach-mehr-app .sector-panel {
  touch-action: pan-y;
}

#einfach-mehr-app .sector-panel.is-active {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: no-preference) {
  #einfach-mehr-app .sector-panel.is-active .section-head,
  #einfach-mehr-app .sector-panel.is-active .grid-3,
  #einfach-mehr-app .sector-panel.is-active .feature-grid,
  #einfach-mehr-app .sector-panel.is-active .steps,
  #einfach-mehr-app .sector-panel.is-active .audience-grid {
    animation: fadeUp 0.48s ease both;
  }
}

@media (max-width: 980px) {
  #einfach-mehr-app .sector-switcher .container {
    justify-content: flex-start;
  }

  #einfach-mehr-app .sector-tabs {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  #einfach-mehr-app .sector-switcher {
    padding: 14px 0 18px;
  }

  #einfach-mehr-app .sector-switcher .container {
    width: min(var(--max), calc(100% - 24px));
    justify-content: flex-start;
  }

  #einfach-mehr-app .sector-tabs {
    display: flex;
    gap: 10px;
    width: 100%;
    padding: 10px 0 12px;
    overflow-x: auto;
    overflow-y: visible;
    flex-wrap: nowrap;
    justify-content: flex-start;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
  }

  #einfach-mehr-app .sector-tabs::-webkit-scrollbar {
    display: none;
  }

  #einfach-mehr-app .sector-tabs .chip {
    flex: 0 0 auto;
    white-space: nowrap;
    scroll-snap-align: start;
    min-height: 54px;
    padding: 0 22px;
    font-size: 0.95rem;
  }
}

@media (max-width: 520px) {
  #einfach-mehr-app .sector-switcher {
    padding-top: 12px;
  }

  #einfach-mehr-app .sector-tabs {
    gap: 8px;
    padding: 10px 0 12px;
  }

  #einfach-mehr-app .sector-tabs .chip {
    min-height: 54px;
    padding: 0 22px;
    font-size: 0.95rem;
  }
}

#einfach-mehr-app .app-screen-panel {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 22px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(26px) scale(0.982);
  transition: opacity 0.46s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.46s ease;
}

#einfach-mehr-app .app-screen-panel.is-entering-next {
  transform: translateX(30px) translateY(12px) scale(0.978);
}

#einfach-mehr-app .app-screen-panel.is-entering-prev {
  transform: translateX(-30px) translateY(12px) scale(0.978);
}

#einfach-mehr-app .app-screen-panel.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

#einfach-mehr-app .app-screen-stage {
  position: relative;
  min-height: 560px;
  padding: 20px 18px 0;
  overflow: visible;
}

#einfach-mehr-app .app-screen-stage::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 34px;
  background:
    radial-gradient(circle at 76% 18%, rgba(37,244,238,0.16), transparent 22%),
    linear-gradient(180deg, rgba(5,8,22,0.82) 0%, rgba(5,8,22,0.56) 34%, rgba(5,8,22,0.28) 64%, rgba(5,8,22,0.12) 100%);
  pointer-events: none;
  z-index: 0;
}

#einfach-mehr-app .app-screen-stage::after {
  content: '';
  position: absolute;
  left: 8px;
  top: 16px;
  width: min(320px, calc(100% - 28px));
  height: 308px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,0.06), transparent 28%),
    linear-gradient(135deg, rgba(4, 8, 18, 0.99) 0%, rgba(7, 12, 24, 0.97) 54%, rgba(7, 12, 24, 0.56) 82%, rgba(7, 12, 24, 0.06) 100%);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 34px 84px rgba(0,0,0,0.56);
  pointer-events: none;
  z-index: 1;
}

#einfach-mehr-app .app-screen-phone {
  position: absolute;
  border-radius: 30px;
  padding: 12px;
  background: linear-gradient(180deg, #111b2d 0%, #091120 100%);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 24px 50px rgba(0,0,0,0.35);
  overflow: hidden;
}

#einfach-mehr-app .app-screen-phone-main {
  left: 50%;
  top: 0;
  width: min(350px, 100% - 32px);
  transform: translateX(-50%);
  z-index: 2;
}

#einfach-mehr-app .app-screen-phone-float {
  width: 178px;
  right: 0;
  bottom: 28px;
  transform: rotate(9deg);
  z-index: 3;
  background: linear-gradient(180deg, rgba(17,27,45,0.98) 0%, rgba(9,17,32,0.98) 100%);
}

#einfach-mehr-app .app-screen-phone-float-right {
  right: auto;
  left: 4px;
  transform: rotate(-9deg);
}

#einfach-mehr-app .app-screen-panel .app-screen-phone-main,
#einfach-mehr-app .app-screen-panel .app-screen-phone-float,
#einfach-mehr-app .app-screen-panel .app-screen-meta {
  opacity: 0;
  will-change: transform, opacity;
}

#einfach-mehr-app .app-screen-panel .app-screen-phone-main {
  transform: translateX(-50%) translateY(44px) scale(0.94);
}

#einfach-mehr-app .app-screen-panel .app-screen-phone-float {
  transform: translateY(34px) rotate(14deg) scale(0.92);
}

#einfach-mehr-app .app-screen-panel .app-screen-phone-float-right {
  transform: translateY(34px) rotate(-14deg) scale(0.92);
}

#einfach-mehr-app .app-screen-panel .app-screen-meta {
  transform: translateY(28px) scale(0.98);
}

#einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-main {
  animation: appShowcaseMainIn 0.78s cubic-bezier(0.18, 0.9, 0.22, 1) forwards;
}

#einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-float {
  animation: appShowcaseFloatIn 0.82s cubic-bezier(0.18, 0.9, 0.22, 1) 0.08s forwards;
}

#einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-float-right {
  animation-name: appShowcaseFloatInLeft;
}

#einfach-mehr-app .app-screen-panel.is-active .app-screen-meta {
  animation: appShowcaseMetaIn 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.14s forwards;
}

@keyframes appShowcaseMainIn {
  0% { opacity: 0; transform: translateX(-50%) translateY(44px) scale(0.94); }
  65% { opacity: 1; }
  100% { opacity: 1; transform: translateX(-50%) translateY(0) scale(1); }
}

@keyframes appShowcaseFloatIn {
  0% { opacity: 0; transform: translateY(40px) rotate(14deg) scale(0.9); }
  65% { opacity: 1; }
  100% { opacity: 1; transform: translateY(0) rotate(9deg) scale(1); }
}

@keyframes appShowcaseFloatInLeft {
  0% { opacity: 0; transform: translateY(40px) rotate(-14deg) scale(0.9); }
  65% { opacity: 1; }
  100% { opacity: 1; transform: translateY(0) rotate(-9deg) scale(1); }
}

@keyframes appShowcaseMetaIn {
  0% { opacity: 0; transform: translateY(28px) scale(0.98); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

#einfach-mehr-app .app-screen-phone .mini-screen {
  min-height: 100%;
}

#einfach-mehr-app .app-screen-phone-main .mini-screen img {
  aspect-ratio: 9 / 18;
}

#einfach-mehr-app .app-screen-phone-float .mini-screen img {
  aspect-ratio: 9 / 18;
}

#einfach-mehr-app .app-screen-phone-main .mini-screen img,
#einfach-mehr-app .app-screen-phone-float .mini-screen img {
  filter: brightness(0.72) contrast(1.04) saturate(0.96);
  transition: filter 0.45s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

#einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-main {
  box-shadow:
    0 30px 74px rgba(0,0,0,0.42),
    0 0 0 1px rgba(255,255,255,0.08),
    0 0 34px rgba(37,244,238,0.14),
    0 0 72px rgba(139,92,246,0.10);
}

#einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-main .mini-screen img {
  filter: brightness(0.78) contrast(1.06) saturate(1);
}

#einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-float .mini-screen img {
  filter: brightness(0.76) contrast(1.06) saturate(1);
}

#einfach-mehr-app .app-screen-meta {
  position: absolute;
  top: 30px;
  left: 22px;
  z-index: 4;
  width: min(252px, calc(100% - 44px));
  padding: 22px 22px 20px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(4,8,18,0.96) 0%, rgba(8,14,28,0.93) 100%);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 28px 72px rgba(0,0,0,0.56), inset 0 1px 0 rgba(255,255,255,0.05);
  backdrop-filter: blur(26px);
  -webkit-backdrop-filter: blur(26px);
  isolation: isolate;
}

#einfach-mehr-app .app-screen-meta::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.01) 28%, rgba(255,255,255,0) 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02);
  pointer-events: none;
  z-index: -1;
}

#einfach-mehr-app .app-screen-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
}

#einfach-mehr-app .app-screen-meta h3 {
  margin: 0 0 10px;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
  color: #ffffff;
  text-shadow: 0 14px 34px rgba(0,0,0,0.58);
}

#einfach-mehr-app .app-screen-meta p {
  margin: 0;
  color: rgba(244,248,255,0.96);
  font-size: 0.98rem;
  line-height: 1.62;
  max-width: 28ch;
  text-shadow: 0 12px 30px rgba(0,0,0,0.52);
}

#einfach-mehr-app .visual-panel {
  padding: 22px;
  border-radius: 32px;
  position: relative;
  min-height: 560px;
  overflow: hidden;
}
#einfach-mehr-app .visual-panel::before {
  content: '';
  position: absolute;
  inset: auto auto 24px -28px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(139,92,246,0.30), transparent 68%);
}
#einfach-mehr-app .phone-duo {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 18px;
  position: relative;
  z-index: 2;
  padding-top: 14px;
}
#einfach-mehr-app .phone-mini {
  width: 224px;
  padding: 12px;
  border-radius: 30px;
  background: linear-gradient(180deg, #111b2d 0%, #091120 100%);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 24px 50px rgba(0,0,0,0.35);
}
#einfach-mehr-app .phone-mini.tilt-left { transform: rotate(-10deg) translateY(40px); }
#einfach-mehr-app .phone-mini.tilt-right { transform: rotate(8deg); }

#einfach-mehr-app .mini-screen {
  min-height: 390px;
  display: flex;
  align-items: stretch;
}

#einfach-mehr-app .mini-screen img,
#einfach-mehr-app .showcase-card img,
#einfach-mehr-app .orbit-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#einfach-mehr-app .showcase-card {
  padding: 0;
  overflow: hidden;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
}
#einfach-mehr-app .showcase-card img,
#einfach-mehr-app .orbit-screen img {
  aspect-ratio: 9 / 18;
}

#einfach-mehr-app .orbit-screen {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 20px 40px rgba(0,0,0,0.22);
  background: rgba(255,255,255,0.06);
  animation: floatY 7s ease-in-out infinite;
  will-change: transform;
}
#einfach-mehr-app .orbit-screen:nth-child(2) { animation-delay: 0.8s; }
#einfach-mehr-app .orbit-screen:nth-child(3) { animation-delay: 1.6s; }

#einfach-mehr-app .step {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  transform: translateY(0) scale(1);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.35s ease;
  will-change: transform, box-shadow;
}

#einfach-mehr-app .step::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.05) 0%,
    rgba(255,255,255,0.015) 42%,
    rgba(254,44,85,0.06) 100%
  );
  opacity: 0;
  transition: opacity 0.45s ease;
  pointer-events: none;
}

#einfach-mehr-app .step:hover {
  transform: translateY(-14px) scale(1.02);
  border-color: rgba(255,255,255,0.22);
  box-shadow:
    0 34px 78px rgba(0,0,0,0.46),
    0 0 0 1px rgba(255,255,255,0.04) inset,
    0 0 38px rgba(37,244,238,0.08);
}

#einfach-mehr-app .step:hover::after {
  opacity: 1;
}

#einfach-mehr-app .step .step-number {
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    filter 0.35s ease;
}

#einfach-mehr-app .step:hover .step-number {
  transform: translateY(-2px) scale(1.06);
  box-shadow:
    0 14px 30px rgba(254,44,85,0.24),
    0 0 24px rgba(37,244,238,0.14);
  filter: saturate(1.08);
}

#einfach-mehr-app .step h3,
#einfach-mehr-app .step p {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
}

#einfach-mehr-app .step:hover h3 {
  transform: translateY(-2px);
}

#einfach-mehr-app .step:hover p {
  transform: translateY(-1px);
}
#einfach-mehr-app .step::before {
  content: '';
  position: absolute;
  inset: auto -10% -30% auto;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(254,44,85,0.10), transparent 70%);
  pointer-events: none;
}
#einfach-mehr-app .step-number {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  font-weight: 800;
  margin-bottom: 18px;
  box-shadow: 0 10px 24px rgba(254,44,85,0.18);
}

#einfach-mehr-app .audience-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#einfach-mehr-app .audience-label {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  margin-bottom: 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
  color: #dce7ff;
  transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}
#einfach-mehr-app .audience-points {
  display: grid;
  gap: 10px;
  color: #edf4ff;
  font-size: 0.95rem;
  margin-top: auto;
}
#einfach-mehr-app .audience-points span::before {
  content: '•';
  margin-right: 8px;
  color: var(--secondary);
}

#einfach-mehr-app .download-stats {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 18px;
}
#einfach-mehr-app .stat-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  font-weight: 700;
  color: #e8efff;
}
#einfach-mehr-app .rating-star {
  color: #ffd166;
  font-size: 0.95rem;
}

#einfach-mehr-app .download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
#einfach-mehr-app .store-badge {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-height: 58px;
  padding: 10px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  min-width: 180px;
}
#einfach-mehr-app .store-badge small {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1;
  margin-bottom: 4px;
}
#einfach-mehr-app .store-badge strong {
  font-size: 1rem;
  line-height: 1.1;
}
#einfach-mehr-app .partner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 10px 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(254,44,85,0.18), rgba(37,244,238,0.14));
  border: 1px solid rgba(255,255,255,0.12);
  font-weight: 800;
}

#einfach-mehr-app .qr-card {
  padding: 14px;
  border-radius: 20px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
}
#einfach-mehr-app .qr-box {
  aspect-ratio: 1;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(254,44,85,0.15), rgba(37,244,238,0.12));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
#einfach-mehr-app .qr-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#einfach-mehr-app .qr-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.35;
}

#einfach-mehr-app .cta-panel {
  border-radius: 34px;
  padding: 34px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 28px;
  position: relative;
  overflow: hidden;
}
#einfach-mehr-app .cta-panel::after {
  content: '';
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(37,244,238,0.20), transparent 70%);
  right: -40px;
  top: -80px;
}

body.page-template-page-einfach-mehr .site,
body.page-template-page-einfach-mehr .site-content,
body.page-template-page-einfach-mehr .ast-container,
body.page-template-page-einfach-mehr .entry-content {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

body.page-template-page-einfach-mehr .entry-header,
body.page-template-page-einfach-mehr .ast-breadcrumbs,
body.page-template-page-einfach-mehr .site-header,
body.page-template-page-einfach-mehr .site-footer {
  display: none !important;
}

@media (max-width: 1100px) {
  #einfach-mehr-app .hero-grid,
  #einfach-mehr-app .feature-grid,
  #einfach-mehr-app .cta-panel,
  #einfach-mehr-app .grid-3,
  #einfach-mehr-app .steps,
  #einfach-mehr-app .audience-grid,
  #einfach-mehr-app .showcase-strip,
  #einfach-mehr-app .screens-orbit,
  #einfach-mehr-app .qr-grid {
    grid-template-columns: 1fr 1fr;
  }

  #einfach-mehr-app .hero-visual { min-height: auto; }
  #einfach-mehr-app .float-top,
  #einfach-mehr-app .float-bottom {
    position: static;
    width: auto;
    margin-top: 16px;
  }
  #einfach-mehr-app .phone-card { margin-top: 20px; }
  #einfach-mehr-app .section-head {
    align-items: start;
    flex-direction: column;
  }
  #einfach-mehr-app .hero-metrics-two {
    flex-wrap: wrap;
  }

  #einfach-mehr-app .app-showcase-panel-wrap {
    min-height: 680px;
  }

  #einfach-mehr-app .app-screen-stage {
    min-height: 520px;
  }
}

@media (max-width: 760px) {
  #einfach-mehr-app .hero,
  #einfach-mehr-app section {
    padding: 28px 0; 
  }

  #einfach-mehr-app .hero-grid,
  #einfach-mehr-app .feature-grid,
  #einfach-mehr-app .cta-panel,
  #einfach-mehr-app .grid-3,
  #einfach-mehr-app .steps,
  #einfach-mehr-app .audience-grid,
  #einfach-mehr-app .showcase-strip,
  #einfach-mehr-app .screens-orbit,
  #einfach-mehr-app .qr-grid {
    grid-template-columns: 1fr;
  }

  #einfach-mehr-app .phone-shell {
    width: min(280px, 100%);
    transform: none;
  }

  #einfach-mehr-app .phone-duo {
    flex-direction: column;
    align-items: center;
  }

  #einfach-mehr-app .phone-mini,
  #einfach-mehr-app .phone-mini.tilt-left,
  #einfach-mehr-app .phone-mini.tilt-right {
    transform: none;
  }

  #einfach-mehr-app .cta-panel,
  #einfach-mehr-app .card,
  #einfach-mehr-app .visual-panel,
  #einfach-mehr-app .phone-card,
  #einfach-mehr-app .audience-card,
  #einfach-mehr-app .step {
    padding: 22px;
  }

  #einfach-mehr-app h1 { max-width: 100%; }

  #einfach-mehr-app .hero-actions,
  #einfach-mehr-app .download-actions {
    flex-direction: column;
    align-items: stretch;
  }

  #einfach-mehr-app .btn,
  #einfach-mehr-app .store-badge,
  #einfach-mehr-app .partner-btn {
    width: 100%;
  }

  #einfach-mehr-app .hero-display-top {
    flex-direction: column;
    align-items: flex-start;
  }

  #einfach-mehr-app .hero-app-tag-full {
    white-space: normal;
    font-size: 0.8rem;
  }

  #einfach-mehr-app .app-showcase-intro {
    margin-bottom: 20px;
  }

  #einfach-mehr-app .app-showcase-panel-wrap {
    min-height: auto;
  }

  #einfach-mehr-app .app-showcase-panels {
    min-height: 0;
  }

  #einfach-mehr-app .app-screen-panel,
  #einfach-mehr-app .app-screen-panel.is-active {
    position: relative;
    inset: auto;
  }

  #einfach-mehr-app .app-screen-panel:not(.is-active) {
    display: none;
  }

  #einfach-mehr-app .app-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  #einfach-mehr-app .app-tabs::-webkit-scrollbar {
    display: none;
  }

  #einfach-mehr-app .app-tabs .chip {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  #einfach-mehr-app .app-screen-stage {
    min-height: 0;
    padding: 0 0 18px;
  }

  #einfach-mehr-app .app-screen-stage::after {
    left: 8px;
    top: 8px;
    width: calc(100% - 16px);
    height: 236px;
  }

  #einfach-mehr-app .app-screen-phone-main {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    transform: none;
  }

  #einfach-mehr-app .app-screen-panel .app-screen-phone-main {
    transform: translateY(28px) scale(0.96);
  }

  #einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-main {
    animation-name: appShowcaseMainInMobile;
  }

  #einfach-mehr-app .app-screen-phone-float,
  #einfach-mehr-app .app-screen-phone-float-right {
    width: 42%;
    right: 6px;
    left: auto;
    bottom: 10px;
    transform: rotate(7deg);
    box-shadow: 0 18px 40px rgba(0,0,0,0.34), 0 0 24px rgba(37,244,238,0.08);
  }

  #einfach-mehr-app .app-screen-panel .app-screen-phone-float,
  #einfach-mehr-app .app-screen-panel .app-screen-phone-float-right {
    transform: translateY(24px) rotate(7deg) scale(0.94);
  }

  #einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-float,
  #einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-float-right {
    animation-name: appShowcaseFloatInMobile;
  }

  #einfach-mehr-app .app-screen-meta {
    position: absolute;
    top: 12px;
    left: 12px;
    width: min(272px, calc(100% - 24px));
    padding: 18px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(4,8,18,0.98) 0%, rgba(8,14,28,0.95) 100%);
  }

  #einfach-mehr-app .app-screen-meta h3 {
    font-size: 1.5rem;
    max-width: 12ch;
  }

  #einfach-mehr-app .app-screen-meta p {
    max-width: 26ch;
    font-size: 0.94rem;
  }
}

@keyframes appShowcaseMainInMobile {
  0% { opacity: 0; transform: translateY(28px) scale(0.96); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes appShowcaseFloatInMobile {
  0% { opacity: 0; transform: translateY(24px) rotate(10deg) scale(0.92); }
  100% { opacity: 1; transform: translateY(0) rotate(7deg) scale(1); }
}
/* Partner Programm Cards – gestaffelte Animation */

#einfach-mehr-app #creator .step {
  opacity: 0;
  transform: translateY(32px) scale(0.985);
}

#einfach-mehr-app #creator.is-visible .step {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease;
}

#einfach-mehr-app #creator.is-visible .step:nth-child(1) {
  transition-delay: 0.04s;
}

#einfach-mehr-app #creator.is-visible .step:nth-child(2) {
  transition-delay: 0.14s;
}

#einfach-mehr-app #creator.is-visible .step:nth-child(3) {
  transition-delay: 0.24s;
}
/* Partner Programm – stärkerer Hover wie bei modernen App-Landingpages */
#einfach-mehr-app #creator .step {
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.35s ease;
  will-change: transform, box-shadow;
}

#einfach-mehr-app #creator .step:hover {
  transform: translateY(-14px) scale(1.022);
  border-color: rgba(255,255,255,0.24);
  box-shadow:
    0 36px 82px rgba(0,0,0,0.48),
    0 0 36px rgba(37,244,238,0.08);
}

#einfach-mehr-app #creator .step .step-number {
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    filter 0.35s ease;
}

#einfach-mehr-app #creator .step:hover .step-number {
  transform: translateY(-2px) scale(1.06);
  box-shadow:
    0 14px 30px rgba(254,44,85,0.24),
    0 0 20px rgba(37,244,238,0.14);
}

#einfach-mehr-app #creator .step h3,
#einfach-mehr-app #creator .step p {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

#einfach-mehr-app #creator .step:hover h3 {
  transform: translateY(-2px);
}

#einfach-mehr-app #creator .step:hover p {
  transform: translateY(-1px);
}

/* Download section refinements */
#einfach-mehr-app .download-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#einfach-mehr-app .download-partner-btn {
  min-height: 46px;
  padding: 10px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

#einfach-mehr-app .download-brand {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  width: min(100%, 540px);
  margin-top: 30px;
  padding: 22px 24px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 18% 50%, rgba(254,44,85,0.16), transparent 28%),
    radial-gradient(circle at 90% 24%, rgba(37,244,238,0.16), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,0.10), rgba(255,255,255,0.04));
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow:
    0 24px 54px rgba(0,0,0,0.28),
    inset 0 1px 0 rgba(255,255,255,0.06);
  overflow: hidden;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

#einfach-mehr-app .download-brand::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 22%, rgba(255,255,255,0.08) 46%, transparent 70%);
  background-size: 220% 100%;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

#einfach-mehr-app .download-brand:hover {
  transform: translateY(-6px);
  border-color: rgba(255,255,255,0.18);
  box-shadow:
    0 30px 70px rgba(0,0,0,0.34),
    0 0 34px rgba(37,244,238,0.08),
    inset 0 1px 0 rgba(255,255,255,0.08);
}

#einfach-mehr-app .download-brand:hover::before {
  opacity: 1;
}

#einfach-mehr-app .download-brand-mark {
  display: inline-flex;
  align-items: flex-end;
  gap: 4px;
  padding: 14px 12px;
  border-radius: 18px;
  background: rgba(8, 14, 30, 0.42);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

#einfach-mehr-app .download-brand-mark .bar {
  width: 10px;
  border-radius: 4px 4px 2px 2px;
  display: block;
}

#einfach-mehr-app .download-brand-mark .bar.gold {
  height: 22px;
  background: linear-gradient(180deg, #f2d14c, #d6b126);
}

#einfach-mehr-app .download-brand-mark .bar.rose {
  height: 30px;
  background: linear-gradient(180deg, #ef546f, #c83b58);
}

#einfach-mehr-app .download-brand-mark .bar.dark {
  height: 42px;
  background: linear-gradient(180deg, #2d3041, #111522);
}

#einfach-mehr-app .download-brand-copy {
  display: grid;
  gap: 6px;
}

#einfach-mehr-app .download-brand-eyebrow {
  color: rgba(226,236,255,0.74);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

#einfach-mehr-app .download-brand-copy strong {
  color: #f7f9fc;
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}

#einfach-mehr-app .download-brand-copy span:last-child {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

#einfach-mehr-app .download-brand-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  color: #edf4ff;
  font-size: 0.86rem;
  font-weight: 700;
  white-space: nowrap;
}

#einfach-mehr-app .download-qr-panel {
  padding: 24px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(37,244,238,0.16), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.05));
}

#einfach-mehr-app .download-qr-panel h3 {
  margin-bottom: 10px;
}

#einfach-mehr-app .download-qr-panel > p {
  max-width: 44ch;
  line-height: 1.58;
}

#einfach-mehr-app .download-qr-panel h3,
#einfach-mehr-app .download-qr-panel > p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#einfach-mehr-app .download-qr-grid {
  align-items: stretch;
  gap: 16px;
  margin-top: 22px;
}

#einfach-mehr-app .download-qr-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  min-height: 100%;
  padding: 16px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.05));
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

#einfach-mehr-app .download-qr-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,255,255,0.18);
  box-shadow:
    0 24px 52px rgba(0,0,0,0.28),
    0 0 26px rgba(37,244,238,0.07),
    inset 0 1px 0 rgba(255,255,255,0.05);
}

#einfach-mehr-app .download-qr-card .qr-box {
  width: 100%;
  max-width: 210px;
  background: rgba(255,255,255,0.10);
}

#einfach-mehr-app .download-qr-card p {
  display: none;
}

#einfach-mehr-app .download-qr-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-top: 16px;
}

#einfach-mehr-app .download-rating {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  min-width: 182px;
  max-width: 100%;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  color: #e8efff;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

#einfach-mehr-app .download-count {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 10px 14px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

#einfach-mehr-app .count-number {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 800;
  color: #f7f9fc;
  text-shadow: 0 0 20px rgba(37,244,238,0.08);
}

#einfach-mehr-app .download-count span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.2;
  text-align: center;
}

#einfach-mehr-app .download-store-badge {
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 0;
  width: 100%;
  min-height: 56px;
}

#einfach-mehr-app #download .download-stats,
#einfach-mehr-app #download .download-actions,
#einfach-mehr-app #download .chip-row {
  display: none;
}

@media (max-width: 1100px) {
  #einfach-mehr-app .download-brand {
    width: 100%;
    grid-template-columns: auto 1fr;
  }

  #einfach-mehr-app .download-brand-link {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  #einfach-mehr-app .download-brand {
    width: 100%;
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 14px;
    padding: 20px;
  }

  #einfach-mehr-app .download-brand-link {
    justify-self: start;
  }

  #einfach-mehr-app .download-qr-grid {
    grid-template-columns: 1fr;
  }

  #einfach-mehr-app .download-qr-card .qr-box {
    max-width: 220px;
  }

  #einfach-mehr-app .download-rating {
    min-width: 0;
    width: 100%;
    font-size: 0.96rem;
  }
}

/* Network marquee + reviews */
#einfach-mehr-app .network-showcase {
  position: relative;
  padding: 28px;
  border-radius: 32px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

#einfach-mehr-app .network-showcase::before {
  content: '';
  position: absolute;
  inset: -10% auto auto -8%;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(37,244,238,0.12), transparent 68%);
  pointer-events: none;
}

#einfach-mehr-app .network-showcase::after {
  content: '';
  position: absolute;
  inset: auto -6% -18% auto;
  width: 340px;
  height: 340px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(254,44,85,0.10), transparent 68%);
  pointer-events: none;
}

#einfach-mehr-app .network-marquee {
  position: relative;
  z-index: 2;
}

#einfach-mehr-app .network-marquee + .network-marquee {
  margin-top: 22px;
}

#einfach-mehr-app .network-marquee-viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0, black 8%, black 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, black 8%, black 92%, transparent 100%);
}

#einfach-mehr-app .network-marquee-track {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: max-content;
  min-width: max-content;
  will-change: transform;
}

#einfach-mehr-app .network-marquee-group {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex: 0 0 auto;
  gap: 18px;
  min-width: max-content;
  padding-right: 18px;
}

#einfach-mehr-app .network-marquee-logos .network-marquee-track {
  animation: networkLogoSlide 38s linear infinite;
}

#einfach-mehr-app .network-marquee-reviews .network-marquee-track {
  animation: networkReviewSlide 48s linear infinite;
}

#einfach-mehr-app .network-marquee:hover .network-marquee-track {
  animation-play-state: paused;
}

#einfach-mehr-app .network-logo-card {
  width: 176px;
  min-width: 176px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  overflow: hidden;
}

#einfach-mehr-app .network-logo-img {
  display: block;
  width: auto;
  max-width: 132px;
  height: 30px;
  max-height: 30px;
  object-fit: contain;
  object-position: center;
  opacity: 0.84;
  filter: grayscale(1) brightness(1.88) contrast(0.94);
  transition: opacity 0.3s ease, filter 0.3s ease, transform 0.3s ease;
}

#einfach-mehr-app .network-logo-img-media-society {
  max-width: 138px;
  height: 32px;
  max-height: 32px;
}

#einfach-mehr-app .network-logo-img-plus-x {
  max-width: 112px;
  height: 34px;
  max-height: 34px;
}

#einfach-mehr-app .network-logo-img-dimp {
  max-width: 108px;
  height: 29px;
  max-height: 29px;
}

#einfach-mehr-app .network-logo-img-demv {
  max-width: 132px;
  height: 28px;
  max-height: 28px;
}

#einfach-mehr-app .network-logo-img-einfach {
  max-width: 136px;
  height: 26px;
  max-height: 26px;
}

#einfach-mehr-app .network-logo-img-professional-works {
  max-width: 134px;
  height: 28px;
  max-height: 28px;
}

#einfach-mehr-app .network-logo-img-blau-direkt,
#einfach-mehr-app .network-logo-img-maxpool,
#einfach-mehr-app .network-logo-img-memberspot {
  max-width: 124px;
  height: 27px;
  max-height: 27px;
}

#einfach-mehr-app .network-logo-img.is-brand-color {
  opacity: 1;
  filter: none;
}

#einfach-mehr-app .network-logo-card:hover .network-logo-img {
  opacity: 1;
  filter: grayscale(0.12) brightness(1.06) contrast(1.02);
  transform: translateY(-1px);
}

#einfach-mehr-app .network-logo-card:hover .network-logo-img.is-brand-color {
  filter: none;
}

#einfach-mehr-app .review-chip {
  min-width: 348px;
  max-width: 348px;
  padding: 20px 22px;
  border-radius: 24px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
}

#einfach-mehr-app .review-chip p,
#einfach-mehr-app .review-preview-card p {
  margin: 10px 0 14px;
  color: #e7eefc;
  line-height: 1.55;
}

#einfach-mehr-app .review-chip strong,
#einfach-mehr-app .review-preview-card strong {
  color: var(--muted);
  font-size: 0.92rem;
}

#einfach-mehr-app .review-chip-stars {
  display: inline-flex;
  color: #ffd166;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
}

#einfach-mehr-app .review-write-grid {
  position: relative;
  z-index: 2;
  margin-top: 26px;
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 22px;
  align-items: start;
}

#einfach-mehr-app .review-write-copy h3 {
  margin: 0 0 12px;
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  letter-spacing: -0.04em;
  color: #f7f9fc !important;
}

#einfach-mehr-app .review-write-copy p,
#einfach-mehr-app .review-preview-head p {
  margin: 0;
  color: var(--muted);
}

#einfach-mehr-app .review-write-copy p {
  max-width: 34ch;
  line-height: 1.7;
  margin-bottom: 18px;
}

#einfach-mehr-app .review-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  padding: 22px;
  border-radius: 28px;
  align-items: start;
}

#einfach-mehr-app .review-form-status {
  grid-column: 1 / -1;
}

#einfach-mehr-app .review-form > .review-form-row {
  width: 100%;
  min-width: 0;
  justify-self: stretch;
}

#einfach-mehr-app .review-form-row {
  display: grid;
  gap: 8px;
  min-width: 0;
}

#einfach-mehr-app .review-form-row-wide {
  grid-column: 1 / -1;
}

#einfach-mehr-app .review-form label {
  color: #e9f1ff;
  font-weight: 700;
  font-size: 0.92rem;
}

#einfach-mehr-app .review-form input,
#einfach-mehr-app .review-form textarea {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;

  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  color: #f7f9fc;
  padding: 14px 16px;
  font: inherit;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

#einfach-mehr-app .review-form input::placeholder,
#einfach-mehr-app .review-form textarea::placeholder {
  color: rgba(179,192,216,0.8);
}

#einfach-mehr-app .review-form input:focus,
#einfach-mehr-app .review-form textarea:focus {
  outline: none;
  border-color: rgba(37,244,238,0.45);
  box-shadow: 0 0 0 4px rgba(37,244,238,0.10);
  background: rgba(255,255,255,0.08);
}

#einfach-mehr-app .review-rating-picker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: fit-content;
  min-height: 52px;
  padding: 6px 12px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
}

#einfach-mehr-app .review-star {
  appearance: none;
  border: none;
  background: transparent;
  color: rgba(255, 209, 102, 0.28);
  font-size: 1.65rem;
  line-height: 1;
  padding: 2px;
  cursor: pointer;
  transition: transform 0.22s ease, color 0.22s ease, text-shadow 0.22s ease;
}

#einfach-mehr-app .review-star.is-active {
  color: #ffd166;
  text-shadow: 0 0 18px rgba(255, 209, 102, 0.2);
}

#einfach-mehr-app .review-star:hover,
#einfach-mehr-app .review-star:focus-visible {
  transform: translateY(-1px) scale(1.04);
  color: #ffd166;
  outline: none;
}

#einfach-mehr-app .review-toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 78px;
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
}

#einfach-mehr-app .review-toggle-copy {
  display: grid;
  gap: 4px;
}

#einfach-mehr-app .review-toggle-copy label {
  margin: 0;
  cursor: pointer;
}

#einfach-mehr-app .review-toggle-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

#einfach-mehr-app .review-switch {
  position: relative;
  width: 58px;
  height: 34px;
  flex: 0 0 auto;
  display: inline-flex;
}

#einfach-mehr-app .review-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

#einfach-mehr-app .review-switch-slider {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02);
  transition: background 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

#einfach-mehr-app .review-switch-slider::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 6px 16px rgba(0,0,0,0.24);
  transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}

#einfach-mehr-app .review-switch input:checked + .review-switch-slider {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-color: rgba(255,255,255,0.20);
  box-shadow: 0 12px 28px rgba(254,44,85,0.16);
}

#einfach-mehr-app .review-switch input:checked + .review-switch-slider::before {
  transform: translateX(24px);
}

#einfach-mehr-app .review-switch input:focus-visible + .review-switch-slider {
  outline: 2px solid rgba(37,244,238,0.55);
  outline-offset: 2px;
}

#einfach-mehr-app .review-submit {
  width: fit-content;
  min-width: 220px;
}

#einfach-mehr-app .review-author-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

#einfach-mehr-app .review-creator-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 20px rgba(254,44,85,0.18);
}

#einfach-mehr-app .review-preview-wrap {
  position: relative;
  z-index: 2;
  margin-top: 24px;
}

#einfach-mehr-app .review-preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

#einfach-mehr-app .review-preview-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

#einfach-mehr-app .review-preview-card,
#einfach-mehr-app .review-preview-empty {
  padding: 20px 22px;
  border-radius: 24px;
}

#einfach-mehr-app .review-preview-empty {
  color: var(--muted);
  text-align: center;
}

@keyframes networkLogoSlide {
  from { transform: translate3d(-50%, 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}

@keyframes networkReviewSlide {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@media (max-width: 1100px) {
  #einfach-mehr-app .review-write-grid {
    grid-template-columns: 1fr;
  }

  #einfach-mehr-app .review-preview-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  #einfach-mehr-app .network-showcase {
    padding: 20px;
  }

  #einfach-mehr-app .network-marquee-viewport {
    -webkit-mask-image: linear-gradient(to right, transparent 0, black 6%, black 94%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0, black 6%, black 94%, transparent 100%);
  }

  #einfach-mehr-app .network-logo-card {
    width: 150px;
    min-width: 150px;
    height: 74px;
    padding: 12px 14px;
  }

  #einfach-mehr-app .network-logo-img {
    width: auto;
    max-width: 108px;
    height: 24px;
    max-height: 24px;
    object-fit: contain;
    object-position: center;
  }

  #einfach-mehr-app .network-logo-img-media-society {
    max-width: 112px;
    height: 26px;
    max-height: 26px;
  }

  #einfach-mehr-app .network-logo-img-plus-x {
    max-width: 92px;
    height: 28px;
    max-height: 28px;
  }

  #einfach-mehr-app .network-logo-img-dimp {
    max-width: 86px;
    height: 23px;
    max-height: 23px;
  }

  #einfach-mehr-app .network-logo-img-demv {
    max-width: 108px;
    height: 22px;
    max-height: 22px;
  }

  #einfach-mehr-app .network-logo-img-einfach,
  #einfach-mehr-app .network-logo-img-professional-works {
    max-width: 112px;
    height: 22px;
    max-height: 22px;
  }

  #einfach-mehr-app .network-logo-img-blau-direkt,
  #einfach-mehr-app .network-logo-img-maxpool,
  #einfach-mehr-app .network-logo-img-memberspot {
    max-width: 102px;
    height: 22px;
    max-height: 22px;
  }

  #einfach-mehr-app .review-chip {
    min-width: 272px;
    max-width: 272px;
    padding: 18px;
  }

  #einfach-mehr-app .review-form {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  #einfach-mehr-app .review-rating-picker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
  width: fit-content;
  justify-content: flex-start;
}

  #einfach-mehr-app .review-toggle-row {
    align-items: flex-start;
  }

  #einfach-mehr-app .review-submit {
    width: 100%;
  }

  #einfach-mehr-app .review-preview-head {
    flex-direction: column;
    align-items: flex-start;
  }

  #einfach-mehr-app .review-preview-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  #einfach-mehr-app .app-showcase-grid {
    gap: 22px;
  }

  #einfach-mehr-app .app-showcase-panel-wrap {
    padding: 16px;
    border-radius: 26px;
    overflow: hidden;
  }

  #einfach-mehr-app .app-screen-panel,
  #einfach-mehr-app .app-screen-panel.is-active {
    gap: 16px;
  }

  #einfach-mehr-app .app-screen-stage {
    min-height: 368px;
    padding: 112px 0 0;
    overflow: hidden;
  }

  #einfach-mehr-app .app-screen-stage::after {
    left: 50%;
    top: 10px;
    width: min(260px, calc(100% - 28px));
    height: 180px;
    transform: translateX(-50%);
    border-radius: 24px;
  }

  #einfach-mehr-app .app-screen-phone-main,
  #einfach-mehr-app .app-screen-panel .app-screen-phone-main,
  #einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-main {
    left: 50%;
    width: min(216px, calc(100% - 116px));
    transform: translateX(-50%);
  }

  #einfach-mehr-app .app-screen-phone-main {
    top: 10px;
  }

  #einfach-mehr-app .app-screen-phone-float,
  #einfach-mehr-app .app-screen-phone-float-right,
  #einfach-mehr-app .app-screen-panel .app-screen-phone-float,
  #einfach-mehr-app .app-screen-panel .app-screen-phone-float-right,
  #einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-float,
  #einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-float-right {
    width: min(104px, 32vw);
    right: 10px;
    left: auto;
    bottom: 12px;
    transform: rotate(7deg);
  }

  #einfach-mehr-app .app-screen-phone-float-right,
  #einfach-mehr-app .app-screen-panel .app-screen-phone-float-right,
  #einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-float-right {
    left: 10px;
    right: auto;
    transform: rotate(-7deg);
  }

  #einfach-mehr-app .app-screen-meta {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: 2px;
    padding: 16px;
    border-radius: 20px;
  }

  #einfach-mehr-app .app-screen-meta h3 {
    max-width: none;
    font-size: 1.22rem;
  }

  #einfach-mehr-app .app-screen-meta p {
    max-width: none;
    font-size: 0.92rem;
  }
}

@media (max-width: 420px) {
  #einfach-mehr-app .app-screen-stage {
    min-height: 344px;
    padding-top: 104px;
  }

  #einfach-mehr-app .app-screen-phone-main,
  #einfach-mehr-app .app-screen-panel .app-screen-phone-main,
  #einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-main {
    width: min(198px, calc(100% - 122px));
  }

  #einfach-mehr-app .app-screen-phone-float,
  #einfach-mehr-app .app-screen-phone-float-right,
  #einfach-mehr-app .app-screen-panel .app-screen-phone-float,
  #einfach-mehr-app .app-screen-panel .app-screen-phone-float-right,
  #einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-float,
  #einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-float-right {
    width: min(96px, 30vw);
  }
}

/* Review badge alignment fix */
#einfach-mehr-app .review-author-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 14px;
}

#einfach-mehr-app .review-author-row strong {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
}

#einfach-mehr-app .review-creator-badge {
  margin-left: auto;
  flex: 0 0 auto;
}

@media (max-width: 480px) {
  #einfach-mehr-app .review-author-row {
    align-items: center;
    gap: 10px;
  }

  #einfach-mehr-app .review-author-row strong {
    min-width: 0;
  }

  #einfach-mehr-app .review-creator-badge {
    font-size: 0.68rem;
    padding: 6px 9px;
  }
}

/* Showcase mobile re-fix */
@media (max-width: 760px) {
  #einfach-mehr-app #app,
  #einfach-mehr-app .app-showcase-grid,
  #einfach-mehr-app .app-showcase-copy,
  #einfach-mehr-app .app-showcase-panel-wrap,
  #einfach-mehr-app .app-showcase-panels,
  #einfach-mehr-app .app-screen-panel {
    min-width: 0;
  }

  #einfach-mehr-app .app-showcase-panel-wrap {
    overflow: hidden;
  }

  #einfach-mehr-app .app-tabs {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    padding-bottom: 4px;
  }

  #einfach-mehr-app .app-tabs .chip {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  #einfach-mehr-app .app-screen-panel,
  #einfach-mehr-app .app-screen-panel.is-active {
    gap: 14px;
  }

  #einfach-mehr-app .app-screen-stage {
    min-height: 300px;
    padding: 84px 0 0;
    overflow: hidden;
  }

  #einfach-mehr-app .app-screen-stage::after {
    left: 50%;
    top: 8px;
    width: min(220px, calc(100% - 28px));
    height: 144px;
    transform: translateX(-50%);
    border-radius: 22px;
  }

  #einfach-mehr-app .app-screen-phone-main,
  #einfach-mehr-app .app-screen-panel .app-screen-phone-main,
  #einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-main {
    left: 50%;
    top: 6px;
    width: min(160px, calc(100% - 150px));
    transform: translateX(-50%);
  }

  #einfach-mehr-app .app-screen-phone-float,
  #einfach-mehr-app .app-screen-phone-float-right,
  #einfach-mehr-app .app-screen-panel .app-screen-phone-float,
  #einfach-mehr-app .app-screen-panel .app-screen-phone-float-right,
  #einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-float,
  #einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-float-right {
    width: min(72px, 23vw);
    bottom: 8px;
  }

  #einfach-mehr-app .app-screen-phone-float,
  #einfach-mehr-app .app-screen-panel .app-screen-phone-float,
  #einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-float {
    right: 6px;
    left: auto;
    transform: rotate(7deg);
  }

  #einfach-mehr-app .app-screen-phone-float-right,
  #einfach-mehr-app .app-screen-panel .app-screen-phone-float-right,
  #einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-float-right {
    left: 6px;
    right: auto;
    transform: rotate(-7deg);
  }

  #einfach-mehr-app .app-screen-meta {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: 6px;
    padding: 16px;
    border-radius: 20px;
  }

  #einfach-mehr-app .app-screen-meta h3 {
    max-width: none;
    font-size: 1.18rem;
  }

  #einfach-mehr-app .app-screen-meta p {
    max-width: none;
    font-size: 0.9rem;
    line-height: 1.56;
  }
}

@media (max-width: 420px) {
  #einfach-mehr-app .app-screen-stage {
    min-height: 286px;
    padding-top: 80px;
  }

  #einfach-mehr-app .app-screen-stage::after {
    width: min(208px, calc(100% - 24px));
    height: 136px;
  }

  #einfach-mehr-app .app-screen-phone-main,
  #einfach-mehr-app .app-screen-panel .app-screen-phone-main,
  #einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-main {
    width: min(152px, calc(100% - 146px));
  }

  #einfach-mehr-app .app-screen-phone-float,
  #einfach-mehr-app .app-screen-phone-float-right,
  #einfach-mehr-app .app-screen-panel .app-screen-phone-float,
  #einfach-mehr-app .app-screen-panel .app-screen-phone-float-right,
  #einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-float,
  #einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-float-right {
    width: min(68px, 22vw);
  }
}

/* Hero mobile stability fix */
@media (max-width: 760px) {
  #einfach-mehr-app .hero {
    padding-top: 130px !important;
  }

  #einfach-mehr-app .hero-grid,
  #einfach-mehr-app .hero-copy,
  #einfach-mehr-app .hero-visual {
    min-width: 0;
  }

  #einfach-mehr-app .hero-copy p {
    max-width: none;
  }

  #einfach-mehr-app .hero-actions {
    width: 100%;
    gap: 12px;
    margin-bottom: 20px;
  }

  #einfach-mehr-app .hero-actions > * {
    min-width: 0;
    width: 100%;
  }

  #einfach-mehr-app .hero-metrics,
  #einfach-mehr-app .hero-metrics-two {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
    gap: 12px;
  }

  #einfach-mehr-app .hero-metrics-two .metric,
  #einfach-mehr-app .metric {
    min-width: 0;
    width: 100%;
  }

  #einfach-mehr-app .hero-visual {
    display: grid;
    justify-items: center;
    align-items: start;
    gap: 16px;
    width: 100%;
    min-height: auto;
    padding-top: 6px;
  }

  #einfach-mehr-app .phone-card {
    width: min(100%, 360px);
    max-width: 100%;
    margin: 0 auto;
    padding: 18px 14px 20px;
    border-radius: 28px;
    overflow: hidden;
  }

  #einfach-mehr-app .phone-shell {
    width: min(100%, 258px);
    padding: 12px;
    border-radius: 34px;
  }

  #einfach-mehr-app .phone-screen {
    min-height: 500px;
    padding: 24px 18px;
    border-radius: 24px;
  }

  #einfach-mehr-app .float-top,
  #einfach-mehr-app .float-bottom {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: min(100%, 360px);
    margin: 0 auto;
  }

  #einfach-mehr-app .blob {
    width: 320px;
    height: 320px;
    top: 34px;
    right: 50%;
    transform: translateX(50%);
  }

  #einfach-mehr-app .blob-small {
    width: 120px;
    height: 120px;
    left: 50%;
    bottom: 120px;
    transform: translateX(-50%);
  }
}

@media (max-width: 420px) {
  #einfach-mehr-app .hero {
    padding-top: 118px;
  }

  #einfach-mehr-app .phone-card,
  #einfach-mehr-app .float-top,
  #einfach-mehr-app .float-bottom {
    width: 100%;
  }

  #einfach-mehr-app .phone-shell {
    width: min(100%, 244px);
  }

  #einfach-mehr-app .phone-screen {
    min-height: 468px;
    padding: 22px 16px;
  }
}

/* App showcase mobile preview redesign */
@media (max-width: 760px) {
  #einfach-mehr-app .app-tabs {
    padding-top: 8px;
    overflow-y: visible;
  }

  #einfach-mehr-app .app-tabs .chip {
    margin-top: 2px;
  }

  #einfach-mehr-app .app-screen-panel,
  #einfach-mehr-app .app-screen-panel.is-active {
    gap: 14px;
  }

  #einfach-mehr-app .app-screen-stage {
    min-height: 430px;
    padding: 16px 0 0;
    overflow: hidden;
  }

  #einfach-mehr-app .app-screen-stage::after {
    left: 12px;
    right: 12px;
    top: 12px;
    width: auto;
    height: calc(100% - 18px);
    transform: none;
    border-radius: 28px;
    background:
      linear-gradient(180deg, rgba(4, 8, 18, 0.08) 0%, rgba(4, 8, 18, 0.10) 55%, rgba(4, 8, 18, 0.82) 100%);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
    z-index: 2;
  }

  #einfach-mehr-app .app-screen-phone-main,
  #einfach-mehr-app .app-screen-panel .app-screen-phone-main,
  #einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-main {
    position: absolute;
    top: 18px;
    left: 18px;
    right: 18px;
    width: auto;
    height: 330px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 22px;
    transform: none;
    overflow: hidden;
    z-index: 1;
    animation: none;
    opacity: 1;
  }

  #einfach-mehr-app .app-screen-phone-main .mini-screen {
    height: 100%;
    min-height: 100%;
    border-radius: 22px;
    overflow: hidden;
    background: transparent;
  }

  #einfach-mehr-app .app-screen-phone-main .mini-screen img {
    width: 100%;
    height: 100%;
    min-height: 135%;
    object-fit: cover;
    object-position: top center;
    aspect-ratio: auto;
    display: block;
    filter: brightness(0.98) contrast(1.02) saturate(1.02);
    transform: none;
    mask-image: linear-gradient(180deg, #000 0%, #000 74%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 74%, transparent 100%);
  }

  #einfach-mehr-app .app-screen-phone-float,
  #einfach-mehr-app .app-screen-phone-float-right,
  #einfach-mehr-app .app-screen-panel .app-screen-phone-float,
  #einfach-mehr-app .app-screen-panel .app-screen-phone-float-right,
  #einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-float,
  #einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-float-right {
    display: none;
  }

  #einfach-mehr-app .app-screen-meta {
    position: relative;
    z-index: 3;
    margin-top: 14px;
  }
}

@media (max-width: 420px) {
  #einfach-mehr-app .app-screen-stage {
    min-height: 400px;
  }

  #einfach-mehr-app .app-screen-phone-main,
  #einfach-mehr-app .app-screen-panel .app-screen-phone-main,
  #einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-main {
    left: 14px;
    right: 14px;
    top: 14px;
    height: 304px;
    border-radius: 20px;
  }

  #einfach-mehr-app .app-screen-phone-main .mini-screen,
  #einfach-mehr-app .app-screen-phone-main .mini-screen img {
    border-radius: 20px;
  }
}

/* Mobile showcase preview refinement: readable screenshot + subtle gloss */
@media (max-width: 760px) {
  #einfach-mehr-app .app-tabs {
    padding-top: 8px;
    overflow-y: visible;
  }

  #einfach-mehr-app .app-tabs .chip {
    margin-top: 2px;
  }

  #einfach-mehr-app .app-screen-stage {
    min-height: 430px;
    padding: 16px 0 0;
    overflow: hidden;
  }

  #einfach-mehr-app .app-screen-stage::after {
    left: 12px;
    right: 12px;
    top: 12px;
    width: auto;
    height: calc(100% - 18px);
    transform: none;
    border-radius: 28px;
    background:
      linear-gradient(180deg,
        rgba(4,8,18,0.00) 0%,
        rgba(4,8,18,0.00) 60%,
        rgba(4,8,18,0.28) 84%,
        rgba(4,8,18,0.82) 100%);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
    z-index: 3;
    pointer-events: none;
  }

  #einfach-mehr-app .app-screen-stage::before {
    z-index: 1;
  }

  #einfach-mehr-app .app-screen-phone-main,
  #einfach-mehr-app .app-screen-panel .app-screen-phone-main,
  #einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-main {
    position: absolute;
    top: 18px;
    left: 18px;
    right: 18px;
    width: auto;
    height: 330px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 22px;
    transform: none;
    overflow: hidden;
    z-index: 2;
    animation: none;
    opacity: 1;
  }

  #einfach-mehr-app .app-screen-phone-main .mini-screen {
    position: relative;
    height: 100%;
    min-height: 100%;
    border-radius: 22px;
    overflow: hidden;
    background: transparent;
  }

  #einfach-mehr-app .app-screen-phone-main .mini-screen::before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    height: 30%;
    background: linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.04) 45%, rgba(255,255,255,0) 100%);
    pointer-events: none;
    z-index: 2;
    mix-blend-mode: screen;
  }

  #einfach-mehr-app .app-screen-phone-main .mini-screen img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: top center;
    aspect-ratio: auto;
    display: block;
    filter: brightness(1.02) contrast(1.04) saturate(1.03);
    transform: scale(1.035);
    mask-image: linear-gradient(180deg, #000 0%, #000 72%, rgba(0,0,0,0.72) 88%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 72%, rgba(0,0,0,0.72) 88%, transparent 100%);
  }

  #einfach-mehr-app .app-screen-phone-float,
  #einfach-mehr-app .app-screen-phone-float-right,
  #einfach-mehr-app .app-screen-panel .app-screen-phone-float,
  #einfach-mehr-app .app-screen-panel .app-screen-phone-float-right,
  #einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-float,
  #einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-float-right {
    display: none;
  }

  #einfach-mehr-app .app-screen-meta {
    position: relative;
    top: auto;
    left: auto;
    z-index: 4;
    margin-top: 14px;
  }
}

@media (max-width: 420px) {
  #einfach-mehr-app .app-screen-stage {
    min-height: 400px;
  }

  #einfach-mehr-app .app-screen-phone-main,
  #einfach-mehr-app .app-screen-panel .app-screen-phone-main,
  #einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-main {
    left: 14px;
    right: 14px;
    top: 14px;
    height: 304px;
    border-radius: 20px;
  }

  #einfach-mehr-app .app-screen-phone-main .mini-screen,
  #einfach-mehr-app .app-screen-phone-main .mini-screen img {
    border-radius: 20px;
  }
}

@media (max-width: 760px) {
  #einfach-mehr-app .app-screen-stage::after {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: linear-gradient(
      180deg,
      rgba(4,8,18,0.00) 0%,
      rgba(4,8,18,0.00) 66%,
      rgba(4,8,18,0.18) 86%,
      rgba(4,8,18,0.62) 100%
    );
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
  }

  #einfach-mehr-app .app-screen-phone-main .mini-screen::before {
    height: 18%;
    background: linear-gradient(
      180deg,
      rgba(255,255,255,0.08) 0%,
      rgba(255,255,255,0.02) 48%,
      rgba(255,255,255,0.00) 100%
    );
    mix-blend-mode: normal;
  }

  #einfach-mehr-app .app-screen-phone-main .mini-screen img,
  #einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-main .mini-screen img {
    filter: none;
    transform: scale(1.02);
  }
}

@media (max-width: 420px) {
  #einfach-mehr-app .app-screen-stage::after {
    background: linear-gradient(
      180deg,
      rgba(4,8,18,0.00) 0%,
      rgba(4,8,18,0.00) 64%,
      rgba(4,8,18,0.16) 86%,
      rgba(4,8,18,0.58) 100%
    );
  }
}

/* Mobile showcase fill fix: screenshot should occupy the full dark stage */
@media (max-width: 760px) {
  #einfach-mehr-app .app-screen-stage {
    min-height: 380px;
  }

  #einfach-mehr-app .app-screen-phone-main,
  #einfach-mehr-app .app-screen-panel .app-screen-phone-main,
  #einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-main {
    top: 0;
    height: 100%;
  }

  #einfach-mehr-app .app-screen-phone-main .mini-screen {
    height: 120%;
  }
}

@media (max-width: 420px) {
  #einfach-mehr-app .app-screen-stage {
    min-height: 360px;
  }

  #einfach-mehr-app .app-screen-phone-main,
  #einfach-mehr-app .app-screen-panel .app-screen-phone-main,
  #einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-main {
    top: 0;
    height: 100%;
  }

  #einfach-mehr-app .app-screen-phone-main .mini-screen,
  #einfach-mehr-app .app-screen-phone-main .mini-screen img {
    height: 118%;
  }
}

/* Mobile showcase embed refinement: restore top frame and clean lower fade */
@media (max-width: 760px) {
  #einfach-mehr-app .app-screen-phone-main,
  #einfach-mehr-app .app-screen-panel .app-screen-phone-main,
  #einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-main {
    top: 14px;
    height: calc(100% - 28px);
  }

  #einfach-mehr-app .app-screen-phone-main .mini-screen {
    height: 112%;
  }

  #einfach-mehr-app .app-screen-phone-main .mini-screen img {
    mask-image: linear-gradient(180deg, #000 0%, #000 68%, rgba(0,0,0,0.92) 78%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 68%, rgba(0,0,0,0.92) 78%, transparent 100%);
  }
}

@media (max-width: 420px) {
  #einfach-mehr-app .app-screen-phone-main,
  #einfach-mehr-app .app-screen-panel .app-screen-phone-main,
  #einfach-mehr-app .app-screen-panel.is-active .app-screen-phone-main {
    top: 12px;
    height: calc(100% - 24px);
  }

  #einfach-mehr-app .app-screen-phone-main .mini-screen {
    height: 110%;
  }

  #einfach-mehr-app .app-screen-phone-main .mini-screen img {
    mask-image: linear-gradient(180deg, #000 0%, #000 66%, rgba(0,0,0,0.94) 78%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 66%, rgba(0,0,0,0.94) 78%, transparent 100%);
  }
}
/* ===================================== */
/* Legal Pages Styling */
/* ===================================== */

body.page {
  background: radial-gradient(1200px 800px at 50% -200px,#0f1430,#050816);
  color: #e6e9f2;
}

body.page .site-content,
body.page article,
body.page .entry-content {
  max-width: 920px;
  margin: 0 auto;
  padding: 80px 24px;
}

body.page h1 {
  font-size: clamp(2.2rem,4vw,3rem);
  letter-spacing:-0.04em;
  margin-bottom:40px;
  color:#ffffff;
}

body.page h2 {
  margin-top:48px;
  margin-bottom:16px;
  font-size: clamp(1.6rem,2.5vw,2rem);
  color:#ffffff;
}

body.page h3 {
  margin-top:32px;
  margin-bottom:12px;
  color:#ffffff;
}

body.page p,
body.page li {
  color: rgba(255,255,255,0.72);
  line-height:1.7;
}

body.page a {
  color:#4da3ff;
}

body.page ul {
  margin:18px 0;
  padding-left:20px;
}

body.page li {
  margin:6px 0;
}
/* ===================================== */
/* Legal Page Template */
/* ===================================== */

#legal-page {
  min-height: 100vh;
  background:
    radial-gradient(1200px 700px at 50% -180px, rgba(88, 110, 255, 0.16), transparent 60%),
    linear-gradient(180deg, #060816 0%, #0a1020 100%);
  color: #f7f9fc;

  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

#legal-page .legal-page-section {
  padding: 120px 20px 80px;
}

#legal-page .legal-page-container {
  max-width: 920px;
  margin: 0 auto;
}

#legal-page .legal-page-head {
  margin-bottom: 36px;
}

#legal-page .legal-page-kicker {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.78);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 18px;
}

#legal-page .legal-page-head h1 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #ffffff;
}

#legal-page .legal-page-content {
  padding: 32px;
  border-radius: 28px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 24px 80px rgba(0,0,0,0.28);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

#legal-page .legal-page-content > *:first-child {
  margin-top: 0;
}

#legal-page .legal-page-content h2 {
  margin: 32px 0 14px;
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #ffffff;
}

#legal-page .legal-page-content h3 {
  margin: 24px 0 10px;
  font-size: 1.1rem;
  color: #ffffff;
}

#legal-page .legal-page-content p,
#legal-page .legal-page-content li {
  color: rgba(255,255,255,0.76);
  line-height: 1.75;
}

#legal-page .legal-page-content a {
  color: #8fb7ff;
  text-decoration: none;
}

#legal-page .legal-page-content a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#legal-page .legal-page-content ul,
#legal-page .legal-page-content ol {
  padding-left: 22px;
  margin: 16px 0;
}

#legal-page .legal-page-content strong {
  color: #ffffff;
}

@media (max-width: 760px) {
  #legal-page .legal-page-section {
    padding: 104px 16px 64px;
  }

  #legal-page .legal-page-content {
    padding: 22px;
    border-radius: 22px;
  }
}
/* Fix mobile overflow for legal pages */

#legal-page {
  overflow-x: hidden;
}

#legal-page .legal-page-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

#legal-page a {
  word-break: break-all;
}
body.page-template-page-legal .site-header,
body.page-template-page-legal .ast-mobile-header-wrap,
body.page-template-page-legal .ast-primary-header-bar,
body.page-template-page-legal .main-header-bar {
  display: none !important;
}

body.page-template-page-legal #legal-page .legal-page-section {
  padding-top: 150px;
}

/* =====================================
   Frontpage polish overrides
===================================== */

/* 1) Partner button: mobile clickable + desktop slightly higher */
#einfach-mehr-app .cta-panel::after {
  pointer-events: none;
  z-index: 0;
}

#einfach-mehr-app .download-copy,
#einfach-mehr-app .download-qr-panel {
  position: relative;
  z-index: 1;
}

#einfach-mehr-app .download-partner-btn {
  position: relative;
  z-index: 3;
  transform: translateY(-6px);
  margin-bottom: 22px;
}

@media (max-width: 760px) {
  #einfach-mehr-app .download-partner-btn {
    transform: none;
  }
}

/* 2) QR area: visually lighter, less glass-in-glass */
#einfach-mehr-app .download-qr-panel {
  padding: 24px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(37,244,238,0.12), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.04));
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 20px 44px rgba(0,0,0,0.18);
}

#einfach-mehr-app .download-qr-grid {
  gap: 14px;
}

#einfach-mehr-app .download-qr-card {
  padding: 14px 14px 12px;
  border-radius: 22px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: none;
}

#einfach-mehr-app .download-qr-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,0.12);
  box-shadow: 0 16px 32px rgba(0,0,0,0.18);
}

#einfach-mehr-app .download-qr-card .qr-box {
  max-width: 190px;
  padding: 10px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(0,0,0,0.10);
}

#einfach-mehr-app .download-qr-meta {
  gap: 10px;
  margin-top: 14px;
}

#einfach-mehr-app .download-rating {
  min-height: 34px;
  min-width: 0;
  width: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(232,239,255,0.9);
  font-size: 0.94rem;
}

#einfach-mehr-app .download-count {
  gap: 4px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#einfach-mehr-app .count-number {
  font-size: 1.95rem;
  text-shadow: none;
}

#einfach-mehr-app .download-count span {
  font-size: 0.78rem;
}

#einfach-mehr-app .download-store-badge {
  min-height: 48px;
  padding: 10px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: none;
}

#einfach-mehr-app .download-store-badge small {
  color: rgba(255,255,255,0.62);
}

#einfach-mehr-app .download-store-badge strong {
  color: #f7f9fc;
}

@media (max-width: 760px) {
  #einfach-mehr-app .download-qr-panel {
    padding: 22px;
  }

  #einfach-mehr-app .download-qr-card .qr-box {
    max-width: 200px;
  }

  #einfach-mehr-app .download-rating {
    width: 100%;
    justify-content: center;
  }
}

/* 3) Legal section repaired */
#einfach-mehr-app .legal-footer-section {
  padding-top: 20px;
  padding-bottom: 64px;
}

#einfach-mehr-app .legal-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 30px 32px;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

#einfach-mehr-app .legal-footer-copy {
  min-width: 0;
}

#einfach-mehr-app .legal-footer-copy h3 {
  margin: 12px 0 10px;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #f7f9fc;
}

#einfach-mehr-app .legal-footer-copy p {
  margin: 0;
  color: rgba(255,255,255,0.74);
  max-width: 54ch;
}

#einfach-mehr-app .legal-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

#einfach-mehr-app .legal-footer-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  color: #eef4ff;
  font-weight: 600;
  white-space: nowrap;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

#einfach-mehr-app .legal-footer-link:hover,
#einfach-mehr-app .legal-footer-link:focus-visible {
  transform: translateY(-1px);
  background: rgba(255,255,255,0.09);
  border-color: rgba(255,255,255,0.16);
  outline: none;
}

@media (max-width: 760px) {
  #einfach-mehr-app .legal-footer {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 24px 22px;
  }

  #einfach-mehr-app .legal-footer-links {
    justify-content: flex-start;
  }

  #einfach-mehr-app .legal-footer-link {
    min-height: 42px;
    padding: 10px 14px;
  }
}
/* =====================================
GLOBAL SCROLL TO TOP BUTTON
===================================== */

.ast-scroll-top-icon,
#ast-scroll-top,
.scroll-up,
a[href="#top"].scroll-top {
  position: fixed;
  right: 22px;
  bottom: 22px;

  width: 54px;
  height: 54px;
  border-radius: 18px;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: rgba(10, 18, 34, 0.62) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;

  box-shadow:
    0 16px 40px rgba(0,0,0,0.28),
    0 0 24px rgba(37, 244, 238, 0.10),
    0 0 32px rgba(179, 136, 255, 0.08);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  color: #eef4ff !important;
  line-height: 1 !important;
  text-align: center;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;

  z-index: 999;
}

/* Hover / Focus */

.ast-scroll-top-icon:hover,
#ast-scroll-top:hover,
.scroll-up:hover,
a[href="#top"].scroll-top:hover,
.ast-scroll-top-icon:focus-visible,
#ast-scroll-top:focus-visible,
.scroll-up:focus-visible,
a[href="#top"].scroll-top:focus-visible {
  transform: translateY(-2px);

  background: rgba(15, 24, 42, 0.82) !important;
  border-color: rgba(92, 225, 230, 0.34) !important;

  box-shadow:
    0 20px 44px rgba(0,0,0,0.34),
    0 0 28px rgba(37, 244, 238, 0.18),
    0 0 36px rgba(179, 136, 255, 0.12);

  color: #ffffff !important;
  outline: none;
}

/* Icon */

.ast-scroll-top-icon svg,
.ast-scroll-top-icon i,
#ast-scroll-top svg,
#ast-scroll-top i,
.scroll-up svg,
.scroll-up i,
a[href="#top"].scroll-top svg,
a[href="#top"].scroll-top i {
  width: 18px !important;
  height: 18px !important;
  font-size: 18px !important;
  line-height: 1 !important;

  display: block !important;
  position: static !important;

  margin: 0 !important;
  padding: 0 !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: rotate(180deg) !important;
}

/* Falls Astra einen inneren Span nutzt */

.ast-scroll-top-icon span,
#ast-scroll-top span,
.scroll-up span,
a[href="#top"].scroll-top span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
  height: 100%;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Mobile */

@media (max-width: 768px) {
  .ast-scroll-top-icon,
  #ast-scroll-top,
  .scroll-up,
  a[href="#top"].scroll-top {
    right: 16px;
    bottom: 16px;
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }
}

#einfach-mehr-app .audience-card-link:hover {
  border-color: rgba(92,225,230,0.25);
  background: linear-gradient(
    135deg,
    rgba(37,244,238,0.06),
    rgba(254,44,85,0.04)
  );
}

/* Label färben */

#einfach-mehr-app .audience-card-link:hover .audience-label {
  color: #25f4ee;
  background: rgba(37,244,238,0.10);
  border-color: rgba(37,244,238,0.22);
}

/* Punkte heller */

#einfach-mehr-app .audience-card-link:hover .audience-points span {
  color: #eaf6ff !important;
}
/* =====================================
   Cookie Banner / Consent – Safe Visual Skin
   ===================================== */

.cmplz-cookiebanner,
#cmplz-cookiebanner-container .cmplz-cookiebanner {
  border-radius: 24px !important;
  border: 1px solid rgba(255, 255, 255, 0.10) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03)),
    rgba(7, 17, 31, 0.92) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255,255,255,0.06) !important;
  color: rgba(255,255,255,0.84) !important;
  overflow: hidden !important;
}

.cmplz-cookiebanner * {
  font-family: inherit !important;
}

.cmplz-cookiebanner .cmplz-title,
.cmplz-title {
  font-size: 1.3rem !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  color: #f7f9fc !important;
}

.cmplz-cookiebanner .cmplz-message,
.cmplz-message {
  color: rgba(255,255,255,0.76) !important;
  line-height: 1.7 !important;
}

.cmplz-cookiebanner a,
.cmplz-cookiebanner .cmplz-links a,
.cmplz-cookiebanner .cmplz-message a {
  color: #8fe8ff !important;
  text-decoration: none !important;
  transition: color .22s ease, opacity .22s ease !important;
}

.cmplz-cookiebanner a:hover,
.cmplz-cookiebanner .cmplz-links a:hover,
.cmplz-cookiebanner .cmplz-message a:hover {
  color: #ffffff !important;
}

.cmplz-cookiebanner .cmplz-buttons {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}

.cmplz-cookiebanner .cmplz-btn,
.cmplz-btn {
  min-height: 48px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  background: rgba(255,255,255,0.05) !important;
  color: #f7f9fc !important;
  font-weight: 700 !important;
  transition:
    transform .22s ease,
    background .22s ease,
    border-color .22s ease,
    box-shadow .22s ease !important;
}

.cmplz-cookiebanner .cmplz-btn:hover,
.cmplz-btn:hover {
  transform: translateY(-2px) !important;
  background: rgba(255,255,255,0.08) !important;
  border-color: rgba(255,255,255,0.18) !important;
  box-shadow: 0 10px 24px rgba(0,0,0,0.22) !important;
}

.cmplz-cookiebanner .cmplz-btn.cmplz-accept,
.cmplz-btn.cmplz-accept {
  background: linear-gradient(90deg, #ff6f9f 0%, #38d9e6 100%) !important;
  color: #08111f !important;
  border: none !important;
  box-shadow: 0 14px 34px rgba(56,217,230,0.20) !important;
}

.cmplz-cookiebanner .cmplz-btn.cmplz-accept:hover,
.cmplz-btn.cmplz-accept:hover {
  transform: translateY(-2px) scale(1.01) !important;
  filter: brightness(1.04) !important;
}

.cmplz-cookiebanner .cmplz-close,
.cmplz-close {
  border-radius: 12px !important;
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  color: #ffffff !important;
}

.cmplz-cookiebanner .cmplz-close:hover,
.cmplz-close:hover {
  background: rgba(255,255,255,0.08) !important;
  border-color: rgba(255,255,255,0.18) !important;
}

@media (max-width: 768px) {
  .cmplz-cookiebanner .cmplz-btn,
  .cmplz-btn {
    width: 100% !important;
    justify-content: center !important;
  }
}

#einfach-mehr-app .hero {
  padding-top: 175px !important;
}

@media (max-width: 760px) {
  #einfach-mehr-app .hero {
    padding-top: 130px !important;
  }
}

/* ===================================== */
/* Hero mobile swipe layout */
/* ===================================== */
@media (max-width: 760px) {
  #einfach-mehr-app .hero {
    overflow: visible;
    padding-top: 124px;
    padding-bottom: 34px;
  }

  #einfach-mehr-app .hero .container,
  #einfach-mehr-app .hero-copy {
    overflow: visible;
  }

  #einfach-mehr-app .eyebrow {
    margin-top: 8px;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  #einfach-mehr-app .hero .container {
    width: min(var(--max), calc(100% - 24px));
  }

  #einfach-mehr-app .hero-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    grid-template-columns: none;
    align-items: stretch;
    gap: 0;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 6px;
  }


  #einfach-mehr-app .hero-grid::-webkit-scrollbar {
    display: none;
  }

  #einfach-mehr-app .hero-copy,
  #einfach-mehr-app .hero-visual {
    min-width: 100%;
    width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  #einfach-mehr-app .hero-copy {
    padding-right: 10px;
  }

  #einfach-mehr-app .hero-copy p {
    max-width: 34ch;
  }

  #einfach-mehr-app .hero-actions {
    width: 100%;
    gap: 12px;
    margin-bottom: 22px;
  }

  #einfach-mehr-app .hero-actions > * {
    width: 100%;
    min-width: 0;
  }

  #einfach-mehr-app .hero-metrics,
  #einfach-mehr-app .hero-metrics-two {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
    gap: 12px;
  }

  #einfach-mehr-app .hero-metrics-two .metric,
  #einfach-mehr-app .metric {
    width: 100%;
    min-width: 0;
  }

  #einfach-mehr-app .hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 700px;
    padding: 14px 18px 10px;
    overflow: visible;
  }

  #einfach-mehr-app .blob {
    width: min(420px, 92vw);
    height: min(420px, 92vw);
    top: 44px;
    right: 50%;
    transform: translateX(50%);
  }

  #einfach-mehr-app .blob-small {
    width: 150px;
    height: 150px;
    left: 6px;
    bottom: 74px;
  }

  #einfach-mehr-app .phone-card {
    width: min(440px, 100%);
    max-width: 100%;
    margin: 0 auto;
    padding: 24px 18px 24px;
    border-radius: 32px;
    overflow: visible;
  }

  #einfach-mehr-app .phone-shell {
    width: min(326px, 100%);
    transform: rotate(-8deg);
  }

  #einfach-mehr-app .phone-screen {
    min-height: 610px;
  }

  #einfach-mehr-app .float-top,
  #einfach-mehr-app .float-bottom {
    position: absolute;
    margin-top: 0;
    z-index: 4;
  }

  #einfach-mehr-app .float-top {
    top: 62px;
    left: 2px;
    width: min(220px, 58vw);
  }

  #einfach-mehr-app .float-bottom {
    right: 2px;
    bottom: 88px;
    width: min(236px, 60vw);
  }
}

@media (max-width: 520px) {
  #einfach-mehr-app .hero-visual {
    min-height: 640px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #einfach-mehr-app .phone-card {
    width: min(400px, 100%);
    padding: 20px 14px 20px;
  }

  #einfach-mehr-app .phone-shell {
    width: min(292px, 100%);
    transform: rotate(-7deg);
  }

  #einfach-mehr-app .phone-screen {
    min-height: 560px;
    padding: 26px 18px;
  }

  #einfach-mehr-app .float-top {
    top: 54px;
    left: 0;
    width: min(190px, 54vw);
  }

  #einfach-mehr-app .float-bottom {
    right: 0;
    bottom: 76px;
    width: min(200px, 56vw);
  }

  #einfach-mehr-app .hero-display h3 {
    font-size: 1.58rem;
  }

  #einfach-mehr-app .hero-benefit {
    grid-template-columns: 38px 1fr;
    gap: 10px;
    padding: 11px;
  }

  #einfach-mehr-app .hero-benefit-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 0.72rem;
  }

  #einfach-mehr-app .hero-benefit span {
    font-size: 0.86rem;
  }
}

@media (max-width: 390px) {
  #einfach-mehr-app .hero-visual {
    min-height: 600px;
  }

  #einfach-mehr-app .phone-shell {
    width: min(270px, 100%);
    transform: rotate(-6deg);
  }

  #einfach-mehr-app .phone-screen {
    min-height: 520px;
  }

  #einfach-mehr-app .float-top {
    width: min(168px, 52vw);
  }

  #einfach-mehr-app .float-bottom {
    width: min(176px, 54vw);
  }

  #einfach-mehr-app .float-card {
    padding: 14px 14px;
    border-radius: 18px;
  }

  #einfach-mehr-app .float-card strong {
    font-size: 0.88rem;
  }

  #einfach-mehr-app .float-card span {
    font-size: 0.78rem;
    line-height: 1.4;
  }
}

/* ===================================== */
/* Hero mobile visual compact fix */
/* ganz am Ende von einfach-mehr.css einfügen */
/* ===================================== */

@media (max-width: 760px) {
  #einfach-mehr-app .hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 540px;
    padding: 8px 8px 0;
    overflow: visible;
  }

  #einfach-mehr-app .phone-card {
    width: min(100%, 320px);
    padding: 16px 12px;
    border-radius: 26px;
    overflow: visible;
  }

  #einfach-mehr-app .phone-shell {
    width: min(100%, 232px);
    padding: 10px;
    border-radius: 30px;
    transform: rotate(-7deg);
  }

  #einfach-mehr-app .phone-notch {
    width: 88px;
    height: 18px;
    margin: 0 auto 10px;
  }

  #einfach-mehr-app .phone-screen {
    min-height: 410px;
    padding: 18px 14px;
    border-radius: 20px;
  }

  #einfach-mehr-app .hero-display {
    gap: 14px;
  }

  #einfach-mehr-app .hero-app-tag {
    padding: 8px 10px;
    font-size: 0.72rem;
  }

  #einfach-mehr-app .hero-app-tag-full {
    font-size: 0.7rem;
  }

  #einfach-mehr-app .hero-display h3 {
    font-size: 1.42rem;
    line-height: 1.02;
    max-width: 9.5ch;
  }

  #einfach-mehr-app .hero-display p {
    font-size: 0.84rem;
    line-height: 1.4;
    max-width: 24ch;
  }

  #einfach-mehr-app .hero-benefits {
    gap: 8px;
    margin-top: 4px;
  }

  #einfach-mehr-app .hero-benefit {
    grid-template-columns: 34px 1fr;
    gap: 9px;
    padding: 9px 10px;
    border-radius: 14px;
  }

  #einfach-mehr-app .hero-benefit-icon {
    width: 34px;
    height: 34px;
    border-radius: 11px;
    font-size: 0.68rem;
  }

  #einfach-mehr-app .hero-benefit span {
    font-size: 0.8rem;
    line-height: 1.3;
  }

  #einfach-mehr-app .float-top,
  #einfach-mehr-app .float-bottom {
    position: absolute;
    margin: 0;
    width: 168px;
    padding: 14px 14px;
    border-radius: 18px;
    z-index: 4;
  }

  #einfach-mehr-app .float-top {
    top: 32px;
    left: -6px;
  }

  #einfach-mehr-app .float-bottom {
    right: -10px;
    bottom: 42px;
  }

  #einfach-mehr-app .float-card strong {
    font-size: 0.84rem;
    margin-bottom: 6px;
  }

  #einfach-mehr-app .float-card span {
    font-size: 0.74rem;
    line-height: 1.35;
  }

  #einfach-mehr-app .blob {
    width: 260px;
    height: 260px;
    top: 36px;
    right: 50%;
    transform: translateX(50%);
  }

  #einfach-mehr-app .blob-small {
    width: 92px;
    height: 92px;
    left: 8px;
    bottom: 74px;
    transform: none;
  }
}

@media (max-width: 420px) {
  #einfach-mehr-app .hero-visual {
    min-height: 500px;
  }

  #einfach-mehr-app .phone-card {
    width: min(100%, 292px);
    padding: 14px 10px;
  }

  #einfach-mehr-app .phone-shell {
    width: min(100%, 214px);
    padding: 9px;
    border-radius: 28px;
    transform: rotate(-6deg);
  }

  #einfach-mehr-app .phone-screen {
    min-height: 380px;
    padding: 16px 12px;
    border-radius: 18px;
  }

  #einfach-mehr-app .hero-display h3 {
    font-size: 1.28rem;
  }

  #einfach-mehr-app .hero-display p {
    font-size: 0.8rem;
  }

  #einfach-mehr-app .hero-benefit {
    grid-template-columns: 32px 1fr;
    padding: 8px 9px;
  }

  #einfach-mehr-app .hero-benefit-icon {
    width: 32px;
    height: 32px;
    font-size: 0.64rem;
  }

  #einfach-mehr-app .hero-benefit span {
    font-size: 0.76rem;
  }

  #einfach-mehr-app .float-top,
  #einfach-mehr-app .float-bottom {
    width: 150px;
    padding: 12px 12px;
  }

  #einfach-mehr-app .float-top {
    top: 28px;
    left: -2px;
  }

  #einfach-mehr-app .float-bottom {
    right: -4px;
    bottom: 36px;
  }
}

@media (max-width: 760px) {
  /* Finanzmanager Cards swipebar */
  #einfach-mehr-app #vorteile .grid-3 {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 88%;
    align-items: stretch;
    gap: 14px;

    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;

    padding: 18px 14px 14px;
    margin: -8px -14px 0;
    scrollbar-width: none;
  }

  #einfach-mehr-app #vorteile .grid-3::-webkit-scrollbar {
    display: none;
  }

  #einfach-mehr-app #vorteile .grid-3 > .card {
    width: auto;
    min-width: 0;
    max-width: none;
    margin: 0;
    scroll-snap-align: center;
  }

  /* Partnerprogramm Steps swipebar */
  #einfach-mehr-app #partner .steps {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 88%;
    align-items: stretch;
    gap: 14px;

    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;

    padding: 18px 14px 14px;
    margin: -8px -14px 0;
    scrollbar-width: none;
  }

  #einfach-mehr-app #partner .steps::-webkit-scrollbar {
    display: none;
  }

  #einfach-mehr-app #partner .steps > .step {
    width: auto;
    min-width: 0;
    max-width: none;
    margin: 0;
    scroll-snap-align: center;
  }

  /* Für wen Cards swipebar */
  #einfach-mehr-app #kunden .audience-grid {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 88%;
    align-items: stretch;
    gap: 14px;

    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;

    padding: 18px 14px 14px;
    margin: -8px -14px 0;
    scrollbar-width: none;
  }

  #einfach-mehr-app #kunden .audience-grid::-webkit-scrollbar {
    display: none;
  }

  #einfach-mehr-app #kunden .audience-grid > .audience-card {
    width: auto;
    min-width: 0;
    max-width: none;
    margin: 0;
    scroll-snap-align: center;
  }
}

/* ===================================== */
/* Download section mobile 3-step swipe */
/* ganz am Ende von einfach-mehr.css einfügen */
/* ===================================== */

@media (max-width: 760px) {
  #einfach-mehr-app #download .cta-panel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    grid-template-columns: none;
    align-items: stretch;
    gap: 0;

    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;

    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  #einfach-mehr-app #download .cta-panel::-webkit-scrollbar {
    display: none;
  }

  #einfach-mehr-app #download .download-copy,
  #einfach-mehr-app #download .qr-card {
    min-width: 100%;
    width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  #einfach-mehr-app #download .download-copy {
    padding-right: 10px;
  }

  /* QR-Panel auflösen, damit die beiden QR-Cards eigene Slides werden */
  #einfach-mehr-app #download .download-qr-panel {
    display: contents;
  }

  /* Grid im Mobile neutralisieren */
  #einfach-mehr-app #download .download-qr-grid {
    display: contents;
  }

  /* Jede QR-Card wird ein eigener Slide */
  #einfach-mehr-app #download .download-qr-card {
    margin: 0;
  }

  #einfach-mehr-app #download .qr-card.download-qr-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding: 28px 22px;
    border-radius: 28px;
  }

  #einfach-mehr-app #download .download-qr-meta {
    margin-top: 18px;
  }

  #einfach-mehr-app #download .qr-box {
    margin: 0 auto;
  }
}

@media (max-width: 520px) {
  #einfach-mehr-app #download .download-copy,
  #einfach-mehr-app #download .qr-card.download-qr-card {
    padding-left: 0;
    padding-right: 0;
  }

  #einfach-mehr-app #download .qr-card.download-qr-card {
    border-radius: 24px;
  }
}

/* ===================================== */
/* Download mobile refinements */
/* ganz am Ende von einfach-mehr.css einfügen */
/* ===================================== */

@media (max-width: 760px) {
  /* 1) Partner-Button wieder auf Inhaltsbreite */
  #einfach-mehr-app #download .download-partner-btn {
    display: inline-flex;
    width: auto;
    max-width: max-content;
    align-self: flex-start;
  }

  /* 2) QR-Panel-Headline aus dem Swipe entfernen */
  #einfach-mehr-app #download .download-qr-panel > h3,
  #einfach-mehr-app #download .download-qr-panel > p {
    display: none;
  }

  /* Gemeinsame Headline über den QR-Slides simulieren */
  #einfach-mehr-app #download .download-qr-card:first-child::before {
    content: "Scannen oder direkt laden";
    display: block;
    margin-bottom: 16px;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #f5fbff;
  }

  #einfach-mehr-app #download .download-qr-card:first-child::after {
    content: "QR-Code scannen und die App direkt im passenden Store öffnen – in wenigen Sekunden zum Download.";
    display: block;
    margin-bottom: 18px;
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.55;
  }
}

@media (max-width: 520px) {
  #einfach-mehr-app #download .download-partner-btn {
    font-size: 0.9rem;
  }

  #einfach-mehr-app #download .download-qr-card:first-child::before {
    font-size: 1.05rem;
    margin-bottom: 14px;
  }

  #einfach-mehr-app #download .download-qr-card:first-child::after {
    font-size: 0.9rem;
    margin-bottom: 16px;
  }
}

@media (max-width: 760px) {
  /* 1) Partner werden: nicht zentriert, aber etwas weiter rechts */
  #einfach-mehr-app #download .download-partner-btn {
    display: inline-flex;
    width: auto;
    max-width: max-content;
    align-self: flex-start;
    margin-left: 14px;
  }

  /* 2) Store-Buttons auf Inhaltsbreite statt Full Width */
  #einfach-mehr-app #download .download-store-badge {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 210px;
  margin: 14px auto 0;

  text-align: center;
}

  /* 3) Beide QR-Karten bekommen mobil eigene Headline + Copy */
  #einfach-mehr-app #download .download-qr-card::before,
  #einfach-mehr-app #download .download-qr-card::after {
    display: block;
  }

  #einfach-mehr-app #download .download-qr-card::before {
    content: "Scannen oder direkt laden";
    margin-bottom: 16px;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #f5fbff;
  }

  #einfach-mehr-app #download .download-qr-card::after {
  content: "QR-Code scannen und die App direkt im passenden Store öffnen – in wenigen Sekunden zum Download.";
  display: block;
  margin-top: 18px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

  /* 4) In der ersten Karte die Copy bewusst weiter nach unten */
  #einfach-mehr-app #download .download-qr-card:first-child::after {
    margin-bottom: 34px;
  }
}

@media (max-width: 520px) {
  #einfach-mehr-app #download .download-partner-btn {
    margin-left: 12px;
    font-size: 0.9rem;
  }

  #einfach-mehr-app #download .download-store-badge {
    font-size: 0.9rem;
  }

  #einfach-mehr-app #download .download-qr-card::before {
    font-size: 1.05rem;
    margin-bottom: 14px;
  }

  #einfach-mehr-app #download .download-qr-card::after {
    font-size: 0.9rem;
    margin-bottom: 20px;
  }

  #einfach-mehr-app #download .download-qr-card:first-child::after {
    margin-bottom: 28px;
  }
}

/* =====================================
   Global pill ambient animation – landingpage
   ganz am Ende von einfach-mehr.css einfügen
   ===================================== */

#einfach-mehr-app .pill {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: max-content;
  isolation: isolate;
  animation: pill-float 3.8s ease-in-out infinite;
}

#einfach-mehr-app .pill::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.18) 42%,
    rgba(255,255,255,0) 72%
  );
  transform: translateX(-140%);
  opacity: 0.8;
  animation: pill-shine 4.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

@keyframes pill-float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes pill-shine {
  0% {
    transform: translateX(-140%);
    opacity: 0;
  }
  12% {
    opacity: 0.75;
  }
  32% {
    transform: translateX(140%);
    opacity: 0;
  }
  100% {
    transform: translateX(140%);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  #einfach-mehr-app .pill,
  #einfach-mehr-app .pill::after {
    animation: none !important;
    transform: none !important;
    opacity: 1;
  }
}

/* HERO OVERFLOW FIX */

#einfach-mehr-app .hero {
  overflow-x: clip;
}

#einfach-mehr-app .hero .container {
  overflow-x: clip;
}

#einfach-mehr-app .hero-visual {
  max-width: 100%;
}

/* Frontpage Hero Fix – Partner Programm Card nur auf Desktop sichtbar über den Rand lassen */
@media (min-width: 1101px) {
  #einfach-mehr-app .hero,
  #einfach-mehr-app .hero .container,
  #einfach-mehr-app .hero-visual {
    overflow: visible;
  }
}

/* Section head: headline links, explainer always hard-right */
#einfach-mehr-app .section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  align-items: end;
  gap: 56px;
  margin-bottom: 64px;
}

#einfach-mehr-app .section-head .section-explainer {
  margin: 0;
  text-align: right;
  max-width: none;
  width: 100%;
}

@media (max-width: 1100px) {
  #einfach-mehr-app .section-head {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 768px) {
  #einfach-mehr-app .section-head .section-explainer {
    text-align: left;
  }
}