/* ===================================================
   Mojo PPM WordPress Theme Template Styles
   =================================================== */

.mojo-ppm-page {
  --mojo-text: #111;
  --mojo-muted: #4c4c4c;
  --mojo-bg-soft: #f7f7f7;
  --mojo-accent: #02b6a9;
  --mojo-orange: #ff7e48;
  --mojo-grad: linear-gradient(-1deg, #02b6a9 28%, #22927f 44%, #ff7e48 59%, #ff7e48 72%);
  font-family: "Roboto", Arial, sans-serif;
  color: var(--mojo-muted);
}

/* Page-scoped header override for Mojo PPM template */
body.page-template-page-mojo-ppm .elementor-location-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 60;
  background: transparent !important;
}

body.page-template-page-mojo-ppm .header_mainsec,
body.page-template-page-mojo-ppm .header_mainsec > .e-con-inner {
  background: transparent !important;
  box-shadow: none !important;
}

.mojo-ppm-page * { box-sizing: border-box; }
.mojo-ppm-page h1, .mojo-ppm-page h2, .mojo-ppm-page h3, .mojo-ppm-page h4 {
  font-family: "Alata", "Roboto", Arial, sans-serif;
  color: var(--mojo-text);
  margin: 0;
}
.mojo-ppm-page p { margin: 0; }
.mojo-center { text-align: center; }

.mojo-ppm-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.mojo-ppm-section { padding: 88px 0; }
.mojo-ppm-section.soft { background: var(--mojo-bg-soft); }

/* ── Hero ── */
.mojo-ppm-hero-section {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding: 148px 0 50px;
  background: #fff;
}

.mojo-ppm-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  pointer-events: none;
}

.mojo-hero-h1 {
  font-size: clamp(36px, 6vw, 62px);
  line-height: 1.18;
  font-weight: 600;
}
.mojo-sub {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  color: #3d3d3d;
  text-align: center;  /* ← Only this centers the text */
}

.mojo-hero-dashboard-border {
  border-radius: 17px;
  background: var(--mojo-grad);
  box-shadow: 0 7px 15px rgba(128,121,106,.05), 0 25px 80px rgba(128,121,106,.05);
}

/* ── Shared ── */
.mojo-badge {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 1px 2px rgba(0,0,0,.08);
}

.mojo-badge-dark {
  position: relative;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  background: #1e1e1e;
  border: 1px solid transparent;
  background-image:
    linear-gradient(#1e1e1e, #1e1e1e),
    linear-gradient(135deg, #ff7e48 0%, #02b6a9 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.mojo-title {
  font-size: clamp(32px, 4.5vw, 50px);
  line-height: 1.16;
  font-weight: 600;
  margin: 14px 0;
}

.mojo-copy { font-size: 17px; line-height: 1.65; }

.mojo-text-link {
  font-size: 15px;
  font-weight: 500;
  color: #111;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mojo-btn {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 10px;
  border: 1px solid #111;
  background: #111;
  color: #fff !important;
  text-decoration: none;
  font-weight: 500;
  font-size: 17px;
  transition: background .25s, color .25s;
}
.mojo-btn:hover { background: transparent; color: #111 !important; }
.mojo-btn.light { background: #fff; color: #111 !important; border-color: #fff; }
.mojo-btn.light:hover { background: transparent; color: #fff !important; }

.mojo-btn-outline {
  display: inline-block;
  padding: 11px 20px;
  border-radius: 8px;
  border: 1px solid #111;
  color: #111;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  transition: background .25s, color .25s;
}
.mojo-btn-outline:hover { background: #111; color: #fff; }

/* ── Grid layouts ── */
.mojo-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* ── Your house section ── */
.mojo-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mojo-checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #4c4c4c;
  padding-left: 4px;
}

.mojo-checklist--boxed li::before {
  content: "\2713";
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: var(--mojo-grad);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  box-shadow: inset 0 0 0 2px #111, 0 6px 12px rgba(0,0,0,.12), 0 2px 5px rgba(0,0,0,.1);
}

.mojo-checklist--plain li::before {
  content: "\2713";
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01b6a8;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.mojo-yourhouse-wrap {
  position: relative;
}

.mojo-yourhouse-popup {
  position: absolute;
  bottom: -24px;
  left: -32px;
  width: 55%;
  border-radius: 10px;
  box-shadow: 0 25px 50px rgba(0,0,0,.15);
}

/* ── Pricing ── */
.mojo-pricing-card-wrap {
  max-width: 720px;
  margin: 0 auto;
}

.mojo-pricing-card-border {
  border-radius: 20px;
  padding: 2px;
  background: var(--mojo-grad);
}

.mojo-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(0,0,0,.07);
  padding: 30px;
}

.mojo-price {
  font-size: clamp(38px, 5vw, 52px);
  font-weight: 600;
  line-height: 1;
  color: #111;
  font-family: "Alata", "Roboto", Arial, sans-serif;
}

.mojo-pricing-cta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  max-width: 720px;
  margin: 22px auto 0;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px 20px;
}

/* ── Say goodbye / hello ── */
.mojo-goodbye-wrap {
  display: flex;
  gap: 40px;
  align-items: center;
  max-width: 1030px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.mojo-goodbye-left { flex-shrink: 0; }

.mojo-goodbye-scroll-outer {
  position: relative;
  flex: 1;
  height: 353px;
  overflow: hidden;
  min-width: 240px;
  isolation: isolate;
}

.mojo-goodbye-scroll-outer::before,
.mojo-goodbye-scroll-outer::after {
  content: "";
  position: absolute;
  inset-x: 0;
  z-index: 1;
  pointer-events: none;
  background: #fff;
  mix-blend-mode: saturation;
}

.mojo-goodbye-scroll-outer::before {
  top: 0;
  height: 151px;
}

.mojo-goodbye-scroll-outer::after {
  bottom: 0;
  height: 139px;
}

.mojo-goodbye-fade-top {
  position: absolute;
  inset-x: 0;
  top: 0;
  height: 151px;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255,255,255,.85), transparent);
}

.mojo-goodbye-fade-bottom {
  position: absolute;
  inset-x: 0;
  bottom: 0;
  height: 139px;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to top, rgba(255,255,255,.85), transparent);
}

.mojo-scroll-list {
  animation: mojo-scroll-up 10s linear infinite;
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.mojo-scroll-list p {
  margin: 0;
  padding: 4px 0;
  font-size: clamp(28px, 4.6vw, 50px);
  line-height: 1.24;
  font-weight: 600;
  white-space: nowrap;
  background: linear-gradient(-81deg, #02b6a9 11%, #1dc8ab 39%, #ad46ff 58%, #ff7e48 81%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
}

@keyframes mojo-scroll-up {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

.mojo-hello-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  position: relative;
  padding: 0 80px;
}

.mojo-hello-grid::before {
  content: "";
  position: absolute;
  left: 2%;
  right: 2%;
  top: 26px;
  height: 2px;
  z-index: 0;
  background-image: radial-gradient(circle, #c9c9c9 1px, transparent 1px);
  background-size: 12px 2px;
  background-repeat: repeat-x;
}

.mojo-hello-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

.mojo-hello-card:first-child::before,
.mojo-hello-card:last-child::after {
  content: "";
  position: absolute;
  top: 22px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--mojo-grad);
}

.mojo-hello-card:first-child::before {
  left: -5px;
}

.mojo-hello-card:last-child::after {
  right: -5px;
}

.mojo-hello-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--mojo-grad);
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 12px rgba(0,0,0,.12);
  position: relative;
  z-index: 2;
}

.mojo-hello-icon::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #4c4c4c, #111);
}

.mojo-hello-icon svg {
  position: relative;
  z-index: 1;
}

/* ── Stop guessing section ── */
.mojo-feature-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  row-gap: 0;
}

.mojo-feature-cell {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mojo-feature-divider-v {
  width: 1px;
  background: #ded8d3;
  margin: 0 20px;
}

.mojo-feature-title {
  font-size: 19px;
  font-weight: 600;
  color: #1e1e1e;
}

.mojo-stopguessing-img-wrap {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 1px 2px rgba(0,0,0,.08), 0 3px 8px rgba(0,0,0,.05);
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* ── Everything register ── */
.mojo-register-list-wrap {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  border-radius: 20px;
  border: 1px solid #ded8d3;
  background: #fff;
  padding: 28px 32px;
  box-shadow: 0 12px 28px rgba(17,17,17,.06);
}

.mojo-register-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 32px;
}

.mojo-register-item {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}

.mojo-register-icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, #eafffd 0%, #80f0dd 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.mojo-register-label {
  font-size: 15px;
  font-weight: 500;
  color: #101828;
  margin: 0;
  line-height: 22px;
  text-align: left;
}

@media (min-width: 641px) {
  .mojo-register-label {
    font-size: 16px;
  }
}

@media (min-width: 1025px) {
  .mojo-register-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.mojo-register-cta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 50px;
  max-width: 706px;
  margin: 28px auto 0;
  background: #ececec;
  border: 1px solid #ded8d3;
  border-radius: 10px;
  padding: 10px 10px 10px 20px;
}

.mojo-register-cta-bar .mojo-copy {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #000;
  text-align: center;
  flex: 1 1 auto;
}


/* ── Comparison ── */
.mojo-compare-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  max-width: 1000px;
  margin: 36px auto 0;
}

.mojo-vs-badge {
  position: absolute;
  left: 50%;
  top: 36px;
  transform: translateX(-50%);
  z-index: 10;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #1e1e1e;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,.3);
}

.mojo-compare-box { border-radius: 20px; overflow: hidden; }
.mojo-compare-box.other { background: #e8e4e2; }
.mojo-compare-box.good {
  background: linear-gradient(135deg, #02b6a9 0%, #ff7e48 100%);
  padding: 2px;
}

.mojo-compare-box-inner { background: #fff; border-radius: 18px; }

.mojo-compare-header {
  padding: 22px 24px;
  border-bottom: 1px solid #ded8d3;
}

.mojo-compare-header h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: .03em;
}

.mojo-compare-list { list-style: none; margin: 0; padding: 24px; display: flex; flex-direction: column; gap: 16px; }

.mojo-compare-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 500;
}

.mojo-compare-item.bad  { color: #4c4c4c; }
.mojo-compare-item.good { color: #1e1e1e; font-weight: 600; }

/* ── AI Ready (dark section) ── */
.mojo-dark { background: #111; color: #ded8d3; }
.mojo-dark h2, .mojo-dark h3, .mojo-dark h4 { color: #fff; }
.mojo-dark .mojo-copy { color: #ded8d3; }
.mojo-dark .mojo-title { color: #fff; }

.mojo-ai-section .mojo-ai-title {
  font-size: clamp(42px, 5.4vw, 62px);
  line-height: 1.12;
  font-weight: 600;
}

.mojo-ai-section .mojo-ai-lead {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  color: #ded8d3;
}

.mojo-ai-section .mojo-ai-body {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #ded8d3;
}

.mojo-ai-dashboard-wrap {
  position: relative;
  max-width: 1016px;
  margin: 44px auto 60px;
  padding: 14px;
}

.mojo-ai-dashboard-border {
  border-radius: 14px;
  padding: 3px;
  background: var(--mojo-grad);
  position: relative;
}

.mojo-ai-card-right {
  position: absolute;
  width: 260px;
  top: -36px;
  right: -60px;
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(0,0,0,.15);
}

.mojo-ai-card-left {
  position: absolute;
  width: 260px;
  bottom: -40px;
  left: -60px;
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(0,0,0,.15);
}

/* ── Rescue / tabs ── */
.mojo-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  padding: 14px;
  border-bottom: 1px solid #e4dfdc;
  overflow-x: auto;
}

.mojo-tab {
  border: 1px solid #d6d3d1;
  background: #f6f5f4;
  color: #111;
  padding: 14px 16px;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  width: auto;
  min-width: 0;
  margin: 0;
}

.mojo-tab.is-active {
  background: #fff;
  border-color: var(--mojo-accent);
  box-shadow: 0 1px 4px rgba(0,0,0,.08);
}

.mojo-rescue-card {
  border: 1px solid #e4dfdc;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}

.mojo-tab-panel { padding: 28px; }

.mojo-rescue-panel-inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
}

/* ── Timeline ── */
.mojo-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  position: relative;
  padding: 0 80px;
}

.mojo-timeline::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  top: 26px;
  height: 2px;
  z-index: 0;
  background-image: radial-gradient(circle, #c9c9c9 1px, transparent 1px);
  background-size: 12px 2px;
  background-repeat: repeat-x;
}

.mojo-time-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
  background: transparent;
  border: 0;
  padding: 0;
}

.mojo-step-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--mojo-grad);
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  font-family: "Alata", "Roboto", Arial, sans-serif;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 6px 12px rgba(0,0,0,.12), 0 2px 5px rgba(0,0,0,.12);
  color: #fff;  /* white text remains */
}

.mojo-step-circle::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #4c4c4c, #111);
  z-index: 0; 
  pointer-events: none;  /* ← Added this - pseudo-element won't block text */
}

.mojo-step-circle {
  position: relative;
}

.mojo-step-circle {
  isolation: isolate;
}

.mojo-step-circle {
  overflow: hidden;
}

.mojo-step-circle {
  line-height: 1;
}

.mojo-step-circle {
  z-index: 1;
}

.mojo-step-circle {
  display: flex;
}

.mojo-step-circle {
  align-items: center;
  justify-content: center;
}

.mojo-step-circle {
  color: #fff;
}

.mojo-time-step strong {
  font-size: clamp(28px, 3vw, 31px);
  color: #111;
  font-family: "Alata", "Roboto", Arial, sans-serif;
  line-height: 1.15;
}

/* ── Enquiry Form Section ── */
.mojo-enquiry-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 56px;
  align-items: start;
}

.mojo-enquiry-heading {
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 600;
  color: #111;
  line-height: 1.08;
  margin-bottom: 32px !important;
  font-family: "Roboto", Arial, sans-serif;
}

.mojo-enquiry-form {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: 760px;
}

.mojo-form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.mojo-form-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mojo-input {
  height: 48px;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  background: #f6f6f6;
  padding: 0 16px;
  font-size: 16px;
  color: #111;
  font-family: "Roboto", Arial, sans-serif;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  transition: border-color .2s;
}

.mojo-input:focus { border-color: #02b6a9; background: #fff; }

.mojo-input::placeholder { color: #8d8d8d; }

.mojo-textarea {
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  resize: vertical;
}

.mojo-btn-submit {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 10px;
  background: #00b5ad;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", Arial, sans-serif;
  border: none;
  cursor: pointer;
  transition: opacity .2s;
  width: auto;
}
.mojo-btn-submit:hover { opacity: .88; }

.mojo-enquiry-sidebar {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-top: 8px;
}

.mojo-enquiry-tagline {
  font-size: 19px;
  line-height: 1.55;
  color: #4c4c4c;
  font-weight: 600;
  margin: 0;
}

.mojo-enquiry-email {
  font-size: 20px;
  font-weight: 600;
  color: #00b5ad;
  text-decoration: none;
}
.mojo-enquiry-email:hover { text-decoration: underline; }

.mojo-enquiry-linkedin {
  font-size: 20px;
  font-weight: 600;
  color: #4c4c4c;
  text-decoration: none;
}
.mojo-enquiry-linkedin:hover { text-decoration: underline; }

.mojo-enquiry-footer-note {
  font-size: 14px;
  line-height: 1.45;
  color: #7a7a7a;
  font-weight: 500;
  margin: 0;
}

/* ── Scroll reveal ── */
.mojo-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .65s ease, transform .65s ease;
}
.mojo-reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ── Reduced motion ── */
@media (prefers-reduced-motion: reduce) {
  .mojo-scroll-list { animation: none; }
  .mojo-reveal { opacity: 1; transform: none; transition: none; }
}

/* ── Responsive ── */
.mojo-tabs {
flex-direction: column;
overflow-x: visible;
gap: 10px;
padding: 14px 20px;
}

.mojo-tab {
width: 100%;
justify-content: flex-start;
text-align: left;
white-space: normal;
}


@media (max-width: 1024px) {
  .mojo-grid-2,
  .mojo-compare-wrap,
  .mojo-enquiry-grid { grid-template-columns: 1fr; }

  .mojo-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .mojo-timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0; }
  .mojo-timeline::before { left: 15%; right: 15%; }

  .mojo-hello-grid { grid-template-columns: 1fr; padding: 0; gap: 40px; }
  .mojo-hello-grid::before { display: none; }
  .mojo-hello-card:first-child::before,
  .mojo-hello-card:last-child::after { display: none; }

  .mojo-vs-badge { display: none; }

  .mojo-yourhouse-popup { display: none; }

  .mojo-ai-card-right,
  .mojo-ai-card-left { display: none; }

  .mojo-rescue-panel-inner { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .mojo-ppm-hero-section {
    margin-top: 0;
    padding: 120px 0 40px;
  }
  .mojo-ppm-section { padding: 60px 0; }
  .mojo-card-grid { grid-template-columns: 1fr; }
  .mojo-feature-grid { grid-template-columns: 1fr; }
  .mojo-feature-divider-v { display: none; }
  .mojo-timeline { grid-template-columns: 1fr; padding: 0; }
  .mojo-timeline::before { display: none; }
  .mojo-goodbye-wrap { flex-direction: column; }
  .mojo-goodbye-scroll-outer { height: 260px; }
  .mojo-goodbye-scroll-outer::before,
  .mojo-goodbye-fade-top { height: 100px; }
  .mojo-goodbye-scroll-outer::after,
  .mojo-goodbye-fade-bottom { height: 96px; }
  .mojo-pricing-cta-bar,
  .mojo-register-cta-bar { flex-direction: column; text-align: center; }
  .mojo-sub, .mojo-copy { font-size: 16px; }
  .mojo-ai-section .mojo-ai-title { font-size: 44px; }
  .mojo-ai-section .mojo-ai-lead { font-size: 16px; }
  .mojo-form-row-2 { grid-template-columns: 1fr; }
}