/* ==========================================================================
   UEAD SYSTEM SHOWCASE · PROFESSIONAL V4
   Marketing layer only. All selectors are scoped to .uead-showcase-page.
   The application screenshots remain the visual source of truth.
   ========================================================================== */

.uead-showcase-page {
  --sc-page: #f4f6fa;
  --sc-paper: #ffffff;
  --sc-paper-soft: #f9fafc;
  --sc-ink: #0b1535;
  --sc-ink-soft: #223152;
  --sc-muted: #657188;
  --sc-faint: #8e98aa;
  --sc-line: rgba(11, 21, 53, 0.12);
  --sc-line-strong: rgba(11, 21, 53, 0.2);
  --sc-blue: #145cff;
  --sc-blue-dark: #103bba;
  --sc-cyan: #2daaf2;
  --sc-navy: #071331;
  --sc-navy-2: #0b1b49;
  --sc-warm: #f4f0e9;
  --sc-warm-line: rgba(106, 71, 25, 0.14);
  --sc-radius: 26px;
  --sc-radius-sm: 16px;
  --sc-shell: min(1540px, calc(100vw - 80px));
  --sc-copy: 620px;
  margin: 0;
  min-width: 320px;
  background: var(--sc-page);
  color: var(--sc-ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

.uead-showcase-page,
.uead-showcase-page *,
.uead-showcase-page *::before,
.uead-showcase-page *::after { box-sizing: border-box; }

.uead-showcase-page [hidden] { display: none !important; }
.uead-showcase-page a { color: inherit; text-decoration: none; }
.uead-showcase-page button,
.uead-showcase-page input { font: inherit; }
.uead-showcase-page button { color: inherit; }
.uead-showcase-page img { max-width: 100%; }
.uead-showcase-page h1,
.uead-showcase-page h2,
.uead-showcase-page h3,
.uead-showcase-page p,
.uead-showcase-page figure { margin: 0; }
.uead-showcase-page button:focus-visible,
.uead-showcase-page a:focus-visible,
.uead-showcase-page input:focus-visible {
  outline: 3px solid rgba(20, 92, 255, 0.3);
  outline-offset: 3px;
}

.showcase-shell { width: var(--sc-shell); margin-inline: auto; }
.showcase-system, .showcase-feature, .showcase-catalog, .showcase-creative, .showcase-difference, .showcase-product-tour, .showcase-free-access { scroll-margin-top: 110px; }
.showcase-skip {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--sc-ink);
  color: #fff !important;
  transform: translateY(-150%);
  transition: transform .18s ease;
}
.showcase-skip:focus { transform: translateY(0); }

/* Header ------------------------------------------------------------------ */
.showcase-header {
  position: fixed;
  z-index: 120;
  top: 18px;
  left: 0;
  right: 0;
  pointer-events: none;
}
.showcase-header-inner {
  width: min(1470px, calc(100vw - 48px));
  min-height: 72px;
  margin-inline: auto;
  padding: 10px 12px 10px 22px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  border: 1px solid rgba(255,255,255,.76);
  border-radius: 20px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 16px 50px rgba(21,34,68,.10), 0 2px 9px rgba(21,34,68,.05);
  -webkit-backdrop-filter: blur(20px) saturate(145%);
  backdrop-filter: blur(20px) saturate(145%);
  pointer-events: auto;
}
.showcase-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: max-content;
}
.showcase-brand strong {
  color: var(--sc-ink);
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.055em;
}
.showcase-brand span {
  padding-left: 14px;
  border-left: 1px solid var(--sc-line-strong);
  color: var(--sc-muted);
  font-size: 9px;
  line-height: 1.25;
  letter-spacing: .02em;
}
.showcase-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 34px);
  color: #384866;
  font-size: 12px;
  font-weight: 600;
}
.showcase-nav a { transition: color .18s ease; }
.showcase-nav a:hover { color: var(--sc-blue); }
.showcase-header-actions { display: flex; align-items: center; gap: 8px; }
.showcase-header-catalog,
.showcase-account {
  min-height: 46px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 13px;
  border: 1px solid var(--sc-line);
  background: rgba(244,246,250,.82);
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}
.showcase-header-catalog { display: none; }
.showcase-account {
  background: var(--sc-ink);
  border-color: var(--sc-ink);
  color: #fff !important;
}
.showcase-account span { color: #89b8ff; font-size: 13px; }

.showcase-locale-button {
  min-height: 46px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid var(--sc-line);
  border-radius: 13px;
  background: rgba(255,255,255,.66);
  color: var(--sc-ink);
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.showcase-locale-button:hover { background: #fff; border-color: var(--sc-line-strong); transform: translateY(-1px); }
.showcase-locale-button svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .72;
}
.showcase-locale-button strong { font-size: 10px; line-height: 1; letter-spacing: .08em; }
.showcase-locale-button i { margin-top: -2px; color: var(--sc-faint); font-size: 12px; font-style: normal; }

/* Shared type / controls --------------------------------------------------- */
.showcase-eyebrow {
  display: inline-block;
  color: var(--sc-blue);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.showcase-button {
  min-height: 52px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  font-weight: 750;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.showcase-button:hover { transform: translateY(-1px); }
.showcase-button.primary {
  background: var(--sc-blue);
  color: #fff;
  box-shadow: 0 12px 30px rgba(20,92,255,.18);
}
.showcase-button.primary:hover { background: #0d51ec; box-shadow: 0 14px 35px rgba(20,92,255,.24); }
.showcase-button.secondary { border-color: var(--sc-line-strong); background: rgba(255,255,255,.65); }
.showcase-button.secondary span {
  display: inline-grid;
  min-width: 25px;
  height: 25px;
  place-items: center;
  padding-inline: 6px;
  border-radius: 999px;
  background: #e7ecf5;
  font-size: 10px;
}
.showcase-button.light { background: #fff; color: var(--sc-ink); }

/* Hero -------------------------------------------------------------------- */
.showcase-hero {
  position: relative;
  isolation: isolate;
  padding: 168px 0 88px;
  background:
    linear-gradient(180deg, #fbfcff 0%, #f5f7fb 74%, #f1f4f8 100%);
  overflow: hidden;
}
.showcase-ambient {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(1px);
}
.showcase-ambient-one {
  width: 760px;
  height: 760px;
  right: -310px;
  top: -260px;
  background: radial-gradient(circle at 50% 50%, rgba(37,114,255,.14), rgba(37,114,255,0) 68%);
}
.showcase-ambient-two {
  width: 520px;
  height: 520px;
  left: 38%;
  bottom: -300px;
  background: radial-gradient(circle at 50% 50%, rgba(78,180,255,.09), rgba(78,180,255,0) 70%);
}
.showcase-hero-grid {
  display: grid;
  grid-template-columns: minmax(420px, .82fr) minmax(640px, 1.18fr);
  gap: clamp(58px, 6vw, 110px);
  align-items: center;
}
.showcase-hero-copy { position: relative; z-index: 4; max-width: 690px; padding: 42px 0 20px; }
.showcase-hero-copy h1 {
  max-width: 770px;
  margin-top: 28px;
  font-size: clamp(64px, 6.9vw, 112px);
  line-height: .88;
  letter-spacing: -.072em;
  font-weight: 640;
  text-wrap: balance;
}
.showcase-lead {
  max-width: 620px;
  margin-top: 34px !important;
  color: var(--sc-ink-soft);
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.5;
  letter-spacing: -.018em;
}
.showcase-hero-note {
  max-width: 590px;
  margin-top: 22px !important;
  padding-left: 18px;
  border-left: 2px solid #bdd4ff;
  color: var(--sc-muted);
  font-size: 13px;
  line-height: 1.65;
}
.showcase-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }

.showcase-hero-stage {
  position: relative;
  min-height: 690px;
  perspective: 1600px;
}
.showcase-hero-shot {
  position: absolute;
  filter: drop-shadow(0 30px 36px rgba(27,42,78,.15));
}
.showcase-hero-shot > span {
  position: absolute;
  z-index: 3;
  top: 14px;
  left: 16px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.90);
  color: #1b2b4b;
  box-shadow: 0 4px 16px rgba(10,20,48,.08);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.showcase-hero-shot.shot-1 {
  z-index: 2;
  width: min(760px, 79%);
  right: 0;
  top: 72px;
  transform: rotate(1.15deg);
}
.showcase-hero-shot.shot-2 {
  z-index: 4;
  width: min(470px, 49%);
  left: 0;
  bottom: 14px;
  transform: rotate(-2.15deg);
}
.showcase-hero-shot.shot-3 {
  z-index: 1;
  width: min(445px, 46%);
  right: 8%;
  top: 0;
  transform: translateY(-4%) rotate(-2.6deg);
  opacity: .97;
}
.showcase-media {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(11,21,53,.13);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 28px 65px rgba(20,33,67,.12), 0 3px 12px rgba(20,33,67,.07);
}
.showcase-media::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.5);
  pointer-events: none;
}
.showcase-media img {
  width: 100%;
  height: auto;
  display: block;
}
.showcase-media figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.showcase-media.is-placeholder {
  min-height: 460px;
  display: grid;
  place-items: center;
  border-style: dashed;
  background: linear-gradient(135deg, #f9fbff, #eef3fb);
}
.showcase-placeholder-mark {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(11,21,53,.035);
  font-size: clamp(100px, 14vw, 240px);
  font-weight: 800;
  letter-spacing: -.08em;
}
.showcase-placeholder-copy { position: relative; z-index: 2; display: grid; gap: 7px; text-align: center; }
.showcase-placeholder-copy strong { font-size: 13px; }
.showcase-placeholder-copy span,
.showcase-placeholder-copy small { color: var(--sc-muted); font-size: 11px; }

.showcase-hero-foot {
  margin-top: 62px;
  padding-top: 26px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 50px;
  border-top: 1px solid var(--sc-line);
}
.showcase-hero-facts { display: flex; gap: 42px; }
.showcase-hero-facts div { min-width: 116px; }
.showcase-hero-facts strong {
  display: block;
  color: var(--sc-ink);
  font-size: 30px;
  line-height: 1;
  font-weight: 620;
  letter-spacing: -.055em;
}
.showcase-hero-facts span { display: block; margin-top: 6px; color: var(--sc-muted); font-size: 10px; }
.showcase-chips { justify-self: end; display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 7px; max-width: 700px; }
.showcase-chips span {
  padding: 8px 11px;
  border: 1px solid var(--sc-line);
  border-radius: 999px;
  background: rgba(255,255,255,.54);
  color: #59667d;
  font-size: 9px;
  font-weight: 650;
}

/* System / principles ----------------------------------------------------- */
.showcase-system {
  position: relative;
  padding: 150px 0 142px;
  overflow: hidden;
  background: var(--sc-paper);
  border-top: 1px solid rgba(11,21,53,.05);
  border-bottom: 1px solid var(--sc-line);
}
.showcase-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr);
  column-gap: 110px;
  row-gap: 28px;
  align-items: end;
}
.showcase-section-head .showcase-eyebrow { grid-column: 1 / -1; }
.showcase-section-head h2 {
  font-size: clamp(48px, 5.8vw, 92px);
  line-height: .96;
  letter-spacing: -.064em;
  font-weight: 590;
  text-wrap: balance;
}
.showcase-section-head h2 em { color: var(--sc-blue); font-style: normal; }
.showcase-section-head p {
  max-width: 550px;
  padding-bottom: 5px;
  color: var(--sc-muted);
  font-size: 15px;
  line-height: 1.75;
}
.showcase-pillars {
  position: relative;
  isolation: isolate;
  margin-top: 102px;
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  overflow: hidden;
  border: 1px solid rgba(11,21,53,.12);
  border-radius: 32px;
  background: linear-gradient(135deg, #071331 0%, #0a1a43 58%, #102963 120%);
  box-shadow: 0 30px 80px rgba(7,19,49,.14), inset 0 1px 0 rgba(255,255,255,.08);
}
.showcase-pillars::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px),
    radial-gradient(circle at 82% 12%, rgba(54,123,255,.18), transparent 31%);
  background-size: 42px 42px, 42px 42px, auto;
  pointer-events: none;
}
.showcase-pillars::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 58px;
  left: -140px;
  width: 130px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(90,168,255,.35), #a9d1ff 62%, #fff 76%, transparent);
  box-shadow: 0 0 18px rgba(89,161,255,.65);
  opacity: 0;
  pointer-events: none;
}
.showcase-system.is-scene-active .showcase-pillars::after {
  animation: showcase-logic-signal 4.8s cubic-bezier(.16,.72,.24,1) .45s 1 both;
}
.showcase-pillars article {
  position: relative;
  z-index: 2;
  min-width: 0;
  min-height: 320px;
  padding: 26px 27px 34px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.042));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055);
  transition: transform .28s cubic-bezier(.2,.8,.2,1), border-color .28s ease, background .28s ease;
}
.showcase-pillars article:hover {
  transform: translateY(-4px);
  border-color: rgba(139,190,255,.24);
  background: linear-gradient(180deg, rgba(255,255,255,.095), rgba(255,255,255,.052));
}
.showcase-pillars article::before {
  content: "";
  position: absolute;
  top: 35px;
  right: 28px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6ea8ff;
  box-shadow: 0 0 0 5px rgba(110,168,255,.08), 0 0 18px rgba(110,168,255,.35);
  opacity: .72;
}
.showcase-pillars article::after {
  content: "";
  position: absolute;
  top: 38px;
  left: 82px;
  right: 48px;
  height: 1px;
  background: linear-gradient(90deg, rgba(129,184,255,.3), rgba(255,255,255,.06));
}
.showcase-system.is-scene-active .showcase-pillars article::before {
  animation: showcase-logic-node 1.45s ease-out 1 both;
}
.showcase-system.is-scene-active .showcase-pillars article:nth-child(2)::before { animation-delay: .26s; }
.showcase-system.is-scene-active .showcase-pillars article:nth-child(3)::before { animation-delay: .52s; }
.showcase-system.is-scene-active .showcase-pillars article:nth-child(4)::before { animation-delay: .78s; }
.showcase-pillars article > span {
  min-width: 42px;
  height: 27px;
  padding: 0 10px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(124,181,255,.22);
  border-radius: 999px;
  background: rgba(16,71,174,.18);
  color: #9dc8ff;
  font-size: 9px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .14em;
}
.showcase-pillars h3 {
  max-width: 245px;
  margin-top: 72px !important;
  color: #fff;
  font-size: 24px;
  line-height: 1.08;
  font-weight: 630;
  letter-spacing: -.04em;
}
.showcase-pillars p {
  max-width: 300px;
  margin-top: 17px !important;
  color: rgba(226,235,255,.64);
  font-size: 12px;
  line-height: 1.72;
}

@keyframes showcase-logic-signal {
  0% { left: -140px; opacity: 0; }
  8% { opacity: 1; }
  86% { opacity: 1; }
  100% { left: calc(100% + 18px); opacity: 0; }
}
@keyframes showcase-logic-node {
  0% { transform: scale(.72); opacity: .45; }
  38% { transform: scale(1.5); opacity: 1; box-shadow: 0 0 0 8px rgba(110,168,255,.12), 0 0 28px rgba(110,168,255,.7); }
  100% { transform: scale(1); opacity: .72; }
}

/* Feature chapters -------------------------------------------------------- */
.showcase-feature {
  position: relative;
  padding: 128px 0 136px;
  background: #f7f8fb;
  border-bottom: 1px solid var(--sc-line);
}
.showcase-feature.is-even { background: #fff; }
.showcase-feature.is-warm { background: #f7f3ee; }
.showcase-feature-grid {
  display: grid;
  grid-template-columns: minmax(360px, .72fr) minmax(650px, 1.28fr);
  gap: clamp(64px, 7vw, 120px);
  align-items: center;
}
.showcase-feature.is-reverse .showcase-feature-copy { order: 2; }
.showcase-feature.is-reverse .showcase-feature-media { order: 1; }
.showcase-feature-copy { position: relative; max-width: 590px; }
.showcase-feature-number {
  position: absolute;
  z-index: 0;
  top: -88px;
  left: -8px;
  color: rgba(11,21,53,.045);
  font-size: 150px;
  line-height: 1;
  font-weight: 730;
  letter-spacing: -.08em;
  user-select: none;
}
.showcase-feature-copy > *:not(.showcase-feature-number) { position: relative; z-index: 1; }
.showcase-feature-copy h2 {
  margin-top: 24px !important;
  font-size: clamp(43px, 4.2vw, 70px);
  line-height: .98;
  letter-spacing: -.058em;
  font-weight: 600;
  text-wrap: balance;
}
.showcase-feature-lead {
  max-width: 570px;
  margin-top: 26px !important;
  color: var(--sc-muted);
  font-size: 15px;
  line-height: 1.74;
}
.showcase-feature-copy ul {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--sc-line);
}
.showcase-feature-copy li {
  position: relative;
  padding: 13px 4px 13px 23px;
  border-bottom: 1px solid var(--sc-line);
  color: #34415b;
  font-size: 13px;
  line-height: 1.58;
}
.showcase-feature-copy li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 18px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sc-blue);
}
.showcase-feature-media { min-width: 0; }
.showcase-feature-media .showcase-media {
  width: 100%;
  border-radius: 28px;
  box-shadow: 0 36px 80px rgba(20,33,67,.13), 0 5px 18px rgba(20,33,67,.06);
}
.showcase-feature.is-warm .showcase-feature-media .showcase-media { box-shadow: 0 36px 80px rgba(67,45,20,.10), 0 5px 18px rgba(67,45,20,.05); }
.showcase-feature.accent-warning .showcase-eyebrow { color: #bf6b16; }
.showcase-feature.accent-warning .showcase-feature-copy li::before { background: #d27a1a; }
.showcase-feature.accent-green .showcase-eyebrow { color: #357e61; }
.showcase-feature.accent-green .showcase-feature-copy li::before { background: #3b8f6d; }
.showcase-feature.accent-cyan .showcase-eyebrow { color: #137bb4; }
.showcase-feature.accent-violet .showcase-eyebrow { color: #96b9ff; }

.showcase-feature.is-contrast {
  padding-top: 148px;
  padding-bottom: 148px;
  background: var(--sc-navy);
  color: #fff;
  border-bottom-color: rgba(255,255,255,.11);
}
.showcase-feature.is-contrast .showcase-feature-number { color: rgba(255,255,255,.045); }
.showcase-feature.is-contrast .showcase-feature-lead { color: rgba(230,237,255,.67); }
.showcase-feature.is-contrast .showcase-feature-copy ul { border-top-color: rgba(255,255,255,.13); }
.showcase-feature.is-contrast .showcase-feature-copy li { color: rgba(240,244,255,.78); border-bottom-color: rgba(255,255,255,.11); }
.showcase-feature.is-contrast .showcase-feature-copy li::before { background: #79b9ff; }
.showcase-feature.is-contrast .showcase-media { border-color: rgba(255,255,255,.16); box-shadow: 0 42px 90px rgba(0,0,0,.31); }

/* Section-specific motion ------------------------------------------------- */
#maps .showcase-feature-media,
#developers .showcase-feature-media {
  position: relative;
  isolation: isolate;
}
#maps .showcase-feature-media .showcase-media,
#developers .showcase-feature-media .showcase-media {
  position: relative;
  z-index: 2;
}
#maps .showcase-feature-media::before,
#maps .showcase-feature-media::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  width: 66%;
  aspect-ratio: 1;
  border: 1px solid rgba(126,186,255,.18);
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(.72);
  pointer-events: none;
}
#maps .showcase-feature-media::after { width: 88%; border-color: rgba(126,186,255,.10); }
#maps.is-scene-active .showcase-feature-media::before { animation: showcase-map-pulse 3.8s ease-out .35s 2; }
#maps.is-scene-active .showcase-feature-media::after { animation: showcase-map-pulse 3.8s ease-out 1.05s 2; }
#developers .showcase-feature-media::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -24px;
  border-radius: 34px;
  background-image:
    linear-gradient(rgba(20,92,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20,92,255,.08) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: .55;
  transform: perspective(600px) rotateX(64deg) translateY(22%);
  transform-origin: bottom;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 28%, #000 82%, transparent);
  mask-image: linear-gradient(to bottom, transparent, #000 28%, #000 82%, transparent);
  pointer-events: none;
}
#developers.is-scene-active .showcase-feature-media::before { animation: showcase-data-grid 8s linear infinite; }
@keyframes showcase-map-pulse {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(.72); }
  20% { opacity: .72; }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1.16); }
}
@keyframes showcase-data-grid {
  from { background-position: 0 0, 0 0; }
  to { background-position: 0 56px, 56px 0; }
}

/* Optional creative sections ------------------------------------------------
   Loaded only when enabled in data/showcase/sections.php. */
.showcase-creative {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 110px;
}
.showcase-creative-grid {
  display: grid;
  grid-template-columns: minmax(340px, .72fr) minmax(620px, 1.28fr);
  gap: clamp(60px, 8vw, 130px);
  align-items: center;
}
.showcase-creative-copy { max-width: 600px; }
.showcase-creative-copy h2,
.showcase-creative-head h2,
.showcase-api-head h2 {
  margin-top: 24px !important;
  font-size: clamp(45px, 4.5vw, 76px);
  line-height: .96;
  font-weight: 590;
  letter-spacing: -.06em;
  text-wrap: balance;
}
.showcase-creative-copy > p,
.showcase-creative-head > p,
.showcase-api-head > p {
  margin-top: 27px !important;
  color: var(--sc-muted);
  font-size: 15px;
  line-height: 1.78;
}

/* 01 / Data orbit --------------------------------------------------------- */
.showcase-orbit-section {
  padding: 132px 0 138px;
  background:
    radial-gradient(circle at 72% 42%, rgba(20,92,255,.10), transparent 30%),
    linear-gradient(180deg, #f7f9fd 0%, #eef3ff 100%);
  border-bottom: 1px solid var(--sc-line);
}
.showcase-orbit-stage {
  position: relative;
  width: min(720px, 100%);
  aspect-ratio: 1;
  justify-self: end;
  border: 1px solid rgba(20,92,255,.12);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.98) 0 16%, rgba(255,255,255,.52) 16.3% 31%, transparent 31.3%),
    radial-gradient(circle at 50% 50%, rgba(20,92,255,.06), transparent 62%);
  box-shadow: inset 0 0 80px rgba(20,92,255,.04), 0 40px 100px rgba(34,68,140,.08);
}
.showcase-orbit-stage::before,
.showcase-orbit-stage::after {
  content: "";
  position: absolute;
  inset: 8.5%;
  border: 1px dashed rgba(20,92,255,.11);
  border-radius: 50%;
  pointer-events: none;
}
.showcase-orbit-stage::after { inset: 21%; border-style: solid; opacity: .72; }
.showcase-orbit-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgba(20,92,255,.15);
  stroke-width: 1;
  stroke-dasharray: 4 8;
  pointer-events: none;
}
.showcase-orbit-section.is-scene-active .showcase-orbit-lines { animation: showcase-orbit-dash 18s linear infinite; }
.showcase-orbit-core {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  width: 164px;
  height: 164px;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 6px;
  border: 1px solid rgba(20,92,255,.16);
  border-radius: 50%;
  background: rgba(255,255,255,.88);
  box-shadow: 0 24px 70px rgba(20,92,255,.14), inset 0 0 0 10px rgba(20,92,255,.025);
  transform: translate(-50%, -50%);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.showcase-orbit-core span { color: var(--sc-blue); font-size: 10px; font-weight: 850; letter-spacing: .16em; }
.showcase-orbit-core strong { font-size: 14px; font-weight: 680; letter-spacing: -.02em; }
.showcase-orbit-core i {
  position: absolute;
  inset: -12px;
  border: 1px solid rgba(20,92,255,.15);
  border-radius: inherit;
  opacity: 0;
}
.showcase-orbit-section.is-scene-active .showcase-orbit-core i { animation: showcase-core-wave 3.6s ease-out infinite; }
.showcase-orbit-node {
  position: absolute;
  z-index: 5;
  min-width: 116px;
  padding: 11px 13px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(11,21,53,.10);
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 12px 35px rgba(30,49,91,.08);
  color: #33415e;
  font-size: 10px;
  font-weight: 680;
  white-space: nowrap;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.showcase-orbit-node i { width: 7px; height: 7px; flex: none; border-radius: 50%; background: var(--sc-blue); box-shadow: 0 0 0 5px rgba(20,92,255,.08); }
.showcase-orbit-node.node-1 { left: 50%; top: 5.5%; transform: translateX(-50%); }
.showcase-orbit-node.node-2 { right: 2.5%; top: 27%; }
.showcase-orbit-node.node-3 { right: 2.5%; bottom: 27%; }
.showcase-orbit-node.node-4 { left: 50%; bottom: 5.5%; transform: translateX(-50%); }
.showcase-orbit-node.node-5 { left: 2.5%; bottom: 27%; }
.showcase-orbit-node.node-6 { left: 2.5%; top: 27%; }
.showcase-orbit-packet {
  position: absolute;
  z-index: 6;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 9px;
  margin: -4px 0 0 -4px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--sc-blue);
  box-shadow: 0 0 0 6px rgba(20,92,255,.08), 0 0 24px rgba(20,92,255,.55);
  opacity: 0;
}
.showcase-orbit-section.is-scene-active .showcase-orbit-packet.packet-a { animation: showcase-orbit-packet 8.5s linear .2s infinite; }
.showcase-orbit-section.is-scene-active .showcase-orbit-packet.packet-b { animation: showcase-orbit-packet 11s linear -4s infinite reverse; }
.showcase-orbit-section.is-scene-active .showcase-orbit-packet.packet-c { animation: showcase-orbit-packet-inner 6.8s linear -2s infinite; }
@keyframes showcase-orbit-dash { to { stroke-dashoffset: -96; } }
@keyframes showcase-core-wave { 0% { opacity: .75; transform: scale(.9); } 100% { opacity: 0; transform: scale(1.28); } }
@keyframes showcase-orbit-packet { 0% { opacity: 0; transform: rotate(0deg) translateX(238px) rotate(0deg); } 6%, 94% { opacity: 1; } 100% { opacity: 0; transform: rotate(360deg) translateX(238px) rotate(-360deg); } }
@keyframes showcase-orbit-packet-inner { 0% { opacity: 0; transform: rotate(0deg) translateX(156px) rotate(0deg); } 8%, 92% { opacity: 1; } 100% { opacity: 0; transform: rotate(-360deg) translateX(156px) rotate(360deg); } }

/* 02 / Life stream -------------------------------------------------------- */
.showcase-stream-section {
  padding: 128px 0 148px;
  background: #fff;
  border-bottom: 1px solid var(--sc-line);
}
.showcase-creative-head {
  max-width: 930px;
  margin-inline: auto;
  text-align: center;
}
.showcase-creative-head > p { max-width: 680px; margin-inline: auto; }
.showcase-stream-window {
  position: relative;
  width: min(1760px, calc(100vw - 32px));
  min-height: 380px;
  margin: 82px auto 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(11,21,53,.09);
  border-radius: 34px;
  background:
    linear-gradient(90deg, #f8faff 0%, transparent 13%, transparent 87%, #f8faff 100%),
    linear-gradient(180deg, #f9fbff 0%, #f4f7fc 100%);
  box-shadow: 0 35px 100px rgba(24,43,83,.08);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}
.showcase-stream-axis { position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: rgba(20,92,255,.17); }
.showcase-stream-axis i {
  position: absolute;
  left: 0;
  top: -1px;
  width: 130px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #145cff, transparent);
  opacity: 0;
}
.showcase-stream-section.is-scene-active .showcase-stream-axis i { animation: showcase-stream-signal 5.6s ease-in-out infinite; }
.showcase-stream-track { display: flex; width: max-content; will-change: transform; }
.showcase-stream-section.is-scene-active .showcase-stream-track { animation: showcase-stream-scroll 31s linear infinite; }
.showcase-stream-set { display: flex; gap: 18px; padding-right: 18px; }
.showcase-stream-card {
  width: 270px;
  min-height: 154px;
  padding: 20px 20px 18px;
  display: grid;
  align-content: center;
  gap: 8px;
  border: 1px solid rgba(11,21,53,.10);
  border-radius: 20px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 48px rgba(23,42,80,.08);
}
.showcase-stream-card > div { display: flex; align-items: center; justify-content: space-between; color: var(--sc-faint); font-size: 9px; font-weight: 750; letter-spacing: .12em; }
.showcase-stream-card > div i { width: 8px; height: 8px; border-radius: 50%; background: var(--sc-blue); box-shadow: 0 0 0 5px rgba(20,92,255,.08); }
.showcase-stream-card.tone-2 > div i { background: #3a9d76; box-shadow: 0 0 0 5px rgba(58,157,118,.09); }
.showcase-stream-card.tone-3 > div i { background: #bf6b16; box-shadow: 0 0 0 5px rgba(191,107,22,.09); }
.showcase-stream-card strong { font-size: 20px; line-height: 1.1; letter-spacing: -.04em; }
.showcase-stream-card small { color: var(--sc-muted); font-size: 10px; line-height: 1.55; }
.showcase-stream-cursor {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(20,92,255,.20);
  border-radius: 50%;
  background: rgba(255,255,255,.84);
  box-shadow: 0 18px 60px rgba(20,92,255,.16);
  transform: translate(-50%, -50%);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.showcase-stream-cursor span { color: var(--sc-blue); font-size: 9px; font-weight: 850; letter-spacing: .16em; }
.showcase-stream-cursor i { position: absolute; inset: -9px; border: 1px solid rgba(20,92,255,.16); border-radius: inherit; }
.showcase-stream-section.is-scene-active .showcase-stream-cursor i { animation: showcase-core-wave 3.4s ease-out infinite; }
@keyframes showcase-stream-scroll { to { transform: translateX(-50%); } }
@keyframes showcase-stream-signal { 0% { left: -130px; opacity: 0; } 12%, 88% { opacity: 1; } 100% { left: calc(100% + 30px); opacity: 0; } }

/* 03 / Trust network ------------------------------------------------------ */
.showcase-trust-section {
  padding: 138px 0 144px;
  color: #fff;
  background:
    radial-gradient(circle at 77% 38%, rgba(39,114,255,.22), transparent 30%),
    linear-gradient(145deg, #07122d 0%, #0a1941 58%, #0b1430 100%);
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.showcase-trust-section .showcase-eyebrow { color: #91c4ff; }
.showcase-trust-section .showcase-creative-copy > p { color: rgba(230,237,255,.66); }
.showcase-trust-stage {
  position: relative;
  min-height: 570px;
  display: grid;
  grid-template-columns: minmax(170px, .7fr) 120px minmax(330px, 1.3fr);
  gap: 26px;
  align-items: center;
  padding: 32px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 32px;
  background: rgba(255,255,255,.035);
  box-shadow: 0 40px 100px rgba(0,0,0,.22);
  overflow: hidden;
}
.showcase-trust-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(121,185,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(121,185,255,.045) 1px, transparent 1px);
  background-size: 28px 28px;
  -webkit-mask-image: radial-gradient(circle at 60% 50%, #000, transparent 76%);
  mask-image: radial-gradient(circle at 60% 50%, #000, transparent 76%);
  pointer-events: none;
}
.showcase-trust-roles { position: relative; z-index: 2; display: grid; gap: 12px; }
.showcase-trust-role {
  min-height: 64px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  background: rgba(255,255,255,.05);
  color: rgba(238,244,255,.78);
  font-size: 10px;
  font-weight: 700;
}
.showcase-trust-role i { width: 8px; height: 8px; flex: none; border-radius: 50%; background: #79b9ff; box-shadow: 0 0 0 6px rgba(121,185,255,.08); }
.showcase-trust-section.is-scene-active .showcase-trust-role:nth-child(2n) i { animation: showcase-trust-role 3.1s ease-in-out infinite; }
.showcase-trust-section.is-scene-active .showcase-trust-role:nth-child(2n+1) i { animation: showcase-trust-role 3.1s ease-in-out 1.1s infinite; }
.showcase-trust-core {
  position: relative;
  z-index: 3;
  width: 112px;
  height: 112px;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 2px;
  border: 1px solid rgba(121,185,255,.34);
  border-radius: 50%;
  background: rgba(20,92,255,.13);
  box-shadow: 0 0 0 14px rgba(20,92,255,.035), 0 0 55px rgba(20,92,255,.22);
}
.showcase-trust-core span { color: #8fc2ff; font-size: 9px; font-weight: 850; letter-spacing: .15em; }
.showcase-trust-core strong { font-size: 12px; letter-spacing: .08em; }
.showcase-trust-core i { position: absolute; inset: -10px; border: 1px solid rgba(121,185,255,.18); border-radius: inherit; }
.showcase-trust-section.is-scene-active .showcase-trust-core i { animation: showcase-core-wave 3.6s ease-out infinite; }
.showcase-trust-matrix { position: relative; z-index: 2; display: grid; gap: 9px; }
.showcase-trust-row {
  min-height: 52px;
  padding: 0 14px;
  display: grid;
  grid-template-columns: minmax(120px, 1fr) auto;
  gap: 15px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  background: rgba(255,255,255,.035);
}
.showcase-trust-row > span { color: rgba(235,242,255,.62); font-size: 9px; font-weight: 650; }
.showcase-trust-cells { display: grid; grid-template-columns: repeat(4, 14px); gap: 8px; }
.showcase-trust-cell { width: 14px; height: 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 4px; background: rgba(255,255,255,.03); }
.showcase-trust-cell.is-active { border-color: rgba(121,185,255,.38); background: rgba(121,185,255,.28); box-shadow: inset 0 0 0 3px rgba(121,185,255,.10); }
.showcase-trust-section.is-scene-active .showcase-trust-cell.is-active { animation: showcase-trust-cell 2.8s ease-in-out var(--cell-delay) infinite; }
@keyframes showcase-trust-role { 50% { transform: translateX(5px); box-shadow: 0 0 0 9px rgba(121,185,255,.04); } }
@keyframes showcase-trust-cell { 0%, 55%, 100% { opacity: .55; } 25% { opacity: 1; box-shadow: 0 0 18px rgba(121,185,255,.35); } }

/* 04 / API pulse ---------------------------------------------------------- */
.showcase-api-section {
  padding: 136px 0 150px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 70%, rgba(20,92,255,.25), transparent 30%),
    linear-gradient(180deg, #06102a 0%, #08183f 100%);
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.showcase-api-section .showcase-eyebrow { color: #8ec0ff; }
.showcase-api-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .7fr);
  gap: 90px;
  align-items: end;
}
.showcase-api-head > p { margin-top: 0 !important; color: rgba(230,237,255,.66); }
.showcase-api-stage {
  position: relative;
  min-height: 560px;
  margin-top: 78px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 34px;
  background:
    linear-gradient(rgba(121,185,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(121,185,255,.045) 1px, transparent 1px),
    rgba(255,255,255,.025);
  background-size: 32px 32px;
  box-shadow: 0 45px 110px rgba(0,0,0,.28);
}
.showcase-api-lines { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: rgba(121,185,255,.25); stroke-width: 1.2; stroke-dasharray: 5 9; }
.showcase-api-section.is-scene-active .showcase-api-lines { animation: showcase-api-dash 14s linear infinite; }
.showcase-api-core {
  position: absolute;
  z-index: 3;
  left: 7.5%;
  top: 50%;
  width: 170px;
  height: 170px;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 6px;
  border: 1px solid rgba(121,185,255,.32);
  border-radius: 50%;
  background: rgba(20,92,255,.12);
  box-shadow: 0 0 0 18px rgba(20,92,255,.035), 0 0 70px rgba(20,92,255,.23);
  transform: translateY(-50%);
}
.showcase-api-core span { color: #8fc2ff; font-size: 10px; font-weight: 850; letter-spacing: .16em; }
.showcase-api-core strong { font-size: 18px; letter-spacing: -.03em; }
.showcase-api-core small { color: rgba(234,241,255,.45); font-size: 8px; letter-spacing: .12em; }
.showcase-api-core i { position: absolute; inset: -14px; border: 1px solid rgba(121,185,255,.16); border-radius: inherit; }
.showcase-api-section.is-scene-active .showcase-api-core i { animation: showcase-core-wave 3.3s ease-out infinite; }
.showcase-api-apps { position: absolute; z-index: 4; inset: 0; }
.showcase-api-app {
  position: absolute;
  right: 5.5%;
  width: min(310px, 28%);
  min-height: 82px;
  padding: 15px 18px 15px 46px;
  display: grid;
  align-content: center;
  gap: 5px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 16px;
  background: rgba(255,255,255,.055);
  box-shadow: 0 18px 45px rgba(0,0,0,.14);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.showcase-api-app i { position: absolute; left: 18px; top: 50%; width: 10px; height: 10px; border-radius: 50%; background: #79b9ff; box-shadow: 0 0 0 7px rgba(121,185,255,.08); transform: translateY(-50%); }
.showcase-api-app strong { color: rgba(245,248,255,.9); font-size: 12px; font-weight: 700; }
.showcase-api-app span { color: rgba(220,231,255,.43); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.showcase-api-app.app-1 { top: 9%; }
.showcase-api-app.app-2 { top: 31%; }
.showcase-api-app.app-3 { bottom: 31%; }
.showcase-api-app.app-4 { bottom: 9%; }
.showcase-api-packet {
  position: absolute;
  z-index: 5;
  left: 18%;
  width: 8px;
  height: 8px;
  border: 2px solid #08183f;
  border-radius: 50%;
  background: #8fc2ff;
  box-shadow: 0 0 0 6px rgba(121,185,255,.08), 0 0 22px rgba(121,185,255,.65);
  opacity: 0;
}
.showcase-api-packet.packet-1 { top: 17%; }
.showcase-api-packet.packet-2 { top: 39%; }
.showcase-api-packet.packet-3 { bottom: 39%; }
.showcase-api-packet.packet-4 { bottom: 17%; }
.showcase-api-section.is-scene-active .showcase-api-packet { animation: showcase-api-packet 4.8s cubic-bezier(.35,.01,.22,1) infinite; }
.showcase-api-section.is-scene-active .showcase-api-packet.packet-2 { animation-delay: 1.05s; }
.showcase-api-section.is-scene-active .showcase-api-packet.packet-3 { animation-delay: 2.1s; }
.showcase-api-section.is-scene-active .showcase-api-packet.packet-4 { animation-delay: 3.15s; }
@keyframes showcase-api-dash { to { stroke-dashoffset: -112; } }
@keyframes showcase-api-packet { 0% { left: 18%; opacity: 0; transform: scale(.7); } 9% { opacity: 1; } 80% { opacity: 1; transform: scale(1); } 100% { left: 87%; opacity: 0; transform: scale(.75); } }


/* Catalogue --------------------------------------------------------------- */
.showcase-catalog {
  padding: 150px 0 160px;
  background: #fff;
}
.showcase-catalog-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 80px;
  align-items: end;
}
.showcase-catalog-intro > div:first-child { max-width: 900px; }
.showcase-catalog-intro h2 {
  margin-top: 24px !important;
  font-size: clamp(50px, 6.6vw, 104px);
  line-height: .91;
  letter-spacing: -.07em;
  font-weight: 600;
}
.showcase-catalog-intro p { max-width: 650px; margin-top: 30px !important; color: var(--sc-muted); font-size: 15px; line-height: 1.7; }
.showcase-catalog-count {
  min-width: 240px;
  padding: 0 0 8px 28px;
  border-left: 1px solid var(--sc-line-strong);
}
.showcase-catalog-count strong { display: block; font-size: 72px; line-height: .9; font-weight: 560; letter-spacing: -.07em; }
.showcase-catalog-count span { display: block; margin-top: 13px; color: var(--sc-muted); font-size: 11px; line-height: 1.5; }
.showcase-catalog-toggle {
  width: 100%;
  min-height: 102px;
  margin-top: 80px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-top: 1px solid var(--sc-line-strong);
  border-bottom: 1px solid var(--sc-line-strong);
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.showcase-catalog-toggle span { display: grid; gap: 5px; }
.showcase-catalog-toggle strong { font-size: 17px; font-weight: 650; letter-spacing: -.02em; }
.showcase-catalog-toggle small { color: var(--sc-muted); font-size: 11.5px; }
.showcase-catalog-toggle i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--sc-line-strong);
  border-radius: 50%;
  font-style: normal;
  font-size: 22px;
  font-weight: 300;
  transition: transform .22s ease, background .18s ease;
}
.showcase-catalog-toggle:hover i { background: #f1f4f9; }
.showcase-catalog-toggle[aria-expanded="true"] i { transform: rotate(45deg); }
.showcase-catalog-panel {
  --showcase-search-width: min(720px, calc(100% - 120px));
  padding-top: 0;
}
.showcase-catalog-toolbar {
  position: sticky;
  z-index: 30;
  top: 104px;
  width: var(--showcase-search-width);
  max-width: 100%;
  margin: -1px auto 0;
  padding: 15px 16px 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  border: 1px solid var(--sc-line-strong);
  border-top: 0;
  border-radius: 0 0 22px 22px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 42px rgba(19,32,67,.10), inset 0 1px 0 rgba(255,255,255,.9);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  backdrop-filter: blur(18px) saturate(135%);
  animation: showcase-search-extension .42s cubic-bezier(.2,.8,.2,1) both;
}
.showcase-catalog-toolbar::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -1px;
  width: calc(100% + 2px);
  height: 5px;
  background: #fff;
  pointer-events: none;
}
.showcase-catalog-toolbar::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 3px;
  height: 42px;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(180deg, #145cff, #73b1ff);
  box-shadow: 0 0 18px rgba(20,92,255,.22);
  pointer-events: none;
}
.showcase-feature-search {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}
.showcase-feature-search > span {
  padding-left: 4px;
  color: var(--sc-faint);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  white-space: nowrap;
}
.showcase-feature-search input {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(11,21,53,.08);
  border-radius: 12px;
  background: #f3f6fb;
  color: var(--sc-ink);
  font-size: 13.5px;
  outline: none;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}
.showcase-feature-search input::placeholder { color: #939cab; }
.showcase-feature-search input:focus {
  transform: translateY(-1px);
  background: #fff;
  border-color: rgba(20,92,255,.34);
  box-shadow: 0 8px 22px rgba(20,92,255,.08), 0 0 0 3px rgba(20,92,255,.06);
}
.showcase-feature-result {
  min-width: max-content;
  padding: 9px 11px;
  border: 1px solid rgba(11,21,53,.08);
  border-radius: 999px;
  background: rgba(244,246,250,.86);
  color: var(--sc-muted);
  font-size: 10.5px;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
}
@keyframes showcase-search-extension {
  from { opacity: 0; transform: translateY(-9px) scaleY(.96); transform-origin: top; }
  to { opacity: 1; transform: none; }
}
.showcase-catalog-layout { margin-top: 45px; }
.showcase-catalog-group {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 56px;
  padding: 44px 0 54px;
  border-top: 1px solid var(--sc-line);
}
.showcase-catalog-group > header { display: grid; grid-template-columns: 34px 1fr; gap: 15px; align-content: start; }
.showcase-catalog-group > header > span { padding-top: 3px; color: var(--sc-blue); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.showcase-catalog-group h3 { font-size: 18px; line-height: 1.25; font-weight: 650; letter-spacing: -.025em; }
.showcase-catalog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 34px; }
.showcase-feature-item {
  min-width: 0;
  min-height: 104px;
  padding: 18px 4px 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border: 0;
  border-bottom: 1px solid var(--sc-line);
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: color .18s ease, padding-left .18s ease;
}
.showcase-feature-item:hover { color: var(--sc-blue); padding-left: 6px; }
.showcase-feature-item > span { min-width: 0; display: grid; gap: 7px; }
.showcase-feature-item strong { font-size: 14px; font-weight: 650; letter-spacing: -.01em; }
.showcase-feature-item small { max-width: 430px; color: var(--sc-muted); font-size: 11.5px; line-height: 1.5; }
.showcase-feature-item i { flex: 0 0 auto; color: #8a95a8; font-size: 13px; font-style: normal; }
.showcase-feature-item:hover i { color: var(--sc-blue); }
.showcase-empty { padding: 60px 0; color: var(--sc-muted); text-align: center; font-size: 13px; }

/* Closing / footer -------------------------------------------------------- */
.showcase-closing {
  position: relative;
  padding: 150px 0 148px;
  overflow: hidden;
  background: linear-gradient(135deg, #071331 0%, #0c1c4b 72%, #15337c 140%);
  color: #fff;
}
.showcase-closing::after {
  content: "UEAD";
  position: absolute;
  right: -2vw;
  bottom: -7vw;
  color: rgba(255,255,255,.025);
  font-size: min(34vw, 560px);
  line-height: .8;
  font-weight: 850;
  letter-spacing: -.09em;
  pointer-events: none;
}
.showcase-closing-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
  gap: 110px;
  align-items: end;
}
.showcase-closing .showcase-eyebrow { color: #77b6ff; }
.showcase-closing h2 {
  max-width: 940px;
  margin-top: 26px !important;
  font-size: clamp(55px, 6.5vw, 104px);
  line-height: .91;
  letter-spacing: -.067em;
  font-weight: 590;
}
.showcase-closing-grid > div:last-child { max-width: 490px; justify-self: end; }
.showcase-closing p { color: rgba(231,237,255,.7); font-size: 15px; line-height: 1.75; }
.showcase-closing .showcase-button { margin-top: 34px; }
.showcase-footer { padding: 31px 0; background: #050c20; color: rgba(255,255,255,.55); }
.showcase-footer .showcase-shell { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; font-size: 9px; }
.showcase-footer .showcase-brand strong { color: #fff; }
.showcase-footer .showcase-brand span { color: rgba(255,255,255,.48); border-left-color: rgba(255,255,255,.17); }
.showcase-footer .showcase-shell > span { text-align: center; }
.showcase-footer .showcase-shell > a:last-child:hover { color: #fff; }

/* Locale popup ------------------------------------------------------------ */
.showcase-locale-backdrop {
  position: fixed;
  z-index: 205;
  inset: 0;
  background: rgba(5,12,32,.32);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}
.showcase-locale-modal {
  position: fixed;
  z-index: 215;
  top: 108px;
  left: 50%;
  width: min(470px, calc(100vw - 32px));
  max-height: calc(100vh - 132px);
  overflow: hidden;
  border: 1px solid rgba(11,21,53,.13);
  border-radius: 24px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 34px 90px rgba(4,14,42,.22), 0 5px 18px rgba(4,14,42,.08);
  transform: translateX(-50%);
}
.showcase-locale-modal > header {
  padding: 25px 24px 21px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  border-bottom: 1px solid var(--sc-line);
}
.showcase-locale-modal > header > div > span {
  display: block;
  margin-bottom: 8px;
  color: var(--sc-blue);
  font-size: 8px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.showcase-locale-modal h2 { font-size: 25px; line-height: 1.08; letter-spacing: -.045em; font-weight: 650; }
.showcase-locale-modal p { max-width: 360px; margin-top: 10px !important; color: var(--sc-muted); font-size: 11px; line-height: 1.6; }
.showcase-locale-modal > header button {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 12px;
  background: #f0f3f8;
  color: var(--sc-ink);
  font-size: 23px;
  font-weight: 300;
  cursor: pointer;
}
.showcase-locale-options { padding: 10px; display: grid; gap: 4px; }
.showcase-locale-option {
  min-height: 72px;
  padding: 10px 14px 10px 12px;
  display: grid;
  grid-template-columns: 48px minmax(0,1fr) auto;
  align-items: center;
  gap: 14px;
  border: 1px solid transparent;
  border-radius: 15px;
  transition: background .16s ease, border-color .16s ease;
}
.showcase-locale-option:hover { background: #f5f7fb; border-color: var(--sc-line); }
.showcase-locale-option.is-active { background: #eef4ff; border-color: rgba(20,92,255,.18); }
.showcase-locale-code {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--sc-line);
  border-radius: 12px;
  background: #fff;
  color: var(--sc-ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
}
.showcase-locale-option.is-active .showcase-locale-code { border-color: rgba(20,92,255,.24); color: var(--sc-blue); }
.showcase-locale-name { min-width: 0; display: grid; gap: 4px; }
.showcase-locale-name strong { font-size: 13px; font-weight: 700; letter-spacing: -.01em; }
.showcase-locale-name small { color: var(--sc-blue); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.showcase-locale-option > i { color: var(--sc-faint); font-size: 14px; font-style: normal; }
.showcase-locale-option.is-active > i { color: var(--sc-blue); }
body.showcase-locale-open { overflow: hidden; }

/* Detail drawer ----------------------------------------------------------- */
.showcase-drawer-backdrop {
  position: fixed;
  z-index: 180;
  inset: 0;
  background: rgba(3,8,24,.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.showcase-feature-drawer {
  position: fixed;
  z-index: 190;
  top: 18px;
  right: 18px;
  bottom: 18px;
  width: min(520px, calc(100vw - 36px));
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(11,21,53,.14);
  border-radius: 24px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 34px 90px rgba(4,14,42,.23);
  transform: translateX(calc(100% + 40px));
  opacity: 0;
  visibility: hidden;
  transition: transform .3s cubic-bezier(.2,.8,.2,1), opacity .2s ease, visibility .3s;
}
.showcase-feature-drawer.is-open { transform: translateX(0); opacity: 1; visibility: visible; }
.showcase-feature-drawer > header {
  min-height: 90px;
  padding: 18px 18px 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-bottom: 1px solid var(--sc-line);
}
.showcase-feature-drawer > header > div { min-width: 0; display: grid; gap: 4px; }
.showcase-feature-drawer > header span { color: var(--sc-blue); font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.showcase-feature-drawer > header strong { font-size: 20px; line-height: 1.2; letter-spacing: -.035em; }
.showcase-feature-drawer > header button {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 12px;
  background: #f0f3f8;
  color: var(--sc-ink);
  font-size: 24px;
  font-weight: 300;
  cursor: pointer;
}
.showcase-feature-drawer-scroll { min-height: 0; overflow-y: auto; padding: 25px; overscroll-behavior: contain; }
.showcase-drawer-media { margin: 0 0 28px; overflow: hidden; border: 1px solid var(--sc-line); border-radius: 15px; background: #edf1f7; }
.showcase-drawer-media img { width: 100%; display: block; }
.showcase-drawer-short { color: var(--sc-ink); font-size: 18px; line-height: 1.42; font-weight: 610; letter-spacing: -.025em; }
.showcase-drawer-description { margin-top: 20px; color: var(--sc-muted); font-size: 14px; line-height: 1.75; }
.showcase-drawer-description > *:first-child { margin-top: 0 !important; }
.showcase-drawer-description > *:last-child { margin-bottom: 0 !important; }
.showcase-drawer-description p { margin: 0 0 14px; }
.showcase-drawer-description h4 { margin: 24px 0 10px; color: var(--sc-ink); font-size: 13px; line-height: 1.35; font-weight: 750; letter-spacing: -.01em; }
.showcase-drawer-description strong,
.showcase-drawer-description b { color: var(--sc-ink); font-weight: 720; }
.showcase-drawer-description em,
.showcase-drawer-description i { color: var(--sc-ink-soft); }
.showcase-drawer-description ul,
.showcase-drawer-description ol { margin: 14px 0 18px; padding-left: 20px; }
.showcase-drawer-description li { margin: 6px 0; padding-left: 3px; }
.showcase-drawer-description a { color: var(--sc-blue); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.showcase-drawer-description code { padding: 2px 5px; border: 1px solid var(--sc-line); border-radius: 5px; background: #f4f6fa; color: var(--sc-ink); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .92em; }
.showcase-drawer-description blockquote { margin: 18px 0; padding: 2px 0 2px 14px; border-left: 2px solid var(--sc-blue); color: var(--sc-ink-soft); }
.showcase-drawer-meta { margin-top: 42px; padding-top: 17px; display: flex; justify-content: space-between; border-top: 1px solid var(--sc-line); color: var(--sc-faint); font-size: 9px; letter-spacing: .12em; }
.showcase-drawer-meta strong { color: var(--sc-ink); }
body.showcase-mobile-detail-open { overflow: hidden; }

/* Reveal ------------------------------------------------------------------ */
.showcase-motion .uead-showcase-page [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease, transform .75s cubic-bezier(.2,.8,.2,1);
}
.showcase-motion .uead-showcase-page [data-reveal].is-visible { opacity: 1; transform: none; }

/* Responsive -------------------------------------------------------------- */
@media (max-width: 1260px) {
  .uead-showcase-page { --sc-shell: min(1180px, calc(100vw - 56px)); }
  .showcase-header-inner { width: calc(100vw - 36px); }
  .showcase-nav { gap: 19px; }
  .showcase-nav a:nth-child(3) { display: none; }
  .showcase-hero-grid { grid-template-columns: .82fr 1.18fr; gap: 45px; }
  .showcase-hero-stage { min-height: 590px; }
  .showcase-feature-grid { grid-template-columns: .78fr 1.22fr; gap: 60px; }
  .showcase-section-head { column-gap: 70px; }
}

@media (max-width: 1040px) {
  .uead-showcase-page { --sc-shell: calc(100vw - 44px); }
  .showcase-header-inner { min-height: 66px; padding-left: 18px; }
  .showcase-nav { display: none; }
  .showcase-header-actions { justify-self: end; }
  .showcase-header-catalog { display: inline-flex; }
  .showcase-hero { padding-top: 138px; }
  .showcase-hero-grid { grid-template-columns: 1fr; gap: 58px; }
  .showcase-hero-copy { max-width: 820px; padding-bottom: 0; }
  .showcase-hero-copy h1 { max-width: 900px; font-size: clamp(68px, 10.5vw, 104px); }
  .showcase-hero-stage { width: 100%; min-height: 690px; max-width: 900px; margin-inline: auto; }
  .showcase-hero-foot { grid-template-columns: 1fr; gap: 25px; }
  .showcase-chips { justify-self: start; justify-content: flex-start; max-width: none; }
  .showcase-section-head { grid-template-columns: 1fr; }
  .showcase-section-head p { max-width: 700px; }
  .showcase-pillars { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .showcase-pillars article { min-height: 285px; }
  .showcase-feature-grid,
  .showcase-feature.is-reverse .showcase-feature-grid { grid-template-columns: 1fr; gap: 58px; }
  .showcase-feature.is-reverse .showcase-feature-copy,
  .showcase-feature.is-reverse .showcase-feature-media { order: initial; }
  .showcase-feature-copy { max-width: 760px; }
  .showcase-feature-media { max-width: 1040px; }
  .showcase-catalog-group { grid-template-columns: 230px minmax(0, 1fr); gap: 40px; }
  .showcase-closing-grid { grid-template-columns: 1fr; gap: 60px; }
  .showcase-closing-grid > div:last-child { justify-self: start; max-width: 650px; }
}

@media (max-width: 760px) {
  .uead-showcase-page { --sc-shell: calc(100vw - 28px); }
  .showcase-header { top: 10px; }
  .showcase-header-inner { width: calc(100vw - 20px); min-height: 60px; border-radius: 17px; padding: 8px 9px 8px 15px; gap: 12px; }
  .showcase-brand { gap: 9px; }
  .showcase-brand strong { font-size: 18px; }
  .showcase-brand span { display: none; }
  .showcase-account { min-height: 42px; padding: 0 12px; }
  .showcase-locale-button { min-height: 42px; padding: 0 11px; }
  .showcase-locale-modal { top: 82px; max-height: calc(100vh - 96px); }
  .showcase-header-catalog { min-height: 42px; padding: 0 11px; }
  .showcase-hero { padding: 112px 0 60px; }
  .showcase-hero-copy { padding-top: 20px; }
  .showcase-hero-copy h1 { margin-top: 20px; font-size: clamp(54px, 15.3vw, 82px); line-height: .91; }
  .showcase-lead { margin-top: 25px !important; font-size: 17px; }
  .showcase-hero-note { font-size: 12px; }
  .showcase-button { min-height: 49px; }
  .showcase-hero-stage { min-height: 520px; }
  .showcase-hero-shot.shot-1 { width: 90%; top: 65px; }
  .showcase-hero-shot.shot-2 { width: 60%; bottom: 18px; }
  .showcase-hero-shot.shot-3 { width: 55%; right: 5%; }
  .showcase-hero-shot > span { top: 9px; left: 10px; padding: 5px 8px; font-size: 7px; }
  .showcase-media { border-radius: 14px; }
  .showcase-hero-foot { margin-top: 36px; }
  .showcase-hero-facts { gap: 20px; justify-content: space-between; }
  .showcase-hero-facts div { min-width: 0; }
  .showcase-hero-facts strong { font-size: 26px; }
  .showcase-system { padding: 100px 0 92px; }
  .showcase-section-head h2 { font-size: clamp(46px, 12vw, 70px); }
  .showcase-pillars { margin-top: 70px; padding: 10px; grid-template-columns: 1fr; gap: 8px; border-radius: 25px; }
  .showcase-pillars::after { display: none; }
  .showcase-pillars article { min-height: 0; padding: 24px 22px 27px; border-radius: 18px; }
  .showcase-pillars article::after { left: 75px; right: 42px; }
  .showcase-pillars article::before { top: 32px; right: 22px; }
  .showcase-pillars h3 { margin-top: 42px !important; }
  .showcase-pillars p { max-width: 560px; }
  .showcase-feature { padding: 98px 0 105px; }
  .showcase-feature.is-contrast { padding: 105px 0 110px; }
  .showcase-feature-number { top: -48px; font-size: 100px; }
  .showcase-feature-copy h2 { font-size: clamp(40px, 11.5vw, 62px); }
  .showcase-feature-media .showcase-media { border-radius: 18px; }
  .showcase-catalog { padding: 105px 0 115px; }
  .showcase-catalog-intro { grid-template-columns: 1fr; gap: 45px; }
  .showcase-catalog-count { padding-left: 0; padding-top: 22px; border-left: 0; border-top: 1px solid var(--sc-line); }
  .showcase-catalog-count strong { font-size: 58px; }
  .showcase-catalog-toggle { margin-top: 54px; min-height: 90px; }
  .showcase-catalog-panel { --showcase-search-width: min(100%, 680px); }
  .showcase-catalog-toolbar { top: 81px; padding: 13px; grid-template-columns: 1fr auto; gap: 10px; border-radius: 0 0 18px 18px; }
  .showcase-feature-search { grid-template-columns: 1fr; gap: 5px; }
  .showcase-feature-search > span { display: none; }
  .showcase-feature-result { padding: 8px 10px; }
  .showcase-catalog-group { grid-template-columns: 1fr; gap: 18px; padding: 34px 0 42px; }
  .showcase-catalog-grid { grid-template-columns: 1fr; }
  .showcase-feature-item { min-height: 88px; }
  .showcase-closing { padding: 105px 0 110px; }
  .showcase-closing h2 { font-size: clamp(48px, 13.5vw, 72px); }
  .showcase-footer .showcase-shell { grid-template-columns: 1fr auto; }
  .showcase-footer .showcase-shell > span { display: none; }
  .showcase-feature-drawer { inset: auto 8px 8px; width: auto; height: min(82vh, 760px); border-radius: 23px; transform: translateY(calc(100% + 24px)); }
  .showcase-feature-drawer.is-open { transform: translateY(0); }
}

@media (max-width: 480px) {
  .showcase-header-catalog { display: none; }
  .showcase-locale-button { padding: 0 10px; }
  .showcase-locale-button svg { display: none; }
  .showcase-locale-modal { top: 76px; width: calc(100vw - 20px); border-radius: 20px; }
  .showcase-locale-modal > header { padding: 21px 18px 17px; }
  .showcase-locale-options { padding: 7px; }
  .showcase-catalog-toolbar { width: 100%; grid-template-columns: 1fr; }
  .showcase-feature-result { justify-self: start; }
  .showcase-hero-actions { display: grid; grid-template-columns: 1fr; }
  .showcase-button { width: 100%; }
  .showcase-hero-stage { min-height: 410px; margin-top: -10px; }
  .showcase-hero-shot.shot-1 { width: 96%; top: 64px; }
  .showcase-hero-shot.shot-2 { width: 61%; bottom: 7px; }
  .showcase-hero-shot.shot-3 { width: 58%; right: 1%; top: 8px; }
  .showcase-hero-facts { flex-wrap: wrap; }
  .showcase-chips { display: none; }
}

@media (max-width: 1260px) {
  .showcase-creative-grid { grid-template-columns: minmax(300px, .72fr) minmax(520px, 1.28fr); gap: 55px; }
  .showcase-trust-stage { grid-template-columns: minmax(150px, .62fr) 100px minmax(280px, 1.38fr); padding: 25px; }
  .showcase-api-app { width: min(290px, 30%); }
}

@media (max-width: 1040px) {
  .showcase-creative-grid { grid-template-columns: 1fr; gap: 65px; }
  .showcase-creative-copy { max-width: 760px; }
  .showcase-orbit-stage { justify-self: center; width: min(700px, 92vw); }
  .showcase-trust-grid { grid-template-columns: 1fr; }
  .showcase-trust-stage { min-height: 540px; }
  .showcase-api-head { grid-template-columns: 1fr; gap: 30px; }
  .showcase-api-head > p { max-width: 720px; }
  .showcase-api-stage { min-height: 520px; }
  .showcase-api-core { left: 5.5%; width: 150px; height: 150px; }
  .showcase-api-app { right: 4%; width: min(300px, 32%); }
}

@media (max-width: 760px) {
  .showcase-orbit-section,
  .showcase-stream-section,
  .showcase-trust-section,
  .showcase-api-section { padding: 98px 0 105px; }
  .showcase-creative-copy h2,
  .showcase-creative-head h2,
  .showcase-api-head h2 { font-size: clamp(40px, 11.5vw, 62px); }

  .showcase-orbit-stage { width: min(620px, 96vw); }
  .showcase-orbit-core { width: 132px; height: 132px; }
  .showcase-orbit-node { min-width: 0; padding: 9px 10px; font-size: 8px; }
  .showcase-orbit-node.node-2,
  .showcase-orbit-node.node-3 { right: 0; }
  .showcase-orbit-node.node-5,
  .showcase-orbit-node.node-6 { left: 0; }

  .showcase-stream-window { min-height: 320px; margin-top: 60px; border-radius: 24px; }
  .showcase-stream-card { width: 225px; min-height: 136px; padding: 17px; }
  .showcase-stream-card strong { font-size: 17px; }
  .showcase-stream-cursor { width: 66px; height: 66px; }

  .showcase-trust-stage {
    min-height: 0;
    padding: 18px;
    grid-template-columns: 1fr;
    gap: 16px;
    border-radius: 24px;
  }
  .showcase-trust-roles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .showcase-trust-role { min-height: 52px; padding: 0 12px; }
  .showcase-trust-core { width: 92px; height: 92px; margin: 8px auto; }
  .showcase-trust-row { grid-template-columns: 1fr auto; min-height: 48px; }

  .showcase-api-stage { min-height: 620px; margin-top: 56px; border-radius: 24px; }
  .showcase-api-lines { display: none; }
  .showcase-api-core { left: 50%; top: 18%; width: 132px; height: 132px; transform: translate(-50%, -50%); }
  .showcase-api-apps { top: 32%; bottom: 7%; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 14px; }
  .showcase-api-app {
    position: relative;
    inset: auto !important;
    width: auto;
    min-height: 92px;
    padding: 16px 14px 16px 42px;
  }
  .showcase-api-app i { left: 15px; }
  .showcase-api-packet { top: 26% !important; bottom: auto !important; left: 50%; }
  .showcase-api-section.is-scene-active .showcase-api-packet { animation: showcase-api-packet-mobile 3.8s ease-in-out infinite; }
  .showcase-api-section.is-scene-active .showcase-api-packet.packet-2 { animation-delay: .8s; }
  .showcase-api-section.is-scene-active .showcase-api-packet.packet-3 { animation-delay: 1.6s; }
  .showcase-api-section.is-scene-active .showcase-api-packet.packet-4 { animation-delay: 2.4s; }
}

@media (max-width: 480px) {
  .showcase-orbit-stage { width: 110vw; margin-left: -5vw; }
  .showcase-orbit-node { padding: 8px 9px; }
  .showcase-orbit-node span { max-width: 84px; overflow: hidden; text-overflow: ellipsis; }
  .showcase-stream-window { width: calc(100vw - 12px); }
  .showcase-trust-roles { grid-template-columns: 1fr; }
  .showcase-trust-cells { gap: 6px; }
  .showcase-api-stage { min-height: 720px; }
  .showcase-api-apps { grid-template-columns: 1fr; }
}

@keyframes showcase-api-packet-mobile {
  0% { top: 24%; opacity: 0; transform: translate(-50%, 0) scale(.7); }
  16% { opacity: 1; }
  78% { opacity: 1; }
  100% { top: 88%; opacity: 0; transform: translate(-50%, 0) scale(.8); }
}


@media (prefers-reduced-motion: reduce) {
  .uead-showcase-page *,
  .uead-showcase-page *::before,
  .uead-showcase-page *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .showcase-motion .uead-showcase-page [data-reveal] { opacity: 1; transform: none; }
}

/* Product-ready marketing sections --------------------------------------- */
.showcase-difference,
.showcase-product-tour,
.showcase-free-access {
  scroll-margin-top: 110px;
}

.showcase-difference {
  position: relative;
  padding: 148px 0 126px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 22%, rgba(45,110,255,.21), transparent 34%),
    linear-gradient(135deg, #071331 0%, #0a1941 58%, #10275f 125%);
  color: #fff;
}
.showcase-difference::before {
  content: "UEAD";
  position: absolute;
  top: 42px;
  right: -18px;
  color: rgba(255,255,255,.025);
  font-size: clamp(180px, 24vw, 420px);
  line-height: .78;
  font-weight: 800;
  letter-spacing: -.09em;
  pointer-events: none;
}
.showcase-rail-heading {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 70px;
  align-items: end;
}
.showcase-rail-heading > div:first-child { max-width: 980px; }
.showcase-rail-heading h2 {
  margin-top: 24px !important;
  max-width: 980px;
  font-size: clamp(52px, 6.2vw, 98px);
  line-height: .92;
  letter-spacing: -.068em;
  font-weight: 590;
  text-wrap: balance;
}
.showcase-difference .showcase-rail-heading p {
  max-width: 680px;
  margin-top: 28px !important;
  color: rgba(229,236,255,.68);
  font-size: 16px;
  line-height: 1.75;
}
.showcase-rail-controls {
  display: flex;
  gap: 8px;
  padding-bottom: 4px;
}
.showcase-rail-controls button {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  background: rgba(255,255,255,.07);
  color: #fff;
  font-size: 19px;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, opacity .2s ease;
}
.showcase-rail-controls button:hover:not(:disabled) {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.34);
  background: rgba(255,255,255,.12);
}
.showcase-rail-controls button:disabled { opacity: .3; cursor: default; }
.showcase-rail-controls.is-light button {
  border-color: var(--sc-line-strong);
  background: #fff;
  color: var(--sc-ink);
  box-shadow: 0 8px 24px rgba(18,33,70,.06);
}
.showcase-rail-controls.is-light button:hover:not(:disabled) {
  border-color: rgba(20,92,255,.3);
  background: #f7f9fd;
}
.showcase-wide-rail-shell {
  position: relative;
  z-index: 2;
  width: calc(50% + var(--sc-shell) / 2);
  margin: 82px 0 0 calc(50% - var(--sc-shell) / 2);
  padding-right: max(28px, calc((100vw - var(--sc-shell)) / 2));
}
.showcase-difference-rail,
.showcase-product-tour-rail {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.showcase-difference-rail::-webkit-scrollbar,
.showcase-product-tour-rail::-webkit-scrollbar { display: none; }
.showcase-difference-card {
  position: relative;
  flex: 0 0 clamp(320px, 28vw, 440px);
  min-height: 410px;
  padding: 30px 30px 28px;
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,.085), rgba(255,255,255,.045));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
  transition: transform .28s cubic-bezier(.2,.8,.2,1), border-color .28s ease, background .28s ease;
}
.showcase-difference-card::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -76px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 1px solid rgba(113,176,255,.11);
  box-shadow: 0 0 0 34px rgba(113,176,255,.025), 0 0 0 68px rgba(113,176,255,.015);
  pointer-events: none;
}
.showcase-difference-card.is-rail-active {
  transform: translateY(-7px);
  border-color: rgba(126,185,255,.32);
  background: linear-gradient(180deg, rgba(255,255,255,.115), rgba(255,255,255,.052));
}
.showcase-difference-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.showcase-difference-card-top span {
  color: #8ec0ff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}
.showcase-difference-card-top i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #6aa9ff;
  box-shadow: 0 0 0 6px rgba(106,169,255,.08), 0 0 20px rgba(106,169,255,.35);
}
.showcase-difference-card h3 {
  max-width: 330px;
  margin-top: 82px !important;
  color: #fff;
  font-size: 31px;
  line-height: 1.02;
  font-weight: 620;
  letter-spacing: -.045em;
}
.showcase-difference-card p {
  max-width: 350px;
  margin-top: 20px !important;
  color: rgba(226,235,255,.68);
  font-size: 14px;
  line-height: 1.72;
}
.showcase-difference-card > strong {
  margin-top: auto;
  padding-top: 34px;
  color: #9bc6ff;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.showcase-rail-status {
  margin-top: 28px;
  display: grid;
  grid-template-columns: minmax(120px, 360px) auto;
  gap: 18px;
  align-items: center;
  color: rgba(225,234,255,.55);
}
.showcase-rail-status > span {
  position: relative;
  height: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.13);
}
.showcase-rail-status > span i {
  position: absolute;
  inset: 0 auto 0 0;
  width: 20%;
  border-radius: inherit;
  background: linear-gradient(90deg, #4a95ff, #b4d9ff);
  transition: width .32s cubic-bezier(.2,.8,.2,1);
}
.showcase-rail-status strong {
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .11em;
}
.showcase-rail-status.is-light { color: var(--sc-faint); }
.showcase-rail-status.is-light > span { background: rgba(11,21,53,.10); }
.showcase-rail-status.is-light > span i { background: linear-gradient(90deg, #145cff, #71b9ff); }

.showcase-product-tour {
  padding: 145px 0 132px;
  overflow: hidden;
  background: #eef2f8;
  border-top: 1px solid var(--sc-line);
  border-bottom: 1px solid var(--sc-line);
}
.showcase-product-tour .showcase-rail-heading h2 { color: var(--sc-ink); }
.showcase-product-tour .showcase-rail-heading p {
  max-width: 670px;
  margin-top: 28px !important;
  color: var(--sc-muted);
  font-size: 16px;
  line-height: 1.75;
}
.showcase-product-tour-shell {
  width: calc(50% + var(--sc-shell) / 2);
  margin: 76px 0 0 calc(50% - var(--sc-shell) / 2);
  padding-right: max(28px, calc((100vw - var(--sc-shell)) / 2));
}
.showcase-product-tour-rail { gap: 22px; }
.showcase-tour-card {
  flex: 0 0 min(1020px, 76vw);
  min-width: 680px;
  scroll-snap-align: start;
  overflow: hidden;
  border: 1px solid rgba(11,21,53,.13);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(22,35,70,.09), 0 4px 14px rgba(22,35,70,.05);
  transition: transform .32s cubic-bezier(.2,.8,.2,1), box-shadow .32s ease, opacity .32s ease;
}
.showcase-tour-card:not(.is-rail-active) { opacity: .72; transform: scale(.985); }
.showcase-tour-card.is-rail-active { box-shadow: 0 36px 90px rgba(22,35,70,.14), 0 5px 18px rgba(22,35,70,.06); }
.showcase-tour-media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-bottom: 1px solid var(--sc-line);
  background: #0b1b49;
}
.showcase-tour-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}
.showcase-tour-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.28);
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -.06em;
}
.showcase-tour-copy {
  min-height: 168px;
  padding: 30px 34px 32px;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}
.showcase-tour-copy > span {
  padding-top: 5px;
  color: var(--sc-blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
}
.showcase-tour-copy h3 {
  font-size: 27px;
  line-height: 1.08;
  font-weight: 650;
  letter-spacing: -.04em;
}
.showcase-tour-copy p {
  max-width: 700px;
  margin-top: 10px !important;
  color: var(--sc-muted);
  font-size: 14px;
  line-height: 1.65;
}

.showcase-free-access {
  position: relative;
  padding: 150px 0 142px;
  overflow: hidden;
  background: linear-gradient(145deg, #f9fbff 0%, #eef4ff 62%, #e8f0ff 100%);
  border-top: 1px solid rgba(20,92,255,.10);
  border-bottom: 1px solid rgba(20,92,255,.12);
}
.showcase-free-glow {
  position: absolute;
  top: -260px;
  right: -180px;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20,92,255,.12), rgba(20,92,255,.025) 45%, transparent 69%);
  pointer-events: none;
}
.showcase-free-access.is-scene-active .showcase-free-glow { animation: showcase-free-breathe 6s ease-in-out infinite alternate; }
.showcase-free-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(310px, .52fr) minmax(0, 1fr);
  gap: clamp(70px, 9vw, 150px);
  align-items: end;
}
.showcase-free-value strong {
  display: block;
  margin-top: 32px;
  color: var(--sc-blue);
  font-size: clamp(108px, 14vw, 220px);
  line-height: .72;
  font-weight: 650;
  letter-spacing: -.09em;
}
.showcase-free-value small {
  display: block;
  margin-top: 34px;
  color: var(--sc-muted);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.showcase-free-copy h2 {
  max-width: 900px;
  font-size: clamp(50px, 6.1vw, 94px);
  line-height: .94;
  letter-spacing: -.065em;
  font-weight: 600;
  text-wrap: balance;
}
.showcase-free-copy p {
  max-width: 680px;
  margin-top: 30px !important;
  color: var(--sc-muted);
  font-size: 16px;
  line-height: 1.75;
}
.showcase-free-audiences {
  position: relative;
  z-index: 2;
  margin-top: 92px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.showcase-free-audiences article {
  min-height: 245px;
  padding: 28px 28px 31px;
  border: 1px solid rgba(20,92,255,.13);
  border-radius: 22px;
  background: rgba(255,255,255,.70);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.showcase-free-audiences article > span {
  color: var(--sc-blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
}
.showcase-free-audiences h3 {
  margin-top: 54px !important;
  font-size: 26px;
  line-height: 1.08;
  font-weight: 650;
  letter-spacing: -.04em;
}
.showcase-free-audiences p {
  max-width: 390px;
  margin-top: 15px !important;
  color: var(--sc-muted);
  font-size: 13px;
  line-height: 1.7;
}
.showcase-free-note {
  position: relative;
  z-index: 2;
  max-width: 950px;
  margin-top: 34px !important;
  padding-top: 22px;
  border-top: 1px solid rgba(20,92,255,.13);
  color: #697691;
  font-size: 12px;
  line-height: 1.7;
}
@keyframes showcase-free-breathe {
  from { transform: scale(.94) translate3d(0, 0, 0); opacity: .68; }
  to { transform: scale(1.08) translate3d(-28px, 22px, 0); opacity: 1; }
}

@media (max-width: 1050px) {
  .showcase-rail-heading { grid-template-columns: 1fr; gap: 34px; }
  .showcase-rail-controls { justify-self: start; }
  .showcase-wide-rail-shell,
  .showcase-product-tour-shell {
    width: calc(100vw - 28px);
    margin-left: 28px;
    padding-right: 28px;
  }
  .showcase-tour-card { flex-basis: min(860px, 84vw); min-width: 620px; }
  .showcase-free-grid { grid-template-columns: 1fr; gap: 70px; }
  .showcase-free-value strong { font-size: clamp(112px, 22vw, 190px); }
}

@media (max-width: 720px) {
  .showcase-difference,
  .showcase-product-tour,
  .showcase-free-access { padding: 104px 0 96px; }
  .showcase-rail-heading h2,
  .showcase-free-copy h2 { font-size: clamp(43px, 12.5vw, 64px); }
  .showcase-difference .showcase-rail-heading p,
  .showcase-product-tour .showcase-rail-heading p,
  .showcase-free-copy p { font-size: 14px; }
  .showcase-rail-controls button { width: 46px; height: 46px; }
  .showcase-wide-rail-shell,
  .showcase-product-tour-shell {
    width: calc(100vw - 18px);
    margin: 54px 0 0 18px;
    padding-right: 18px;
  }
  .showcase-difference-card { flex-basis: min(86vw, 360px); min-height: 360px; padding: 24px; }
  .showcase-difference-card h3 { margin-top: 58px !important; font-size: 27px; }
  .showcase-difference-card p { font-size: 13px; }
  .showcase-rail-status { grid-template-columns: minmax(100px, 1fr) auto; }
  .showcase-tour-card { flex-basis: 88vw; min-width: 0; border-radius: 22px; }
  .showcase-tour-copy { min-height: 0; padding: 23px 22px 26px; grid-template-columns: 38px minmax(0, 1fr); gap: 13px; }
  .showcase-tour-copy h3 { font-size: 23px; }
  .showcase-tour-copy p { font-size: 13px; }
  .showcase-free-value strong { font-size: 118px; }
  .showcase-free-audiences { margin-top: 64px; grid-template-columns: 1fr; }
  .showcase-free-audiences article { min-height: 0; }
  .showcase-free-audiences h3 { margin-top: 35px !important; }
}

/* Product-ready refinements ------------------------------------------------ */
.showcase-feature-copy li {
  font-size: 14.25px;
  line-height: 1.62;
}
.showcase-feature-item small {
  font-size: 13px;
  line-height: 1.55;
}

/* Horizontal showcases use the viewport, one complete card at a time. */
.showcase-wide-rail-shell,
.showcase-product-tour-shell,
.showcase-usability-shell {
  --showcase-rail-edge: max(24px, calc((100vw - var(--sc-shell)) / 2));
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.showcase-difference-rail,
.showcase-product-tour-rail,
.showcase-usability-rail {
  padding-inline: var(--showcase-rail-edge);
  scroll-padding-inline: var(--showcase-rail-edge);
}
.showcase-difference-card,
.showcase-tour-card,
.showcase-usability-card {
  flex-basis: calc(100vw - var(--showcase-rail-edge) - var(--showcase-rail-edge));
  width: calc(100vw - var(--showcase-rail-edge) - var(--showcase-rail-edge));
  max-width: var(--sc-shell);
}
.showcase-rail-status {
  width: min(var(--sc-shell), calc(100vw - var(--showcase-rail-edge) - var(--showcase-rail-edge)));
  margin-left: var(--showcase-rail-edge);
  margin-right: var(--showcase-rail-edge);
}

/* Feature details make physical room in the catalogue instead of covering it. */
@media (min-width: 1041px) {
  .showcase-catalog-layout {
    transition: padding-right .34s cubic-bezier(.2,.8,.2,1), transform .34s cubic-bezier(.2,.8,.2,1);
  }
  body.showcase-detail-open .showcase-catalog-layout {
    padding-right: 520px;
    transform: translateX(-24px);
  }
  body.showcase-detail-open .showcase-catalog-group {
    grid-template-columns: 220px minmax(0,1fr);
    gap: 34px;
  }
  body.showcase-detail-open .showcase-catalog-grid {
    grid-template-columns: 1fr;
  }
}

/* Ease of use ------------------------------------------------------------- */
.showcase-usability {
  padding: 145px 0 132px;
  overflow: hidden;
  background: #f6f8fc;
  border-top: 1px solid var(--sc-line);
  border-bottom: 1px solid var(--sc-line);
}
.showcase-usability .showcase-rail-heading h2 { color: var(--sc-ink); }
.showcase-usability .showcase-rail-heading p {
  max-width: 720px;
  margin-top: 28px !important;
  color: var(--sc-muted);
  font-size: 16px;
  line-height: 1.75;
}
.showcase-usability-shell { margin-top: 74px; }
.showcase-usability-rail {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.showcase-usability-rail::-webkit-scrollbar { display: none; }
.showcase-usability-card {
  min-height: 520px;
  padding: 34px;
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(320px,1.1fr);
  grid-template-rows: auto 1fr;
  column-gap: 64px;
  scroll-snap-align: start;
  border: 1px solid rgba(11,21,53,.11);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(22,35,70,.08);
}
.showcase-usability-index {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--sc-blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}
.showcase-usability-index i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sc-blue);
  box-shadow: 0 0 0 7px rgba(20,92,255,.07);
}
.showcase-usability-copy {
  align-self: end;
  padding: 72px 0 16px;
}
.showcase-usability-copy h3 {
  max-width: 520px;
  font-size: clamp(38px,4.1vw,64px);
  line-height: .98;
  font-weight: 620;
  letter-spacing: -.055em;
}
.showcase-usability-copy p {
  max-width: 560px;
  margin-top: 24px !important;
  color: var(--sc-muted);
  font-size: 15px;
  line-height: 1.72;
}
.showcase-usability-copy > strong {
  display: inline-flex;
  margin-top: 34px;
  color: var(--sc-blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.showcase-usability-visual {
  align-self: center;
  min-height: 320px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background: linear-gradient(145deg,#071533,#123475);
  overflow: hidden;
  position: relative;
}
.showcase-usability-visual::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(64,137,255,.22),rgba(64,137,255,0) 68%);
}
.ux-popup-demo,
.ux-typing-demo,
.ux-voice-demo,
.ux-flow-demo { position: relative; z-index: 1; }
.ux-popup-demo {
  width: min(78%,420px);
  padding: 18px;
  display: grid;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 20px;
  background: rgba(255,255,255,.09);
  box-shadow: 0 28px 60px rgba(0,0,0,.2);
}
.ux-popup-demo > span { height: 42px; border-radius: 11px; background: rgba(255,255,255,.92); }
.ux-popup-demo > strong { width: 56%; height: 7px; margin: 4px 0 5px; border-radius: 99px; background: rgba(255,255,255,.34); }
.ux-popup-demo > i { height: 44px; border-radius: 12px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.055); }
.ux-popup-demo > i:nth-of-type(2) { border-color: rgba(85,150,255,.6); background: rgba(41,105,224,.28); }
.ux-typing-demo { width: min(78%,430px); display:grid; gap:16px; }
.ux-typing-demo > span { height: 55px; border-radius:14px; background:#fff; box-shadow:0 18px 40px rgba(0,0,0,.18); }
.ux-typing-demo > strong { width:72%; height:55px; border-radius:14px; background:rgba(255,255,255,.12); }
.ux-typing-demo > b { position:absolute; right:12%; width:82px; height:28px; border-radius:999px; background:#2c74ff; box-shadow:0 10px 26px rgba(44,116,255,.25); }
.ux-typing-demo > b:first-of-type { top:13px; }
.ux-typing-demo > b:last-of-type { top:84px; right:2%; width:112px; opacity:.65; }
.ux-voice-demo { height:150px; display:flex; align-items:center; gap:8px; }
.ux-voice-demo i { width:58px; height:58px; margin-right:22px; border-radius:50%; background:#fff; box-shadow:0 0 0 10px rgba(255,255,255,.08),0 18px 40px rgba(0,0,0,.2); }
.ux-voice-demo span { width:7px; border-radius:99px; background:#79afff; animation:showcase-voice-wave 1.2s ease-in-out infinite alternate; }
.ux-voice-demo span:nth-of-type(1){height:36px}.ux-voice-demo span:nth-of-type(2){height:76px;animation-delay:.12s}.ux-voice-demo span:nth-of-type(3){height:112px;animation-delay:.24s}.ux-voice-demo span:nth-of-type(4){height:68px;animation-delay:.36s}.ux-voice-demo span:nth-of-type(5){height:42px;animation-delay:.48s}
@keyframes showcase-voice-wave { to { transform: scaleY(.55); opacity:.65; } }
.ux-flow-demo { display:flex; align-items:center; gap:15px; }
.ux-flow-demo i { width:62px; height:62px; border-radius:18px; background:#fff; box-shadow:0 18px 42px rgba(0,0,0,.17); }
.ux-flow-demo i:last-child { background:#2b73ff; }
.ux-flow-demo span { width:76px; height:2px; background:linear-gradient(90deg,rgba(255,255,255,.22),#76adff); position:relative; overflow:hidden; }
.ux-flow-demo span::after { content:""; position:absolute; top:-2px; width:6px; height:6px; border-radius:50%; background:#fff; animation:showcase-flow-dot 1.7s linear infinite; }
@keyframes showcase-flow-dot { from{left:-8px} to{left:100%} }

@media (max-width: 1040px) {
  .showcase-usability-card { grid-template-columns:1fr; gap:30px; }
  .showcase-usability-copy { padding-top:42px; }
  .showcase-usability-visual { min-height:300px; }
}
@media (max-width: 760px) {
  .showcase-wide-rail-shell,
  .showcase-product-tour-shell,
  .showcase-usability-shell { --showcase-rail-edge: 14px; }
  .showcase-difference-card,
  .showcase-tour-card,
  .showcase-usability-card { min-width:0; width:calc(100vw - 28px); max-width:none; flex-basis:calc(100vw - 28px); }
  .showcase-usability { padding:105px 0 100px; }
  .showcase-usability-shell { margin-top:54px; }
  .showcase-usability-card { min-height:0; padding:22px; border-radius:22px; }
  .showcase-usability-visual { min-height:250px; }
  .showcase-usability-copy h3 { font-size:40px; }
}


/* ==========================================================================
   PRODUCT-READY HORIZONTAL RAIL FIX · v1
   Full-viewport carousel lanes, complete cards, unclipped shadows and
   mouse drag support. This block intentionally wins over earlier rail rules.
   ========================================================================== */
.showcase-wide-rail-shell,
.showcase-product-tour-shell,
.showcase-usability-shell {
  --showcase-slide-space: clamp(40px, 6vw, 96px);
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  overflow: visible;
}

.showcase-wide-rail-shell { margin-top: 82px; }
.showcase-product-tour-shell { margin-top: 76px; }
.showcase-usability-shell { margin-top: 74px; }

.showcase-difference-rail,
.showcase-product-tour-rail,
.showcase-usability-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  gap: 0;
  width: 100%;
  max-width: 100%;
  padding: 38px 0 54px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 0;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
}

.showcase-difference-rail::-webkit-scrollbar,
.showcase-product-tour-rail::-webkit-scrollbar,
.showcase-usability-rail::-webkit-scrollbar { display: none; }

.showcase-difference-rail.is-dragging,
.showcase-product-tour-rail.is-dragging,
.showcase-usability-rail.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
  user-select: none;
  -webkit-user-select: none;
}

.showcase-difference-rail.is-dragging *,
.showcase-product-tour-rail.is-dragging *,
.showcase-usability-rail.is-dragging * {
  user-select: none;
  -webkit-user-select: none;
}

.showcase-difference-card,
.showcase-tour-card,
.showcase-usability-card {
  justify-self: center;
  min-width: 0;
  flex: none;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.showcase-difference-card {
  width: min(1060px, calc(100vw - var(--showcase-slide-space)));
  max-width: 1060px;
  min-height: 410px;
}

.showcase-tour-card {
  width: min(1280px, calc(100vw - var(--showcase-slide-space)));
  max-width: 1280px;
}

.showcase-usability-card {
  width: min(1320px, calc(100vw - var(--showcase-slide-space)));
  max-width: 1320px;
}

.showcase-tour-card img,
.showcase-difference-card img,
.showcase-usability-card img {
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

.showcase-rail-status {
  width: min(520px, calc(100vw - 48px));
  margin: 2px auto 0;
}

@media (max-width: 1040px) {
  .showcase-wide-rail-shell,
  .showcase-product-tour-shell,
  .showcase-usability-shell {
    --showcase-slide-space: 48px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .showcase-difference-rail,
  .showcase-product-tour-rail,
  .showcase-usability-rail { padding-block: 30px 46px; }
  .showcase-tour-card { min-width: 0; }
}

@media (max-width: 760px) {
  .showcase-wide-rail-shell,
  .showcase-product-tour-shell,
  .showcase-usability-shell { --showcase-slide-space: 28px; }
  .showcase-wide-rail-shell,
  .showcase-product-tour-shell { margin-top: 54px; }
  .showcase-usability-shell { margin-top: 54px; }
  .showcase-difference-rail,
  .showcase-product-tour-rail,
  .showcase-usability-rail { padding-block: 22px 38px; }
  .showcase-difference-card,
  .showcase-tour-card,
  .showcase-usability-card {
    width: calc(100vw - 28px);
    max-width: none;
    min-width: 0;
    flex-basis: auto;
  }
  .showcase-rail-status { width: calc(100vw - 40px); }
}
