* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Hiragino Sans GB', sans-serif; background: #FBF7F0; color: #1A0F0A; -webkit-font-smoothing: antialiased; }
.hidden { display: none !important; }

/* 通用页面 */
.page { min-height: 100vh; padding: 40px 24px; max-width: 420px; margin: 0 auto; }

/* 落地页 */
.hero { text-align: center; padding: 30px 0 30px; }
.hero-img { width: 260px; height: 260px; object-fit: contain; display: block; margin: 0 auto 20px; }
.hero h1 { font-size: 28px; line-height: 1.5; font-weight: 700; color: #1A0F0A; margin-bottom: 16px; }
.hero .sub-highlight { font-size: 18px; color: #E8973A; font-weight: 600; margin-bottom: 8px; }
.hero .sub { font-size: 16px; color: #8C7B6B; }
.input-box { margin-bottom: 32px; }
.input-box label { font-size: 14px; color: #8C7B6B; margin-bottom: 8px; display: block; }
.input-row { display: flex; align-items: center; background: #fff; border: 1px solid #E8DDD0; border-radius: 12px; padding: 4px; margin-bottom: 16px; }
.input-row input { flex: 1; background: transparent; border: none; color: #1A0F0A; font-size: 24px; padding: 14px 16px; outline: none; }
.input-row input::placeholder { color: #C4B5A5; }
.input-row .unit { color: #8C7B6B; font-size: 16px; padding-right: 16px; }
.btn-primary { width: 100%; background: #E8973A; color: #fff; border: none; border-radius: 12px; padding: 16px; font-size: 18px; font-weight: 600; cursor: pointer; }
.btn-primary:active { opacity: 0.85; }
.authority-badge { font-size: 12px; color: #B0A090; margin-top: 8px; }
.social-proof { text-align: center; color: #B0A090; font-size: 14px; }
.btn-back-arrow { display: inline-block; color: #8C7B6B; font-size: 14px; text-decoration: none; margin-bottom: 12px; }
.belong-tag { display: inline-block; font-size: 12px; color: #8C7B6B; background: rgba(232,151,58,0.08); border-radius: 6px; padding: 3px 10px; margin-left: 8px; vertical-align: middle; }
.description-wrap { position: relative; }
.description-wrap .description { font-size: 14px; line-height: 1.8; color: #6B4F3A; margin-top: 16px; }
.btn-expand { background: none; border: none; color: #E8973A; font-size: 13px; cursor: pointer; padding: 4px 0; }

/* 答题页 */
.progress-bar { height: 4px; background: #E8DDD0; border-radius: 2px; margin-bottom: 24px; }
.progress-fill { height: 100%; background: #E8973A; border-radius: 2px; transition: width 0.3s; }
.question-num { color: #E8973A; font-size: 14px; margin-bottom: 16px; }
.question-text { font-size: 20px; line-height: 1.6; font-weight: 600; color: #1A0F0A; margin-bottom: 32px; min-height: 80px; }
.option { background: #fff; border: 1px solid #E8DDD0; border-radius: 12px; padding: 16px 20px; margin-bottom: 12px; font-size: 16px; line-height: 1.5; color: #3D2E1F; cursor: pointer; transition: all 0.2s; }
.option:active { transform: scale(0.98); }
.option.selected { background: #FFF8EC; border-color: #E8973A; color: #1A0F0A; }
.nav-buttons { display: flex; justify-content: space-between; margin-top: 24px; gap: 12px; }
.btn-prev, .btn-next { flex: 1; padding: 14px; border-radius: 12px; font-size: 16px; font-weight: 600; cursor: pointer; }
.btn-prev { background: transparent; border: 1px solid #E8DDD0; color: #8C7B6B; }
.btn-next { background: #E8973A; border: none; color: #fff; }
.btn-next:disabled { opacity: 0.4; cursor: not-allowed; }
.btn-next.btn-submit { background: #52c41a; }
.loading-screen { text-align: center; padding-top: 200px; }
.loading-text { font-size: 18px; color: #8C7B6B; }

/* 分享卡片（横排：左文字 + 右大猫图） */
.share-card { border-radius: 20px; overflow: hidden; position: relative; margin-bottom: 16px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.card-top-line { height: 4px; border-radius: 20px 20px 0 0; }
.card-content-h { position: relative; min-height: 240px; padding: 28px 160px 24px 24px; }
.card-text { position: relative; z-index: 1; }
.card-character-h { position: absolute; right: -20px; top: 50%; transform: translateY(-50%); width: 200px; height: 200px; object-fit: contain; filter: drop-shadow(0 4px 12px rgba(0,0,0,0.1)); z-index: 2; }
.card-label { font-size: 13px; color: #8C7B6B; margin-bottom: 4px; }
.card-name { font-size: 28px; font-weight: 800; color: #1A0F0A; margin-bottom: 8px; line-height: 1.3; white-space: nowrap; }
.card-raise { display: inline-block; padding: 4px 12px; border-radius: 6px; font-size: 14px; font-weight: 700; margin-bottom: 8px; }
.raise-positive { background: rgba(82,196,26,0.12); color: #389e0d; }
.raise-negative { background: rgba(207,19,34,0.1); color: #cf1322; }
.raise-neutral { background: rgba(232,151,58,0.12); color: #E8973A; }
.card-tagline { font-size: 13px; color: #6B4F3A; line-height: 1.5; margin-bottom: 10px; background: rgba(232,151,58,0.08); border-radius: 10px; padding: 8px 16px; display: inline-block; }
.card-tags { display: flex; gap: 6px; flex-wrap: wrap; justify-content: center; }
.tag { display: inline-block; padding: 3px 10px; border-radius: 4px; font-size: 11px; background: rgba(0,0,0,0.05); color: #6B4F3A; }
.tag-tier { background: rgba(232,151,58,0.15); color: #E8973A; font-weight: 600; }
.card-hook { padding: 8px 20px; font-size: 12px; color: #E8973A; text-align: center; background: rgba(232,151,58,0.06); }
.card-footer { padding: 10px 20px; font-size: 11px; color: #B0A090; display: flex; align-items: center; gap: 4px; border-top: 1px solid rgba(0,0,0,0.05); background: rgba(255,255,255,0.5); border-radius: 0 0 20px 20px; }

/* 分享弹窗 */
.share-modal { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.85); z-index: 1000; display: flex; align-items: center; justify-content: center; padding: 24px; }
.share-modal-content { background: #fff; border-radius: 16px; padding: 24px; max-width: 340px; width: 100%; text-align: center; }
.share-modal-hint { font-size: 18px; font-weight: 600; color: #1A0F0A; margin-bottom: 16px; }
.share-modal-img { width: 100%; border-radius: 12px; margin-bottom: 16px; }
.share-modal-steps { text-align: left; font-size: 14px; color: #3D2E1F; line-height: 2; margin-bottom: 12px; }
.share-modal-steps strong { color: #E8973A; }
.share-modal-copied { font-size: 13px; color: #52c41a; margin-bottom: 16px; }
.btn-goto-app { width: 100%; background: #E8973A; color: #fff; border: none; border-radius: 10px; padding: 14px; font-size: 16px; font-weight: 600; cursor: pointer; margin-bottom: 12px; }
.btn-goto-app:active { opacity: 0.85; }
.share-modal-wechat { font-size: 14px; color: #6B4F3A; line-height: 1.8; background: #F4EEE3; border-radius: 10px; padding: 12px 16px; margin-bottom: 12px; }
.btn-close-modal { background: transparent; color: #8C7B6B; border: 1px solid #E8DDD0; border-radius: 8px; padding: 10px 32px; font-size: 15px; cursor: pointer; }
.card-dot { color: #D0C0B0; }
.btn-save-card { width: 100%; background: #E8973A; color: #fff; border: none; border-radius: 12px; padding: 14px; font-size: 16px; font-weight: 600; cursor: pointer; margin-bottom: 20px; }

/* 图片预览蒙层 */
.preview-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.85); z-index: 999; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px; }
.preview-hint { color: #fff; font-size: 16px; margin-bottom: 16px; }
.preview-img { max-width: 100%; max-height: 70vh; border-radius: 12px; }
.btn-close-preview { margin-top: 20px; background: transparent; border: 1px solid #fff; color: #fff; border-radius: 8px; padding: 10px 32px; font-size: 15px; cursor: pointer; }

/* 结果详情 + description */
.result-detail { background: #F4EEE3; border-radius: 16px; padding: 24px; margin-bottom: 20px; }
.result-detail .description { font-size: 14px; line-height: 1.8; color: #6B4F3A; margin-top: 16px; }
.tier-badge { display: inline-block; padding: 6px 20px; border-radius: 20px; font-size: 14px; font-weight: 600; margin-bottom: 16px; }
.tier-good { background: rgba(82,196,26,0.12); color: #389e0d; }
.tier-bad { background: rgba(207,19,34,0.1); color: #cf1322; }
.result-body { font-size: 16px; line-height: 2; color: #3D2E1F; text-align: left; }

/* 付费墙 */
.paywall-box { margin-bottom: 24px; }
.paywall-preview { background: #F4EEE3; border-radius: 16px; padding: 24px; margin-bottom: 12px; position: relative; overflow: hidden; }
.paywall-preview h3 { font-size: 18px; color: #6B4F3A; margin-bottom: 12px; }
.paywall-blur { font-size: 15px; line-height: 1.7; color: #3D2E1F; filter: blur(6px); -webkit-filter: blur(6px); user-select: none; }
.paywall-cta { background: #F4EEE3; border-radius: 16px; padding: 24px; text-align: center; }
.paywall-loss { font-size: 14px; color: #cf1322; margin-bottom: 4px; }
.paywall-price { font-size: 18px; color: #1A0F0A; margin-bottom: 16px; }
.paywall-price strong { color: #E8973A; font-size: 24px; }
.paywall-count { font-size: 13px; color: #B0A090; margin-top: 12px; }

/* 分享解锁墙 */
.sharewall-box { margin-bottom: 24px; }
.sharewall-cta { background: #F4EEE3; border-radius: 16px; padding: 24px; text-align: center; }
.sharewall-hint { font-size: 16px; color: #1A0F0A; font-weight: 600; margin-bottom: 16px; }
.unlock-progress { font-size: 13px; color: #6B4F3A; margin-bottom: 12px; display: flex; align-items: center; justify-content: center; gap: 8px; }
.progress-bar-mini { display: inline-block; width: 120px; height: 6px; background: #E8DDD0; border-radius: 3px; overflow: hidden; }
.progress-fill-mini { display: block; width: 33%; height: 100%; background: #E8973A; border-radius: 3px; }
.share-unlock-icons { display: flex; justify-content: center; gap: 20px; }

/* 付费后内容 */
.paid-content { margin-bottom: 24px; }
.paid-section { background: #F4EEE3; border-radius: 16px; padding: 24px; margin-bottom: 12px; }
.paid-section h3 { font-size: 18px; color: #E8973A; margin-bottom: 12px; }
.paid-section p { font-size: 15px; line-height: 1.8; color: #3D2E1F; }
.paid-section ul { padding-left: 20px; }
.paid-section li { font-size: 15px; line-height: 1.8; color: #3D2E1F; margin-bottom: 8px; }
.paid-section h4 { font-size: 15px; color: #6B4F3A; margin: 16px 0 8px; }
.paid-section .copyable { background: #fff; border-radius: 8px; padding: 12px; font-size: 14px; }
.paid-section .salary-range { font-size: 20px; font-weight: 600; color: #E8973A; }
.script-item { margin-bottom: 12px; }

/* 悬念钩子 */
.hook-box { text-align: center; margin-bottom: 24px; }
.hook-text { font-size: 18px; line-height: 1.7; color: #3D2E1F; margin-bottom: 20px; }
.btn-share { width: 100%; background: #E8973A; color: #fff; border: none; border-radius: 12px; padding: 16px; font-size: 16px; font-weight: 600; cursor: pointer; margin-bottom: 8px; }
.hook-hint { font-size: 13px; color: #B0A090; }
.share-confirm { text-align: center; margin-bottom: 24px; }

/* 付费引导 */
.cta-pay { margin-bottom: 24px; }
.pay-card { background: #F4EEE3; border: 1px solid #E8DDD0; border-radius: 16px; padding: 24px; text-align: center; }
.pay-hook { font-size: 18px; font-weight: 600; color: #1A0F0A; margin-bottom: 8px; }
.pay-desc { font-size: 14px; color: #6B4F3A; margin-bottom: 16px; line-height: 1.6; }
.pay-loss { display: block; font-size: 14px; color: #cf1322; margin-bottom: 4px; }
.pay-price { display: block; font-size: 24px; font-weight: 700; color: #E8973A; margin-bottom: 16px; }
.btn-pay { width: 100%; background: #E8973A; color: #fff; border: none; border-radius: 12px; padding: 16px; font-size: 17px; font-weight: 600; cursor: pointer; }
.pay-count { font-size: 13px; color: #B0A090; margin-top: 12px; }
.btn-back { width: 100%; background: transparent; border: 1px solid #E8DDD0; color: #8C7B6B; border-radius: 12px; padding: 14px; font-size: 15px; cursor: pointer; margin-top: 12px; }

/* 付费页 */
.pay-header { text-align: center; margin-bottom: 24px; }
.pay-header h2 { font-size: 28px; color: #1A0F0A; }
.pay-header p { color: #8C7B6B; font-size: 15px; }
.script-preview { margin-bottom: 24px; }
.preview-visible { background: #F4EEE3; border-radius: 12px 12px 0 0; padding: 20px; font-size: 15px; line-height: 1.7; color: #3D2E1F; }
.preview-blur { background: #F4EEE3; border-radius: 0 0 12px 12px; padding: 20px; font-size: 15px; line-height: 1.7; color: #3D2E1F; filter: blur(6px); -webkit-filter: blur(6px); user-select: none; }
.pay-section { text-align: center; }
.pay-info { margin-bottom: 24px; }
.pay-roi { font-size: 14px; color: #cf1322; margin-bottom: 8px; }
.pay-amount-big { font-size: 48px; font-weight: 700; color: #E8973A; }
.qrcode-box { margin-bottom: 24px; }
.qrcode-box > p { font-size: 14px; color: #8C7B6B; margin-bottom: 12px; }
.qrcode-placeholder { background: #fff; width: 200px; height: 200px; margin: 0 auto; border-radius: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #3D2E1F; }
.qr-hint { font-size: 12px; color: #B0A090; }
.qr-note { font-size: 13px; color: #8C7B6B; margin-top: 12px; line-height: 1.6; }
.btn-paid { width: 100%; background: #52c41a; color: #fff; border: none; border-radius: 12px; padding: 16px; font-size: 17px; font-weight: 600; cursor: pointer; }

/* 话术内容 */
.script-full { margin-bottom: 24px; }
.script-section { background: #F4EEE3; border-radius: 12px; padding: 20px; margin-bottom: 12px; }
.script-section h3 { font-size: 16px; color: #E8973A; margin-bottom: 12px; }
.script-text { font-size: 15px; line-height: 1.8; color: #3D2E1F; }
.salary-range { font-size: 20px; font-weight: 600; color: #E8973A; }
.btn-copy { background: transparent; border: 1px solid #E8973A; color: #E8973A; border-radius: 8px; padding: 6px 16px; font-size: 13px; cursor: pointer; margin-top: 8px; }
.btn-secondary { background: transparent; border: 1px solid #E8973A; color: #E8973A; border-radius: 12px; padding: 12px 24px; font-size: 15px; cursor: pointer; }
/* 分享到平台 */
.share-platforms { text-align: center; margin: 24px 0; }
.share-title { font-size: 15px; color: #8C7B6B; margin-bottom: 16px; }
.share-icons { display: flex; justify-content: center; gap: 24px; }
.share-icon { cursor: pointer; text-align: center; }
.share-icon span { display: block; font-size: 11px; color: #8C7B6B; margin-top: 6px; }
.share-svg { width: 48px; height: 48px; border-radius: 12px; }
.share-icon:active { opacity: 0.7; transform: scale(0.95); }
.copy-toast { position: fixed; bottom: 80px; left: 50%; transform: translateX(-50%); background: rgba(0,0,0,0.75); color: #fff; padding: 12px 24px; border-radius: 8px; font-size: 14px; z-index: 999; white-space: nowrap; }

/* 留存引导 */
.follow-section { margin: 24px 0; }
.follow-card { background: #F4EEE3; border-radius: 16px; padding: 20px; text-align: center; margin-bottom: 12px; }
.follow-title { font-size: 16px; font-weight: 600; color: #1A0F0A; margin-bottom: 8px; }
.follow-hint { font-size: 13px; color: #8C7B6B; margin-bottom: 12px; }
.follow-sub { font-size: 12px; color: #B0A090; margin-top: 8px; }
.gzh-qrcode { width: 160px; height: auto; border-radius: 12px; display: block; margin: 0 auto; object-fit: contain; }
.locked-body { transition: filter 0.3s; }
.btn-copy-keyword { background: #E8973A; color: #fff; border: none; border-radius: 8px; padding: 10px 24px; font-size: 14px; font-weight: 600; cursor: pointer; }

.share-footer { text-align: center; padding: 24px 0; }
.share-footer p { color: #8C7B6B; font-size: 14px; margin-bottom: 12px; }
