/* DADION Lancers LP v6 — transparent layers, compact evidence, readable Japanese */

:root {
  --v6-red: #ef3124;
  --v6-red-dark: #a80707;
  --v6-red-deep: #760303;
  --v6-gold: #f7c45a;
  --v6-cyan: #42d5e4;
  --v6-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

::selection {
  background: rgba(66, 213, 228, 0.34);
  color: inherit;
}

:focus-visible {
  outline: 3px solid var(--v6-cyan);
  outline-offset: 4px;
}

/* Sticky navigation must never cover the heading it just scrolled to. */

.vsl-shortcut,
.bundle-section,
.research-proof,
.samples-section,
.creator-process,
.price-section,
.faq-section,
.final-cta {
  scroll-margin-top: 88px;
}

.creator-name-line {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
}

/* Hero and final product art are genuine transparent layers. */

.hero-product-v6 {
  position: relative;
  width: 122%;
  min-height: 0;
  margin: 0 0 0 -18%;
  aspect-ratio: 3 / 2;
  isolation: isolate;
  transform: translateX(clamp(22px, 2.2vw, 36px));
}

.hero-product-v6 > img,
.hero-product-v6 .hero-product-v6__main,
.hero-product-v6 .hero-product-v6__price {
  position: absolute;
  max-width: none;
  min-height: 0;
  object-fit: contain;
  -webkit-mask-image: none;
  mask-image: none;
}

.hero-product-v6 .hero-product-v6__main {
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 30px 34px rgba(0, 0, 0, 0.27));
}

.hero-product-v6 .hero-product-v6__price {
  z-index: 2;
  top: 8%;
  right: -2%;
  width: 43%;
  height: auto;
  filter: drop-shadow(0 14px 12px rgba(116, 3, 3, 0.35));
  transform: rotate(1deg);
}

.hero-product-v6 figcaption {
  display: none;
}

/* VSL stays a full reading surface; the purchase band becomes a compact interruption. */

.vsl-layout--v5 .vsl-poster {
  max-width: 1320px;
}

.quick-buy--v6 {
  width: min(calc(100% - 36px), 1380px);
  max-width: 1380px;
  min-height: 166px;
  margin-top: 36px;
  padding: 18px 24px 25px;
  align-items: center;
  grid-template-columns: minmax(260px, 0.72fr) minmax(260px, 0.72fr) minmax(270px, auto);
  gap: 24px;
}

.quick-buy--v6 .quick-buy__visual,
.quick-buy--v6 .quick-buy__stamp {
  grid-row: auto;
  width: 100%;
  min-height: 0;
  overflow: visible;
  aspect-ratio: 3 / 1;
  background: transparent;
}

.quick-buy--v6 .quick-buy__visual img,
.quick-buy--v6 .quick-buy__stamp img {
  position: static;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 9px 10px rgba(163, 9, 9, 0.16));
}

.quick-buy--v6 .quick-buy__copy {
  min-width: 0;
  justify-self: center;
  text-align: center;
}

.quick-buy--v6 .quick-buy__copy p {
  color: var(--v6-red-dark);
}

.quick-buy--v6 .quick-buy__copy strong {
  align-items: baseline;
  justify-content: center;
  white-space: nowrap;
}

.quick-buy--v6 .quick-buy__copy strong b {
  font-variant-numeric: tabular-nums;
}

/* A resting offset plus a lower shadow creates the raised interruption CTA. */

.purchase-cta--interrupt {
  border-color: #ff6b61 !important;
  box-shadow: 0 13px 0 var(--v6-red-deep), 0 26px 38px rgba(168, 7, 7, 0.3) !important;
  transform: translateY(-5px);
  transition: transform 220ms var(--v6-ease-out), box-shadow 220ms var(--v6-ease-out), filter 220ms ease !important;
}

.purchase-cta--interrupt:hover,
.purchase-cta--interrupt:focus-visible {
  box-shadow: 0 10px 0 var(--v6-red-deep), 0 20px 30px rgba(168, 7, 7, 0.34) !important;
  filter: brightness(1.04);
  transform: translateY(-2px);
}

.purchase-cta--interrupt:active {
  box-shadow: 0 5px 0 var(--v6-red-deep), 0 12px 18px rgba(168, 7, 7, 0.28) !important;
  transform: translateY(3px);
}

/* The persistent mobile purchase bar yields to any full-size purchase CTA. */

.mobile-sticky.is-suppressed,
.mobile-sticky.is-visible.is-suppressed {
  pointer-events: none;
  transform: translateY(140%);
}

/* The character has a job: make repeated re-explanation obvious before the motion. */

.bundle-copy-v4 {
  min-width: 0;
}

.bundle-people-v6 {
  display: grid;
  width: min(100%, 420px);
  min-height: 146px;
  margin: 15px 0 12px;
  align-items: center;
  grid-template-columns: minmax(130px, 0.82fr) minmax(142px, 0.78fr);
  gap: 8px;
}

.bundle-people-v6 img {
  width: 100%;
  height: 146px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 13px 16px rgba(7, 23, 42, 0.13));
}

.bundle-people-v6 figcaption {
  position: relative;
  padding: 13px 14px;
  border: 2px solid #f2c347;
  border-radius: 15px;
  background: #fff4b9;
  color: var(--ink);
  font-size: 14px;
  font-weight: 950;
  letter-spacing: -0.025em;
  line-height: 1.45;
}

.bundle-people-v6 figcaption::before {
  position: absolute;
  top: 50%;
  left: -11px;
  width: 18px;
  height: 18px;
  border-bottom: 2px solid #f2c347;
  border-left: 2px solid #f2c347;
  background: #fff4b9;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.bundle-people-v6 small {
  display: block;
  margin-top: 4px;
  color: #6a5a2a;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.55;
}

/* Each comparison lane owns its own downward stream. */

.flow-race--v6 {
  min-height: 640px;
}

.flow-race--v6 .flow-lane {
  min-height: 640px;
}

.flow-arrow-stream {
  position: absolute;
  z-index: 0;
  inset: 68px 12% 38px;
  display: block;
  overflow: hidden;
  pointer-events: none;
}

.flow-arrow-track {
  position: absolute;
  inset: -25% 0 0;
  display: flex;
  height: 125%;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  animation: v7-arrow-track 3.2s linear infinite;
  will-change: transform;
}

.flow-arrow-stream img {
  width: min(70%, 170px);
  opacity: 0.075;
  filter: brightness(0) invert(1);
  transform: rotate(90deg);
  flex: 0 0 auto;
}

.flow-lane--fragmented .flow-arrow-stream img {
  opacity: 0.055;
  filter: brightness(0) saturate(100%) invert(30%) sepia(91%) saturate(3450%) hue-rotate(349deg) brightness(101%);
}

.flow-race--v6 .flow-stages,
.flow-race--v6 .flow-obstacles,
.flow-race--v6 .flow-runner,
.flow-race--v6 .flow-delay-total,
.flow-race--v6 .flow-finish {
  z-index: 3;
}

.flow-race--v6 .flow-runner {
  top: 80px;
  right: auto;
  left: 50%;
  width: 42%;
  height: auto;
  max-height: 196px;
  object-fit: contain;
  object-position: center top;
  filter: drop-shadow(0 18px 18px rgba(0, 0, 0, 0.24));
  translate: -50% 0;
}

.flow-race--v6 .flow-runner--single {
  right: auto;
  left: 50%;
  width: 43%;
}

.flow-race--v6 .flow-obstacles {
  inset: 92px 7% 58px 42%;
}

.flow-lane--fragmented.is-impact::after {
  position: absolute;
  z-index: 1;
  inset: 62px 0 0;
  background: radial-gradient(circle at 73% var(--impact-y, 24%), rgba(239, 49, 36, 0.28), transparent 19%);
  content: "";
  pointer-events: none;
  animation: v6-impact-flash 650ms var(--v6-ease-out) both;
}

.flow-damage {
  min-width: 72px;
  text-align: center;
}

@keyframes v7-arrow-track {
  from { transform: translateY(0); }
  to { transform: translateY(20%); }
}

@keyframes v6-impact-flash {
  0%, 100% { opacity: 0; }
  20% { opacity: 1; }
}

/* Evidence is one desktop row: claim, 100+, 12, 1. */

.research-layout--v6 {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 2.28fr);
  gap: 32px;
}

.research-layout--v6 .research-heading-v3 {
  display: block;
  min-width: 0;
}

.research-layout--v6 .research-heading-v3 h2 {
  display: block;
  font-size: clamp(42px, 4vw, 58px);
  line-height: 1.04;
}

.research-title-line {
  display: block;
  white-space: nowrap;
}

.research-title-line--peak,
.research-peak {
  white-space: nowrap;
}

.research-layout--v6 .research-heading-v3 p {
  max-width: 34ch;
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.78;
  text-wrap: pretty;
}

.research-motion-v6 {
  width: 100%;
  min-height: 0;
  margin: 0;
  grid-template-columns: minmax(0, 1fr) 25px minmax(0, 0.76fr) 25px minmax(0, 1.12fr);
  gap: 4px;
}

.research-motion-v6 .research-step {
  min-height: 212px;
  padding: 10px 8px 6px;
  justify-content: flex-start;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.research-motion-v6 .research-step__copy,
.research-motion-v6 .research-step--final .research-step__copy {
  min-height: 70px;
}

.research-motion-v6 .research-step__copy strong {
  font-size: clamp(20px, 1.9vw, 28px);
}

.research-motion-v6 .research-step__copy p {
  max-width: 20em;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.55;
}

.research-motion-v6 .research-step > img,
.research-motion-v6 .research-step--pages > img,
.research-motion-v6 .research-step--lens > img,
.research-motion-v6 .research-step--final > img {
  width: min(88%, 210px);
  height: 128px;
  margin-top: 3px;
  object-fit: contain;
  filter: drop-shadow(0 15px 18px rgba(0, 0, 0, 0.28));
}

.research-motion-v6 .research-step--final {
  position: relative;
  isolation: isolate;
}

.research-motion-v6 .research-step--final::before {
  position: absolute;
  z-index: -1;
  inset: 2% -7% -9%;
  border-radius: 48%;
  background:
    radial-gradient(circle at 55% 60%, rgba(247, 196, 90, 0.24), rgba(247, 196, 90, 0.08) 42%, transparent 70%),
    radial-gradient(circle at 72% 42%, rgba(66, 213, 228, 0.14), transparent 58%);
  content: "";
  opacity: 0.72;
  transform: scale(0.98);
  animation: v7-final-proof-glow 5.8s ease-in-out infinite alternate;
}

.research-motion-v6 .research-step--final .research-step__copy,
.research-motion-v6 .research-step--final > img {
  position: relative;
  z-index: 1;
}

@keyframes v7-final-proof-glow {
  from { opacity: 0.54; transform: translate3d(-2px, 2px, 0) scale(0.98); }
  to { opacity: 0.9; transform: translate3d(3px, -2px, 0) scale(1.04); }
}

.price-card .title-peak {
  color: var(--v6-red-dark);
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.48), 0 5px 14px rgba(168, 7, 7, 0.14);
}

.research-motion-v6 .research-step--lens > img {
  width: min(70%, 150px);
  height: 122px;
}

.research-motion-v6 .research-step--final > img {
  width: min(94%, 220px);
  height: 144px;
  margin-top: -5px;
}

.research-motion-v6 > .research-arrow {
  width: 23px;
  height: 23px;
}

/* Sample titles stay inside their copy column at every width. */

.sample-panel {
  grid-template-columns: minmax(285px, 0.68fr) minmax(0, 1.5fr);
}

.sample-copy {
  min-width: 0;
}

.sample-copy h3 {
  max-width: 100%;
  font-size: clamp(38px, 3.5vw, 50px);
  letter-spacing: -0.035em;
  line-height: 1.13;
  word-break: keep-all;
  overflow-wrap: normal;
}

.sample-copy h3 > span {
  width: auto;
  max-width: 100%;
  white-space: normal;
}

.sample-copy h3 em,
.sample-heading-tail {
  white-space: nowrap;
}

.sample-heading-tail {
  display: inline;
  margin-left: 0.08em;
}

.sample-copy--diagnostic h3 {
  font-size: clamp(36px, 3.25vw, 46px);
}

.sample-generated,
.sample-generated img {
  max-width: 100%;
}

.sample-generated img {
  display: block;
}

.sample-cta-bridge {
  padding-bottom: 24px;
}

/* Final CTA reuses the same two transparent layers without duplicate copy. */

.final-copy h2 {
  margin-top: 20px;
}

.final-product-v6 {
  position: relative;
  min-height: 0;
  aspect-ratio: 3 / 2;
  isolation: isolate;
}

.final-product-v6 > img,
.final-product-v6 .final-product-v6__main,
.final-product-v6 .final-product-v6__price {
  position: absolute;
  top: auto;
  left: auto;
  max-width: none;
  object-fit: contain;
  transform: none;
}

@media (min-width: 901px) {
  .final-cta {
    padding-block: 62px;
  }

  .final-layout {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 28px;
  }

  .generated-badge--final {
    margin-bottom: 10px;
  }

  .final-copy h2 {
    margin-top: 10px;
  }

  .final-product-v6 {
    width: 108%;
    margin-left: -3%;
    transform: translateY(12px);
  }
}

.final-product-v6 .final-product-v6__main {
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 30px 34px rgba(0, 0, 0, 0.31));
}

.final-product-v6 .final-product-v6__price {
  z-index: 2;
  top: 5%;
  right: -1%;
  width: 44%;
  height: auto;
  filter: drop-shadow(0 14px 12px rgba(116, 3, 3, 0.38));
  transform: rotate(1deg);
}

/* TP title is three stable semantic lines. */

.tp-card h1 {
  max-width: 720px;
  font-size: clamp(40px, 4.35vw, 60px);
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.tp-title__line {
  display: block;
  white-space: nowrap;
}

.tp-title__line + .tp-title__line {
  margin-top: 0.04em;
}

@media (max-width: 1120px) {
  .hero-product-v6 {
    width: 116%;
    margin-left: -13%;
  }

  .quick-buy--v6 {
    min-height: 158px;
    grid-template-columns: minmax(230px, 0.65fr) minmax(230px, 0.72fr) minmax(250px, auto);
    gap: 18px;
  }

  .bundle-layout-v4 {
    grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
    gap: 28px;
  }

  .bundle-people-v6 {
    grid-template-columns: minmax(125px, 0.82fr) minmax(130px, 0.78fr);
  }

  .research-layout--v6 {
    grid-template-columns: minmax(230px, 0.68fr) minmax(0, 2.32fr);
    gap: 22px;
  }

  .research-motion-v6 .research-step__copy p {
    font-size: 12px;
  }
}

@media (max-width: 900px) {
  .hero-product-v6 {
    width: min(100%, 760px);
    margin: -24px auto 0;
    aspect-ratio: 3 / 1.82;
    transform: none;
  }

  .hero-product-v6 .hero-product-v6__price {
    right: 2%;
    width: 39%;
  }

  .quick-buy--v6 {
    min-height: 166px;
    grid-template-columns: minmax(200px, 0.7fr) minmax(230px, 0.78fr) minmax(230px, auto);
  }

  .quick-buy--v6 .quick-buy__visual {
    grid-row: auto;
  }

  .bundle-layout-v4 {
    grid-template-columns: 1fr;
  }

  .bundle-copy-v4 {
    display: grid;
    grid-template-columns: minmax(290px, 0.9fr) minmax(290px, 1.1fr);
    gap: 0 26px;
  }

  .bundle-copy-v4 h2,
  .bundle-copy-v4 > p:first-of-type,
  .bundle-copy-v4 > p:last-of-type,
  .handoff-summary {
    grid-column: 1;
  }

  .bundle-people-v6 {
    grid-row: 1 / span 4;
    grid-column: 2;
    align-self: center;
  }

  .research-layout--v6 {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .research-layout--v6 .research-heading-v3 {
    display: grid;
    align-items: end;
    grid-template-columns: minmax(270px, 0.78fr) minmax(0, 1.22fr);
    gap: 28px;
  }

  .research-layout--v6 .research-heading-v3 p {
    max-width: 58ch;
    margin: 0;
  }

  .research-motion-v6 {
    grid-template-columns: minmax(0, 1fr) 25px minmax(0, 0.8fr) 25px minmax(0, 1.05fr);
  }

  .sample-panel {
    grid-template-columns: minmax(240px, 0.58fr) minmax(0, 1.42fr);
  }
}

@media (max-width: 760px) {
  .quick-buy--v6 {
    width: calc(100% - 28px);
    min-height: 0;
    padding: 15px 15px 25px;
    grid-template-columns: minmax(132px, 0.62fr) minmax(156px, 0.88fr);
    gap: 10px 14px;
  }

  .quick-buy--v6 .quick-buy__stamp {
    aspect-ratio: 3 / 1;
  }

  .quick-buy--v6 .quick-buy__copy {
    text-align: left;
  }

  .quick-buy--v6 .quick-buy__copy strong {
    justify-content: flex-start;
  }

  .quick-buy--v6 > .button {
    width: 100%;
    grid-column: 1 / -1;
  }

  .flow-race--v6,
  .flow-race--v6 .flow-lane {
    min-height: 560px;
  }

  .flow-race--v6 .flow-runner {
    top: 70px;
    right: auto;
    left: 50%;
    width: 54%;
    max-height: 154px;
  }

  .flow-race--v6 .flow-runner--single {
    right: auto;
    left: 50%;
    width: 56%;
  }

  .flow-arrow-stream {
    inset: 62px 10% 30px;
  }

  .flow-arrow-stream img {
    width: 74%;
  }

  .research-layout--v6 .research-heading-v3 {
    display: block;
  }

  .research-layout--v6 .research-heading-v3 p {
    margin-top: 13px;
  }

  .research-motion-v6 {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) 18px minmax(0, 0.78fr) 18px minmax(0, 1.08fr);
    gap: 2px;
  }

  .research-motion-v6 .research-step {
    min-height: 188px;
    padding-inline: 4px;
  }

  .research-motion-v6 .research-step__copy,
  .research-motion-v6 .research-step--final .research-step__copy {
    min-height: 68px;
  }

  .research-motion-v6 .research-step__copy strong {
    font-size: clamp(18px, 3.3vw, 24px);
  }

  .research-motion-v6 .research-step__copy p {
    font-size: 10px;
  }

  .research-motion-v6 .research-step > img,
  .research-motion-v6 .research-step--pages > img,
  .research-motion-v6 .research-step--lens > img,
  .research-motion-v6 .research-step--final > img {
    width: min(90%, 160px);
    height: 108px;
  }

  .research-motion-v6 .research-step--lens > img {
    width: min(72%, 118px);
  }

  .research-motion-v6 .research-step--final > img {
    height: 120px;
  }

  .research-motion-v6 > .research-arrow {
    width: 18px;
    height: 18px;
    transform: none;
  }
}

@media (max-width: 640px) {
  .hero-product-v6 {
    width: calc(100% + 24px);
    margin: -16px -12px 0;
    aspect-ratio: 3 / 2;
  }

  .hero-product-v6 .hero-product-v6__price {
    top: 7%;
    right: 1%;
    width: 43%;
  }

  .vsl-heading-v5 p {
    font-size: 12px;
  }

  .quick-buy--v6 {
    grid-template-columns: minmax(118px, 0.62fr) minmax(150px, 0.88fr);
  }

  .quick-buy--v6 .quick-buy__copy p,
  .quick-buy--v6 .quick-buy__copy small {
    font-size: 8px;
  }

  .quick-buy--v6 .quick-buy__copy strong b {
    font-size: 32px;
  }

  .bundle-copy-v4 {
    display: block;
  }

  .bundle-copy-v4 h2 {
    font-size: clamp(40px, 12.7vw, 50px);
  }

  .bundle-title__line {
    white-space: normal;
  }

  .bundle-people-v6 {
    width: 100%;
    min-height: 122px;
    margin-block: 12px;
    grid-template-columns: minmax(112px, 0.8fr) minmax(132px, 0.9fr);
  }

  .bundle-people-v6 img {
    height: 122px;
  }

  .bundle-people-v6 figcaption {
    padding: 11px;
    font-size: 12px;
  }

  .flow-race--v6,
  .flow-race--v6 .flow-lane {
    min-height: 548px;
  }

  .flow-race--v6 .flow-runner {
    top: 68px;
    width: 53%;
    max-height: 138px;
  }

  .flow-race--v6 .flow-runner--single {
    width: 54%;
  }

  .research-layout--v6 .research-heading-v3 h2 {
    font-size: 44px;
  }

  .research-motion-v6 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .research-motion-v6 .research-step {
    display: grid;
    min-height: 132px;
    padding: 12px 10px;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) minmax(105px, 0.72fr);
    gap: 8px;
  }

  .research-motion-v6 .research-step__copy,
  .research-motion-v6 .research-step--final .research-step__copy {
    min-height: 0;
    text-align: left;
  }

  .research-motion-v6 .research-step__copy p {
    margin: 7px 0 0;
    font-size: 11px;
  }

  .research-motion-v6 .research-step > img,
  .research-motion-v6 .research-step--pages > img,
  .research-motion-v6 .research-step--lens > img,
  .research-motion-v6 .research-step--final > img {
    width: 100%;
    height: 108px;
    margin: 0;
  }

  .research-motion-v6 > .research-arrow {
    width: 18px;
    height: 18px;
    margin-inline: auto;
    transform: rotate(90deg);
  }

  .sample-panel {
    grid-template-columns: 1fr;
  }

  .sample-copy h3,
  .sample-copy--diagnostic h3 {
    font-size: clamp(32px, 9.2vw, 39px);
  }

  .sample-copy h3 > span {
    white-space: nowrap;
  }

  .sample-heading-tail {
    margin-left: 0.05em;
  }

  .sample-cta-bridge {
    padding-bottom: 22px;
  }

  .purchase-cta--interrupt {
    box-shadow: 0 9px 0 var(--v6-red-deep), 0 18px 26px rgba(168, 7, 7, 0.29) !important;
    transform: translateY(-4px);
  }

  .final-product-v6 {
    width: calc(100% + 20px);
    margin-inline: -10px;
    aspect-ratio: 3 / 2;
  }

  .final-product-v6 .final-product-v6__price {
    top: 4%;
    right: 0;
    width: 43%;
  }

  .tp-card h1 {
    font-size: clamp(30px, 9.4vw, 38px);
    line-height: 1.12;
  }
}

@media (max-width: 414px) {
  .research-layout--v6 .research-heading-v3 h2 {
    font-size: 42px;
  }

  .sample-copy h3,
  .sample-copy--diagnostic h3 {
    font-size: clamp(31px, 8.9vw, 36px);
  }

  .tp-card h1 {
    font-size: clamp(29px, 8.8vw, 36px);
  }
}

@media (max-width: 360px) {
  .quick-buy--v6 {
    grid-template-columns: 106px minmax(0, 1fr);
    gap: 8px;
  }

  .quick-buy--v6 .quick-buy__copy strong b {
    font-size: 29px;
  }

  .bundle-copy-v4 h2 {
    font-size: 39px;
  }

  .sample-copy h3,
  .sample-copy--diagnostic h3 {
    font-size: 31px;
  }

  .tp-card h1 {
    font-size: 29px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .flow-arrow-track,
  .flow-lane--fragmented.is-impact::after,
  .purchase-cta--interrupt,
  .research-motion-v6 .research-step--final::before {
    animation: none !important;
    transition: none !important;
  }

  .flow-arrow-track {
    transform: translateY(10%);
  }
}
