.t-move-to-text {
  --move-to-text-ink: #0d0d0d;
  --move-to-text-copy: #4e4e4b;
  --move-to-text-muted: #767571;
  --move-to-text-line: #d9d8d0;
  --move-to-text-tertiary: #e7e6de;
  --move-to-text-soft: #f5f4ee;
  --move-to-text-off-white: #fcfcf7;
  --move-to-text-red: #f00;

  color: var(--move-to-text-ink);
  background: var(--move-to-text-off-white);
}

.o-wrapper:has(.t-move-to-text) {
  overflow: clip;
}

body:has(.t-move-to-text) .c-announcement {
  display: none !important;
}

.t-move-to-text-brand {
  background: var(--move-to-text-off-white, #fcfcf7);
}

.t-move-to-text-brand__inner {
  display: flex;
  align-items: center;
  min-height: 5.5rem;
}

.t-move-to-text-brand__inner a {
  display: inline-flex;
  color: #000;
}

.t-move-to-text-brand__logo {
  display: block;
  width: 8.25rem;
  height: auto;
}

.t-move-to-text *,
.t-move-to-text *::before,
.t-move-to-text *::after {
  box-sizing: border-box;
}

.t-move-to-text__container {
  width: min(100% - 2.5rem, 70rem);
  margin-inline: auto;
}

.t-move-to-text__container--narrow {
  width: min(100% - 2.5rem, 60rem);
}

.t-move-to-text__container--wide {
  width: min(100% - 3rem, 90rem);
}

.t-move-to-text__section {
  padding-block: clamp(3.5rem, 6.5vw, 5.5rem);
}

.t-move-to-text__section-heading {
  max-width: 48rem;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.t-move-to-text__section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.t-move-to-text__section-heading h2,
.t-move-to-text__data h2,
.t-move-to-text__cost-cta h2 {
  margin: 0 0 1.25rem;
  font-size: clamp(2.5rem, 5.5vw, 4.5rem);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.045em;
  color: var(--move-to-text-ink);
}

.t-move-to-text__section-heading > p:last-child,
.t-move-to-text__cost-cta p {
  margin: 0;
  font-size: clamp(1.0625rem, 2vw, 1.25rem);
  line-height: 1.55;
  color: var(--move-to-text-copy);
}

.t-move-to-text__section-heading h3 {
  margin: -0.25rem 0 0.75rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--move-to-text-ink);
}

.t-move-to-text__hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(2rem, 4vw, 3.5rem) clamp(3.5rem, 6vw, 5rem);
  background: var(--move-to-text-off-white);
}

.t-move-to-text__hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(2.5rem, 5vw, 4.5rem);
}

.t-move-to-text__hero-copy {
  display: grid;
  grid-template-areas:
    "title lead"
    "title actions";
  grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 0.85fr);
  gap: 1.5rem clamp(3rem, 7vw, 6rem);
  align-items: start;
}

.t-move-to-text__hero-title {
  grid-area: title;
  max-width: 48rem;
  margin: 0;
  font-size: clamp(3.25rem, 5vw, 5.5rem);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.06em;
  color: var(--move-to-text-ink);
}

.t-move-to-text__hero-title span {
  display: block;
  color: var(--move-to-text-red);
}

.t-move-to-text__hero-lead {
  grid-area: lead;
  max-width: 34rem;
  margin: 0;
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  line-height: 1.5;
  color: var(--move-to-text-copy);
}

.t-move-to-text__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.t-move-to-text__hero-copy .t-move-to-text__actions {
  grid-area: actions;
}

.t-move-to-text__actions .c-btn,
.t-move-to-text__center-action .c-btn {
  min-height: 3.5rem;
  margin: 0;
}

.t-move-to-text__hero-visual {
  overflow: hidden;
  background: var(--move-to-text-tertiary);
  border: 1px solid rgba(13, 13, 13, 0.1);
  border-radius: 1.5rem;
  box-shadow:
    0 1.625rem 3rem -0.625rem rgba(0, 0, 0, 0.08),
    0 0.625rem 1.25rem -0.25rem rgba(0, 0, 0, 0.08);
}

.t-move-to-text__hero-image {
  display: block;
  width: 100%;
  height: auto;
}

.t-move-to-text__demo {
  background: var(--move-to-text-off-white);
}

.t-move-to-text__demo .t-move-to-text__section-heading h2 {
  margin-bottom: 0;
}

.t-move-to-text__video {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--move-to-text-ink);
  border: 1px solid var(--move-to-text-line);
  border-radius: 1.5rem;
  box-shadow:
    0 0.75rem 1.5rem -0.25rem rgba(0, 0, 0, 0.08),
    0 0.25rem 0.5rem -0.125rem rgba(0, 0, 0, 0.08);
}

.t-move-to-text__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.t-move-to-text__center-action {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.t-move-to-text__changes {
  scroll-margin-top: 2rem;
  background: var(--move-to-text-tertiary);
}

.t-move-to-text__feature-stack {
  display: grid;
  gap: clamp(4rem, 10vw, 8rem);
}

.t-move-to-text__feature-card {
  display: grid;
  overflow: hidden;
  min-height: 0;
  background: var(--move-to-text-soft);
  border: 1px solid rgba(13, 13, 13, 0.1);
  border-radius: 1.25rem;
  box-shadow:
    0 0.75rem 1.5rem -0.25rem rgba(0, 0, 0, 0.08),
    0 0.25rem 0.5rem -0.125rem rgba(0, 0, 0, 0.08);
}

.t-move-to-text__feature-media {
  display: grid;
  overflow: hidden;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 5 / 2;
  background: #111;
  border-bottom: 1px solid rgba(13, 13, 13, 0.1);
}

.t-move-to-text__feature-image {
  display: block;
  min-width: 0;
  min-height: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.t-move-to-text__feature-image--mobile {
  display: none;
}

.t-move-to-text__feature-image--contain {
  object-fit: contain;
}

.t-move-to-text__feature-content {
  display: grid;
  grid-template-columns: auto minmax(0, 0.85fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: start;
  min-height: 0;
  padding: clamp(1.5rem, 2.5vw, 2.25rem);
  background: var(--move-to-text-soft);
}

.t-move-to-text__feature-topline {
  display: flex;
  align-self: start;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}

.t-move-to-text__feature-number {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--move-to-text-copy);
}

.t-move-to-text__feature-card h3 {
  margin: 0;
  font-size: clamp(2rem, 3.1vw, 3rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.t-move-to-text__feature-card p {
  margin: 0;
  font-size: clamp(1rem, 1.2vw, 1.0625rem);
  line-height: 1.58;
  color: var(--move-to-text-copy);
}

.t-move-to-text__context-cta,
.t-move-to-text__revenue {
  margin-top: clamp(3rem, 7vw, 6rem);
}

.t-move-to-text__context-cta {
  display: flex;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  justify-content: space-between;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background: var(--move-to-text-off-white);
  border: 1px solid var(--move-to-text-line);
  border-radius: 1.25rem;
}

.t-move-to-text__context-cta p {
  max-width: 42rem;
  margin: 0;
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  line-height: 1.5;
  color: var(--move-to-text-copy);
}

.t-move-to-text__context-cta .c-btn {
  flex: 0 0 auto;
  margin: 0;
}

.t-move-to-text__revenue {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  padding: clamp(1.25rem, 3vw, 2rem);
  color: #fff;
  background: var(--move-to-text-ink);
  border-radius: 1.5rem;
}

.t-move-to-text__revenue-copy {
  max-width: 35rem;
}

.t-move-to-text__revenue h3 {
  margin: 0 0 0.875rem;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.t-move-to-text__revenue p {
  max-width: 47rem;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.55;
  color: #d9d9dc;
}

.t-move-to-text__revenue-copy .c-btn {
  margin-top: 1.5rem;
}

.t-move-to-text__revenue-media {
  overflow: hidden;
  border-radius: 1rem;
}

.t-move-to-text__revenue-image {
  display: block;
  width: 100%;
  height: auto;
}

.t-move-to-text__data {
  background: var(--move-to-text-off-white);
}

.t-move-to-text__data-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: start;
}

.t-move-to-text__data-intro p {
  max-width: 32rem;
  margin: 0;
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  line-height: 1.45;
  color: var(--move-to-text-copy);
}

.t-move-to-text__data-panel {
  min-width: 0;
}

.t-move-to-text__data-items {
  border-top: 1px solid var(--move-to-text-line);
  margin: 0;
  padding: 0;
  list-style: none;
}

.t-move-to-text__data-items li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(4.5rem, 7vw, 6rem);
  padding-block: 1rem;
  font-size: clamp(1.5rem, 2.8vw, 2.25rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.035em;
  color: var(--move-to-text-ink);
}

.t-move-to-text__data-items li::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--move-to-text-line);
  transform-origin: left;
  content: "";
}

.t-move-to-text__data-items.v--arrived li {
  animation: t-move-to-text-data-arrive 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.t-move-to-text__data-items.v--arrived li::after {
  animation: t-move-to-text-data-rule 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.t-move-to-text__data-items.v--arrived li:nth-child(2),
.t-move-to-text__data-items.v--arrived li:nth-child(2)::after {
  animation-delay: 0.14s;
}

.t-move-to-text__data-items.v--arrived li:nth-child(3),
.t-move-to-text__data-items.v--arrived li:nth-child(3)::after {
  animation-delay: 0.28s;
}

.t-move-to-text__data-items.v--arrived li:nth-child(4),
.t-move-to-text__data-items.v--arrived li:nth-child(4)::after {
  animation-delay: 0.42s;
}

.t-move-to-text__data-items.v--arrived li:nth-child(5),
.t-move-to-text__data-items.v--arrived li:nth-child(5)::after {
  animation-delay: 0.56s;
}

@keyframes t-move-to-text-data-arrive {
  from {
    opacity: 0;
    transform: translateX(-1rem);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes t-move-to-text-data-rule {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

.t-move-to-text__data-action {
  display: flex;
  justify-content: center;
  margin-top: clamp(2rem, 4vw, 3rem);
}

.t-move-to-text__data-action .c-btn {
  margin: 0;
}

.t-move-to-text__pricing {
  background: var(--move-to-text-tertiary);
}

.t-move-to-text__pricing-plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.t-move-to-text__pricing-plan {
  overflow: hidden;
  background: var(--move-to-text-off-white);
  border: 1px solid var(--move-to-text-line);
  border-radius: 1.25rem;
  box-shadow:
    0 0.75rem 1.5rem -0.25rem rgba(0, 0, 0, 0.08),
    0 0.25rem 0.5rem -0.125rem rgba(0, 0, 0, 0.08);
}

.t-move-to-text__pricing-plan h3 {
  margin: 0;
  padding: 1.375rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--move-to-text-ink);
  border-bottom: 1px solid var(--move-to-text-line);
}

.t-move-to-text__pricing-plan--featured h3 {
  color: #fff;
  background: var(--move-to-text-ink);
}

.t-move-to-text__pricing-plan dl {
  margin: 0;
}

.t-move-to-text__pricing-plan dl > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: end;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--move-to-text-line);
}

.t-move-to-text__pricing-plan dl > div:last-child {
  border-bottom: 0;
}

.t-move-to-text__pricing-plan dt {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--move-to-text-copy);
}

.t-move-to-text__pricing-plan dd {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 500;
  text-align: right;
  color: var(--move-to-text-ink);
}

.t-move-to-text__pricing-plan dd strong {
  font-size: 1.5rem;
  font-weight: 600;
}

.t-move-to-text__pricing-plan--featured dl {
  background: var(--move-to-text-soft);
}

.t-move-to-text__saving {
  display: inline-flex;
  align-items: center;
  margin: 0 0 1rem;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--move-to-text-ink);
  background: #dddb5f;
  border-radius: 0.5rem;
}

.t-move-to-text__pricing-summary {
  max-width: 54rem;
  margin: 1.5rem 0 0;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--move-to-text-copy);
}

.t-move-to-text__pricing-summary a {
  font-weight: 500;
  color: var(--move-to-text-ink);
  text-decoration: underline;
  text-decoration-color: var(--move-to-text-red);
  text-decoration-thickness: 0.125rem;
  text-underline-offset: 0.2em;
}

.t-move-to-text__cost-cta {
  padding-bottom: clamp(4.5rem, 9vw, 8rem);
  color: var(--move-to-text-off-white);
  background: var(--move-to-text-off-white);
}

.t-move-to-text__cost-inner {
  padding: clamp(2rem, 6vw, 5rem);
  background: var(--move-to-text-ink);
  border-radius: 1.5rem;
}

.t-move-to-text__cost-cta h2 {
  max-width: 45rem;
  color: var(--move-to-text-off-white);
}

.t-move-to-text__cost-cta p {
  max-width: 45rem;
  color: rgba(252, 252, 247, 0.82);
}

.t-move-to-text__cost-cta .t-move-to-text__actions {
  margin-top: 2rem;
}

.t-move-to-text__cost-cta .c-btn {
  justify-content: center;
}

.t-move-to-text__cost-cta .c-btn.v--primary {
  color: var(--move-to-text-ink);
  background: var(--move-to-text-off-white);
  border-color: var(--move-to-text-off-white);
}

.t-move-to-text__cost-cta .c-btn.t-move-to-text__outline-button {
  color: var(--move-to-text-off-white);
  background: var(--move-to-text-ink);
  border-color: var(--move-to-text-off-white);
}

.t-move-to-text__cost-cta .c-btn.t-move-to-text__outline-button:hover {
  color: var(--move-to-text-ink);
  background: var(--move-to-text-off-white);
  border-color: var(--move-to-text-off-white);
}

.t-move-to-text__process {
  padding-top: clamp(2rem, 4vw, 3.5rem);
  background: var(--move-to-text-off-white);
}

.t-move-to-text__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.t-move-to-text__steps li {
  position: relative;
  min-height: 16rem;
  padding: 1.5rem;
  background: var(--move-to-text-soft);
  border: 1px solid var(--move-to-text-line);
  border-radius: 1.25rem;
}

.t-move-to-text__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 4rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  background: var(--move-to-text-ink);
  border-radius: 50%;
}

.t-move-to-text__steps h3 {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
}

.t-move-to-text__steps p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--move-to-text-copy);
}

.t-move-to-text__faq {
  background: var(--move-to-text-soft);
}

.t-move-to-text__faq .t-move-to-text__section-heading {
  margin-bottom: 2.5rem;
}

.t-move-to-text__faq .c-faq__entry {
  border: 1px solid var(--move-to-text-line);
  box-shadow: none;
}

.t-move-to-text__faq .c-faq__entry-question {
  min-height: 3.75rem;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .t-move-to-text__feature-stack {
    gap: clamp(10rem, 26vh, 15rem);
  }

  .t-move-to-text__context-cta,
  .t-move-to-text__revenue {
    margin-top: clamp(4rem, 6vw, 5rem);
  }

  .t-move-to-text__feature-card {
    position: sticky;
    top: 5.5rem;
    align-self: start;
  }

  .t-move-to-text__feature-card:nth-child(1) {
    z-index: 1;
  }

  .t-move-to-text__feature-card:nth-child(2) {
    z-index: 2;
  }

  .t-move-to-text__feature-card:nth-child(3) {
    z-index: 3;
  }

  .t-move-to-text__feature-card:nth-child(4) {
    z-index: 4;
  }
}

@media (max-width: 1023px) {
  .t-move-to-text__hero-grid,
  .t-move-to-text__data-layout {
    grid-template-columns: 1fr;
  }

  .t-move-to-text__hero-copy {
    grid-template-areas:
      "title"
      "lead"
      "actions";
    grid-template-columns: 1fr;
  }

  .t-move-to-text__hero-visual {
    width: 100%;
    margin-inline: auto;
  }

  .t-move-to-text__feature-content {
    grid-template-columns: 1fr;
  }

  .t-move-to-text__revenue {
    grid-template-columns: 1fr;
  }

  .t-move-to-text__pricing-plans {
    grid-template-columns: 1fr;
  }

  .t-move-to-text__cost-cta .t-move-to-text__actions {
    width: min(100%, 31rem);
  }

  .t-move-to-text__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .t-move-to-text__container,
  .t-move-to-text__container--narrow,
  .t-move-to-text__container--wide {
    width: min(100% - 2rem, 70rem);
  }

  .t-move-to-text__hero {
    padding-block: 2rem 3rem;
  }

  .t-move-to-text-brand__inner {
    min-height: 4.75rem;
  }

  .t-move-to-text__hero-title {
    font-size: clamp(2.75rem, 12vw, 3.75rem);
  }

  .t-move-to-text__feature-media {
    grid-template-columns: 1fr;
    aspect-ratio: auto;
  }

  .t-move-to-text__feature-image--desktop {
    display: none;
  }

  .t-move-to-text__feature-image--mobile {
    display: block;
    width: 100%;
    height: auto;
  }

  .t-move-to-text__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .t-move-to-text__actions .c-btn,
  .t-move-to-text__center-action .c-btn {
    justify-content: center;
    width: 100%;
  }

  .t-move-to-text__steps {
    grid-template-columns: 1fr;
  }

  .t-move-to-text__context-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .t-move-to-text__context-cta .c-btn,
  .t-move-to-text__data-action .c-btn,
  .t-move-to-text__revenue-copy .c-btn {
    width: 100%;
    white-space: normal;
  }

  .t-move-to-text__steps li {
    min-height: 0;
  }

  .t-move-to-text__step-number {
    margin-bottom: 2.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .t-move-to-text {
    scroll-behavior: auto;
  }

  .t-move-to-text__feature-card {
    position: relative;
    top: auto;
  }

  .t-move-to-text__data-items.v--arrived li,
  .t-move-to-text__data-items.v--arrived li::after {
    animation: none;
  }
}
