/* Mister Mory Employer Branding Landingpage v1.1.0 */
#mm-eb-page {
  --eb-black: #07090c;
  --eb-navy: #0c1823;
  --eb-navy-2: #101f2d;
  --eb-ink: #17212a;
  --eb-gold: #d4aa58;
  --eb-gold-soft: #f1d99a;
  --eb-cream: #f6f2e8;
  --eb-white: #fff;
  --eb-muted: #6f7780;
  --eb-line: rgba(255,255,255,.12);
  --eb-green: #2fc475;
  --eb-green-dark: #123d2c;
  --eb-shadow: 0 28px 90px rgba(0,0,0,.22);
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  margin-left: -50vw;
  overflow: clip;
  background: var(--eb-black);
  color: var(--eb-white);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#mm-eb-page *, #mm-eb-page *::before, #mm-eb-page *::after { box-sizing: border-box; }
#mm-eb-page img { display: block; width: 100%; max-width: 100%; }
#mm-eb-page a { text-decoration: none; }
#mm-eb-page button, #mm-eb-page a { -webkit-tap-highlight-color: transparent; }
#mm-eb-page button { font: inherit; }
#mm-eb-page h1, #mm-eb-page h2, #mm-eb-page h3, #mm-eb-page p { margin-top: 0; }
#mm-eb-page h1, #mm-eb-page h2, #mm-eb-page h3 { font-family: "Arial Narrow", "Roboto Condensed", Inter, Arial, sans-serif; letter-spacing: -.035em; }
#mm-eb-page h1 { max-width: 12ch; margin-bottom: 24px; font-size: clamp(2.6rem, 5.2vw, 5.7rem); line-height: .96; font-weight: 900; }
#mm-eb-page h2 { margin-bottom: 22px; font-size: clamp(2.15rem, 4vw, 4.35rem); line-height: 1; font-weight: 880; }
#mm-eb-page h3 { margin-bottom: 12px; font-size: clamp(1.25rem, 1.8vw, 1.7rem); line-height: 1.08; font-weight: 840; }
#mm-eb-page p { margin-bottom: 18px; }
#mm-eb-page svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
#mm-eb-page .mm-eb-shell { position: relative; z-index: 2; width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
#mm-eb-page .mm-eb-section { position: relative; padding: clamp(84px, 9vw, 144px) 0; }
#mm-eb-page .mm-eb-section-light { background: var(--eb-cream); color: var(--eb-ink); }
#mm-eb-page .mm-eb-section-head { max-width: 780px; margin-bottom: clamp(42px, 6vw, 72px); }
#mm-eb-page .mm-eb-section-head > p:last-child { max-width: 720px; color: #69717a; font-size: clamp(1rem, 1.4vw, 1.18rem); }
#mm-eb-page .mm-eb-section-head-inverse > p:last-child { color: rgba(255,255,255,.62); }
#mm-eb-page .mm-eb-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px; color: var(--eb-gold-soft); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
#mm-eb-page .mm-eb-kicker-dark { color: #9a742c; }
#mm-eb-page .mm-eb-kicker span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(212,170,88,.44); border-radius: 10px; background: rgba(212,170,88,.09); }
#mm-eb-page .mm-eb-kicker span svg { width: 16px; height: 16px; }

/* Buttons */
#mm-eb-page .mm-eb-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 28px; }
#mm-eb-page .mm-eb-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; padding: 0 21px; border: 1px solid transparent; border-radius: 13px; font-size: 13px; font-weight: 850; letter-spacing: .035em; line-height: 1.2; text-align: center; transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease; }
#mm-eb-page .mm-eb-button:hover { transform: translateY(-2px); }
#mm-eb-page .mm-eb-button svg { width: 18px; height: 18px; transition: transform .22s ease; }
#mm-eb-page .mm-eb-button:hover svg { transform: translateX(3px); }
#mm-eb-page .mm-eb-button-primary { background: linear-gradient(135deg, #f0d68f, var(--eb-gold)); box-shadow: 0 16px 36px rgba(212,170,88,.22); color: #17120a; }
#mm-eb-page .mm-eb-button-primary:hover { box-shadow: 0 20px 44px rgba(212,170,88,.32); color: #17120a; }
#mm-eb-page .mm-eb-button-ghost { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.05); color: #fff; }
#mm-eb-page .mm-eb-button-dark { background: #111a22; box-shadow: 0 14px 30px rgba(14,22,29,.16); color: #fff; }
#mm-eb-page .mm-eb-button-dark:hover { background: #1a2731; color: #fff; }
#mm-eb-page .mm-eb-button-green { background: #c9f3dd; color: #103423; }
#mm-eb-page .mm-eb-button-large { min-height: 60px; padding-inline: 28px; font-size: 14px; }
#mm-eb-page .mm-eb-section-cta { display: flex; justify-content: center; margin-top: 46px; }

/* Hero */
#mm-eb-page .mm-eb-hero { position: relative; min-height: min(940px, 100svh); padding: clamp(74px, 9vw, 116px) 0 66px; overflow: hidden; background: radial-gradient(circle at 76% 18%, rgba(28,76,105,.33), transparent 35%), linear-gradient(135deg, #050608 0%, #08121a 46%, #0d1b26 100%); }
#mm-eb-page .mm-eb-hero-grid, #mm-eb-page .mm-eb-final-grid { position: absolute; inset: 0; opacity: .34; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 86%); }
#mm-eb-page .mm-eb-orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
#mm-eb-page .mm-eb-orb-one { top: 14%; right: 5%; width: 420px; height: 420px; border: 1px solid rgba(212,170,88,.14); box-shadow: inset 0 0 100px rgba(212,170,88,.04), 0 0 120px rgba(38,98,132,.13); }
#mm-eb-page .mm-eb-orb-two { right: 26%; bottom: -260px; width: 560px; height: 560px; background: radial-gradient(circle, rgba(42,130,166,.15), transparent 66%); }
#mm-eb-page .mm-eb-hero-layout { display: grid; grid-template-columns: minmax(0,.88fr) minmax(520px,1.12fr); align-items: center; gap: clamp(40px, 6vw, 88px); }
#mm-eb-page .mm-eb-hero-copy { position: relative; z-index: 4; }
#mm-eb-page .mm-eb-hero-lead { max-width: 650px; color: rgba(255,255,255,.69); font-size: clamp(1.03rem, 1.45vw, 1.25rem); }
#mm-eb-page .mm-eb-trust-row { display: flex; flex-wrap: wrap; gap: 10px 24px; color: rgba(255,255,255,.58); font-size: 12px; }
#mm-eb-page .mm-eb-trust-row span { position: relative; padding-left: 14px; }
#mm-eb-page .mm-eb-trust-row span::before { position: absolute; top: .52em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--eb-gold); content: ""; }
#mm-eb-page .mm-eb-trust-row strong { color: #fff; }
#mm-eb-page .mm-eb-secure-card { display: grid; grid-template-columns: 48px 1fr; gap: 14px; max-width: 570px; margin-top: 28px; padding: 15px 18px; border: 1px solid rgba(47,196,117,.32); border-radius: 16px; background: linear-gradient(135deg, rgba(27,103,69,.32), rgba(15,56,39,.2)); box-shadow: 0 20px 50px rgba(0,0,0,.18); }
#mm-eb-page .mm-eb-secure-icon { display: grid; width: 45px; height: 45px; place-items: center; border-radius: 14px; background: rgba(47,196,117,.15); color: #8aefb9; }
#mm-eb-page .mm-eb-secure-card strong, #mm-eb-page .mm-eb-secure-card small { display: block; }
#mm-eb-page .mm-eb-secure-card strong { margin-bottom: 3px; color: #d8f6e6; font-size: 13px; }
#mm-eb-page .mm-eb-secure-card small { color: rgba(216,246,230,.62); font-size: 11px; line-height: 1.45; }
#mm-eb-page .mm-eb-hero-visual { position: relative; min-height: 640px; }
#mm-eb-page .mm-eb-transform-stage { position: absolute; top: 20px; right: 0; width: min(100%, 610px); aspect-ratio: 16 / 14; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 32px; background: #0b131a; box-shadow: 0 40px 120px rgba(0,0,0,.43), 0 0 0 1px rgba(212,170,88,.06); isolation: isolate; }
#mm-eb-page .mm-eb-transform-stage::before { position: absolute; z-index: 5; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.07), inset 0 -100px 120px rgba(3,6,9,.5); content: ""; pointer-events: none; }
#mm-eb-page .mm-eb-transform-image { position: absolute; inset: 0; }
#mm-eb-page .mm-eb-transform-image img { height: 100%; object-fit: cover; object-position: center; }
#mm-eb-page .mm-eb-transform-result { clip-path: inset(0 0 0 50%); transition: clip-path .8s cubic-bezier(.2,.8,.2,1); }
#mm-eb-page.mm-eb-js-ready .mm-eb-transform-result { clip-path: inset(0 0 0 100%); }
#mm-eb-page.mm-eb-js-ready .mm-eb-transform-stage[data-state="result"] .mm-eb-transform-result { clip-path: inset(0); }
#mm-eb-page .mm-eb-transform-divider { position: absolute; z-index: 6; top: 0; bottom: 0; left: 50%; width: 1px; background: rgba(255,255,255,.72); box-shadow: 0 0 28px rgba(255,255,255,.55); transition: left .8s cubic-bezier(.2,.8,.2,1), opacity .3s ease; }
#mm-eb-page.mm-eb-js-ready .mm-eb-transform-divider { opacity: 0; left: 100%; }
#mm-eb-page.mm-eb-js-ready .mm-eb-transform-stage[data-state="original"] .mm-eb-transform-divider { opacity: 0; left: 100%; }
#mm-eb-page.mm-eb-js-ready .mm-eb-transform-stage[data-state="result"] .mm-eb-transform-divider { opacity: 0; left: 0; }
#mm-eb-page .mm-eb-transform-divider i { position: absolute; top: 50%; left: 50%; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.85); border-radius: 50%; background: rgba(5,10,14,.72); transform: translate(-50%,-50%); }
#mm-eb-page .mm-eb-transform-labels { position: absolute; z-index: 8; top: 18px; right: 18px; left: 18px; display: flex; justify-content: space-between; color: rgba(255,255,255,.84); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
#mm-eb-page .mm-eb-transform-labels span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(5,10,14,.54); backdrop-filter: blur(10px); }
#mm-eb-page .mm-eb-transform-controls { position: absolute; z-index: 9; right: 18px; bottom: 18px; left: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; padding: 5px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(5,10,14,.76); backdrop-filter: blur(14px); }
#mm-eb-page .mm-eb-transform-controls button { min-height: 40px; border: 0; border-radius: 10px; background: transparent; color: rgba(255,255,255,.58); cursor: pointer; font-size: 11px; font-weight: 800; }
#mm-eb-page .mm-eb-transform-controls button[aria-pressed="true"] { background: linear-gradient(135deg, #efd58c, var(--eb-gold)); color: #1a140b; }
#mm-eb-page .mm-eb-camera-flash { position: absolute; z-index: 12; inset: 0; opacity: 0; background: #fff; pointer-events: none; }
#mm-eb-page .mm-eb-transform-stage.is-flashing .mm-eb-camera-flash { animation: mm-eb-flash .7s ease-out; }
#mm-eb-page .mm-eb-floating-card { position: absolute; z-index: 12; width: 180px; overflow: hidden; border: 5px solid #fff; border-radius: 10px; background: #fff; box-shadow: 0 24px 60px rgba(0,0,0,.35); transform: rotate(var(--rotate)); }
#mm-eb-page .mm-eb-floating-card img { aspect-ratio: 4 / 3; object-fit: cover; }
#mm-eb-page .mm-eb-floating-card span { display: block; padding: 7px 8px 5px; color: #1b2329; font-size: 10px; font-weight: 850; text-transform: uppercase; }
#mm-eb-page .mm-eb-floating-one { --rotate: 6deg; top: 16px; right: -54px; }
#mm-eb-page .mm-eb-floating-two { --rotate: -7deg; right: 46px; bottom: -10px; width: 155px; }
#mm-eb-page.mm-eb-js-ready .mm-eb-floating-card { opacity: 0; transform: translateY(26px) rotate(var(--rotate)) scale(.94); }
#mm-eb-page.mm-eb-js-ready .mm-eb-hero-visual.is-visible .mm-eb-floating-card { opacity: 1; transform: translateY(0) rotate(var(--rotate)) scale(1); transition: opacity .7s ease .65s, transform .9s cubic-bezier(.18,.84,.28,1) .65s; }
#mm-eb-page.mm-eb-js-ready .mm-eb-hero-visual.is-visible .mm-eb-floating-two { transition-delay: .82s; }

/* Benefits */
#mm-eb-page .mm-eb-benefit-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
#mm-eb-page .mm-eb-benefit-card { position: relative; min-height: 290px; padding: 28px; overflow: hidden; border: 1px solid rgba(19,31,40,.09); border-radius: 24px; background: rgba(255,255,255,.68); box-shadow: 0 22px 55px rgba(42,48,52,.08); }
#mm-eb-page .mm-eb-benefit-card > span { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 34px; border: 1px solid rgba(212,170,88,.35); border-radius: 15px; background: #fffaf0; color: #9f772b; }
#mm-eb-page .mm-eb-benefit-card > p:first-of-type { position: absolute; top: 26px; right: 26px; color: rgba(20,31,40,.26); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
#mm-eb-page .mm-eb-benefit-card > p:last-child { color: #6b737a; font-size: 14px; }
#mm-eb-page .mm-eb-inline-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 28px; padding: 25px 28px; border-radius: 22px; background: #fff; box-shadow: 0 18px 48px rgba(42,48,52,.08); }
#mm-eb-page .mm-eb-inline-cta strong, #mm-eb-page .mm-eb-inline-cta small { display: block; }
#mm-eb-page .mm-eb-inline-cta small { margin-top: 4px; color: #7b8288; }

/* Profession gallery */
#mm-eb-page .mm-eb-professions { background: radial-gradient(circle at 18% 10%, rgba(32,82,111,.24), transparent 28%), linear-gradient(180deg, #081018, #0d1720); }
#mm-eb-page .mm-eb-profession-tabs { display: flex; gap: 8px; margin-bottom: 22px; padding-bottom: 2px; overflow-x: auto; scrollbar-width: none; }
#mm-eb-page .mm-eb-profession-tabs::-webkit-scrollbar { display: none; }
#mm-eb-page .mm-eb-profession-tabs button { flex: 0 0 auto; min-height: 54px; padding: 0 17px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.04); color: rgba(255,255,255,.62); cursor: pointer; font-size: 11px; font-weight: 800; }
#mm-eb-page .mm-eb-profession-tabs button span { margin-right: 8px; color: var(--eb-gold); }
#mm-eb-page .mm-eb-profession-tabs button[aria-selected="true"] { border-color: rgba(212,170,88,.52); background: linear-gradient(135deg, rgba(212,170,88,.2), rgba(212,170,88,.07)); color: #fff; }
#mm-eb-page .mm-eb-profession-panel { --job-accent: #5ca8df; display: grid; grid-template-columns: minmax(270px,.72fr) minmax(0,1.55fr); gap: clamp(24px,4vw,56px); align-items: center; margin-bottom: 26px; padding: clamp(24px,4vw,46px); border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); box-shadow: var(--eb-shadow); }
#mm-eb-page.mm-eb-js-ready .mm-eb-profession-panel { display: none; }
#mm-eb-page.mm-eb-js-ready .mm-eb-profession-panel.is-active { display: grid; animation: mm-eb-panel-in .48s ease both; }
#mm-eb-page .mm-eb-accent-cyan { --job-accent: #5fd1d7; }
#mm-eb-page .mm-eb-accent-green { --job-accent: #64c987; }
#mm-eb-page .mm-eb-accent-red { --job-accent: #ea7667; }
#mm-eb-page .mm-eb-accent-lime { --job-accent: #a5c96f; }
#mm-eb-page .mm-eb-profession-number { margin-bottom: 48px; color: var(--job-accent); font-size: 13px; font-weight: 900; letter-spacing: .16em; }
#mm-eb-page .mm-eb-profession-copy h3 { font-size: clamp(2rem,3.4vw,3.4rem); }
#mm-eb-page .mm-eb-profession-copy > p:not(.mm-eb-kicker):not(.mm-eb-profession-number) { color: rgba(255,255,255,.62); }
#mm-eb-page .mm-eb-profession-copy ul { display: grid; gap: 10px; margin: 25px 0 0; padding: 0; list-style: none; }
#mm-eb-page .mm-eb-profession-copy li { display: flex; gap: 10px; align-items: flex-start; color: rgba(255,255,255,.8); font-size: 13px; }
#mm-eb-page .mm-eb-profession-copy li svg { flex: 0 0 18px; color: var(--job-accent); }
#mm-eb-page .mm-eb-compare { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
#mm-eb-page .mm-eb-compare figure { position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: #080d12; }
#mm-eb-page .mm-eb-compare img { aspect-ratio: 16 / 10; object-fit: cover; }
#mm-eb-page .mm-eb-compare figcaption { position: absolute; right: 10px; bottom: 10px; left: 10px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 9px; background: rgba(4,8,11,.72); color: #fff; font-size: 9px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; backdrop-filter: blur(10px); }
#mm-eb-page .mm-eb-compare-arrow { position: absolute; z-index: 4; top: 50%; left: 50%; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; background: #101922; color: var(--job-accent); transform: translate(-50%,-50%); }
#mm-eb-page .mm-eb-mobile-profession-hint { display: none; }

/* Booth scenes */
#mm-eb-page .mm-eb-booth-layout { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(300px,.72fr); gap: 34px; align-items: stretch; }
#mm-eb-page .mm-eb-booth-carousel { min-width: 0; }
#mm-eb-page .mm-eb-booth-track { display: flex; gap: 18px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
#mm-eb-page .mm-eb-booth-track::-webkit-scrollbar { display: none; }
#mm-eb-page .mm-eb-booth-slide { position: relative; flex: 0 0 100%; margin: 0; overflow: hidden; border-radius: 26px; background: #0b1218; box-shadow: 0 25px 72px rgba(25,32,37,.18); scroll-snap-align: start; }
#mm-eb-page .mm-eb-booth-slide img { aspect-ratio: 16 / 9; object-fit: cover; }
#mm-eb-page .mm-eb-booth-slide::after { position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(5,8,11,.85)); content: ""; }
#mm-eb-page .mm-eb-booth-slide figcaption { position: absolute; z-index: 2; right: 24px; bottom: 22px; left: 24px; display: grid; grid-template-columns: auto 1fr; gap: 1px 12px; color: #fff; }
#mm-eb-page .mm-eb-booth-slide figcaption span { grid-row: 1 / 3; align-self: center; color: var(--eb-gold-soft); font-size: 28px; font-weight: 900; }
#mm-eb-page .mm-eb-booth-slide figcaption strong { font-size: 15px; }
#mm-eb-page .mm-eb-booth-slide figcaption small { color: rgba(255,255,255,.62); }
#mm-eb-page .mm-eb-carousel-controls { display: flex; align-items: center; justify-content: flex-end; gap: 10px; margin-top: 13px; }
#mm-eb-page .mm-eb-carousel-controls button { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(22,32,40,.14); border-radius: 13px; background: #fff; color: #19232b; cursor: pointer; }
#mm-eb-page .mm-eb-carousel-controls span { min-width: 68px; color: #747b80; font-size: 12px; text-align: center; }
#mm-eb-page .mm-eb-moment-steps { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
#mm-eb-page .mm-eb-moment-steps li { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: start; padding: 19px; border: 1px solid rgba(22,32,40,.09); border-radius: 18px; background: rgba(255,255,255,.68); }
#mm-eb-page .mm-eb-moment-steps li > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 14px; background: #fff8e9; color: #9a7125; }
#mm-eb-page .mm-eb-moment-steps strong { display: block; margin-bottom: 4px; font-size: 13px; }
#mm-eb-page .mm-eb-moment-steps p { margin: 0; color: #72797f; font-size: 12px; }

/* Impact */
#mm-eb-page .mm-eb-impact { background: radial-gradient(circle at 80% 12%, rgba(35,113,139,.2), transparent 30%), #091119; }
#mm-eb-page .mm-eb-impact-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
#mm-eb-page .mm-eb-impact-card { min-height: 260px; padding: 24px; border: 1px solid rgba(255,255,255,.11); border-radius: 22px; background: rgba(255,255,255,.045); }
#mm-eb-page .mm-eb-impact-card > span { display: grid; width: 46px; height: 46px; place-items: center; margin-bottom: 45px; border-radius: 14px; background: rgba(212,170,88,.11); color: var(--eb-gold-soft); }
#mm-eb-page .mm-eb-impact-card p { color: rgba(255,255,255,.57); font-size: 13px; }
#mm-eb-page .mm-eb-privacy-module { display: grid; grid-template-columns: 66px minmax(260px,1fr) minmax(250px,.8fr) auto; gap: 24px; align-items: center; margin-top: 24px; padding: 28px; border: 1px solid rgba(47,196,117,.28); border-radius: 24px; background: linear-gradient(135deg, rgba(18,61,44,.92), rgba(11,36,27,.82)); box-shadow: 0 28px 80px rgba(0,0,0,.22); }
#mm-eb-page .mm-eb-privacy-icon { display: grid; width: 62px; height: 62px; place-items: center; border: 1px solid rgba(109,229,166,.3); border-radius: 20px; background: rgba(47,196,117,.13); color: #8aefb9; }
#mm-eb-page .mm-eb-privacy-icon svg { width: 29px; height: 29px; }
#mm-eb-page .mm-eb-privacy-module h3 { margin-bottom: 8px; }
#mm-eb-page .mm-eb-privacy-module p { margin-bottom: 0; color: rgba(220,249,234,.65); font-size: 13px; }
#mm-eb-page .mm-eb-privacy-module ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; color: rgba(220,249,234,.78); font-size: 12px; }
#mm-eb-page .mm-eb-privacy-module li { display: flex; gap: 8px; }
#mm-eb-page .mm-eb-privacy-module li svg { flex: 0 0 17px; color: #83e6ae; }

/* Use cases */
#mm-eb-page .mm-eb-usecase-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 12px; }
#mm-eb-page .mm-eb-usecase { min-height: 265px; padding: 23px; border: 1px solid rgba(22,32,40,.1); border-radius: 22px; background: rgba(255,255,255,.72); }
#mm-eb-page .mm-eb-usecase > span { display: block; margin-bottom: 70px; color: #a1782a; font-size: 12px; font-weight: 900; letter-spacing: .14em; }
#mm-eb-page .mm-eb-usecase h3 { font-size: 1.22rem; }
#mm-eb-page .mm-eb-usecase p { color: #737b81; font-size: 12px; }

/* Package */
#mm-eb-page .mm-eb-package { background: linear-gradient(135deg, #091119, #111e28); }
#mm-eb-page .mm-eb-package-layout { display: grid; grid-template-columns: .74fr 1.26fr; gap: clamp(45px,7vw,95px); align-items: start; }
#mm-eb-page .mm-eb-package-copy { position: sticky; top: 90px; }
#mm-eb-page .mm-eb-package-copy > p:not(.mm-eb-kicker) { max-width: 520px; color: rgba(255,255,255,.6); }
#mm-eb-page .mm-eb-package-list { display: grid; gap: 12px; }
#mm-eb-page .mm-eb-package-item { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 23px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: rgba(255,255,255,.04); }
#mm-eb-page .mm-eb-package-item > span { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 16px; background: rgba(212,170,88,.12); color: var(--eb-gold-soft); }
#mm-eb-page .mm-eb-package-item h3 { margin-bottom: 6px; font-size: 1.25rem; }
#mm-eb-page .mm-eb-package-item p { margin: 0; color: rgba(255,255,255,.56); font-size: 13px; }

/* Process */
#mm-eb-page .mm-eb-process-list { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
#mm-eb-page .mm-eb-process-list li { position: relative; min-height: 310px; padding: 25px; overflow: hidden; border: 1px solid rgba(22,32,40,.1); border-radius: 24px; background: #fff; box-shadow: 0 20px 48px rgba(35,42,46,.07); }
#mm-eb-page .mm-eb-process-list li > span { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 72px; border-radius: 16px; background: #fff8e9; color: #9a7125; }
#mm-eb-page .mm-eb-process-list li > strong { position: absolute; top: 24px; right: 24px; color: rgba(26,37,45,.2); font-size: 12px; letter-spacing: .12em; }
#mm-eb-page .mm-eb-process-list p { margin: 0; color: #737b81; font-size: 13px; }

/* Proof */
#mm-eb-page .mm-eb-proof { background: radial-gradient(circle at 20% 20%, rgba(212,170,88,.08), transparent 28%), #080d12; }
#mm-eb-page .mm-eb-proof-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px,7vw,90px); align-items: center; }
#mm-eb-page .mm-eb-proof-copy h2 { max-width: 12ch; }
#mm-eb-page .mm-eb-proof-metrics { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
#mm-eb-page .mm-eb-proof-metrics span { min-width: 150px; padding: 15px; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: rgba(255,255,255,.04); color: rgba(255,255,255,.57); font-size: 10px; text-transform: uppercase; }
#mm-eb-page .mm-eb-proof-metrics strong { display: block; margin-bottom: 3px; color: #fff; font-size: 23px; text-transform: none; }
#mm-eb-page .mm-eb-testimonial { position: relative; margin: 0; padding: clamp(30px,4vw,48px); border: 1px solid rgba(212,170,88,.2); border-radius: 28px; background: linear-gradient(145deg, rgba(212,170,88,.1), rgba(255,255,255,.035)); }
#mm-eb-page .mm-eb-testimonial > span { display: block; margin-bottom: 25px; color: var(--eb-gold-soft); }
#mm-eb-page .mm-eb-testimonial > span svg { width: 42px; height: 42px; }
#mm-eb-page .mm-eb-testimonial p { color: #fff; font-family: Georgia, serif; font-size: clamp(1.25rem,2.3vw,2rem); line-height: 1.35; }
#mm-eb-page .mm-eb-testimonial footer { color: rgba(255,255,255,.55); font-size: 12px; }

/* FAQ */
#mm-eb-page .mm-eb-faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(40px,7vw,90px); align-items: start; }
#mm-eb-page .mm-eb-faq-list { display: grid; gap: 10px; }
#mm-eb-page .mm-eb-faq details { border: 1px solid rgba(22,32,40,.1); border-radius: 17px; background: rgba(255,255,255,.7); }
#mm-eb-page .mm-eb-faq summary { display: flex; min-height: 66px; align-items: center; justify-content: space-between; gap: 15px; padding: 0 20px; cursor: pointer; color: #1d2932; font-size: 14px; font-weight: 820; list-style: none; }
#mm-eb-page .mm-eb-faq summary::-webkit-details-marker { display: none; }
#mm-eb-page .mm-eb-faq summary svg { transition: transform .25s ease; }
#mm-eb-page .mm-eb-faq details[open] summary svg { transform: rotate(180deg); }
#mm-eb-page .mm-eb-faq details p { padding: 0 20px 20px; color: #70787e; font-size: 13px; }

/* Final CTA */
#mm-eb-page .mm-eb-final { position: relative; padding: clamp(90px,10vw,160px) 0; overflow: hidden; background: radial-gradient(circle at 50% 0%, rgba(42,119,151,.22), transparent 40%), #05080b; text-align: center; }
#mm-eb-page .mm-eb-final-inner { display: flex; flex-direction: column; align-items: center; }
#mm-eb-page .mm-eb-final h2 { max-width: 840px; font-size: clamp(2.5rem,6vw,5.6rem); }
#mm-eb-page .mm-eb-final p { max-width: 720px; color: rgba(255,255,255,.65); font-size: clamp(1rem,1.4vw,1.18rem); }
#mm-eb-page .mm-eb-final small { margin-top: 15px; color: rgba(255,255,255,.42); }

/* Progressive reveal */
#mm-eb-page.mm-eb-js-ready .mm-eb-reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
#mm-eb-page.mm-eb-js-ready .mm-eb-reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes mm-eb-flash { 0%{opacity:0} 15%{opacity:.92} 26%{opacity:.18} 38%{opacity:.62} 100%{opacity:0} }
@keyframes mm-eb-panel-in { from { opacity:0; transform:translateY(10px) } to { opacity:1; transform:none } }

/* Tablet */
@media (max-width: 1080px) {
  #mm-eb-page .mm-eb-hero { min-height: auto; }
  #mm-eb-page .mm-eb-hero-layout { grid-template-columns: 1fr; }
  #mm-eb-page .mm-eb-hero-copy { max-width: 820px; }
  #mm-eb-page .mm-eb-hero-visual { min-height: 630px; }
  #mm-eb-page .mm-eb-transform-stage { left: 50%; right: auto; transform: translateX(-50%); }
  #mm-eb-page .mm-eb-floating-one { right: calc(50% - 350px); }
  #mm-eb-page .mm-eb-floating-two { right: calc(50% - 240px); }
  #mm-eb-page .mm-eb-impact-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  #mm-eb-page .mm-eb-privacy-module { grid-template-columns: 60px 1fr; }
  #mm-eb-page .mm-eb-privacy-module ul { grid-column: 2; }
  #mm-eb-page .mm-eb-privacy-module .mm-eb-button { grid-column: 2; justify-self: start; }
  #mm-eb-page .mm-eb-usecase-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  #mm-eb-page .mm-eb-process-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

/* Mobile first-quality adaptation */
@media (max-width: 767px) {
  #mm-eb-page { overflow: hidden; }
  #mm-eb-page .mm-eb-shell { width: min(100% - 28px, 620px); }
  #mm-eb-page .mm-eb-section { padding: 76px 0; }
  #mm-eb-page .mm-eb-section-head { margin-bottom: 34px; }
  #mm-eb-page h1 { max-width: none; font-size: clamp(2.55rem,11.5vw,4.2rem); }
  #mm-eb-page h2 { font-size: clamp(2rem,9vw,3.3rem); }
  #mm-eb-page .mm-eb-hero { min-height: auto; padding: 62px 0 36px; }
  #mm-eb-page .mm-eb-hero-layout { gap: 28px; }
  #mm-eb-page .mm-eb-hero-lead { font-size: 1rem; }
  #mm-eb-page .mm-eb-actions { display: grid; grid-template-columns: 1fr; }
  #mm-eb-page .mm-eb-button { width: 100%; min-height: 52px; }
  #mm-eb-page .mm-eb-trust-row { display: grid; grid-template-columns: 1fr; gap: 7px; }
  #mm-eb-page .mm-eb-secure-card { grid-template-columns: 42px 1fr; margin-top: 22px; padding: 13px; }
  #mm-eb-page .mm-eb-secure-icon { width: 40px; height: 40px; }
  #mm-eb-page .mm-eb-hero-visual { min-height: 510px; }
  #mm-eb-page .mm-eb-transform-stage { top: 0; width: 100%; aspect-ratio: 4 / 5; border-radius: 24px; transform: none; left: 0; }
  #mm-eb-page .mm-eb-transform-labels { top: 12px; right: 12px; left: 12px; }
  #mm-eb-page .mm-eb-transform-labels span { font-size: 7px; }
  #mm-eb-page .mm-eb-transform-controls { right: 12px; bottom: 12px; left: 12px; }
  #mm-eb-page .mm-eb-floating-card { display: none; }
  #mm-eb-page .mm-eb-benefit-grid { grid-template-columns: 1fr; }
  #mm-eb-page .mm-eb-benefit-card { min-height: 0; }
  #mm-eb-page .mm-eb-benefit-card > span { margin-bottom: 28px; }
  #mm-eb-page .mm-eb-inline-cta { display: grid; gap: 18px; padding: 21px; }
  #mm-eb-page .mm-eb-profession-tabs { display: none; }
  #mm-eb-page .mm-eb-profession-stage { display: flex; gap: 14px; margin-right: -14px; padding-right: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  #mm-eb-page .mm-eb-profession-stage::-webkit-scrollbar { display: none; }
  #mm-eb-page.mm-eb-js-ready .mm-eb-profession-panel, #mm-eb-page.mm-eb-js-ready .mm-eb-profession-panel.is-active, #mm-eb-page .mm-eb-profession-panel { display: grid; flex: 0 0 92%; grid-template-columns: 1fr; gap: 22px; margin-bottom: 0; padding: 20px; border-radius: 22px; scroll-snap-align: center; }
  #mm-eb-page .mm-eb-profession-number { margin-bottom: 25px; }
  #mm-eb-page .mm-eb-profession-copy h3 { font-size: 2rem; }
  #mm-eb-page .mm-eb-compare { gap: 8px; }
  #mm-eb-page .mm-eb-compare img { aspect-ratio: 4 / 5; }
  #mm-eb-page .mm-eb-compare figcaption { right: 6px; bottom: 6px; left: 6px; padding: 6px; font-size: 7px; }
  #mm-eb-page .mm-eb-compare-arrow { width: 34px; height: 34px; }
  #mm-eb-page .mm-eb-mobile-profession-hint { display: block; margin-top: 13px; color: rgba(255,255,255,.45); font-size: 10px; text-align: center; }
  #mm-eb-page .mm-eb-booth-layout { grid-template-columns: 1fr; }
  #mm-eb-page .mm-eb-booth-slide figcaption { right: 14px; bottom: 14px; left: 14px; }
  #mm-eb-page .mm-eb-moment-steps { grid-template-columns: 1fr; }
  #mm-eb-page .mm-eb-impact-grid { grid-template-columns: 1fr; }
  #mm-eb-page .mm-eb-impact-card { min-height: 0; }
  #mm-eb-page .mm-eb-impact-card > span { margin-bottom: 32px; }
  #mm-eb-page .mm-eb-privacy-module { grid-template-columns: 48px 1fr; gap: 15px; padding: 20px; }
  #mm-eb-page .mm-eb-privacy-icon { width: 48px; height: 48px; border-radius: 15px; }
  #mm-eb-page .mm-eb-privacy-module ul, #mm-eb-page .mm-eb-privacy-module .mm-eb-button { grid-column: 1 / -1; }
  #mm-eb-page .mm-eb-usecase-grid { display: flex; gap: 12px; margin-right: -14px; padding-right: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  #mm-eb-page .mm-eb-usecase-grid::-webkit-scrollbar { display:none; }
  #mm-eb-page .mm-eb-usecase { flex: 0 0 78%; min-height: 245px; scroll-snap-align: start; }
  #mm-eb-page .mm-eb-package-layout { grid-template-columns: 1fr; gap: 38px; }
  #mm-eb-page .mm-eb-package-copy { position: static; }
  #mm-eb-page .mm-eb-package-item { grid-template-columns: 46px 1fr; padding: 19px; }
  #mm-eb-page .mm-eb-package-item > span { width: 44px; height: 44px; }
  #mm-eb-page .mm-eb-process-list { grid-template-columns: 1fr; }
  #mm-eb-page .mm-eb-process-list li { min-height: 260px; }
  #mm-eb-page .mm-eb-proof-layout { grid-template-columns: 1fr; }
  #mm-eb-page .mm-eb-proof-copy h2 { max-width: none; }
  #mm-eb-page .mm-eb-proof-metrics { display: grid; grid-template-columns: 1fr 1fr; }
  #mm-eb-page .mm-eb-proof-metrics span:last-child { grid-column: 1 / -1; }
  #mm-eb-page .mm-eb-faq-layout { grid-template-columns: 1fr; gap: 20px; }
  #mm-eb-page .mm-eb-faq summary { font-size: 13px; }
  #mm-eb-page .mm-eb-final { padding: 92px 0; }
  #mm-eb-page .mm-eb-final h2 { font-size: clamp(2.5rem,12vw,4rem); }
}

@media (prefers-reduced-motion: reduce) {
  #mm-eb-page *, #mm-eb-page *::before, #mm-eb-page *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Enfold containment: only this root is affected */
#top #wrap_all #main #mm-eb-page { max-width: none; }
#top #mm-eb-page .mm-eb-button { text-decoration: none; }
