/*
  Mister Mory – KI-Fotobox Landingpage, Produktions-CSS v1.4
  Alle Regeln sind unter #mm-ai-page gekapselt, damit Enfold nicht überschrieben wird.
*/

/* Enfold: Shortcode-Seite aus normalen Inhaltsbegrenzungen lösen. */
body.mm-ai-landing-active #main,
body.mm-ai-landing-active #main .main_color,
body.mm-ai-landing-active #main .container_wrap,
body.mm-ai-landing-active #main .container_wrap > .container,
body.mm-ai-landing-active #main .container_wrap .container,
body.mm-ai-landing-active #main .template-page,
body.mm-ai-landing-active #main .content,
body.mm-ai-landing-active #main .avia_textblock,
body.mm-ai-landing-active #main .flex_column,
body.mm-ai-landing-active #main .av-content-full {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
body.mm-ai-landing-active #main .sidebar { display: none !important; }
body.mm-ai-landing-active #main .container_wrap { overflow: visible !important; }

#mm-ai-page {
  --mm-navy: #182431;
  --mm-navy-2: #0d151e;
  --mm-ink: #15202b;
  --mm-gold: #d4ad67;
  --mm-gold-light: #edd19b;
  --mm-cream: #f7f4ed;
  --mm-warm: #eee8de;
  --mm-white: #ffffff;
  --mm-muted: #67727d;
  --mm-green: #27a867;
  --mm-line: rgba(21, 32, 43, 0.12);
  --mm-dark-line: rgba(255, 255, 255, 0.12);
  --mm-shadow: 0 28px 80px rgba(15, 24, 34, 0.16);
  --mm-radius-xl: 32px;
  --mm-radius-lg: 24px;
  --mm-radius-md: 16px;
  --mm-shell: 1660px;
  --mm-font: "Avenir Next", "Segoe UI", Inter, Helvetica, Arial, sans-serif;

  width: 100vw;
  max-width: none !important;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 0 !important;
  overflow: clip;
  background: var(--mm-cream);
  color: var(--mm-ink);
  font-family: var(--mm-font) !important;
  font-size: 17px;
  line-height: 1.65;
}

#mm-ai-page,
#mm-ai-page *,
#mm-ai-page *::before,
#mm-ai-page *::after { box-sizing: border-box; }

#mm-ai-page :where(h1, h2, h3, p, figure, blockquote, ul, ol) { margin: 0; }
#mm-ai-page :where(h1, h2, h3) {
  color: inherit;
  font-family: var(--mm-font) !important;
  letter-spacing: -0.035em;
  text-transform: none;
}
#mm-ai-page h1 {
  margin-bottom: 24px;
  font-size: clamp(3rem, 5vw, 5.5rem);
  font-weight: 770;
  line-height: 0.99;
}
#mm-ai-page h2 {
  margin-bottom: 20px;
  font-size: clamp(2.25rem, 4vw, 4.15rem);
  font-weight: 740;
  line-height: 1.04;
}
#mm-ai-page h3 {
  margin-bottom: 12px;
  font-size: clamp(1.18rem, 1.4vw, 1.5rem);
  font-weight: 730;
  line-height: 1.2;
}
#mm-ai-page p { color: var(--mm-muted); }
#mm-ai-page img { display: block; width: 100%; max-width: 100%; height: auto; }
#mm-ai-page a,
#mm-ai-page button,
#mm-ai-page input,
#mm-ai-page select,
#mm-ai-page textarea { font: inherit; }
#mm-ai-page button,
#mm-ai-page a { -webkit-tap-highlight-color: transparent; }
#mm-ai-page .mm-shell { width: min(calc(100% - clamp(36px, 5.6vw, 112px)), var(--mm-shell)); margin-inline: auto; }
#mm-ai-page .mm-section { padding: clamp(88px, 9vw, 144px) 0; }
#mm-ai-page .mm-section-light { background: #fff; }
#mm-ai-page .mm-section-warm { background: var(--mm-warm); }
#mm-ai-page .mm-section-dark { background: linear-gradient(135deg, #101923, var(--mm-navy)); color: #fff; }

#mm-ai-page .mm-eyebrow,
#mm-ai-page .mm-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #56616d;
  font-size: 12px;
  font-weight: 830;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}
#mm-ai-page .mm-eyebrow span { width: 28px; height: 1px; background: var(--mm-gold); }
#mm-ai-page .mm-kicker-gold { color: var(--mm-gold-light); }

/* Buttons */
#mm-ai-page .mm-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-bottom: 0; }
#mm-ai-page .mm-btn {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 820;
  letter-spacing: 0.015em;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
#mm-ai-page .mm-btn:hover { transform: translateY(-2px); }
#mm-ai-page .mm-btn > span { margin-left: 6px; }
#mm-ai-page .mm-btn-primary {
  background: linear-gradient(135deg, #edcf97, var(--mm-gold));
  box-shadow: 0 15px 36px rgba(212, 173, 103, 0.2);
  color: #17212b !important;
}
#mm-ai-page .mm-btn-primary:hover { box-shadow: 0 18px 42px rgba(212, 173, 103, 0.32); }
#mm-ai-page .mm-btn-ghost {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.025);
  color: #fff !important;
}
#mm-ai-page .mm-btn-ghost:hover { border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.06); }
#mm-ai-page .mm-btn-full { width: 100%; }

/* Hero */
#mm-ai-page .mm-hero {
  position: relative;
  min-height: min(1040px, calc(100svh + 100px));
  padding: clamp(82px, 7vw, 118px) 0 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 58%, rgba(212, 173, 103, 0.16), transparent 30%),
    radial-gradient(circle at 8% 0%, rgba(255,255,255,.055), transparent 26%),
    linear-gradient(135deg, #1b2937 0%, #0d151e 100%);
  color: #fff;
}
#mm-ai-page .mm-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, #000 0%, #000 78%, transparent 100%);
  content: "";
  pointer-events: none;
}
#mm-ai-page .mm-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212,173,103,.38), transparent);
  content: "";
}
#mm-ai-page .mm-hero-layout { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
#mm-ai-page .mm-hero-copy {
  position: relative;
  z-index: 20;
  width: min(100%, 1100px);
  text-align: center;
}
#mm-ai-page .mm-hero .mm-eyebrow { justify-content: center; color: rgba(255,255,255,.62); }
#mm-ai-page .mm-hero h1 { max-width: 17ch; margin-right: auto; margin-left: auto; text-wrap: balance; }
#mm-ai-page .mm-hero-lead {
  max-width: 850px;
  margin: 0 auto 32px;
  color: rgba(255,255,255,.72);
  font-size: clamp(1.08rem, 1.3vw, 1.3rem);
  line-height: 1.6;
}
#mm-ai-page .mm-hero .mm-actions { justify-content: center; }

#mm-ai-page .mm-hero-fan {
  position: relative;
  width: min(100%, 1240px);
  min-height: 610px;
  margin-top: 34px;
  perspective: 1800px;
  isolation: isolate;
}
#mm-ai-page .mm-fan-glow {
  position: absolute;
  z-index: -1;
  right: 13%;
  bottom: 7%;
  width: 74%;
  height: 36%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(212,173,103,.23), rgba(212,173,103,.04) 48%, transparent 72%);
  filter: blur(28px);
  transform: rotate(-4deg);
}
#mm-ai-page .mm-fan-card {
  position: absolute;
  top: 14px;
  left: 50%;
  width: clamp(270px, 20vw, 350px);
  margin: 0;
  opacity: 0;
  transform: translate3d(-50%, 330px, -120px) rotate(0deg) scale(.76);
  transform-origin: 50% 96%;
  will-change: transform, opacity;
  outline: none;
}
#mm-ai-page .mm-fan-card-inner {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 28px;
  background: #263440;
  box-shadow: 0 42px 95px rgba(0,0,0,.42), 0 2px 0 rgba(255,255,255,.08) inset;
  transition: transform .28s cubic-bezier(.2,.8,.2,1), box-shadow .28s ease, border-color .28s ease;
}
#mm-ai-page .mm-fan-card-inner::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 54%, rgba(7,12,18,.9));
  content: "";
  pointer-events: none;
}
#mm-ai-page .mm-fan-card img { aspect-ratio: 4/5; object-fit: cover; filter: saturate(1.03) contrast(1.02); }
#mm-ai-page .mm-fan-card figcaption { position: absolute; z-index: 2; right: 20px; bottom: 19px; left: 20px; display: grid; gap: 2px; }
#mm-ai-page .mm-fan-card small { color: var(--mm-gold-light); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
#mm-ai-page .mm-fan-card strong { color: #fff; font-size: 16px; }
#mm-ai-page .mm-fan-card:hover,
#mm-ai-page .mm-fan-card:focus { z-index: 50 !important; }
#mm-ai-page .mm-fan-card:hover .mm-fan-card-inner,
#mm-ai-page .mm-fan-card:focus .mm-fan-card-inner {
  border-color: rgba(237,209,155,.7);
  box-shadow: 0 58px 120px rgba(0,0,0,.54), 0 0 0 5px rgba(212,173,103,.1);
  transform: scale(1.055);
}
#mm-ai-page .mm-fan-original { z-index: 1; }
#mm-ai-page .mm-fan-hero { z-index: 2; }
#mm-ai-page .mm-fan-peak { z-index: 4; }
#mm-ai-page .mm-fan-space { z-index: 3; }

@keyframes mm-fan-original-in {
  0% { opacity: 0; transform: translate3d(-50%, 330px, -140px) rotate(0) scale(.76); }
  53% { opacity: 1; transform: translate3d(-50%, 46px, 0) rotate(0) scale(.9); }
  100% { opacity: 1; transform: translate3d(-128%, 90px, 0) rotate(-11deg) scale(.87); }
}
@keyframes mm-fan-hero-in {
  0% { opacity: 0; transform: translate3d(-50%, 330px, -140px) rotate(0) scale(.76); }
  53% { opacity: 1; transform: translate3d(-50%, 40px, 0) rotate(0) scale(.92); }
  100% { opacity: 1; transform: translate3d(-83%, 45px, 0) rotate(-4deg) scale(.94); }
}
@keyframes mm-fan-peak-in {
  0% { opacity: 0; transform: translate3d(-50%, 330px, -140px) rotate(0) scale(.76); }
  53% { opacity: 1; transform: translate3d(-50%, 35px, 0) rotate(0) scale(.93); }
  100% { opacity: 1; transform: translate3d(-38%, 14px, 0) rotate(4deg) scale(1); }
}
@keyframes mm-fan-space-in {
  0% { opacity: 0; transform: translate3d(-50%, 330px, -140px) rotate(0) scale(.76); }
  53% { opacity: 1; transform: translate3d(-50%, 40px, 0) rotate(0) scale(.91); }
  100% { opacity: 1; transform: translate3d(7%, 62px, 0) rotate(11deg) scale(.92); }
}
#mm-ai-page .mm-hero-fan.is-ready .mm-fan-original { animation: mm-fan-original-in 1.08s .02s both cubic-bezier(.16,.86,.24,1); }
#mm-ai-page .mm-hero-fan.is-ready .mm-fan-hero { animation: mm-fan-hero-in 1.12s .14s both cubic-bezier(.16,.86,.24,1); }
#mm-ai-page .mm-hero-fan.is-ready .mm-fan-peak { animation: mm-fan-peak-in 1.15s .27s both cubic-bezier(.16,.86,.24,1); }
#mm-ai-page .mm-hero-fan.is-ready .mm-fan-space { animation: mm-fan-space-in 1.18s .4s both cubic-bezier(.16,.86,.24,1); }

#mm-ai-page .mm-hero-badge {
  position: absolute;
  z-index: 15;
  right: 4%;
  bottom: 5%;
  display: grid;
  width: 134px;
  height: 134px;
  place-items: center;
  align-content: center;
  gap: 4px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 50%;
  background: linear-gradient(145deg, #f0d59f, var(--mm-gold));
  box-shadow: 0 22px 54px rgba(0,0,0,.3);
  color: #192530;
  text-align: center;
  transform: rotate(5deg);
}
#mm-ai-page .mm-hero-badge strong { font-size: 30px; letter-spacing: -.05em; line-height: 1; }
#mm-ai-page .mm-hero-badge span { font-size: 9px; font-weight: 850; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }

#mm-ai-page .mm-proof-row {
  position: relative;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -20px 0 42px;
}
#mm-ai-page .mm-proof-row > div { display: grid; gap: 2px; padding: 0 32px; border-right: 1px solid rgba(255,255,255,.14); text-align: center; }
#mm-ai-page .mm-proof-row > div:last-child { border-right: 0; }
#mm-ai-page .mm-proof-row strong { color: #fff; font-size: 16px; }
#mm-ai-page .mm-proof-row span { color: rgba(255,255,255,.5); font-size: 12px; letter-spacing: .065em; text-transform: uppercase; }

#mm-ai-page .mm-client-strip {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 104px;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 36px;
  border-top: 1px solid rgba(255,255,255,.08);
}
#mm-ai-page .mm-client-strip > span { color: rgba(255,255,255,.42); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
#mm-ai-page .mm-client-names { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
#mm-ai-page .mm-client-names b { color: rgba(255,255,255,.72); font-size: 16px; letter-spacing: -.02em; }

/* Shared section layouts */
#mm-ai-page .mm-section-head { margin-bottom: clamp(46px, 6vw, 76px); }
#mm-ai-page .mm-section-head-center { max-width: 930px; margin-right: auto; margin-left: auto; text-align: center; }
#mm-ai-page .mm-section-head-center .mm-kicker { justify-content: center; }
#mm-ai-page .mm-section-head-center p:last-child { max-width: 790px; margin-inline: auto; font-size: 17px; }
#mm-ai-page .mm-section-head-inverse h2 { color: #fff; }
#mm-ai-page .mm-section-head-inverse p:last-child { color: rgba(255,255,255,.58); }

/* KI demo */
#mm-ai-page .mm-demo-grid { display: grid; grid-template-columns: minmax(330px,.7fr) minmax(540px,1fr); align-items: center; gap: clamp(54px,7vw,118px); }
#mm-ai-page .mm-demo-copy h3 { max-width: 16ch; color: #fff; font-size: clamp(1.7rem,2.3vw,2.55rem); }
#mm-ai-page .mm-demo-copy > p { max-width: 560px; color: rgba(255,255,255,.57); }
#mm-ai-page .mm-demo-points { display: grid; gap: 18px; margin-top: 34px; }
#mm-ai-page .mm-demo-points > div { display: grid; grid-template-columns: 34px 1fr; gap: 13px; }
#mm-ai-page .mm-demo-points span { color: var(--mm-gold-light); font-size: 11px; font-weight: 850; letter-spacing: .1em; }
#mm-ai-page .mm-demo-points p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; }
#mm-ai-page .mm-demo-points strong { color: #fff; }
#mm-ai-page .mm-demo-gallery { display: grid; gap: 15px; width: min(100%, 650px); justify-self: end; }
#mm-ai-page .mm-demo-stage {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 28px;
  background: #263440;
  box-shadow: 0 35px 90px rgba(0,0,0,.34);
  isolation: isolate;
}
#mm-ai-page .mm-demo-stage img { aspect-ratio: 4/5; object-fit: cover; transition: opacity .18s ease, transform .42s ease, filter .24s ease; }
#mm-ai-page .mm-demo-stage.is-changing img { opacity: .26; filter: brightness(1.22) saturate(.78); transform: scale(1.025); }
#mm-ai-page .mm-demo-stage::after { position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(8,14,20,.91)); content: ""; pointer-events: none; }
#mm-ai-page .mm-demo-stage figcaption { position: absolute; z-index: 5; right: 28px; bottom: 26px; left: 28px; display: grid; gap: 2px; }
#mm-ai-page .mm-demo-stage figcaption span { color: var(--mm-gold-light); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
#mm-ai-page .mm-demo-stage figcaption strong { color: #fff; font-size: 22px; }
#mm-ai-page .mm-demo-scan {
  position: absolute;
  z-index: 4;
  top: -22%;
  right: -14%;
  left: -14%;
  height: 16%;
  background: linear-gradient(180deg, transparent, rgba(255,239,201,.72), transparent);
  filter: blur(4px);
  opacity: 0;
  pointer-events: none;
  transform: rotate(-8deg);
}
@keyframes mm-demo-scan { 0% { top: -22%; opacity: 0; } 18% { opacity: .8; } 100% { top: 110%; opacity: 0; } }
#mm-ai-page .mm-demo-stage.is-sparking .mm-demo-scan { animation: mm-demo-scan .7s ease-out; }
#mm-ai-page .mm-demo-sparkles { position: absolute; z-index: 4; inset: 0; pointer-events: none; }
#mm-ai-page .mm-demo-sparkles span { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: #fff2c8; box-shadow: 0 0 0 3px rgba(237,209,155,.13), 0 0 18px rgba(255,233,188,.9); opacity: 0; }
#mm-ai-page .mm-demo-sparkles span::before,
#mm-ai-page .mm-demo-sparkles span::after { position: absolute; top: 50%; left: 50%; background: currentColor; content: ""; transform: translate(-50%,-50%); }
#mm-ai-page .mm-demo-sparkles span::before { width: 1px; height: 18px; }
#mm-ai-page .mm-demo-sparkles span::after { width: 18px; height: 1px; }
#mm-ai-page .mm-demo-sparkles span:nth-child(1) { top: 13%; left: 17%; }
#mm-ai-page .mm-demo-sparkles span:nth-child(2) { top: 21%; left: 78%; transform: scale(.7); }
#mm-ai-page .mm-demo-sparkles span:nth-child(3) { top: 37%; left: 9%; transform: scale(.55); }
#mm-ai-page .mm-demo-sparkles span:nth-child(4) { top: 42%; left: 88%; transform: scale(.8); }
#mm-ai-page .mm-demo-sparkles span:nth-child(5) { top: 57%; left: 19%; transform: scale(.65); }
#mm-ai-page .mm-demo-sparkles span:nth-child(6) { top: 63%; left: 73%; transform: scale(.55); }
#mm-ai-page .mm-demo-sparkles span:nth-child(7) { top: 75%; left: 11%; transform: scale(.72); }
#mm-ai-page .mm-demo-sparkles span:nth-child(8) { top: 82%; left: 84%; transform: scale(.62); }
#mm-ai-page .mm-demo-sparkles span:nth-child(9) { top: 29%; left: 52%; transform: scale(.45); }
#mm-ai-page .mm-demo-sparkles span:nth-child(10) { top: 68%; left: 47%; transform: scale(.52); }
#mm-ai-page .mm-demo-sparkles span:nth-child(11) { top: 10%; left: 60%; transform: scale(.48); }
#mm-ai-page .mm-demo-sparkles span:nth-child(12) { top: 52%; left: 36%; transform: scale(.42); }
@keyframes mm-demo-sparkle { 0% { opacity: 0; transform: scale(.2) rotate(0); } 35% { opacity: 1; } 100% { opacity: 0; transform: scale(1.25) rotate(95deg); } }
#mm-ai-page .mm-demo-stage.is-sparking .mm-demo-sparkles span { animation: mm-demo-sparkle .72s ease-out both; }
#mm-ai-page .mm-demo-stage.is-sparking .mm-demo-sparkles span:nth-child(2n) { animation-delay: .08s; }
#mm-ai-page .mm-demo-stage.is-sparking .mm-demo-sparkles span:nth-child(3n) { animation-delay: .14s; }
#mm-ai-page .mm-demo-tabs { display: grid; grid-template-columns: repeat(4,1fr); gap: 11px; }
#mm-ai-page .mm-demo-tabs button { position: relative; min-height: 0; overflow: hidden; padding: 0; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: #253240; cursor: pointer; opacity: .54; transition: opacity .2s ease, transform .2s ease, border-color .2s ease; }
#mm-ai-page .mm-demo-tabs button:hover { opacity: .9; transform: translateY(-3px); }
#mm-ai-page .mm-demo-tabs button[aria-selected="true"] { border-color: var(--mm-gold); box-shadow: 0 0 0 3px rgba(212,173,103,.12); opacity: 1; }
#mm-ai-page .mm-demo-tabs img { aspect-ratio: 4/5; object-fit: cover; }
#mm-ai-page .mm-demo-tabs span { position: absolute; right: 7px; bottom: 7px; left: 7px; padding: 5px 3px; border-radius: 999px; background: rgba(15,24,34,.8); color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .07em; text-align: center; text-transform: uppercase; }
.mm-demo-fly {
  position: fixed;
  z-index: 999999;
  margin: 0;
  pointer-events: none;
  object-fit: cover;
  box-shadow: 0 30px 85px rgba(0,0,0,.45);
  will-change: left, top, width, height, border-radius, opacity, transform;
}

/* Einsatzwelten */
#mm-ai-page .mm-world-grid { display: grid; grid-template-columns: minmax(0,2fr) minmax(280px,1fr); grid-template-rows: repeat(2,minmax(235px,1fr)); gap: 18px; }
#mm-ai-page .mm-world-card { position: relative; min-height: 0; overflow: hidden; margin: 0; border-radius: var(--mm-radius-lg); background: #182431; box-shadow: 0 22px 65px rgba(21,32,43,.12); }
#mm-ai-page .mm-world-card:not(.mm-world-featured) { aspect-ratio: 16/10; }
#mm-ai-page .mm-world-featured { grid-row: 1 / span 2; }
#mm-ai-page .mm-world-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.8,.2,1); }
#mm-ai-page .mm-world-featured img { object-position: 51% center; }
#mm-ai-page .mm-world-card:hover img { transform: scale(1.045); }
#mm-ai-page .mm-world-card::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 36%, rgba(7,13,19,.93)); content: ""; pointer-events: none; }
#mm-ai-page .mm-world-card figcaption { position: absolute; z-index: 2; right: 24px; bottom: 23px; left: 24px; display: grid; gap: 4px; }
#mm-ai-page .mm-world-card small { color: var(--mm-gold-light); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
#mm-ai-page .mm-world-card strong { color: #fff; font-size: 21px; }
#mm-ai-page .mm-world-card figcaption span { max-width: 58ch; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.45; }
#mm-ai-page .mm-world-featured strong { font-size: clamp(1.55rem,2vw,2.25rem); }
#mm-ai-page .mm-world-featured figcaption span { font-size: 14px; }
#mm-ai-page .mm-world-bar { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 22px; padding: 18px 24px; border: 1px solid rgba(21,32,43,.1); border-radius: 999px; background: rgba(255,255,255,.48); }
#mm-ai-page .mm-world-bar span { font-size: 13px; font-weight: 800; letter-spacing: .025em; }
#mm-ai-page .mm-world-bar i { width: 5px; height: 5px; border-radius: 50%; background: var(--mm-gold); }

/* Services */
#mm-ai-page .mm-service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
#mm-ai-page .mm-service-card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  align-items: flex-start;
  padding: 31px;
  border: 1px solid var(--mm-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(21,32,43,.05);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
#mm-ai-page .mm-service-card:hover { border-color: rgba(212,173,103,.48); box-shadow: 0 25px 65px rgba(21,32,43,.1); transform: translateY(-5px); }
#mm-ai-page .mm-service-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-bottom: 30px;
  border-radius: 18px;
  background: #f2ede3;
  color: #9f7c45;
}
#mm-ai-page .mm-service-icon svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
#mm-ai-page .mm-service-card p { font-size: 14px; }
#mm-ai-page .mm-service-featured {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  min-height: 300px;
  background: linear-gradient(145deg,#f8fff9,#effaf4);
  border-color: rgba(39,168,103,.3);
}
#mm-ai-page .mm-service-featured:hover { border-color: rgba(39,168,103,.55); }
#mm-ai-page .mm-service-featured .mm-service-icon { margin: 0; }
#mm-ai-page .mm-service-icon-check {
  width: 118px;
  height: 118px;
  border-radius: 32px;
  background: linear-gradient(145deg,#31bb76,var(--mm-green));
  box-shadow: 0 22px 55px rgba(39,168,103,.25);
  color: #fff;
}
#mm-ai-page .mm-service-icon-check svg { width: 70px; height: 70px; stroke-width: 3.2; }
#mm-ai-page .mm-service-label { margin-bottom: 8px !important; color: var(--mm-green) !important; font-size: 10px !important; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
#mm-ai-page .mm-service-featured h3 { font-size: clamp(1.55rem,2.2vw,2.2rem); }
#mm-ai-page .mm-service-featured p:last-child { max-width: 680px; font-size: 15px; }

/* Process */
#mm-ai-page .mm-process-section { background: var(--mm-navy); color: #fff; }
#mm-ai-page .mm-process-list { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; padding: 0; list-style: none; }
#mm-ai-page .mm-process-list::before { position: absolute; z-index: 0; top: 48px; right: 8%; left: 8%; height: 1px; background: linear-gradient(90deg,transparent,var(--mm-gold),var(--mm-gold),transparent); opacity: .38; content: ""; }
#mm-ai-page .mm-process-list li {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--mm-dark-line);
  border-radius: 24px;
  background: rgba(255,255,255,.035);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
#mm-ai-page .mm-process-list li:hover { border-color: rgba(237,209,155,.36); background: rgba(255,255,255,.06); transform: translateY(-5px); }
#mm-ai-page .mm-process-icon { display: grid; width: 66px; height: 66px; place-items: center; margin-bottom: 22px; border: 1px solid rgba(237,209,155,.34); border-radius: 50%; background: #182431; color: var(--mm-gold-light); box-shadow: 0 0 0 8px rgba(24,36,49,.85); }
#mm-ai-page .mm-process-icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
#mm-ai-page .mm-process-list li > span { margin-bottom: 42px; color: var(--mm-gold-light); font-size: 11px; font-weight: 850; letter-spacing: .12em; }
#mm-ai-page .mm-process-list h3 { color: #fff; }
#mm-ai-page .mm-process-list p { color: rgba(255,255,255,.54); font-size: 14px; }

/* Testimonial */
#mm-ai-page .mm-testimonial-grid { display: grid; grid-template-columns: 85px 1fr 280px; align-items: center; gap: clamp(26px,4vw,60px); }
#mm-ai-page .mm-quote-mark { height: 90px; color: var(--mm-gold); font-family: Georgia,serif; font-size: 150px; line-height: .65; opacity: .78; }
#mm-ai-page blockquote > p { max-width: 860px; color: var(--mm-ink); font-size: clamp(1.55rem,2.4vw,2.45rem); font-weight: 630; letter-spacing: -.028em; line-height: 1.3; }
#mm-ai-page blockquote footer { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
#mm-ai-page blockquote footer strong { color: var(--mm-ink); }
#mm-ai-page blockquote footer span { color: #747d85; }
#mm-ai-page .mm-testimonial-stats { display: grid; gap: 1px; background: rgba(21,32,43,.1); }
#mm-ai-page .mm-testimonial-stats > div { display: grid; gap: 4px; padding: 25px 27px; background: var(--mm-cream); }
#mm-ai-page .mm-testimonial-stats strong { color: var(--mm-ink); font-size: 31px; }
#mm-ai-page .mm-testimonial-stats span { color: #747d85; font-size: 12px; font-weight: 700; letter-spacing: .06em; line-height: 1.4; text-transform: uppercase; }

/* CTA */
#mm-ai-page .mm-cta-section { background: radial-gradient(circle at 12% 100%, rgba(212,173,103,.16), transparent 24%), linear-gradient(135deg,#101922,var(--mm-navy)); color: #fff; }
#mm-ai-page .mm-cta-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(430px,.75fr); align-items: center; gap: clamp(50px,8vw,110px); }
#mm-ai-page .mm-cta-copy h2 { max-width: 10ch; }
#mm-ai-page .mm-cta-copy > p:not(.mm-kicker) { max-width: 560px; color: rgba(255,255,255,.6); }
#mm-ai-page .mm-cta-copy ul { display: grid; gap: 12px; margin-top: 30px; padding: 0; list-style: none; }
#mm-ai-page .mm-cta-copy li { position: relative; padding-left: 28px; color: rgba(255,255,255,.75); font-size: 14px; }
#mm-ai-page .mm-cta-copy li::before { position: absolute; left: 0; color: var(--mm-gold-light); font-weight: 900; content: "✓"; }
#mm-ai-page .mm-cta-card { display: grid; gap: 18px; padding: clamp(30px,4vw,48px); border: 1px solid rgba(255,255,255,.12); border-radius: var(--mm-radius-xl); background: rgba(255,255,255,.055); backdrop-filter: blur(18px); }
#mm-ai-page .mm-cta-card-label { color: var(--mm-gold-light) !important; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
#mm-ai-page .mm-cta-card h3 { max-width: 18ch; margin-bottom: 0; color: #fff; font-size: clamp(1.55rem,2.2vw,2.25rem); }
#mm-ai-page .mm-cta-card > p:not(.mm-cta-card-label) { color: rgba(255,255,255,.56); font-size: 15px; }
#mm-ai-page .mm-cta-card small { color: rgba(255,255,255,.38); font-size: 11px; text-align: center; }

/* Conversion-/SEO-Section am Seitenende */
#mm-ai-page .mm-impact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
#mm-ai-page .mm-impact-card { position: relative; min-height: 390px; padding: 33px; overflow: hidden; border: 1px solid var(--mm-line); border-radius: 24px; background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
#mm-ai-page .mm-impact-card:hover { border-color: rgba(212,173,103,.55); box-shadow: 0 24px 60px rgba(21,32,43,.1); transform: translateY(-6px); }
#mm-ai-page .mm-impact-featured { background: linear-gradient(145deg,var(--mm-navy),var(--mm-navy-2)); color: #fff; }
#mm-ai-page .mm-impact-featured p { color: rgba(255,255,255,.58); }
#mm-ai-page .mm-card-number { position: absolute; top: 25px; right: 27px; color: rgba(21,32,43,.26); font-size: 11px; font-weight: 850; letter-spacing: .1em; }
#mm-ai-page .mm-impact-featured .mm-card-number { color: rgba(255,255,255,.28); }
#mm-ai-page .mm-impact-icon { display: grid; width: 60px; height: 60px; place-items: center; margin-bottom: 70px; border: 1px solid rgba(212,173,103,.3); border-radius: 18px; color: #a68044; font-size: 28px; }
#mm-ai-page .mm-impact-featured .mm-impact-icon { border-color: rgba(237,209,155,.34); color: var(--mm-gold-light); }
#mm-ai-page .mm-impact-card p { min-height: 120px; margin-bottom: 26px; font-size: 15px; }
#mm-ai-page .mm-impact-card ul { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; list-style: none; }
#mm-ai-page .mm-impact-card li { padding: 7px 10px; border: 1px solid var(--mm-line); border-radius: 999px; color: #64707b; font-size: 10px; font-weight: 780; letter-spacing: .05em; text-transform: uppercase; }
#mm-ai-page .mm-impact-featured li { border-color: rgba(255,255,255,.12); color: rgba(255,255,255,.62); }
#mm-ai-page .mm-final-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 28px; padding: 26px 30px; border: 1px solid rgba(212,173,103,.36); border-radius: 24px; background: linear-gradient(135deg,#fffaf0,#f4ebdc); box-shadow: 0 20px 58px rgba(21,32,43,.08); }
#mm-ai-page .mm-final-cta > div { display: grid; gap: 3px; }
#mm-ai-page .mm-final-cta strong { color: var(--mm-ink); font-size: 20px; }
#mm-ai-page .mm-final-cta span { color: var(--mm-muted); font-size: 14px; }
@keyframes mm-cta-pop { 0% { opacity: 0; transform: translateY(28px) scale(.86); } 62% { opacity: 1; transform: translateY(-5px) scale(1.035); } 100% { opacity: 1; transform: none; } }
#mm-ai-page .mm-final-cta.is-visible { animation: mm-cta-pop .82s cubic-bezier(.16,.86,.24,1) both; }

/* Reveal animation */
#mm-ai-page .mm-reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
#mm-ai-page .mm-reveal.is-visible { opacity: 1; transform: none; }
#mm-ai-page .mm-final-cta.mm-reveal { transition: none; }

@media (max-width: 1180px) {
  #mm-ai-page .mm-hero-fan { min-height: 570px; }
  #mm-ai-page .mm-fan-card { width: clamp(255px,24vw,320px); }
  #mm-ai-page .mm-demo-grid { grid-template-columns: minmax(300px,.68fr) minmax(480px,1fr); gap: 45px; }
  #mm-ai-page .mm-service-grid { grid-template-columns: 1fr 1fr; }
  #mm-ai-page .mm-service-featured { grid-column: span 2; }
  #mm-ai-page .mm-process-list { grid-template-columns: 1fr 1fr; }
  #mm-ai-page .mm-process-list::before { display: none; }
  #mm-ai-page .mm-testimonial-grid { grid-template-columns: 65px 1fr; }
  #mm-ai-page .mm-testimonial-stats { grid-column: 2; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 940px) {
  #mm-ai-page .mm-shell { width: min(calc(100% - 36px), var(--mm-shell)); }
  #mm-ai-page .mm-hero { min-height: auto; padding-top: 72px; }
  #mm-ai-page .mm-hero h1 { max-width: 14ch; }
  #mm-ai-page .mm-hero-fan { width: min(100%,760px); min-height: 545px; }
  #mm-ai-page .mm-fan-card { width: 290px; }
  #mm-ai-page .mm-client-strip { grid-template-columns: 1fr; gap: 14px; padding: 30px 0; }
  #mm-ai-page .mm-client-names { flex-wrap: wrap; justify-content: center; }
  #mm-ai-page .mm-client-strip > span { text-align: center; }
  #mm-ai-page .mm-demo-grid { grid-template-columns: 1fr; }
  #mm-ai-page .mm-demo-copy { max-width: 680px; margin-inline: auto; text-align: center; }
  #mm-ai-page .mm-demo-copy h3 { max-width: 18ch; margin-inline: auto; }
  #mm-ai-page .mm-demo-copy > p { margin-inline: auto; }
  #mm-ai-page .mm-demo-points { text-align: left; }
  #mm-ai-page .mm-demo-gallery { justify-self: center; }
  #mm-ai-page .mm-world-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }
  #mm-ai-page .mm-world-featured { grid-column: 1 / 3; grid-row: auto; aspect-ratio: 16/9; }
  #mm-ai-page .mm-impact-grid { grid-template-columns: 1fr; }
  #mm-ai-page .mm-impact-card { min-height: 330px; }
  #mm-ai-page .mm-impact-card p { min-height: 0; }
  #mm-ai-page .mm-cta-grid { grid-template-columns: 1fr; }
  #mm-ai-page .mm-cta-copy { text-align: center; }
  #mm-ai-page .mm-cta-copy h2 { max-width: 14ch; margin-inline: auto; }
  #mm-ai-page .mm-cta-copy > p:not(.mm-kicker) { margin-inline: auto; }
  #mm-ai-page .mm-cta-copy .mm-kicker { justify-content: center; }
  #mm-ai-page .mm-cta-copy ul { width: max-content; max-width: 100%; margin-inline: auto; text-align: left; }
}

@media (max-width: 680px) {
  #mm-ai-page { font-size: 16px; }
  #mm-ai-page .mm-shell { width: min(calc(100% - 28px), var(--mm-shell)); }
  #mm-ai-page .mm-section { padding: 76px 0; }
  #mm-ai-page .mm-hero { padding-top: 56px; }
  #mm-ai-page h1 { max-width: 100%; font-size: clamp(2.35rem,10.7vw,3.3rem); hyphens: auto; overflow-wrap: break-word; }
  #mm-ai-page h2 { font-size: clamp(2.1rem,10.3vw,3.1rem); }
  #mm-ai-page .mm-actions { align-items: stretch; }
  #mm-ai-page .mm-btn { width: 100%; }
  #mm-ai-page .mm-hero-fan { min-height: 420px; margin-top: 22px; }
  #mm-ai-page .mm-fan-card { top: 40px; width: 184px; }
  @keyframes mm-fan-original-in {
    0% { opacity: 0; transform: translate3d(-50%,220px,-100px) rotate(0) scale(.76); }
    55% { opacity: 1; transform: translate3d(-50%,34px,0) rotate(0) scale(.88); }
    100% { opacity: 1; transform: translate3d(-104%,68px,0) rotate(-8deg) scale(.86); }
  }
  @keyframes mm-fan-hero-in {
    0% { opacity: 0; transform: translate3d(-50%,220px,-100px) rotate(0) scale(.76); }
    55% { opacity: 1; transform: translate3d(-50%,32px,0) rotate(0) scale(.89); }
    100% { opacity: 1; transform: translate3d(-70%,40px,0) rotate(-3deg) scale(.92); }
  }
  @keyframes mm-fan-peak-in {
    0% { opacity: 0; transform: translate3d(-50%,220px,-100px) rotate(0) scale(.76); }
    55% { opacity: 1; transform: translate3d(-50%,30px,0) rotate(0) scale(.9); }
    100% { opacity: 1; transform: translate3d(-36%,16px,0) rotate(3deg) scale(.96); }
  }
  @keyframes mm-fan-space-in {
    0% { opacity: 0; transform: translate3d(-50%,220px,-100px) rotate(0) scale(.76); }
    55% { opacity: 1; transform: translate3d(-50%,32px,0) rotate(0) scale(.89); }
    100% { opacity: 1; transform: translate3d(-2%,44px,0) rotate(8deg) scale(.89); }
  }
  #mm-ai-page .mm-fan-card-inner { border-radius: 18px; }
  #mm-ai-page .mm-fan-card figcaption { right: 12px; bottom: 11px; left: 12px; }
  #mm-ai-page .mm-fan-card strong { font-size: 12px; }
  #mm-ai-page .mm-hero-badge { right: 0; bottom: 2%; width: 94px; height: 94px; padding: 12px; }
  #mm-ai-page .mm-hero-badge strong { font-size: 24px; }
  #mm-ai-page .mm-hero-badge span { font-size: 7px; }
  #mm-ai-page .mm-proof-row { display: grid; grid-template-columns: 1fr 1fr; width: 100%; row-gap: 16px; margin-top: -10px; }
  #mm-ai-page .mm-proof-row > div { padding: 0 10px; border-right: 0; }
  #mm-ai-page .mm-proof-row > div:last-child { grid-column: 1 / 3; }
  #mm-ai-page .mm-client-names { gap: 16px 22px; }
  #mm-ai-page .mm-client-names b { font-size: 14px; }
  #mm-ai-page .mm-section-head { margin-bottom: 40px; }
  #mm-ai-page .mm-demo-gallery { width: 100%; }
  #mm-ai-page .mm-demo-tabs { gap: 7px; }
  #mm-ai-page .mm-demo-tabs button { border-radius: 11px; }
  #mm-ai-page .mm-demo-tabs span { display: none; }
  #mm-ai-page .mm-world-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  #mm-ai-page .mm-world-featured { grid-column: auto; grid-row: auto; aspect-ratio: 16/10; }
  #mm-ai-page .mm-world-card:not(.mm-world-featured) { aspect-ratio: 16/10; }
  #mm-ai-page .mm-world-bar { flex-wrap: wrap; gap: 10px 16px; border-radius: 22px; }
  #mm-ai-page .mm-world-bar i { display: none; }
  #mm-ai-page .mm-world-bar span { width: 100%; text-align: center; }
  #mm-ai-page .mm-service-grid { grid-template-columns: 1fr; }
  #mm-ai-page .mm-service-featured { grid-column: auto; grid-template-columns: 1fr; gap: 26px; }
  #mm-ai-page .mm-service-icon-check { width: 96px; height: 96px; }
  #mm-ai-page .mm-service-icon-check svg { width: 58px; height: 58px; }
  #mm-ai-page .mm-process-list { grid-template-columns: 1fr; }
  #mm-ai-page .mm-process-list li { min-height: 280px; }
  #mm-ai-page .mm-testimonial-grid { grid-template-columns: 1fr; gap: 18px; }
  #mm-ai-page .mm-quote-mark { height: 55px; font-size: 110px; }
  #mm-ai-page .mm-testimonial-stats { grid-column: auto; grid-template-columns: 1fr; }
  #mm-ai-page .mm-cta-card { border-radius: 22px; }
  #mm-ai-page .mm-final-cta { flex-direction: column; align-items: stretch; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  #mm-ai-page *,
  #mm-ai-page *::before,
  #mm-ai-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  #mm-ai-page .mm-reveal { opacity: 1; transform: none; }
  #mm-ai-page .mm-fan-card { opacity: 1; }
  .mm-demo-fly { display: none !important; }
}


/* ========================================================================== 
   Mister Mory v5 – Hero, KI-Demo, Einsatzwelten und Markenwelten
   ========================================================================== */
#mm-ai-page { position: relative; isolation: isolate; }
#mm-ai-page::before { display: none !important; content: none !important; }
#mm-ai-page > * { position: relative; z-index: 1; }
#mm-ai-page .mm-section-light,
#mm-ai-page .mm-section-warm { background-color: rgba(255,255,255,.965); }
#mm-ai-page .mm-section-warm { background-color: rgba(238,232,222,.965); }
#mm-ai-page .mm-section-dark { background-color: rgba(15,24,34,.975); }

/* Hero: two-line H1, intentional copy/image overlap and animated fan. */
#mm-ai-page .mm-hero {
  min-height: min(890px, 100svh);
  padding: clamp(82px,7vw,116px) 0 0;
  background:
    radial-gradient(circle at 76% 47%, rgba(212,173,103,.16), transparent 27%),
    radial-gradient(circle at 10% 0%, rgba(255,255,255,.05), transparent 25%),
    linear-gradient(135deg, rgba(27,41,55,.985), rgba(11,18,26,.99));
}
#mm-ai-page .mm-hero::before { display: none; }
#mm-ai-page .mm-hero-layout {
  position: relative;
  display: grid;
  min-height: 650px;
  grid-template-columns: minmax(0,1.02fr) minmax(520px,.98fr);
  align-items: center;
  gap: 0;
}
#mm-ai-page .mm-hero-copy {
  position: relative;
  z-index: 20;
  width: min(100%, 880px);
  margin-left: clamp(0px,2vw,36px);
  text-align: left;
  transform: translateX(clamp(0px,1.4vw,22px));
}
#mm-ai-page .mm-hero .mm-eyebrow,
#mm-ai-page .mm-hero .mm-actions { justify-content: flex-start; }
#mm-ai-page .mm-hero h1 {
  display: grid;
  max-width: 16.8ch;
  margin: 0 0 24px;
  font-size: clamp(3.25rem,4.55vw,5.15rem);
  line-height: 1.01;
  text-wrap: nowrap;
}
#mm-ai-page .mm-hero h1 span { display: block; }
#mm-ai-page .mm-hero-lead {
  max-width: 675px;
  margin: 0 0 30px;
  color: rgba(255,255,255,.74);
  font-size: clamp(1.05rem,1.2vw,1.24rem);
}
#mm-ai-page .mm-hero-mini-features {
  display: grid;
  max-width: 720px;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 10px;
  margin-top: 24px;
}
#mm-ai-page .mm-hero-mini-features > div {
  padding: 13px 14px 12px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 16px;
  background: rgba(255,255,255,.034);
  backdrop-filter: blur(8px);
}
#mm-ai-page .mm-hero-mini-features strong,
#mm-ai-page .mm-hero-mini-features span { display: block; line-height: 1.25; }
#mm-ai-page .mm-hero-mini-features strong { color: #fff; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
#mm-ai-page .mm-hero-mini-features span { margin-top: 5px; color: rgba(255,255,255,.55); font-size: 10px; }
#mm-ai-page .mm-hero-fan {
  position: relative;
  z-index: 8;
  width: 720px;
  min-height: 610px;
  margin: 0 0 0 -170px;
  perspective: 1800px;
  isolation: isolate;
  transform: translateX(84px);
}
#mm-ai-page .mm-fan-card {
  top: 66px;
  left: 49%;
  width: clamp(245px,18vw,318px);
  opacity: 0;
  transform: translate3d(-50%,290px,-100px) rotate(0) scale(.76);
  transition: z-index 0s, filter .25s ease;
}
#mm-ai-page .mm-fan-card-inner { transition: transform .32s cubic-bezier(.2,.8,.2,1), box-shadow .32s ease, border-color .32s ease; }
#mm-ai-page .mm-fan-card:hover,
#mm-ai-page .mm-fan-card:focus { z-index: 90 !important; }
#mm-ai-page .mm-fan-card:hover .mm-fan-card-inner,
#mm-ai-page .mm-fan-card:focus .mm-fan-card-inner { transform: scale(1.065); }

/* Initial entrance creates a compact fan; container hover opens it further. */
@keyframes mm-v5-fan-original { 0%{opacity:0;transform:translate3d(-50%,300px,-120px) rotate(0) scale(.72)} 58%{opacity:1;transform:translate3d(-50%,35px,0) rotate(0) scale(.9)} 100%{opacity:1;transform:translate3d(-96%,82px,0) rotate(-8deg) scale(.88)} }
@keyframes mm-v5-fan-hero { 0%{opacity:0;transform:translate3d(-50%,300px,-120px) rotate(0) scale(.72)} 58%{opacity:1;transform:translate3d(-50%,30px,0) rotate(0) scale(.91)} 100%{opacity:1;transform:translate3d(-66%,43px,0) rotate(-3deg) scale(.94)} }
@keyframes mm-v5-fan-space { 0%{opacity:0;transform:translate3d(-50%,300px,-120px) rotate(0) scale(.72)} 58%{opacity:1;transform:translate3d(-50%,28px,0) rotate(0) scale(.92)} 100%{opacity:1;transform:translate3d(-34%,25px,0) rotate(3deg) scale(.97)} }
@keyframes mm-v5-fan-peak { 0%{opacity:0;transform:translate3d(-50%,300px,-120px) rotate(0) scale(.72)} 58%{opacity:1;transform:translate3d(-50%,34px,0) rotate(0) scale(.9)} 100%{opacity:1;transform:translate3d(-4%,67px,0) rotate(8deg) scale(.9)} }
#mm-ai-page .mm-hero-fan.is-ready .mm-fan-original { animation: mm-v5-fan-original 1.02s .03s both cubic-bezier(.16,.86,.24,1); }
#mm-ai-page .mm-hero-fan.is-ready .mm-fan-hero { animation: mm-v5-fan-hero 1.08s .14s both cubic-bezier(.16,.86,.24,1); }
#mm-ai-page .mm-hero-fan.is-ready .mm-fan-space { animation: mm-v5-fan-space 1.12s .26s both cubic-bezier(.16,.86,.24,1); }
#mm-ai-page .mm-hero-fan.is-ready .mm-fan-peak { animation: mm-v5-fan-peak 1.16s .38s both cubic-bezier(.16,.86,.24,1); }
#mm-ai-page .mm-hero-fan.is-ready:hover .mm-fan-original { animation: none; opacity:1; transform:translate3d(-116%,100px,0) rotate(-12deg) scale(.86); transition:transform .58s cubic-bezier(.2,.8,.2,1); }
#mm-ai-page .mm-hero-fan.is-ready:hover .mm-fan-hero { animation: none; opacity:1; transform:translate3d(-76%,52px,0) rotate(-5deg) scale(.93); transition:transform .58s cubic-bezier(.2,.8,.2,1); }
#mm-ai-page .mm-hero-fan.is-ready:hover .mm-fan-space { animation: none; opacity:1; transform:translate3d(-34%,24px,0) rotate(4deg) scale(1); transition:transform .58s cubic-bezier(.2,.8,.2,1); }
#mm-ai-page .mm-hero-fan.is-ready:hover .mm-fan-peak { animation: none; opacity:1; transform:translate3d(8%,74px,0) rotate(12deg) scale(.89); transition:transform .58s cubic-bezier(.2,.8,.2,1); }
#mm-ai-page .mm-client-strip { min-height: 88px; }

/* Section 2: more prominent right-aligned heading, smaller image stage. */
#mm-ai-page .mm-demo-section-v5 { padding: clamp(86px,8vw,122px) 0; }
#mm-ai-page .mm-demo-grid-v5 {
  display: grid;
  grid-template-columns: minmax(520px,1.03fr) minmax(390px,.97fr);
  align-items: center;
  gap: clamp(46px,6vw,104px);
}
#mm-ai-page .mm-demo-grid-v5 .mm-demo-gallery {
  display: grid;
  width: min(100%,720px);
  grid-template-columns: 94px minmax(0,1fr);
  align-items: center;
  gap: 16px;
  justify-self: start;
}
#mm-ai-page .mm-demo-tabs-vertical { display:grid; grid-template-columns:1fr; gap:10px; }
#mm-ai-page .mm-demo-tabs-vertical button { border-radius: 15px; }
#mm-ai-page .mm-demo-tabs-vertical img { aspect-ratio:4/5; }
#mm-ai-page .mm-demo-grid-v5 .mm-demo-stage {
  width: min(100%,500px);
  max-height: min(670px,74vh);
  justify-self: center;
}
#mm-ai-page .mm-demo-grid-v5 .mm-demo-stage img { width:100%; height:100%; max-height:min(670px,74vh); aspect-ratio:4/5; object-fit:cover; }
#mm-ai-page .mm-demo-grid-v5 .mm-demo-copy { max-width:650px; transform: translateX(clamp(0px,2vw,32px)); }
#mm-ai-page .mm-demo-grid-v5 .mm-demo-copy h2 { max-width:11.5ch; color:#fff; font-size:clamp(2.8rem,4.35vw,5rem); line-height:1.02; }
#mm-ai-page .mm-demo-grid-v5 .mm-demo-copy > p { max-width:560px; color:rgba(255,255,255,.62); font-size:16px; }
#mm-ai-page .mm-demo-points-v5 { gap:20px; margin-top:30px; }
#mm-ai-page .mm-demo-points-v5 > div { grid-template-columns:30px 1fr; }
#mm-ai-page .mm-demo-points-v5 span { color:var(--mm-gold-light); font-size:20px; letter-spacing:0; line-height:1.2; }
#mm-ai-page .mm-demo-points-v5 p { font-size:14px; }

/* Click-to-swap layouts. Hover only adds a small cue; it never changes the featured card. */
#mm-ai-page .mm-swap-grid {
  display:grid;
  grid-template-columns:minmax(0,2fr) minmax(280px,1fr);
  grid-template-rows:repeat(2,minmax(235px,1fr));
  gap:18px;
}
#mm-ai-page .mm-swap-card { cursor:pointer; outline:none; }
#mm-ai-page .mm-swap-card.is-featured { grid-row:1 / span 2; }
#mm-ai-page .mm-swap-card:not(.is-featured) { aspect-ratio:16/10; }
#mm-ai-page .mm-card-click {
  position:absolute;
  z-index:4;
  top:16px;
  right:16px;
  padding:8px 11px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
  background:rgba(10,17,24,.66);
  color:#fff;
  font-size:9px;
  font-style:normal;
  font-weight:800;
  letter-spacing:.07em;
  opacity:0;
  pointer-events:none;
  text-transform:uppercase;
  transform:translateY(-4px);
  transition:opacity .2s ease, transform .2s ease;
  backdrop-filter:blur(8px);
}
#mm-ai-page .mm-swap-card:not(.is-featured):hover .mm-card-click,
#mm-ai-page .mm-swap-card:not(.is-featured):focus .mm-card-click { opacity:1; transform:none; }
#mm-ai-page .mm-swap-card.is-featured .mm-card-click { display:none; }
#mm-ai-page .mm-click-hint { display:flex; align-items:center; justify-content:center; gap:9px; margin:20px auto 0; color:#756958; font-size:12px; font-weight:750; letter-spacing:.025em; }
#mm-ai-page .mm-click-hint span { color:#a27b40; font-size:18px; }
#mm-ai-page .mm-click-hint-dark { color:rgba(255,255,255,.56); }
#mm-ai-page .mm-click-hint-dark span { color:var(--mm-gold-light); }
#mm-ai-page .mm-swap-card.is-swapping { pointer-events:none; }

/* New Markenwelten section: same proven composition, distinct content and premium dark treatment. */
#mm-ai-page .mm-brand-section { background:linear-gradient(135deg,rgba(12,20,29,.985),rgba(24,36,49,.98) 60%,rgba(10,17,24,.99)); }
#mm-ai-page .mm-brand-card {
  position:relative;
  min-height:0;
  overflow:hidden;
  margin:0;
  border:1px solid rgba(255,255,255,.14);
  border-radius:var(--mm-radius-lg);
  background:#182431;
  box-shadow:0 26px 78px rgba(0,0,0,.28);
}
#mm-ai-page .mm-brand-card img { width:100%; height:100%; object-fit:cover; transition:transform .6s cubic-bezier(.2,.8,.2,1); }
#mm-ai-page .mm-brand-card:hover img { transform:scale(1.025); }
#mm-ai-page .mm-brand-card::after { position:absolute; inset:0; background:linear-gradient(180deg,transparent 37%,rgba(7,13,19,.94)); content:""; pointer-events:none; }
#mm-ai-page .mm-brand-card figcaption { position:absolute; z-index:2; right:25px; bottom:24px; left:25px; display:grid; gap:5px; }
#mm-ai-page .mm-brand-card small { color:var(--mm-gold-light); font-size:9px; font-weight:850; letter-spacing:.12em; text-transform:uppercase; }
#mm-ai-page .mm-brand-card strong { color:#fff; font-size:21px; }
#mm-ai-page .mm-brand-card figcaption span { max-width:65ch; color:rgba(255,255,255,.7); font-size:12px; line-height:1.45; }
#mm-ai-page .mm-brand-card.is-featured strong { font-size:clamp(1.5rem,2vw,2.25rem); }
#mm-ai-page .mm-brand-card.is-featured figcaption span { font-size:14px; }

@media (max-width:1340px) {
  #mm-ai-page .mm-hero-layout { grid-template-columns:minmax(0,.95fr) minmax(500px,1.05fr); }
  #mm-ai-page .mm-hero h1 { font-size:clamp(3rem,4.25vw,4.45rem); }
  #mm-ai-page .mm-hero-fan { margin-left:-150px; transform:translateX(55px); }
}
@media (max-width:1100px) {
  #mm-ai-page .mm-hero { min-height:auto; }
  #mm-ai-page .mm-hero-layout { display:flex; flex-direction:column; min-height:0; }
  #mm-ai-page .mm-hero-copy { width:min(100%,920px); margin:0; text-align:center; transform:none; }
  #mm-ai-page .mm-hero .mm-eyebrow,#mm-ai-page .mm-hero .mm-actions { justify-content:center; }
  #mm-ai-page .mm-hero h1 { display:block; max-width:15ch; margin-inline:auto; text-wrap:balance; }
  #mm-ai-page .mm-hero h1 span { display:inline; }
  #mm-ai-page .mm-hero-lead { margin-inline:auto; }
  #mm-ai-page .mm-hero-mini-features { margin-inline:auto; }
  #mm-ai-page .mm-hero-fan { width:min(100%,900px); margin:24px auto 0; transform:none; }
  #mm-ai-page .mm-demo-grid-v5 { grid-template-columns:1fr; }
  #mm-ai-page .mm-demo-grid-v5 .mm-demo-copy { order:-1; max-width:850px; margin-inline:auto; text-align:center; transform:none; }
  #mm-ai-page .mm-demo-grid-v5 .mm-demo-copy .mm-kicker { justify-content:center; }
  #mm-ai-page .mm-demo-grid-v5 .mm-demo-copy h2 { max-width:14ch; margin-inline:auto; }
  #mm-ai-page .mm-demo-grid-v5 .mm-demo-copy > p { margin-inline:auto; }
  #mm-ai-page .mm-demo-grid-v5 .mm-demo-gallery { justify-self:center; }
}
@media (max-width:820px) {
  #mm-ai-page .mm-hero-mini-features { grid-template-columns:repeat(2,1fr); }
  #mm-ai-page .mm-demo-grid-v5 .mm-demo-gallery { grid-template-columns:1fr; }
  #mm-ai-page .mm-demo-tabs-vertical { grid-template-columns:repeat(4,1fr); order:2; }
  #mm-ai-page .mm-demo-grid-v5 .mm-demo-stage { width:min(100%,470px); }
  #mm-ai-page .mm-swap-grid { grid-template-columns:1fr; grid-template-rows:auto; }
  #mm-ai-page .mm-swap-card.is-featured { grid-row:auto; }
  #mm-ai-page .mm-swap-card,#mm-ai-page .mm-swap-card:not(.is-featured) { aspect-ratio:16/10; }
}
@media (max-width:560px) {
  #mm-ai-page .mm-hero h1 { font-size:clamp(2.6rem,12vw,3.5rem); }
  #mm-ai-page .mm-hero-mini-features { grid-template-columns:1fr; }
  #mm-ai-page .mm-hero-fan { min-height:520px; }
  #mm-ai-page .mm-fan-card { width:230px; }
  #mm-ai-page .mm-demo-tabs-vertical { grid-template-columns:repeat(2,1fr); }
  #mm-ai-page .mm-card-click { display:none; }
}


/* Stable fan states after the entrance animation has completed. */
#mm-ai-page .mm-hero-fan.is-ready.has-arrived .mm-fan-card { animation:none; opacity:1; transition:transform .58s cubic-bezier(.2,.8,.2,1); }
#mm-ai-page .mm-hero-fan.is-ready.has-arrived .mm-fan-original { transform:translate3d(-96%,82px,0) rotate(-8deg) scale(.88); }
#mm-ai-page .mm-hero-fan.is-ready.has-arrived .mm-fan-hero { transform:translate3d(-66%,43px,0) rotate(-3deg) scale(.94); }
#mm-ai-page .mm-hero-fan.is-ready.has-arrived .mm-fan-space { transform:translate3d(-34%,25px,0) rotate(3deg) scale(.97); }
#mm-ai-page .mm-hero-fan.is-ready.has-arrived .mm-fan-peak { transform:translate3d(-4%,67px,0) rotate(8deg) scale(.9); }
#mm-ai-page .mm-hero-fan.is-ready.has-arrived:hover .mm-fan-original,
#mm-ai-page .mm-hero-fan.is-ready.has-arrived.is-open .mm-fan-original { transform:translate3d(-116%,100px,0) rotate(-12deg) scale(.86); }
#mm-ai-page .mm-hero-fan.is-ready.has-arrived:hover .mm-fan-hero,
#mm-ai-page .mm-hero-fan.is-ready.has-arrived.is-open .mm-fan-hero { transform:translate3d(-76%,52px,0) rotate(-5deg) scale(.93); }
#mm-ai-page .mm-hero-fan.is-ready.has-arrived:hover .mm-fan-space,
#mm-ai-page .mm-hero-fan.is-ready.has-arrived.is-open .mm-fan-space { transform:translate3d(-34%,24px,0) rotate(4deg) scale(1); }
#mm-ai-page .mm-hero-fan.is-ready.has-arrived:hover .mm-fan-peak,
#mm-ai-page .mm-hero-fan.is-ready.has-arrived.is-open .mm-fan-peak { transform:translate3d(8%,74px,0) rotate(12deg) scale(.89); }


/* ========================================================================== 
   Mobile flow v5.2 – H1 → photo cycle → explanatory copy
   Desktop and tablet layouts remain unchanged.
   ========================================================================== */
#mm-ai-page .mm-mobile-cycle { display: none; }

@media (max-width: 680px) {
  #mm-ai-page .mm-hero {
    min-height: 0;
    padding: 72px 0 24px;
  }
  #mm-ai-page .mm-hero-layout {
    display: block;
    min-height: 0;
  }
  #mm-ai-page .mm-hero-copy {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    transform: none;
  }
  #mm-ai-page .mm-hero .mm-eyebrow {
    justify-content: center;
    margin-bottom: 15px;
    font-size: 10px;
  }
  #mm-ai-page .mm-hero h1 {
    display: block;
    max-width: 12.2ch;
    margin: 0 auto 26px;
    font-size: clamp(2.55rem, 11.7vw, 3.35rem);
    line-height: 1.01;
    text-align: center;
    text-wrap: balance;
  }
  #mm-ai-page .mm-hero h1 span { display: inline; }

  /* These desktop hero elements are intentionally removed only on phones. */
  #mm-ai-page .mm-hero-lead,
  #mm-ai-page .mm-hero .mm-actions,
  #mm-ai-page .mm-hero-mini-features,
  #mm-ai-page .mm-hero-fan,
  #mm-ai-page .mm-client-strip {
    display: none !important;
  }

  #mm-ai-page .mm-mobile-cycle {
    display: block;
    width: min(88vw, 390px);
    margin: 0 auto;
  }
  #mm-ai-page .mm-mobile-cycle-stage {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 4 / 5;
    border: 1px solid rgba(255,255,255,.19);
    border-radius: 27px;
    background: #24313e;
    box-shadow: 0 30px 76px rgba(0,0,0,.42), 0 0 0 1px rgba(255,255,255,.03) inset;
    isolation: isolate;
  }
  #mm-ai-page .mm-mobile-cycle-stage::after {
    position: absolute;
    z-index: 3;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(6,11,17,.91));
    content: "";
    pointer-events: none;
  }
  #mm-ai-page .mm-mobile-cycle-frame {
    position: absolute;
    z-index: 1;
    inset: 0;
    margin: 0;
    opacity: 0;
    filter: blur(7px) brightness(.88);
    transform: translateY(22px) scale(.965);
    transition: opacity .2s ease;
    pointer-events: none;
  }
  #mm-ai-page .mm-mobile-cycle-frame.is-active {
    z-index: 2;
    opacity: 1;
    filter: none;
    transform: none;
    animation: mm-mobile-photo-snap .52s cubic-bezier(.16,.86,.24,1) both;
  }
  #mm-ai-page .mm-mobile-cycle-frame img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
  }
  #mm-ai-page .mm-mobile-cycle-frame figcaption {
    position: absolute;
    z-index: 5;
    right: 22px;
    bottom: 20px;
    left: 22px;
    display: grid;
    gap: 2px;
    text-align: left;
  }
  #mm-ai-page .mm-mobile-cycle-frame small {
    color: var(--mm-gold-light);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  #mm-ai-page .mm-mobile-cycle-frame strong {
    color: #fff;
    font-size: 21px;
    line-height: 1.15;
  }
  #mm-ai-page .mm-mobile-cycle-status {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
  }
  #mm-ai-page .mm-mobile-cycle-status span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255,255,255,.24);
    transition: width .24s ease, background .24s ease;
  }
  #mm-ai-page .mm-mobile-cycle-status span.is-active {
    width: 24px;
    border-radius: 999px;
    background: var(--mm-gold-light);
  }

  /* Circular camera shutter followed by a short photographic flash. */
  #mm-ai-page .mm-mobile-shutter {
    position: absolute;
    z-index: 8;
    top: 50%;
    left: 50%;
    display: grid;
    width: 92px;
    height: 92px;
    place-items: center;
    border: 2px solid rgba(255,255,255,.9);
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(255,255,255,.08), 0 0 42px rgba(255,244,214,.55);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%,-50%) scale(.45);
  }
  #mm-ai-page .mm-mobile-shutter::before {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: repeating-conic-gradient(from 12deg, rgba(255,255,255,.96) 0 17deg, rgba(255,255,255,.15) 17deg 35deg);
    content: "";
    mask: radial-gradient(circle, transparent 0 25%, #000 27% 100%);
    -webkit-mask: radial-gradient(circle, transparent 0 25%, #000 27% 100%);
  }
  #mm-ai-page .mm-mobile-shutter span {
    position: absolute;
    width: 24px;
    height: 24px;
    border: 2px solid rgba(255,255,255,.95);
    border-radius: 50%;
  }
  #mm-ai-page .mm-mobile-cycle.is-capturing .mm-mobile-shutter {
    animation: mm-mobile-shutter .78s cubic-bezier(.2,.8,.2,1) both;
  }
  #mm-ai-page .mm-mobile-flash {
    position: absolute;
    z-index: 10;
    inset: 0;
    border-radius: inherit;
    background: #fff;
    opacity: 0;
    pointer-events: none;
  }
  #mm-ai-page .mm-mobile-cycle.is-flashing .mm-mobile-flash {
    animation: mm-mobile-flash .42s ease-out both;
  }

  /* The desktop gallery is replaced by the mobile cycle above. */
  #mm-ai-page .mm-demo-section-v5 {
    padding: 36px 0 82px;
  }
  #mm-ai-page .mm-demo-grid-v5 {
    display: block;
  }
  #mm-ai-page .mm-demo-grid-v5 .mm-demo-gallery {
    display: none !important;
  }
  #mm-ai-page .mm-demo-grid-v5 .mm-demo-copy {
    display: block;
    max-width: none;
    margin: 0;
    text-align: center;
    transform: none;
  }
  #mm-ai-page .mm-demo-grid-v5 .mm-demo-copy .mm-kicker {
    justify-content: center;
    margin-bottom: 18px;
  }
  #mm-ai-page .mm-demo-grid-v5 .mm-demo-copy h2 {
    max-width: 11ch;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(2.75rem, 12vw, 3.65rem);
    line-height: 1.01;
  }
  #mm-ai-page .mm-demo-grid-v5 .mm-demo-copy > p {
    max-width: 34ch;
    margin-right: auto;
    margin-left: auto;
    font-size: 17px;
    line-height: 1.65;
  }
  #mm-ai-page .mm-demo-points-v5 {
    gap: 24px;
    margin-top: 38px;
    text-align: left;
  }
  #mm-ai-page .mm-demo-points-v5 > div {
    grid-template-columns: 34px 1fr;
    gap: 12px;
  }
  #mm-ai-page .mm-demo-points-v5 span {
    padding-top: 2px;
    font-size: 20px;
  }
  #mm-ai-page .mm-demo-points-v5 p {
    font-size: 15px;
    line-height: 1.55;
  }
}

@keyframes mm-mobile-photo-snap {
  0% { opacity: 0; filter: blur(9px) brightness(1.28); transform: translateY(18px) scale(1.045); }
  45% { opacity: 1; filter: blur(1px) brightness(1.08); }
  100% { opacity: 1; filter: none; transform: translateY(0) scale(1); }
}
@keyframes mm-mobile-shutter {
  0% { opacity: 0; transform: translate(-50%,-50%) scale(.35) rotate(-22deg); }
  24% { opacity: 1; transform: translate(-50%,-50%) scale(1.08) rotate(0); }
  62% { opacity: 1; transform: translate(-50%,-50%) scale(.9) rotate(46deg); }
  100% { opacity: 0; transform: translate(-50%,-50%) scale(.18) rotate(82deg); }
}
@keyframes mm-mobile-flash {
  0% { opacity: 0; }
  18% { opacity: .98; }
  42% { opacity: .72; }
  100% { opacity: 0; }
}

@media (max-width: 680px) and (prefers-reduced-motion: reduce) {
  #mm-ai-page .mm-mobile-cycle-frame.is-active { animation: none; }
  #mm-ai-page .mm-mobile-shutter,
  #mm-ai-page .mm-mobile-flash { display: none; }
}


/* ========================================================================== 
   v5.3 – Mobile swipe cycle + expandable Markenwelten
   ========================================================================== */

/* Static three-column case cards; no swap behaviour in the Markenwelten section. */
#mm-ai-page .mm-brand-accordion {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
}
#mm-ai-page .mm-brand-case {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--mm-radius-lg);
  background: rgba(19,30,41,.96);
  box-shadow: 0 26px 78px rgba(0,0,0,.28);
}
#mm-ai-page .mm-brand-media {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: #111a24;
  cursor: pointer;
  color: #fff;
  text-align: left;
}
#mm-ai-page .mm-brand-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(7,13,19,.78));
  content: "";
  pointer-events: none;
}
#mm-ai-page .mm-brand-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transform: scale(1.16);
  transition: transform .55s cubic-bezier(.2,.8,.2,1), filter .3s ease;
}
#mm-ai-page .mm-brand-case-boltriva .mm-brand-media img { transform-origin: 63% center; }
#mm-ai-page .mm-brand-case-varelion .mm-brand-media img { transform-origin: 62% center; }
#mm-ai-page .mm-brand-case-heliovanta .mm-brand-media img { transform-origin: 65% center; }
#mm-ai-page .mm-brand-media:hover img,
#mm-ai-page .mm-brand-media:focus-visible img { transform: scale(1.2); filter: brightness(1.04); }
#mm-ai-page .mm-brand-more {
  position: absolute;
  z-index: 3;
  right: 20px;
  bottom: 18px;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  background: rgba(10,17,24,.76);
  color: #fff;
  font-size: 12px;
  font-weight: 840;
  letter-spacing: .035em;
  backdrop-filter: blur(10px);
}
#mm-ai-page .mm-brand-more i {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--mm-gold);
  color: #14202b;
  font-size: 17px;
  font-style: normal;
  line-height: 1;
  transition: transform .3s ease;
}
#mm-ai-page .mm-brand-case.is-open .mm-brand-more i { transform: rotate(45deg); }
#mm-ai-page .mm-brand-details {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows .48s cubic-bezier(.16,.86,.24,1), opacity .28s ease;
}
#mm-ai-page .mm-brand-case.is-open .mm-brand-details {
  grid-template-rows: 1fr;
  opacity: 1;
}
#mm-ai-page .mm-brand-details-inner {
  min-height: 0;
  overflow: hidden;
  padding: 0 24px;
  border-top: 1px solid transparent;
  transition: padding .42s ease, border-color .42s ease;
}
#mm-ai-page .mm-brand-case.is-open .mm-brand-details-inner {
  padding: 26px 24px 28px;
  border-top-color: rgba(255,255,255,.1);
}
#mm-ai-page .mm-case-label {
  margin-bottom: 8px !important;
  color: var(--mm-gold-light) !important;
  font-size: 10px !important;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
#mm-ai-page .mm-case-intro h3 { color: #fff; font-size: clamp(1.35rem,1.55vw,1.7rem); }
#mm-ai-page .mm-case-intro > p:last-child { color: rgba(255,255,255,.67); font-size: 14px; line-height: 1.58; }
#mm-ai-page .mm-case-intro strong { color: #fff; }
#mm-ai-page .mm-case-facts { display: grid; gap: 15px; margin-top: 24px; }
#mm-ai-page .mm-case-facts > div {
  padding: 17px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  background: rgba(255,255,255,.035);
}
#mm-ai-page .mm-case-facts span {
  display: block;
  margin-bottom: 6px;
  color: var(--mm-gold-light);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
#mm-ai-page .mm-case-facts strong { color: #fff; font-size: 15px; }
#mm-ai-page .mm-case-facts p,
#mm-ai-page .mm-case-facts li { color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.5; }
#mm-ai-page .mm-case-facts ul { margin: 0; padding-left: 18px; }
#mm-ai-page .mm-brand-disclaimer {
  max-width: 880px;
  margin: 22px auto 0 !important;
  color: rgba(255,255,255,.46) !important;
  font-size: 12px !important;
  text-align: center;
}

@media (max-width: 980px) {
  #mm-ai-page .mm-brand-accordion { grid-template-columns: 1fr; }
  #mm-ai-page .mm-brand-media img { transform: scale(1.1); }
  #mm-ai-page .mm-brand-media:hover img,
  #mm-ai-page .mm-brand-media:focus-visible img { transform: scale(1.13); }
  #mm-ai-page .mm-case-facts { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 680px) {
  #mm-ai-page .mm-mobile-cycle-stage {
    touch-action: pan-y;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
  }
  #mm-ai-page .mm-mobile-cycle-stage.is-touching { cursor: grabbing; }
  #mm-ai-page .mm-mobile-swipe-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 11px 0 0 !important;
    color: rgba(255,255,255,.52) !important;
    font-size: 11px !important;
    font-weight: 720;
    letter-spacing: .025em;
  }
  #mm-ai-page .mm-mobile-swipe-hint span { color: var(--mm-gold-light); font-size: 16px; }
  #mm-ai-page .mm-brand-accordion { gap: 16px; }
  #mm-ai-page .mm-brand-media img { aspect-ratio: 4 / 3; transform: scale(1.17); }
  #mm-ai-page .mm-brand-more { right: 14px; bottom: 13px; min-height: 42px; }
  #mm-ai-page .mm-case-facts { grid-template-columns: 1fr; }
  #mm-ai-page .mm-brand-details-inner { padding-inline: 18px; }
  #mm-ai-page .mm-brand-case.is-open .mm-brand-details-inner { padding: 22px 18px 24px; }
}


/* ========================================================================== 
   v5.4 – native clickable Markenwelt cards
   ========================================================================== */
#mm-ai-page .mm-brand-case {
  overflow: hidden;
}
#mm-ai-page .mm-brand-summary {
  display: block;
  cursor: pointer;
  list-style: none;
  outline: none;
}
#mm-ai-page .mm-brand-summary::-webkit-details-marker { display: none; }
#mm-ai-page .mm-brand-summary::marker { content: ""; }
#mm-ai-page .mm-brand-image-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  background: #111a24;
}
#mm-ai-page .mm-brand-image-wrap::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 54%, rgba(7,13,19,.74));
  content: "";
  pointer-events: none;
}
#mm-ai-page .mm-brand-image-wrap img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transform: scale(1.16);
  transition: transform .55s cubic-bezier(.2,.8,.2,1), filter .3s ease;
}
#mm-ai-page .mm-brand-case-boltriva .mm-brand-image-wrap img { transform-origin: 63% center; }
#mm-ai-page .mm-brand-case-varelion .mm-brand-image-wrap img { transform-origin: 62% center; }
#mm-ai-page .mm-brand-case-heliovanta .mm-brand-image-wrap img { transform-origin: 65% center; }
#mm-ai-page .mm-brand-summary:hover .mm-brand-image-wrap img,
#mm-ai-page .mm-brand-summary:focus-visible .mm-brand-image-wrap img { transform: scale(1.2); filter: brightness(1.04); }
#mm-ai-page .mm-brand-overlay-action {
  position: absolute;
  z-index: 3;
  right: 20px;
  bottom: 18px;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  background: rgba(10,17,24,.76);
  color: #fff;
  font-size: 12px;
  font-weight: 840;
  letter-spacing: .035em;
  backdrop-filter: blur(10px);
}
#mm-ai-page .mm-brand-overlay-action i,
#mm-ai-page .mm-brand-summary-action i {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--mm-gold);
  color: #14202b;
  font-size: 17px;
  font-style: normal;
  line-height: 1;
  transition: transform .3s ease;
}
#mm-ai-page .mm-brand-case[open] .mm-brand-overlay-action i,
#mm-ai-page .mm-brand-case[open] .mm-brand-summary-action i { transform: rotate(45deg); }
#mm-ai-page .mm-brand-summary-footer {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 20px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: rgba(16,26,36,.98);
}
#mm-ai-page .mm-brand-summary-footer > strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
}
#mm-ai-page .mm-brand-summary-action {
  display: none;
  align-items: center;
  gap: 9px;
  color: var(--mm-gold-light);
  font-size: 11px;
  font-weight: 820;
  white-space: nowrap;
}
#mm-ai-page .mm-brand-details {
  border-top: 1px solid rgba(255,255,255,.1);
  background: rgba(13,22,31,.94);
}
#mm-ai-page .mm-brand-details-inner {
  overflow: visible;
  padding: 26px 24px 28px;
  border-top: 0;
}
#mm-ai-page .mm-brand-case:not([open]) .mm-brand-details { display: none; }
#mm-ai-page .mm-brand-case[open] {
  border-color: rgba(237,209,155,.38);
  box-shadow: 0 30px 88px rgba(0,0,0,.38), 0 0 0 1px rgba(212,173,103,.08);
}

@media (max-width: 680px) {
  /* Kein Website-Overlay-Text direkt auf dem Markenbild. */
  #mm-ai-page .mm-brand-image-wrap::after { display: none; }
  #mm-ai-page .mm-brand-overlay-action { display: none; }
  #mm-ai-page .mm-brand-image-wrap img {
    aspect-ratio: 4 / 3;
    transform: scale(1.12);
  }
  #mm-ai-page .mm-brand-summary:hover .mm-brand-image-wrap img,
  #mm-ai-page .mm-brand-summary:focus-visible .mm-brand-image-wrap img { transform: scale(1.12); }
  #mm-ai-page .mm-brand-summary-footer {
    min-height: 72px;
    padding: 15px 16px;
  }
  #mm-ai-page .mm-brand-summary-footer > strong {
    font-size: 15px;
  }
  #mm-ai-page .mm-brand-summary-action {
    display: inline-flex;
    font-size: 0;
  }
  #mm-ai-page .mm-brand-summary-action i { font-size: 17px; }
  #mm-ai-page .mm-brand-details-inner { padding: 22px 18px 24px; }
}


/* ========================================================================== 
   v5.5 – robust klickbare Markenwelt-Fallstudien
   ========================================================================== */
#mm-ai-page .mm-brand-accordion-v55 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
}
#mm-ai-page .mm-brand-case-v55 {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--mm-radius-lg);
  background: rgba(19,30,41,.98);
  box-shadow: 0 26px 78px rgba(0,0,0,.28);
  transition: border-color .25s ease, box-shadow .25s ease;
}
#mm-ai-page .mm-brand-case-v55.is-open {
  border-color: rgba(237,209,155,.42);
  box-shadow: 0 32px 92px rgba(0,0,0,.38), 0 0 0 1px rgba(212,173,103,.08);
}
#mm-ai-page .mm-brand-toggle-v55 {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
}
#mm-ai-page .mm-brand-toggle-v55:focus-visible {
  outline: 2px solid var(--mm-gold-light);
  outline-offset: -3px;
}
#mm-ai-page .mm-brand-media-v55 {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #111a24;
}
#mm-ai-page .mm-brand-media-v55::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(7,13,19,.42));
  content: "";
  pointer-events: none;
}
#mm-ai-page .mm-brand-media-v55 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2,.8,.2,1), filter .3s ease;
}
/* Die Ausschnitte rücken die Motive in den Mittelpunkt und reduzieren im Bild eingebrannte Texte. */
#mm-ai-page .mm-brand-media-boltriva-v55 img { transform: scale(1.32); transform-origin: 67% 52%; }
#mm-ai-page .mm-brand-media-varelion-v55 img { transform: scale(1.22); transform-origin: 62% 52%; }
#mm-ai-page .mm-brand-media-heliovanta-v55 img { transform: scale(1.30); transform-origin: 68% 52%; }
#mm-ai-page .mm-brand-toggle-v55:hover .mm-brand-media-v55 img,
#mm-ai-page .mm-brand-toggle-v55:focus-visible .mm-brand-media-v55 img { filter: brightness(1.05); }
#mm-ai-page .mm-brand-toggle-v55:hover .mm-brand-media-boltriva-v55 img { transform: scale(1.36); }
#mm-ai-page .mm-brand-toggle-v55:hover .mm-brand-media-varelion-v55 img { transform: scale(1.26); }
#mm-ai-page .mm-brand-toggle-v55:hover .mm-brand-media-heliovanta-v55 img { transform: scale(1.34); }
#mm-ai-page .mm-brand-cta-v55 {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 16px;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 999px;
  background: rgba(10,17,24,.82);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .035em;
  backdrop-filter: blur(10px);
}
#mm-ai-page .mm-brand-cta-v55 i {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--mm-gold);
  color: #14202b;
  font-size: 18px;
  font-style: normal;
  line-height: 1;
  transition: transform .3s ease;
}
#mm-ai-page .mm-brand-case-v55.is-open .mm-brand-cta-v55 i { transform: rotate(45deg); }
#mm-ai-page .mm-brand-name-v55 {
  display: flex;
  min-height: 72px;
  align-items: center;
  padding: 16px 20px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: rgba(16,26,36,.99);
  color: #fff;
  font-size: 16px;
  font-weight: 780;
  line-height: 1.3;
}
#mm-ai-page .mm-brand-panel-v55[hidden] { display: none !important; }
#mm-ai-page .mm-brand-panel-v55 {
  border-top: 1px solid rgba(255,255,255,.1);
  background: rgba(13,22,31,.96);
}
#mm-ai-page .mm-brand-panel-inner-v55 {
  padding: 26px 24px 28px;
}
/* Alte Markenwelt-Overlays und die Swap-Hinweise dürfen in dieser Section niemals erscheinen. */
#mm-ai-page #markenwelten .mm-brand-card figcaption,
#mm-ai-page #markenwelten .mm-card-click,
#mm-ai-page #markenwelten .mm-click-hint { display: none !important; }

@media (max-width: 980px) {
  #mm-ai-page .mm-brand-accordion-v55 { grid-template-columns: 1fr; }
  #mm-ai-page .mm-brand-media-v55 { aspect-ratio: 16 / 9; }
  #mm-ai-page .mm-case-facts { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 680px) {
  #mm-ai-page .mm-brand-accordion-v55 { gap: 16px; }
  #mm-ai-page .mm-brand-media-v55 { aspect-ratio: 4 / 3; }
  #mm-ai-page .mm-brand-media-boltriva-v55 img { transform: scale(1.48); transform-origin: 70% 52%; }
  #mm-ai-page .mm-brand-media-varelion-v55 img { transform: scale(1.34); transform-origin: 64% 52%; }
  #mm-ai-page .mm-brand-media-heliovanta-v55 img { transform: scale(1.46); transform-origin: 71% 52%; }
  #mm-ai-page .mm-brand-toggle-v55:hover .mm-brand-media-boltriva-v55 img { transform: scale(1.48); }
  #mm-ai-page .mm-brand-toggle-v55:hover .mm-brand-media-varelion-v55 img { transform: scale(1.34); }
  #mm-ai-page .mm-brand-toggle-v55:hover .mm-brand-media-heliovanta-v55 img { transform: scale(1.46); }
  #mm-ai-page .mm-brand-cta-v55 { right: 13px; bottom: 12px; min-height: 42px; padding-inline: 14px; }
  #mm-ai-page .mm-brand-name-v55 { min-height: 68px; padding: 15px 16px; font-size: 15px; }
  #mm-ai-page .mm-brand-panel-inner-v55 { padding: 22px 18px 24px; }
  #mm-ai-page .mm-case-facts { grid-template-columns: 1fr; }
}


/* ========================================================================== 
   Markenwelten v5.6 – komplett neuer, JS-unabhängiger Öffnungsmechanismus
   ========================================================================== */
#mm-ai-page .mm-brand-grid-v56 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 22px;
}

#mm-ai-page .mm-brand-case-v56 {
  --brand-accent-v56: #d4ad67;
  --brand-accent-soft-v56: rgba(212, 173, 103, .15);
  min-width: 0;
}
#mm-ai-page .mm-brand-case-boltriva-v56 { --brand-accent-v56: #e13b35; --brand-accent-soft-v56: rgba(225, 59, 53, .14); }
#mm-ai-page .mm-brand-case-varelion-v56 { --brand-accent-v56: #d7b365; --brand-accent-soft-v56: rgba(215, 179, 101, .15); }
#mm-ai-page .mm-brand-case-heliovanta-v56 { --brand-accent-v56: #f2c84b; --brand-accent-soft-v56: rgba(242, 200, 75, .15); }

#mm-ai-page .mm-brand-state-v56 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

#mm-ai-page .mm-brand-card-v56 {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 26px;
  background: #101a24;
  box-shadow: 0 24px 70px rgba(0,0,0,.25);
  cursor: pointer;
  user-select: none;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
#mm-ai-page .mm-brand-card-v56:hover {
  border-color: color-mix(in srgb, var(--brand-accent-v56) 62%, white 8%);
  box-shadow: 0 32px 88px rgba(0,0,0,.35), 0 0 0 1px var(--brand-accent-soft-v56);
  transform: translateY(-5px);
}
#mm-ai-page .mm-brand-case-v56:focus-within .mm-brand-card-v56 {
  outline: 3px solid var(--brand-accent-soft-v56);
  outline-offset: 4px;
}

#mm-ai-page .mm-brand-media-v56 {
  position: relative;
  display: block;
  overflow: hidden;
  background: #0b1219;
}
#mm-ai-page .mm-brand-media-v56::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(5,9,13,.62));
  content: "";
  pointer-events: none;
}
#mm-ai-page .mm-brand-media-v56 img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.2,.8,.2,1), filter .3s ease;
}
#mm-ai-page .mm-brand-card-v56:hover .mm-brand-media-v56 img { transform: scale(1.035); filter: brightness(1.035); }

#mm-ai-page .mm-brand-open-v56 {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 17px;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 10px;
  padding: 0 15px 0 18px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  background: rgba(8,14,20,.83);
  box-shadow: 0 12px 34px rgba(0,0,0,.3);
  backdrop-filter: blur(12px);
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: .045em;
  text-transform: uppercase;
}
#mm-ai-page .mm-brand-open-v56 i {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  background: var(--brand-accent-v56);
  color: #111820;
  font-size: 19px;
  font-style: normal;
  line-height: 1;
  transition: transform .35s cubic-bezier(.2,.8,.2,1);
}
#mm-ai-page .mm-label-less-v56 { display: none; }

#mm-ai-page .mm-brand-titlebar-v56 {
  display: grid;
  gap: 4px;
  padding: 20px 22px 21px;
  border-top: 1px solid rgba(255,255,255,.08);
}
#mm-ai-page .mm-brand-titlebar-v56 strong {
  color: #fff;
  font-size: clamp(1.05rem,1.3vw,1.28rem);
  line-height: 1.25;
}
#mm-ai-page .mm-brand-titlebar-v56 span {
  color: rgba(255,255,255,.52);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .09em;
  text-transform: uppercase;
}

/* Das Aufklappen geschieht vollständig per CSS über die Checkbox. */
#mm-ai-page .mm-brand-info-v56 {
  display: grid;
  grid-template-rows: 0fr;
  margin-top: 0;
  opacity: 0;
  transform: translateY(-8px);
  transition: grid-template-rows .48s cubic-bezier(.16,.86,.24,1), opacity .28s ease, transform .42s ease, margin-top .42s ease;
}
#mm-ai-page .mm-brand-info-inner-v56 {
  min-height: 0;
  overflow: hidden;
  border: 0 solid rgba(255,255,255,.12);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  box-shadow: 0 20px 54px rgba(0,0,0,.18);
}
#mm-ai-page .mm-brand-state-v56:checked ~ .mm-brand-info-v56 {
  grid-template-rows: 1fr;
  margin-top: 16px;
  opacity: 1;
  transform: translateY(0);
}
#mm-ai-page .mm-brand-state-v56:checked ~ .mm-brand-info-v56 .mm-brand-info-inner-v56 {
  border-width: 1px;
}
#mm-ai-page .mm-brand-state-v56:checked + .mm-brand-card-v56 {
  border-color: var(--brand-accent-v56);
  box-shadow: 0 28px 82px rgba(0,0,0,.34), 0 0 0 3px var(--brand-accent-soft-v56);
}
#mm-ai-page .mm-brand-state-v56:checked + .mm-brand-card-v56 .mm-brand-open-v56 i { transform: rotate(45deg); }
#mm-ai-page .mm-brand-state-v56:checked + .mm-brand-card-v56 .mm-label-more-v56 { display: none; }
#mm-ai-page .mm-brand-state-v56:checked + .mm-brand-card-v56 .mm-label-less-v56 { display: inline; }

#mm-ai-page .mm-brand-info-head-v56 {
  display: grid;
  gap: 5px;
  padding: 24px 24px 21px;
  border-bottom: 1px solid rgba(255,255,255,.09);
  background: linear-gradient(90deg, var(--brand-accent-soft-v56), transparent 72%);
}
#mm-ai-page .mm-brand-info-head-v56 span {
  color: var(--brand-accent-v56);
  font-size: 10px;
  font-weight: 880;
  letter-spacing: .13em;
  text-transform: uppercase;
}
#mm-ai-page .mm-brand-info-head-v56 strong { color: #fff; font-size: 19px; line-height: 1.25; }

#mm-ai-page .mm-brand-facts-v56 { display: grid; gap: 0; padding: 8px 22px 22px; }
#mm-ai-page .mm-brand-fact-v56 {
  display: grid;
  grid-template-columns: 44px minmax(0,1fr);
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
#mm-ai-page .mm-brand-fact-v56:last-child { border-bottom: 0; }
#mm-ai-page .mm-brand-fact-icon-v56 {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--brand-accent-v56) 55%, transparent);
  border-radius: 14px;
  background: var(--brand-accent-soft-v56);
  color: var(--brand-accent-v56);
}
#mm-ai-page .mm-brand-fact-icon-v56 svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#mm-ai-page .mm-brand-fact-v56 h3 {
  margin: 1px 0 9px;
  color: #fff;
  font-size: 14px;
  font-weight: 820;
  letter-spacing: .035em;
  text-transform: uppercase;
}
#mm-ai-page .mm-brand-fact-v56 ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#mm-ai-page .mm-brand-fact-v56 li {
  position: relative;
  padding-left: 15px;
  color: rgba(255,255,255,.7);
  font-size: 13px;
  line-height: 1.48;
}
#mm-ai-page .mm-brand-fact-v56 li::before {
  position: absolute;
  top: .58em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--brand-accent-v56);
  box-shadow: 0 0 0 3px var(--brand-accent-soft-v56);
  content: "";
}

#mm-ai-page .mm-brand-metrics-v56 {
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 8px !important;
}
#mm-ai-page .mm-brand-metrics-v56 li {
  display: grid;
  gap: 2px;
  padding: 11px 9px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 13px;
  background: rgba(255,255,255,.04);
  text-align: center;
}
#mm-ai-page .mm-brand-metrics-v56 li::before { display: none; }
#mm-ai-page .mm-brand-metrics-v56 strong { color: #fff; font-size: 20px; line-height: 1; }
#mm-ai-page .mm-brand-metrics-v56 span { color: rgba(255,255,255,.56); font-size: 9px; line-height: 1.25; text-transform: uppercase; }

@media (max-width: 1180px) {
  #mm-ai-page .mm-brand-grid-v56 { grid-template-columns: 1fr; }
  #mm-ai-page .mm-brand-facts-v56 { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 28px; }
  #mm-ai-page .mm-brand-result-v56 { grid-column: 1 / -1; }
}
@media (max-width: 767px) {
  #mm-ai-page .mm-brand-grid-v56 { gap: 17px; }
  #mm-ai-page .mm-brand-card-v56 { border-radius: 20px; }
  #mm-ai-page .mm-brand-card-v56:hover { transform: none; }
  #mm-ai-page .mm-brand-media-v56 img { aspect-ratio: 4 / 3; object-position: center; }
  #mm-ai-page .mm-brand-open-v56 { right: 12px; bottom: 11px; min-height: 42px; padding: 0 11px 0 14px; font-size: 10px; }
  #mm-ai-page .mm-brand-open-v56 i { width: 24px; height: 24px; font-size: 17px; }
  #mm-ai-page .mm-brand-titlebar-v56 { padding: 16px 17px 17px; }
  #mm-ai-page .mm-brand-titlebar-v56 strong { font-size: 16px; }
  #mm-ai-page .mm-brand-facts-v56 { grid-template-columns: 1fr; padding: 5px 17px 18px; }
  #mm-ai-page .mm-brand-info-head-v56 { padding: 20px 18px 17px; }
  #mm-ai-page .mm-brand-fact-v56 { grid-template-columns: 38px minmax(0,1fr); gap: 12px; padding: 16px 0; }
  #mm-ai-page .mm-brand-fact-icon-v56 { width: 38px; height: 38px; border-radius: 12px; }
  #mm-ai-page .mm-brand-fact-icon-v56 svg { width: 20px; height: 20px; }
  #mm-ai-page .mm-brand-metrics-v56 { grid-template-columns: repeat(3,minmax(0,1fr)); }
  #mm-ai-page .mm-brand-metrics-v56 strong { font-size: 17px; }
}


/* ========================================================================== 
   v5.7 – Above-the-fold Datenschutzsignal, kompakte Marken-Cases und CTAs
   ========================================================================== */

/* Die vier alten Hero-Minikarten wurden aus dem HTML entfernt. */
#mm-ai-page .mm-hero-mini-features { display: none !important; }

/* Kompaktes grünes DSGVO-Signal im Above-the-fold. */
#mm-ai-page .mm-hero-dsgvo {
  display: grid;
  width: min(100%, 660px);
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  margin: 0 0 22px;
  padding: 13px 16px;
  border: 1px solid rgba(68, 211, 133, .38);
  border-radius: 19px;
  background: linear-gradient(135deg, rgba(37, 168, 97, .18), rgba(24, 111, 72, .09));
  box-shadow: 0 18px 48px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255,255,255,.045);
  backdrop-filter: blur(12px);
  text-align: left;
}
#mm-ai-page .mm-hero-dsgvo-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(145deg, #37c97e, #1f9959);
  box-shadow: 0 13px 30px rgba(35, 177, 101, .26);
  color: #fff;
}
#mm-ai-page .mm-hero-dsgvo-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#mm-ai-page .mm-hero-dsgvo-copy { display: grid; gap: 2px; min-width: 0; }
#mm-ai-page .mm-hero-dsgvo-copy small {
  color: #62dc9a;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}
#mm-ai-page .mm-hero-dsgvo-copy strong { color: #fff; font-size: 16px; line-height: 1.25; }
#mm-ai-page .mm-hero-dsgvo-copy em { color: rgba(255,255,255,.62); font-size: 11px; font-style: normal; line-height: 1.35; }
#mm-ai-page .mm-mobile-hero-cta { display: none; }

/* Conversion-CTA nach den zentralen Abschnitten. */
#mm-ai-page .mm-section-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 34px;
  padding: 20px 22px 20px 25px;
  border: 1px solid rgba(21, 32, 43, .12);
  border-radius: 22px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 18px 52px rgba(21,32,43,.075);
  backdrop-filter: blur(12px);
}
#mm-ai-page .mm-section-cta > div { display: grid; gap: 4px; min-width: 0; }
#mm-ai-page .mm-section-cta > div > span {
  color: #9b7740;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.3;
  text-transform: uppercase;
}
#mm-ai-page .mm-section-cta > div > strong { color: var(--mm-ink); font-size: clamp(1rem, 1.4vw, 1.25rem); line-height: 1.32; }
#mm-ai-page .mm-section-cta .mm-btn { min-height: 50px; flex: 0 0 auto; padding-inline: 22px; font-size: 13px; }
#mm-ai-page .mm-section-cta-dark {
  border-color: rgba(237, 209, 155, .22);
  background: linear-gradient(135deg, rgba(255,255,255,.065), rgba(255,255,255,.025));
  box-shadow: 0 22px 60px rgba(0,0,0,.2);
}
#mm-ai-page .mm-section-cta-dark > div > span { color: var(--mm-gold-light); }
#mm-ai-page .mm-section-cta-dark > div > strong { color: #fff; }
#mm-ai-page .mm-section-cta-warm { background: rgba(255,255,255,.58); }
#mm-ai-page .mm-section-cta-light { background: linear-gradient(135deg, #fff, #fbf7ef); }

/* Markenwelten kompakter und klarer. Der Checkbox-Mechanismus bleibt unverändert. */
#mm-ai-page .mm-brand-info-v56 { transition-duration: .4s; }
#mm-ai-page .mm-brand-state-v56:checked ~ .mm-brand-info-v56 { margin-top: 12px; }
#mm-ai-page .mm-brand-info-inner-v56 {
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, var(--brand-accent-soft-v56), transparent 36%),
    linear-gradient(145deg, rgba(255,255,255,.078), rgba(255,255,255,.032));
}
#mm-ai-page .mm-brand-info-head-v56 {
  position: relative;
  gap: 3px;
  padding: 15px 17px 14px;
  background: linear-gradient(90deg, var(--brand-accent-soft-v56), transparent 76%);
}
#mm-ai-page .mm-brand-info-head-v56::before {
  position: absolute;
  top: 0;
  right: 17px;
  left: 17px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand-accent-v56), transparent);
  content: "";
}
#mm-ai-page .mm-brand-info-head-v56 strong { font-size: 16px; }
#mm-ai-page .mm-brand-info-head-v56 small {
  margin-top: 2px;
  color: rgba(255,255,255,.48);
  font-size: 9px;
  font-weight: 780;
  letter-spacing: .07em;
  text-transform: uppercase;
}
#mm-ai-page .mm-brand-facts-v56 { padding: 3px 16px 15px; }
#mm-ai-page .mm-brand-fact-v56 {
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 11px;
  padding: 12px 0;
}
#mm-ai-page .mm-brand-fact-icon-v56 { width: 34px; height: 34px; border-radius: 11px; }
#mm-ai-page .mm-brand-fact-icon-v56 svg { width: 18px; height: 18px; }
#mm-ai-page .mm-brand-fact-v56 h3 { margin: 0 0 5px; font-size: 10px; letter-spacing: .08em; }
#mm-ai-page .mm-brand-fact-v56 ul { gap: 5px; }
#mm-ai-page .mm-brand-fact-v56 li { padding-left: 13px; font-size: 11.5px; line-height: 1.42; }
#mm-ai-page .mm-brand-fact-v56 li::before { top: .55em; width: 4px; height: 4px; }
#mm-ai-page .mm-brand-result-v56 {
  margin-top: 3px;
  padding: 13px 0 0;
  border-bottom: 0;
}
#mm-ai-page .mm-brand-result-v56 > div:last-child {
  padding: 12px;
  border: 1px solid color-mix(in srgb, var(--brand-accent-v56) 27%, transparent);
  border-radius: 15px;
  background: var(--brand-accent-soft-v56);
}
#mm-ai-page .mm-brand-metrics-v56 { gap: 6px !important; }
#mm-ai-page .mm-brand-metrics-v56 li { padding: 9px 5px; border-color: rgba(255,255,255,.1); background: rgba(6,11,17,.25); }
#mm-ai-page .mm-brand-metrics-v56 strong { font-size: 18px; }
#mm-ai-page .mm-brand-metrics-v56 span { font-size: 8px; }
#mm-ai-page .mm-brand-disclaimer { margin-top: 17px !important; }

@media (max-width: 980px) {
  #mm-ai-page .mm-section-cta { align-items: flex-start; }
}

@media (max-width: 680px) {
  #mm-ai-page .mm-hero h1 { margin-bottom: 16px; }
  #mm-ai-page .mm-hero-dsgvo {
    width: min(88vw, 390px);
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 11px;
    margin: 0 auto 17px;
    padding: 10px 12px;
    border-radius: 17px;
  }
  #mm-ai-page .mm-hero-dsgvo-icon { width: 42px; height: 42px; border-radius: 13px; }
  #mm-ai-page .mm-hero-dsgvo-icon svg { width: 26px; height: 26px; }
  #mm-ai-page .mm-hero-dsgvo-copy strong { font-size: 13px; }
  #mm-ai-page .mm-hero-dsgvo-copy em { font-size: 9px; }
  #mm-ai-page .mm-mobile-hero-cta { display: inline-flex; width: 100%; margin-top: 15px; }

  #mm-ai-page .mm-section-cta {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
    margin-top: 24px;
    padding: 18px;
    border-radius: 19px;
    text-align: left;
  }
  #mm-ai-page .mm-section-cta .mm-btn { width: 100%; }

  #mm-ai-page .mm-brand-info-head-v56 { padding: 14px 15px 13px; }
  #mm-ai-page .mm-brand-facts-v56 { padding: 2px 14px 14px; }
  #mm-ai-page .mm-brand-fact-v56 { grid-template-columns: 33px minmax(0, 1fr); gap: 10px; padding: 11px 0; }
  #mm-ai-page .mm-brand-fact-icon-v56 { width: 32px; height: 32px; }
  #mm-ai-page .mm-brand-fact-v56 li { font-size: 11px; }
  #mm-ai-page .mm-brand-result-v56 > div:last-child { padding: 10px; }
  #mm-ai-page .mm-brand-metrics-v56 strong { font-size: 16px; }
  #mm-ai-page .mm-brand-metrics-v56 span { font-size: 7.5px; }
}
