@charset "UTF-8";

:root {
  --bg: #f4f7ff;
  --surface: rgba(255, 255, 255, 0.9);
  --surface-strong: #ffffff;
  --text: #12223b;
  --muted: #5f718b;
  --line: #d8e5ff;
  --primary: #135fe4;
  --primary-dark: #0a275d;
  --accent: #2cd0ff;
  --accent-soft: #dff8ff;
  --success: #0f8f78;
  --warn: #ffb24d;
  --shadow: 0 22px 54px rgba(22, 58, 115, 0.12);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--text);
  background:
    linear-gradient(rgba(19, 95, 228, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19, 95, 228, 0.03) 1px, transparent 1px),
    var(--bg);
  background-size: 48px 48px;
  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;
}

button,
a { font: inherit; }

a { color: inherit; }

svg { display: block; }

.shell {
  width: min(calc(100% - 40px), 1160px);
  margin-inline: auto;
}

.shell--narrow { width: min(calc(100% - 40px), 820px); }

.ai-recorder-app {
  overflow: hidden;
  min-width: 0;
}

.hero {
  position: relative;
  padding: 78px 0 88px;
  isolation: isolate;
}

.hero__noise {
  position: absolute;
  inset: -120px -120px auto;
  height: 520px;
  background:
    radial-gradient(circle at 20% 20%, rgba(44, 208, 255, 0.18), transparent 38%),
    radial-gradient(circle at 78% 10%, rgba(19, 95, 228, 0.2), transparent 34%),
    radial-gradient(circle at 70% 80%, rgba(9, 39, 93, 0.08), transparent 38%);
  z-index: -2;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  margin: 0;
  padding: 8px 14px;
  border: 1px solid rgba(19, 95, 228, 0.18);
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  background: rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1bc8ff, #115de4);
  box-shadow: 0 0 0 5px rgba(44, 208, 255, 0.12);
}

.hero h1 {
  margin: 22px 0 0;
  color: var(--primary-dark);
  font-size: clamp(2.65rem, 5vw, 4.45rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.1;
}

.hero h1 span { display: block; }

.hero__accent {
  margin: 18px 0 0;
  color: var(--primary);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  font-weight: 800;
}

.hero__lead,
.hero__detail {
  margin: 18px 0 0;
  color: #314563;
  font-size: 1rem;
}

.hero__detail {
  color: var(--muted);
  font-size: 0.93rem;
}

.hero__detail strong { color: var(--primary-dark); }

.hero__actions {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
}

.button {
  display: inline-flex;
  min-height: 58px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 800;
  line-height: 1.3;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button--large { min-width: 230px; }

.button--primary {
  color: #fff;
  background: linear-gradient(135deg, #18a3f4, #115de4);
  box-shadow: 0 16px 34px rgba(17, 93, 228, 0.24);
}

.button--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(17, 93, 228, 0.28);
}

.button--ghost {
  border-color: rgba(19, 95, 228, 0.18);
  color: var(--primary-dark);
  background: rgba(255, 255, 255, 0.92);
}

.privacy-note {
  display: inline-flex;
  margin: 0;
  color: var(--muted);
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 700;
}

.privacy-note svg {
  width: 16px;
  height: 16px;
  min-width: 16px;
  fill: none;
  stroke: var(--primary);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.recorder-scene {
  position: relative;
  min-height: 560px;
  border: 1px solid rgba(19, 95, 228, 0.12);
  border-radius: 42px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(231, 242, 255, 0.92)),
    radial-gradient(circle at 50% 10%, rgba(44, 208, 255, 0.2), transparent 28%);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.recorder-scene::before,
.recorder-scene::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.recorder-scene::before {
  inset: 62px 58px;
  border: 1px solid rgba(17, 93, 228, 0.1);
}

.recorder-scene::after {
  inset: 100px 104px;
  border: 1px dashed rgba(17, 93, 228, 0.14);
}

.recorder-orbit {
  position: absolute;
  border: 1px solid rgba(44, 208, 255, 0.25);
  border-radius: 50%;
}

.recorder-orbit--one { inset: 48px 44px; transform: rotate(-14deg); }
.recorder-orbit--two { inset: 92px 92px; transform: rotate(18deg); }

.device {
  position: absolute;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: 0 18px 32px rgba(16, 47, 99, 0.16);
}

.device span {
  position: relative;
  z-index: 2;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.device i,
.device b {
  position: absolute;
  display: block;
}

.device--card {
  top: 88px;
  left: 62px;
  width: 170px;
  height: 108px;
  border-radius: 20px;
  color: #21496f;
  background: linear-gradient(145deg, #ffffff, #dfefff 58%, #c7dbf9);
  transform: rotate(-9deg);
}

.device--card i {
  top: 18px;
  left: 20px;
  width: 54px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #18a3f4, #115de4);
  box-shadow: 0 18px 0 rgba(17, 93, 228, 0.18), 0 36px 0 rgba(17, 93, 228, 0.1);
}

.device--card b {
  right: 18px;
  bottom: 16px;
  width: 36px;
  height: 36px;
  border: 5px solid rgba(17, 93, 228, 0.22);
  border-radius: 50%;
}

.device--clip {
  top: 118px;
  right: 68px;
  width: 92px;
  height: 186px;
  border-radius: 34px;
  color: #eff7ff;
  background: linear-gradient(155deg, #17345f, #092043 62%, #0f2d59);
  transform: rotate(11deg);
}

.device--clip i {
  top: 26px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2bd2ff, #18a3f4);
  box-shadow: 0 0 0 8px rgba(43, 210, 255, 0.12);
}

.device--clip b {
  bottom: 30px;
  width: 34px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
  box-shadow: 0 -18px 0 rgba(255, 255, 255, 0.16);
}

.device--desk {
  bottom: 82px;
  left: 50%;
  width: 218px;
  height: 144px;
  border-radius: 28px;
  color: #234456;
  background: linear-gradient(145deg, #fff6ea, #f5d6ae 58%, #ebb15f);
  transform: translateX(-50%) rotate(4deg);
}

.device--desk i {
  top: 22px;
  left: 22px;
  width: 72px;
  height: 42px;
  border-radius: 12px;
  border: 4px solid rgba(35, 68, 86, 0.22);
}

.device--desk b {
  right: 22px;
  top: 26px;
  width: 42px;
  height: 10px;
  border-radius: 999px;
  background: rgba(35, 68, 86, 0.42);
  box-shadow: 0 18px 0 rgba(35, 68, 86, 0.24), 0 36px 0 rgba(35, 68, 86, 0.16);
}

.waveform {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(44, 208, 255, 0.7), transparent);
}

.waveform::before,
.waveform::after {
  position: absolute;
  top: -10px;
  bottom: -10px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(17, 93, 228, 0.06), rgba(44, 208, 255, 0.3), rgba(17, 93, 228, 0.06));
  content: "";
}

.waveform--one {
  top: 220px;
  left: 110px;
  right: 124px;
}

.waveform--one::before { left: 18%; width: 6px; }
.waveform--one::after { left: 62%; width: 10px; }

.waveform--two {
  bottom: 166px;
  left: 148px;
  right: 156px;
}

.waveform--two::before { left: 34%; width: 8px; }
.waveform--two::after { left: 74%; width: 5px; }

.scene-card,
.metrics-panel {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 28px rgba(23, 56, 101, 0.1);
  backdrop-filter: blur(10px);
}

.scene-card {
  padding: 12px 14px;
  border-radius: 16px;
  color: var(--primary-dark);
}

.scene-card small,
.metrics-panel p {
  display: block;
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.scene-card strong {
  display: block;
  margin-top: 2px;
  font-size: 1rem;
  letter-spacing: -0.03em;
}

.scene-card span {
  display: block;
  width: 24px;
  height: 4px;
  margin-top: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #18a3f4, #2bd2ff);
}

.scene-card--wear { top: 48px; right: 48px; }
.scene-card--card { top: 312px; left: 38px; }
.scene-card--translate { right: 104px; bottom: 54px; }

.metrics-panel {
  left: 56px;
  bottom: 42px;
  width: 184px;
  padding: 18px 18px 14px;
  border-radius: 20px;
}

.metrics-panel div {
  display: flex;
  margin-top: 12px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.metrics-panel span {
  color: var(--text);
  font-size: 0.77rem;
  font-weight: 700;
}

.metrics-panel b {
  width: 72px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #19a9f5, #2bd2ff);
  box-shadow: 18px 0 0 rgba(43, 210, 255, 0.14) inset;
}

.section-kicker {
  margin: 0 0 8px;
  color: var(--primary);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.how,
.comparison-guide {
  padding: 92px 0;
}

.how__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.how h2,
.model-comparison__heading h2,
.comparison-guide h2 {
  margin: 0;
  color: var(--primary-dark);
  font-size: clamp(1.9rem, 3.5vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.25;
}

.how h2 span { display: block; }

.steps {
  display: grid;
  gap: 14px;
}

.step {
  display: grid;
  padding: 20px;
  border: 1px solid rgba(19, 95, 228, 0.12);
  border-radius: 20px;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 32px rgba(20, 57, 114, 0.08);
}

.step span {
  display: grid;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #18a3f4, #115de4);
  font-weight: 900;
}

.step h3 {
  margin: 0;
  color: var(--primary-dark);
  font-size: 1rem;
}

.step p,
.model-comparison__heading p,
.comparison-guide__lead,
.comparison-guide__content p,
.disclaimer p {
  margin: 8px 0 0;
  color: var(--muted);
}

.how__action {
  margin-top: 28px;
  text-align: center;
}

.quiz,
.results {
  padding: 0 0 92px;
}

.quiz-progress,
.question-panel,
.result-hero,
.insight-block,
.model-comparison,
.disclaimer {
  border: 1px solid rgba(19, 95, 228, 0.12);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 40px rgba(17, 51, 104, 0.09);
}

.quiz-progress {
  padding: 18px 20px;
  border-radius: 20px;
}

.quiz-progress__labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--primary-dark);
  font-weight: 800;
}

.progress-track {
  height: 12px;
  margin-top: 14px;
  border-radius: 999px;
  background: #edf3ff;
  overflow: hidden;
}

.progress-track span {
  display: block;
  width: 13%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #18a3f4, #115de4);
}

.question-panel {
  margin-top: 18px;
  padding: 30px;
  border-radius: 26px;
}

.question-panel__kicker {
  margin: 0;
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.question-panel h2 {
  margin: 12px 0 0;
  color: var(--primary-dark);
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  line-height: 1.35;
}

.answer-list {
  display: grid;
  margin-top: 22px;
  gap: 12px;
}

.answer-button {
  width: 100%;
  padding: 18px 20px;
  border: 1px solid rgba(19, 95, 228, 0.14);
  border-radius: 18px;
  color: var(--text);
  background: linear-gradient(145deg, #ffffff, #f2f7ff);
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.answer-button:hover,
.answer-button:focus-visible {
  border-color: rgba(17, 93, 228, 0.34);
  box-shadow: 0 14px 28px rgba(17, 93, 228, 0.1);
  transform: translateY(-1px);
  outline: none;
}

.back-button {
  display: inline-flex;
  margin-top: 18px;
  padding: 0;
  border: 0;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  background: transparent;
  font-weight: 700;
  cursor: pointer;
}

.back-button svg,
.button--ghost svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.result-hero {
  display: grid;
  padding: 28px;
  border-radius: 28px;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 28px;
}

.score-wrap {
  display: grid;
  min-height: 280px;
  place-items: center;
}

.score-ring {
  width: 220px;
  height: 220px;
  transform: rotate(-90deg);
}

.score-ring__track,
.score-ring__value {
  fill: none;
  stroke-width: 14;
}

.score-ring__track { stroke: #eaf1ff; }

.score-ring__value {
  stroke: url(#scoreGradient);
  stroke: #18a3f4;
  stroke-linecap: round;
  stroke-dasharray: 603;
  stroke-dashoffset: 603;
}

.score-center {
  position: absolute;
  display: grid;
  place-items: center;
  text-align: center;
}

.score-center span,
.score-center em {
  color: var(--muted);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.score-center strong {
  display: inline-flex;
  align-items: flex-end;
  gap: 3px;
  color: var(--primary-dark);
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -0.07em;
}

.score-center small {
  margin-bottom: 5px;
  font-size: 1rem;
}

.result-copy__title {
  margin: 10px 0 0;
  color: var(--primary-dark);
  font-size: 1.55rem;
  font-weight: 800;
}

.result-copy__description {
  margin: 12px 0 0;
  color: var(--muted);
}

.model-result {
  margin-top: 22px;
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(145deg, #ffffff, #eef5ff);
}

.model-badge {
  display: inline-flex;
  margin: 0;
  padding: 6px 11px;
  border-radius: 999px;
  color: var(--primary);
  background: var(--accent-soft);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.model-result h3 {
  margin: 12px 0 0;
  color: var(--primary-dark);
  font-size: 1.34rem;
}

.model-visual {
  position: relative;
  width: 100%;
  max-width: 360px;
  height: 140px;
  margin-top: 18px;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(17, 93, 228, 0.04), rgba(44, 208, 255, 0.16));
  overflow: hidden;
}

.model-visual span,
.model-visual i,
.model-visual b,
.model-visual em {
  position: absolute;
  display: block;
}

.model-visual span {
  inset: 18px 24px auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(17, 93, 228, 0.36), transparent);
}

.model-visual i {
  left: 28px;
  bottom: 22px;
  width: 110px;
  height: 66px;
  border-radius: 18px;
  background: linear-gradient(145deg, #ffffff, #dcecff 62%, #bfd4f2);
  box-shadow: 0 12px 24px rgba(17, 51, 104, 0.12);
  transform: rotate(-6deg);
}

.model-visual b {
  right: 42px;
  top: 28px;
  width: 54px;
  height: 94px;
  border-radius: 26px;
  background: linear-gradient(155deg, #18345d, #0a2245 62%, #12325f);
  box-shadow: 0 12px 24px rgba(17, 51, 104, 0.18);
  transform: rotate(10deg);
}

.model-visual em {
  right: 30px;
  bottom: 18px;
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--primary-dark);
  background: rgba(255, 255, 255, 0.85);
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.model-result > p:last-of-type {
  margin: 16px 0 0;
  color: var(--muted);
}

.model-result ul,
.insight-list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.model-result li,
.insight-list li {
  position: relative;
  margin-top: 10px;
  padding-left: 20px;
  color: var(--text);
}

.model-result li::before,
.insight-list li::before {
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #18a3f4, #2bd2ff);
  content: "";
}

.result-links {
  display: flex;
  margin-top: 18px;
  flex-wrap: wrap;
  gap: 10px;
}

.result-link {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 16px;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
}

.result-link--official {
  color: #fff;
  background: linear-gradient(135deg, #135fe4, #0e84e6);
}

.result-link--amazon,
.result-link--rakuten,
.result-link--article {
  border: 1px solid rgba(19, 95, 228, 0.14);
  color: var(--primary-dark);
  background: rgba(255, 255, 255, 0.92);
}

.low-score-guide {
  display: flex;
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  background: #f7fbff;
}

.low-score-guide svg {
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-top: 3px;
  fill: none;
  stroke: var(--primary);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.low-score-guide p { margin: 0; }

.insight-grid {
  display: grid;
  margin-top: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.insight-block {
  padding: 22px;
  border-radius: 24px;
}

.insight-block__heading {
  display: flex;
  align-items: center;
  gap: 14px;
}

.insight-block__heading p {
  margin: 0;
  color: var(--primary);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.insight-block__heading h3 {
  margin: 4px 0 0;
  color: var(--primary-dark);
  font-size: 1.08rem;
}

.insight-icon {
  display: grid;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  place-items: center;
}

.insight-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.insight-icon--positive {
  color: var(--success);
  background: rgba(15, 143, 120, 0.12);
}

.insight-icon--caution {
  color: #b56a00;
  background: rgba(255, 178, 77, 0.18);
}

.model-comparison,
.disclaimer {
  margin-top: 22px;
  padding: 26px;
  border-radius: 26px;
}

.model-table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

th,
td {
  padding: 15px 12px;
  border-bottom: 1px solid #e7eefb;
  vertical-align: top;
  text-align: left;
}

thead th {
  color: var(--primary-dark);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}

tbody th {
  color: var(--primary-dark);
  font-size: 0.96rem;
}

.comparison-guide__inner {
  padding: 34px;
  border: 1px solid rgba(19, 95, 228, 0.1);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.comparison-guide__content {
  display: grid;
  margin-top: 24px;
  gap: 22px;
}

.comparison-guide__content h3 {
  margin: 0;
  color: var(--primary-dark);
  font-size: 1.14rem;
}

.restart-area {
  margin-top: 22px;
  text-align: center;
}

[hidden] { display: none !important; }

@media (max-width: 980px) {
  .hero__grid,
  .how__grid,
  .result-hero,
  .insight-grid {
    grid-template-columns: 1fr;
  }

  .recorder-scene {
    min-height: 500px;
  }

  .score-wrap {
    min-height: auto;
  }
}

@media (max-width: 720px) {
  .shell,
  .shell--narrow {
    width: min(calc(100% - 28px), 1160px);
  }

  .hero {
    padding: 54px 0 70px;
  }

  .hero h1 {
    font-size: clamp(2.15rem, 11vw, 3rem);
  }

  .recorder-scene {
    min-height: 420px;
    border-radius: 28px;
  }

  .recorder-scene::before { inset: 48px 22px; }
  .recorder-scene::after { inset: 84px 56px; }
  .recorder-orbit--one { inset: 34px 18px; }
  .recorder-orbit--two { inset: 74px 48px; }

  .device--card {
    top: 66px;
    left: 16px;
    width: 132px;
    height: 84px;
  }

  .device--clip {
    top: 96px;
    right: 18px;
    width: 72px;
    height: 142px;
  }

  .device--desk {
    bottom: 82px;
    width: 168px;
    height: 112px;
  }

  .scene-card {
    padding: 10px 12px;
    border-radius: 14px;
  }

  .scene-card--wear { top: 24px; right: 16px; }
  .scene-card--card { left: 16px; bottom: 24px; top: auto; }
  .scene-card--translate { right: 18px; bottom: 22px; }

  .metrics-panel {
    left: 50%;
    bottom: 16px;
    width: min(calc(100% - 32px), 250px);
    transform: translateX(-50%);
  }

  .question-panel,
  .result-hero,
  .insight-block,
  .model-comparison,
  .disclaimer,
  .comparison-guide__inner {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .result-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .result-link { width: 100%; }

  .model-visual {
    max-width: none;
    height: 122px;
  }

  .model-visual i {
    left: 18px;
    width: 88px;
    height: 56px;
  }

  .model-visual b {
    right: 26px;
    width: 46px;
    height: 80px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
