:root {
  --ink: #171717;
  --muted: #6b6259;
  --paper: #fff7ec;
  --paper-2: #fff1e1;
  --panel: #fffdf8;
  --line: #eadfce;
  --green: #2f8f6b;
  --orange: #ff8a3d;
  --red: #e94f37;
  --blue: #3b82f6;
  --purple: #7c5cff;
  --yellow: #ffd166;
  --shadow: 0 18px 48px rgba(44, 33, 22, 0.12);
  --shadow-sm: 0 8px 24px rgba(44, 33, 22, 0.09);
}

* { box-sizing: border-box; }
html, body { overflow-x: hidden; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 138, 61, 0.18), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(59, 130, 246, 0.12), transparent 26%),
    linear-gradient(180deg, var(--paper), #fffaf4 48%, var(--paper-2));
}
button { font: inherit; }
.shell { width: min(1160px, 100%); margin: 0 auto; padding: 22px 24px 56px; }
.screen { display: none; }
.screen.is-active { display: block; }
.quiz, .result { min-height: calc(100vh - 44px); padding: 30px 0 44px; }

.brand-row { display: flex; align-items: center; gap: 10px; color: var(--muted); font-weight: 800; }
.logo-mark { display: inline-grid; min-width: 54px; height: 36px; place-items: center; border-radius: 12px; padding: 0 10px; color: #fff; background: var(--ink); font-size: 13px; }
.eyebrow { margin: 0 0 12px; color: var(--red); font-size: 13px; font-weight: 900; letter-spacing: 0; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; max-width: 720px; font-size: clamp(60px, 7vw, 86px); line-height: .96; letter-spacing: 0; text-wrap: balance; }
.lede { max-width: 660px; margin: 24px 0 22px; color: var(--muted); font-size: 18px; line-height: 1.72; }

.hero-section { min-height: 90vh; display: flex; flex-direction: column; justify-content: center; padding: 6px 0 40px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr); gap: 46px; align-items: center; margin-top: 42px; }
.stat-pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 30px; }
.stat-pills span { border: 1px solid var(--line); border-radius: 999px; padding: 9px 13px; background: rgba(255,255,255,.82); color: var(--ink); font-size: 14px; font-weight: 800; box-shadow: var(--shadow-sm); }
.primary-btn, .ghost-btn { min-height: 54px; border: 0; border-radius: 16px; padding: 0 24px; cursor: pointer; font-weight: 900; transition: transform .16s ease, box-shadow .16s ease, opacity .16s ease; }
.primary-btn { color: #fff; background: linear-gradient(135deg, var(--orange), var(--red)); box-shadow: 0 14px 26px rgba(233, 79, 55, .23); }
.ghost-btn { color: var(--ink); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.primary-btn:hover, .ghost-btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.primary-btn:disabled { cursor: not-allowed; opacity: .45; transform: none; box-shadow: none; }
.hero-cta { min-width: 160px; font-size: 17px; }

.hero-preview-card { position: relative; min-height: 520px; border: 1px solid var(--line); border-radius: 28px; padding: 24px; background: linear-gradient(160deg, #fffdf8, #fff1dd); box-shadow: var(--shadow); overflow: hidden; }
.hero-preview-card::before { content: ""; position: absolute; inset: 18px; border: 1px dashed rgba(23,23,23,.12); border-radius: 22px; pointer-events: none; }
.preview-topline { position: relative; z-index: 2; display: flex; align-items: center; gap: 12px; border-radius: 18px; padding: 12px 14px; background: rgba(255,255,255,.86); box-shadow: var(--shadow-sm); }
.preview-topline strong, .preview-topline small { display: block; }
.preview-topline strong { font-size: 17px; }
.preview-topline small { color: var(--muted); font-size: 12px; font-weight: 700; }
.blind-box-icon { display: grid; flex: 0 0 44px; width: 44px; height: 44px; place-items: center; border-radius: 14px; color: #fff; background: var(--ink); font-size: 18px; font-weight: 900; }
.sample-result-card { position: relative; z-index: 1; width: min(320px, 86%); margin: 58px auto 0; border: 1px solid var(--line); border-radius: 28px; padding: 24px; text-align: center; background: #fff; box-shadow: 0 18px 36px rgba(44,33,22,.14); }
.sample-code { display: inline-block; margin-bottom: 14px; border-radius: 999px; padding: 6px 10px; color: var(--red); background: #fff0e4; font-size: 13px; font-weight: 900; }
.sample-avatar { display: grid; width: 116px; height: 116px; place-items: center; border-radius: 30px; margin: 0 auto 16px; color: #fff; background: linear-gradient(135deg, var(--orange), var(--red)); font-size: 58px; font-weight: 900; }
.sample-result-card strong { display: block; font-size: 36px; line-height: 1; }
.sample-result-card p { margin: 12px 0 0; color: var(--muted); font-size: 15px; font-weight: 700; line-height: 1.6; }
.hero-sticker { position: absolute; z-index: 3; border: 1px solid var(--line); border-radius: 16px; padding: 10px 13px; background: #fff; font-weight: 900; box-shadow: var(--shadow-sm); white-space: nowrap; }
.sticker-boss { top: 130px; left: 26px; color: var(--red); transform: rotate(-7deg); }
.sticker-cpu { top: 248px; right: 28px; color: var(--blue); transform: rotate(5deg); }
.sticker-offwork { left: 30px; bottom: 112px; color: var(--green); transform: rotate(4deg); }
.preview-status { position: absolute; left: 24px; right: 24px; bottom: 24px; z-index: 2; border-radius: 18px; padding: 14px; background: rgba(255,255,255,.86); box-shadow: var(--shadow-sm); }
.preview-status span { display: block; margin-bottom: 10px; color: var(--muted); font-size: 13px; font-weight: 900; }
.preview-status i { display: block; height: 12px; border-radius: 999px; background: #f0e3d3; overflow: hidden; }
.preview-status b { display: block; width: 72%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--green), var(--orange), var(--red)); }

.content-section { padding: 52px 0; }
.persona-section,
.feature-section,
.model-section,
.faq-section {
  margin: 26px 0;
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: 30px;
  background: rgba(255, 253, 248, 0.72);
  box-shadow: var(--shadow-sm);
}
.section-heading { display: grid; gap: 8px; margin-bottom: 22px; }
.section-heading h2 { margin: 0; font-size: clamp(32px, 4vw, 46px); line-height: 1.1; }
.persona-preview { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.preview-card { position: relative; min-height: 210px; border: 1px solid var(--line); border-radius: 24px; padding: 18px; background: #fff; box-shadow: var(--shadow-sm); transition: transform .16s ease, box-shadow .16s ease; overflow: hidden; }
.preview-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.preview-avatar { display: grid; width: 72px; height: 72px; place-items: center; border-radius: 22px; margin-bottom: 14px; color: #fff; background: var(--ink); font-size: 34px; font-weight: 900; }
.preview-card span { display: inline-block; border-radius: 999px; padding: 5px 9px; background: rgba(255,255,255,.82); color: var(--ink); font-size: 12px; font-weight: 900; }
.preview-card strong { display: block; margin-top: 10px; font-size: 27px; line-height: 1.06; }
.preview-card p { margin: 10px 0 0; color: var(--muted); font-size: 15px; font-weight: 700; line-height: 1.55; }
.preview-red { background: linear-gradient(145deg, #fff, #ffe0dc); } .preview-blue { background: linear-gradient(145deg, #fff, #dfeeff); } .preview-purple { background: linear-gradient(145deg, #fff, #ebe4ff); } .preview-green { background: linear-gradient(145deg, #fff, #ddf5e8); } .preview-orange { background: linear-gradient(145deg, #fff, #ffe3cd); } .preview-yellow { background: linear-gradient(145deg, #fff, #fff0bd); }
.preview-red .preview-avatar { background: var(--red); } .preview-blue .preview-avatar { background: var(--blue); } .preview-purple .preview-avatar { background: var(--purple); } .preview-green .preview-avatar { background: var(--green); } .preview-orange .preview-avatar { background: var(--orange); } .preview-yellow .preview-avatar { background: #d79920; }
.feature-grid, .faq-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.info-card, .faq-grid article, .model-card { border: 1px solid var(--line); border-radius: 22px; padding: 18px; background: rgba(255,255,255,.82); box-shadow: var(--shadow-sm); }
.info-card,
.model-card,
.faq-grid article {
  min-height: 150px;
}
.info-card span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 16px; margin-bottom: 12px; background: #fff4de; font-size: 25px; }
.info-card h3, .faq-grid h3 { margin: 0 0 8px; font-size: 19px; }
.info-card p, .faq-grid p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.model-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.model-card div { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.model-card span { font-weight: 900; } .model-card strong { color: var(--muted); font-size: 12px; }
.model-card i { display: block; height: 12px; border-radius: 999px; background: #f0e3d3; overflow: hidden; } .model-card b { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--green), var(--orange), var(--red)); }

.quiz { max-width: 920px; margin: 0 auto; }
.quiz-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 18px; border: 1px solid var(--line); border-radius: 26px; padding: 24px; background: rgba(255,255,255,.82); box-shadow: var(--shadow-sm); }
.quiz h2 { margin: 0; font-size: clamp(30px, 4vw, 46px); line-height: 1.16; }
.counter { flex: 0 0 auto; border-radius: 999px; padding: 9px 13px; background: #fff2d0; color: var(--ink); font-weight: 900; }
.progress-track { height: 12px; border-radius: 999px; background: #f0e3d3; overflow: hidden; }
.progress-bar { height: 100%; width: 0; border-radius: inherit; background: linear-gradient(90deg, var(--green), var(--orange), var(--red)); transition: width .22s ease; }
.options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 24px 0; }
.option-card { display: grid; gap: 12px; width: 100%; min-height: 118px; border: 1px solid var(--line); border-radius: 22px; padding: 20px; background: #fff; color: var(--ink); text-align: left; box-shadow: var(--shadow-sm); cursor: pointer; transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
.option-card:hover { transform: translateY(-3px); border-color: rgba(255,138,61,.55); box-shadow: var(--shadow); }
.option-card.is-selected { border-color: var(--orange); background: #fff4df; box-shadow: 0 0 0 4px rgba(255,138,61,.14), var(--shadow-sm); }
.option-card strong { display: block; font-size: 19px; line-height: 1.35; } .option-card span { display: block; color: var(--muted); font-size: 15px; line-height: 1.6; }
.image-option { padding: 12px; } .option-image { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 18px; border: 1px solid var(--line); background: #f4eee4; } .image-caption { padding: 4px 6px 8px; }
.choice-nudge { min-height: 28px; margin: -8px 0 18px; border-radius: 16px; padding: 12px 14px; color: var(--ink); background: #fff7de; font-weight: 900; box-shadow: var(--shadow-sm); }
.quiz-actions, .result-actions { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; } .result-actions .primary-btn, .result-actions .ghost-btn { flex: 1 1 180px; }

.result { display: none; place-items: center; }
.result.is-active { display: grid; }
.result-card { width: min(820px, 100%); border: 1px solid var(--line); border-radius: 28px; padding: 28px; background: linear-gradient(180deg, #fffdf8, #fff5e6); box-shadow: var(--shadow); }
.result-hook { margin: 0 0 16px; color: var(--red); font-size: 18px; font-weight: 900; line-height: 1.45; }
.persona-stage { display: grid; grid-template-columns: 132px minmax(0,1fr); gap: 18px; align-items: center; margin: 16px 0 22px; border-radius: 24px; padding: 16px; background: #fff; box-shadow: var(--shadow-sm); }
.persona-avatar { display: grid; width: 132px; aspect-ratio: 1; place-items: center; border-radius: 28px; color: #fff; background: var(--orange); font-size: 58px; font-weight: 900; }
.persona-avatar[data-mood="pressure"] { background: linear-gradient(150deg, var(--orange), var(--red)); } .persona-avatar[data-mood="social"] { background: linear-gradient(150deg, var(--blue), var(--purple)); } .persona-avatar[data-mood="boundary"] { background: linear-gradient(150deg, var(--green), var(--purple)); } .persona-avatar[data-mood="recovery"] { background: linear-gradient(150deg, var(--green), var(--orange)); }
.persona-kicker { display: inline-block; margin-bottom: 8px; border-radius: 999px; padding: 7px 10px; background: #fff2d0; color: var(--ink); font-size: 13px; font-weight: 900; }
.persona-roast { margin: 0; color: var(--ink); font-size: 21px; font-weight: 900; line-height: 1.45; }
.score-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; } .score-row h2 { margin: 0 0 14px; font-size: clamp(36px, 6vw, 58px); line-height: 1.02; } .level-pill { display: inline-block; margin: 0; border-radius: 999px; padding: 8px 12px; color: #fff; background: var(--red); font-weight: 900; }
.score-ring { display: grid; flex: 0 0 132px; width: 132px; height: 132px; place-items: center; border: 10px solid #f2dfc3; border-top-color: var(--red); border-right-color: var(--green); border-radius: 50%; background: #fff; font-weight: 900; box-shadow: var(--shadow-sm); } .score-ring span { font-size: 42px; line-height: 1; } .score-ring small { margin-top: -32px; color: var(--muted); }
.result-summary { margin: 24px 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.dimension-bars { display: grid; gap: 14px; } .dimension-row { display: grid; gap: 8px; } .dimension-label { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 14px; font-weight: 900; } .bar-track { height: 12px; border-radius: 999px; background: #f0e3d3; overflow: hidden; } .bar-fill { height: 100%; border-radius: inherit; }
.advice-box, .challenge-box { margin-top: 18px; border-radius: 22px; padding: 18px; background: #fff; box-shadow: var(--shadow-sm); } .challenge-box { background: #fff2d0; } .advice-box span, .challenge-box span { display: block; margin-bottom: 8px; color: var(--green); font-weight: 900; } .advice-box p, .challenge-box p { margin: 0; line-height: 1.7; }
.result-actions { width: min(820px, 100%); margin-top: 18px; } .copy-status { min-height: 24px; color: var(--green); font-weight: 900; }

@media (max-width: 920px) {
  .shell { padding: 16px; }
  .hero-section { min-height: auto; padding: 4px 0 28px; }
  .hero-grid { grid-template-columns: 1fr; gap: 24px; margin-top: 32px; }
  h1 { font-size: clamp(42px, 12vw, 54px); }
  .lede { font-size: 16px; line-height: 1.68; }
  .hero-preview-card { min-height: 430px; border-radius: 24px; padding: 18px; }
  .sample-result-card { width: min(280px, 86%); margin-top: 40px; }
  .sample-avatar { width: 92px; height: 92px; border-radius: 24px; font-size: 44px; }
  .sample-result-card strong { font-size: 30px; }
  .sticker-boss { top: 102px; left: 18px; } .sticker-cpu { top: 214px; right: 18px; } .sticker-offwork { left: 18px; bottom: 92px; }
  .persona-preview { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
  .preview-card { min-height: 190px; padding: 14px; }
  .feature-grid, .model-grid, .faq-grid { grid-template-columns: 1fr; }
  .persona-section,
  .feature-section,
  .model-section,
  .faq-section { padding: 20px; border-radius: 24px; }
  .quiz-top, .score-row { flex-direction: column; }
  .options { grid-template-columns: 1fr; }
  .quiz-actions, .result-actions { flex-direction: column-reverse; }
  .primary-btn, .ghost-btn { width: 100%; }
  .persona-stage { grid-template-columns: 96px minmax(0,1fr); gap: 12px; }
  .persona-avatar { width: 96px; border-radius: 22px; font-size: 42px; }
  .persona-roast { font-size: 17px; }
  .score-ring { width: 112px; height: 112px; flex-basis: 112px; }
}

@media (max-width: 430px) {
  .stat-pills span { font-size: 13px; padding: 8px 10px; }
  .persona-preview { grid-template-columns: 1fr; }
  .hero-preview-card { min-height: 410px; }
  .hero-sticker { font-size: 12px; padding: 8px 10px; }
  .preview-topline { max-width: 100%; }
}

/* v13 homepage rebuild */
.home-hero {
  min-height: 92vh;
  display: grid;
  align-content: center;
  gap: 34px;
  padding: 12px 0 54px;
}
.home-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #6b6259;
  font-weight: 800;
}
.home-logo {
  display: inline-grid;
  min-width: 58px;
  height: 38px;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: #171717;
  font-size: 13px;
  font-weight: 900;
}
.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: 48px;
  align-items: center;
}
.home-copy-panel {
  display: grid;
  justify-items: start;
}
.home-kicker {
  margin: 0 0 16px;
  color: #e94f37;
  font-size: 14px;
  font-weight: 900;
}
.home-copy-panel h1 {
  margin: 0;
  font-size: clamp(68px, 7.4vw, 96px);
  line-height: .92;
  letter-spacing: 0;
}
.home-lede {
  max-width: 680px;
  margin: 24px 0 24px;
  color: #66615a;
  font-size: 18px;
  line-height: 1.75;
}
.home-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: min(680px, 100%);
  margin-bottom: 28px;
}
.home-stats strong {
  display: grid;
  gap: 4px;
  border: 1px solid #eadfce;
  border-radius: 18px;
  padding: 13px 14px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 8px 24px rgba(44,33,22,.08);
}
.home-stats b {
  font-size: 22px;
  line-height: 1;
}
.home-stats span {
  color: #66615a;
  font-size: 12px;
  font-weight: 800;
}
.home-cta {
  min-height: 58px;
  border: 0;
  border-radius: 18px;
  padding: 0 30px;
  color: #fff;
  background: linear-gradient(135deg, #ff8a3d, #e94f37);
  box-shadow: 0 16px 28px rgba(233,79,55,.24);
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
}
.home-visual-panel {
  position: relative;
  min-height: 540px;
  border: 1px solid #eadfce;
  border-radius: 32px;
  padding: 24px;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 209, 102, .42), transparent 28%),
    linear-gradient(160deg, #fffdf8, #fff1df);
  box-shadow: 0 20px 54px rgba(44,33,22,.14);
  overflow: hidden;
}
.visual-toolbar {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 44px;
  border-radius: 18px;
  padding: 0 14px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 8px 24px rgba(44,33,22,.08);
}
.visual-toolbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e94f37;
}
.visual-toolbar span:nth-child(2) { background: #ffd166; }
.visual-toolbar span:nth-child(3) { background: #2f8f6b; }
.visual-toolbar b {
  margin-left: 8px;
  color: #66615a;
  font-size: 13px;
}
.result-deck {
  position: relative;
  width: min(330px, 82%);
  margin: 68px auto 0;
}
.deck-card {
  border: 1px solid #eadfce;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(44,33,22,.14);
}
.deck-back {
  position: absolute;
  inset: 20px -34px -20px 34px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 24px;
  color: #3b82f6;
  transform: rotate(8deg);
  opacity: .72;
}
.deck-back span { font-weight: 900; }
.deck-back b { font-size: 28px; }
.deck-main {
  position: relative;
  min-height: 330px;
  padding: 26px;
  text-align: center;
  transform: rotate(-3deg);
}
.deck-code {
  display: inline-block;
  border-radius: 999px;
  padding: 7px 11px;
  color: #e94f37;
  background: #fff0e4;
  font-size: 13px;
  font-weight: 900;
}
.deck-avatar {
  display: grid;
  width: 124px;
  height: 124px;
  place-items: center;
  border-radius: 32px;
  margin: 22px auto 18px;
  color: #fff;
  background: linear-gradient(135deg, #ff8a3d, #e94f37);
  font-size: 64px;
  font-weight: 900;
}
.deck-main h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1;
}
.deck-main p {
  margin: 12px auto 0;
  max-width: 220px;
  color: #66615a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}
.visual-chip {
  position: absolute;
  border: 1px solid #eadfce;
  border-radius: 16px;
  padding: 10px 13px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 8px 24px rgba(44,33,22,.09);
  font-weight: 900;
  white-space: nowrap;
}
.chip-left { left: 26px; top: 118px; color: #e94f37; transform: rotate(-7deg); }
.chip-right { right: 28px; top: 196px; color: #3b82f6; transform: rotate(5deg); }
.chip-bottom { left: 34px; bottom: 36px; color: #2f8f6b; transform: rotate(3deg); }
.home-section {
  margin: 28px 0;
  border: 1px solid #eadfce;
  border-radius: 32px;
  padding: 30px;
  background: rgba(255,253,248,.78);
  box-shadow: 0 8px 24px rgba(44,33,22,.08);
}
.home-section-title {
  margin-bottom: 22px;
}
.home-section-title span {
  display: block;
  margin-bottom: 8px;
  color: #e94f37;
  font-size: 13px;
  font-weight: 900;
}
.home-section-title h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.1;
}
.home-persona-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.persona-tile {
  min-height: 218px;
  border-radius: 26px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(44,33,22,.08);
}
.persona-tile i {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border-radius: 24px;
  margin-bottom: 14px;
  color: #fff;
  background: #171717;
  font-style: normal;
  font-size: 34px;
  font-weight: 900;
}
.persona-tile em {
  display: inline-block;
  border-radius: 999px;
  padding: 5px 9px;
  background: rgba(255,255,255,.78);
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
}
.persona-tile strong {
  display: block;
  margin-top: 10px;
  font-size: 28px;
  line-height: 1.05;
}
.persona-tile p {
  margin: 10px 0 0;
  color: #66615a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}
.tile-red { background: linear-gradient(145deg, #fff, #ffe0dc); } .tile-blue { background: linear-gradient(145deg, #fff, #dfeeff); } .tile-purple { background: linear-gradient(145deg, #fff, #ebe4ff); } .tile-green { background: linear-gradient(145deg, #fff, #ddf5e8); } .tile-orange { background: linear-gradient(145deg, #fff, #ffe3cd); } .tile-yellow { background: linear-gradient(145deg, #fff, #fff0bd); }
.tile-red i { background: #e94f37; } .tile-blue i { background: #3b82f6; } .tile-purple i { background: #7c5cff; } .tile-green i { background: #2f8f6b; } .tile-orange i { background: #ff8a3d; } .tile-yellow i { background: #d79920; }

@media (max-width: 920px) {
  .home-hero { min-height: auto; padding-bottom: 34px; }
  .home-hero-grid { grid-template-columns: 1fr; gap: 26px; }
  .home-copy-panel h1 { font-size: clamp(42px, 12vw, 54px); }
  .home-lede { font-size: 16px; }
  .home-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-visual-panel { min-height: 470px; }
  .result-deck { width: min(300px, 78%); margin-top: 50px; }
  .deck-main { min-height: 300px; }
  .deck-avatar { width: 100px; height: 100px; font-size: 52px; }
  .deck-main h2 { font-size: 34px; }
  .home-persona-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 430px) {
  .home-stats { grid-template-columns: 1fr 1fr; }
  .home-visual-panel { min-height: 430px; padding: 18px; }
  .visual-chip { font-size: 12px; padding: 8px 10px; }
  .chip-left { top: 104px; left: 18px; }
  .chip-right { top: 180px; right: 18px; }
  .chip-bottom { left: 20px; bottom: 28px; }
  .home-section { padding: 20px; border-radius: 24px; }
  .home-persona-grid { grid-template-columns: 1fr; }
}
