body.mobake-v1-page .wp-block-post-title,
body.mobake-v1-page .entry-title,
body.mobake-v1-page main > header {
  display: none !important;
}

body.mobake-v1-page .wp-site-blocks > main,
body.mobake-v1-page main,
body.mobake-v1-page main .wp-block-group,
body.mobake-v1-page main .wp-block-group__inner-container,
body.mobake-v1-page main .is-layout-constrained,
body.mobake-v1-page main .is-layout-flow,
body.mobake-v1-page main .entry-content,
body.mobake-v1-page main .wp-block-post-content,
body.mobake-v1-page .wp-block-post-content > *,
body.mobake-v1-page .wp-block-post-content > .wp-block-html {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.mobake-v1-page .wp-block-post-content > .wp-block-html {
  grid-column: 1 / -1 !important;
}

body.mobake-v1-page .mo-footer-v3__cta {
  display: none !important;
}

.mobake-v1 {
  --forest: #173f32;
  --forest-2: #214b3e;
  --matcha: #9dbf72;
  --cream: #fbfaf5;
  --cream-2: #f1f5ef;
  --line: #dde5dc;
  --ink: #183c34;
  --muted: #66756c;
  width: 100%;
  max-width: none;
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  overflow: clip;
  font-family: inherit;
}

.mobake-v1 *,
.mobake-v1 *::before,
.mobake-v1 *::after {
  box-sizing: border-box;
}

.mobake-v1 a {
  color: inherit;
  text-decoration: none;
}

.mobake-v1__inner {
  width: min(1220px, calc(100% - 64px));
  margin: 0 auto;
}

.mobake-v1__section {
  width: 100%;
  padding: 80px 0;
}

.mobake-v1__eyebrow {
  margin: 0 0 12px;
  color: #75963f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.mobake-v1 h1,
.mobake-v1 h2,
.mobake-v1 h3,
.mobake-v1 p {
  margin-top: 0;
}

.mobake-v1 h1,
.mobake-v1 h2,
.mobake-v1 h3 {
  color: var(--ink);
  font-weight: 500;
  line-height: 1.06;
}

.mobake-v1 h1 {
  margin-bottom: 22px;
  font-size: clamp(48px, 5.2vw, 76px);
}

.mobake-v1 h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 3.4vw, 50px);
}

.mobake-v1 h3 {
  margin-bottom: 10px;
  font-size: 21px;
}

.mobake-v1 p,
.mobake-v1 li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.mobake-v1__hero {
  min-height: 650px;
  display: flex;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(251,250,245,.99) 0%, rgba(251,250,245,.96) 38%, rgba(251,250,245,.15) 72%), var(--mobake-hero);
  background-position: center, center;
  background-size: cover;
  background-repeat: no-repeat;
}

.mobake-v1__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  align-items: end;
  gap: 48px;
}

.mobake-v1__hero-copy {
  max-width: 650px;
}

.mobake-v1__lead {
  max-width: 610px;
  margin-bottom: 0;
  font-size: 18px !important;
}

.mobake-v1__framework {
  padding: 30px;
  color: #fff;
  background: rgba(23,63,50,.96);
  border: 1px solid rgba(157,191,114,.38);
  box-shadow: 0 18px 40px rgba(17,50,40,.19);
}

.mobake-v1__framework .mobake-v1__eyebrow {
  color: #b6d17a;
}

.mobake-v1__framework h2,
.mobake-v1__framework h3 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 28px;
}

.mobake-v1__framework ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobake-v1__framework li {
  position: relative;
  margin: 10px 0;
  padding-left: 22px;
  color: #edf4ee;
  font-size: 14px;
  line-height: 1.55;
}

.mobake-v1__framework li::before {
  content: "";
  position: absolute;
  top: .56em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--matcha);
}

.mobake-v1__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.mobake-v1__button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid var(--forest);
  background: rgba(255,255,255,.9);
  color: var(--forest);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  transition: background-color .2s ease, color .2s ease;
}

.mobake-v1 .mobake-v1__button--primary {
  color: #fff;
  background: var(--forest);
}

.mobake-v1__button:hover {
  background: var(--cream-2);
}

.mobake-v1 .mobake-v1__button--primary:hover {
  color: #fff;
  background: var(--forest-2);
}

.mobake-v1__button:focus-visible,
.mobake-v1__text-link:focus-visible,
.mobake-v1__related a:focus-visible {
  outline: 3px solid var(--matcha);
  outline-offset: 3px;
}

.mobake-v1__intro {
  text-align: center;
  background: #fff;
}

.mobake-v1__narrow {
  max-width: 850px;
}

.mobake-v1__narrow > p:last-child {
  margin-bottom: 0;
}

.mobake-v1__profiles {
  background: var(--cream-2);
}

.mobake-v1__section-head {
  max-width: 880px;
  margin: 0 auto 36px;
  text-align: center;
}

.mobake-v1__section-title,
.mobake-v1__cta-title {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(32px, 3.4vw, 50px) !important;
  font-weight: 500;
  line-height: 1.06 !important;
}

.mobake-v1__profile-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mobake-v1__profile {
  min-height: 218px;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--line);
}

.mobake-v1__profile span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border-radius: 50%;
  color: #fff;
  background: var(--forest);
  font-size: 11px;
  font-weight: 700;
}

.mobake-v1__profile p,
.mobake-v1__benefit-grid p {
  margin-bottom: 0;
  font-size: 14px;
}

.mobake-v1__choose {
  background: #fff;
}

.mobake-v1__split,
.mobake-v1__evaluation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 58px;
}

.mobake-v1__copy > p {
  margin-bottom: 22px;
}

.mobake-v1__checklist {
  display: grid;
  gap: 10px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.mobake-v1__checklist li {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
}

.mobake-v1__checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #56843f;
  font-weight: 800;
}

.mobake-v1__checklist--two {
  grid-template-columns: 1fr 1fr;
}

.mobake-v1__text-link {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--forest);
  color: var(--forest) !important;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.mobake-v1__inline-link {
  color: var(--forest) !important;
  font-weight: 700;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.mobake-v1__image-card,
.mobake-v1__evaluation-image {
  margin: 0;
  overflow: hidden;
  background: var(--cream-2);
}

.mobake-v1__image-card img,
.mobake-v1__evaluation-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.mobake-v1__image-card img {
  min-height: 590px;
}

.mobake-v1__evaluation {
  background: #f6f3e8;
}

.mobake-v1__evaluation-grid {
  grid-template-columns: 1.08fr .92fr;
}

.mobake-v1__evaluation-image img {
  min-height: 470px;
}

.mobake-v1__process {
  background: #fff;
}

.mobake-v1__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.mobake-v1__step {
  overflow: hidden;
  background: var(--cream);
  border: 1px solid var(--line);
}

.mobake-v1__step img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
}

.mobake-v1__step > div {
  padding: 22px;
}

.mobake-v1__step span {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 50%;
  color: #fff;
  background: var(--forest);
  font-size: 11px;
  font-weight: 700;
}

.mobake-v1__step h3 {
  font-size: 19px;
}

.mobake-v1__step p {
  margin-bottom: 0;
  font-size: 13px;
}

.mobake-v1__benefits {
  background: #f8faf4;
}

.mobake-v1__benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  background: #fff;
}

.mobake-v1__benefit-grid article {
  min-height: 190px;
  padding: 28px;
  text-align: center;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.mobake-v1__benefit-grid article:nth-child(3n) {
  border-right: 0;
}

.mobake-v1__benefit-grid article:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.mobake-v1__benefit-grid i {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border: 1px solid #cbd9bd;
  border-radius: 50%;
  color: #638942;
  font-size: 20px;
  font-style: normal;
}

.mobake-v1__benefit-grid h3 {
  font-size: 18px;
}

.mobake-v1__cta {
  padding: 68px 0;
  color: #fff;
  background: var(--forest);
}

.mobake-v1__cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 44px;
}

.mobake-v1__cta h2 {
  margin-bottom: 12px;
  color: #fff;
}

.mobake-v1__cta-title {
  color: #fff !important;
}

.mobake-v1__cta p {
  max-width: 710px;
  margin-bottom: 0;
  color: #dbe9e2;
}

.mobake-v1__cta .mobake-v1__eyebrow {
  color: #b3cf77;
}

.mobake-v1__cta .mobake-v1__buttons {
  min-width: 250px;
  display: grid;
  margin: 0;
}

.mobake-v1__button--light {
  border-color: #fff;
  background: #fff;
}

.mobake-v1 .mobake-v1__button--outline {
  color: #fff;
  border-color: #88ac9f;
  background: transparent;
}

.mobake-v1 .mobake-v1__button--outline:hover {
  color: #fff;
  background: var(--forest-2);
}

.mobake-v1__related {
  padding: 20px 0;
  background: #edf2e9;
}

.mobake-v1__related .mobake-v1__inner {
  display: flex;
  justify-content: center;
  gap: 36px;
}

.mobake-v1__related a {
  color: var(--forest);
  font-size: 13px;
  font-weight: 700;
}

.mobake-v1__documentation {
  background: var(--cream-2);
}

.mobake-v1__documentation-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  align-items: start;
  gap: 48px;
}

.mobake-v1__documentation-card {
  padding: 32px;
  background: #fff;
  border: 1px solid var(--line);
}

.mobake-v1__documentation-card p {
  margin-bottom: 0;
}

.mobake-v1__faq {
  background: #fff;
}

.mobake-v1__faq-list {
  max-width: 920px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.mobake-v1__faq details {
  border-bottom: 1px solid var(--line);
}

.mobake-v1__faq summary {
  position: relative;
  padding: 21px 40px 21px 0;
  color: var(--ink);
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.mobake-v1__faq summary::-webkit-details-marker {
  display: none;
}

.mobake-v1__faq summary::after {
  content: "+";
  position: absolute;
  top: 16px;
  right: 4px;
  font-size: 25px;
  font-weight: 400;
}

.mobake-v1__faq details[open] summary::after {
  content: "−";
}

.mobake-v1__faq details p {
  padding: 0 40px 21px 0;
  margin: 0;
}

@media (max-width: 1024px) {
  .mobake-v1__inner {
    width: min(100% - 40px, 1220px);
  }

  .mobake-v1__section {
    padding: 68px 0;
  }

  .mobake-v1__hero-grid {
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 30px;
  }

  .mobake-v1__documentation-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mobake-v1__profile {
    padding: 24px;
  }

  .mobake-v1__split,
  .mobake-v1__evaluation-grid {
    gap: 34px;
  }

  .mobake-v1__steps {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .mobake-v1__inner {
    width: min(100% - 28px, 1220px);
  }

  .mobake-v1__section {
    padding: 54px 0;
  }

  .mobake-v1__hero {
    min-height: auto;
    padding: 52px 0 42px;
    background-image: linear-gradient(180deg, rgba(251,250,245,.99) 0%, rgba(251,250,245,.96) 55%, rgba(251,250,245,.42) 100%), var(--mobake-hero);
    background-position: center, 66% center;
  }

  .mobake-v1__hero-grid,
  .mobake-v1__split,
  .mobake-v1__evaluation-grid,
  .mobake-v1__cta-grid {
    grid-template-columns: 1fr;
  }

  .mobake-v1__framework {
    max-width: 520px;
  }

  .mobake-v1__profile-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .mobake-v1__profile {
    min-height: 0;
  }

  .mobake-v1__image-card {
    order: -1;
  }

  .mobake-v1__image-card img,
  .mobake-v1__evaluation-image img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .mobake-v1__benefit-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mobake-v1__benefit-grid article,
  .mobake-v1__benefit-grid article:nth-child(3n) {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .mobake-v1__benefit-grid article:nth-child(2n) {
    border-right: 0;
  }

  .mobake-v1__benefit-grid article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .mobake-v1__cta .mobake-v1__buttons {
    min-width: 0;
  }
}

@media (max-width: 560px) {
  .mobake-v1 h1 {
    font-size: clamp(39px, 13vw, 46px);
  }

  .mobake-v1 h2 {
    font-size: clamp(30px, 9.6vw, 36px);
  }

  .mobake-v1 p,
  .mobake-v1 li {
    font-size: 15px;
  }

  .mobake-v1__hero {
    padding-top: 44px;
    background-position: center, 70% center;
  }

  .mobake-v1__lead {
    font-size: 16px !important;
  }

  .mobake-v1__framework {
    padding: 24px;
  }

  .mobake-v1__framework h2,
  .mobake-v1__framework h3 {
    font-size: 25px;
  }

  .mobake-v1__buttons,
  .mobake-v1__button {
    width: 100%;
  }

  .mobake-v1__checklist--two {
    grid-template-columns: 1fr;
  }

  .mobake-v1__steps {
    grid-template-columns: 1fr;
  }

  .mobake-v1__benefit-grid {
    grid-template-columns: 1fr;
  }

  .mobake-v1__benefit-grid article,
  .mobake-v1__benefit-grid article:nth-child(2n),
  .mobake-v1__benefit-grid article:nth-child(3n),
  .mobake-v1__benefit-grid article:nth-last-child(-n + 2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .mobake-v1__benefit-grid article:last-child {
    border-bottom: 0;
  }

  .mobake-v1__related .mobake-v1__inner {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobake-v1__button {
    transition: none;
  }
}
