:root {
  --sc-canvas: #f7f3e9;
  --sc-surface: #fffdf8;
  --sc-ink: #153d33;
  --sc-ink-soft: #66716a;
  --sc-accent: #f4b942;
  --sc-accent-ink: #183e34;
  --sc-font-display: "Noto Serif TC", Georgia, serif;
  --sc-font-text: "Noto Sans TC", "PingFang HK", sans-serif;
  --mpe-forest: #153f33;
  --mpe-forest-deep: #0b2f27;
  --mpe-paper: #f7f3e9;
  --mpe-white: #fffdf8;
  --mpe-amber: #f4b942;
  --mpe-ink: #173d34;
  --mpe-line: rgba(23, 61, 52, 0.17);
}

body {
  background: var(--mpe-paper);
  color: #28332f;
  overflow-x: clip;
}

[data-sc-progress] {
  height: 3px;
  background: var(--mpe-amber);
  box-shadow: 0 1px 0 rgba(21, 63, 51, 0.12);
}

nav {
  background: rgba(247, 243, 233, 0.94);
  border-bottom-color: rgba(21, 63, 51, 0.12);
}

nav .wrap {
  max-width: 1320px;
}

.navlinks {
  gap: clamp(18px, 2vw, 34px);
}

.btn {
  border-radius: 8px;
  padding-inline: 28px;
  box-shadow: 0 8px 22px rgba(21, 63, 51, 0.13);
}

.btn.ghost {
  box-shadow: none;
}

.mpe-hero-act {
  position: relative;
  background: var(--mpe-paper);
}

.mpe-hero-stage {
  background: var(--mpe-paper);
  isolation: isolate;
  display: flex;
  align-items: flex-start;
  padding-top: 0;
}

.mpe-scroll-cue {
  position: absolute;
  z-index: 6;
  right: clamp(42px, 7vw, 110px);
  bottom: clamp(108px, 12vh, 132px);
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: #6a756f;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.mpe-scroll-cue span {
  display: block;
  width: 42px;
  height: 1px;
  background: var(--mpe-amber);
}

.mpe-hero-stage .hero {
  width: 100%;
  max-width: 1320px;
  grid-template-columns: minmax(500px, 0.95fr) minmax(540px, 1.05fr);
  gap: clamp(28px, 4vw, 70px);
  padding-top: clamp(46px, 6vh, 68px);
  padding-bottom: clamp(42px, 6vh, 66px);
}

.mpe-hero-stage .hero h1 {
  color: var(--mpe-forest-deep);
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.22;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.mpe-hero-stage .hero h1 em {
  color: var(--mpe-forest);
  text-decoration: underline;
  text-decoration-color: rgba(244, 185, 66, 0.72);
  text-decoration-thickness: 0.18em;
  text-underline-offset: -0.04em;
  text-decoration-skip-ink: none;
}

.mpe-hero-stage .hero .lead {
  max-width: 39rem;
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.85;
}

.mpe-hero-stage .hero .note {
  padding-top: 18px;
  border-top: 1px solid var(--mpe-line);
}

.herovis {
  height: min(67vh, 680px);
  min-height: 520px;
}

.herovis .life {
  left: 0;
  right: 20%;
  border-radius: 18px 0 0 18px;
  box-shadow: 0 28px 70px rgba(21, 63, 51, 0.18);
}

.herovis .life img {
  object-position: 48% center;
}

.herovis .app {
  right: -4%;
  bottom: 6%;
  width: 66%;
  transform: none;
  border-radius: 0 14px 14px 0;
  box-shadow: 0 28px 70px rgba(21, 63, 51, 0.22);
}

.mpe-question {
  position: absolute;
  z-index: 6;
  max-width: 170px;
  padding: 10px 14px;
  border: 1px solid rgba(21, 63, 51, 0.18);
  background: rgba(255, 253, 248, 0.94);
  color: var(--mpe-forest);
  font-family: "Noto Serif TC", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  box-shadow: 0 10px 26px rgba(21, 63, 51, 0.11);
  transform: translateY(var(--mpe-note-y, 0));
}

.mpe-question-a {
  left: 5%;
  top: 16%;
  rotate: -2deg;
}

.mpe-question-b {
  left: 9%;
  bottom: 14%;
  rotate: 1.5deg;
}

.mpe-question-c {
  left: 38%;
  top: 7%;
  rotate: 1deg;
}

section:not(.mpe-hero-act):not(.mpe-peak-act) {
  position: relative;
}

section[id] {
  scroll-margin-top: 86px;
}

#why {
  padding-block: clamp(84px, 11vw, 150px);
}

#why .wrap {
  display: grid;
  grid-template-columns: minmax(270px, 0.72fr) minmax(520px, 1.28fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: start;
}

#why .sec-head {
  position: sticky;
  top: 118px;
  margin: 0;
}

#why .sec-head::before {
  content: "你是否也遇過這些煩惱？";
  display: block;
  margin-bottom: 12px;
  color: #596a63;
  font-size: 15px;
}

#why .values {
  display: block;
  border-top: 1px solid var(--mpe-line);
}

#why .value {
  display: grid;
  grid-template-columns: 54px minmax(160px, 0.7fr) 1fr;
  gap: 24px;
  align-items: start;
  padding: 32px 0;
  border: 0;
  border-bottom: 1px solid var(--mpe-line);
}

#why .value .n {
  color: #8b7650;
  margin: 4px 0 0;
}

#why .value h3 {
  margin: 0;
  color: var(--mpe-forest-deep);
}

#why .value p {
  font-size: 16px;
  line-height: 1.85;
}

#how {
  background: #efeade !important;
}

#how .wrap {
  max-width: 1280px;
}

#how .vis {
  transform: translateY(var(--mpe-how-y, 0));
}

#how .browser {
  box-shadow: 0 34px 90px rgba(21, 63, 51, 0.17);
}

#how .steps3 {
  margin-top: 34px;
  border-top: 1px solid var(--mpe-line);
}

#how .stp {
  display: grid;
  grid-template-columns: 44px 1fr;
  padding: 22px 0;
  border-bottom: 1px solid var(--mpe-line);
}

#how .stp .num {
  border: 0;
  background: var(--mpe-forest);
  color: #fff;
}

[data-mpe-peak] {
  position: relative;
  padding: 0;
  background: #edf4ee;
}

.mpe-peak-stage {
  display: flex;
  align-items: center;
  background: #edf4ee;
  color: var(--mpe-ink);
}

.mpe-peak-wrap {
  width: 100%;
  max-width: 1380px;
  margin-inline: auto;
  padding-inline: clamp(22px, 4vw, 64px);
}

.mpe-peak-copy {
  display: grid;
  grid-template-columns: minmax(320px, 0.7fr) minmax(420px, 1.3fr);
  gap: clamp(30px, 6vw, 90px);
  align-items: end;
  margin-bottom: clamp(22px, 4vh, 42px);
}

.mpe-peak-copy h2 {
  margin: 0;
  color: var(--mpe-forest-deep);
  font-family: "Noto Serif TC", serif;
  font-size: clamp(34px, 4.2vw, 58px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.mpe-peak-copy .lead {
  max-width: 48rem;
  margin: 0;
}

.mpe-peak-flow {
  position: relative;
  display: grid;
  grid-template-columns: minmax(210px, 0.85fr) minmax(390px, 1.55fr) minmax(160px, 0.58fr);
  gap: clamp(18px, 3vw, 42px);
  align-items: center;
  padding-top: 38px;
  padding-inline: 0;
  max-width: none;
}

.mpe-peak-flow::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 10%;
  right: 8%;
  top: 20px;
  height: 2px;
  background: var(--mpe-amber);
  transform: scaleX(var(--mpe-trace, 0));
  transform-origin: left center;
}

.mpe-peak-flow::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 7.5%;
  top: 15px;
  width: 12px;
  height: 12px;
  border: 2px solid #edf4ee;
  border-radius: 50%;
  background: var(--mpe-amber);
  opacity: var(--mpe-trace, 0);
}

.mpe-peak-figure {
  position: relative;
  z-index: 1;
  margin: 0;
  transform: translateY(var(--mpe-card-y, 0));
}

.mpe-peak-figure figcaption {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 30px;
  margin-bottom: 12px;
  color: var(--mpe-forest);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.mpe-peak-figure figcaption b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--mpe-forest);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
}

.mpe-peak-figure .shot,
.mpe-peak-figure .browser,
.mpe-peak-figure .phoneframe {
  box-shadow: 0 26px 60px rgba(21, 63, 51, 0.16);
}

.mpe-peak-result {
  margin-top: 24px;
}

.mpe-peak-mobile {
  margin-top: 42px;
}

.mpe-peak-mobile .phoneframe {
  border-width: 7px;
  border-radius: 24px;
}

.mpe-peak-proof {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 4vw, 54px);
  margin-top: clamp(22px, 3vh, 34px);
  padding-top: 18px;
  border-top: 1px solid rgba(21, 63, 51, 0.14);
  color: #52655d;
  font-size: 14px;
}

.mpe-peak-proof span {
  position: relative;
  padding-left: 18px;
}

.mpe-peak-proof span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mpe-amber);
}

.law {
  background: var(--mpe-forest-deep);
  padding-block: clamp(90px, 11vw, 150px);
}

.law .wrap {
  max-width: 1120px;
}

.law .quote {
  max-width: 900px;
  font-size: clamp(26px, 3.2vw, 42px);
}

.lawgrid {
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.lawcard {
  min-height: 210px;
  padding: 30px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  background: transparent;
}

.lawcard:last-child {
  border-right: 0;
}

.lawcard .num {
  font-size: clamp(38px, 4vw, 56px);
}

#price {
  padding-block: clamp(90px, 10vw, 140px);
}

#price .wrap {
  max-width: 1240px;
}

#price .sec-head {
  max-width: 780px;
}

.pbanner {
  border-radius: 0;
  border-width: 1px;
  background: #fff6da;
}

.pb-tag,
.pkey,
.pbadge {
  border-radius: 6px;
}

.pricing {
  gap: 0;
  border: 1px solid var(--mpe-line);
  background: var(--mpe-white);
}

.pcard,
.pcard.hot {
  min-height: 100%;
  margin: 0;
  padding: 36px 30px;
  border: 0;
  border-right: 1px solid var(--mpe-line);
  border-radius: 0;
  background: var(--mpe-white);
  color: #28332f;
  box-shadow: none;
}

.pcard:last-child {
  border-right: 0;
}

.pcard.hot {
  background: var(--mpe-forest);
  color: #fff;
}

.pcard:hover,
.pcard.hot:hover {
  transform: none;
  box-shadow: inset 0 5px 0 var(--mpe-amber);
}

.pcard .price b {
  color: var(--mpe-forest-deep);
}

.pcard.hot .price b {
  color: #fff;
}

.pcard .pdesc {
  min-height: 0;
}

.pent,
.faq details,
.end {
  border-radius: 10px;
}

.faq details {
  margin: 0;
  border-width: 0 0 1px;
  border-radius: 0;
  background: transparent;
}

.faq details:first-of-type {
  border-top: 1px solid var(--border);
}

.faq details[open] summary {
  color: var(--mpe-forest);
}

.faq .ans {
  max-width: 48rem;
  padding-top: 0;
}

.end {
  position: relative;
  overflow: hidden;
  background: #e5efe7;
  color: var(--mpe-forest-deep);
  text-align: left;
  padding: clamp(42px, 6vw, 74px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px 48px;
  align-items: center;
}

.end::before {
  content: "";
  position: absolute;
  left: clamp(18px, 3vw, 44px);
  top: 28px;
  bottom: 28px;
  width: 3px;
  background: var(--mpe-amber);
}

.end h2,
.end p,
.end small {
  grid-column: 1;
  margin-left: 18px;
}

.end p {
  color: #4d625a;
  margin-bottom: 0;
}

.end .btn {
  grid-column: 2;
  grid-row: 1 / span 3;
  background: var(--mpe-forest);
  border-color: var(--mpe-forest);
  color: #fff;
}

.end small {
  color: #697a73;
}

footer {
  background: #f1ecdf;
}

@media (max-width: 1080px) {
  .mpe-hero-stage {
    height: auto;
    min-height: 0;
    padding-top: 0;
    overflow: visible;
  }

  .mpe-scroll-cue {
    display: none;
  }

  .mpe-hero-stage .hero {
    grid-template-columns: 1fr;
    padding-top: 54px;
  }

  .herovis {
    height: auto;
    min-height: 0;
  }

  .herovis .life {
    inset: auto;
    height: clamp(260px, 55vw, 520px);
    border-radius: 18px;
  }

  .herovis .app {
    right: auto;
    bottom: auto;
    width: min(92%, 720px);
    margin: -64px auto 0;
    border-radius: 14px;
  }

  #why .wrap {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  #why .sec-head {
    position: static;
  }

  .mpe-peak-stage {
    height: auto;
    overflow: visible;
    padding-block: 76px;
  }

  [data-mpe-unpin] [data-sc-cue] {
    opacity: 1 !important;
    transform: none !important;
  }

  .mpe-peak-copy {
    grid-template-columns: 1fr;
  }

  .mpe-peak-flow {
    grid-template-columns: 1fr 1fr;
  }

  .mpe-peak-mobile {
    grid-column: 1 / span 2;
    width: min(330px, 76vw);
    margin: 18px auto 0;
  }

  .mpe-peak-flow::before,
  .mpe-peak-flow::after {
    display: none;
  }

  .pricing {
    border-bottom: 0;
  }

  .pcard,
  .pcard.hot {
    border-right: 0;
    border-bottom: 1px solid var(--mpe-line);
  }
}

@media (max-width: 760px) {
  #why {
    padding-top: 54px;
  }

  .mpe-hero-stage .hero h1 {
    font-size: clamp(34px, 10.2vw, 48px);
  }

  .mpe-question {
    max-width: 146px;
    padding: 8px 10px;
    font-size: 12px;
  }

  .mpe-question-a {
    top: 9%;
  }

  .mpe-question-b {
    bottom: 27%;
  }

  .mpe-question-c {
    left: auto;
    right: 2%;
    top: 30%;
  }

  #why .value {
    grid-template-columns: 42px 1fr;
    gap: 8px 16px;
  }

  #why .value p {
    grid-column: 2;
  }

  .mpe-peak-flow {
    display: block;
  }

  .mpe-peak-figure {
    margin: 28px 0 0;
  }

  .mpe-peak-mobile {
    width: min(300px, 80vw);
    margin-inline: auto;
  }

  .mpe-peak-proof {
    display: grid;
    gap: 10px;
    justify-content: start;
  }

  .lawgrid {
    display: block;
  }

  .lawcard,
  .lawcard:last-child {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .end {
    display: block;
    padding-left: 42px;
  }

  .end h2,
  .end p,
  .end small {
    margin-left: 0;
  }

  .end .btn {
    margin-top: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mpe-peak-flow::before,
  .mpe-peak-flow::after {
    transition: none;
  }

  .mpe-question,
  .mpe-peak-figure,
  #how .vis {
    transform: none !important;
  }
}

/* Concept-fidelity pass — selected ImageGen reference, 2026-09-09. */
.mpe-hero-stage {
  display: block;
  min-height: 0;
}

.mpe-hero-stage .hero {
  min-height: 650px;
  grid-template-columns: minmax(430px, 0.82fr) minmax(620px, 1.18fr);
  gap: clamp(24px, 3.6vw, 58px);
  padding-top: clamp(48px, 5vw, 76px);
  padding-bottom: clamp(56px, 6vw, 84px);
}

.mpe-hero-stage .hero h1 {
  max-width: 650px;
  font-size: clamp(42px, 4.15vw, 62px);
  line-height: 1.17;
}

.mpe-hero-stage .hero .lead {
  max-width: 610px;
  font-size: clamp(16px, 1.28vw, 19px);
}

.herovis {
  height: min(62vw, 610px);
  min-height: 520px;
}

.herovis .life {
  right: 46%;
  border-radius: 22px 0 0 22px;
}

.herovis .life img {
  object-position: 58% center;
}

.herovis .app {
  right: -6%;
  bottom: 5%;
  width: 56%;
  border-radius: 0 16px 16px 0;
}

.mpe-question {
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

#why {
  padding-block: clamp(56px, 7vw, 92px);
  background: #fbf9f3;
  border-radius: 0 0 52px 52px;
}

#why .wrap {
  max-width: 1360px;
  grid-template-columns: minmax(280px, 0.9fr) minmax(760px, 2.6fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: stretch;
}

#why .sec-head {
  position: static;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#why .sec-head::before {
  content: none;
}

#why .sec-head h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 3.7vw, 52px);
  line-height: 1.24;
}

#why .values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  border: 0;
}

#why .value {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  padding: 20px 20px 24px;
  border: 1px solid rgba(21, 63, 51, 0.11);
  border-radius: 20px;
  background: rgba(255, 253, 248, 0.88);
  box-shadow: 0 14px 34px rgba(21, 63, 51, 0.055);
}

#why .value-art {
  width: 100%;
  height: 180px;
  object-fit: contain;
  object-position: center;
  border-radius: 14px;
}

#why .value h3 {
  margin: 5px 0 0;
  font-size: 19px;
}

#why .value p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}

#how {
  padding-block: clamp(76px, 9vw, 124px);
  background: var(--mpe-paper) !important;
  border: 0 !important;
}

#how .wrap {
  max-width: 1280px;
}

.mpe-how-head {
  max-width: none;
  margin-bottom: 44px;
}

.mpe-how-head h2 {
  margin-bottom: 10px;
}

.mpe-how-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.56fr) minmax(660px, 1.44fr);
  gap: clamp(36px, 5.5vw, 80px);
  align-items: center;
}

#how .steps3 {
  margin: 0;
  border: 0;
}

#how .stp {
  position: relative;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding: 18px 0 30px;
  border: 0;
}

#how .stp:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 23px;
  top: 62px;
  bottom: 0;
  width: 1px;
  background: rgba(21, 63, 51, 0.17);
}

#how .stp .num {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  font-size: 16px;
  box-shadow: 0 0 0 8px var(--mpe-paper);
}

#how .stp h3 {
  margin: 1px 0 5px;
  color: var(--mpe-forest-deep);
  font-size: 18px;
}

#how .stp p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

#how .browser {
  border-radius: 14px;
  box-shadow: 0 28px 70px rgba(21, 63, 51, 0.13);
}

#journey {
  padding: 0 clamp(18px, 3vw, 44px) clamp(78px, 8vw, 112px);
  background: var(--mpe-paper);
}

.mpe-peak-stage {
  display: block;
  min-height: 0;
  background: transparent;
}

.mpe-peak-wrap {
  display: grid;
  grid-template-columns: minmax(290px, 0.66fr) minmax(720px, 1.7fr);
  gap: clamp(32px, 4vw, 62px);
  align-items: center;
  max-width: 1400px;
  padding: clamp(42px, 5vw, 70px);
  border-radius: 34px;
  background: #e8f2e8;
  overflow: hidden;
}

.mpe-peak-copy {
  display: block;
  margin: 0;
}

.mpe-peak-copy h2 {
  margin: 12px 0 20px;
  font-size: clamp(34px, 3.6vw, 54px);
}

.mpe-peak-copy .lead {
  font-size: 16px;
  line-height: 1.8;
}

.mpe-peak-flow {
  grid-template-columns: minmax(170px, 0.78fr) minmax(280px, 1.22fr) minmax(130px, 0.55fr);
  gap: clamp(16px, 2vw, 28px);
  padding: 0;
  align-items: end;
}

.mpe-peak-flow::before,
.mpe-peak-flow::after {
  display: none;
}

.mpe-peak-figure,
.mpe-peak-result,
.mpe-peak-mobile {
  margin: 0;
  transform: none;
}

.mpe-peak-figure figcaption {
  justify-content: center;
  margin: 0 0 12px;
  min-height: 22px;
  font-size: 14px;
  letter-spacing: 0;
}

.mpe-peak-figure figcaption b {
  display: none;
}

.mpe-peak-figure .shot,
.mpe-peak-figure .phoneframe {
  box-shadow: 0 18px 36px rgba(21, 63, 51, 0.13);
}

.mpe-peak-calendar .shot {
  transform: rotate(-1.1deg);
}

.mpe-peak-result .shot {
  transform: rotate(0.6deg);
}

.mpe-peak-mobile .phoneframe {
  max-height: 385px;
  overflow: hidden;
}

.mpe-peak-proof {
  grid-column: 2;
  margin-top: -8px;
  padding-top: 16px;
}

.law {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 560px;
  padding-block: clamp(72px, 8vw, 110px);
  background: #0b3a30;
}

.law::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 42, 34, 0.96) 0%, rgba(6, 42, 34, 0.83) 47%, rgba(6, 42, 34, 0.62) 100%);
}

.law-backdrop {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.law-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 65%;
}

.law .wrap {
  max-width: 1280px;
}

.law .quote {
  max-width: 760px;
}

.lawgrid {
  margin-top: 44px;
}

.lawcard {
  min-height: 180px;
  display: grid;
  grid-template-columns: 76px 1fr;
  grid-template-rows: auto auto;
  column-gap: 18px;
  align-content: center;
  padding: 24px;
}

.lawcard img {
  grid-row: 1 / span 2;
  width: 76px;
  height: 76px;
  object-fit: cover;
  border-radius: 16px;
}

.lawcard .num {
  align-self: end;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1;
}

.lawcard p {
  margin: 10px 0 0;
  font-size: 13.5px;
  line-height: 1.65;
}

#price {
  background: #fbf9f3;
}

.pricing {
  gap: 18px;
  border: 0;
  background: transparent;
}

.pcard,
.pcard.hot {
  padding: 32px 28px;
  border: 1px solid rgba(21, 63, 51, 0.16);
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.92);
  color: #28332f;
  box-shadow: 0 12px 34px rgba(21, 63, 51, 0.05);
}

.pcard.hot {
  border: 2px solid rgba(21, 63, 51, 0.58);
  background: #fffdf5;
}

.pcard.hot .price b {
  color: var(--mpe-forest-deep);
}

.pcard.hot .pdesc,
.pcard.hot .price span,
.pcard.hot .psub,
.pcard.hot .plist li {
  color: var(--text2);
}

.pcard.hot .flabel {
  color: var(--mpe-forest-deep);
}

.pcard.hot .pkey {
  border-color: #cfe0d5;
  background: var(--sage-10);
  color: var(--green-dk);
}

.pcard.hot .pdiv {
  border-top-color: var(--border);
}

.pcard:last-child {
  border-right: 2px solid rgba(21, 63, 51, 0.58);
}

.pcard:hover,
.pcard.hot:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(21, 63, 51, 0.1);
}

.faq {
  padding-block: clamp(74px, 8vw, 112px);
}

.mpe-faq-grid {
  max-width: 1240px;
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(560px, 1.3fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: start;
}

.mpe-faq-grid .sec-head {
  position: sticky;
  top: 118px;
  margin: 0;
}

.mpe-faq-list {
  border-top: 1px solid var(--border);
}

.faq details:first-of-type {
  border-top: 0;
}

.end {
  grid-template-columns: minmax(190px, 0.65fr) minmax(340px, 1.1fr) auto;
  gap: 24px 44px;
  padding: clamp(38px, 5vw, 62px);
  border-radius: 28px;
}

.end::before {
  display: none;
}

.end-logo {
  grid-column: 1;
  grid-row: 1 / span 3;
  align-self: center;
  width: min(100%, 240px);
  height: auto;
}

.end h2,
.end p,
.end small {
  grid-column: 2;
  margin-left: 0;
}

.end .btn {
  grid-column: 3;
  grid-row: 1 / span 3;
}

@media (max-width: 1180px) {
  .mpe-hero-stage .hero {
    grid-template-columns: minmax(380px, 0.9fr) minmax(500px, 1.1fr);
  }

  #why .wrap {
    grid-template-columns: 1fr;
  }

  #why .sec-head {
    max-width: 680px;
  }

  .mpe-how-grid {
    grid-template-columns: minmax(240px, 0.62fr) minmax(520px, 1.38fr);
  }

  .mpe-peak-wrap {
    grid-template-columns: 1fr;
  }

  .mpe-peak-copy {
    max-width: 760px;
  }

  .mpe-peak-proof {
    grid-column: 1;
  }

  .lawcard {
    grid-template-columns: 60px 1fr;
    padding-inline: 16px;
  }

  .lawcard img {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 1080px) {
  .mpe-hero-stage .hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .herovis {
    height: auto;
    min-height: 0;
  }

  .herovis .life {
    right: auto;
    border-radius: 20px;
  }

  .herovis .app {
    right: auto;
    bottom: auto;
    width: min(88%, 720px);
    margin: 18px auto 0;
    border-radius: 14px;
  }

  .mpe-how-grid {
    grid-template-columns: 1fr;
  }

  #how .txt {
    max-width: 620px;
  }

  .mpe-peak-flow {
    grid-template-columns: 1fr 1.3fr;
  }

  .mpe-peak-mobile {
    grid-column: auto;
    width: min(240px, 100%);
  }

  .lawcard {
    display: grid;
  }

  .pcard,
  .pcard.hot,
  .pcard:last-child {
    border: 1px solid rgba(21, 63, 51, 0.16);
    border-radius: 16px;
  }

  .pcard.hot,
  .pcard.hot:last-child {
    border: 2px solid rgba(21, 63, 51, 0.58);
  }

  .mpe-faq-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .mpe-faq-grid .sec-head {
    position: static;
  }

  .end {
    grid-template-columns: minmax(150px, 0.6fr) minmax(300px, 1fr);
  }

  .end-logo {
    grid-column: 1;
  }

  .end h2,
  .end p,
  .end small {
    grid-column: 2;
  }

  .end .btn {
    grid-column: 2;
    grid-row: auto;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .mpe-hero-stage .hero h1 {
    font-size: clamp(36px, 10.6vw, 48px);
  }

  #why {
    border-radius: 0 0 30px 30px;
  }

  #why .values {
    grid-template-columns: 1fr;
  }

  #why .value {
    display: grid;
    grid-template-columns: 112px 1fr;
    grid-template-rows: auto auto;
    align-items: center;
  }

  #why .value-art {
    grid-row: 1 / span 2;
    width: 112px;
    height: 112px;
  }

  #why .value h3 {
    align-self: end;
  }

  #why .value p {
    grid-column: 2;
    align-self: start;
  }

  .mpe-how-head {
    margin-bottom: 26px;
  }

  #journey {
    padding-inline: 14px;
  }

  .mpe-peak-wrap {
    padding: 34px 20px 40px;
    border-radius: 26px;
  }

  .mpe-peak-flow {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .mpe-peak-mobile {
    grid-column: 1 / span 2;
    width: min(220px, 64vw);
    justify-self: center;
  }

  .mpe-peak-proof {
    display: none;
  }

  .law {
    min-height: 0;
  }

  .lawgrid {
    border-bottom: 0;
  }

  .lawcard,
  .lawcard:last-child {
    grid-template-columns: 58px 1fr;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .lawcard img {
    width: 58px;
    height: 58px;
  }

  .pricing {
    display: grid;
    gap: 16px;
    border: 0;
  }

  .end {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 32px 26px;
  }

  .end-logo,
  .end h2,
  .end p,
  .end small,
  .end .btn {
    grid-column: 1;
    grid-row: auto;
  }

  .end-logo {
    width: 190px;
    margin-bottom: 8px;
  }
}
