.owner-home-choice {
  align-items: center;
  background: #f4f8f5;
  border-radius: 24px;
  box-sizing: border-box;
  display: flex;
  height: 320px;
  justify-content: center;
  margin: 100px auto 0;
  min-height: 320px;
  width: min(1100px, calc(100% - 48px));
}

.owner-home-choice__inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}

.owner-home-choice h2 {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

.owner-home-choice p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.owner-home-choice .owner-title-accent,
.owner-service-final .owner-title-accent {
  color: #296a40;
}

.owner-service-shell {
  background: #fff;
}

.owner-service-shell .site-main {
  max-width: none;
  padding: 0;
  width: 100%;
}

.owner-service-shell .public-page,
.owner-service-shell .public-page > .stack {
  gap: 0;
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

.owner-service-hero {
  align-items: center;
  box-sizing: border-box;
  display: grid;
  gap: 48px;
  grid-template-columns: 620px 260px;
  height: 620px;
  justify-content: center;
  margin: 0 auto;
  width: min(1100px, calc(100% - 48px));
}

.owner-service-hero__inner {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  max-width: 620px;
}

.owner-service-hero__visual {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 260px;
}

.owner-service-hero__mockup {
  display: block;
  height: auto;
  max-width: 100%;
  width: 260px;
}

.owner-service-hero h1 {
  color: #000;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0;
}

.owner-service-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}

.owner-service-hero__copy p {
  color: #777;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

.owner-service-hero .owner-primary-cta {
  margin-top: 28px;
}

.owner-service-shell .owner-service-intro {
  align-items: center;
  background: #f4f8f5;
  border-radius: 24px;
  box-sizing: border-box;
  display: flex;
  height: auto;
  justify-content: center;
  margin: 0 auto;
  min-height: 800px;
  padding: 76px 96px;
  width: min(1100px, calc(100% - 48px));
}

.owner-service-shell .owner-service-intro__inner {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 56px;
  max-width: 880px;
  padding: 0;
  width: 100%;
}

.owner-service-shell .owner-service-intro h2 {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  text-align: left;
  width: 100%;
}

.owner-service-shell .owner-service-intro__list {
  display: flex;
  flex-direction: column;
  gap: 56px;
  list-style: none !important;
  margin: 0;
  padding: 0;
  width: 100%;
}

.owner-service-shell .owner-service-intro__item {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 1fr) 240px;
  list-style: none !important;
  min-height: 507px;
}

.owner-service-shell .owner-service-intro__item-copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.owner-service-shell .owner-service-intro__visual {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  transform: translateX(-48px);
  width: 240px;
}

.owner-service-shell .owner-service-intro__mockup {
  display: block;
  height: auto;
  max-width: 100%;
  width: 240px;
}

.owner-service-shell .owner-service-intro__number {
  color: #296a40;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.owner-service-shell .owner-service-intro__item-title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.owner-service-shell .owner-service-intro__item-body {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}

.owner-service-benefit {
  box-sizing: border-box;
  height: 390px;
  margin: 0 auto;
  padding: 70px 0 70px 96px;
  width: min(1100px, calc(100% - 48px));
}

.owner-service-benefit__eyebrow {
  color: #296a40;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0;
}

.owner-service-benefit__row {
  align-items: start;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1fr) 460px;
  margin-top: 52px;
}

.owner-service-benefit__copy h2,
.owner-service-final h2 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.owner-service-benefit__copy p,
.owner-service-final p {
  color: #777;
  font-size: 16px;
  line-height: 1.7;
  margin: 22px 0 0;
}

.owner-service-benefit__flow {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  gap: 18px;
  justify-content: flex-start;
  line-height: 25px;
  min-width: 430px;
  padding-top: 30px;
  transform: translateX(20px);
  white-space: nowrap;
}

.owner-service-benefit__flow strong {
  color: #296a40;
  min-width: 62px;
  text-align: center;
}

.owner-service-final {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 310px;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  width: min(1100px, calc(100% - 48px));
}

.owner-service-final .owner-primary-cta {
  margin-top: 28px;
  min-width: 149px;
  white-space: nowrap;
  width: auto;
}

@media (max-width: 900px) {
  .owner-home-choice {
    height: auto;
    margin-top: 80px;
    min-height: 280px;
    padding: 48px 28px;
  }

  .owner-service-hero {
    gap: 48px;
    grid-template-columns: 1fr;
    height: auto;
    min-height: 520px;
    padding: 72px 0;
    width: min(100% - 40px, 720px);
  }

  .owner-service-hero__visual {
    justify-self: center;
    transform: none;
    width: 240px;
  }

  .owner-service-hero__mockup {
    width: 240px;
  }

  .owner-service-shell .owner-service-intro {
    height: auto;
    min-height: 0;
    padding: 64px 40px;
    width: min(100% - 40px, 720px);
  }

  .owner-service-shell .owner-service-intro__inner,
  .owner-service-shell .owner-service-intro h2,
  .owner-service-shell .owner-service-intro__list {
    width: 100%;
  }

  .owner-service-shell .owner-service-intro__item {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .owner-service-shell .owner-service-intro__visual {
    justify-content: center;
    justify-self: center;
    transform: none;
  }

  .owner-service-benefit {
    height: auto;
    min-height: 360px;
    padding: 64px 0;
    width: min(100% - 40px, 720px);
  }

  .owner-service-benefit__row {
    gap: 36px;
    grid-template-columns: 1fr;
  }

  .owner-service-benefit__flow {
    flex-wrap: wrap;
    justify-content: flex-start;
    min-width: 0;
    padding-top: 0;
    transform: none;
    white-space: normal;
  }

  .owner-service-final {
    height: auto;
    min-height: 260px;
    padding: 56px 0;
    width: min(100% - 40px, 720px);
  }
}

@media (max-width: 640px) {
  .owner-home-choice {
    border-radius: 20px;
    margin-top: 48px;
    min-height: 240px;
    padding: 40px 22px;
    width: min(100% - 32px, 520px);
  }

  .owner-home-choice h2 {
    font-size: 28px;
  }

  .owner-home-choice p {
    font-size: 16px;
  }

  .owner-service-hero {
    gap: 40px;
    min-height: 440px;
    padding: 56px 0;
    width: min(100% - 32px, 520px);
  }

  .owner-service-hero h1 {
    font-size: 38px;
    line-height: 1.25;
  }

  .owner-service-hero__copy p {
    font-size: 15px;
  }

  .owner-service-shell .owner-service-intro {
    border-radius: 20px;
    padding: 48px 22px;
    width: min(100% - 32px, 520px);
  }

  .owner-service-shell .owner-service-intro__inner {
    gap: 38px;
  }

  .owner-service-shell .owner-service-intro__list {
    gap: 42px;
  }

  .owner-service-shell .owner-service-intro__item {
    gap: 22px;
  }

  .owner-service-benefit {
    min-height: 0;
    padding: 52px 0;
    width: min(100% - 32px, 520px);
  }

  .owner-service-benefit__row {
    margin-top: 34px;
  }

  .owner-service-benefit__copy h2,
  .owner-service-final h2 {
    font-size: 28px;
  }

  .owner-service-benefit__copy p,
  .owner-service-final p {
    font-size: 15px;
  }

  .owner-service-benefit__flow {
    gap: 12px;
  }

  .owner-service-final {
    min-height: 250px;
    padding: 52px 0;
    width: min(100% - 32px, 520px);
  }
}
