.mp {
  --mp: #c45c2a;
  --mp-deep: #8f3d16;
  --mp-ink: #1a1714;
  --mp-muted: rgba(26, 23, 20, 0.56);
  --mp-line: rgba(196, 92, 42, 0.16);
  --mp-soft: #f7f1ea;
  --mp-card: #fff8f2;
  --mp-ink-bg: #2a1c14;
  --mp-dot: #f0a36a;
  background: #fff;
  color: var(--mp-ink);
}
.mp--cika { --mp: #0f8a96; --mp-deep: #0b5f68; --mp-line: rgba(15, 138, 150, 0.16); --mp-soft: #eef6f7; --mp-card: #f3fafb; --mp-ink-bg: #10232a; --mp-dot: #3ec8d4; }
.mp--refer { --mp: #c45c6a; --mp-deep: #8f3d48; --mp-line: rgba(196, 92, 106, 0.16); --mp-soft: #f8eef0; --mp-card: #fdf6f7; --mp-ink-bg: #2a161a; --mp-dot: #e8a0a8; }
.mp--wecom { --mp: #1f7a5c; --mp-deep: #145240; --mp-line: rgba(31, 122, 92, 0.16); --mp-soft: #eef6f3; --mp-card: #f3faf7; --mp-ink-bg: #14241e; --mp-dot: #5dcaa6; }
.mp--group { --mp: #2d6a8f; --mp-deep: #1d4a64; --mp-line: rgba(45, 106, 143, 0.16); --mp-soft: #eef4f8; --mp-card: #f4f8fb; --mp-ink-bg: #142028; --mp-dot: #7eb6d6; }
.mp--member { --mp: #c47a2a; --mp-deep: #8f5416; --mp-line: rgba(196, 122, 42, 0.16); --mp-soft: #f7f1e6; --mp-card: #fbf6ee; --mp-ink-bg: #2a1e14; --mp-dot: #f0c36a; }
.mp--reward { --mp: #c45c2a; --mp-deep: #8f3d16; --mp-line: rgba(196, 92, 42, 0.16); --mp-soft: #f7f1ea; --mp-card: #fff8f2; --mp-ink-bg: #2a1c14; --mp-dot: #f0a36a; }
.mp--idle { --mp: #3d6b8a; --mp-deep: #2a4a60; --mp-line: rgba(61, 107, 138, 0.16); --mp-soft: #eef3f7; --mp-card: #f4f8fb; --mp-ink-bg: #142028; --mp-dot: #7eb0d0; }
.mp--pack { --mp: #c46b2a; --mp-deep: #8f4a16; --mp-line: rgba(196, 107, 42, 0.16); --mp-soft: #f7f0e8; --mp-card: #fbf6ef; --mp-ink-bg: #2a1c14; --mp-dot: #f0b06a; }
.mp--fest { --mp: #b83d4a; --mp-deep: #8a2430; --mp-line: rgba(184, 61, 74, 0.16); --mp-soft: #f8eef0; --mp-card: #fdf6f7; --mp-ink-bg: #2a1418; --mp-dot: #e08a94; }
.mp--partner { --mp: #3d6b5a; --mp-deep: #2a4a3e; --mp-line: rgba(61, 107, 90, 0.16); --mp-soft: #eef5f2; --mp-card: #f3faf7; --mp-ink-bg: #14241e; --mp-dot: #7ec4a8; }

.mp-inner { width: 100%; max-width: 1200px; margin: 0 auto; }
.mp-sec { padding: 72px 24px; background: #fff; }
.mp-sec--soft { background: var(--mp-soft); }
.mp-sec--ink {
  background: linear-gradient(180deg, var(--mp-ink-bg) 0%, #1a1714 100%);
  color: #fff;
}
.mp-kicker {
  margin: 0 0 10px;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--mp);
}
.mp-sec h2 {
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-align: center;
}
.mp-sec--ink h2 { color: #fff; }
.mp-lead {
  max-width: 680px;
  margin: 0 auto 32px;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  color: var(--mp-muted);
}
.mp-sec--ink .mp-lead { color: rgba(255, 255, 255, 0.68); }

.mp-hero { position: relative; overflow: hidden; min-height: 640px; }
.mp-hero-bg,
.mp-hero-bg img { position: absolute; inset: 0; width: 100%; height: 100%; }
.mp-hero-bg img { object-fit: cover; object-position: 70% 40%; }
.mp-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 250, 246, 0.96) 0%, rgba(255, 250, 246, 0.88) 38%, rgba(255, 250, 246, 0.28) 64%, rgba(255, 250, 246, 0.06) 100%);
}
.mp-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 540px);
  gap: 24px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 52px 24px 60px;
}
.mp-crumb { margin-bottom: 12px; font-size: 13px; color: var(--mp-muted); }
.mp-crumb a { color: inherit; }
.mp-crumb span { margin: 0 6px; }
.mp-family {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--mp);
}
.mp-hero-copy h1 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.25;
}
.mp-hero-copy h1 em { font-style: normal; color: var(--mp); }
.mp-hero-sub {
  margin: 0 0 20px;
  max-width: 520px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--mp-muted);
}
.mp-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  max-width: 520px;
}
.mp-values li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.mp-ico {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: var(--mp);
  box-shadow: 0 6px 16px color-mix(in srgb, var(--mp) 18%, transparent);
}
.mp-ico svg { width: 22px; height: 22px; }
.mp-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.mp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 10px;
  background: var(--mp);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}
.mp-btn:hover { color: #fff; filter: brightness(1.06); }
.mp-link { font-size: 15px; font-weight: 700; color: var(--mp-deep); }
.mp-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  font-size: 13px;
  color: var(--mp-muted);
}
.mp-checks li { display: flex; align-items: center; gap: 6px; }
.mp-checks li::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--mp) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6.2 5 8.6 9.5 3.6' fill='none' stroke='%23fff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 10px no-repeat;
}

.mp-count,
.mp-refer,
.mp-loop,
.mp-fest {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mp-count { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mp-refer { grid-template-columns: 1fr 1fr; }
.mp-count li,
.mp-refer li,
.mp-loop li,
.mp-fest li {
  padding: 18px 16px 16px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(26, 23, 20, 0.08);
}
.mp-count b,
.mp-refer b,
.mp-loop b,
.mp-fest b { display: block; margin-bottom: 4px; font-size: 20px; }
.mp-count span,
.mp-refer span,
.mp-loop span,
.mp-fest span { font-size: 13px; color: var(--mp-muted); }
.mp-count li:nth-child(2),
.mp-loop li:nth-child(2),
.mp-fest li:nth-child(2) {
  background: var(--mp-ink-bg);
  color: #fff;
}
.mp-count li:nth-child(2) span,
.mp-loop li:nth-child(2) span,
.mp-fest li:nth-child(2) span { color: rgba(255, 255, 255, 0.68); }

.mp-duo {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 14px;
  align-items: end;
}
.mp-panel,
.mp-chat {
  margin: 0;
  padding: 20px 18px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(26, 23, 20, 0.08);
}
.mp-panel strong,
.mp-chat strong { display: block; margin-bottom: 8px; font-size: 18px; }
.mp-panel span,
.mp-chat p { font-size: 13px; line-height: 1.6; color: var(--mp-muted); }
.mp-chat p { margin: 0 0 10px; padding: 10px 12px; background: var(--mp-soft); border-radius: 10px; color: var(--mp-ink); }
.mp-chat p.is-card { background: var(--mp); color: #fff; }
.mp-duo .iphone-body { max-width: none; }

.mp-cal {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 14px;
  align-items: end;
}
.mp-cal-card {
  padding: 22px 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(26, 23, 20, 0.08);
  text-align: center;
}
.mp-cal-card b { display: block; font-size: 56px; line-height: 1; color: var(--mp); }
.mp-cal-card span { display: block; margin-top: 8px; font-size: 14px; font-weight: 700; }

.mp-bars { display: grid; gap: 10px; }
.mp-bars li {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  list-style: none;
}
.mp-bars { list-style: none; margin: 0; padding: 0; }
.mp-bars b { font-size: 13px; }
.mp-bars i {
  display: block;
  height: 18px;
  border-radius: 6px;
  background: var(--mp);
}
.mp-bars i.is-empty { width: 38%; background: rgba(26, 23, 20, 0.12); }
.mp-bars i.is-full { width: 88%; }
.mp-bars-note {
  margin-top: 12px;
  padding: 14px 16px;
  background: #fff;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(26, 23, 20, 0.06);
}

.mp-pack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.mp-pack article {
  padding: 16px 14px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 20px rgba(26, 23, 20, 0.06);
}
.mp-pack b { display: block; margin-bottom: 4px; font-size: 15px; }
.mp-pack span { font-size: 12px; color: var(--mp-muted); }

.mp-pair {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: center;
}
.mp-pair article {
  padding: 20px 16px;
  background: #fff;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(26, 23, 20, 0.06);
}
.mp-pair b { display: block; margin-bottom: 4px; font-size: 18px; }
.mp-pair span { font-size: 13px; color: var(--mp-muted); }
.mp-pair em {
  font-style: normal;
  font-size: 22px;
  font-weight: 800;
  color: var(--mp);
}

.mp-sec .block-head {
  max-width: 720px;
  margin: 0 auto clamp(28px, 3.6vw, 40px);
}
.mp-sec .block-head h2 {
  margin: 0;
  font-size: clamp(26px, 3.6vw, 40px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.02em;
  color: #3f0808;
}
.mp-sec .block-head p {
  margin: 14px 0 0;
  max-width: none;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.75;
  color: var(--muted);
}

.mp-pains {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.mp-pains article {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #fff;
  border: 1px solid var(--mp-line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 24px color-mix(in srgb, var(--mp) 8%, transparent);
}
.mp-pains img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}
.mp-pains div { padding: 16px 16px 18px; }
.mp-pains span {
  display: block;
  margin-bottom: 6px;
  color: var(--mp);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.mp-pains h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 750;
  line-height: 1.35;
  color: #1a1714;
}
.mp-pains p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--mp-muted);
}

.mp-fab,
.mp-needs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.mp-fab article,
.mp-needs article {
  padding: 24px 22px;
  background: #fff;
  border-radius: 18px;
  border: 1px solid var(--mp-line);
}
.mp-fab article:nth-child(2),
.mp-needs article:nth-child(2) {
  background: var(--mp-ink-bg);
  color: #fff;
  border-color: transparent;
}
.mp-fab article:nth-child(2) p,
.mp-needs article:nth-child(2) p { color: rgba(255, 255, 255, 0.68); }
.mp-fab article:nth-child(2) span,
.mp-needs article:nth-child(2) span { color: var(--mp-dot); }
.mp-fab span,
.mp-needs span {
  display: block;
  margin-bottom: 10px;
  color: var(--mp);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.mp-fab h3,
.mp-needs h3 { margin: 0 0 10px; font-size: 20px; font-weight: 800; }
.mp-fab p,
.mp-needs p { margin: 0; font-size: 14px; line-height: 1.7; color: var(--mp-muted); }

.mp-solves {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.mp-solves article {
  position: relative;
  min-width: 0;
  padding: 18px 14px 16px;
  background: var(--mp-card);
  border: 1px solid var(--mp-line);
  border-radius: 16px;
}
.mp-solves span {
  display: block;
  margin-bottom: 10px;
  color: var(--mp);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}
.mp-solve-ico {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 14px color-mix(in srgb, var(--mp) 14%, transparent);
}
.mp-solve-ico img { width: 20px; height: 20px; }
.mp-solves h3 {
  margin: 0 0 8px;
  padding-right: 36px;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.35;
}
.mp-solves p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--mp-muted);
}

.mp-road {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 8px 0 0;
  position: relative;
}
.mp-road--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.mp-road--6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.mp-road::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 8%;
  right: 8%;
  border-top: 3px dashed rgba(255, 255, 255, 0.28);
}
.mp-road li { position: relative; padding-top: 36px; text-align: center; }
.mp-road li::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  width: 16px;
  height: 16px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: var(--mp-dot);
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--mp-dot) 22%, transparent);
}
.mp-road strong { display: block; margin-bottom: 6px; font-size: 16px; }
.mp-road span { font-size: 13px; line-height: 1.55; color: rgba(255, 255, 255, 0.68); }

.mp-ticket {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  overflow: hidden;
  background: var(--mp-card);
  border: 1px dashed color-mix(in srgb, var(--mp) 35%, transparent);
  border-radius: 16px;
}
.mp-tickets { display: grid; gap: 12px; }
.mp-ticket b {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--mp);
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.12em;
}
.mp-ticket div { padding: 22px 24px 12px; }
.mp-ticket h3 { margin: 0 0 14px; font-size: 20px; font-weight: 800; }
.mp-ticket dl {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px 14px;
  margin: 0 0 12px;
}
.mp-ticket dt { font-size: 12px; color: var(--mp-muted); }
.mp-ticket dd { margin: 4px 0 0; font-size: 14px; font-weight: 700; line-height: 1.45; }

.mp-views { display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; }
.mp-views .iphone { width: min(32%, 200px); }
.mp-views .iphone-body { max-width: none; }

.mp-scenes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.mp-scenes article {
  overflow: hidden;
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--mp-line);
}
.mp-scenes img { width: 100%; height: 168px; object-fit: cover; }
.mp-scenes span,
.mp-scenes h3,
.mp-scenes p { display: block; margin-left: 18px; margin-right: 18px; }
.mp-scenes span { margin-top: 16px; color: var(--mp); font-size: 12px; font-weight: 800; }
.mp-scenes h3 { margin-top: 6px; margin-bottom: 8px; font-size: 18px; font-weight: 800; }
.mp-scenes p { margin-bottom: 18px; font-size: 14px; line-height: 1.65; color: var(--mp-muted); }

.mp-inds { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.mp-inds a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 20px 18px;
  background: var(--mp-card);
  border: 1px solid var(--mp-line);
  border-radius: 16px;
  color: inherit;
}
.mp-inds a:hover { color: var(--mp); border-color: var(--mp); }
.mp-inds strong { font-size: 16px; }
.mp-inds span { font-size: 13px; color: var(--mp-muted); }

.mp-next { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.mp-next a {
  display: block;
  padding: 22px 20px;
  background: #fff;
  border: 1px solid var(--mp-line);
  border-radius: 16px;
  color: inherit;
}
.mp-next a:hover { border-color: var(--mp); color: inherit; }
.mp-next span { display: block; margin-bottom: 10px; color: var(--mp); font-size: 13px; font-weight: 800; }
.mp-next strong { display: block; font-size: 18px; }
.mp-next em {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  font-style: normal;
  color: var(--mp-muted);
}
.mp-subh { margin: 32px 0 14px; font-size: 18px; font-weight: 800; }
.mp-more { margin: 28px 0 0; text-align: center; }
.mp-more a { font-weight: 700; color: var(--mp); }

.mp-faq-wrap { max-width: 760px; }
.mp-faq-wrap h2 { text-align: left; }
.mp-faq details { border-bottom: 1px solid var(--mp-line); }
.mp-faq summary {
  padding: 16px 0;
  font-size: 16px;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}
.mp-faq summary::-webkit-details-marker { display: none; }
.mp-faq summary::after { content: "+"; float: right; color: var(--mp); }
.mp-faq details[open] summary::after { content: "–"; }
.mp-faq p { margin: 0 0 16px; font-size: 14px; line-height: 1.7; color: var(--mp-muted); }

@media (max-width: 1080px) {
  .mp-hero-inner { grid-template-columns: 1fr; padding-bottom: 40px; }
  .mp-duo,
  .mp-cal { grid-template-columns: 1fr; justify-items: center; }
  .mp-duo .iphone,
  .mp-cal .iphone { width: 180px; }
  .mp-count,
  .mp-refer { grid-template-columns: 1fr; }
  .mp-pair { grid-template-columns: 1fr; }
  .mp-pair em { text-align: center; }
  .mp-fab,
  .mp-needs,
  .mp-next { grid-template-columns: 1fr; }
  .mp-solves { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .mp-road,
  .mp-road--4,
  .mp-road--6 { grid-template-columns: 1fr; }
  .mp-road::before { display: none; }
  .mp-road li { padding-top: 0; padding-left: 28px; text-align: left; }
  .mp-road li::before { left: 0; top: 6px; transform: none; }
  .mp-ticket dl { grid-template-columns: 1fr 1fr; }
  .mp-scenes { grid-template-columns: 1fr; }
  .mp-inds { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .mp-pains { grid-template-columns: 1fr; }
  .mp-sec { padding: 48px 16px; }
  .mp-values { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mp-solves,
  .mp-pack { grid-template-columns: 1fr; }
  .mp-ticket { grid-template-columns: 64px minmax(0, 1fr); }
  .mp-inds { grid-template-columns: 1fr; }
}
