@charset "UTF-8";

:root {
  --mm-bg: #f2f7fb;
  --mm-ink: #101827;
  --mm-muted: #637086;
  --mm-line: #d8e3ef;
  --mm-surface: #ffffff;
  --mm-blue: #0e7490;
  --mm-blue-dark: #083344;
  --mm-lime: #bef264;
  --mm-orange: #f59e0b;
  --mm-red: #dc2626;
  --mm-shell: 1120px;
  --mm-shadow: 0 24px 60px rgba(15, 23, 42, .12);
  --mm-ease: cubic-bezier(.16, 1, .3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--mm-ink);
  background: var(--mm-bg);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Yu Gothic UI", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
button, a { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
svg { display: block; }
[hidden] { display: none !important; }

.monitor-app {
  min-width: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(190, 242, 100, .24), transparent 34rem),
    radial-gradient(circle at 90% 14%, rgba(14, 116, 144, .18), transparent 34rem),
    linear-gradient(rgba(8, 51, 68, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 51, 68, .04) 1px, transparent 1px),
    var(--mm-bg);
  background-size: auto, auto, 48px 48px, 48px 48px, auto;
}

.shell {
  width: min(calc(100% - 40px), var(--mm-shell));
  margin-inline: auto;
}
.shell--narrow { max-width: 820px; }

.hero {
  position: relative;
  min-height: min(870px, 100dvh);
  padding: 76px 0 86px;
  display: grid;
  align-items: center;
  isolation: isolate;
}
.hero__mesh {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(132deg, rgba(8, 51, 68, .08), transparent 45%),
    radial-gradient(circle at 72% 52%, rgba(255, 255, 255, .7), transparent 26rem);
  pointer-events: none;
}
.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(460px, 1.05fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: center;
}
.hero__content { position: relative; z-index: 2; min-width: 0; }

.eyebrow {
  display: inline-flex;
  margin: 0;
  padding: 8px 14px;
  border: 1px solid rgba(14, 116, 144, .2);
  border-radius: 999px;
  color: var(--mm-blue-dark);
  background: rgba(255, 255, 255, .76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .96);
  align-items: center;
  gap: 9px;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .05em;
}
.eyebrow span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--mm-lime);
  box-shadow: 0 0 0 5px rgba(190, 242, 100, .28);
}
.hero h1 {
  max-width: 650px;
  margin: 24px 0 0;
  color: #071b23;
  font-size: clamp(2.6rem, 5vw, 4.7rem);
  font-weight: 900;
  letter-spacing: -.06em;
  line-height: 1.1;
  text-wrap: balance;
}
.hero h1 span { display: block; }
.hero__accent {
  display: inline-block;
  margin: 22px 0 0;
  padding: 8px 13px;
  border-radius: 12px;
  color: #082f49;
  background: linear-gradient(135deg, rgba(190, 242, 100, .5), rgba(125, 211, 252, .18));
  font-size: .9rem;
  font-weight: 900;
  line-height: 1.55;
}
.hero__lead {
  max-width: 630px;
  margin: 20px 0 0;
  color: #263848;
  font-size: clamp(.98rem, 1.3vw, 1.1rem);
  font-weight: 700;
  line-height: 1.9;
}
.hero__detail {
  max-width: 620px;
  margin: 15px 0 0;
  color: var(--mm-muted);
  font-size: .82rem;
  line-height: 1.85;
}
.hero__actions {
  display: flex;
  margin-top: 30px;
  align-items: center;
  gap: 17px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  min-height: 56px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .25s var(--mm-ease), box-shadow .25s ease, filter .25s ease;
}
.button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
.button--large { min-width: 240px; }
.button--primary {
  color: #071b23;
  background: linear-gradient(135deg, var(--mm-lime), #67e8f9);
  box-shadow: 0 17px 34px rgba(14, 116, 144, .21);
}
.button--ghost {
  color: var(--mm-blue-dark);
  background: #fff;
  border-color: var(--mm-line);
  box-shadow: 0 13px 27px rgba(15, 23, 42, .08);
}
.button:hover { filter: brightness(1.02); transform: translateY(-2px); }
.button:active { transform: translateY(1px) scale(.985); }
.privacy-note {
  display: inline-flex;
  margin: 0;
  color: var(--mm-muted);
  align-items: center;
  gap: 7px;
  font-size: .74rem;
  font-weight: 700;
}
.privacy-note svg { width: 16px; height: 16px; fill: none; stroke: var(--mm-blue); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.monitor-scene {
  position: relative;
  min-height: 570px;
  perspective: 1100px;
  isolation: isolate;
}
.monitor-scene::before {
  position: absolute;
  inset: 48px 0 18px;
  border: 1px solid rgba(14, 116, 144, .12);
  border-radius: 42% 58% 51% 49% / 49% 45% 55% 51%;
  background: radial-gradient(circle at 52% 42%, rgba(255,255,255,.92), rgba(231, 247, 251, .82) 52%, rgba(190, 242, 100, .12) 76%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92), 0 28px 70px rgba(14, 116, 144, .12);
  content: "";
}
.monitor-orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(14, 116, 144, .14);
  border-radius: 50%;
  pointer-events: none;
}
.monitor-orbit--one { inset: 92px 56px 102px 28px; transform: rotate(-14deg); }
.monitor-orbit--two { inset: 130px 96px 144px 82px; border-style: dashed; transform: rotate(19deg); }
.laptop {
  position: absolute;
  z-index: 3;
  left: 42px;
  bottom: 95px;
  width: 286px;
  height: 205px;
  transform: rotate(-4deg);
}
.laptop__screen {
  position: absolute;
  inset: 0 28px 42px;
  border: 8px solid #0f172a;
  border-radius: 17px;
  background: linear-gradient(135deg, #083344, #0e7490 58%, #a7f3d0);
  box-shadow: 0 22px 35px rgba(15, 23, 42, .23);
  overflow: hidden;
}
.laptop__screen::before,
.portable-screen::before {
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 12px;
  content: "";
}
.laptop__screen i,
.portable-screen i {
  position: absolute;
  left: 28px;
  top: 32px;
  width: 92px;
  height: 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.7);
}
.laptop__screen b,
.portable-screen b {
  position: absolute;
  left: 28px;
  top: 58px;
  width: 132px;
  height: 38px;
  border-radius: 12px;
  background: rgba(190, 242, 100, .7);
}
.laptop__base {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 46px;
  border-radius: 10px 10px 28px 28px;
  background: linear-gradient(180deg, #334155, #0f172a);
  box-shadow: 0 17px 28px rgba(15, 23, 42, .18);
}
.portable-screen {
  position: absolute;
  z-index: 4;
  width: 240px;
  height: 160px;
  border: 7px solid #0f172a;
  border-radius: 18px;
  background: linear-gradient(135deg, #0f172a, #164e63 58%, #67e8f9);
  box-shadow: 0 22px 35px rgba(15, 23, 42, .23);
  overflow: hidden;
}
.portable-screen::after {
  position: absolute;
  right: 22px;
  bottom: 18px;
  width: 64px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.56);
  content: "";
}
.portable-screen--main { top: 115px; right: 34px; transform: rotate(7deg); }
.portable-screen--side { top: 248px; right: 122px; width: 182px; height: 126px; transform: rotate(-9deg); opacity: .92; }

.scene-card,
.metrics-panel {
  position: absolute;
  z-index: 5;
  border: 1px solid rgba(255,255,255,.8);
  background: rgba(255,255,255,.78);
  box-shadow: inset 0 1px 0 #fff, 0 15px 32px rgba(15,23,42,.12);
  backdrop-filter: blur(14px);
}
.scene-card {
  display: grid;
  min-width: 116px;
  padding: 12px 15px;
  border-radius: 15px;
  gap: 1px;
  transform: rotate(-2deg);
}
.scene-card small { color: var(--mm-blue); font-size: .61rem; font-weight: 900; letter-spacing: .15em; }
.scene-card strong { color: #0f172a; font-size: .98rem; line-height: 1.2; }
.scene-card span { width: 52px; height: 6px; margin-top: 7px; border-radius: 999px; background: var(--mm-lime); }
.scene-card--usb { top: 64px; left: 32px; }
.scene-card--hz { right: 10px; bottom: 138px; transform: rotate(5deg); }
.scene-card--ratio { top: 58px; right: 84px; transform: rotate(4deg); }
.metrics-panel {
  right: 24px;
  bottom: 42px;
  width: 222px;
  padding: 18px 18px 16px;
  border-radius: 20px;
}
.metrics-panel p { margin: 0 0 13px; color: var(--mm-blue); font-size: .67rem; font-weight: 900; letter-spacing: .18em; }
.metrics-panel div { display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: 11px; }
.metrics-panel div + div { margin-top: 10px; }
.metrics-panel span { color: #475569; font-size: .73rem; font-weight: 800; }
.metrics-panel b { height: 9px; border-radius: 999px; background: linear-gradient(90deg, var(--mm-blue), var(--mm-lime)); }
.metrics-panel div:nth-child(3) b { width: 82%; }
.metrics-panel div:nth-child(4) b { width: 66%; }

.section-kicker {
  margin: 0 0 8px;
  color: var(--mm-blue);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .17em;
}
.how {
  padding: 78px 0 88px;
  background: rgba(255,255,255,.58);
}
.how__grid {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: 30px;
  align-items: start;
}
.how h2,
.model-comparison__heading h2,
.comparison-guide h2 {
  margin: 0;
  color: #071b23;
  font-size: clamp(1.85rem, 3.3vw, 2.8rem);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.25;
}
.how h2 span { display: block; }
.steps {
  display: grid;
  gap: 15px;
}
.step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding: 19px;
  border: 1px solid rgba(14,116,144,.14);
  border-radius: 18px;
  background: rgba(255,255,255,.8);
  box-shadow: 0 14px 32px rgba(15,23,42,.06);
}
.step > span {
  display: grid;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  color: #071b23;
  background: var(--mm-lime);
  place-items: center;
  font-weight: 900;
}
.step h3 { margin: 0; color: #0f172a; font-size: .98rem; }
.step p { margin: 7px 0 0; color: var(--mm-muted); font-size: .8rem; line-height: 1.75; }
.how__action { margin-top: 26px; text-align: center; }

.quiz {
  padding: 82px 0 96px;
  background: linear-gradient(180deg, rgba(255,255,255,.62), rgba(232,246,250,.62));
}
.quiz-progress {
  margin-bottom: 18px;
}
.quiz-progress__labels {
  display: flex;
  justify-content: space-between;
  color: var(--mm-blue-dark);
  font-size: .78rem;
  font-weight: 900;
}
.progress-track {
  height: 10px;
  margin-top: 10px;
  border-radius: 999px;
  background: #dbe8ee;
  overflow: hidden;
}
.progress-track span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--mm-blue), var(--mm-lime));
  transition: width .35s var(--mm-ease);
}
.question-panel {
  padding: clamp(28px, 5vw, 46px);
  border: 1px solid rgba(14,116,144,.15);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--mm-shadow);
}
.question-panel__kicker {
  margin: 0;
  color: var(--mm-blue);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .18em;
}
.question-panel h2 {
  margin: 10px 0 0;
  color: #071b23;
  font-size: clamp(1.45rem, 3vw, 2.05rem);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.4;
}
.answer-list {
  display: grid;
  margin-top: 24px;
  gap: 12px;
}
.answer-button {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 64px;
  padding: 16px 54px 16px 18px;
  border: 1px solid #d7e4ef;
  border-radius: 16px;
  color: #172033;
  background: linear-gradient(135deg, #fff, #f8fbfd);
  align-items: center;
  text-align: left;
  font-weight: 850;
  line-height: 1.55;
  transition: transform .22s var(--mm-ease), border-color .22s ease, box-shadow .22s ease;
}
.answer-button::after {
  position: absolute;
  right: 18px;
  top: 50%;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(14,116,144,.24);
  border-radius: 50%;
  color: var(--mm-blue);
  content: ">";
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  font-size: .8rem;
  font-weight: 900;
}
.answer-button:hover,
.answer-button:focus-visible {
  border-color: rgba(14,116,144,.42);
  box-shadow: 0 12px 28px rgba(14,116,144,.11);
  transform: translateY(-2px);
}
.back-button {
  display: inline-flex;
  margin-top: 22px;
  padding: 0;
  border: 0;
  color: var(--mm-muted);
  background: transparent;
  align-items: center;
  gap: 6px;
  font-size: .82rem;
  font-weight: 800;
}
.back-button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.back-button[disabled] { opacity: .45; cursor: not-allowed; }

.results {
  padding: 84px 0 82px;
  background:
    radial-gradient(circle at 18% 10%, rgba(190,242,100,.18), transparent 30rem),
    linear-gradient(180deg, rgba(255,255,255,.7), rgba(242,247,251,.8));
}
.result-hero {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}
.score-wrap {
  position: sticky;
  top: 24px;
  display: grid;
  min-height: 290px;
  border: 1px solid rgba(14,116,144,.14);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--mm-shadow);
  place-items: center;
}
.score-ring { width: 240px; height: 240px; transform: rotate(-90deg); }
.score-ring__track,
.score-ring__value {
  fill: none;
  stroke-width: 18;
}
.score-ring__track { stroke: #e3edf3; }
.score-ring__value {
  stroke: url("#score-gradient");
  stroke: var(--mm-blue);
  stroke-linecap: round;
  stroke-dasharray: 603;
  stroke-dashoffset: 603;
  transition: stroke-dashoffset 1s var(--mm-ease);
}
.score-center {
  position: absolute;
  display: grid;
  place-items: center;
  text-align: center;
}
.score-center span { color: var(--mm-muted); font-size: .82rem; font-weight: 900; }
.score-center strong { color: #071b23; font-size: 3.35rem; letter-spacing: -.08em; line-height: 1; }
.score-center small { font-size: 1.1rem; letter-spacing: 0; }
.score-center em { margin-top: 8px; color: var(--mm-blue); font-style: normal; font-size: .66rem; font-weight: 900; letter-spacing: .13em; }
.result-copy {
  min-width: 0;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(14,116,144,.14);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--mm-shadow);
}
.result-copy h2 {
  margin: 0;
  color: #071b23;
  font-size: clamp(1.8rem, 3.6vw, 2.75rem);
  font-weight: 900;
  letter-spacing: -.05em;
  line-height: 1.25;
}
.result-copy__title {
  margin: 16px 0 0;
  color: var(--mm-blue-dark);
  font-size: 1.2rem;
  font-weight: 900;
}
.result-copy__description {
  margin: 10px 0 0;
  color: #425267;
  font-size: .92rem;
  line-height: 1.9;
}
.model-result {
  margin-top: 24px;
  padding: 24px;
  border: 1px solid rgba(14,116,144,.15);
  border-radius: 22px;
  background: linear-gradient(135deg, #f7fbfc, #fff);
}
.model-badge {
  display: inline-flex;
  margin: 0;
  padding: 5px 11px;
  border-radius: 999px;
  color: #071b23;
  background: var(--mm-lime);
  font-size: .63rem;
  font-weight: 900;
  letter-spacing: .12em;
}
.model-result h3 {
  margin: 12px 0 0;
  color: #071b23;
  font-size: clamp(1.35rem, 2.8vw, 1.95rem);
  font-weight: 900;
  letter-spacing: -.04em;
}
.model-visual {
  position: relative;
  width: min(100%, 360px);
  height: 150px;
  margin: 22px 0 18px;
}
.model-visual span {
  position: absolute;
  inset: 18px 70px 24px 16px;
  border: 7px solid #0f172a;
  border-radius: 18px;
  background: linear-gradient(135deg, #083344, #0e7490, #a7f3d0);
  box-shadow: 0 18px 28px rgba(15,23,42,.16);
}
.model-visual i,
.model-visual b {
  position: absolute;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff, #e0f2fe);
  box-shadow: 0 15px 25px rgba(15,23,42,.12);
}
.model-visual i { right: 22px; top: 28px; width: 92px; height: 68px; transform: rotate(8deg); }
.model-visual b { right: 82px; bottom: 18px; width: 138px; height: 16px; }
.model-result > p:not(.model-badge) {
  margin: 0;
  color: #445467;
  font-size: .9rem;
  line-height: 1.85;
}
.model-result ul {
  display: grid;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  gap: 9px;
}
.model-result li,
.insight-list li {
  position: relative;
  padding-left: 27px;
  color: #344456;
  font-size: .84rem;
  line-height: 1.72;
}
.model-result li::before,
.insight-list li::before {
  position: absolute;
  left: 0;
  top: .18em;
  display: grid;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #071b23;
  background: var(--mm-lime);
  content: "✓";
  place-items: center;
  font-size: .64rem;
  font-weight: 900;
}
.result-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
  gap: 12px;
}
.result-link {
  display: inline-flex;
  min-height: 52px;
  padding: 12px 15px;
  border: 1px solid transparent;
  border-radius: 13px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: .84rem;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  transition: transform .24s var(--mm-ease), filter .24s ease, box-shadow .24s ease;
}
.result-link:hover { filter: brightness(1.04); transform: translateY(-2px); }
.result-link--official { color: #fff; background: linear-gradient(135deg, var(--mm-blue), var(--mm-blue-dark)); box-shadow: 0 12px 24px rgba(8,51,68,.18); }
.result-link--amazon { color: #3f2a08; background: #fff7df; border-color: #f4d68b; }
.result-link--rakuten { color: #fff; background: linear-gradient(135deg, #d91c33, #9f1239); }
.result-link--article { color: var(--mm-blue-dark); background: #fff; border-color: var(--mm-line); }
.result-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.low-score-guide {
  display: flex;
  margin-top: 17px;
  padding: 16px;
  border: 1px solid rgba(245,158,11,.22);
  border-radius: 16px;
  color: #744b00;
  background: #fff7e6;
  gap: 10px;
}
.low-score-guide svg { width: 22px; min-width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.low-score-guide p { margin: 0; font-size: .8rem; line-height: 1.75; }

.insight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}
.insight-block {
  padding: 26px;
  border: 1px solid rgba(14,116,144,.14);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 17px 38px rgba(15,23,42,.07);
}
.insight-block__heading {
  display: flex;
  align-items: center;
  gap: 14px;
}
.insight-icon {
  display: grid;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  place-items: center;
}
.insight-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
.insight-icon--positive { color: #071b23; background: var(--mm-lime); }
.insight-icon--caution { color: #92400e; background: #fef3c7; }
.insight-block__heading p { margin: 0; color: var(--mm-blue); font-size: .62rem; font-weight: 900; letter-spacing: .14em; }
.insight-block__heading h3 { margin: 3px 0 0; color: #071b23; font-size: 1.12rem; }
.insight-list {
  display: grid;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  gap: 11px;
}
.insight-block--caution .insight-list li::before { color: #92400e; background: #fef3c7; content: "!"; }

.model-comparison,
.disclaimer,
.comparison-guide__inner {
  margin-top: 28px;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(14,116,144,.14);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 17px 38px rgba(15,23,42,.07);
}
.model-comparison__heading p:last-child {
  margin: 12px 0 0;
  color: var(--mm-muted);
  font-size: .86rem;
}
.model-table-wrap { margin-top: 23px; overflow-x: auto; }
table { width: 100%; border-collapse: collapse; min-width: 780px; }
th, td {
  padding: 14px 13px;
  border-bottom: 1px solid #e4edf3;
  text-align: left;
  vertical-align: top;
  font-size: .8rem;
  line-height: 1.7;
}
thead th {
  color: var(--mm-blue-dark);
  background: #f0f8fa;
  font-weight: 900;
}
tbody th { color: #071b23; font-weight: 900; }
tr.is-active th,
tr.is-active td { background: rgba(190,242,100,.18); }
.disclaimer h2 {
  margin: 0;
  color: #071b23;
  font-size: 1.25rem;
  font-weight: 900;
}
.disclaimer p {
  margin: 12px 0 0;
  color: var(--mm-muted);
  font-size: .78rem;
  line-height: 1.85;
}
.restart-area {
  margin-top: 28px;
  text-align: center;
}

.comparison-guide {
  padding: 70px 0 92px;
  background: rgba(255,255,255,.6);
}
.comparison-guide__inner { margin-top: 0; }
.comparison-guide__lead {
  margin: 18px 0 0;
  color: #405166;
  font-size: .92rem;
  line-height: 1.9;
}
.comparison-guide__content {
  display: grid;
  margin-top: 30px;
  gap: 24px;
}
.comparison-guide__content h3 {
  margin: 0;
  color: #071b23;
  font-size: 1.16rem;
  font-weight: 900;
}
.comparison-guide__content p {
  margin: 8px 0 0;
  color: var(--mm-muted);
  font-size: .88rem;
  line-height: 1.95;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(14,116,144,.35);
  outline-offset: 4px;
}

@media (max-width: 980px) {
  .hero { min-height: auto; padding-top: 58px; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__content { text-align: center; }
  .hero__lead,
  .hero__detail { margin-right: auto; margin-left: auto; }
  .hero__actions { justify-content: center; }
  .monitor-scene { width: min(100%, 560px); min-height: 510px; margin: 0 auto -36px; transform: scale(.92); transform-origin: top center; }
  .how__grid,
  .result-hero { grid-template-columns: 1fr; }
  .score-wrap { position: relative; top: auto; min-height: 260px; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), var(--mm-shell)); }
  .hero { padding: 42px 0 60px; }
  .hero h1 { font-size: clamp(2.15rem, 11vw, 3.25rem); }
  .hero__accent { font-size: .78rem; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .button--large { width: 100%; min-width: 0; }
  .monitor-scene { min-height: 420px; margin-bottom: -50px; transform: scale(.74); }
  .how { padding: 60px 0 70px; }
  .how h2 span { display: inline; }
  .step { grid-template-columns: 1fr; text-align: center; }
  .step > span { margin-inline: auto; }
  .question-panel { padding: 25px 18px; border-radius: 22px; }
  .answer-button { min-height: 58px; padding-right: 46px; font-size: .9rem; }
  .results { padding-top: 66px; }
  .result-copy,
  .model-result,
  .insight-block,
  .model-comparison,
  .disclaimer,
  .comparison-guide__inner { border-radius: 20px; padding: 22px 18px; }
  .result-links,
  .insight-grid { grid-template-columns: 1fr; }
  .model-table-wrap { overflow: visible; }
  table, thead, tbody, tr, th, td { display: block; min-width: 0; width: 100%; }
  thead { display: none; }
  tr { padding: 14px; border: 1px solid #e3edf3; border-radius: 16px; background: #fff; }
  tr + tr { margin-top: 12px; }
  th, td { padding: 5px 0; border: 0; }
  tbody th { font-size: .92rem; }
  td::before { display: block; margin-bottom: 2px; color: var(--mm-blue); content: attr(data-label); font-size: .64rem; font-weight: 900; letter-spacing: .09em; }
}

@media (max-width: 420px) {
  .shell { width: min(calc(100% - 24px), var(--mm-shell)); }
  .hero h1 { font-size: 2.05rem; }
  .monitor-scene { margin-right: -64px; margin-left: -64px; transform: scale(.66); }
  .score-ring { width: 215px; height: 215px; }
  .score-center strong { font-size: 3rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
