
:root {
  --paper: #f7f2e8;
  --paper-2: #fffaf1;
  --ink: #20201d;
  --muted: #716a61;
  --red: #a63d35;
  --red-dark: #8f302a;
  --gold: #c89a3c;
  --line: #ded5c5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", var(--font-geist-sans), sans-serif;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-shell {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 79% 18%, rgba(200,154,60,.1), transparent 24rem),
    linear-gradient(135deg, rgba(255,255,255,.35), transparent 45%),
    var(--paper);
}

.topbar {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 4vw, 64px);
  border-bottom: 1px solid rgba(166,61,53,.16);
}
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--red); font-size: 20px; font-weight: 750; letter-spacing: .03em; }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid currentColor; border-radius: 50%; font-size: 17px; }
.top-note { color: var(--muted); font-size: 14px; letter-spacing: .08em; }

.hero {
  min-height: calc(100vh - 76px);
  max-width: 1480px;
  margin: 0 auto;
  padding: clamp(52px, 7vh, 84px) clamp(24px, 5vw, 80px) 70px;
  display: grid;
  grid-template-columns: minmax(420px, .88fr) minmax(580px, 1.12fr);
  align-items: center;
  gap: clamp(42px, 5vw, 82px);
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 28px; color: var(--muted); font-size: 14px; letter-spacing: .16em; }
.eyebrow span { color: var(--red); font-weight: 800; }
.eyebrow::after { content: ""; width: 58px; height: 1px; background: var(--line); }
.hero h1 { margin: 0; font-size: clamp(54px, 5.3vw, 80px); line-height: 1.12; letter-spacing: -.055em; font-weight: 850; }
.hero-lede { max-width: 610px; margin: 30px 0 32px; color: var(--muted); font-size: clamp(18px, 1.55vw, 22px); line-height: 1.8; }
.primary-button {
  width: min(100%, 470px);
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px 0 34px;
  border-radius: 16px;
  background: linear-gradient(135deg, #b34238, var(--red));
  color: white;
  box-shadow: 0 16px 34px rgba(166,61,53,.2);
  font-size: 22px;
  font-weight: 720;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.primary-button span:last-child { font-size: 32px; font-weight: 300; transition: transform .2s ease; }
.primary-button:hover { transform: translateY(-2px); background: var(--red-dark); box-shadow: 0 20px 40px rgba(166,61,53,.24); }
.primary-button:hover span:last-child { transform: translateX(4px); }
.primary-button:focus-visible { outline: 3px solid rgba(200,154,60,.6); outline-offset: 4px; }
.trust-row { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 22px; color: #5f594f; font-size: 14px; }
.trust-row i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }
.microcopy { margin: 14px 0 0; color: #8b8378; font-size: 12px; }

.hero-card {
  position: relative;
  min-height: 700px;
  padding: 34px 36px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255,252,246,.83);
  box-shadow: 0 26px 62px rgba(68,45,25,.1);
  animation: rise .7s ease both;
}
.card-head { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; }
.card-head strong { color: var(--red); font-size: 36px; }
.card-head span { margin-left: 7px; color: var(--muted); font-size: 16px; }
.step-dots { display: flex; align-items: center; }
.step-dots i, .step-dots b { position: relative; width: 15px; height: 15px; margin-left: 24px; border: 1px solid #d1c3af; border-radius: 50%; background: var(--paper-2); }
.step-dots i::before, .step-dots b::before { content: ""; position: absolute; right: 14px; top: 6px; width: 25px; height: 1px; background: #d1c3af; }
.step-dots b { margin-left: 0; border-color: var(--red); background: var(--red); }
.step-dots b::before { display: none; }

.dimension-grid { position: relative; z-index: 2; width: 70%; margin-top: 38px; display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.dimension-grid article { min-height: 126px; padding: 15px; border: 1px solid rgba(222,213,197,.8); border-radius: 17px; background: rgba(255,255,255,.64); }
.dimension-grid article > div:first-of-type { min-height: 48px; }
.dimension-icon { float: right; display: grid; place-items: center; min-width: 36px; height: 36px; padding: 0 7px; border: 1px solid rgba(166,61,53,.4); border-radius: 12px; color: var(--red); font-size: 13px; font-weight: 800; }
.dimension-grid h2 { margin: 0 0 7px; font-size: 18px; color: var(--red); }
.dimension-grid p { margin: 0; color: var(--muted); font-size: 12px; }
.mini-bars { display: flex; gap: 6px; margin-top: 14px; }
.mini-bars i { display: block; height: 5px; border-radius: 99px; background: #ead5d1; flex: 1; }
.mini-bars i:first-child, .mini-bars i:nth-child(2) { background: var(--red); }
.mini-bars.gold i { background: #efe2c6; }
.mini-bars.gold i:first-child, .mini-bars.gold i:nth-child(2) { background: var(--gold); }
.illustration-wrap { position: absolute; right: -4%; bottom: -4%; width: 45%; height: 68%; display: flex; align-items: flex-end; justify-content: flex-end; opacity: .86; }
.illustration-wrap img { width: 100%; height: 100%; object-fit: contain; object-position: right bottom; mix-blend-mode: multiply; }
.card-stamp { position: absolute; right: 33px; top: 92px; padding: 8px 12px; border: 1px solid rgba(200,154,60,.5); border-radius: 999px; color: #8d6722; font-size: 12px; letter-spacing: .12em; }

.first-slice { min-height: 220px; display: grid; place-items: center; padding: 60px 24px; border-top: 1px solid var(--line); background: var(--paper-2); color: var(--muted); }

.how-it-works {
  max-width: 1280px;
  margin: 0 auto;
  padding: 110px clamp(24px, 5vw, 80px) 90px;
}
.section-heading { display: flex; align-items: flex-start; gap: 20px; }
.section-heading > span { display: grid; place-items: center; flex: 0 0 42px; height: 42px; border: 1px solid rgba(166,61,53,.35); border-radius: 50%; color: var(--red); font-size: 13px; font-weight: 800; }
.section-heading h2 { margin: 0; font-size: clamp(28px, 3vw, 42px); line-height: 1.25; letter-spacing: -.035em; }
.section-heading p { margin: 11px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.value-cards { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-cards article { min-height: 230px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,252,246,.74); }
.value-cards b { color: var(--red); font-size: 13px; letter-spacing: .12em; }
.value-cards h3 { margin: 38px 0 13px; font-size: 23px; }
.value-cards p { margin: 0; color: var(--muted); line-height: 1.8; }
.secondary-button { display: flex; align-items: center; justify-content: center; gap: 22px; min-width: 280px; min-height: 58px; margin: 38px 0 0 auto; padding: 0 24px; border: 1px solid var(--red); border-radius: 12px; background: transparent; color: var(--red); font-family: inherit; font-size: 16px; font-weight: 700; cursor: pointer; transition: background .2s ease, color .2s ease; }
.secondary-button:hover { background: var(--red); color: #fff; }
.site-footer { padding: 34px clamp(24px, 5vw, 80px); border-top: 1px solid var(--line); color: #857e74; font-size: 12px; text-align: center; }
.site-footer p { margin: 6px 0; }
.site-footer a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.welcome-footer { background: var(--paper-2); }

/* Owner-only anonymous insights */
.insights-shell { min-height: 100vh; padding: 54px clamp(20px, 4vw, 64px) 40px; background: linear-gradient(180deg, #f7f2e8, #fbf7ef); }
.insights-header { max-width: 1480px; margin: 0 auto; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.insights-header p { margin: 0 0 10px; color: var(--red); font-size: 13px; font-weight: 800; letter-spacing: .1em; }
.insights-header h1 { margin: 0; font-size: clamp(38px, 5vw, 66px); letter-spacing: -.05em; }
.insights-header > a { padding: 14px 20px; border-radius: 11px; background: var(--red); color: white; font-weight: 750; }
.insights-filter { max-width: 1480px; margin: 34px auto 0; padding: 18px; display: flex; align-items: flex-end; flex-wrap: wrap; gap: 14px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.48); }
.insights-filter label { display: grid; gap: 7px; color: var(--muted); font-size: 12px; }
.insights-filter input { min-height: 42px; padding: 0 12px; border: 1px solid var(--line); border-radius: 9px; background: white; color: var(--ink); font: inherit; }
.insights-filter button { min-height: 42px; padding: 0 18px; border: 0; border-radius: 9px; background: var(--ink); color: white; font: inherit; font-weight: 700; cursor: pointer; }
.insights-filter > a { padding: 12px 8px; color: var(--red); font-size: 13px; font-weight: 700; }
.metric-cards { max-width: 1480px; margin: 18px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.metric-cards article { min-height: 148px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,252,246,.88); }
.metric-cards span, .metric-cards small, .metric-cards strong { display: block; }
.metric-cards span { color: var(--muted); font-size: 13px; }
.metric-cards strong { margin-top: 16px; color: var(--red); font-size: 46px; line-height: 1; }
.metric-cards small { margin-top: 12px; color: #91887d; }
.insights-panel { max-width: 1480px; margin: 18px auto 0; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,252,246,.82); }
.insights-title { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.insights-title > div { display: flex; align-items: center; gap: 13px; }
.insights-title span { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(166,61,53,.35); border-radius: 50%; color: var(--red); font-size: 11px; font-weight: 800; }
.insights-title h2 { margin: 0; font-size: 26px; }
.insights-title p { margin: 0; color: var(--muted); font-size: 12px; }
.average-bars { margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px 28px; }
.average-bars header { display: flex; align-items: center; justify-content: space-between; }
.average-bars strong { color: var(--red); font-size: 22px; }
.average-bars > div > i, .distribution-grid article > div > i { display: block; height: 7px; margin-top: 9px; overflow: hidden; border-radius: 99px; background: #e9e0d3; }
.average-bars em, .distribution-grid em { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--red), var(--gold)); }
.distribution-grid { margin-top: 28px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.distribution-grid article { padding: 22px; border: 1px solid var(--line); border-radius: 15px; background: #fffaf3; }
.distribution-grid h3 { margin: 0 0 18px; color: var(--red); font-size: 16px; }
.distribution-grid article > div { margin-top: 14px; }
.distribution-grid p { margin: 0; display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; color: #625c53; font-size: 12px; }
.distribution-grid p span { max-width: 70%; line-height: 1.45; }
.distribution-grid p b { white-space: nowrap; color: var(--ink); }
.distribution-grid small { color: var(--muted); }
.full-table-panel { padding-left: 0; padding-right: 0; overflow: hidden; }
.full-table-panel .insights-title { padding: 0 28px; }
.insights-table-wrap { margin-top: 24px; overflow: auto; border-top: 1px solid var(--line); }
.insights-table-wrap table { width: 100%; min-width: 1500px; border-collapse: collapse; font-size: 12px; }
.insights-table-wrap th, .insights-table-wrap td { padding: 13px 12px; border-bottom: 1px solid #e8dfd2; text-align: left; vertical-align: top; }
.insights-table-wrap th { position: sticky; top: 0; background: #f1e8da; color: #5d564d; white-space: nowrap; }
.insights-table-wrap tbody tr:hover { background: #fff9ef; }
.insights-table-wrap td { max-width: 200px; color: #6b645b; line-height: 1.45; }
.insights-table-wrap td b { color: var(--red); font-size: 15px; }
.insights-foot { max-width: 1480px; margin: 18px auto 0; color: #8d857a; font-size: 11px; text-align: center; }

@media (max-width: 800px) {
  .insights-shell { padding-top: 30px; }
  .insights-header { align-items: flex-start; }
  .insights-header > a { padding: 11px 13px; font-size: 12px; white-space: nowrap; }
  .metric-cards { grid-template-columns: 1fr 1fr; }
  .metric-cards article { min-height: 125px; padding: 18px; }
  .metric-cards strong { font-size: 36px; }
  .insights-title { align-items: flex-start; flex-direction: column; }
  .average-bars, .distribution-grid { grid-template-columns: 1fr; }
  .insights-panel { padding: 22px 18px; }
  .full-table-panel .insights-title { padding: 0 18px; }
}

/* Assessment */
.quiz-shell, .result-shell { min-height: 100vh; background: var(--paper); color: var(--ink); }
.quiz-topbar { height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 4vw, 64px); border-bottom: 1px solid rgba(166,61,53,.16); }
.brand-button { border: 0; background: transparent; font-family: inherit; cursor: pointer; }
.quiz-count { color: var(--red); font-size: 14px; font-weight: 800; letter-spacing: .14em; }
.progress-track { height: 4px; background: rgba(222,213,197,.7); }
.progress-track i { display: block; height: 100%; border-radius: 0 999px 999px 0; background: linear-gradient(90deg, var(--red), var(--gold)); transition: width .35s ease; }
.quiz-stage { min-height: calc(100vh - 80px); max-width: 1320px; margin: 0 auto; padding: clamp(50px, 8vh, 90px) clamp(24px, 5vw, 72px); display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(48px, 7vw, 110px); }
.quiz-context { padding-top: 12px; }
.dimension-index { margin-top: 64px; border-left: 1px solid var(--line); }
.dimension-index div { position: relative; padding: 13px 0 13px 24px; color: #989086; }
.dimension-index div::before { content: ""; position: absolute; left: -4px; top: 23px; width: 7px; height: 7px; border-radius: 50%; background: var(--line); }
.dimension-index div.active { color: var(--red); }
.dimension-index div.active::before { background: var(--red); box-shadow: 0 0 0 5px rgba(166,61,53,.1); }
.dimension-index b, .dimension-index span { display: block; }
.dimension-index b { font-size: 15px; }
.dimension-index span { margin-top: 4px; font-size: 12px; }
.question-panel { max-width: 750px; }
.question-label { margin: 0 0 14px; color: var(--red); font-size: 13px; font-weight: 750; letter-spacing: .08em; }
.question-panel h1 { margin: 0; font-size: clamp(36px, 4.1vw, 56px); line-height: 1.22; letter-spacing: -.045em; }
.question-help { margin: 18px 0 32px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.option-list { display: grid; gap: 12px; }
.option { width: 100%; min-height: 78px; display: grid; grid-template-columns: 40px 1fr 32px; align-items: center; gap: 17px; padding: 14px 18px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,252,246,.76); color: var(--ink); text-align: left; font-family: inherit; cursor: pointer; transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.option:hover, .option.selected { transform: translateX(4px); border-color: rgba(166,61,53,.62); background: #fffaf3; box-shadow: 0 10px 24px rgba(68,45,25,.06); }
.option:focus-visible { outline: 3px solid rgba(200,154,60,.45); outline-offset: 2px; }
.option-key { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid #d8cec0; border-radius: 50%; color: var(--red); font-size: 13px; font-weight: 800; }
.option strong, .option small { display: block; }
.option strong { font-size: 16px; line-height: 1.35; }
.option small { margin-top: 5px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.option-arrow { color: var(--red); font-size: 22px; transition: transform .18s ease; }
.option:hover .option-arrow { transform: translateX(3px); }
.quiz-actions { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 24px; }
.quiz-actions button, .text-button { border: 0; background: transparent; color: var(--red); font-family: inherit; font-size: 14px; font-weight: 700; cursor: pointer; }
.quiz-actions button:disabled { color: #b7afa5; cursor: not-allowed; }
.quiz-actions span { color: #90887e; font-size: 11px; }

/* Results */
.result-shell { background: linear-gradient(180deg, #f7f2e8 0, #fbf7ef 58%, #f7f2e8 100%); }
.result-hero { max-width: 1180px; margin: 0 auto; padding: 88px clamp(24px, 5vw, 70px) 76px; display: grid; grid-template-columns: 280px 1fr; align-items: center; gap: clamp(48px, 8vw, 100px); }
.score-ring { --score: 0deg; width: 250px; height: 250px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--red) var(--score), rgba(222,213,197,.66) 0); box-shadow: 0 18px 44px rgba(68,45,25,.1); }
.score-ring::before { content: ""; grid-area: 1/1; width: 208px; height: 208px; border-radius: 50%; background: var(--paper-2); box-shadow: inset 0 0 0 1px var(--line); }
.score-ring > div { z-index: 1; grid-area: 1/1; display: flex; align-items: baseline; gap: 5px; }
.score-ring strong { font-size: 70px; letter-spacing: -.06em; }
.score-ring span { color: var(--muted); font-size: 15px; }
.result-intro h1 { margin: 0; font-size: clamp(46px, 6vw, 76px); line-height: 1.12; letter-spacing: -.055em; }
.result-intro > p:not(.eyebrow) { max-width: 720px; margin: 24px 0 0; color: var(--muted); font-size: 18px; line-height: 1.85; }
.result-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.result-tags span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: #746d63; background: rgba(255,255,255,.45); font-size: 12px; }
.report-grid { max-width: 1180px; margin: 0 auto; padding: 0 clamp(24px, 5vw, 70px); display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 18px; }
.report-grid > article, .action-plan { border: 1px solid var(--line); border-radius: 24px; background: rgba(255,252,246,.78); box-shadow: 0 14px 34px rgba(68,45,25,.055); }
.report-grid > article { padding: 32px; }
.report-grid .section-heading > span, .action-plan .section-heading > span { flex-basis: 36px; height: 36px; }
.report-grid .section-heading h2, .action-plan .section-heading h2 { font-size: 25px; }
.report-grid .section-heading p, .action-plan .section-heading p { font-size: 12px; }
.dimension-bars { display: grid; margin-top: 25px; }
.dimension-bars > div { padding: 18px 0; border-bottom: 1px solid var(--line); }
.dimension-bars > div:last-child { border-bottom: 0; padding-bottom: 0; }
.dimension-bars header { display: flex; align-items: center; justify-content: space-between; }
.dimension-bars header > span { font-size: 15px; font-weight: 750; }
.dimension-bars small { margin-left: 9px; color: var(--muted); font-size: 11px; font-weight: 400; }
.dimension-bars strong { color: var(--red); font-size: 21px; }
.dimension-bars div > div { height: 7px; margin-top: 9px; overflow: hidden; border-radius: 99px; background: #e9e0d3; }
.dimension-bars i { display: block; height: 100%; border-radius: 99px; background: linear-gradient(90deg, var(--red), var(--gold)); }
.dimension-score { min-width: 128px; text-align: right; }
.dimension-score strong, .dimension-score em { display: block; }
.dimension-score em { margin-top: 2px; color: #8b6b32; font-size: 10px; font-style: normal; font-weight: 750; letter-spacing: .04em; }
.dimension-evaluation { margin: 11px 0 0; color: #686157; font-size: 12px; line-height: 1.68; }
.insight-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 33px; }
.insight-columns > div { min-height: 230px; padding: 20px; border-radius: 17px; background: #f8f0e5; }
.insight-columns > div.priority { background: #f3e4e0; }
.insight-columns h3 { margin: 0 0 18px; color: var(--red); font-size: 14px; }
.insight-columns p { display: grid; grid-template-columns: 24px 1fr; gap: 7px; margin: 0 0 16px; color: #5f594f; font-size: 13px; line-height: 1.7; }
.insight-columns b { color: var(--red); }
.diagnosis-section { max-width: 1180px; margin: 18px auto 0; padding: 34px clamp(24px, 5vw, 70px); border: 1px solid var(--line); border-radius: 24px; background: rgba(255,252,246,.78); box-shadow: 0 14px 34px rgba(68,45,25,.055); }
.diagnosis-section .section-heading > span { flex-basis: 36px; height: 36px; }
.diagnosis-section .section-heading h2 { font-size: 25px; }
.diagnosis-section .section-heading p { font-size: 12px; }
.diagnosis-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 30px; }
.diagnosis-grid article { padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: #fffaf3; }
.diagnosis-grid article > header { display: flex; align-items: center; justify-content: space-between; }
.diagnosis-grid article > header span { color: var(--red); font-size: 14px; font-weight: 800; letter-spacing: .08em; }
.diagnosis-grid article > header strong { color: var(--red); font-size: 34px; }
.diagnosis-grid article > p { min-height: 88px; margin: 18px 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.diagnosis-grid article > footer { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 11px; padding-top: 17px; border-top: 1px solid var(--line); }
.diagnosis-grid article > footer b { padding: 5px 8px; border-radius: 999px; background: #f1dfda; color: var(--red); font-size: 10px; white-space: nowrap; }
.diagnosis-grid article > footer span { color: #5f594f; font-size: 12px; line-height: 1.6; }
.action-plan { max-width: 1040px; margin: 18px auto 0; padding: 34px; }
.action-plan ol { list-style: none; margin: 36px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); }
.action-plan li { min-height: 190px; padding: 4px 25px 0; border-left: 1px solid var(--line); }
.action-plan li:first-child { padding-left: 0; border-left: 0; }
.action-plan li:last-child { padding-right: 0; }
.action-plan li > span { color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.action-plan h3 { margin: 28px 0 12px; font-size: 18px; }
.action-plan li p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.conversion-card { max-width: 1180px; margin: 18px auto 80px; padding: 45px clamp(26px, 5vw, 56px); display: grid; grid-template-columns: 1fr 210px; align-items: center; gap: 36px; border-radius: 26px; background: #2b2925; color: #fffaf1; box-shadow: 0 22px 50px rgba(43,41,37,.16); }
.conversion-card h2 { margin: 0; font-size: clamp(30px, 3.4vw, 43px); line-height: 1.25; letter-spacing: -.04em; }
.conversion-card div > p:not(.eyebrow) { max-width: 690px; margin: 17px 0 0; color: #cbc3b8; font-size: 14px; line-height: 1.75; }
.conversion-card .eyebrow { color: #cfc6ba; }
.conversion-card .eyebrow span { color: #e8c46d; }
.contact-paths { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 25px; }
.contact-paths > div { padding: 15px; border: 1px solid rgba(255,250,241,.14); border-radius: 14px; background: rgba(255,255,255,.045); }
.contact-paths b, .contact-paths strong, .contact-paths span { display: block; }
.contact-paths b { color: #e8c46d; font-size: 10px; letter-spacing: .1em; }
.contact-paths strong { margin-top: 7px; font-size: 14px; }
.contact-paths span { margin-top: 5px; color: #bfb6aa; font-size: 11px; line-height: 1.5; }
.conversion-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 25px; }
.conversion-actions .primary-button { width: min(100%, 420px); min-height: 66px; }
.conversion-actions .primary-button:disabled { cursor: wait; opacity: .72; }
.outline-button { min-height: 46px; padding: 0 18px; border: 1px solid rgba(255,250,241,.38); border-radius: 10px; background: transparent; color: #fffaf1; font-family: inherit; font-weight: 700; cursor: pointer; }
.outline-button:hover { border-color: #e8c46d; color: #e8c46d; }
.conversion-actions .text-button { color: #d2c8bc; }
.pdf-feedback { max-width: 680px; margin: 12px 0 0 !important; color: #bfb6aa !important; font-size: 11px !important; line-height: 1.55 !important; }
.pdf-feedback.saved { color: #e8c46d !important; }
.pdf-feedback.error { color: #f2a79f !important; }
.pdf-retry-link { display: inline-flex; margin-top: 10px; color: #e8c46d; font-size: 12px; font-weight: 750; text-decoration: underline; text-underline-offset: 4px; }
.wechat-card { width: 210px; justify-self: end; padding: 12px 12px 15px; border-radius: 18px; background: #fff; color: var(--ink); text-align: center; box-shadow: 0 18px 36px rgba(0,0,0,.18); }
.wechat-image { border-radius: 12px; }
.qr-crop { position: relative; aspect-ratio: 1; overflow: hidden; background: #fff; }
.qr-crop img { position: absolute; left: -19.375%; top: -45.94%; display: block; width: 138.75% !important; max-width: none !important; height: auto !important; }
.wechat-card > strong { display: block; margin-top: 13px; color: var(--red); font-size: 16px; }
.wechat-card > p { margin: 7px auto 0; color: #777067; font-size: 11px; line-height: 1.55; }

.print-report { display: none; }

@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1080px) {
  .hero { grid-template-columns: 1fr; max-width: 820px; }
  .hero-copy { text-align: center; }
  .eyebrow, .trust-row { justify-content: center; }
  .hero-lede, .primary-button { margin-left: auto; margin-right: auto; }
  .hero-card { min-height: 700px; }
  .quiz-stage { grid-template-columns: 1fr; }
  .quiz-context { display: none; }
  .question-panel { max-width: 800px; margin: 0 auto; width: 100%; }
  .report-grid { grid-template-columns: 1fr; }
  .conversion-card { grid-template-columns: 1fr; }
  .wechat-card { justify-self: center; }
}
@media (max-width: 650px) {
  .topbar { height: 66px; }
  .top-note { display: none; }
  .hero { min-height: auto; padding-top: 46px; gap: 44px; }
  .hero h1 { font-size: clamp(44px, 14vw, 60px); }
  .hero-lede { font-size: 17px; line-height: 1.75; }
  .primary-button { min-height: 68px; font-size: 19px; }
  .hero-card { min-height: 780px; padding: 26px 20px; }
  .step-dots i, .step-dots b { width: 13px; height: 13px; margin-left: 13px; }
  .step-dots i::before, .step-dots b::before { right: 12px; top: 5px; width: 14px; }
  .dimension-grid { width: 100%; grid-template-columns: 1fr 1fr; margin-top: 42px; }
  .dimension-grid article { min-height: 126px; padding: 13px; }
  .illustration-wrap { right: -2%; bottom: -10%; width: 68%; height: 38%; opacity: .38; }
  .card-stamp { display: none; }
  .how-it-works { padding-top: 75px; }
  .value-cards { grid-template-columns: 1fr; }
  .value-cards article { min-height: 190px; }
  .secondary-button { margin-left: 0; width: 100%; }
  .quiz-topbar { height: 66px; }
  .quiz-stage { min-height: auto; padding-top: 42px; padding-bottom: 60px; }
  .question-panel h1 { font-size: 36px; }
  .question-help { font-size: 14px; }
  .option { min-height: 76px; grid-template-columns: 34px 1fr 20px; gap: 12px; padding: 13px; }
  .option-key { width: 34px; height: 34px; }
  .option strong { font-size: 15px; }
  .quiz-actions { align-items: flex-start; }
  .quiz-actions span { max-width: 180px; text-align: right; }
  .result-topbar .top-note { display: none; }
  .result-hero { padding-top: 55px; grid-template-columns: 1fr; justify-items: center; gap: 38px; text-align: center; }
  .score-ring { width: 210px; height: 210px; }
  .score-ring::before { width: 174px; height: 174px; }
  .score-ring strong { font-size: 58px; }
  .result-intro .eyebrow, .result-tags { justify-content: center; }
  .result-intro h1 { font-size: 43px; }
  .result-intro > p:not(.eyebrow) { font-size: 16px; }
  .report-grid > article, .action-plan { padding: 24px 19px; border-radius: 19px; }
  .dimension-bars small { display: block; margin: 3px 0 0; }
  .insight-columns { grid-template-columns: 1fr; }
  .insight-columns > div { min-height: auto; }
  .diagnosis-section { margin-left: 24px; margin-right: 24px; padding: 24px 19px; border-radius: 19px; }
  .diagnosis-grid { grid-template-columns: 1fr; }
  .diagnosis-grid article > p { min-height: auto; }
  .action-plan { margin-left: 24px; margin-right: 24px; }
  .action-plan ol { grid-template-columns: 1fr; }
  .action-plan li { min-height: auto; padding: 24px 0; border-left: 0; border-top: 1px solid var(--line); }
  .action-plan li:first-child { border-top: 0; }
  .action-plan h3 { margin-top: 15px; }
  .conversion-card { margin: 18px 24px 60px; padding: 33px 23px; gap: 32px; }
  .contact-paths { grid-template-columns: 1fr; }
  .conversion-actions .primary-button { min-height: 64px; }
  .conversion-actions { align-items: stretch; }
  .conversion-actions .outline-button, .conversion-actions .text-button { width: 100%; }
  .wechat-card { max-width: 210px; width: 100%; margin: 0 auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

@page { size: A4; margin: 14mm; }

@media print {
  * { -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; }
  html, body { width: 210mm; min-height: 297mm; background: #fff !important; color: #24231f; }
  body { font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif; }
  .result-shell { min-height: 0; background: #fff !important; }
  .result-shell > :not(.print-report) { display: none !important; }
  .print-report { display: block !important; }
  .print-page { position: relative; min-height: 266mm; padding-bottom: 13mm; break-after: page; page-break-after: always; }
  .print-page:last-child { break-after: auto; page-break-after: auto; }
  .print-header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 6mm; border-bottom: .35mm solid #d9cdbd; }
  .print-header > div { display: flex; align-items: center; gap: 3mm; color: #9f382f; font-size: 14pt; }
  .print-header p { margin: 0; color: #777066; font-size: 8.5pt; letter-spacing: .08em; }
  .print-header.compact { padding-bottom: 4mm; }
  .print-brand-mark { display: grid; place-items: center; width: 8mm; height: 8mm; border: .3mm solid currentColor; border-radius: 50%; font-size: 10pt; }
  .print-meta { display: flex; justify-content: space-between; margin-top: 4mm; color: #827a70; font-size: 7.5pt; }
  .print-result-summary { display: grid; grid-template-columns: 40mm 1fr; align-items: center; gap: 10mm; margin-top: 10mm; padding: 8mm; border-radius: 5mm; background: #f7f0e6; }
  .print-score { width: 34mm; height: 34mm; display: flex; align-items: baseline; justify-content: center; padding-top: 8mm; border: 1.8mm solid #a63d35; border-radius: 50%; background: #fffaf1; }
  .print-score strong { color: #9f382f; font-size: 28pt; line-height: 1; }
  .print-score span { margin-left: 1mm; color: #777066; font-size: 7pt; }
  .print-result-summary small { color: #9f382f; font-size: 7pt; font-weight: 800; letter-spacing: .12em; }
  .print-result-summary h1 { margin: 2mm 0 2mm; font-size: 22pt; line-height: 1.18; }
  .print-result-summary p { margin: 0; color: #625c53; font-size: 8.5pt; line-height: 1.65; }
  .print-section { margin-top: 9mm; }
  .print-section-title { display: flex; align-items: center; gap: 3mm; }
  .print-section-title > span { display: grid; place-items: center; width: 8mm; height: 8mm; border: .3mm solid rgba(166,61,53,.45); border-radius: 50%; color: #9f382f; font-size: 7pt; font-weight: 800; }
  .print-section-title h2 { margin: 0; font-size: 13pt; }
  .print-section-title p { margin: 1mm 0 0; color: #777066; font-size: 7pt; }
  .print-score-table { margin-top: 5mm; border-top: .3mm solid #ded5c5; }
  .print-score-table > div { display: grid; grid-template-columns: 37mm 1fr 11mm 23mm; align-items: center; column-gap: 3mm; row-gap: 1mm; min-height: 16mm; padding-top: 2mm; border-bottom: .3mm solid #e7dfd3; }
  .print-score-table span b, .print-score-table span small { display: block; }
  .print-score-table span b { font-size: 8.5pt; }
  .print-score-table span small { margin-top: .5mm; color: #887f74; font-size: 6.5pt; }
  .print-score-table i { height: 2.2mm; overflow: hidden; border-radius: 99px; background: #eadfd2; }
  .print-score-table em { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #a63d35, #c89a3c); }
  .print-score-table > div > strong { color: #9f382f; font-size: 10pt; text-align: right; }
  .print-score-table > div > small { color: #777066; font-size: 6.5pt; }
  .print-score-table > div > p { grid-column: 1 / -1; margin: 0 0 2mm; color: #625c53; font-size: 6.2pt; line-height: 1.45; }
  .print-method { padding: 5mm; border-radius: 4mm; background: #fbf7ef; }
  .print-method p { margin: 4mm 0 0; color: #625c53; font-size: 8pt; line-height: 1.7; }
  .print-diagnosis-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4mm; margin-top: 5mm; }
  .print-diagnosis-grid > div { min-height: 47mm; padding: 5mm; border: .3mm solid #ded5c5; border-radius: 4mm; background: #fffaf3; }
  .print-diagnosis-grid header { display: flex; align-items: center; justify-content: space-between; }
  .print-diagnosis-grid header b { color: #9f382f; font-size: 9pt; }
  .print-diagnosis-grid header strong { color: #9f382f; font-size: 18pt; }
  .print-diagnosis-grid p { margin: 3mm 0; color: #625c53; font-size: 7.5pt; line-height: 1.65; }
  .print-diagnosis-grid small { display: block; padding-top: 3mm; border-top: .3mm solid #e4dacd; color: #514c45; font-size: 7pt; line-height: 1.55; }
  .print-two-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 4mm; margin-top: 5mm; }
  .print-two-columns > div { min-height: 42mm; padding: 5mm; border-radius: 4mm; background: #f8f0e5; }
  .print-two-columns > div:last-child { background: #f3e4e0; }
  .print-two-columns h3 { margin: 0 0 3mm; color: #9f382f; font-size: 8.5pt; }
  .print-two-columns p { margin: 0 0 2.5mm; color: #5f594f; font-size: 7.2pt; line-height: 1.55; }
  .print-contact { display: grid; grid-template-columns: 1fr 35mm; align-items: center; gap: 8mm; margin-top: 7mm; padding: 5mm 6mm; border-radius: 4mm; background: #2b2925; color: #fffaf1; }
  .print-contact small { color: #e8c46d; font-size: 6.5pt; font-weight: 800; letter-spacing: .12em; }
  .print-contact h2 { margin: 2mm 0 3mm; font-size: 15pt; }
  .print-contact p { margin: 1.2mm 0; color: #d3cabf; font-size: 7.3pt; line-height: 1.55; }
  .print-contact .print-qr-crop { width: 35mm; height: 35mm; border-radius: 2mm; }
  .print-disclaimer { display: grid; grid-template-columns: 21mm 1fr; gap: 3mm; margin-top: 5mm; padding: 3.5mm 4mm; border: .3mm solid #ded5c5; border-radius: 3mm; }
  .print-disclaimer b { color: #9f382f; font-size: 7.5pt; }
  .print-disclaimer p { margin: 0; color: #716a61; font-size: 6.8pt; line-height: 1.55; }
  .print-page-footer { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; padding-top: 3mm; border-top: .3mm solid #ded5c5; color: #8b8378; font-size: 6.5pt; }
}
