:root {
  --canvas: #ece8df;
  --paper: #fbf8f1;
  --paper-2: #f5f0e7;
  --ink: #1d2925;
  --muted: #65716c;
  --forest: #173d35;
  --forest-2: #0e2d27;
  --coral: #e17155;
  --coral-dark: #bf5038;
  --amber: #d4a34f;
  --sage: #91a99d;
  --plum: #6e5367;
  --line: rgba(29, 41, 37, 0.13);
  --line-light: rgba(255, 255, 255, 0.17);
  --shadow: 0 24px 70px rgba(24, 43, 37, 0.12);
  --radius: 24px;
  --display: "Songti SC", "STSong", "Noto Serif SC", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; background: radial-gradient(circle at 10% 0%, rgba(225, 113, 85, .14), transparent 28%), radial-gradient(circle at 90% 15%, rgba(23, 61, 53, .1), transparent 25%); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { max-width: 100%; }
::selection { background: rgba(225, 113, 85, .24); }
:focus-visible { outline: 3px solid rgba(225, 113, 85, .55); outline-offset: 3px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 16px; background: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(251, 248, 241, .88); border-bottom: 1px solid rgba(29, 41, 37, .1); backdrop-filter: blur(18px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; width: min(100% - 40px, 1240px); min-height: 76px; margin: 0 auto; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { position: relative; display: grid; grid-template-columns: repeat(3, 5px); gap: 3px; width: 40px; height: 40px; place-content: center; border-radius: 50%; background: var(--forest); box-shadow: 0 8px 24px rgba(23, 61, 53, .2); }
.brand-mark i { width: 5px; height: 5px; border-radius: 50%; background: #f6c977; }
.brand-mark i:nth-child(5) { background: var(--coral); transform: scale(1.45); }
.brand-name strong, .brand-name small { display: block; }
.brand-name strong { font-size: 15px; letter-spacing: .05em; }
.brand-name small { margin-top: 3px; color: #748079; font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.8vw, 38px); color: #55635e; font-size: 13px; font-weight: 700; }
.site-nav a { position: relative; padding-block: 28px; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: 20px; left: 0; height: 1px; background: var(--coral); transform: scaleX(0); transition: transform .2s ease; }
.site-nav a:hover::after { transform: scaleX(1); }
.nav-cta { display: inline-flex; align-items: center; gap: 16px; min-height: 42px; padding: 0 7px 0 18px; border-radius: 99px; background: var(--forest); color: #fff; font-size: 13px; font-weight: 800; }
.nav-cta b { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; background: var(--coral); }

main { width: min(100%, 1440px); margin: 0 auto; overflow: hidden; background: var(--paper); box-shadow: 0 0 80px rgba(23, 61, 53, .08); }
.hero { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; min-height: 690px; overflow: hidden; background: var(--forest); color: #f9f5ec; }
.hero-grain { position: absolute; inset: 0; opacity: .22; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E"); }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(36px, 6vw, 92px); }
.eyebrow, .section-kicker { margin: 0; color: var(--coral-dark); font-size: 11px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; color: #f0c8b8; }
.eyebrow span { width: 26px; height: 1px; margin-right: 10px; background: var(--coral); }
.hero h1 { margin: 25px 0 0; font-family: var(--display); font-size: clamp(44px, 5vw, 72px); font-weight: 500; line-height: 1.15; letter-spacing: -.035em; }
.hero h1 em { display: block; color: #f2bf72; font-style: normal; }
.hero-lede { max-width: 560px; margin: 26px 0 0; color: rgba(255, 255, 255, .72); font-size: 16px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.primary-action { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 52px; padding: 0 22px 0 26px; border-radius: 99px; background: var(--coral); color: #fff; font-size: 14px; font-weight: 800; box-shadow: 0 14px 32px rgba(0, 0, 0, .16); transition: transform .2s ease, background .2s ease; }
.primary-action:hover { transform: translateY(-2px); background: #ea7d60; }
.text-action { padding-bottom: 5px; border-bottom: 1px solid rgba(255, 255, 255, .45); color: rgba(255, 255, 255, .82); font-size: 13px; font-weight: 700; }
.hero-facts { display: flex; gap: 0; margin: 48px 0 0; padding-top: 24px; border-top: 1px solid var(--line-light); }
.hero-facts div { min-width: 130px; padding-right: 24px; }
.hero-facts div + div { padding-left: 24px; border-left: 1px solid var(--line-light); }
.hero-facts dt { font-family: var(--display); color: #f6cb82; font-size: 26px; }
.hero-facts dd { margin: 5px 0 0; color: rgba(255, 255, 255, .55); font-size: 11px; }
.hero-stage { position: relative; min-height: 690px; }
.hero-photo-wrap { position: absolute; inset: 32px 32px 32px 0; overflow: hidden; border-radius: 34px 0 34px 34px; }
.hero-photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.photo-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(8, 32, 27, .78)); }
.photo-caption { position: absolute; right: 36px; bottom: 26px; left: 36px; display: flex; align-items: center; gap: 12px; margin: 0; color: rgba(255, 255, 255, .84); font-size: 12px; font-weight: 700; }
.photo-caption span { color: #f6cb82; }
.type-orbit { position: absolute; top: 24px; left: -88px; width: 190px; height: 190px; border-radius: 50%; background: rgba(251, 248, 241, .93); color: var(--forest); box-shadow: var(--shadow); }
.orbit-ring { position: absolute; inset: 31px; border: 1px solid rgba(23, 61, 53, .25); border-radius: 50%; }
.type-orbit i { --angle: calc(var(--i) * 40deg - 90deg); position: absolute; top: 50%; left: 50%; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: var(--forest); color: #fff; font-size: 9px; font-style: normal; transform: translate(-50%, -50%) rotate(var(--angle)) translateX(73px) rotate(calc(-1 * var(--angle))); }
.type-orbit b { position: absolute; inset: 0; display: grid; place-items: center; color: var(--coral-dark); font-size: 11px; line-height: 1.05; text-align: center; letter-spacing: .12em; }
.sample-result-card { position: absolute; right: 0; bottom: 86px; width: 240px; padding: 24px; background: #f4bd6d; color: var(--forest-2); box-shadow: 0 20px 50px rgba(11, 39, 33, .25); }
.sample-result-card > span { font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.sample-result-card strong { display: block; margin-top: 10px; font-family: var(--display); font-size: 23px; font-weight: 600; line-height: 1.35; }
.sample-result-card div { display: flex; gap: 5px; margin-top: 19px; }
.sample-result-card i { display: block; width: 26px; height: 3px; background: var(--forest); opacity: .28; }
.sample-result-card i:first-child { width: 54px; opacity: 1; }

.belief-strip { display: flex; align-items: center; justify-content: center; gap: 26px; min-height: 78px; padding: 16px 30px; background: #f1bd6b; color: var(--forest-2); }
.belief-strip p { margin: 0; font-family: var(--display); font-size: clamp(15px, 2vw, 20px); }
.belief-strip span { color: var(--coral-dark); }
.section { padding: 104px clamp(24px, 6vw, 84px); }
.split-heading { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 70px; margin-bottom: 48px; }
.section-heading h2, .assessment-side h2, .method-copy h2, .closing-cta h2 { margin: 15px 0 0; font-family: var(--display); font-size: clamp(36px, 4.5vw, 58px); font-weight: 500; line-height: 1.2; letter-spacing: -.035em; }
.split-heading > p, .centered-heading > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.9; }
.type-atlas { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.type-card { --accent: var(--coral); display: flex; min-height: 150px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .38); transition: background .2s ease, transform .2s ease; }
.type-card:hover { position: relative; z-index: 2; background: #fff; transform: translateY(-3px); box-shadow: 0 16px 40px rgba(23, 61, 53, .09); }
.type-card > span { color: var(--accent); font-family: var(--display); font-size: 16px; font-weight: 700; }
.type-card div { align-self: flex-end; margin-left: auto; width: 72%; }
.type-card h3 { margin: 0; font-family: var(--display); font-size: 24px; font-weight: 600; }
.type-card p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.type-2, .type-7 { --accent: #c98663; }.type-3, .type-8 { --accent: #bd8435; }.type-4 { --accent: #8c5f7d; }.type-5 { --accent: #3c7b72; }.type-6, .type-9 { --accent: #708678; }

.assessment-section { display: grid; grid-template-columns: .72fr 1.28fr; min-height: 720px; background: var(--forest-2); color: #fff; }
.assessment-side { padding: 90px clamp(28px, 5.5vw, 76px); background: linear-gradient(150deg, #214d43, var(--forest-2)); }
.section-kicker.light { color: #f1bd6b; }
.assessment-side h2 { font-size: clamp(36px, 4vw, 54px); }
.assessment-side > p:not(.section-kicker) { margin: 22px 0 0; color: rgba(255, 255, 255, .63); font-size: 14px; line-height: 1.9; }
.assessment-notes { margin: 38px 0 0; padding: 0; list-style: none; }
.assessment-notes li { display: flex; align-items: center; gap: 16px; padding: 15px 0; border-bottom: 1px solid var(--line-light); color: rgba(255, 255, 255, .82); font-size: 13px; }
.assessment-notes span { color: #f1bd6b; font-size: 10px; font-weight: 900; }
.privacy-note { margin-top: 36px; padding: 18px 20px; border: 1px solid var(--line-light); border-radius: 15px; background: rgba(255, 255, 255, .04); }
.privacy-note strong { color: #f1bd6b; font-size: 11px; letter-spacing: .12em; }
.privacy-note p { margin: 7px 0 0; color: rgba(255, 255, 255, .52); font-size: 11px; line-height: 1.7; }
.quiz-shell { min-width: 0; padding: 72px clamp(24px, 5vw, 72px); background: var(--paper); color: var(--ink); }
.quiz-welcome { display: flex; min-height: 100%; flex-direction: column; justify-content: center; }
.quiz-mini-label { color: var(--coral-dark); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.quiz-welcome h3 { max-width: 600px; margin: 16px 0 0; font-family: var(--display); font-size: clamp(34px, 4vw, 50px); font-weight: 500; line-height: 1.25; }
.quiz-welcome > p { max-width: 650px; margin: 18px 0 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.scale-demo { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-top: 32px; }
.scale-demo span { display: grid; min-height: 48px; place-items: center; border: 1px solid var(--line); border-radius: 10px; color: var(--muted); font-size: 11px; }
.scale-demo span:first-child, .scale-demo span:last-child { background: rgba(23, 61, 53, .06); color: var(--forest); font-weight: 800; }
.consent-row { display: flex; align-items: flex-start; gap: 12px; margin-top: 28px; color: #5e6965; font-size: 12px; line-height: 1.7; cursor: pointer; }
.consent-row input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--forest); }
.quiz-start-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.quiz-button { min-height: 48px; padding: 0 24px; border: 0; border-radius: 99px; background: var(--forest); color: #fff; cursor: pointer; font-size: 13px; font-weight: 800; transition: transform .18s ease, opacity .18s ease; }
.quiz-button:hover { transform: translateY(-1px); }
.quiz-button:disabled { opacity: .36; cursor: not-allowed; transform: none; }
.quiz-button.secondary { border: 1px solid var(--line); background: transparent; color: var(--ink); }
.quiz-progress-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.quiz-progress-head p { margin: 0; color: var(--muted); font-size: 11px; font-weight: 700; }
.quiz-progress-head strong { font-family: var(--display); color: var(--coral-dark); font-size: 22px; font-weight: 600; }
.quiz-progress { height: 4px; margin-top: 12px; overflow: hidden; border-radius: 99px; background: #e3ded4; }
.quiz-progress i { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--coral), #e9b45d); transition: width .3s ease; }
.question-card { display: flex; min-height: 480px; flex-direction: column; justify-content: center; }
.question-no { color: var(--coral-dark); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.question-card h3 { max-width: 700px; margin: 18px 0 0; font-family: var(--display); font-size: clamp(29px, 3.4vw, 43px); font-weight: 500; line-height: 1.45; }
.question-hint { margin: 13px 0 0; color: var(--muted); font-size: 12px; }
.answer-scale { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 34px; }
.scale-option { min-width: 0; min-height: 88px; padding: 11px 6px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255, 255, 255, .42); cursor: pointer; transition: border .18s ease, background .18s ease, transform .18s ease; }
.scale-option:hover { transform: translateY(-2px); border-color: rgba(23, 61, 53, .4); }
.scale-option span { display: grid; width: 29px; height: 29px; margin: 0 auto; place-items: center; border-radius: 50%; background: #e8e4dc; font-size: 11px; font-weight: 800; }
.scale-option small { display: block; margin-top: 9px; color: var(--muted); font-size: 10px; line-height: 1.25; }
.scale-option.selected { border-color: var(--forest); background: var(--forest); color: #fff; box-shadow: 0 10px 26px rgba(23, 61, 53, .18); }
.scale-option.selected span { background: #f2bd6d; color: var(--forest); }
.scale-option.selected small { color: rgba(255, 255, 255, .72); }
.question-nav { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 20px; }
.question-nav .back-button { border: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: 12px; font-weight: 800; }

.result-view { padding-bottom: 20px; }
.result-hero { position: relative; padding: 38px; overflow: hidden; border-radius: 24px; background: var(--forest); color: #fff; }
.result-hero::after { content: attr(data-type); position: absolute; right: -8px; bottom: -70px; color: rgba(255, 255, 255, .07); font-family: var(--display); font-size: 230px; line-height: 1; }
.result-badge { color: #f2bd6d; font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.result-hero h3 { position: relative; z-index: 1; margin: 12px 0 0; font-family: var(--display); font-size: clamp(34px, 5vw, 54px); font-weight: 500; }
.result-tagline { position: relative; z-index: 1; margin: 12px 0 0; color: rgba(255, 255, 255, .7); font-size: 14px; }
.result-summary { position: relative; z-index: 1; max-width: 660px; margin: 24px 0 0; padding-top: 22px; border-top: 1px solid var(--line-light); color: rgba(255, 255, 255, .82); font-size: 14px; line-height: 1.9; }
.close-result-note { margin: 16px 0 0; padding: 14px 16px; border-left: 3px solid #e5a64f; background: #f5eee1; color: #6b665b; font-size: 12px; line-height: 1.7; }
.result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 18px; }
.result-panel { padding: 22px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255, 255, 255, .48); }
.result-panel h4 { margin: 0 0 14px; font-family: var(--display); font-size: 19px; }
.result-panel p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.result-panel ul { margin: 0; padding: 0; list-style: none; }
.result-panel li { position: relative; padding: 7px 0 7px 17px; color: #52605b; font-size: 12px; line-height: 1.6; }
.result-panel li::before { content: ""; position: absolute; top: 14px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--coral); }
.score-panel { grid-column: 1 / -1; }
.score-row { display: grid; grid-template-columns: 96px 1fr 36px; align-items: center; gap: 12px; margin-top: 10px; }
.score-row span { color: #56645f; font-size: 11px; white-space: nowrap; }
.score-bar { height: 7px; overflow: hidden; border-radius: 99px; background: #e6e0d6; }
.score-bar i { display: block; height: 100%; border-radius: inherit; background: var(--sage); }
.score-row.top .score-bar i { background: linear-gradient(90deg, var(--coral), #e9aa4d); }
.score-row b { color: var(--muted); font-size: 10px; }
.unlock-card { position: relative; margin-top: 18px; padding: 28px; overflow: hidden; border-radius: 20px; background: #edb65f; color: var(--forest-2); }
.unlock-card::after { content: "9.9"; position: absolute; right: -6px; bottom: -33px; color: rgba(23, 61, 53, .08); font-family: var(--display); font-size: 120px; }
.unlock-card > * { position: relative; z-index: 1; }
.unlock-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.unlock-top span { font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.unlock-top strong { font-family: var(--display); font-size: 28px; }
.unlock-card h4 { margin: 14px 0 0; font-family: var(--display); font-size: 24px; }
.unlock-card p { max-width: 620px; margin: 10px 0 0; font-size: 12px; line-height: 1.7; opacity: .75; }
.unlock-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 20px; }
.unlock-button { min-height: 46px; padding: 0 23px; border: 0; border-radius: 99px; background: var(--forest); color: #fff; cursor: pointer; font-size: 12px; font-weight: 900; }
.unlock-button:disabled { cursor: progress; opacity: .6; }
.pay-message { margin: 0 !important; color: #6f4322 !important; font-size: 11px !important; font-weight: 800; }
.result-utilities { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.result-utilities button { min-height: 38px; padding: 0 16px; border: 1px solid var(--line); border-radius: 99px; background: transparent; cursor: pointer; color: var(--muted); font-size: 11px; font-weight: 800; }

.report-section { background: var(--paper-2); }
.centered-heading { max-width: 770px; margin: 0 auto 46px; text-align: center; }
.centered-heading > p { margin-top: 18px; }
.report-comparison { display: grid; grid-template-columns: .85fr 1.15fr; max-width: 1050px; margin: 0 auto; box-shadow: var(--shadow); }
.report-plan { min-height: 480px; padding: 40px; }
.free-plan { border: 1px solid var(--line); background: #fffdf8; }
.deep-plan { position: relative; overflow: hidden; background: var(--forest); color: #fff; }
.deep-glow { position: absolute; top: -150px; right: -100px; width: 360px; height: 360px; border-radius: 50%; background: rgba(229, 164, 78, .23); filter: blur(8px); }
.report-plan > *:not(.deep-glow) { position: relative; z-index: 1; }
.plan-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 21px; border-bottom: 1px solid var(--line); }
.deep-plan .plan-top { border-color: var(--line-light); }
.plan-top p { margin: 0; font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.plan-top span { color: var(--coral-dark); font-family: var(--display); font-size: 30px; font-weight: 600; }
.deep-plan .plan-top span { color: #f3c170; }
.report-plan h3 { margin: 27px 0 0; font-family: var(--display); font-size: 28px; font-weight: 500; line-height: 1.4; }
.report-plan ul { margin: 25px 0 0; padding: 0; list-style: none; }
.report-plan li { padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.report-plan li::before { content: "✓"; margin-right: 10px; color: var(--coral-dark); font-weight: 900; }
.report-plan > a { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 46px; margin-top: 28px; padding: 0 22px; border-radius: 99px; background: var(--coral); color: #fff; font-size: 12px; font-weight: 900; }
.free-plan > a { border: 1px solid var(--forest); background: transparent; color: var(--forest); }
.deep-preview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 26px; }
.deep-preview-grid span { padding: 15px 8px; border: 1px solid var(--line-light); border-radius: 8px; color: rgba(255, 255, 255, .78); font-size: 11px; text-align: center; }
.plan-caption { margin: 24px 0 0; color: rgba(255, 255, 255, .5); font-size: 11px; line-height: 1.7; }

.method-section { display: grid; grid-template-columns: 1fr 1fr; background: #264b42; color: #fff; }
.method-copy { padding: 90px clamp(28px, 6vw, 84px); border-right: 1px solid var(--line-light); }
.method-copy h2 { font-size: clamp(35px, 4vw, 52px); }
.method-copy > p:not(.section-kicker) { margin: 24px 0 0; color: rgba(255, 255, 255, .62); font-size: 13px; line-height: 1.9; }
.method-copy a { display: inline-block; margin-top: 30px; padding-bottom: 5px; border-bottom: 1px solid #f2be6d; color: #f2be6d; font-size: 12px; font-weight: 800; }
.faq-list { padding: 66px clamp(26px, 5vw, 70px); }
.faq-list details { border-bottom: 1px solid var(--line-light); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; cursor: pointer; list-style: none; font-family: var(--display); font-size: 18px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #f2be6d; font-family: var(--sans); font-size: 18px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 0 24px; color: rgba(255, 255, 255, .58); font-size: 12px; line-height: 1.8; }
.closing-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 74px clamp(28px, 6vw, 84px); background: #efbc6b; color: var(--forest-2); }
.closing-cta p { margin: 0; font-size: 10px; font-weight: 900; letter-spacing: .17em; }
.closing-cta h2 { max-width: 760px; margin-top: 10px; font-size: clamp(30px, 4vw, 48px); }
.closing-cta > a { display: inline-flex; align-items: center; gap: 25px; flex: 0 0 auto; min-height: 54px; padding: 0 24px; border-radius: 99px; background: var(--forest); color: #fff; font-size: 12px; font-weight: 900; }

.site-footer { width: min(100%, 1440px); margin: 0 auto; background: #102c26; color: rgba(255, 255, 255, .65); }
.footer-main { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr; gap: 50px; padding: 58px clamp(28px, 6vw, 84px); }
.footer-brand strong { display: block; color: #fff; font-family: var(--display); font-size: 21px; }
.footer-brand span { display: block; margin-top: 6px; font-size: 10px; letter-spacing: .15em; }
.footer-brand p { margin: 25px 0 0; color: #efbd70; font-family: var(--display); font-size: 17px; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; font-size: 11px; }
.footer-links strong { margin-bottom: 6px; color: #fff; font-size: 12px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 18px clamp(28px, 6vw, 84px); border-top: 1px solid var(--line-light); font-size: 10px; }

/* Payment and unlocked report */
.pay-page { min-height: 100vh; background: var(--canvas); }
.pay-shell { display: grid; min-height: 100vh; place-items: center; padding: 30px; background: radial-gradient(circle at top left, rgba(225, 113, 85, .18), transparent 28%), linear-gradient(145deg, #e8e4db, #f6f1e8); }
.pay-card { width: min(100%, 590px); padding: 42px; border: 1px solid var(--line); border-radius: 26px; background: var(--paper); box-shadow: var(--shadow); }
.pay-card .brand { margin-bottom: 30px; }
.pay-card h1 { margin: 12px 0 0; font-family: var(--display); font-size: clamp(34px, 6vw, 48px); font-weight: 500; line-height: 1.25; }
.pay-card > p { color: var(--muted); font-size: 13px; line-height: 1.8; }
.order-summary { margin-top: 26px; padding: 20px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.order-summary div { display: flex; justify-content: space-between; gap: 18px; padding: 7px 0; font-size: 12px; }
.order-summary span { color: var(--muted); }
.order-summary strong { text-align: right; }
.pay-card .primary-action, .pay-card .secondary-action { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; margin-top: 20px; padding: 0 24px; border: 0; border-radius: 99px; cursor: pointer; font-weight: 800; }
.pay-card .secondary-action { border: 1px solid var(--line); background: transparent; color: var(--ink); }
.pay-hint { min-height: 20px; margin-bottom: 0; color: var(--coral-dark) !important; font-weight: 800; }
.report-page { background: var(--canvas); }
.report-shell { width: min(100% - 32px, 980px); margin: 30px auto; background: var(--paper); box-shadow: var(--shadow); }
.report-loading { min-height: 70vh; padding: 70px; text-align: center; }
.report-loading h1 { font-family: var(--display); font-size: 42px; font-weight: 500; }
.deep-report { padding: clamp(24px, 6vw, 72px); }
.deep-report-head { padding: 42px; border-radius: 24px; background: var(--forest); color: #fff; }
.deep-report-head h1 { margin: 10px 0 0; font-family: var(--display); font-size: clamp(38px, 7vw, 62px); font-weight: 500; }
.deep-report-head p { max-width: 680px; color: rgba(255, 255, 255, .68); line-height: 1.8; }
.deep-score-strip { display: flex; gap: 7px; margin-top: 24px; }
.deep-score-strip i { display: block; height: 5px; border-radius: 99px; background: #f2be6d; }
.deep-section { padding: 34px 0; border-bottom: 1px solid var(--line); }
.deep-section h2 { margin: 0; font-family: var(--display); font-size: 28px; font-weight: 500; }
.deep-section > p { color: var(--muted); font-size: 14px; line-height: 1.9; }
.deep-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 20px; }
.deep-cards article { padding: 20px; border-radius: 14px; background: var(--paper-2); }
.deep-cards strong { font-family: var(--display); font-size: 18px; }
.deep-cards p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.action-list { counter-reset: actions; margin: 20px 0 0; padding: 0; list-style: none; }
.action-list li { position: relative; padding: 18px 18px 18px 54px; border-top: 1px solid var(--line); color: #4f5e58; line-height: 1.7; }
.action-list li::before { counter-increment: actions; content: counter(actions, decimal-leading-zero); position: absolute; top: 19px; left: 7px; color: var(--coral-dark); font-size: 11px; font-weight: 900; }
.report-footer-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.recovery-card { margin-top: 18px; padding: 30px; border: 1px solid rgba(23, 61, 53, .16); border-radius: 20px; background: linear-gradient(145deg, #f4eee2, #fffaf1); }
.recovery-values { display: grid; grid-template-columns: 1.2fr 1fr; gap: 12px; margin: 22px 0 6px; }
.recovery-values span { min-width: 0; padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255, 255, 255, .7); }
.recovery-values small { display: block; margin-bottom: 8px; color: var(--muted); font-size: 10px; font-weight: 800; }
.recovery-values code { display: block; overflow-wrap: anywhere; color: var(--forest); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; font-weight: 800; }
.deep-section .secondary-action { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; margin-top: 16px; padding: 0 18px; border: 1px solid var(--line); border-radius: 99px; background: transparent; cursor: pointer; font-size: 11px; font-weight: 800; }
.recovery-form { margin-top: 28px; }
.form-field { display: block; margin-top: 18px; }
.form-field span { display: block; margin-bottom: 8px; color: #52605b; font-size: 11px; font-weight: 800; }
.form-field input { width: 100%; min-height: 50px; padding: 0 15px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px; text-transform: uppercase; }
.recovery-form .primary-action { width: 100%; margin-top: 24px; border: 0; cursor: pointer; }
.recovery-form .primary-action:disabled { cursor: progress; opacity: .58; }
.recovery-help { margin-top: 22px; padding: 16px 18px; border-left: 3px solid #dba453; background: #f5eee1; }
.recovery-help strong { color: var(--forest); font-size: 11px; }
.recovery-help p { margin: 6px 0 0; color: var(--muted); font-size: 11px; line-height: 1.75; }

@media (max-width: 980px) {
  .site-nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 620px; padding-bottom: 120px; }
  .hero-stage { min-height: 540px; margin-top: -70px; }
  .hero-photo-wrap { inset: 0 24px 24px; border-radius: 28px; }
  .type-orbit { top: -70px; left: 35px; }
  .sample-result-card { right: 8px; bottom: 54px; }
  .assessment-section { grid-template-columns: 1fr; }
  .assessment-side { padding-block: 70px; }
  .quiz-shell { min-height: 700px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 72px; }
  .header-inner { width: min(100% - 28px, 1240px); min-height: 68px; }
  .brand-name strong { font-size: 13px; }
  .nav-cta { min-height: 38px; padding-left: 14px; }
  .nav-cta b { width: 26px; height: 26px; }
  .hero-copy { min-height: 580px; padding: 66px 24px 110px; }
  .hero-lede { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; }
  .hero-facts div { min-width: 0; padding-right: 10px; }
  .hero-facts div + div { padding-left: 12px; }
  .hero-facts dt { font-size: 21px; }
  .hero-facts dd { font-size: 9px; }
  .hero-stage { min-height: 410px; }
  .hero-photo-wrap { right: 14px; left: 14px; }
  .type-orbit { display: none; }
  .sample-result-card { width: 200px; padding: 18px; }
  .sample-result-card strong { font-size: 19px; }
  .photo-caption { left: 22px; }
  .belief-strip { align-items: flex-start; flex-direction: column; gap: 7px; }
  .belief-strip span { display: none; }
  .section { padding-block: 72px; }
  .split-heading { grid-template-columns: 1fr; gap: 22px; }
  .type-atlas { grid-template-columns: 1fr; }
  .type-card { min-height: 112px; }
  .assessment-side { padding: 64px 24px; }
  .quiz-shell { min-height: 660px; padding: 48px 20px; }
  .scale-demo span { min-height: 42px; font-size: 9px; }
  .question-card { min-height: 450px; justify-content: flex-start; padding-top: 60px; }
  .answer-scale { gap: 6px; }
  .scale-option { min-height: 78px; padding-inline: 2px; }
  .scale-option small { font-size: 8px; }
  .result-hero { padding: 28px 22px; }
  .result-grid { grid-template-columns: 1fr; }
  .score-panel { grid-column: auto; }
  .score-row { grid-template-columns: 80px 1fr 28px; gap: 8px; }
  .unlock-top { align-items: flex-start; flex-direction: column; }
  .report-comparison, .method-section { grid-template-columns: 1fr; }
  .report-plan { min-height: auto; padding: 30px 24px; }
  .deep-preview-grid { grid-template-columns: repeat(2, 1fr); }
  .method-copy { padding: 70px 24px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .faq-list { padding: 40px 24px 64px; }
  .closing-cta { align-items: flex-start; flex-direction: column; padding: 58px 24px; }
  .footer-main { grid-template-columns: 1fr; gap: 32px; padding: 48px 24px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; padding-inline: 24px; }
  .pay-shell { padding: 14px; }
  .pay-card { padding: 28px 22px; border-radius: 20px; }
  .report-shell { width: 100%; margin: 0; }
  .deep-report-head { padding: 28px 22px; }
  .deep-cards { grid-template-columns: 1fr; }
  .recovery-values { grid-template-columns: 1fr; }
}

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

@media print {
  body, .report-page { background: #fff; }
  .report-shell { width: 100%; margin: 0; box-shadow: none; }
  .deep-report { padding: 20px; }
  .deep-report-head { background: #173d35 !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .report-footer-actions { display: none; }
  .deep-section, .deep-cards article { break-inside: avoid; }
}
