/* Homepage showcase v8 */
body.mc-homepage .mc-home-showcase {
  position: relative;
  padding-top: clamp(18px, 3vw, 32px);
}

body.mc-homepage .mc-home-showcase-anchor {
  position: relative;
  display: block;
  top: calc(var(--header-height, 88px) * -1);
  visibility: hidden;
  height: 0;
}

body.mc-homepage .mc-home-showcase-head {
  margin-bottom: clamp(14px, 2vw, 22px);
}

body.mc-homepage .mc-home-showcase-shell {
  position: relative;
  overflow: clip;
  padding: clamp(16px, 2.2vw, 26px);
  border-radius: clamp(24px, 2.6vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top center, rgba(var(--accent-rgb), 0.20) 0%, rgba(var(--accent-rgb), 0.06) 24%, transparent 56%),
    linear-gradient(180deg, rgba(10, 10, 13, 0.98), rgba(3, 3, 5, 0.98));
  box-shadow: 0 32px 92px rgba(0, 0, 0, 0.46);
}

body.mc-homepage .mc-home-showcase-shell::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 50%;
  width: min(220px, 42%);
  height: 3px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(var(--accent-rgb), 0), rgba(var(--accent-rgb), 0.92), rgba(var(--accent-rgb), 0));
}

body.mc-homepage .mc-home-cinematic-topbar,
body.mc-homepage .mc-home-cinematic-footer {
  position: relative;
  z-index: 24;
}

body.mc-homepage .mc-home-cinematic-topbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.6vw, 18px);
  margin-bottom: 8px;
}

body.mc-homepage .mc-home-cinematic-nav {
  position: relative;
  z-index: 26;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff;
  cursor: pointer;
  transition:
    transform var(--duration-fast) var(--ease-out),
    border-color var(--duration-fast) var(--ease-out),
    background var(--duration-fast) var(--ease-out),
    box-shadow var(--duration-fast) var(--ease-out),
    opacity var(--duration-fast) var(--ease-out);
}

body.mc-homepage .mc-home-cinematic-nav:hover,
body.mc-homepage .mc-home-cinematic-nav:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(var(--accent-rgb), 0.46);
  background: rgba(var(--accent-rgb), 0.12);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.28);
}

body.mc-homepage .mc-home-cinematic-nav:disabled {
  opacity: 0.4;
  cursor: default;
  box-shadow: none;
  transform: none;
}

body.mc-homepage .mc-home-cinematic-nav span {
  font-size: 1.6rem;
  line-height: 1;
}

body.mc-homepage .mc-home-cinematic-tabs {
  position: relative;
  z-index: 25;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  min-width: 0;
}

body.mc-homepage .mc-home-cinematic-tab {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  min-height: 48px;
  padding: 0 16px;
  font-weight: 700;
  font-size: 0.94rem;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition:
    transform var(--duration-fast) var(--ease-out),
    border-color var(--duration-fast) var(--ease-out),
    background var(--duration-fast) var(--ease-out),
    color var(--duration-fast) var(--ease-out),
    box-shadow var(--duration-fast) var(--ease-out);
}

body.mc-homepage .mc-home-cinematic-tab:hover,
body.mc-homepage .mc-home-cinematic-tab:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(var(--accent-rgb), 0.35);
  background: rgba(var(--accent-rgb), 0.12);
  color: #ffffff;
}

body.mc-homepage .mc-home-cinematic-tab.is-active,
body.mc-homepage .mc-home-cinematic-tab[aria-selected="true"] {
  border-color: rgba(255, 255, 255, 0.58);
  background: linear-gradient(180deg, rgba(247, 240, 221, 0.98), rgba(228, 218, 193, 0.98));
  color: #101010;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.28);
}

body.mc-homepage .mc-home-cinematic-hint {
  margin: 0 0 clamp(18px, 2.2vw, 24px);
  text-align: center;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
}

body.mc-homepage .mc-home-cinematic-panels {
  position: relative;
  z-index: 10;
}

body.mc-homepage .mc-home-cinematic-panel {
  display: none;
}

body.mc-homepage .mc-home-cinematic-panel.is-active {
  display: block;
}

body.mc-homepage .mc-home-cinematic-panel-copy {
  max-width: 720px;
  margin: 0 auto clamp(12px, 2vw, 18px);
  text-align: center;
}

body.mc-homepage .mc-home-cinematic-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid rgba(var(--accent-rgb), 0.24);
  background: rgba(var(--accent-rgb), 0.10);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.mc-homepage .mc-home-cinematic-panel-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.55;
}

body.mc-homepage .mc-home-cinematic-stage {
  --mc-showcase-drag-x: 0px;
  position: relative;
  width: min(1080px, 100%);
  margin: 0 auto;
  min-height: clamp(500px, 58vw, 700px);
  height: var(--mc-stage-height, clamp(500px, 58vw, 700px));
  perspective: 1800px;
  transform-style: preserve-3d;
  outline: none;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
}

body.mc-homepage .mc-home-cinematic-stage.is-dragging {
  cursor: grabbing;
}

body.mc-homepage .mc-home-cinematic-stage.is-dragging .mc-home-cinematic-card {
  transition: none !important;
}

body.mc-homepage .mc-home-cinematic-stage::before,
body.mc-homepage .mc-home-cinematic-stage::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(72px, 11vw, 140px);
  z-index: 8;
  pointer-events: none;
}

body.mc-homepage .mc-home-cinematic-stage::before {
  left: 0;
  background: linear-gradient(90deg, rgba(3, 3, 5, 1), rgba(3, 3, 5, 0));
}

body.mc-homepage .mc-home-cinematic-stage::after {
  right: 0;
  background: linear-gradient(270deg, rgba(3, 3, 5, 1), rgba(3, 3, 5, 0));
}

body.mc-homepage .mc-home-cinematic-card {
  --mc-card-width: min(100%, clamp(320px, 40vw, 500px));
  position: absolute;
  top: 0;
  left: 50%;
  width: var(--mc-card-width);
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform-origin: center center;
  will-change: transform, opacity, filter;
  transition:
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 420ms ease,
    filter 420ms ease,
    box-shadow 420ms ease;
}

body.mc-homepage .mc-home-cinematic-card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

body.mc-homepage .mc-home-cinematic-card-frame {
  position: relative;
  isolation: isolate;
  display: grid;
  height: 100%;
  grid-template-rows: minmax(210px, 42%) auto;
  border-radius: clamp(28px, 3vw, 36px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background:
    linear-gradient(180deg, rgba(16, 16, 20, 0.98), rgba(8, 8, 10, 0.98)),
    rgba(8, 8, 10, 0.98);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
}

body.mc-homepage .mc-home-cinematic-card-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: var(--mc-card-fade-strength, 0.22);
  background:
    radial-gradient(140% 90% at 50% 0%, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0) 56%),
    linear-gradient(180deg, rgba(4, 4, 6, 0.04) 0%, rgba(4, 4, 6, 0.0) 34%, rgba(4, 4, 6, 0.18) 58%, rgba(4, 4, 6, 0.42) 100%);
  transition: opacity 420ms ease;
}

body.mc-homepage .mc-home-cinematic-media,
body.mc-homepage .mc-home-cinematic-body {
  position: relative;
  z-index: 1;
}

body.mc-homepage .mc-home-cinematic-media {
  min-height: 0;
  background: rgba(255, 255, 255, 0.02);
}

body.mc-homepage .mc-home-cinematic-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(6, 6, 8, 0.02) 0%, rgba(6, 6, 8, 0.0) 46%, rgba(6, 6, 8, 0.60) 100%);
}

body.mc-homepage .mc-home-cinematic-media img,
body.mc-homepage .mc-home-cinematic-media picture,
body.mc-homepage .mc-home-cinematic-media video {
  display: block;
  width: 100%;
  height: 100%;
}

body.mc-homepage .mc-home-cinematic-media img {
  object-fit: cover;
}

body.mc-homepage .mc-home-cinematic-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: clamp(16px, 1.8vw, 22px);
}

body.mc-homepage .mc-home-cinematic-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

body.mc-homepage .mc-home-cinematic-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(var(--accent-rgb), 0.14);
  border: 1px solid rgba(var(--accent-rgb), 0.28);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.mc-homepage .mc-home-cinematic-date {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
}

body.mc-homepage .mc-home-cinematic-body h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.34rem, 2.4vw, 1.92rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

body.mc-homepage .mc-home-cinematic-body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.92rem, 0.96vw, 0.98rem);
  line-height: 1.5;
}

body.mc-homepage .mc-home-cinematic-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

body.mc-homepage .mc-home-cinematic-stats li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.84rem;
  font-weight: 600;
}

body.mc-homepage .mc-home-cinematic-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: #ffffff;
  font-weight: 700;
}

body.mc-homepage .mc-home-cinematic-card.is-active,
body.mc-homepage .mc-home-cinematic-card.is-prev,
body.mc-homepage .mc-home-cinematic-card.is-next {
  visibility: visible;
}

body.mc-homepage .mc-home-cinematic-card.is-active {
  --mc-card-fade-strength: 0.16;
  z-index: 5;
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(calc(-50% + var(--mc-showcase-drag-x)), 0, 0) scale(1) rotateY(0deg);
}

body.mc-homepage .mc-home-cinematic-card.is-prev,
body.mc-homepage .mc-home-cinematic-card.is-next {
  --mc-card-fade-strength: 0.40;
  z-index: 4;
  opacity: 0.76;
  pointer-events: auto;
  width: min(268px, 28vw);
  height: calc(100% - 78px);
  filter: saturate(0.76) brightness(0.82);
}

body.mc-homepage .mc-home-cinematic-card.is-prev {
  transform: translate3d(calc(-50% - min(31vw, 330px) + (var(--mc-showcase-drag-x) * 0.24)), 30px, -180px) scale(0.72) rotateY(28deg) rotateZ(1.2deg);
}

body.mc-homepage .mc-home-cinematic-card.is-next {
  transform: translate3d(calc(-50% + min(31vw, 330px) + (var(--mc-showcase-drag-x) * 0.24)), 30px, -180px) scale(0.72) rotateY(-28deg) rotateZ(-1.2deg);
}

body.mc-homepage .mc-home-cinematic-card.is-hidden {
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(calc(-50% + (var(--mc-showcase-drag-x) * 0.12)), 54px, -280px) scale(0.58);
}

body.mc-homepage .mc-home-cinematic-card.is-prev .mc-home-cinematic-body,
body.mc-homepage .mc-home-cinematic-card.is-next .mc-home-cinematic-body {
  gap: 8px;
  padding: 14px;
}

body.mc-homepage .mc-home-cinematic-card.is-prev .mc-home-cinematic-body h3,
body.mc-homepage .mc-home-cinematic-card.is-next .mc-home-cinematic-body h3 {
  font-size: 0.96rem;
  line-height: 1.16;
}

body.mc-homepage .mc-home-cinematic-card.is-prev .mc-home-cinematic-body p,
body.mc-homepage .mc-home-cinematic-card.is-next .mc-home-cinematic-body p,
body.mc-homepage .mc-home-cinematic-card.is-prev .mc-home-cinematic-stats,
body.mc-homepage .mc-home-cinematic-card.is-next .mc-home-cinematic-stats,
body.mc-homepage .mc-home-cinematic-card.is-prev .mc-home-cinematic-cta,
body.mc-homepage .mc-home-cinematic-card.is-next .mc-home-cinematic-cta {
  display: none;
}

body.mc-homepage .mc-home-cinematic-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: clamp(12px, 1.8vw, 18px);
}

body.mc-homepage .mc-home-cinematic-dots {
  position: relative;
  z-index: 26;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

body.mc-homepage .mc-home-cinematic-dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  cursor: pointer;
  transition:
    width var(--duration-fast) var(--ease-out),
    background var(--duration-fast) var(--ease-out),
    opacity var(--duration-fast) var(--ease-out),
    transform var(--duration-fast) var(--ease-out);
}

body.mc-homepage .mc-home-cinematic-dot:hover,
body.mc-homepage .mc-home-cinematic-dot:focus-visible {
  background: rgba(255, 255, 255, 0.54);
  transform: scale(1.05);
}

body.mc-homepage .mc-home-cinematic-dot.is-active {
  width: 28px;
  background: rgba(var(--accent-rgb), 0.96);
}

body.mc-homepage .mc-home-cinematic-archive .btn {
  position: relative;
  z-index: 26;
}

@media (max-width: 1100px) {
  body.mc-homepage .mc-home-cinematic-stage {
    min-height: clamp(520px, 70vw, 700px);
  }

  body.mc-homepage .mc-home-cinematic-card.is-prev,
  body.mc-homepage .mc-home-cinematic-card.is-next {
    width: min(230px, 27vw);
  }

  body.mc-homepage .mc-home-cinematic-card.is-prev {
    transform: translate3d(calc(-50% - min(28vw, 270px) + (var(--mc-showcase-drag-x) * 0.22)), 34px, -150px) scale(0.68) rotateY(24deg) rotateZ(1deg);
  }

  body.mc-homepage .mc-home-cinematic-card.is-next {
    transform: translate3d(calc(-50% + min(28vw, 270px) + (var(--mc-showcase-drag-x) * 0.22)), 34px, -150px) scale(0.68) rotateY(-24deg) rotateZ(-1deg);
  }
}

@media (max-width: 980px) {
  body.mc-homepage .mc-home-cinematic-topbar {
    flex-wrap: wrap;
  }

  body.mc-homepage .mc-home-cinematic-tabs {
    order: 3;
    width: 100%;
  }

  body.mc-homepage .mc-home-cinematic-stage {
    min-height: clamp(560px, 86vw, 760px);
  }

  body.mc-homepage .mc-home-cinematic-stage::before,
  body.mc-homepage .mc-home-cinematic-stage::after {
    width: 56px;
  }

  body.mc-homepage .mc-home-cinematic-card.is-prev,
  body.mc-homepage .mc-home-cinematic-card.is-next {
    width: min(210px, 30vw);
    height: calc(100% - 92px);
  }

  body.mc-homepage .mc-home-cinematic-card.is-prev {
    transform: translate3d(calc(-50% - min(28vw, 230px) + (var(--mc-showcase-drag-x) * 0.2)), 52px, -150px) scale(0.64) rotateY(24deg) rotateZ(1deg);
  }

  body.mc-homepage .mc-home-cinematic-card.is-next {
    transform: translate3d(calc(-50% + min(28vw, 230px) + (var(--mc-showcase-drag-x) * 0.2)), 52px, -150px) scale(0.64) rotateY(-24deg) rotateZ(-1deg);
  }
}

@media (max-width: 760px) {
  body.mc-homepage .mc-home-showcase-shell {
    padding: 20px 16px 22px;
    border-radius: 26px;
  }

  body.mc-homepage .mc-home-cinematic-tab {
    min-height: 46px;
    padding: 0 14px;
    font-size: 0.92rem;
  }

  body.mc-homepage .mc-home-cinematic-nav {
    width: 46px;
    height: 46px;
  }

  body.mc-homepage .mc-home-cinematic-hint {
    font-size: 0.86rem;
  }

  body.mc-homepage .mc-home-cinematic-stage {
    height: auto;
    min-height: 0;
    perspective: none;
    cursor: default;
  }

  body.mc-homepage .mc-home-cinematic-stage::before,
  body.mc-homepage .mc-home-cinematic-stage::after {
    display: none;
  }

  body.mc-homepage .mc-home-cinematic-card {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    display: none;
    transform: none !important;
  }

  body.mc-homepage .mc-home-cinematic-card.is-active {
    display: block;
  }

  body.mc-homepage .mc-home-cinematic-card.is-prev,
  body.mc-homepage .mc-home-cinematic-card.is-next,
  body.mc-homepage .mc-home-cinematic-card.is-hidden {
    display: none;
  }

  body.mc-homepage .mc-home-cinematic-card-frame {
    grid-template-rows: auto 1fr;
  }

  body.mc-homepage .mc-home-cinematic-media {
    aspect-ratio: 16 / 10;
  }

  body.mc-homepage .mc-home-cinematic-body {
    padding: 18px 18px 20px;
    gap: 10px;
  }

  body.mc-homepage .mc-home-cinematic-body h3 {
    font-size: 1.18rem;
    line-height: 1.14;
  }

  body.mc-homepage .mc-home-cinematic-body p {
    font-size: 0.95rem;
    line-height: 1.55;
  }
}


@media (max-height: 940px) and (min-width: 761px) {
  body.mc-homepage .mc-home-showcase-head h2 {
    font-size: clamp(1.9rem, 3vw, 2.4rem);
  }

  body.mc-homepage .mc-home-showcase-head .section-desc {
    font-size: 0.98rem;
  }

  body.mc-homepage .mc-home-cinematic-hint {
    margin-bottom: 10px;
    font-size: 0.9rem;
  }

  body.mc-homepage .mc-home-cinematic-panel-copy {
    margin-bottom: 12px;
  }

  body.mc-homepage .mc-home-cinematic-panel-copy p {
    font-size: 0.96rem;
  }

  body.mc-homepage .mc-home-cinematic-stage {
    min-height: clamp(450px, 48vw, 600px);
  }

  body.mc-homepage .mc-home-cinematic-card {
    --mc-card-width: min(100%, clamp(310px, 37vw, 460px));
  }

  body.mc-homepage .mc-home-cinematic-card-frame {
    grid-template-rows: minmax(185px, 40%) auto;
  }

  body.mc-homepage .mc-home-cinematic-body {
    gap: 8px;
    padding: 14px 16px 16px;
  }

  body.mc-homepage .mc-home-cinematic-body h3 {
    font-size: clamp(1.08rem, 1.6vw, 1.48rem);
  }

  body.mc-homepage .mc-home-cinematic-body p {
    font-size: 0.91rem;
    line-height: 1.45;
  }

  body.mc-homepage .mc-home-cinematic-stats li {
    min-height: 32px;
    font-size: 0.8rem;
  }

  body.mc-homepage .mc-home-cinematic-card.is-prev,
  body.mc-homepage .mc-home-cinematic-card.is-next {
    width: min(220px, 24vw);
    height: calc(100% - 64px);
  }

  body.mc-homepage .mc-home-cinematic-card.is-prev {
    transform: translate3d(calc(-50% - min(25vw, 240px) + (var(--mc-showcase-drag-x) * 0.2)), 24px, -130px) scale(0.66) rotateY(22deg);
  }

  body.mc-homepage .mc-home-cinematic-card.is-next {
    transform: translate3d(calc(-50% + min(25vw, 240px) + (var(--mc-showcase-drag-x) * 0.2)), 24px, -130px) scale(0.66) rotateY(-22deg);
  }
}

@media (max-height: 780px) and (min-width: 761px) {
  body.mc-homepage .mc-home-cinematic-hint {
    display: none;
  }

  body.mc-homepage .mc-home-cinematic-panel-copy {
    margin-bottom: 8px;
  }

  body.mc-homepage .mc-home-cinematic-panel-copy p {
    font-size: 0.92rem;
    line-height: 1.4;
  }

  body.mc-homepage .mc-home-cinematic-stage {
    min-height: clamp(410px, 44vw, 540px);
  }

  body.mc-homepage .mc-home-cinematic-card {
    --mc-card-width: min(100%, clamp(290px, 34vw, 430px));
  }

  body.mc-homepage .mc-home-cinematic-card-frame {
    grid-template-rows: minmax(165px, 38%) auto;
  }

  body.mc-homepage .mc-home-cinematic-body {
    gap: 7px;
    padding: 12px 14px 14px;
  }

  body.mc-homepage .mc-home-cinematic-body h3 {
    font-size: clamp(1rem, 1.4vw, 1.32rem);
  }

  body.mc-homepage .mc-home-cinematic-body p {
    font-size: 0.88rem;
    line-height: 1.38;
  }

  body.mc-homepage .mc-home-cinematic-stats {
    gap: 6px;
  }

  body.mc-homepage .mc-home-cinematic-stats li {
    min-height: 30px;
    padding: 0 10px;
    font-size: 0.77rem;
  }

  body.mc-homepage .mc-home-cinematic-footer {
    margin-top: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.mc-homepage .mc-home-cinematic-nav,
  body.mc-homepage .mc-home-cinematic-tab,
  body.mc-homepage .mc-home-cinematic-card,
  body.mc-homepage .mc-home-cinematic-dot {
    transition: none !important;
  }
}


/* Light theme support */
html[data-theme="light"] body.mc-homepage .mc-home-showcase-shell {
  border-color: rgba(0, 0, 0, 0.08);
  background:
    radial-gradient(circle at top center, rgba(var(--accent-rgb), 0.16) 0%, rgba(var(--accent-rgb), 0.05) 24%, transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 245, 242, 0.98));
  box-shadow:
    0 28px 72px rgba(14, 18, 28, 0.10),
    0 10px 28px rgba(14, 18, 28, 0.05);
}

html[data-theme="light"] body.mc-homepage .mc-home-showcase-shell::before {
  background: linear-gradient(90deg, rgba(var(--accent-rgb), 0), rgba(var(--accent-rgb), 0.72), rgba(var(--accent-rgb), 0));
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-nav {
  border-color: rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.84);
  color: var(--text-primary);
  box-shadow: 0 8px 18px rgba(12, 16, 24, 0.06);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-nav:hover,
html[data-theme="light"] body.mc-homepage .mc-home-cinematic-nav:focus-visible {
  border-color: rgba(var(--accent-rgb), 0.34);
  background: rgba(var(--accent-rgb), 0.12);
  box-shadow: 0 16px 28px rgba(var(--accent-rgb), 0.12);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-tab {
  border-color: rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.72);
  color: var(--text-secondary);
  box-shadow: 0 8px 18px rgba(12, 16, 24, 0.04);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-tab:hover,
html[data-theme="light"] body.mc-homepage .mc-home-cinematic-tab:focus-visible {
  border-color: rgba(var(--accent-rgb), 0.22);
  background: rgba(var(--accent-rgb), 0.10);
  color: var(--text-primary);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-tab.is-active {
  border-color: rgba(var(--accent-rgb), 0.26);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 245, 242, 0.96));
  color: var(--text-primary);
  box-shadow:
    0 14px 26px rgba(var(--accent-rgb), 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-hint,
html[data-theme="light"] body.mc-homepage .mc-home-cinematic-panel-copy p {
  color: rgba(26, 26, 26, 0.68);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-kicker {
  color: rgba(26, 26, 26, 0.82);
  background: rgba(var(--accent-rgb), 0.10);
  border-color: rgba(var(--accent-rgb), 0.24);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-stage::before {
  background: linear-gradient(90deg, rgba(253, 252, 250, 1), rgba(253, 252, 250, 0));
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-stage::after {
  background: linear-gradient(270deg, rgba(253, 252, 250, 1), rgba(253, 252, 250, 0));
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-card-frame {
  border-color: rgba(0, 0, 0, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(249, 246, 240, 0.98)),
    rgba(255, 255, 255, 0.98);
  box-shadow:
    0 24px 60px rgba(14, 18, 28, 0.12),
    0 8px 22px rgba(14, 18, 28, 0.06);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-card-frame::before {
  background:
    radial-gradient(140% 90% at 50% 0%, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0) 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 44%, rgba(232, 224, 204, 0.18) 64%, rgba(226, 219, 201, 0.34) 100%);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-media {
  background: rgba(0, 0, 0, 0.02);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-media::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 48%, rgba(230, 223, 206, 0.46) 100%);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-chip {
  color: var(--text-primary);
  background: rgba(var(--accent-rgb), 0.16);
  border-color: rgba(var(--accent-rgb), 0.24);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-date {
  color: rgba(26, 26, 26, 0.56);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-body h3,
html[data-theme="light"] body.mc-homepage .mc-home-cinematic-cta {
  color: var(--text-primary);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-body p {
  color: var(--text-secondary);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-stats li {
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.07);
  color: var(--text-secondary);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-card.is-prev,
html[data-theme="light"] body.mc-homepage .mc-home-cinematic-card.is-next {
  opacity: 0.72;
  filter: saturate(0.88) brightness(0.95);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-dot {
  background: rgba(0, 0, 0, 0.18);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-dot:hover,
html[data-theme="light"] body.mc-homepage .mc-home-cinematic-dot:focus-visible {
  background: rgba(0, 0, 0, 0.34);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-dot.is-active {
  background: rgba(var(--accent-rgb), 0.96);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-archive .btn.btn-outline {
  border-color: rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.78);
  color: var(--text-primary);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-archive .btn.btn-outline:hover,
html[data-theme="light"] body.mc-homepage .mc-home-cinematic-archive .btn.btn-outline:focus-visible {
  border-color: rgba(var(--accent-rgb), 0.24);
  background: rgba(var(--accent-rgb), 0.12);
}

@media (max-width: 760px) {
  html[data-theme="light"] body.mc-homepage .mc-home-showcase-shell {
    box-shadow:
      0 18px 38px rgba(14, 18, 28, 0.08),
      0 6px 18px rgba(14, 18, 28, 0.04);
  }

  html[data-theme="light"] body.mc-homepage .mc-home-cinematic-card-frame {
    box-shadow:
      0 18px 36px rgba(14, 18, 28, 0.10),
      0 6px 18px rgba(14, 18, 28, 0.05);
  }
}


/* v7 polish: centered leadership tag + interview hover previews */
body.mc-homepage .leadership-card > .card-tag {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body.mc-homepage .mc-home-cinematic-card[data-video-id] .mc-home-cinematic-media {
  overflow: hidden;
}

body.mc-homepage .mc-home-cinematic-media > picture,
body.mc-homepage .mc-home-cinematic-media > img,
body.mc-homepage .mc-home-cinematic-media > video {
  position: relative;
  z-index: 0;
}

body.mc-homepage .mc-home-cinematic-preview-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

body.mc-homepage .mc-home-cinematic-preview-layer iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

body.mc-homepage .mc-home-cinematic-card.mc-yt-previewing .mc-home-cinematic-preview-layer {
  opacity: 1;
}

body.mc-homepage .mc-home-cinematic-card.mc-yt-previewing .mc-home-cinematic-media > img,
body.mc-homepage .mc-home-cinematic-card.mc-yt-previewing .mc-home-cinematic-media > picture,
body.mc-homepage .mc-home-cinematic-card.mc-yt-previewing .mc-home-cinematic-media > picture img,
body.mc-homepage .mc-home-cinematic-card.mc-yt-previewing .mc-home-cinematic-media > video {
  opacity: 0.18;
  transform: scale(1.03);
}

body.mc-homepage .mc-home-cinematic-card[data-video-id] .mc-home-cinematic-media > img,
body.mc-homepage .mc-home-cinematic-card[data-video-id] .mc-home-cinematic-media > picture,
body.mc-homepage .mc-home-cinematic-card[data-video-id] .mc-home-cinematic-media > picture img,
body.mc-homepage .mc-home-cinematic-card[data-video-id] .mc-home-cinematic-media > video {
  transition: opacity 220ms ease, transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
}


/* v10 polish: center showcase CTA buttons and match primary gold button styling */
body.mc-homepage .mc-home-cinematic-body {
  align-items: stretch;
}

body.mc-homepage .mc-home-cinematic-cta {
  align-self: center;
  justify-content: center;
  margin-top: auto;
  margin-inline: auto;
  min-width: clamp(160px, 16vw, 208px);
  max-width: 100%;
  padding: 0.82rem 1.35rem;
  border-radius: var(--radius-md, 14px);
  border: 1px solid transparent;
  background: var(--gradient-gold);
  color: var(--on-accent, #1A1A1A);
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  box-shadow:
    0 14px 28px rgba(var(--accent-rgb), 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transition:
    transform var(--duration-fast, 160ms) var(--ease-out, ease),
    box-shadow var(--duration-fast, 160ms) var(--ease-out, ease),
    filter var(--duration-fast, 160ms) var(--ease-out, ease);
}

body.mc-homepage .mc-home-cinematic-cta span[aria-hidden="true"] {
  display: inline-block;
  line-height: 1;
}

body.mc-homepage .mc-home-cinematic-card-link:hover .mc-home-cinematic-cta,
body.mc-homepage .mc-home-cinematic-card-link:focus-visible .mc-home-cinematic-cta {
  transform: translateY(-2px);
  box-shadow:
    0 18px 32px rgba(var(--accent-rgb), 0.28),
    0 0 0 1px rgba(var(--accent-rgb), 0.08);
  filter: saturate(1.02) brightness(1.01);
}

body.mc-homepage .mc-home-cinematic-card-link:active .mc-home-cinematic-cta {
  transform: translateY(0);
  filter: saturate(0.98) brightness(0.99);
}

html[data-theme="light"] body.mc-homepage .mc-home-cinematic-cta {
  color: var(--on-accent, #1A1A1A);
  box-shadow:
    0 12px 24px rgba(var(--accent-rgb), 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

@media (max-width: 760px) {
  body.mc-homepage .mc-home-cinematic-cta {
    min-width: 0;
    width: min(100%, 220px);
    padding: 0.78rem 1rem;
    font-size: 0.93rem;
  }
}

/* MC stable UI finish v6: make showcase card CTAs visible like site buttons */
body.mc-homepage .mc-home-cinematic-cta.btn {
  align-self: flex-start;
  margin-top: auto;
  min-height: 40px;
  padding-inline: 16px;
  border-radius: 999px;
  color: #101014;
  background: linear-gradient(135deg, #ffffff, rgba(var(--accent-rgb), .88));
  border-color: rgba(255, 255, 255, .74);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .30);
  text-decoration: none;
}

body.mc-homepage .mc-home-cinematic-card-link:hover .mc-home-cinematic-cta.btn,
body.mc-homepage .mc-home-cinematic-card-link:focus-visible .mc-home-cinematic-cta.btn {
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .38);
}

body.mc-homepage .mc-home-cinematic-body p {
  min-height: 3.1em;
}

body.mc-homepage .mc-home-cinematic-panel-copy p {
  max-width: 760px;
  margin-inline: auto;
}

/* MC UI v8: desktop-only showcase width fix; leaves mobile showcase layout alone */
@media (min-width: 981px) {
  body.mc-homepage #home-highlights.mc-home-panels-grid,
  body.mc-homepage #home-highlights.home-panels {
    display: block !important;
    width: min(1380px, calc(100vw - 48px)) !important;
    max-width: min(1380px, calc(100vw - 48px)) !important;
    margin-inline: auto !important;
  }

  body.mc-homepage #home-highlights > .mc-home-showcase,
  body.mc-homepage .mc-home-panels-grid > .mc-home-showcase,
  body.mc-homepage .home-panels > .mc-home-showcase {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-inline: auto !important;
  }

  body.mc-homepage .mc-home-showcase,
  body.mc-homepage .mc-home-showcase-shell {
    width: 100% !important;
    max-width: none !important;
    margin-inline: auto !important;
  }

  body.mc-homepage .mc-home-showcase-shell {
    padding-inline: clamp(22px, 3vw, 42px) !important;
  }

  body.mc-homepage .mc-home-cinematic-topbar {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: clamp(10px, 1.4vw, 18px) !important;
    width: 100% !important;
  }

  body.mc-homepage .mc-home-cinematic-tabs {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    max-width: min(980px, calc(100% - 132px)) !important;
  }

  body.mc-homepage .mc-home-cinematic-tab {
    width: auto !important;
    min-width: max-content !important;
    white-space: nowrap !important;
  }

  body.mc-homepage .mc-home-cinematic-stage {
    width: min(1180px, 100%) !important;
    max-width: 100% !important;
    margin-inline: auto !important;
  }

  body.mc-homepage .mc-home-cinematic-card {
    --mc-card-width: min(560px, 44vw) !important;
  }

  body.mc-homepage .mc-home-cinematic-card.is-active {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  body.mc-homepage .mc-home-cinematic-card.is-prev,
  body.mc-homepage .mc-home-cinematic-card.is-next {
    width: min(310px, 25vw) !important;
    opacity: 0.72 !important;
    visibility: visible !important;
  }

  body.mc-homepage .mc-home-cinematic-card-frame,
  body.mc-homepage .mc-home-cinematic-body {
    min-width: 0 !important;
  }

  body.mc-homepage .mc-home-cinematic-body p {
    min-height: 3.1em !important;
  }

  body.mc-homepage .mc-home-cinematic-cta.btn,
  body.mc-homepage .mc-home-cinematic-archive .btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    padding-inline: 18px !important;
    border-radius: 999px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
  }

  body.mc-homepage .mc-home-cinematic-cta.btn {
    margin-top: auto !important;
    background: linear-gradient(135deg, #fff8df, rgba(var(--accent-rgb), 0.86)) !important;
    color: #111 !important;
    border: 1px solid rgba(255, 255, 255, 0.72) !important;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.32) !important;
  }
}

/* MC UI v9: center the showcase eyebrow/title area */
body.mc-homepage .mc-home-showcase-head,
body.mc-homepage .mc-home-showcase .section-head {
  text-align: center !important;
  justify-items: center !important;
  align-items: center !important;
  margin-inline: auto !important;
}

body.mc-homepage .mc-home-showcase-head .card-tag,
body.mc-homepage .mc-home-showcase .section-head .card-tag {
  display: inline-flex !important;
  width: fit-content !important;
  max-width: max-content !important;
  margin-inline: auto !important;
  justify-self: center !important;
  text-align: center !important;
}

body.mc-homepage .mc-home-showcase-head h1,
body.mc-homepage .mc-home-showcase-head h2,
body.mc-homepage .mc-home-showcase-head p,
body.mc-homepage .mc-home-showcase .section-head h1,
body.mc-homepage .mc-home-showcase .section-head h2,
body.mc-homepage .mc-home-showcase .section-head p {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}


/* Header social proof cards: clickable profiles + IdeaUsher-style horizontal stat rail */
body.mc-homepage .hero .kpis {
  display: flex;
  gap: clamp(12px, 1.3vw, 18px);
  margin-top: 24px;
  padding: 2px 2px 12px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: rgba(var(--accent-rgb), .65) rgba(255,255,255,.08);
}

body.mc-homepage .hero .kpis::-webkit-scrollbar {
  height: 8px;
}

body.mc-homepage .hero .kpis::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(255,255,255,.08);
}

body.mc-homepage .hero .kpis::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(var(--accent-rgb), .72);
}

body.mc-homepage .hero .kpi-social {
  position: relative;
  display: flex;
  flex: 0 0 clamp(178px, 13vw, 224px);
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  min-height: 142px;
  padding: 18px 18px 20px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(circle at top right, rgba(var(--accent-rgb), .16), transparent 44%),
    linear-gradient(180deg, rgba(255,255,255,.050), rgba(255,255,255,.018));
  box-shadow: 0 18px 54px rgba(0,0,0,.24);
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  scroll-snap-align: start;
  transition:
    transform var(--duration-fast, .18s) var(--ease-out, ease),
    border-color var(--duration-fast, .18s) var(--ease-out, ease),
    background var(--duration-fast, .18s) var(--ease-out, ease),
    box-shadow var(--duration-fast, .18s) var(--ease-out, ease);
}

body.mc-homepage .hero a.kpi-social:hover,
body.mc-homepage .hero a.kpi-social:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(var(--accent-rgb), .42);
  background:
    radial-gradient(circle at top right, rgba(var(--accent-rgb), .24), transparent 46%),
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.024));
  box-shadow: 0 26px 70px rgba(0,0,0,.32);
  outline: none;
}

body.mc-homepage .hero .kpi-social::after {
  content: "";
  position: absolute;
  inset: auto 18px 0 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(var(--accent-rgb), 0), rgba(var(--accent-rgb), .82), rgba(var(--accent-rgb), 0));
}

body.mc-homepage .hero .kpi-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

body.mc-homepage .hero .kpi-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.98);
  flex: 0 0 42px;
}

body.mc-homepage .hero .kpi-icon svg {
  width: 22px;
  height: 22px;
}

body.mc-homepage .hero .kpi-social .kpi-lbl {
  margin: 0;
  color: rgba(255,255,255,.84);
  font-weight: 800;
  font-size: .9rem;
  line-height: 1.14;
  letter-spacing: -.01em;
}

body.mc-homepage .hero .kpi-social .kpi-num {
  margin: 0;
  color: #fff;
  font-weight: 900;
  font-size: clamp(1.85rem, 3vw, 2.65rem);
  line-height: .95;
  letter-spacing: -.05em;
}

body.mc-homepage .hero .kpi-youtube .kpi-icon { color: #ff3d3d; }
body.mc-homepage .hero .kpi-facebook .kpi-icon { color: #7db5ff; }
body.mc-homepage .hero .kpi-instagram .kpi-icon { color: #ff9ccd; }
body.mc-homepage .hero .kpi-linkedin .kpi-icon { color: #9ed0ff; }
body.mc-homepage .hero .kpi-tiktok .kpi-icon { color: #d5ffff; }
body.mc-homepage .hero .kpi-x .kpi-icon { color: #ffffff; }
body.mc-homepage .hero .kpi-microphone .kpi-icon { color: rgba(var(--accent-rgb), .98); }
body.mc-homepage .hero .kpi-camera .kpi-icon { color: #ffd88a; }

@media (max-width: 640px) {
  body.mc-homepage .hero .kpis {
    gap: 12px;
    margin-top: 20px;
    padding-bottom: 10px;
  }

  body.mc-homepage .hero .kpi-social {
    flex-basis: min(76vw, 230px);
    min-height: 124px;
    padding: 16px;
    border-radius: 20px;
  }

  body.mc-homepage .hero .kpi-social .kpi-num {
    font-size: 2rem;
  }
}

/* Force Explore Music Coast above the showcase title */
body.mc-homepage .mc-home-showcase-head,
body.mc-homepage .section-head.mc-home-showcase-head,
body.mc-homepage .mc-home-showcase .section-head.mc-home-showcase-head {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  gap: 10px !important;
}

body.mc-homepage .mc-home-showcase-head .card-tag,
body.mc-homepage .section-head.mc-home-showcase-head .card-tag,
body.mc-homepage .mc-home-showcase .section-head.mc-home-showcase-head .card-tag {
  display: inline-flex !important;
  align-self: center !important;
  width: fit-content !important;
  max-width: max-content !important;
  margin: 0 0 2px !important;
  text-align: center !important;
}

body.mc-homepage .mc-home-showcase-head h2,
body.mc-homepage .section-head.mc-home-showcase-head h2,
body.mc-homepage .mc-home-showcase-head .section-desc,
body.mc-homepage .section-head.mc-home-showcase-head .section-desc {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}



/* Homepage social proof marquee above jump navigation */
body.mc-homepage .home-social-proof-wrap {
  margin-top: clamp(22px, 3vw, 38px);
  margin-bottom: clamp(14px, 2vw, 22px);
}

body.mc-homepage .home-social-proof {
  position: relative;
  overflow: hidden;
  border-radius: clamp(22px, 2.6vw, 34px);
  border: 1px solid rgba(255,255,255,.09);
  background:
    radial-gradient(circle at 15% 0%, rgba(var(--accent-rgb), .16), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
  box-shadow: 0 24px 70px rgba(0,0,0,.26);
  padding: clamp(16px, 2.2vw, 24px) 0;
}

body.mc-homepage .home-social-proof::before,
body.mc-homepage .home-social-proof::after {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  width: min(120px, 18vw);
  pointer-events: none;
}

body.mc-homepage .home-social-proof::before {
  left: 0;
  background: linear-gradient(90deg, rgba(3,3,5,.98), rgba(3,3,5,0));
}

body.mc-homepage .home-social-proof::after {
  right: 0;
  background: linear-gradient(270deg, rgba(3,3,5,.98), rgba(3,3,5,0));
}

body.mc-homepage .home-social-proof-title {
  position: relative;
  z-index: 5;
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
  padding-inline: clamp(16px, 3vw, 32px);
  margin-bottom: 14px;
}

body.mc-homepage .home-social-proof-title .card-tag {
  margin-inline: auto;
}

body.mc-homepage .home-social-proof-title p {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: .98rem;
  line-height: 1.55;
}

body.mc-homepage .home-social-proof-rail {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
}

body.mc-homepage .home-social-proof-track {
  display: flex;
  width: max-content;
  gap: 0;
  will-change: transform;
  animation: mcHomeSocialProofLtr 46s linear infinite;
}

body.mc-homepage .home-social-proof:hover .home-social-proof-track,
body.mc-homepage .home-social-proof:focus-within .home-social-proof-track {
  animation-play-state: paused;
}

body.mc-homepage .home-social-kpis {
  display: flex;
  flex: 0 0 auto;
  gap: clamp(12px, 1.35vw, 18px);
  padding: 2px clamp(6px, 1vw, 12px) 6px;
}

body.mc-homepage .home-social-proof .kpi-social {
  position: relative;
  display: flex;
  flex: 0 0 clamp(190px, 14vw, 244px);
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  min-height: 144px;
  padding: 18px 18px 20px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(circle at top right, rgba(var(--accent-rgb), .16), transparent 44%),
    linear-gradient(180deg, rgba(255,255,255,.050), rgba(255,255,255,.018));
  box-shadow: 0 18px 54px rgba(0,0,0,.24);
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  transition:
    transform var(--duration-fast, .18s) var(--ease-out, ease),
    border-color var(--duration-fast, .18s) var(--ease-out, ease),
    background var(--duration-fast, .18s) var(--ease-out, ease),
    box-shadow var(--duration-fast, .18s) var(--ease-out, ease);
}

body.mc-homepage .home-social-proof a.kpi-social:hover,
body.mc-homepage .home-social-proof a.kpi-social:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(var(--accent-rgb), .42);
  background:
    radial-gradient(circle at top right, rgba(var(--accent-rgb), .24), transparent 46%),
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.024));
  box-shadow: 0 26px 70px rgba(0,0,0,.32);
  outline: none;
}

body.mc-homepage .home-social-proof .kpi-social::after {
  content: "";
  position: absolute;
  inset: auto 18px 0 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(var(--accent-rgb), 0), rgba(var(--accent-rgb), .82), rgba(var(--accent-rgb), 0));
}

body.mc-homepage .home-social-proof .kpi-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

body.mc-homepage .home-social-proof .kpi-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.98);
  flex: 0 0 42px;
}

body.mc-homepage .home-social-proof .kpi-icon svg {
  width: 22px;
  height: 22px;
}

body.mc-homepage .home-social-proof .kpi-lbl {
  margin: 0;
  color: rgba(255,255,255,.84);
  font-weight: 800;
  font-size: .9rem;
  line-height: 1.14;
  letter-spacing: -.01em;
}

body.mc-homepage .home-social-proof .kpi-num {
  margin: 0;
  color: #fff;
  font-weight: 900;
  font-size: clamp(1.85rem, 3vw, 2.65rem);
  line-height: .95;
  letter-spacing: -.05em;
}

body.mc-homepage .home-social-proof .kpi-youtube .kpi-icon { color: #ff3d3d; }
body.mc-homepage .home-social-proof .kpi-facebook .kpi-icon { color: #7db5ff; }
body.mc-homepage .home-social-proof .kpi-instagram .kpi-icon { color: #ff9ccd; }
body.mc-homepage .home-social-proof .kpi-linkedin .kpi-icon { color: #9ed0ff; }
body.mc-homepage .home-social-proof .kpi-tiktok .kpi-icon { color: #d5ffff; }
body.mc-homepage .home-social-proof .kpi-x .kpi-icon { color: #ffffff; }
body.mc-homepage .home-social-proof .kpi-microphone .kpi-icon { color: rgba(var(--accent-rgb), .98); }
body.mc-homepage .home-social-proof .kpi-camera .kpi-icon { color: #ffd88a; }

@keyframes mcHomeSocialProofLtr {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.mc-homepage .home-social-proof-track {
    animation: none;
    transform: none;
  }

  body.mc-homepage .home-social-proof-rail {
    overflow-x: auto;
    scrollbar-width: thin;
  }
}

@media (max-width: 760px) {
  body.mc-homepage .home-social-proof-wrap {
    margin-top: 20px;
  }

  body.mc-homepage .home-social-proof {
    border-radius: 24px;
    padding-block: 14px;
  }

  body.mc-homepage .home-social-proof::before,
  body.mc-homepage .home-social-proof::after {
    width: 48px;
  }

  body.mc-homepage .home-social-proof-title {
    margin-bottom: 10px;
  }

  body.mc-homepage .home-social-proof-title p {
    font-size: .92rem;
  }

  body.mc-homepage .home-social-proof-track {
    animation-duration: 54s;
  }

  body.mc-homepage .home-social-proof .kpi-social {
    flex-basis: min(74vw, 230px);
    min-height: 124px;
    padding: 16px;
    border-radius: 20px;
  }

  body.mc-homepage .home-social-proof .kpi-num {
    font-size: 2rem;
  }
}



/* Social proof v6: clean endless queue */
body.mc-homepage .home-social-proof-wrap.wrap {
  width: min(1480px, calc(100vw - 40px)) !important;
  max-width: min(1480px, calc(100vw - 40px)) !important;
  margin-top: clamp(24px, 3vw, 40px) !important;
  margin-bottom: clamp(16px, 2.2vw, 26px) !important;
}

body.mc-homepage .home-social-proof {
  position: relative !important;
  overflow: hidden !important;
  min-height: 0 !important;
  padding: clamp(20px, 2.1vw, 30px) 0 clamp(18px, 2vw, 28px) !important;
  border-radius: clamp(24px, 2.4vw, 34px) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  background:
    radial-gradient(circle at 16% 0%, rgba(var(--accent-rgb), .16), transparent 36%),
    linear-gradient(90deg, rgba(var(--accent-rgb), .08), transparent 24%, transparent 76%, rgba(var(--accent-rgb), .05)),
    linear-gradient(180deg, rgba(255,255,255,.040), rgba(255,255,255,.014)) !important;
  box-shadow: 0 26px 82px rgba(0,0,0,.30) !important;
}

body.mc-homepage .home-social-proof-title {
  position: relative !important;
  z-index: 6 !important;
  display: grid !important;
  justify-items: center !important;
  gap: 10px !important;
  text-align: center !important;
  padding-inline: clamp(18px, 3vw, 36px) !important;
  margin-bottom: clamp(16px, 1.8vw, 22px) !important;
}

body.mc-homepage .home-social-proof-title .card-tag {
  margin-inline: auto !important;
}

body.mc-homepage .home-social-proof-title p {
  max-width: 760px !important;
  margin: 0 auto !important;
  color: rgba(255,255,255,.78) !important;
  font-size: clamp(.94rem, .9vw, 1.02rem) !important;
  line-height: 1.55 !important;
}

body.mc-homepage .home-social-proof-rail {
  position: relative !important;
  z-index: 2 !important;
  width: min(1260px, calc(100% - 42px)) !important;
  margin-inline: auto !important;
  overflow: hidden !important;
  border-radius: clamp(18px, 1.8vw, 26px) !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}

body.mc-homepage .home-social-proof::before,
body.mc-homepage .home-social-proof::after {
  content: "" !important;
  position: absolute !important;
  z-index: 4 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: min(120px, 12vw) !important;
  pointer-events: none !important;
}

body.mc-homepage .home-social-proof::before {
  left: 0 !important;
  background: linear-gradient(90deg, rgba(3,3,5,.97), rgba(3,3,5,0)) !important;
}

body.mc-homepage .home-social-proof::after {
  right: 0 !important;
  background: linear-gradient(270deg, rgba(3,3,5,.97), rgba(3,3,5,0)) !important;
}

body.mc-homepage .home-social-proof-track {
  display: flex !important;
  width: max-content !important;
  gap: 0 !important;
  transform: translateX(-50%) !important;
  animation: mcHomeSocialProofQueueLtr 42s linear infinite !important;
  will-change: transform !important;
}

body.mc-homepage .home-social-proof:hover .home-social-proof-track,
body.mc-homepage .home-social-proof:focus-within .home-social-proof-track {
  animation-play-state: paused !important;
}

body.mc-homepage .home-social-kpis {
  display: flex !important;
  flex: 0 0 auto !important;
  gap: clamp(10px, .85vw, 14px) !important;
  width: auto !important;
  padding: 2px clamp(5px, .55vw, 8px) 7px !important;
}

body.mc-homepage .home-social-proof .kpi-social {
  position: relative !important;
  display: flex !important;
  flex: 0 0 clamp(148px, 9.2vw, 172px) !important;
  min-width: clamp(148px, 9.2vw, 172px) !important;
  min-height: 116px !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  gap: 11px !important;
  padding: clamp(13px, .9vw, 16px) !important;
  border-radius: clamp(17px, 1.2vw, 22px) !important;
  border: 1px solid rgba(255,255,255,.105) !important;
  background:
    radial-gradient(circle at top right, rgba(var(--accent-rgb), .18), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,.060), rgba(255,255,255,.020)) !important;
  box-shadow: 0 16px 44px rgba(0,0,0,.24) !important;
  color: inherit !important;
  text-decoration: none !important;
  overflow: hidden !important;
}

body.mc-homepage .home-social-proof a.kpi-social:hover,
body.mc-homepage .home-social-proof a.kpi-social:focus-visible {
  transform: translateY(-2px) !important;
  border-color: rgba(var(--accent-rgb), .44) !important;
  background:
    radial-gradient(circle at top right, rgba(var(--accent-rgb), .26), transparent 44%),
    linear-gradient(180deg, rgba(255,255,255,.080), rgba(255,255,255,.025)) !important;
  outline: none !important;
}

body.mc-homepage .home-social-proof .kpi-social::after {
  content: "" !important;
  position: absolute !important;
  inset: auto 16px 0 16px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, rgba(var(--accent-rgb), 0), rgba(var(--accent-rgb), .82), rgba(var(--accent-rgb), 0)) !important;
}

body.mc-homepage .home-social-proof .kpi-head {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 0 !important;
}

body.mc-homepage .home-social-proof .kpi-icon {
  width: 34px !important;
  height: 34px !important;
  flex: 0 0 34px !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,.065) !important;
  border: 1px solid rgba(255,255,255,.13) !important;
}

body.mc-homepage .home-social-proof .kpi-icon svg {
  width: 18px !important;
  height: 18px !important;
}

body.mc-homepage .home-social-proof .kpi-lbl {
  min-width: 0 !important;
  color: rgba(255,255,255,.86) !important;
  font-size: clamp(.72rem, .72vw, .84rem) !important;
  line-height: 1.08 !important;
  font-weight: 850 !important;
  letter-spacing: -.01em !important;
  white-space: normal !important;
}

body.mc-homepage .home-social-proof .kpi-num {
  color: #f6d753 !important;
  font-size: clamp(1.48rem, 1.55vw, 2.05rem) !important;
  line-height: .94 !important;
  font-weight: 950 !important;
  letter-spacing: -.05em !important;
  text-shadow: 0 10px 30px rgba(246, 215, 83, .18) !important;
}

@keyframes mcHomeSocialProofQueueLtr {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.mc-homepage .home-social-proof-track {
    animation: none !important;
    transform: none !important;
  }

  body.mc-homepage .home-social-proof-rail {
    overflow-x: auto !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }
}

@media (max-width: 900px) {
  body.mc-homepage .home-social-proof-wrap.wrap {
    width: min(100%, calc(100vw - 28px)) !important;
    max-width: min(100%, calc(100vw - 28px)) !important;
  }

  body.mc-homepage .home-social-proof-rail {
    width: calc(100% - 24px) !important;
  }

  body.mc-homepage .home-social-proof .kpi-social {
    flex-basis: min(64vw, 210px) !important;
    min-width: min(64vw, 210px) !important;
    min-height: 122px !important;
  }

  body.mc-homepage .home-social-proof-track {
    animation-duration: 54s !important;
  }
}

@media (max-width: 520px) {
  body.mc-homepage .home-social-proof {
    border-radius: 24px !important;
    padding-block: 16px !important;
  }

  body.mc-homepage .home-social-proof-title {
    padding-inline: 16px !important;
  }

  body.mc-homepage .home-social-proof-title p {
    font-size: .92rem !important;
  }

  body.mc-homepage .home-social-proof::before,
  body.mc-homepage .home-social-proof::after {
    width: 44px !important;
  }

  body.mc-homepage .home-social-proof .kpi-social {
    flex-basis: min(76vw, 226px) !important;
    min-width: min(76vw, 226px) !important;
  }
}

/* Social proof v7: one-line left-to-right endless marquee */
body.mc-homepage .home-social-proof-wrap.wrap {
  width: min(1360px, calc(100vw - 32px)) !important;
  max-width: min(1360px, calc(100vw - 32px)) !important;
}

body.mc-homepage .home-social-proof {
  min-height: 0 !important;
  padding: clamp(22px, 2.2vw, 32px) 0 clamp(20px, 2.1vw, 30px) !important;
}

body.mc-homepage .home-social-proof-rail[data-mc-kpi-marquee-ltr] {
  position: relative !important;
  z-index: 7 !important;
  display: block !important;
  width: min(1180px, calc(100% - 44px)) !important;
  max-width: calc(100% - 44px) !important;
  margin-inline: auto !important;
  overflow: hidden !important;
  border-radius: 26px !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%) !important;
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%) !important;
}

body.mc-homepage .home-social-proof-rail[data-mc-kpi-marquee-ltr] .home-social-proof-track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: 0 !important;
  width: max-content !important;
  min-width: max-content !important;
  animation: mcHomeSocialProofMarqueeLtrV7 34s linear infinite !important;
  will-change: transform !important;
}

body.mc-homepage .home-social-proof:hover .home-social-proof-rail[data-mc-kpi-marquee-ltr] .home-social-proof-track,
body.mc-homepage .home-social-proof:focus-within .home-social-proof-rail[data-mc-kpi-marquee-ltr] .home-social-proof-track {
  animation-play-state: paused !important;
}

body.mc-homepage .home-social-proof-rail[data-mc-kpi-marquee-ltr] .home-social-kpis {
  display: flex !important;
  flex: 0 0 auto !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  grid-template-columns: none !important;
  gap: clamp(12px, 1vw, 16px) !important;
  width: max-content !important;
  min-width: max-content !important;
  max-width: none !important;
  padding: 2px clamp(6px, .8vw, 10px) 7px !important;
  overflow: visible !important;
  white-space: nowrap !important;
}

body.mc-homepage .home-social-proof-rail[data-mc-kpi-marquee-ltr] .kpi-social {
  display: flex !important;
  flex: 0 0 172px !important;
  width: 172px !important;
  min-width: 172px !important;
  max-width: 172px !important;
  min-height: 118px !important;
  padding: 15px 15px 17px !important;
  border-radius: 22px !important;
}

body.mc-homepage .home-social-proof-rail[data-mc-kpi-marquee-ltr] .kpi-head {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 0 !important;
  white-space: nowrap !important;
}

body.mc-homepage .home-social-proof-rail[data-mc-kpi-marquee-ltr] .kpi-lbl {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  font-size: .78rem !important;
  line-height: 1.05 !important;
}

body.mc-homepage .home-social-proof-rail[data-mc-kpi-marquee-ltr] .kpi-microphone .kpi-lbl,
body.mc-homepage .home-social-proof-rail[data-mc-kpi-marquee-ltr] .kpi-camera .kpi-lbl {
  white-space: normal !important;
  line-height: 1.02 !important;
}

body.mc-homepage .home-social-proof-rail[data-mc-kpi-marquee-ltr] .kpi-icon {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  flex: 0 0 34px !important;
}

body.mc-homepage .home-social-proof-rail[data-mc-kpi-marquee-ltr] .kpi-num {
  font-size: clamp(1.62rem, 1.75vw, 2.05rem) !important;
}

@keyframes mcHomeSocialProofMarqueeLtrV7 {
  from {
    transform: translateX(-33.333333%);
  }
  to {
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.mc-homepage .home-social-proof-rail[data-mc-kpi-marquee-ltr] {
    overflow-x: auto !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }

  body.mc-homepage .home-social-proof-rail[data-mc-kpi-marquee-ltr] .home-social-proof-track {
    animation: none !important;
    transform: none !important;
  }
}

@media (max-width: 980px) {
  body.mc-homepage .home-social-proof-rail[data-mc-kpi-marquee-ltr] {
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
  }

  body.mc-homepage .home-social-proof-rail[data-mc-kpi-marquee-ltr] .home-social-proof-track {
    animation-duration: 42s !important;
  }

  body.mc-homepage .home-social-proof-rail[data-mc-kpi-marquee-ltr] .kpi-social {
    flex-basis: 168px !important;
    width: 168px !important;
    min-width: 168px !important;
  }
}

@media (max-width: 560px) {
  body.mc-homepage .home-social-proof-rail[data-mc-kpi-marquee-ltr] {
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
  }

  body.mc-homepage .home-social-proof-rail[data-mc-kpi-marquee-ltr] .home-social-proof-track {
    animation-duration: 48s !important;
  }

  body.mc-homepage .home-social-proof-rail[data-mc-kpi-marquee-ltr] .kpi-social {
    flex-basis: 165px !important;
    width: 165px !important;
    min-width: 165px !important;
    min-height: 112px !important;
  }
}



/* Social proof v8: fixes marquee motion.
   The v7 CSS pinned transform with !important, which prevented the keyframe from moving the track. */
body.mc-homepage .home-social-proof-rail[data-mc-kpi-marquee-ltr] .home-social-proof-track {
  animation-name: mcHomeSocialProofMarqueeLtrV8 !important;
  animation-duration: 34s !important;
  animation-timing-function: linear !important;
  animation-iteration-count: infinite !important;
  animation-fill-mode: both !important;
  will-change: transform !important;
}

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

@media (max-width: 980px) {
  body.mc-homepage .home-social-proof-rail[data-mc-kpi-marquee-ltr] .home-social-proof-track {
    animation-duration: 42s !important;
  }
}

@media (max-width: 560px) {
  body.mc-homepage .home-social-proof-rail[data-mc-kpi-marquee-ltr] .home-social-proof-track {
    animation-duration: 48s !important;
  }
}


/* Social proof v9: JS-driven endless marquee fallback/fix.
   Keeps one row, disables conflicting CSS keyframes, and moves the queue left-to-right. */
body.mc-homepage .home-social-proof-rail[data-mc-kpi-marquee-ltr].is-js-marquee-ready {
  overflow: hidden !important;
}

body.mc-homepage .home-social-proof-rail[data-mc-kpi-marquee-ltr].is-js-marquee-ready .home-social-proof-track.is-js-marquee {
  animation: none !important;
  transform: translate3d(var(--mc-marquee-x, -33.333333%), 0, 0) !important;
  transition: none !important;
  will-change: transform !important;
}

body.mc-homepage .home-social-proof-rail[data-mc-kpi-marquee-ltr].is-js-marquee-ready .home-social-proof-track.is-js-marquee,
body.mc-homepage .home-social-proof-rail[data-mc-kpi-marquee-ltr].is-js-marquee-ready .home-social-kpis {
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
}

body.mc-homepage .home-social-proof-rail[data-mc-kpi-marquee-ltr].is-js-marquee-ready .kpi-social {
  flex-shrink: 0 !important;
}

@media (prefers-reduced-motion: reduce) {
  body.mc-homepage .home-social-proof-rail[data-mc-kpi-marquee-ltr].is-js-marquee-ready .home-social-proof-track.is-js-marquee {
    animation: none !important;
  }
}


/* Social proof v10: cross-browser working marquee.
   JS controls transform; CSS fallback still moves if JS is blocked. */
body.mc-homepage .home-social-proof-rail[data-mc-kpi-marquee-ltr] {
  overflow: hidden !important;
}

body.mc-homepage .home-social-proof-rail[data-mc-kpi-marquee-ltr] .home-social-proof-track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  width: max-content !important;
  min-width: max-content !important;
  gap: 0 !important;
  animation: mcHomeSocialProofMarqueeLtrV10 30s linear infinite !important;
  animation-play-state: running !important;
  transform: translate3d(-33.333333%, 0, 0);
  will-change: transform !important;
}

body.mc-homepage .home-social-proof-rail[data-mc-kpi-marquee-ltr] .home-social-kpis {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  flex: 0 0 auto !important;
  width: max-content !important;
  min-width: max-content !important;
  max-width: none !important;
  white-space: nowrap !important;
}

body.mc-homepage .home-social-proof-rail[data-mc-kpi-marquee-ltr] .kpi-social {
  flex: 0 0 172px !important;
  width: 172px !important;
  min-width: 172px !important;
  max-width: 172px !important;
}

body.mc-homepage .home-social-proof:hover .home-social-proof-rail[data-mc-kpi-marquee-ltr] .home-social-proof-track,
body.mc-homepage .home-social-proof:focus-within .home-social-proof-rail[data-mc-kpi-marquee-ltr] .home-social-proof-track {
  animation-play-state: running !important;
}

body.mc-homepage .home-social-proof-rail[data-mc-kpi-marquee-ltr].is-js-marquee-ready .home-social-proof-track.is-js-marquee {
  animation: none !important;
  transition: none !important;
  transform: translate3d(var(--mc-marquee-x, -33.333333%), 0, 0) !important;
}

@keyframes mcHomeSocialProofMarqueeLtrV10 {
  0% {
    transform: translate3d(-33.333333%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 760px) {
  body.mc-homepage .home-social-proof-rail[data-mc-kpi-marquee-ltr] .kpi-social {
    flex-basis: 158px !important;
    width: 158px !important;
    min-width: 158px !important;
    max-width: 158px !important;
  }
}


/* QA v11: light-mode social proof readability + dark-mode jump hover */
html[data-theme="light"] body.mc-homepage .home-social-proof {
  border-color: rgba(17, 17, 17, .12) !important;
  background:
    radial-gradient(circle at 14% 0%, rgba(var(--accent-rgb), .16), transparent 35%),
    linear-gradient(90deg, rgba(250, 245, 226, .94), rgba(255,255,255,.98) 24%, rgba(255,255,255,.98) 76%, rgba(250, 245, 226, .92)) !important;
  box-shadow:
    0 28px 70px rgba(16, 20, 28, .12),
    0 8px 22px rgba(16, 20, 28, .06) !important;
}

html[data-theme="light"] body.mc-homepage .home-social-proof::before {
  background: linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,0)) !important;
}

html[data-theme="light"] body.mc-homepage .home-social-proof::after {
  background: linear-gradient(270deg, rgba(255,255,255,.98), rgba(255,255,255,0)) !important;
}

html[data-theme="light"] body.mc-homepage .home-social-proof-title .card-tag {
  color: #171717 !important;
  background: rgba(var(--accent-rgb), .18) !important;
  border-color: rgba(var(--accent-rgb), .36) !important;
  font-weight: 950 !important;
}

html[data-theme="light"] body.mc-homepage .home-social-proof-title p {
  color: #171717 !important;
  font-weight: 760 !important;
}

html[data-theme="light"] body.mc-homepage .home-social-proof-rail[data-mc-kpi-marquee-ltr] {
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%) !important;
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%) !important;
}

html[data-theme="light"] body.mc-homepage .home-social-proof .kpi-social {
  border-color: rgba(17, 17, 17, .13) !important;
  background:
    radial-gradient(circle at top right, rgba(var(--accent-rgb), .17), transparent 44%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,244,235,.98)) !important;
  color: #111111 !important;
  box-shadow:
    0 18px 40px rgba(16, 20, 28, .10),
    0 6px 16px rgba(16, 20, 28, .05) !important;
}

html[data-theme="light"] body.mc-homepage .home-social-proof a.kpi-social:hover,
html[data-theme="light"] body.mc-homepage .home-social-proof a.kpi-social:focus-visible {
  border-color: rgba(var(--accent-rgb), .52) !important;
  background:
    radial-gradient(circle at top right, rgba(var(--accent-rgb), .23), transparent 44%),
    linear-gradient(180deg, #ffffff, #fff8da) !important;
  box-shadow:
    0 22px 48px rgba(16, 20, 28, .14),
    0 8px 18px rgba(var(--accent-rgb), .12) !important;
}

html[data-theme="light"] body.mc-homepage .home-social-proof .kpi-icon {
  background: rgba(17, 17, 17, .055) !important;
  border-color: rgba(17, 17, 17, .12) !important;
}

html[data-theme="light"] body.mc-homepage .home-social-proof .kpi-lbl {
  color: #111111 !important;
  font-weight: 950 !important;
  text-shadow: none !important;
}

html[data-theme="light"] body.mc-homepage .home-social-proof .kpi-num {
  color: #111111 !important;
  font-weight: 950 !important;
  text-shadow: none !important;
}

html[data-theme="light"] body.mc-homepage .home-social-proof .kpi-social::after {
  background: linear-gradient(90deg, rgba(var(--accent-rgb), 0), rgba(var(--accent-rgb), .88), rgba(var(--accent-rgb), 0)) !important;
}

/* Dark-mode jump buttons: match the gold/yellow back-button feel on hover. */
html:not([data-theme="light"]) body.mc-homepage .home-section-jumps .btn:hover,
html:not([data-theme="light"]) body.mc-homepage .home-section-jumps .btn:focus-visible,
html[data-theme="dark"] body.mc-homepage .home-section-jumps .btn:hover,
html[data-theme="dark"] body.mc-homepage .home-section-jumps .btn:focus-visible {
  color: #111111 !important;
  border-color: rgba(246, 215, 83, .74) !important;
  background:
    radial-gradient(circle at top, rgba(255,255,255,.34), transparent 38%),
    linear-gradient(135deg, #fff2a6 0%, #f6d753 44%, #c89b28 100%) !important;
  box-shadow:
    0 18px 38px rgba(246, 215, 83, .22),
    inset 0 1px 0 rgba(255,255,255,.42) !important;
  text-shadow: none !important;
  transform: translateY(-1px);
  outline: none !important;
}

html:not([data-theme="light"]) body.mc-homepage .home-section-jumps .btn:hover *,
html:not([data-theme="light"]) body.mc-homepage .home-section-jumps .btn:focus-visible *,
html[data-theme="dark"] body.mc-homepage .home-section-jumps .btn:hover *,
html[data-theme="dark"] body.mc-homepage .home-section-jumps .btn:focus-visible * {
  color: #111111 !important;
}
