.pro-max-showcase-collapsed-copy {
  display: none;
  min-height: 148px;
  justify-content: center;
  padding: 26px 330px 26px 38px;
}

.pro-max-showcase-collapsed-copy span,
.pro-max-showcase-collapsed-copy small {
  color: #53534e;
  font-family: "Geist Mono", monospace;
  font-size: 9px;
  font-weight: 680;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pro-max-showcase-collapsed-copy strong {
  max-width: 17ch;
  margin: 7px 0 9px;
  font-size: clamp(34px, 3.6vw, 54px);
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.pro-max-showcase-toggle-wrap {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  width: min(1320px, calc(100% - 48px));
  height: 100%;
  margin-inline: auto;
  pointer-events: none;
}

.pro-max-showcase-learn-more {
  display: none;
}

.pro-max-showcase-toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  width: 214px;
  height: 100%;
  min-height: 70px;
  border: 0;
  border-left: 1px solid #d7d7d2;
  background: #f7f7f3;
  color: #11110f;
  cursor: pointer;
  font-size: 14px;
  font-weight: 740;
  place-items: center;
  pointer-events: auto;
}

.pro-max-showcase-toggle-label {
  display: grid;
  width: 100%;
  align-items: center;
  padding: 0 20px;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) 30px;
}

.pro-max-showcase-toggle i {
  display: grid;
  width: 30px;
  height: 30px;
  border: 1px solid #b9b9b4;
  border-radius: 50%;
  font-size: 17px;
  font-style: normal;
  grid-column: 2;
  grid-row: 1;
  place-items: center;
  transition: transform 180ms ease;
}

.pro-max-showcase-toggle-close { display: none; }

.pro-max-showcase-toggle:hover { background: #11110f; color: #fff; }
.pro-max-showcase-toggle:hover i { border-color: rgba(255, 255, 255, 0.46); }

.pro-max-showcase-toggle:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: -3px;
}

.pro-max-showcase:not(.is-collapsed) .pro-max-showcase-toggle-open { display: none; }
.pro-max-showcase:not(.is-collapsed) .pro-max-showcase-toggle-close { display: inline; }
.pro-max-showcase:not(.is-collapsed) .pro-max-showcase-toggle i { transform: rotate(180deg); }

.pro-max-showcase.is-collapsed {
  padding: clamp(28px, 4vw, 52px) 0 clamp(48px, 6vw, 76px);
}

.pro-max-showcase.is-collapsed .pro-max-showcase-tabs,
.pro-max-showcase.is-collapsed [data-pro-max-showcase-tour] { display: none; }

.pro-max-showcase.is-collapsed .pro-max-showcase-collapsed-copy {
  display: flex;
  flex-direction: column;
  padding-right: 600px;
}

.pro-max-showcase.is-collapsed .pro-max-showcase-nav {
  position: relative;
  top: auto;
  width: min(1320px, calc(100% - 48px));
  margin-inline: auto;
  min-height: 148px;
  overflow: hidden;
  border: 2px solid #11110f;
  border-radius: 24px;
  background:
    radial-gradient(circle at 72% -40%, rgba(185, 157, 255, 0.52), transparent 42%),
    linear-gradient(125deg, var(--cream) 0 48%, #f4f0ff 100%);
  box-shadow: 0 22px 52px rgba(17, 17, 15, 0.14);
  backdrop-filter: none;
}

.pro-max-showcase.is-collapsed .pro-max-showcase-toggle-wrap {
  left: auto;
  display: grid;
  width: 560px;
  grid-template-columns: 1fr 1fr;
}

.pro-max-showcase.is-collapsed .pro-max-showcase-toggle {
  position: relative;
  width: 100%;
  border-left: 2px solid #11110f;
  background: #7653df;
  color: #fff;
  font-size: 17px;
  transition: background-color 180ms ease, color 180ms ease;
}

.pro-max-showcase.is-collapsed .pro-max-showcase-toggle i {
  border-color: rgba(255, 255, 255, 0.64);
}

.pro-max-showcase.is-collapsed .pro-max-showcase-toggle:hover {
  background: #11110f;
}

.pro-max-showcase.is-collapsed .pro-max-showcase-learn-more {
  display: grid;
  min-width: 0;
  align-items: center;
  padding: 0 24px;
  border-left: 2px solid #11110f;
  background: var(--cream);
  color: #11110f;
  font-size: 17px;
  font-weight: 740;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) 30px;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease;
  pointer-events: auto;
}

.pro-max-showcase.is-collapsed .pro-max-showcase-learn-more i {
  display: grid;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(17, 17, 15, 0.34);
  border-radius: 50%;
  font-size: 17px;
  font-style: normal;
  place-items: center;
}

.pro-max-showcase.is-collapsed .pro-max-showcase-learn-more:hover {
  background: var(--coral);
}

.pro-max-showcase.is-collapsed .pro-max-showcase-learn-more:focus-visible {
  outline: 3px solid #11110f;
  outline-offset: -5px;
}

.pro-max-showcase.is-collapsed .pro-max-showcase-toggle-label {
  animation: pro-max-showcase-cta-bounce 1800ms cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
}

@keyframes pro-max-showcase-cta-bounce {
  0%, 70%, 100% { transform: translateY(0); }
  82% { transform: translateY(-7px); }
  91% { transform: translateY(2px); }
}

.pro-max-showcase {
  --pro-max-nav-height: 89px;
  --pro-max-card-top: calc(68px + var(--pro-max-nav-height) + 10px);
  padding: 0 0 88px;
  border-top: 1px solid #d7d7d2;
  background: #f7f7f3;
  color: #11110f;
}

.pro-max-showcase[data-showcase-error="true"] [data-pro-max-showcase-nav],
.pro-max-showcase[data-showcase-error="true"] [data-pro-max-showcase-stack] {
  display: none;
}

.pro-max-showcase-intro {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto 40px;
}

.pro-max-showcase-intro h2 {
  max-width: 13ch;
  margin: 0 0 16px;
  font-size: clamp(44px, 6vw, 76px);
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.pro-max-showcase-intro p {
  max-width: 62ch;
  margin: 0;
  color: #454541;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.5;
}

.pro-max-showcase-nav {
  position: sticky;
  z-index: 30;
  top: 68px;
  padding: 0;
  border-block: 1px solid #d7d7d2;
  background: rgba(247, 247, 243, 0.96);
  box-shadow: 0 10px 22px rgba(17, 17, 15, 0.04);
  backdrop-filter: blur(20px) saturate(1.15);
}

.pro-max-showcase-tabs {
  display: flex;
  width: min(1320px, calc(100% - 48px));
  min-height: 43px;
  align-items: center;
  min-width: 0;
  overflow-x: auto;
  padding: 0 220px 0 0;
  margin-inline: auto;
  gap: clamp(18px, 2.25vw, 38px);
  scroll-padding-inline: 24px;
  scrollbar-width: none;
}

.pro-max-showcase-jumps {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  width: min(1320px, calc(100% - 48px));
  height: 100%;
  margin-inline: auto;
  pointer-events: none;
}

.pro-max-showcase-jump {
  position: absolute;
  right: 0;
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 5px 10px;
  background: rgba(247, 247, 243, 0.98);
  border-radius: 9px;
  color: #11110f;
  gap: 7px;
  pointer-events: auto;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.pro-max-showcase-jump--pricing { top: 3px; }
.pro-max-showcase-jump--guarantee { top: 47px; }
.pro-max-showcase-jump span { font-size: 21px; font-weight: 520; line-height: 1; }
.pro-max-showcase-jump strong { font-size: 11px; font-weight: 720; white-space: nowrap; }

.pro-max-showcase-jump:hover,
.pro-max-showcase-jump:focus-visible {
  background: #11110f;
  color: #fff;
  outline: 0;
  transform: translateY(-1px);
}

.pro-max-showcase-jump:focus-visible {
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px #11110f;
}

.pro-max-showcase-tabs::-webkit-scrollbar {
  display: none;
}

.pro-max-showcase-tabs + .pro-max-showcase-tabs {
  min-height: 46px;
  padding-top: 0;
  margin-top: 0;
  border-top: 1px solid #deded9;
}

.pro-max-showcase-tabs button {
  position: relative;
  min-height: 36px;
  flex: 0 0 auto;
  padding: 5px 14px;
  border: 0;
  background: transparent;
  border-radius: 10px;
  color: #656560;
  cursor: pointer;
  font-size: 12px;
  font-weight: 570;
  line-height: 1.2;
  white-space: nowrap;
  transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.pro-max-showcase-category-tabs button {
  min-height: 43px;
  padding: 5px 0;
  background: transparent;
  border-radius: 0;
  color: #575752;
  font-size: 13px;
  font-weight: 610;
}

.pro-max-showcase-category-tabs button::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 3px;
  content: "";
  background: var(--tab-accent, #7653df);
  border-radius: 99px;
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 180ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pro-max-showcase-category-tabs button[aria-pressed="true"] {
  background: transparent;
  box-shadow: none;
  color: #11110f;
  font-weight: 690;
}

.pro-max-showcase-category-tabs button[aria-pressed="true"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.pro-max-showcase-subtab-tabs button::after {
  position: absolute;
  right: 8px;
  bottom: -5px;
  left: 8px;
  height: 3px;
  content: "";
  background: #ff6f61;
  border-radius: 99px 99px 0 0;
  opacity: 0;
  transform: scaleX(0.3);
  transition: opacity 180ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pro-max-showcase-subtab-tabs button[aria-pressed="true"] {
  background: var(--product-tab-fill, #11110f);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22), 0 5px 14px rgba(5, 5, 5, 0.12);
  color: #fff;
  font-weight: 680;
}

.pro-max-showcase-subtab-tabs button[aria-pressed="true"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.pro-max-showcase-tabs[data-scroll-edge="end"] {
  mask-image: linear-gradient(to right, #000 calc(100% - 46px), transparent 100%);
}

.pro-max-showcase-tabs[data-scroll-edge="start"] {
  mask-image: linear-gradient(to right, transparent 0, #000 46px);
}

.pro-max-showcase-tabs[data-scroll-edge="both"] {
  mask-image: linear-gradient(to right, transparent 0, #000 46px, #000 calc(100% - 46px), transparent 100%);
}

@media (hover: hover) and (pointer: fine) {
  .pro-max-showcase-category-tabs button:not([aria-pressed="true"]):hover::after { opacity: 0.45; transform: scaleX(0.72); }
  .pro-max-showcase-subtab-tabs button:not([aria-pressed="true"]):hover { background: #ecece8; color: #11110f; }
}

.pro-max-showcase-status,
.pro-max-showcase-sequence-title {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.pro-max-showcase-stack {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.pro-max-showcase-sequence {
  position: relative;
  min-height: 0;
  padding-top: 10px;
  margin-bottom: 0;
  scroll-margin-top: var(--pro-max-card-top);
}

.pro-max-showcase-card {
  position: relative;
  height: clamp(600px, calc(100vh - var(--pro-max-card-top) - 22px), 760px);
  min-height: 0;
  overflow: hidden;
  padding-top: 0;
  margin-bottom: clamp(72px, 10vh, 116px);
  border-radius: 20px;
  scroll-margin-top: var(--pro-max-card-top);
  z-index: calc(10 + var(--stack-index));
}

.pro-max-showcase-sequence.is-stack-active .pro-max-showcase-card {
  position: sticky;
  top: calc(var(--pro-max-card-top) + (var(--stack-index) * 7px));
}

.pro-max-showcase-sequence .pro-max-showcase-card:last-child {
  margin-bottom: clamp(78px, 10vh, 116px);
}

.pro-max-showcase-card-inner {
  position: relative;
  z-index: 1;
  display: grid;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  border: 2px solid #11110f;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 14px 0 rgba(17, 17, 15, 0.08);
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.88fr);
  transform: scale(var(--card-scale, 1));
  transform-origin: center top;
  transition: filter 90ms linear, transform 90ms linear, box-shadow 220ms ease;
}

.pro-max-showcase-card.is-active .pro-max-showcase-card-inner {
  box-shadow: 0 18px 0 rgba(17, 17, 15, 0.12);
}

.pro-max-showcase-copy {
  display: flex;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  padding: clamp(30px, 4.2vw, 64px);
  flex-direction: column;
  transition: background-color 320ms ease;
}

.pro-max-showcase-card[data-tone="lilac"] .pro-max-showcase-copy { background: var(--lilac); }
.pro-max-showcase-card[data-tone="lime"] .pro-max-showcase-copy { background: var(--lime); }
.pro-max-showcase-card[data-tone="cream"] .pro-max-showcase-copy { background: var(--cream); }
.pro-max-showcase-card[data-tone="peach"] .pro-max-showcase-copy { background: var(--peach); }

.pro-max-showcase-position {
  margin: 0 0 clamp(30px, 5vh, 58px);
  color: #4c4c48;
  font-family: "Geist Mono", monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.4;
}

.pro-max-showcase-product-name {
  margin: 0 0 14px;
  font-size: clamp(23px, 2.2vw, 32px);
  font-weight: 780;
  letter-spacing: -0.045em;
  line-height: 1;
}

.pro-max-showcase-copy h3 {
  max-width: 13ch;
  margin: 0 0 24px;
  font-size: clamp(42px, 4.7vw, 68px);
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.pro-max-showcase-support {
  max-width: 50ch;
  margin: 0;
  color: #373733;
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.52;
}

.pro-max-showcase-payoff {
  display: grid;
  padding-top: 24px;
  margin: auto 0 0;
  border-top: 2px solid #11110f;
  gap: 8px;
}

.pro-max-showcase-payoff strong {
  font-size: 18px;
}

.pro-max-showcase-payoff span {
  max-width: 52ch;
  font-size: clamp(17px, 1.4vw, 20px);
  font-weight: 570;
  line-height: 1.48;
}

.pro-max-visual-proof {
  display: flex;
  min-width: 0;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  padding: clamp(24px, 3vw, 44px);
  border-left: 2px solid #11110f;
  background: #fff;
  flex-direction: column;
  justify-content: center;
}

.pro-max-proof-source {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.pro-max-showcase-card[data-tone="lilac"] { --pmv-accent: #7653df; --pmv-soft: #eee9ff; }
.pro-max-showcase-card[data-tone="lime"] { --pmv-accent: #4d7a14; --pmv-soft: #edf6d6; }
.pro-max-showcase-card[data-tone="cream"] { --pmv-accent: #9b6f16; --pmv-soft: #fbf3da; }
.pro-max-showcase-card[data-tone="peach"] { --pmv-accent: #b34b31; --pmv-soft: #fae3d9; }

.pmv {
  --pmv-line: rgba(17, 17, 15, 0.14);
  display: grid;
  width: 100%;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid #11110f;
  background: #fafaf7;
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(17, 17, 15, 0.11);
  color: #11110f;
  grid-template-rows: auto 1fr auto;
}

.pmv *, .pmv *::before, .pmv *::after { box-sizing: border-box; }
.pmv :is(h4, p, small, strong) { margin: 0; }

.pmv__chrome {
  display: grid;
  min-height: 46px;
  align-items: center;
  padding: 0 16px;
  border-bottom: 1px solid var(--pmv-line);
  background: rgba(255, 255, 255, 0.92);
  gap: 10px;
  grid-template-columns: auto 1fr auto;
}

.pmv__lights { display: flex; gap: 5px; }
.pmv__lights i { width: 7px; height: 7px; border-radius: 50%; }
.pmv__lights i:nth-child(1) { background: #ff6f61; }
.pmv__lights i:nth-child(2) { background: var(--lilac); }
.pmv__lights i:nth-child(3) { background: var(--lime); }
.pmv__chrome strong { overflow: hidden; font-family: "Geist Mono", monospace; font-size: 10px; letter-spacing: 0.04em; text-overflow: ellipsis; white-space: nowrap; }
.pmv__chrome em { padding: 5px 7px; background: #11110f; color: #fff; border-radius: 99px; font-size: 8px; font-style: normal; font-weight: 760; letter-spacing: 0.06em; }

.pmv__canvas {
  display: flex;
  min-height: 0;
  padding: clamp(18px, 2.2vw, 30px);
  background:
    radial-gradient(circle at 86% 10%, var(--pmv-soft) 0, transparent 36%),
    #f8f8f5;
  flex-direction: column;
  gap: 22px;
}

.pmv__heading small {
  color: var(--pmv-accent);
  font-family: "Geist Mono", monospace;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.08em;
}

.pmv__heading h4 {
  max-width: 23ch;
  margin-top: 6px;
  font-size: clamp(23px, 2.2vw, 34px);
  letter-spacing: -0.045em;
  line-height: 1;
}

.pmv__footer {
  display: flex;
  min-height: 54px;
  align-items: center;
  padding: 12px 16px;
  border-top: 1px solid var(--pmv-line);
  background: #fff;
  gap: 9px;
}
.pmv__footer i { width: 10px; height: 10px; flex: 0 0 auto; background: var(--pmv-accent); border-radius: 50%; }
.pmv__footer strong { font-size: 11px; line-height: 1.35; }

.pmv__flow {
  display: grid;
  min-height: 230px;
  align-items: center;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.pmv__flow > div { display: grid; min-width: 0; align-items: center; gap: 10px; grid-template-columns: minmax(0, 1fr) auto; }
.pmv__flow > div:nth-child(3n) b { display: none; }
.pmv__flow span { display: grid; width: 100%; min-height: 76px; place-items: center; padding: 12px; border: 1px solid #11110f; background: #fff; border-radius: 13px; box-shadow: 5px 5px 0 var(--pmv-soft); font-size: 12px; font-weight: 760; text-align: center; }
.pmv__flow b { color: var(--pmv-accent); font-size: 20px; }

.pmv__rows { display: grid; gap: 8px; }
.pmv__rows > div { display: grid; min-height: 54px; align-items: center; padding: 9px 12px; border: 1px solid var(--pmv-line); background: #fff; border-radius: 11px; gap: 10px; grid-template-columns: 28px 1fr auto; }
.pmv__rows > div > i { display: grid; width: 27px; height: 27px; background: var(--pmv-soft); color: var(--pmv-accent); border-radius: 8px; font-size: 9px; font-style: normal; font-weight: 760; place-items: center; }
.pmv__rows span { display: grid; gap: 2px; }
.pmv__rows strong { font-size: 12px; line-height: 1.25; }
.pmv__rows small { color: #6b6b65; font-size: 10px; line-height: 1.3; }
.pmv__rows > div > b { color: var(--pmv-accent); }

.pmv__gallery { display: grid; min-height: 230px; align-content: center; gap: 9px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pmv__gallery article { position: relative; display: grid; min-height: 72px; align-items: center; padding: 12px 38px 12px 12px; border: 1px solid var(--pmv-line); background: #fff; border-radius: 12px; gap: 5px; grid-template-columns: auto 1fr; }
.pmv__gallery article > span { color: var(--pmv-accent); font-family: "Geist Mono", monospace; font-size: 9px; }
.pmv__gallery article > strong { font-size: 11px; line-height: 1.3; }
.pmv__gallery article > i { position: absolute; top: 12px; right: 12px; display: grid; width: 20px; height: 20px; background: var(--pmv-soft); color: var(--pmv-accent); border-radius: 50%; font-size: 10px; font-style: normal; place-items: center; }

.pmv__timeline { position: relative; display: grid; padding-left: 20px; gap: 9px; }
.pmv__timeline::before { position: absolute; top: 18px; bottom: 18px; left: 28px; width: 2px; content: ""; background: var(--pmv-accent); opacity: 0.35; }
.pmv__timeline > div { position: relative; display: grid; min-height: 54px; align-items: center; padding: 9px 12px 9px 38px; border: 1px solid var(--pmv-line); background: #fff; border-radius: 11px; }
.pmv__timeline > div > i { position: absolute; z-index: 1; left: -1px; width: 18px; height: 18px; border: 4px solid #fff; background: var(--pmv-accent); border-radius: 50%; box-shadow: 0 0 0 1px var(--pmv-accent); }
.pmv__timeline span { display: grid; gap: 2px; }
.pmv__timeline strong { font-size: 12px; }
.pmv__timeline small { color: #686861; font-size: 10px; }

.pmv__scores { display: grid; align-content: center; gap: 10px; grid-template-columns: repeat(3, 1fr); }
.pmv__scores > div { display: grid; min-height: 104px; place-items: center; padding: 12px 8px; border: 1px solid var(--pmv-line); background: #fff; border-radius: 14px; text-align: center; }
.pmv__scores strong { display: grid; width: 58px; height: 58px; place-items: center; border: 6px solid #09b95f; background: #eafff2; border-radius: 50%; color: #078e49; font-size: 17px; letter-spacing: -0.04em; }
.pmv__scores span { margin-top: 7px; font-size: 9px; font-weight: 700; }

.pmv__compare { position: relative; display: grid; min-height: 230px; align-items: stretch; gap: 12px; grid-template-columns: repeat(2, 1fr); }
.pmv__compare article { display: flex; min-width: 0; padding: 18px; border: 1px solid var(--pmv-line); background: #fff; border-radius: 14px; flex-direction: column; }
.pmv__compare article.is-after { border-color: var(--pmv-accent); box-shadow: inset 0 0 0 2px var(--pmv-soft); }
.pmv__compare small { color: var(--pmv-accent); font-family: "Geist Mono", monospace; font-size: 9px; font-weight: 760; }
.pmv__compare article > strong { margin-top: 9px; font-size: 15px; line-height: 1.18; }
.pmv__mock-lines { display: grid; margin-top: auto; gap: 7px; }
.pmv__mock-lines i { display: block; height: 8px; background: #e5e5e0; border-radius: 99px; }
.pmv__mock-lines i:nth-child(2) { width: 82%; }
.pmv__mock-lines i:nth-child(3) { width: 58%; background: var(--pmv-soft); }
.pmv__compare-arrow { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 34px; height: 34px; place-items: center; background: #11110f; color: #fff; border-radius: 50%; font-size: 15px; transform: translate(-50%, -50%); }

.pmv__devices { display: flex; min-height: 240px; align-items: flex-end; justify-content: center; gap: 10px; }
.pmv__phone { position: relative; width: 31%; max-width: 128px; min-height: 210px; padding: 10px 8px; border: 2px solid #11110f; background: #fff; border-radius: 22px; box-shadow: 7px 8px 0 var(--pmv-soft); }
.pmv__phone > i { display: block; width: 34%; height: 5px; margin: 0 auto 15px; background: #11110f; border-radius: 99px; }
.pmv__phone > div { display: grid; gap: 8px; }
.pmv__phone small { color: var(--pmv-accent); font-size: 9px; font-weight: 760; }
.pmv__phone strong { font-size: 11px; line-height: 1.2; }
.pmv__phone span { display: block; height: 76px; background: linear-gradient(150deg, var(--pmv-soft), #fff); border-radius: 9px; }
.pmv__phone button { min-height: 29px; border: 0; background: #11110f; color: #fff; border-radius: 99px; font-size: 8px; font-weight: 700; }
.pmv__phone--2 { min-height: 230px; }
.pmv__phone--3 { min-height: 245px; }

.pmv__transcript { display: grid; padding: 14px; border: 1px solid var(--pmv-line); background: #fff; border-radius: 14px; gap: 10px; }
.pmv__transcript label { display: flex; min-height: 40px; align-items: center; padding: 0 12px; border: 1px solid #bbb; background: #fafafa; border-radius: 9px; gap: 8px; font-size: 10px; }
.pmv__transcript label span { color: var(--pmv-accent); font-size: 17px; }
.pmv__transcript > div { display: grid; gap: 7px; }
.pmv__transcript p { display: grid; padding: 9px 10px; border-left: 3px solid transparent; background: #f5f5f2; gap: 4px; font-size: 10px; line-height: 1.35; }
.pmv__transcript p.is-match { border-left-color: var(--pmv-accent); background: var(--pmv-soft); }
.pmv__transcript p b { color: var(--pmv-accent); font-family: "Geist Mono", monospace; font-size: 8px; }
.pmv__transcript button { justify-self: start; min-height: 34px; padding: 0 12px; border: 0; background: #11110f; color: #fff; border-radius: 99px; font-size: 9px; font-weight: 700; }

.pmv__terminal { min-height: 230px; overflow: hidden; padding: 16px; background: #17151c; color: #f8f7fa; border-radius: 14px; box-shadow: 0 16px 26px rgba(17, 17, 15, 0.16); }
.pmv__terminal > div { display: flex; padding-bottom: 11px; margin-bottom: 10px; border-bottom: 1px solid rgba(255, 255, 255, 0.13); justify-content: space-between; }
.pmv__terminal > div span { font-family: "Geist Mono", monospace; font-size: 10px; font-weight: 760; }
.pmv__terminal > div i { color: #77dc9b; font-size: 8px; font-style: normal; }
.pmv__terminal p { display: grid; min-height: 38px; align-items: center; padding: 7px 10px; margin-top: 7px; background: rgba(255, 255, 255, 0.06); border-radius: 8px; gap: 8px; grid-template-columns: 14px 1fr; font-family: "Geist Mono", monospace; font-size: 9px; line-height: 1.35; }
.pmv__terminal p b { color: #75d998; }
.pmv__terminal p.is-command { background: rgba(197, 176, 244, 0.16); color: #eadfff; }

.pmv__live { display: grid; min-height: 240px; overflow: hidden; border: 1px solid var(--pmv-line); background: #fff; border-radius: 14px; grid-template-columns: 1.25fr 0.75fr; }
.pmv__live > section { padding: 12px; background: #1a1820; }
.pmv__video { position: relative; display: grid; height: 100%; min-height: 210px; place-items: center; overflow: hidden; background: linear-gradient(135deg, #32294c, #121116); border-radius: 10px; }
.pmv__video > span { position: absolute; top: 10px; left: 10px; padding: 5px 7px; background: #ef5348; color: #fff; border-radius: 5px; font-size: 8px; font-weight: 800; }
.pmv__video > b { display: grid; width: 52px; height: 52px; place-items: center; background: #fff; border-radius: 50%; color: #11110f; font-size: 15px; }
.pmv__video > small { position: absolute; right: 10px; bottom: 10px; left: 10px; color: #fff; font-size: 9px; }
.pmv__live aside { display: grid; align-content: center; padding: 12px; gap: 8px; }
.pmv__live aside p { display: grid; align-items: center; padding: 8px; background: var(--pmv-soft); border-radius: 8px; gap: 7px; grid-template-columns: 22px 1fr; }
.pmv__live aside i { display: grid; width: 22px; height: 22px; place-items: center; background: var(--pmv-accent); color: #fff; border-radius: 50%; font-size: 8px; font-style: normal; }
.pmv__live aside span { font-size: 9px; font-weight: 650; line-height: 1.25; }

.pmv__profile { display: grid; min-height: 240px; overflow: hidden; border: 1px solid var(--pmv-line); background: var(--pmv-soft); border-radius: 14px; grid-template-columns: 0.8fr 1.2fr; }
.pmv__profile > img { width: 100%; height: 100%; min-height: 240px; object-fit: cover; object-position: center 18%; }
.pmv__profile > div { display: flex; padding: 18px; flex-direction: column; justify-content: center; }
.pmv__profile > div > small { color: var(--pmv-accent); font-family: "Geist Mono", monospace; font-size: 9px; font-weight: 760; }
.pmv__profile-tags { display: flex; flex-wrap: wrap; margin-top: 14px; gap: 7px; }
.pmv__profile-tags span { padding: 8px 10px; border: 1px solid #11110f; background: #fff; border-radius: 99px; font-size: 9px; font-weight: 700; }
.pmv__messages { display: grid; margin-top: 12px; gap: 7px; }
.pmv__messages p { padding: 9px 10px; background: #fff; border-radius: 10px 10px 10px 2px; font-size: 9px; line-height: 1.35; }
.pmv__messages p.is-mike { margin-left: 18px; background: #dff5e5; border-radius: 10px 10px 2px; }

.pmv__search { display: grid; padding: 14px; border: 1px solid var(--pmv-line); background: #fff; border-radius: 14px; gap: 12px; }
.pmv__search > label { display: flex; min-height: 46px; align-items: center; padding: 0 14px; border: 2px solid #11110f; border-radius: 10px; gap: 8px; font-size: 11px; font-weight: 650; }
.pmv__search > label span { color: var(--pmv-accent); font-size: 18px; }
.pmv__search > div { display: grid; gap: 8px; }
.pmv__search article { display: grid; align-items: center; padding: 10px; border: 1px solid var(--pmv-line); border-radius: 10px; gap: 9px; grid-template-columns: 34px 1fr auto; }
.pmv__search article > i { display: grid; width: 34px; height: 34px; place-items: center; background: var(--pmv-soft); color: var(--pmv-accent); border-radius: 9px; font-size: 8px; font-style: normal; font-weight: 800; }
.pmv__search article > span { display: grid; gap: 2px; }
.pmv__search article strong { font-size: 10px; }
.pmv__search article small { color: #71716b; font-size: 8px; }
.pmv__search article > b { color: var(--pmv-accent); font-size: 8px; }

.pmv__checkout { display: grid; min-height: 240px; align-items: center; gap: 12px; grid-template-columns: 1.15fr 0.85fr; }
.pmv__checkout > section { display: flex; min-height: 220px; padding: 18px; border: 2px solid #11110f; background: #fff; border-radius: 14px; flex-direction: column; }
.pmv__checkout section > small { color: var(--pmv-accent); font-family: "Geist Mono", monospace; font-size: 9px; font-weight: 760; }
.pmv__checkout section > strong { margin-top: 8px; font-size: 25px; letter-spacing: -0.05em; }
.pmv__checkout ul { padding: 0; margin: 12px 0; list-style: none; }
.pmv__checkout li { padding: 4px 0; font-size: 9px; font-weight: 650; }
.pmv__checkout button { min-height: 38px; padding: 0 12px; border: 0; margin-top: auto; background: #11110f; color: #fff; border-radius: 99px; font-size: 9px; font-weight: 720; }
.pmv__checkout > aside { display: grid; place-items: center; padding: 18px 12px; border: 1px solid var(--pmv-line); background: var(--pmv-soft); border-radius: 14px; text-align: center; gap: 7px; }
.pmv__checkout > aside i { display: grid; width: 44px; height: 44px; place-items: center; background: #fff; border-radius: 50%; font-style: normal; }
.pmv__checkout > aside strong { font-size: 11px; }
.pmv__checkout > aside span { max-width: 18ch; color: #66665f; font-size: 9px; line-height: 1.3; }

.pmv__media { display: grid; min-height: 250px; overflow: hidden; border: 1px solid var(--pmv-line); background: #17151b; border-radius: 14px; grid-template-rows: 1fr auto; }
.pmv__media-preview { position: relative; display: grid; min-height: 150px; place-items: center; background: linear-gradient(135deg, #2f2941, #151419); color: #fff; }
.pmv__media-preview > span { display: grid; width: 48px; height: 48px; place-items: center; background: #fff; color: #11110f; border-radius: 50%; font-size: 14px; }
.pmv__media-preview > b { position: absolute; right: 12px; bottom: 11px; left: 12px; font-size: 10px; }
.pmv__media-timeline { display: grid; padding: 10px; background: #232028; gap: 5px; }
.pmv__media-timeline span { display: block; width: calc(100% - (var(--pmv-track) * 4%)); min-height: 20px; padding: 4px 7px; background: color-mix(in srgb, var(--pmv-accent) 58%, #fff); color: #11110f; border-radius: 4px; font-size: 8px; font-weight: 700; }

.pmv__loop { position: relative; width: 280px; height: 260px; margin: auto; }
.pmv__loop > div { position: absolute; top: 50%; left: 50%; width: 76px; height: 76px; transform: translate(-50%, -50%) rotate(var(--pmv-angle)) translateY(-102px) rotate(calc(var(--pmv-angle) * -1)); }
.pmv__loop span { display: grid; width: 76px; height: 76px; place-items: center; padding: 8px; border: 1px solid #11110f; background: #fff; border-radius: 50%; box-shadow: 4px 4px 0 var(--pmv-soft); font-size: 9px; font-weight: 750; text-align: center; }
.pmv__loop > b { position: absolute; top: 50%; left: 50%; display: grid; width: 104px; height: 104px; place-items: center; background: #11110f; color: #fff; border-radius: 50%; font-size: 10px; line-height: 1.3; text-align: center; transform: translate(-50%, -50%); }

.pmv__storyboard { display: grid; min-height: 245px; align-items: center; gap: 9px; grid-template-columns: repeat(3, 1fr); }
.pmv__storyboard article { overflow: hidden; border: 1px solid #11110f; background: #fffefb; border-radius: 10px; box-shadow: 5px 6px 0 var(--pmv-soft); }
.pmv__storyboard article:nth-child(2) { transform: translateY(-9px) rotate(1deg); }
.pmv__storyboard header { display: flex; min-height: 34px; align-items: center; padding: 6px 8px; border-bottom: 1px solid #11110f; gap: 6px; }
.pmv__storyboard header b { display: grid; width: 22px; height: 22px; place-items: center; background: #e4493e; color: #fff; border-radius: 50%; font-size: 8px; }
.pmv__storyboard header small { overflow: hidden; font-family: "Geist Mono", monospace; font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
.pmv__stickman { position: relative; height: 145px; }
.pmv__stickman i { position: absolute; display: block; background: #11110f; }
.pmv__stickman .head { top: 22px; left: calc(50% - 17px); width: 34px; height: 34px; border: 3px solid #11110f; background: #fff; border-radius: 50%; }
.pmv__stickman .body { top: 56px; left: calc(50% - 2px); width: 4px; height: 48px; }
.pmv__stickman .arm, .pmv__stickman .leg { width: 4px; height: 42px; transform-origin: top; }
.pmv__stickman .arm { top: 62px; left: calc(50% - 2px); }
.pmv__stickman .arm-a { transform: rotate(48deg); }
.pmv__stickman .arm-b { transform: rotate(-48deg); }
.pmv__stickman .leg { top: 101px; left: calc(50% - 2px); }
.pmv__stickman .leg-a { transform: rotate(32deg); }
.pmv__stickman .leg-b { transform: rotate(-32deg); }
.pmv__stickman span { position: absolute; top: 17px; right: 15px; color: #e4493e; font-size: 26px; font-weight: 850; }

.pmv__triage-schedule,
.pmv__noise-run,
.pmv__notion-decision,
.pmv__social-actions,
.pmv__channel-audit,
.pmv__video-optimize {
  overflow: hidden;
  border: 1px solid var(--pmv-line);
  background: #fff;
  border-radius: 14px;
}

.pmv__triage-schedule > header,
.pmv__social-actions > header,
.pmv__channel-audit > header {
  display: flex;
  min-height: 42px;
  align-items: center;
  padding: 9px 12px;
  border-bottom: 1px solid var(--pmv-line);
  justify-content: space-between;
}

.pmv__triage-schedule > header span { display: flex; align-items: center; gap: 7px; font-size: 9px; font-weight: 760; }
.pmv__triage-schedule > header span i { width: 8px; height: 8px; background: #15a75b; border-radius: 50%; box-shadow: 0 0 0 4px #e5f7ec; }
.pmv__triage-schedule > header > strong { color: #66665f; font-size: 9px; }
.pmv__triage-channels { display: grid; padding: 10px; gap: 7px; }
.pmv__triage-channels article { display: grid; min-height: 52px; align-items: center; padding: 8px 10px; border: 1px solid var(--pmv-line); background: #fbfbf8; border-radius: 10px; gap: 10px; grid-template-columns: 32px 1fr auto; }
.pmv__triage-channels article > b { display: grid; width: 32px; height: 32px; place-items: center; background: var(--pmv-soft); color: var(--pmv-accent); border-radius: 9px; font-size: 12px; }
.pmv__triage-channels article > span { display: grid; gap: 3px; }
.pmv__triage-channels article strong { font-size: 11px; }
.pmv__triage-channels article small { color: #6b6b65; font-size: 8px; line-height: 1.3; }
.pmv__triage-channels article em { padding: 4px 6px; background: #e4f7ea; color: #0d7e42; border-radius: 99px; font-size: 7px; font-style: normal; font-weight: 800; }
.pmv__triage-schedule > footer { display: grid; padding: 9px 10px; border-top: 1px solid var(--pmv-line); background: var(--pmv-soft); gap: 6px; grid-template-columns: repeat(4, 1fr); }
.pmv__triage-schedule > footer span { padding: 6px 4px; background: #fff; border-radius: 7px; font-size: 7px; font-weight: 760; text-align: center; }

.pmv__noise-run { display: grid; padding: 12px; gap: 11px; }
.pmv__noise-counts { display: grid; gap: 8px; grid-template-columns: repeat(3, 1fr); }
.pmv__noise-counts article { display: grid; min-height: 74px; place-items: center; padding: 8px; background: var(--pmv-soft); border-radius: 11px; text-align: center; }
.pmv__noise-counts strong { font-size: 27px; letter-spacing: -0.06em; }
.pmv__noise-counts span { color: #5e5e58; font-size: 8px; font-weight: 720; text-transform: uppercase; }
.pmv__noise-list { display: grid; gap: 6px; }
.pmv__noise-list p { display: grid; min-height: 40px; align-items: center; padding: 7px 9px; border: 1px solid var(--pmv-line); border-radius: 8px; gap: 9px; grid-template-columns: 1fr auto; }
.pmv__noise-list p > span { display: grid; gap: 2px; }
.pmv__noise-list p strong { font-size: 9px; }
.pmv__noise-list p small { color: #72726c; font-size: 7px; }
.pmv__noise-list p > b { color: #0d7e42; font-size: 7px; }

.pmv__notion-decision { padding: 0; }
.pmv__notion-decision > header { display: grid; align-items: center; padding: 12px; border-bottom: 1px solid var(--pmv-line); gap: 10px; grid-template-columns: 32px 1fr auto; }
.pmv__notion-decision > header > i { display: grid; width: 32px; height: 32px; place-items: center; background: #11110f; color: #fff; border-radius: 7px; font-family: Georgia, serif; font-size: 15px; font-style: normal; font-weight: 800; }
.pmv__notion-decision > header > span { display: grid; gap: 3px; }
.pmv__notion-decision > header small { color: #777770; font-size: 7px; font-weight: 750; letter-spacing: 0.05em; }
.pmv__notion-decision > header strong { font-size: 13px; }
.pmv__notion-decision > header > b { padding: 6px 8px; background: var(--pmv-soft); color: var(--pmv-accent); border-radius: 99px; font-size: 7px; }
.pmv__notion-decision > div { display: grid; padding: 12px; gap: 8px; grid-template-columns: repeat(2, 1fr); }
.pmv__notion-decision > div p { display: grid; min-height: 64px; align-content: start; padding: 10px; border: 1px solid var(--pmv-line); background: #fbfbf8; border-radius: 9px; gap: 5px; }
.pmv__notion-decision > div small { color: var(--pmv-accent); font-size: 7px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; }
.pmv__notion-decision > div strong { font-size: 10px; line-height: 1.3; }
.pmv__notion-decision > footer { display: flex; align-items: center; padding: 10px 12px; border-top: 1px solid var(--pmv-line); justify-content: space-between; gap: 10px; }
.pmv__notion-decision > footer button { min-height: 32px; padding: 0 10px; border: 0; background: #11110f; color: #fff; border-radius: 8px; font-size: 8px; font-weight: 760; }
.pmv__notion-decision > footer span { color: #6b6b65; font-size: 7px; }

.pmv__social-actions > header strong { font-size: 11px; }
.pmv__social-actions > header span { padding: 5px 7px; background: #e4f7ea; color: #0d7e42; border-radius: 99px; font-size: 7px; font-weight: 800; }
.pmv__social-actions article { display: grid; min-height: 54px; align-items: center; padding: 8px 11px; border-bottom: 1px solid var(--pmv-line); gap: 10px; grid-template-columns: 30px 1fr auto; }
.pmv__social-actions article:last-child { border-bottom: 0; }
.pmv__social-actions article > i { display: grid; width: 30px; height: 30px; place-items: center; background: var(--pmv-soft); color: var(--pmv-accent); border-radius: 50%; font-size: 10px; font-style: normal; font-weight: 850; }
.pmv__social-actions article > span { display: grid; gap: 3px; }
.pmv__social-actions article small { color: #707069; font-size: 7px; }
.pmv__social-actions article strong { font-size: 9px; }
.pmv__social-actions article > b { max-width: 15ch; color: #0d7e42; font-size: 7px; line-height: 1.2; text-align: right; }

.pmv__urgent-alert { display: grid; min-height: 245px; align-items: center; gap: 14px; grid-template-columns: 1.16fr 0.84fr; }
.pmv__urgent-alert > section { overflow: hidden; border: 1px solid var(--pmv-line); background: #fff; border-radius: 14px; }
.pmv__urgent-alert > section > header { display: grid; align-items: center; padding: 12px; border-bottom: 1px solid var(--pmv-line); gap: 9px; grid-template-columns: 30px 1fr; }
.pmv__urgent-alert > section > header i { display: grid; width: 30px; height: 30px; place-items: center; background: #11110f; color: #fff; border-radius: 7px; font-family: Georgia, serif; font-style: normal; }
.pmv__urgent-alert > section > header span { display: grid; gap: 3px; }
.pmv__urgent-alert > section > header small { color: #c4352d; font-size: 7px; font-weight: 850; }
.pmv__urgent-alert > section > header strong { font-size: 10px; line-height: 1.25; }
.pmv__urgent-alert > section > div { display: grid; padding: 10px 12px; gap: 8px; }
.pmv__urgent-alert > section > div p { display: grid; align-items: center; gap: 8px; grid-template-columns: 18px 1fr; }
.pmv__urgent-alert > section > div p > b { display: grid; width: 18px; height: 18px; place-items: center; background: #e4f7ea; color: #0d7e42; border-radius: 50%; font-size: 8px; }
.pmv__urgent-alert > section > div span { display: grid; gap: 2px; }
.pmv__urgent-alert > section > div strong { font-size: 8px; }
.pmv__urgent-alert > section > div small { color: #6b6b65; font-size: 7px; }
.pmv__urgent-alert > section > button { width: calc(100% - 24px); min-height: 32px; padding: 0 9px; border: 0; margin: 0 12px 12px; background: #11110f; color: #fff; border-radius: 8px; font-size: 8px; font-weight: 750; }
.pmv__urgent-alert > aside { position: relative; display: flex; min-height: 238px; padding: 35px 13px 13px; border: 3px solid #11110f; background: #f4f4f1; border-radius: 28px; flex-direction: column; }
.pmv__urgent-alert > aside > i { position: absolute; top: 9px; left: 50%; width: 45px; height: 8px; background: #11110f; border-radius: 99px; transform: translateX(-50%); }
.pmv__urgent-alert > aside > small { color: #777770; font-size: 6px; font-weight: 800; }
.pmv__urgent-alert > aside > strong { padding: 9px 10px 4px; margin-top: 7px; background: #fff; border-radius: 12px 12px 0 0; font-size: 9px; line-height: 1.25; }
.pmv__urgent-alert > aside > span { padding: 3px 10px 10px; background: #fff; border-radius: 0 0 12px 12px; color: #5e5e58; font-size: 7px; line-height: 1.35; }
.pmv__urgent-alert > aside > button { min-height: 29px; border: 0; margin-top: auto; background: #1675eb; color: #fff; border-radius: 9px; font-size: 8px; font-weight: 760; }

.pmv__channel-audit > header > span { display: grid; gap: 2px; }
.pmv__channel-audit > header strong { font-size: 11px; }
.pmv__channel-audit > header small { color: #6b6b65; font-size: 7px; }
.pmv__channel-audit > header > b { padding: 5px 7px; background: #f0f0ed; border-radius: 99px; font-size: 7px; }
.pmv__channel-audit > div { display: grid; }
.pmv__channel-audit article { display: grid; min-height: 57px; align-items: center; padding: 8px 10px; border-bottom: 1px solid var(--pmv-line); gap: 9px; grid-template-columns: 62px 1fr auto; }
.pmv__channel-audit article:last-child { border-bottom: 0; }
.pmv__channel-audit article > i,
.pmv__video-optimize > header > i { position: relative; display: grid; width: 62px; height: 36px; place-items: center; overflow: hidden; background: linear-gradient(135deg, #2e2851, #8c6be8); border-radius: 7px; }
.pmv__channel-audit article > i > span,
.pmv__video-optimize > header > i > span { position: absolute; inset: 0; background: linear-gradient(145deg, transparent 45%, rgba(255,255,255,.2) 46% 55%, transparent 56%); }
.pmv__channel-audit article > i > b,
.pmv__video-optimize > header > i > b { z-index: 1; display: grid; width: 20px; height: 20px; place-items: center; background: #fff; color: #11110f; border-radius: 50%; font-size: 7px; font-style: normal; }
.pmv__channel-audit article > span { display: grid; gap: 2px; }
.pmv__channel-audit article > span strong { font-size: 9px; }
.pmv__channel-audit article > span small { color: #74746e; font-size: 7px; }
.pmv__channel-audit article > em { max-width: 18ch; padding: 5px 7px; background: var(--pmv-soft); color: var(--pmv-accent); border-radius: 99px; font-size: 7px; font-style: normal; font-weight: 760; text-align: center; }

.pmv__video-optimize > header { display: grid; align-items: center; padding: 10px; border-bottom: 1px solid var(--pmv-line); gap: 10px; grid-template-columns: 62px 1fr auto; }
.pmv__video-optimize > header > span { display: grid; gap: 3px; }
.pmv__video-optimize > header small { color: #777770; font-size: 7px; font-weight: 800; }
.pmv__video-optimize > header strong { font-size: 11px; }
.pmv__video-optimize > header > em { padding: 5px 7px; background: #e4f7ea; color: #0d7e42; border-radius: 99px; font-size: 7px; font-style: normal; font-weight: 800; }
.pmv__video-optimize > div { display: grid; padding: 10px; gap: 7px; grid-template-columns: repeat(2, 1fr); }
.pmv__optimize-field { position: relative; display: grid; min-height: 64px; align-content: start; padding: 9px 28px 9px 9px; border: 1px solid var(--pmv-line); background: #fbfbf8; border-radius: 9px; gap: 5px; }
.pmv__optimize-field > span { color: var(--pmv-accent); font-size: 7px; font-weight: 850; text-transform: uppercase; }
.pmv__optimize-field > strong { font-size: 9px; line-height: 1.3; }
.pmv__optimize-field > i { position: absolute; top: 8px; right: 8px; display: grid; width: 17px; height: 17px; place-items: center; background: #e4f7ea; color: #0d7e42; border-radius: 50%; font-size: 7px; font-style: normal; }

.pmv__youtube-test { display: grid; min-height: 245px; align-items: stretch; gap: 9px; grid-template-columns: repeat(3, 1fr); }
.pmv__youtube-test article { display: flex; min-width: 0; overflow: hidden; border: 1px solid var(--pmv-line); background: #fff; border-radius: 12px; flex-direction: column; }
.pmv__test-thumb { position: relative; display: flex; min-height: 102px; overflow: hidden; align-items: flex-end; padding: 10px; background: #241f32; }
.pmv__test-thumb > i { position: absolute; width: 76px; height: 76px; background: var(--pmv-soft); border-radius: 50%; }
.pmv__test-thumb > span { position: relative; z-index: 1; padding: 4px 6px; background: #fff; color: #11110f; font-size: 8px; font-weight: 900; letter-spacing: -0.02em; }
.pmv__test-thumb--1 > i { top: 17px; right: -12px; }
.pmv__test-thumb--2 { justify-content: center; background: #6c4ed2; }
.pmv__test-thumb--2 > i { top: -20px; left: calc(50% - 38px); background: #ffda59; }
.pmv__test-thumb--3 { background: #11110f; }
.pmv__test-thumb--3 > i { top: 17px; left: -12px; background: #b9e760; }
.pmv__youtube-test article > header { display: flex; align-items: center; padding: 8px 9px 0; justify-content: space-between; gap: 5px; }
.pmv__youtube-test article > header b { color: var(--pmv-accent); font-size: 7px; }
.pmv__youtube-test article > header em { padding: 3px 5px; background: #f0f0ed; border-radius: 99px; font-size: 6px; font-style: normal; font-weight: 800; }
.pmv__youtube-test article:nth-child(2) > header em { background: #e4f7ea; color: #0d7e42; }
.pmv__youtube-test article > strong { padding: 8px 9px 11px; font-size: 9px; line-height: 1.25; }

.pmv__clip-finder { display: grid; min-height: 245px; gap: 12px; grid-template-columns: 1.2fr 0.8fr; }
.pmv__clip-finder > section { overflow: hidden; border: 1px solid var(--pmv-line); background: #fff; border-radius: 12px; }
.pmv__clip-finder > section > header { display: flex; min-height: 38px; align-items: center; padding: 8px 10px; border-bottom: 1px solid var(--pmv-line); justify-content: space-between; }
.pmv__clip-finder > section > header strong { font-size: 9px; }
.pmv__clip-finder > section > header span { color: #0d7e42; font-size: 7px; font-weight: 760; }
.pmv__clip-finder > section > p { position: relative; display: grid; min-height: 53px; align-content: center; padding: 8px 52px 8px 10px; border-bottom: 1px solid var(--pmv-line); gap: 4px; grid-template-columns: 38px 1fr; }
.pmv__clip-finder > section > p:last-child { border-bottom: 0; }
.pmv__clip-finder > section > p.is-selected { background: var(--pmv-soft); box-shadow: inset 3px 0 0 var(--pmv-accent); }
.pmv__clip-finder > section > p > b { color: var(--pmv-accent); font-family: "Geist Mono", monospace; font-size: 8px; }
.pmv__clip-finder > section > p > span { font-size: 8px; line-height: 1.3; }
.pmv__clip-finder > section > p > i { position: absolute; top: 50%; right: 8px; padding: 4px 5px; background: #11110f; color: #fff; border-radius: 5px; font-size: 6px; font-style: normal; font-weight: 800; transform: translateY(-50%); }
.pmv__clip-finder > aside { display: grid; align-items: end; gap: 9px; grid-template-columns: 1fr 0.72fr; }
.pmv__clip-finder > aside article { display: flex; min-height: 160px; padding: 10px; background: linear-gradient(145deg, #6c4ed2, #241f32); color: #fff; border-radius: 12px; flex-direction: column; }
.pmv__clip-finder > aside article.is-short { min-height: 210px; background: linear-gradient(160deg, #11110f, #4d7a14); }
.pmv__clip-finder > aside i { display: grid; width: 30px; height: 30px; place-items: center; margin: auto; background: #fff; color: #11110f; border-radius: 50%; font-size: 8px; font-style: normal; }
.pmv__clip-finder > aside strong { font-size: 8px; }
.pmv__clip-finder > aside small { color: rgba(255,255,255,.72); font-size: 7px; }

.pmv__experiment-result { display: grid; min-height: 245px; overflow: hidden; border: 1px solid var(--pmv-line); background: #fff; border-radius: 14px; grid-template-columns: 0.9fr 1.1fr; }
.pmv__experiment-result > section { display: flex; padding: 13px; background: var(--pmv-soft); flex-direction: column; }
.pmv__experiment-result > section > small { color: var(--pmv-accent); font-size: 7px; font-weight: 850; }
.pmv__winner-thumb { position: relative; display: flex; min-height: 126px; align-items: flex-end; overflow: hidden; padding: 10px; margin: 10px 0; background: #6c4ed2; border-radius: 10px; }
.pmv__winner-thumb > i { position: absolute; top: -24px; left: calc(50% - 45px); width: 90px; height: 90px; background: #ffda59; border-radius: 50%; }
.pmv__winner-thumb > span { position: relative; z-index: 1; padding: 5px 7px; background: #fff; font-size: 9px; font-weight: 900; }
.pmv__experiment-result > section > b { font-size: 9px; }
.pmv__experiment-result > aside { display: flex; padding: 13px; flex-direction: column; }
.pmv__experiment-result > aside > header { display: grid; padding-bottom: 8px; border-bottom: 1px solid var(--pmv-line); gap: 3px; }
.pmv__experiment-result > aside > header strong { font-size: 12px; }
.pmv__experiment-result > aside > header span { color: #6b6b65; font-size: 7px; }
.pmv__experiment-result > aside > p { display: grid; align-items: center; padding: 8px 0; border-bottom: 1px solid var(--pmv-line); grid-template-columns: 1fr auto; }
.pmv__experiment-result > aside > p > span { display: grid; gap: 2px; }
.pmv__experiment-result > aside > p strong { font-size: 8px; }
.pmv__experiment-result > aside > p small { color: #6b6b65; font-size: 7px; }
.pmv__experiment-result > aside > p > b { color: #0d7e42; }
.pmv__experiment-result > aside > footer { padding-top: 9px; margin-top: auto; color: #55554f; font-size: 7px; font-weight: 650; line-height: 1.3; }

.pmv__chat { display: grid; overflow: hidden; border: 1px solid var(--pmv-line); background: #f5f5f2; border-radius: 14px; }
.pmv__chat > header { display: grid; align-items: center; padding: 11px 12px; background: #1e6f58; color: #fff; gap: 9px; grid-template-columns: 30px 1fr; }
.pmv__chat > header > i { display: block; width: 30px; height: 30px; background: #fff; border-radius: 50%; }
.pmv__chat > header > span { display: grid; gap: 2px; }
.pmv__chat > header strong { font-size: 10px; }
.pmv__chat > header small { color: rgba(255, 255, 255, 0.75); font-size: 8px; }
.pmv__chat > p { display: grid; align-items: start; padding: 10px 12px; border-bottom: 1px solid var(--pmv-line); background: #fff; gap: 9px; grid-template-columns: 28px 1fr auto; }
.pmv__chat > p > i { display: grid; width: 28px; height: 28px; place-items: center; background: var(--pmv-soft); color: var(--pmv-accent); border-radius: 50%; font-size: 9px; font-style: normal; font-weight: 800; }
.pmv__chat > p > span { font-size: 10px; line-height: 1.4; }
.pmv__chat > p > small { color: #777770; font-size: 7px; }
.pmv__chat > p.is-latest { background: #edf9f1; }

.pmv__avatars { display: grid; min-height: 245px; place-items: center; }
.pmv__avatars > div { display: grid; width: 100%; max-width: 430px; gap: 12px; grid-template-columns: repeat(3, 1fr); }
.pmv__avatars span { display: grid; place-items: center; gap: 5px; }
.pmv__avatars img { width: 58px; height: 58px; border: 2px solid #11110f; background: var(--pmv-soft); border-radius: 50%; object-fit: cover; }
.pmv__avatars span b { max-width: 10ch; font-size: 8px; text-align: center; }
.pmv__avatars > strong { padding: 8px 12px; background: #11110f; color: #fff; border-radius: 99px; font-size: 9px; }

.pmv__rolodex {
  display: grid;
  min-height: 245px;
  align-content: center;
  gap: 16px;
  padding: 18px 8px;
}

.pmv__rolodex > header {
  display: flex;
  max-width: 470px;
  align-items: center;
  gap: 18px;
  margin: 0 auto;
}

.pmv__rolodex > header > strong {
  font-size: clamp(62px, 7vw, 94px);
  font-weight: 790;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.pmv__rolodex > header b,
.pmv__rolodex > header span { display: block; }
.pmv__rolodex > header b { font-size: 20px; letter-spacing: -0.03em; }
.pmv__rolodex > header span { max-width: 25ch; margin-top: 3px; color: #686862; font-size: 10px; line-height: 1.35; }
.pmv__rolodex > div { display: grid; max-width: 470px; gap: 7px; margin: 0 auto; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pmv__rolodex > div span { padding: 9px 11px; border: 1px solid #d4d4ce; background: #fff; border-radius: 8px; font-size: 9px; font-weight: 680; }
.pmv__rolodex > footer { color: #555550; font-size: 9px; font-weight: 650; text-align: center; }

.pro-max-showcase-next {
  display: grid;
  width: 100%;
  min-height: 116px;
  align-items: center;
  padding: 22px clamp(26px, 4vw, 54px);
  border: 1px solid rgba(5, 5, 5, 0.1);
  background: #fff;
  border-radius: 26px;
  color: #050505;
  cursor: pointer;
  font: inherit;
  gap: 3px 18px;
  grid-template-columns: 1fr auto;
  text-align: left;
}

.pro-max-showcase-next > span,
.pro-max-showcase-end > div > span {
  color: #777771;
  font-family: "Geist Mono", monospace;
  font-size: 9px;
  font-weight: 680;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pro-max-showcase-next strong,
.pro-max-showcase-end strong {
  font-size: clamp(21px, 2.2vw, 32px);
  letter-spacing: -0.045em;
}

.pro-max-showcase-next i {
  grid-row: 1 / 3;
  grid-column: 2;
  font-size: 31px;
  font-style: normal;
}

.pro-max-showcase-end {
  display: flex;
  min-height: 128px;
  align-items: center;
  justify-content: space-between;
  padding: 28px clamp(26px, 4vw, 56px);
  background: #050505;
  color: #fff;
  border-radius: 26px;
  gap: 24px;
}

.pro-max-showcase-end > div > span {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.56);
}

.pro-max-showcase-end button {
  display: inline-flex;
  min-height: 46px;
  flex: 0 0 auto;
  align-items: center;
  padding: 10px 19px;
  border: 1px solid #fff;
  background: #fff;
  color: #050505;
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 690;
  gap: 9px;
}

.pro-max-showcase-handoff {
  position: fixed;
  z-index: 96;
  top: var(--handoff-top);
  left: var(--handoff-left);
  width: var(--handoff-width);
  height: var(--handoff-height);
  overflow: hidden;
  pointer-events: none;
}

.pro-max-showcase-handoff .pro-max-showcase-handoff-card {
  position: absolute !important;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
  margin: 0;
  transition: transform 620ms cubic-bezier(0.72, 0, 0.18, 1);
}

.pro-max-showcase-handoff .pro-max-showcase-card-inner {
  height: 100%;
  min-height: 0;
  transform: none;
  filter: none;
}

.pro-max-showcase-handoff-forward .pro-max-showcase-handoff-incoming { transform: translateX(105%); }
.pro-max-showcase-handoff-back .pro-max-showcase-handoff-incoming { transform: translateX(-105%); }
.pro-max-showcase-handoff-forward.is-running .pro-max-showcase-handoff-incoming,
.pro-max-showcase-handoff-back.is-running .pro-max-showcase-handoff-incoming { transform: translateX(0); }

.is-pro-max-transitioning { overflow: hidden; }

.pro-max-showcase-noscript {
  width: min(1320px, calc(100% - 48px));
  padding: 22px;
  margin: 24px auto 0;
  border: 2px solid #11110f;
  background: #fff;
  font-size: 17px;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .pro-max-showcase-card-inner {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
  }

  .pro-max-showcase-copy,
  .pro-max-visual-proof {
    padding: 34px;
  }

  .pmv { min-height: 460px; }
}

@media (min-width: 921px) and (max-height: 920px) {
  .pro-max-showcase-copy {
    padding: clamp(28px, 3.4vw, 44px);
  }

  .pro-max-showcase-position {
    margin-bottom: clamp(18px, 3vh, 30px);
    font-size: 11px;
  }

  .pro-max-showcase-product-name {
    margin-bottom: 10px;
    font-size: clamp(20px, 1.8vw, 27px);
  }

  .pro-max-showcase-copy h3 {
    margin-bottom: 17px;
    font-size: clamp(35px, 3.7vw, 52px);
    line-height: 0.94;
  }

  .pro-max-showcase-support {
    font-size: clamp(15px, 1.25vw, 18px);
    line-height: 1.42;
  }

  .pro-max-showcase-payoff {
    padding-top: 15px;
    gap: 5px;
  }

  .pro-max-showcase-payoff strong {
    font-size: 16px;
  }

  .pro-max-showcase-payoff span {
    font-size: clamp(15px, 1.2vw, 17px);
    line-height: 1.38;
  }

  .pro-max-visual-proof {
    padding: clamp(20px, 2.25vw, 30px);
  }

  .pmv {
    min-height: min(460px, calc(100vh - var(--pro-max-card-top) - 92px));
  }
}

@media (max-width: 920px), (pointer: coarse) {
  .pro-max-showcase {
    --pro-max-card-top: calc(68px + var(--pro-max-nav-height) + 10px);
    padding-top: 0;
  }

  .pro-max-showcase.is-collapsed {
    padding: 20px 0 42px;
  }

  .pro-max-showcase.is-collapsed .pro-max-showcase-collapsed-copy {
    min-height: 248px;
    padding: 24px 22px 128px;
  }

  .pro-max-showcase-collapsed-copy strong {
    font-size: clamp(32px, 10vw, 44px);
  }

  .pro-max-showcase-collapsed-copy small {
    line-height: 1.35;
  }

  .pro-max-showcase-toggle-wrap {
    position: relative;
    width: calc(100% - 24px);
    height: 52px;
    border-top: 1px solid #deded9;
  }

  .pro-max-showcase-toggle {
    position: relative;
    width: 100%;
    min-height: 52px;
    border-left: 0;
  }

  .pro-max-showcase.is-collapsed .pro-max-showcase-nav {
    width: calc(100% - 24px);
    min-height: 248px;
    border-radius: 20px;
  }

  .pro-max-showcase.is-collapsed .pro-max-showcase-toggle-wrap {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 104px;
    border-top: 2px solid #11110f;
    grid-template-columns: 1fr 1fr;
  }

  .pro-max-showcase.is-collapsed .pro-max-showcase-toggle {
    width: 100%;
    min-height: 104px;
    border-left: 0;
    font-size: 16px;
  }

  .pro-max-showcase.is-collapsed .pro-max-showcase-learn-more {
    min-height: 104px;
    padding: 0 18px;
    font-size: 16px;
  }

  .pro-max-showcase-stack,
  .pro-max-showcase-noscript {
    width: min(100% - 24px, 760px);
  }

  .pro-max-showcase-nav {
    padding-inline: 0;
  }

  .pro-max-showcase-tabs {
    width: calc(100% - 24px);
    padding-right: 0;
    gap: 24px;
  }

  .pro-max-showcase-jumps {
    position: relative;
    display: flex;
    width: calc(100% - 24px);
    height: 44px;
    align-items: center;
    border-top: 1px solid #deded9;
    justify-content: space-between;
  }

  .pro-max-showcase-jump {
    position: relative;
    top: auto;
    right: auto;
    min-height: 38px;
    padding-inline: 4px;
  }

  .pro-max-showcase-tabs button {
    min-height: 36px;
    font-size: 12px;
  }

  .pro-max-showcase-category-tabs button {
    min-height: 42px;
    padding-inline: 0;
    font-size: 12px;
  }

  .pro-max-showcase-sequence {
    padding-top: 12px;
    margin-bottom: 0;
  }

  .pro-max-showcase-sequence.is-stack-active .pro-max-showcase-card,
  .pro-max-showcase-card {
    position: relative;
    top: auto;
    height: auto;
    min-height: 0;
    overflow: visible;
    padding-top: 0;
    margin-bottom: 20px;
  }

  .pro-max-showcase-card-inner {
    position: relative;
    top: auto;
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
    transform: none !important;
    filter: none !important;
  }

  .pro-max-showcase-copy {
    min-height: 0;
    padding: clamp(24px, 6vw, 38px);
  }

  .pro-max-showcase-position {
    margin-bottom: 28px;
    font-size: 11px;
  }

  .pro-max-showcase-copy h3 {
    max-width: 15ch;
    font-size: clamp(38px, 10vw, 56px);
  }

  .pro-max-showcase-payoff {
    margin-top: 30px;
  }

  .pro-max-visual-proof {
    min-height: 0;
    padding: clamp(24px, 6vw, 38px);
    border-top: 2px solid #11110f;
    border-left: 0;
  }

  .pmv { min-height: 440px; }

  .pro-max-showcase-next {
    min-height: 104px;
    border-radius: 20px;
  }

  .pro-max-showcase-end {
    min-height: 150px;
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .pro-max-showcase {
    padding-bottom: 58px;
  }

  .pro-max-showcase-intro {
    margin-bottom: 28px;
  }

  .pro-max-showcase-intro h2 {
    font-size: clamp(40px, 13vw, 54px);
  }

  .pro-max-showcase-intro p {
    font-size: 17px;
  }

  .pro-max-showcase-copy h3 {
    font-size: clamp(36px, 11.5vw, 48px);
  }

  .pro-max-showcase-support,
  .pro-max-showcase-payoff span {
    font-size: 16px;
  }

  .pro-max-visual-proof { padding: 16px; }
  .pmv { min-height: 380px; border-radius: 14px; }
  .pmv__chrome { min-height: 40px; padding-inline: 11px; }
  .pmv__chrome strong { font-size: 8px; }
  .pmv__canvas { padding: 14px; gap: 14px; }
  .pmv__heading h4 { font-size: 22px; }
  .pmv__footer { min-height: 48px; padding: 10px 12px; }
  .pmv__footer strong { font-size: 9px; }
  .pmv__flow { min-height: 190px; gap: 7px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pmv__flow > div { gap: 7px; }
  .pmv__flow > div:nth-child(3n) b { display: block; }
  .pmv__flow > div:nth-child(even) b { display: none; }
  .pmv__flow span { min-height: 62px; padding: 9px; font-size: 9px; }
  .pmv__flow b { font-size: 14px; }
  .pmv__gallery { min-height: 190px; gap: 7px; }
  .pmv__gallery article { min-height: 58px; padding: 9px 32px 9px 9px; }
  .pmv__gallery article > strong { font-size: 9px; }
  .pmv__scores { gap: 7px; grid-template-columns: repeat(2, 1fr); }
  .pmv__scores > div { min-height: 86px; }
  .pmv__scores strong { width: 50px; height: 50px; border-width: 5px; font-size: 14px; }
  .pmv__scores > div:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .pmv__compare { min-height: 210px; }
  .pmv__compare article { padding: 13px; }
  .pmv__compare article > strong { font-size: 12px; }
  .pmv__phone { min-height: 185px; padding: 8px 6px; border-radius: 17px; }
  .pmv__phone--2 { min-height: 200px; }
  .pmv__phone--3 { min-height: 215px; }
  .pmv__phone span { height: 60px; }
  .pmv__live { grid-template-columns: 1fr; }
  .pmv__live > section { padding: 9px; }
  .pmv__video { min-height: 160px; }
  .pmv__live aside { grid-template-columns: repeat(3, 1fr); padding: 9px; gap: 6px; }
  .pmv__live aside p { padding: 6px; grid-template-columns: 1fr; }
  .pmv__live aside i { display: none; }
  .pmv__live aside span { font-size: 8px; }
  .pmv__profile { min-height: 210px; grid-template-columns: 0.88fr 1.12fr; }
  .pmv__profile > img { min-height: 210px; }
  .pmv__profile > div { padding: 12px; }
  .pmv__profile-tags span { padding: 6px 7px; font-size: 7px; }
  .pmv__checkout { grid-template-columns: 1fr; }
  .pmv__checkout > section { min-height: 190px; }
  .pmv__checkout > aside { grid-template-columns: auto 1fr; text-align: left; }
  .pmv__checkout > aside i { grid-row: 1 / 3; }
  .pmv__media { min-height: 220px; }
  .pmv__loop { transform: scale(0.78); transform-origin: center; }
  .pmv__storyboard { min-height: 210px; gap: 6px; }
  .pmv__storyboard header { padding: 4px; }
  .pmv__storyboard header small { display: none; }
  .pmv__storyboard header b { margin: auto; }
  .pmv__stickman { height: 130px; }
  .pmv__avatars img { width: 48px; height: 48px; }
  .pmv__triage-schedule > footer { grid-template-columns: repeat(2, 1fr); }
  .pmv__triage-channels article { grid-template-columns: 30px 1fr; }
  .pmv__triage-channels article > em { display: none; }
  .pmv__noise-counts article { min-height: 64px; }
  .pmv__noise-counts strong { font-size: 22px; }
  .pmv__noise-list p { grid-template-columns: 1fr; }
  .pmv__notion-decision > header { grid-template-columns: 30px 1fr; }
  .pmv__notion-decision > header > b { display: none; }
  .pmv__notion-decision > div,
  .pmv__video-optimize > div { grid-template-columns: 1fr; }
  .pmv__social-actions article { grid-template-columns: 28px 1fr; }
  .pmv__social-actions article > b { grid-column: 2; text-align: left; }
  .pmv__urgent-alert,
  .pmv__clip-finder,
  .pmv__experiment-result { grid-template-columns: 1fr; }
  .pmv__urgent-alert > aside { min-height: 180px; }
  .pmv__channel-audit article { grid-template-columns: 56px 1fr; }
  .pmv__channel-audit article > em { grid-column: 2; justify-self: start; }
  .pmv__youtube-test { grid-template-columns: 1fr; }
  .pmv__youtube-test article { display: grid; grid-template-columns: 104px 1fr; }
  .pmv__test-thumb { min-height: 88px; grid-row: 1 / 3; }
  .pmv__youtube-test article > strong { align-self: start; }
  .pmv__clip-finder > aside { min-height: 190px; }
  .pmv__clip-finder > aside article { min-height: 138px; }
  .pmv__clip-finder > aside article.is-short { min-height: 180px; }

}

@media (prefers-reduced-motion: reduce) {
  .pro-max-showcase.is-collapsed .pro-max-showcase-toggle-label {
    animation: none;
  }

  .pro-max-showcase-tabs button,
  .pro-max-showcase-card-inner,
  .pro-max-showcase-copy {
    transition: none;
  }

  .pro-max-showcase-sequence.is-stack-active .pro-max-showcase-card,
  .pro-max-showcase-card {
    position: relative;
    top: auto;
    height: auto;
    min-height: 0;
    margin-bottom: 24px;
  }

  .pro-max-showcase-card-inner {
    position: relative;
    top: auto;
    height: auto;
    min-height: 0;
    transform: none !important;
    filter: none !important;
  }

  .pro-max-showcase-handoff { display: none; }
}

@media print {
  .pro-max-showcase-nav {
    display: none;
  }

  .pro-max-showcase-sequence.is-stack-active .pro-max-showcase-card,
  .pro-max-showcase-card,
  .pro-max-showcase-card-inner {
    position: relative;
    top: auto;
    height: auto;
    min-height: 0;
    break-inside: avoid;
  }
}
