:root {
  --ink: #1f2340;
  --ink-soft: #596079;
  --paper: #fffdf9;
  --cream: #fff5e5;
  --pink: #ff6fae;
  --pink-deep: #e9438d;
  --yellow: #ffd55d;
  --blue: #6dc9ef;
  --mint: #79d6bc;
  --line: rgba(31, 35, 64, 0.12);
  --shadow: 0 24px 70px rgba(74, 55, 90, 0.16);
}

* { box-sizing: border-box; }

html { min-width: 320px; min-height: 100%; }

body {
  position: relative;
  min-height: 100svh;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 208, 227, 0.78), transparent 29%),
    radial-gradient(circle at 92% 82%, rgba(162, 231, 241, 0.72), transparent 31%),
    linear-gradient(145deg, #fff9f1 0%, #fffdf9 48%, #fff3f8 100%);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.65;
}

button, a { font: inherit; }
[hidden] { display: none !important; }

.ambient {
  position: fixed;
  z-index: -1;
  width: 240px;
  height: 240px;
  border-radius: 38% 62% 66% 34% / 52% 38% 62% 48%;
  filter: blur(1px);
  opacity: 0.45;
  transform: rotate(18deg);
}

.ambient-one { top: 12%; left: -120px; background: #ffe073; }
.ambient-two { right: -110px; bottom: 5%; background: #b89bff; }

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 36px, 1080px);
  margin: 0 auto;
  padding: 22px 0 12px;
}

.brand {
  display: inline-flex;
  align-items: baseline;
  color: var(--ink);
  font-size: 17px;
  font-weight: 850;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.brand-mark { color: #1669d8; }
.brand-dot { color: var(--pink); }

.header-note {
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.shell {
  display: grid;
  min-height: calc(100svh - 126px);
  place-items: center;
  padding: 20px 18px 30px;
}

.experience-card {
  width: min(100%, 1040px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 34px;
  background: rgba(255, 253, 249, 0.88);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.screen-start { display: grid; }

.hero-copy { padding: 46px 34px 38px; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 17px;
  padding: 6px 12px;
  border-radius: 999px;
  color: #8b3b68;
  background: #ffebf4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.eyebrow span { color: var(--pink-deep); }

h1 {
  margin: 0;
  font-size: clamp(38px, 9vw, 67px);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 1.08;
}

h1 .title-line { display: block; }

h1 .title-accent {
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
  color: var(--pink-deep);
  background: linear-gradient(transparent 72%, rgba(255, 213, 93, 0.55) 72%);
}

.lead {
  margin: 24px 0 28px;
  color: var(--ink-soft);
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 650;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-width: min(100%, 285px);
  min-height: 60px;
  padding: 15px 20px 15px 26px;
  border: 0;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #f4589d, #e9438d);
  box-shadow: 0 12px 26px rgba(233, 67, 141, 0.28);
  cursor: pointer;
  font-size: 16px;
  font-weight: 850;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.primary-button:hover,
.primary-button:focus-visible {
  outline: none;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(233, 67, 141, 0.36);
}

.primary-button:focus-visible { box-shadow: 0 0 0 4px #fff, 0 0 0 7px var(--pink-deep); }

.button-icon {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.privacy-note { margin: 12px 0 0; color: #777d91; font-size: 11px; }

.guide-panel {
  position: relative;
  min-height: 360px;
  padding: 20px 20px 28px;
  background: linear-gradient(150deg, #fff0f7, #edfaff 58%, #fff9dc);
}

.guide-image-wrap {
  position: relative;
  height: 250px;
  min-height: 250px;
  overflow: hidden;
  border-radius: 26px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.guide-image-wrap img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  object-position: 65% center;
}

.speech-bubble {
  position: relative;
  width: calc(100% - 32px);
  margin: -28px auto 0;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 26px rgba(52, 49, 83, 0.12);
  font-size: 13px;
}

.speech-bubble p { margin: 0; }
.speech-bubble p + p { margin-top: 3px; color: var(--ink-soft); }
.speech-bubble strong { color: var(--pink-deep); }

.spark {
  position: absolute;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.24);
  text-shadow: 0 2px 9px currentColor;
  animation: float 3.2s ease-in-out infinite;
}

.spark-a { top: 14%; left: 10%; color: #ffe45b; }
.spark-b { top: 32%; right: 10%; color: #ff8ec1; animation-delay: -1.1s; }
.spark-c { bottom: 16%; left: 16%; color: #9de7ff; animation-delay: -2.2s; }

.screen-question {
  min-height: min(760px, calc(100svh - 150px));
  padding: 22px clamp(20px, 5vw, 58px) 38px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 219, 235, 0.7), transparent 31%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), var(--paper));
}

.question-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.back-button,
.restart-button {
  min-height: 42px;
  padding: 8px 12px;
  border: 0;
  color: var(--ink-soft);
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  font-weight: 750;
}

.back-button:hover,
.back-button:focus-visible,
.restart-button:hover,
.restart-button:focus-visible {
  color: var(--pink-deep);
  outline: none;
}

.back-button:focus-visible,
.restart-button:focus-visible { box-shadow: 0 2px 0 var(--pink-deep); }
.back-button:disabled { visibility: hidden; }

.progress-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #6e7387;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.spark-count {
  padding: 5px 9px;
  border-radius: 999px;
  color: #845c0e;
  background: #fff2bd;
  letter-spacing: 0.03em;
}

.spark-count > span:first-child { color: #e9a512; }

.progress-track {
  width: 100%;
  height: 5px;
  margin-top: 13px;
  overflow: hidden;
  border-radius: 999px;
  background: #ececf2;
}

.progress-track span {
  display: block;
  width: 20%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--yellow), var(--pink));
  box-shadow: 0 0 12px rgba(255, 111, 174, 0.38);
  transition: width 380ms ease;
}

.question-content {
  width: min(100%, 790px);
  margin: 34px auto 0;
}

.mini-guide {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.mini-guide img,
.demo-avatar img {
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  border: 3px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  object-position: 67% center;
  box-shadow: 0 7px 18px rgba(55, 51, 82, 0.14);
}

.mini-guide p {
  position: relative;
  max-width: 520px;
  margin: 0;
  padding: 11px 15px;
  border: 1px solid var(--line);
  border-radius: 8px 17px 17px;
  color: var(--ink-soft);
  background: #fff;
  font-size: 13px;
  font-weight: 650;
}

.question-kicker,
.result-kicker,
.section-label {
  margin: 0 0 7px;
  color: var(--pink-deep);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.screen-question h2 {
  margin: 0;
  font-size: clamp(27px, 5vw, 40px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.25;
}

.screen-question h2:focus,
.screen-result h2:focus,
.screen-prep h2:focus { outline: none; }

.question-help {
  margin: 9px 0 24px;
  color: var(--ink-soft);
  font-size: 14px;
}

.choice-list {
  display: grid;
  gap: 10px;
}

.choice-button {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 13px;
  width: 100%;
  min-height: 70px;
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 17px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 4px 0 rgba(31, 35, 64, 0.035);
  cursor: pointer;
  text-align: left;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background-color 160ms ease;
}

.choice-button:hover,
.choice-button:focus-visible {
  border-color: rgba(233, 67, 141, 0.5);
  outline: none;
  box-shadow: 0 8px 20px rgba(77, 61, 91, 0.09);
  transform: translateY(-1px);
}

.choice-button:focus-visible { box-shadow: 0 0 0 3px rgba(233, 67, 141, 0.22); }

.choice-button.is-selected {
  border-color: var(--pink);
  background: #fff5f9;
  box-shadow: 0 0 0 3px rgba(255, 111, 174, 0.16);
  transform: scale(0.992);
}

.choice-number {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
  color: #70758b;
  background: #f2f2f6;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.is-selected .choice-number { color: #fff; background: var(--pink-deep); }

.choice-text { display: flex; min-width: 0; flex-direction: column; }
.choice-text strong { font-size: 14px; font-weight: 850; line-height: 1.4; }
.choice-text small { margin-top: 2px; color: #777d91; font-size: 11px; line-height: 1.45; }
.choice-arrow { color: #b5b8c5; font-size: 18px; text-align: center; }
.choice-button:hover .choice-arrow, .is-selected .choice-arrow { color: var(--pink-deep); }

.question-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
}

.multi-select-note {
  margin: 0;
  color: #74798d;
  font-size: 11px;
  font-weight: 700;
}

.multi-select-note span {
  display: inline-grid;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  place-items: center;
  border-radius: 6px;
  color: var(--pink-deep);
  background: #ffedf5;
}

.next-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-width: 205px;
  min-height: 52px;
  padding: 12px 15px 12px 20px;
  border: 0;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #f4589d, #e9438d);
  box-shadow: 0 10px 24px rgba(233, 67, 141, 0.24);
  cursor: pointer;
  font-size: 14px;
  font-weight: 850;
  transition: opacity 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.next-button:hover:not(:disabled),
.next-button:focus-visible:not(:disabled) {
  outline: none;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(233, 67, 141, 0.32);
}

.next-button:focus-visible { box-shadow: 0 0 0 4px #fff, 0 0 0 7px var(--pink-deep); }

.next-button:disabled {
  color: #9296a5;
  background: #e8e8ee;
  box-shadow: none;
  cursor: not-allowed;
}

.screen-result {
  --result-accent: var(--pink-deep);
  --result-soft: #ffedf5;
  position: relative;
  padding: clamp(36px, 7vw, 68px) clamp(20px, 7vw, 76px) 48px;
  background:
    radial-gradient(circle at 0 0, var(--result-soft), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(255, 224, 115, 0.33), transparent 34%),
    var(--paper);
}

.result-celebration {
  position: absolute;
  inset: 20px 26px auto;
  display: flex;
  justify-content: space-between;
  color: var(--result-accent);
  opacity: 0.5;
  pointer-events: none;
}

.result-celebration span { animation: float 3.2s ease-in-out infinite; }
.result-celebration span:nth-child(2) { color: var(--yellow); animation-delay: -0.7s; }
.result-celebration span:nth-child(3) { color: var(--blue); animation-delay: -1.4s; }
.result-celebration span:nth-child(4) { color: var(--mint); animation-delay: -2.1s; }
.result-celebration span:nth-child(5) { animation-delay: -2.8s; }

.result-header {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto 32px;
  text-align: center;
}

.result-kicker {
  display: inline-block;
  margin-bottom: 15px;
  padding: 6px 12px;
  border-radius: 999px;
  color: #845c0e;
  background: #fff1b7;
  letter-spacing: 0.04em;
}

.result-caption { margin: 0 0 3px; color: #74798d; font-size: 13px; font-weight: 700; }

.screen-result h2 {
  margin: 0;
  color: var(--result-accent);
  font-size: clamp(34px, 7vw, 58px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.16;
}

.result-tagline {
  margin: 13px 0 0;
  color: var(--ink);
  font-size: clamp(15px, 2.3vw, 19px);
  font-weight: 800;
}

.result-grid {
  display: grid;
  gap: 15px;
  width: min(100%, 860px);
  margin: 0 auto;
}

.result-story,
.next-shape {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.84);
}

.section-label { color: var(--result-accent); }
.result-story > p:not(.section-label), .next-shape > p:not(.section-label) { margin: 0; color: var(--ink-soft); font-size: 14px; }

.answer-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 17px;
}

.answer-summary span {
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--result-accent);
  background: var(--result-soft);
  font-size: 10px;
  font-weight: 800;
}

.next-shape {
  border-color: transparent;
  background: var(--result-soft);
}

.next-shape h3 {
  margin: 0 0 8px;
  color: var(--result-accent);
  font-size: clamp(22px, 4vw, 30px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.3;
}

.next-shape ul {
  display: grid;
  gap: 4px;
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}

.next-shape li { color: var(--ink); font-size: 12px; font-weight: 700; }
.next-shape li::before { margin-right: 7px; color: var(--result-accent); content: "✦"; }

.demo-message {
  display: flex;
  align-items: center;
  gap: 15px;
  width: min(100%, 720px);
  margin: 23px auto 0;
  padding: 12px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.76);
}

.demo-avatar img { width: 54px; height: 54px; }
.demo-message p { margin: 0; color: var(--ink-soft); font-size: 12px; }
.demo-message strong { color: var(--ink); }

.result-actions {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: min(100%, 520px);
  margin: 26px auto 0;
}

.result-cta {
  width: 100%;
  background: var(--result-accent);
  box-shadow: 0 12px 26px color-mix(in srgb, var(--result-accent) 30%, transparent);
  text-decoration: none;
}

.studio-link {
  margin-top: 15px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  text-underline-offset: 4px;
}

.booking-handoff {
  margin: 12px 0 0;
  color: #656b80;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.booking-handoff span { color: var(--result-accent); }

.restart-button { margin-top: 8px; font-size: 11px; }

.screen-prep {
  min-height: 640px;
  padding: 24px clamp(20px, 7vw, 76px) 48px;
  background:
    radial-gradient(circle at 0 0, rgba(255, 237, 245, 0.9), transparent 32%),
    radial-gradient(circle at 100% 100%, rgba(231, 248, 255, 0.9), transparent 34%),
    var(--paper);
}

.prep-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.prep-back { color: var(--ink-soft); }

.prep-optional {
  padding: 5px 10px;
  border-radius: 999px;
  color: #8b3b68;
  background: #ffebf4;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.06em;
}

.prep-header {
  width: min(100%, 720px);
  margin: 20px auto 26px;
  text-align: center;
}

.prep-guide {
  width: 72px;
  height: 72px;
  margin: 0 auto 8px;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(74, 55, 90, 0.12);
}

.prep-guide img { width: 100%; height: 100%; object-fit: cover; }

.screen-prep h2 {
  margin: 3px 0 9px;
  color: var(--pink-deep);
  font-size: clamp(30px, 6vw, 48px);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.2;
}

.prep-header > p:last-child {
  max-width: 610px;
  margin: 0 auto;
  color: var(--ink-soft);
  font-size: 13px;
}

.prep-question-list {
  display: grid;
  gap: 14px;
  width: min(100%, 860px);
  margin: 0 auto;
}

.prep-question {
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
}

.prep-question h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 16px;
  font-weight: 900;
}

.prep-question h3 span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 10px;
  color: var(--pink-deep);
  background: #ffedf5;
  font-size: 10px;
}

.prep-question > p {
  margin: 3px 0 12px 40px;
  color: #74798d;
  font-size: 11px;
}

.prep-options { display: flex; flex-wrap: wrap; gap: 8px; }

.prep-option-group {
  flex-basis: 100%;
  margin: 5px 0 -2px;
  color: #777d91;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.prep-option-group:first-child { margin-top: 0; }

.prep-option {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  padding: 8px 10px 8px 14px;
  border: 1px solid var(--line);
  border-radius: 13px;
  color: var(--ink);
  background: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  transition: border-color 150ms ease, background 150ms ease, transform 150ms ease;
}

.prep-option:hover,
.prep-option:focus-visible {
  outline: none;
  border-color: var(--pink);
  transform: translateY(-1px);
}

.prep-option:focus-visible { box-shadow: 0 0 0 3px rgba(233, 67, 141, 0.18); }

.prep-option.is-selected {
  border-color: var(--pink-deep);
  color: #8b2359;
  background: #ffedf5;
}

.prep-check {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 7px;
  color: #a4a7b5;
  background: #f1f1f5;
}

.prep-option.is-selected .prep-check { color: #fff; background: var(--pink-deep); }

.copy-handoff {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  width: min(100%, 860px);
  margin: 16px auto 0;
  padding: 20px;
  border: 1px dashed rgba(233, 67, 141, 0.38);
  border-radius: 18px;
  background: rgba(255, 237, 245, 0.58);
}

.copy-step {
  display: inline-block;
  margin-bottom: 4px;
  color: var(--pink-deep);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.copy-handoff-text strong {
  display: block;
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
}

.copy-handoff-text p {
  margin: 3px 0 0;
  color: var(--ink-soft);
  font-size: 11px;
}

.booking-summary-card { position: relative; }

.booking-summary-preview {
  min-height: 120px;
  margin: 0;
  padding: 14px 58px 14px 16px;
  border: 1px solid rgba(233, 67, 141, 0.2);
  border-radius: 14px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.94);
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.75;
  white-space: pre-wrap;
  word-break: break-word;
}

.copy-summary-button {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(233, 67, 141, 0.28);
  border-radius: 11px;
  color: #8b2359;
  background: rgba(255, 255, 255, 0.96);
  cursor: pointer;
}

.copy-summary-button:hover,
.copy-summary-button:focus-visible {
  outline: none;
  background: #fff7fa;
  box-shadow: 0 0 0 3px rgba(233, 67, 141, 0.14);
}

.copy-summary-button.is-copied {
  border-color: #168f83;
  color: #116d65;
  background: #effaf7;
}

.copy-summary-button.has-error { border-color: #d85263; color: #a62f41; }
.copy-icon { font-size: 20px; line-height: 1; }

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.prep-actions {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: min(100%, 560px);
  margin: 24px auto 0;
}

.booking-cta { width: 100%; text-decoration: none; }

.paste-guide {
  margin: 12px 0 0;
  color: var(--ink);
  font-size: 12px;
  font-weight: 850;
  text-align: center;
}

.paste-guide span { color: var(--pink-deep); }

.skip-booking {
  margin-top: 14px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 800;
  text-underline-offset: 4px;
}

.live-status {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.noscript {
  position: fixed;
  inset: auto 12px 12px;
  margin: 0;
  padding: 10px;
  border-radius: 8px;
  color: #fff;
  background: #8c244f;
  font-size: 12px;
  text-align: center;
}

footer {
  display: flex;
  justify-content: center;
  gap: 9px;
  padding: 0 18px 22px;
  color: #73798c;
  font-size: 11px;
}

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-9px) rotate(8deg); }
}

@media (min-width: 780px) {
  .screen-start { grid-template-columns: minmax(0, 0.92fr) minmax(390px, 1.08fr); }
  .hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 58px 58px 54px; }
  .guide-panel { min-height: 610px; padding: 24px; }
  .guide-image-wrap { height: 494px; min-height: 494px; }
  .guide-image-wrap img { min-height: 494px; }
  .speech-bubble { width: calc(100% - 44px); padding: 17px 20px; font-size: 14px; }
  .choice-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .result-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .site-header { width: min(100% - 28px, 1080px); padding-top: 17px; }
  .header-note { display: none; }
  .shell { padding: 12px 12px 22px; }
  .experience-card { border-radius: 26px; }
  .hero-copy { padding: 34px 24px 28px; }
  .desktop-break { display: none; }
  .guide-panel { min-height: 325px; padding: 14px 14px 24px; }
  .screen-question { min-height: calc(100svh - 118px); padding: 16px 18px 28px; }
  .question-content { margin-top: 24px; }
  .mini-guide { margin-bottom: 20px; }
  .mini-guide img { width: 54px; height: 54px; }
  .mini-guide p { padding: 9px 12px; font-size: 11px; }
  .choice-button { grid-template-columns: 34px minmax(0, 1fr) 24px; gap: 10px; min-height: 65px; padding: 9px 10px; }
  .question-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .multi-select-note { text-align: center; }
  .next-button { width: 100%; }
  .screen-result { padding: 42px 18px 34px; }
  .screen-prep { padding: 18px 18px 34px; }
  .prep-header { margin-top: 14px; }
  .prep-question { padding: 18px 16px; }
  .prep-question > p { margin-left: 0; }
  .prep-options { display: grid; grid-template-columns: 1fr 1fr; }
  .prep-option-group { grid-column: 1 / -1; }
  .prep-option { width: 100%; }
  .copy-handoff { padding: 16px; }
  .booking-summary-preview { min-height: 148px; padding: 12px 54px 12px 13px; font-size: 11px; }
  .copy-summary-button { top: 10px; right: 10px; }
  .booking-cta { padding-inline: 14px; font-size: 14px; }
  .result-story, .next-shape { padding: 20px; border-radius: 19px; }
  .demo-message { align-items: flex-start; }
  footer { flex-wrap: wrap; padding-bottom: 16px; }
}

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