
    :root{--bg:#fff7f8;--paper:#fff;--ink:#2a2230;--muted:#756b77;--primary:#8f2d56;--accent:#e65d85;--teal:#2f7a72;--warn:#d98a27;--danger:#c43b4d;--line:#f0dce4;--soft:#fff0f4;--shadow:0 18px 48px rgba(92,40,63,.12);font-family:"PingFang SC","Microsoft YaHei",system-ui,sans-serif}
    *{box-sizing:border-box}html{background:#f4edef}body{margin:0;color:var(--ink);background:linear-gradient(180deg,#fff8fa,#fff1f4 55%,#fff8f7);min-height:100vh}button,input,textarea,select{font:inherit}button{cursor:pointer}.app{width:min(100%,430px);min-height:100vh;margin:auto;background:var(--bg);position:relative;overflow:hidden;box-shadow:0 18px 40px rgba(55,44,49,.08)}
    .topbar{height:56px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:20;background:rgba(255,247,248,.92);backdrop-filter:blur(12px);border-bottom:1px solid rgba(240,220,228,.75)}.brand{font-weight:800;color:var(--primary);letter-spacing:.5px}.top-actions{display:flex;gap:14px}.link-btn{border:0;background:none;color:var(--muted);font-size:13px;padding:6px 0}
    .screen{display:none;min-height:calc(100vh - 56px)}.screen.active{display:block}.pad{padding:20px 18px 36px}.home-pad{padding:14px 18px 42px}
    .hero{position:relative;border-radius:28px;padding:30px 22px 24px;overflow:hidden;background:radial-gradient(circle at 82% 12%,rgba(255,255,255,.95) 0 8%,transparent 9%),linear-gradient(145deg,#8f2d56 0%,#c34970 55%,#ed88a6 100%);color:white;box-shadow:var(--shadow)}.hero:before,.hero:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.22);border-radius:50%}.hero:before{width:190px;height:190px;right:-92px;top:-70px}.hero:after{width:110px;height:110px;right:-28px;bottom:-72px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.8px;opacity:.88}.hero h1{font-size:34px;line-height:1.16;margin:15px 0 12px;letter-spacing:-1px}.hero h1 span{display:block;font-size:18px;margin-top:9px;font-weight:600;letter-spacing:.2px}.hero-copy{font-size:15px;line-height:1.7;max-width:285px;margin:0 0 20px;color:#fff7fa}.promise{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.16);font-size:13px;font-weight:650}.spark{display:inline-block;width:8px;height:8px;border-radius:50%;background:#ffd8e4;box-shadow:0 0 0 5px rgba(255,255,255,.1)}
    .chips{display:flex;gap:8px;margin:16px 0 20px;flex-wrap:wrap}.chip{padding:8px 11px;background:#fff;border:1px solid var(--line);border-radius:999px;color:#654b59;font-size:12px;font-weight:650}.primary{width:100%;border:0;border-radius:16px;padding:16px 18px;background:linear-gradient(135deg,var(--primary),#b63e68);color:#fff;font-weight:800;font-size:17px;box-shadow:0 12px 25px rgba(73,45,57,.2);position:relative;overflow:hidden}.primary:disabled{opacity:.48;cursor:not-allowed;box-shadow:none}.secondary{width:100%;border:1px solid var(--line);border-radius:15px;padding:14px 16px;background:#fff;color:var(--primary);font-weight:750}.tiny-note{text-align:center;color:var(--muted);font-size:12px;margin:11px 8px 0;line-height:1.55}
    .section-title{font-size:21px;margin:30px 2px 13px}.section-sub{font-size:13px;color:var(--muted);line-height:1.6;margin:-5px 2px 14px}.benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.benefit{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px 14px;min-height:126px}.benefit .icon{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:var(--soft);color:var(--primary);font-weight:900}.benefit h3{font-size:15px;margin:12px 0 6px}.benefit p{font-size:12px;line-height:1.55;color:var(--muted);margin:0}.truth-card{margin-top:14px;padding:17px 16px;background:linear-gradient(135deg,#edf8f6,#fff);border:1px solid #cfe7e2;border-radius:18px}.truth-card strong{color:var(--teal);display:block;margin-bottom:7px}.truth-card p{font-size:13px;line-height:1.65;margin:0;color:#47635f}
    .quiz-head{padding:18px 18px 12px}.back{border:0;background:none;color:var(--primary);padding:5px 0;font-weight:700}.progress-row{display:flex;align-items:center;gap:11px;margin-top:15px}.progress{height:7px;flex:1;border-radius:99px;background:#f1dfe6;overflow:hidden}.progress i{display:block;height:100%;width:20%;border-radius:inherit;background:linear-gradient(90deg,var(--primary),var(--accent));transition:.3s}.step-count{font-size:12px;color:var(--muted)}.quiz-card{margin:0 18px 30px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px 18px;box-shadow:0 12px 32px rgba(102,40,65,.07)}.quiz-card h2{font-size:23px;margin:0 0 8px}.quiz-card>.lead{font-size:13px;line-height:1.65;color:var(--muted);margin:0 0 22px}.field{margin:0 0 18px}.field label,.group-label{display:block;font-size:15px;font-weight:750;margin-bottom:9px}.optional{font-size:11px;color:#988e96;font-weight:500}.input,.select,.textarea{width:100%;border:1px solid #e8d6de;border-radius:14px;background:#fffafb;color:var(--ink);padding:14px 13px;outline:none;transition:.2s}.textarea{min-height:132px;resize:vertical;line-height:1.65}.input:focus,.select:focus,.textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(230,93,133,.11)}.counter{text-align:right;font-size:11px;color:#a09399;margin-top:5px}.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.choice{border:1px solid #ead9e0;border-radius:13px;background:#fff;padding:12px 10px;text-align:left;color:#5a4651;min-height:46px}.choice.active{border-color:var(--accent);background:var(--soft);color:var(--primary);font-weight:700;box-shadow:0 0 0 1px var(--accent)}.rating-block{border-top:1px solid #f4e7ec;padding:16px 0}.rating-block:first-of-type{border-top:0;padding-top:0}.rating-title{font-size:14px;font-weight:700;line-height:1.55;margin-bottom:10px}.rating-options{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.rating{border:1px solid #ead9e0;background:#fff;border-radius:10px;padding:9px 2px;font-size:11px;color:#76646e}.rating.active{background:var(--primary);border-color:var(--primary);color:#fff}.quiz-actions{display:flex;gap:10px;margin-top:20px}.quiz-actions .secondary{width:34%}.quiz-actions .primary{width:66%;font-size:15px;padding:14px}.error{display:none;margin:13px 0 0;padding:10px 12px;border-radius:10px;background:#fff0f1;color:var(--danger);font-size:12px}.error.show{display:block}
    .loading{padding:70px 30px;text-align:center}.orb{width:104px;height:104px;margin:0 auto 25px;border-radius:50%;position:relative;background:radial-gradient(circle,#fff 0 20%,#f9b8cb 22% 34%,#be4b74 35% 48%,#8f2d56 50%);box-shadow:0 0 0 16px #fde8ee,0 20px 45px rgba(143,45,86,.22);animation:pulse 1.7s ease-in-out infinite}.orb:after{content:"";position:absolute;inset:19px;border:2px dashed rgba(255,255,255,.85);border-radius:50%;animation:spin 6s linear infinite}@keyframes pulse{50%{transform:scale(1.05);box-shadow:0 0 0 23px #fcebf0,0 24px 50px rgba(143,45,86,.17)}}@keyframes spin{to{transform:rotate(360deg)}}.loading h2{font-size:22px;margin:0 0 10px}.loading p{font-size:14px;color:var(--muted);line-height:1.7}.loading-steps{margin:26px auto 0;width:260px;text-align:left}.loading-steps div{font-size:13px;margin:12px 0;color:#a28c96}.loading-steps div.done{color:var(--teal);font-weight:700}
    .result-shell{padding:14px 18px 38px}.report-head{border-radius:24px;background:linear-gradient(145deg,#50182f,#8f2d56 60%,#bd4a72);color:#fff;padding:23px 19px;box-shadow:var(--shadow)}.report-kicker{font-size:12px;opacity:.78}.report-head h2{font-size:25px;margin:10px 0 5px}.report-head p{font-size:13px;line-height:1.6;margin:0;color:#f9dce6}.score-row{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:8px;margin-top:18px}.score{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.13);border-radius:14px;padding:12px 9px}.score b{display:block;font-size:25px}.score span{font-size:10px;opacity:.8}.score small{display:block;font-size:12px;margin-top:4px}.insight{margin-top:13px;background:#fff;border:1px solid var(--line);border-radius:19px;padding:17px 15px}.insight-tag{display:inline-block;color:var(--teal);background:#edf8f6;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:750}.insight h3{font-size:17px;margin:11px 0 7px}.insight p{font-size:13px;line-height:1.7;color:#665861;margin:0}.signal-row{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:12px}.signal{border-radius:12px;padding:10px 7px;text-align:center;background:#fff;border:1px solid var(--line)}.signal b{font-size:18px;display:block}.signal span{font-size:10px;color:var(--muted)}.locked{margin-top:13px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px 16px}.locked h3{margin:0 0 11px;font-size:16px}.lock-item{display:flex;align-items:center;gap:9px;font-size:13px;color:#695a63;padding:10px 0;border-top:1px solid #f5eaee}.lock-item:before{content:"✓";display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:var(--soft);color:var(--accent);font-size:11px;font-weight:900}.pay-box{margin-top:14px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px 16px;box-shadow:0 14px 36px rgba(143,45,86,.08)}.price-line{display:flex;align-items:end;justify-content:space-between;margin:0 0 16px}.price-line span{font-size:13px;color:var(--muted)}.price-line strong{font-size:31px;color:var(--danger);line-height:1}.payment{display:flex;align-items:center;gap:10px;border:1px solid #b8ddf7;background:#f4fbff;border-radius:14px;padding:13px;margin-bottom:13px}.ali{width:30px;height:30px;border-radius:8px;background:#1677ff;color:#fff;display:grid;place-items:center;font-weight:900}.payment div{font-size:13px}.payment small{display:block;color:var(--muted);margin-top:3px}.pay-meta{text-align:center;font-size:11px;color:var(--muted);line-height:1.6;margin-top:10px}
    .card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px 16px;margin-top:13px}.card h3{font-size:17px;margin:0 0 12px}.card p,.card li{font-size:13px;line-height:1.75;color:#62555d}.bar-item{margin:14px 0}.bar-label{display:flex;justify-content:space-between;font-size:12px;margin-bottom:6px}.bar{height:8px;background:#f1e5e9;border-radius:999px;overflow:hidden}.bar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--teal),#61aea4)}.fact-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.fact-col{border-radius:14px;padding:13px;background:#f8fbfa;border:1px solid #dbece8}.fact-col.guess{background:#fff8f1;border-color:#f2dfc5}.fact-col strong{font-size:13px;color:var(--teal)}.fact-col.guess strong{color:var(--warn)}.fact-col ul{padding-left:17px;margin:9px 0 0}.fact-col li{font-size:11px;line-height:1.6}.script{padding:14px;border-radius:14px;background:#fff7f9;border-left:1px solid var(--accent);margin:10px 0;font-size:13px;line-height:1.7}.diary-row{display:grid;grid-template-columns:31px 1fr auto;gap:8px;align-items:center;padding:11px 0;border-top:1px solid #f3e8ec}.diary-day{width:30px;height:30px;border-radius:10px;background:var(--soft);display:grid;place-items:center;color:var(--primary);font-size:11px;font-weight:800}.diary-row input{width:100%;border:0;background:#faf6f8;border-radius:9px;padding:9px;font-size:12px;outline:none}.diary-row select{border:0;background:#f5eef1;border-radius:9px;padding:8px 4px;font-size:11px}.ask{display:flex;gap:8px}.ask input{flex:1;min-width:0}.ask button{width:auto;padding:0 15px}.answer{margin-top:10px;padding:12px;background:#f7f4f6;border-radius:12px;font-size:12px;line-height:1.65;color:#5d5058;white-space:pre-wrap}.safety{background:#fff8ed;border-color:#f1d9b8}.safety h3{color:#975e16}.footer{padding:24px 12px;text-align:center;color:#8f8189;font-size:11px;line-height:1.7}.footer button{border:0;background:none;color:#7e6673;padding:3px 5px;text-decoration:underline}.order-card{margin-top:14px}.status-pill{display:inline-block;padding:5px 9px;border-radius:999px;background:#fff0f4;color:var(--primary);font-size:11px;font-weight:750}.modal{position:fixed;inset:0;background:rgba(36,20,28,.48);z-index:60;display:none;align-items:flex-end;justify-content:center}.modal.active{display:flex}.sheet{width:min(100%,430px);max-height:82vh;overflow:auto;background:#fff;border-radius:24px 24px 0 0;padding:22px 19px calc(22px + env(safe-area-inset-bottom));box-shadow:0 -20px 60px rgba(0,0,0,.18)}.sheet h2{margin:0 0 13px;font-size:20px}.sheet p,.sheet li{font-size:13px;line-height:1.75;color:#655861}.sheet-close{float:right;border:0;background:#f5edf0;border-radius:50%;width:32px;height:32px;color:#755663}.toast{position:fixed;left:50%;bottom:32px;z-index:100;transform:translate(-50%,20px);width:max-content;max-width:340px;background:#2e2630;color:white;padding:11px 15px;border-radius:12px;font-size:12px;opacity:0;pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:translate(-50%,0)}
    @media(max-width:360px){.hero h1{font-size:30px}.choice-grid{grid-template-columns:1fr}.rating{font-size:10px}.score-row{grid-template-columns:1fr 1fr}.score:first-child{grid-column:1/-1}}
    /* Visual system v2 - editorial, image-led, launch-ready */
    body{background:#f3e8eb}.app{background:linear-gradient(180deg,#fff9fa 0,#fff5f7 46%,#fffaf8 100%)}
    .topbar{height:62px;padding:0 20px;background:rgba(255,250,251,.9);border-bottom:0}.brand{display:flex;align-items:center;gap:9px;font-size:15px}.brand:before{content:"";width:25px;height:25px;border-radius:9px 9px 9px 3px;background:linear-gradient(145deg,#7c244c,#eb7799);box-shadow:inset 0 0 0 1px rgba(255,255,255,.3),0 7px 16px rgba(111,31,70,.22)}
    .home-pad{padding:8px 14px 44px}.hero{padding:0;min-height:520px;border-radius:32px;background:#68213f;box-shadow:0 28px 60px rgba(83,26,52,.23);isolation:isolate}.hero:before,.hero:after{display:none}.hero-media{position:absolute;inset:0;z-index:-2}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:50% center;transform:scale(1.015)}.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(55,13,35,.06) 15%,rgba(58,14,34,.22) 46%,rgba(50,11,31,.92) 85%,#4c132e 100%)}
    .hero-top{display:flex;align-items:center;justify-content:space-between;padding:18px 18px 0}.hero-badge{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid rgba(255,255,255,.32);background:rgba(87,22,52,.25);backdrop-filter:blur(12px);border-radius:999px;color:#fff;font-size:11px;font-weight:750;letter-spacing:.8px}.hero-badge:before{content:"";width:7px;height:7px;border-radius:50%;background:#ffb2c8;box-shadow:0 0 0 5px rgba(255,178,200,.13)}.hero-series{font-size:10px;color:#fff;opacity:.78;letter-spacing:1.4px}
    .hero-main{position:absolute;left:0;right:0;bottom:0;padding:0 21px 23px}.hero .eyebrow{font-size:11px;letter-spacing:2.2px;color:#f6b9ca}.hero h1{font-size:37px;line-height:1.08;margin:10px 0 9px;text-shadow:0 3px 16px rgba(37,5,22,.25)}.hero h1 span{font-size:18px;line-height:1.4;margin-top:10px;color:#fff4f7}.hero-copy{font-size:14px;line-height:1.65;margin:0 0 14px;max-width:340px;color:#f7dce5}.promise{font-size:12px;padding:8px 10px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.11);backdrop-filter:blur(10px)}
    .hero-action{position:relative;margin:-1px 8px 0;padding:18px 14px 15px;border-radius:0 0 26px 26px;background:rgba(255,255,255,.92);box-shadow:0 18px 42px rgba(90,35,58,.1)}.hero-action .chips{justify-content:center;margin:0 0 13px}.hero-action .chip{background:#fff8fa;border-color:#eedce3;color:#6e4c5b}.hero-action .primary{border-radius:18px;padding:17px;font-size:17px}.hero-action .tiny-note{margin-top:10px}
    .trust-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:24px 5px 6px}.trust-item{text-align:center;padding:12px 4px;border-radius:16px;background:rgba(255,255,255,.78);border:1px solid rgba(236,217,225,.9);box-shadow:0 7px 22px rgba(89,39,60,.05)}.trust-item b{display:block;font-size:18px;color:var(--primary)}.trust-item span{display:block;font-size:10px;color:var(--muted);margin-top:4px}
    .section-kicker{display:inline-flex;align-items:center;gap:7px;margin:30px 3px 3px;color:var(--accent);font-size:11px;font-weight:850;letter-spacing:1.2px;text-transform:uppercase}.section-kicker:before{content:"";width:23px;height:2px;background:linear-gradient(90deg,var(--accent),transparent)}.section-title{font-size:25px;letter-spacing:-.7px;margin:8px 3px 12px}.section-sub{font-size:13px;margin-left:3px}
    .visual-feature{position:relative;margin:18px 0 14px;height:230px;border-radius:25px;overflow:hidden;background:#eed4dc;box-shadow:0 18px 38px rgba(87,31,55,.13)}.visual-feature img{width:100%;height:100%;object-fit:cover;object-position:center 56%;transition:transform .6s}.visual-feature:hover img{transform:scale(1.03)}.visual-feature:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(51,14,31,.78))}.visual-feature-copy{position:absolute;z-index:2;left:17px;right:17px;bottom:16px;color:#fff}.visual-feature-copy b{font-size:18px}.visual-feature-copy span{display:block;font-size:12px;line-height:1.5;margin-top:5px;color:#f7dce4}
    .benefit-grid{gap:11px}.benefit{position:relative;overflow:hidden;border:1px solid rgba(235,217,224,.9);min-height:144px;padding:17px 15px;background:linear-gradient(155deg,#fff 55%,#fff4f7);box-shadow:0 12px 28px rgba(77,31,50,.06);transition:transform .25s,box-shadow .25s}.benefit:nth-child(2),.benefit:nth-child(3){background:linear-gradient(155deg,#fff 55%,#eff9f7)}.benefit:after{content:"";position:absolute;width:72px;height:72px;border-radius:50%;right:-33px;bottom:-35px;background:rgba(227,92,132,.1)}.benefit:nth-child(2):after,.benefit:nth-child(3):after{background:rgba(47,122,114,.1)}.benefit .icon{background:linear-gradient(145deg,#fee5ed,#fff);box-shadow:0 6px 14px rgba(168,51,91,.12)}.benefit h3{font-size:16px}.benefit p{font-size:12px}.truth-card{margin-top:15px;padding:18px;border-radius:21px;background:linear-gradient(135deg,#e9f7f4,#fff 70%);box-shadow:0 13px 28px rgba(47,122,114,.07)}
    .quiz-head{padding-top:15px}.progress{height:8px;background:#f0dce4}.quiz-card{position:relative;overflow:hidden;margin:0 14px 34px;padding:164px 18px 22px;border:0;border-radius:28px;box-shadow:0 22px 54px rgba(77,27,50,.13)}.quiz-card:before{content:"";position:absolute;left:0;right:0;top:0;height:138px;background:linear-gradient(180deg,rgba(65,18,40,.05),rgba(65,18,40,.58)),url('https://static.luqingheceshi.cn/media/loyalty-signals-v2.webp') center 58%/cover no-repeat}.quiz-card:after{content:"关系信号梳理";position:absolute;top:101px;left:18px;color:#fff;font-size:11px;font-weight:800;letter-spacing:1.2px;padding:7px 10px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:rgba(63,18,40,.22);backdrop-filter:blur(8px)}.quiz-card h2{font-size:25px;letter-spacing:-.5px}.choice{position:relative;border:1px solid #ead9e0;border-radius:15px;background:#fff;padding:13px 11px;box-shadow:0 5px 14px rgba(81,34,54,.035);transition:.2s}.choice.active{transform:translateY(-2px);box-shadow:0 8px 18px rgba(169,58,99,.15)}.rating{min-height:42px;border-radius:12px;transition:.2s}.rating.active{transform:translateY(-2px);box-shadow:0 7px 15px rgba(143,45,86,.22)}
    .loading{padding:38px 22px 60px}.analysis-visual{width:100%;height:355px;border-radius:30px;object-fit:cover;object-position:center 57%;box-shadow:0 25px 58px rgba(89,32,58,.2);animation:analysisFloat 3.2s ease-in-out infinite alternate}@keyframes analysisFloat{to{transform:translateY(-7px);box-shadow:0 32px 68px rgba(89,32,58,.16)}}.loading h2{font-size:25px;margin-top:25px}.loading-steps{width:100%;max-width:320px;padding:8px 15px;background:rgba(255,255,255,.68);border:1px solid var(--line);border-radius:19px}.loading-steps div{padding:6px 0;margin:5px 0}
    .result-shell{padding:12px 14px 42px}.report-head{position:relative;overflow:hidden;min-height:300px;padding:22px 18px;background:linear-gradient(90deg,rgba(64,13,38,.96) 0%,rgba(84,18,48,.88) 52%,rgba(95,23,50,.4)),url('https://static.luqingheceshi.cn/media/loyalty-signals-v2.webp') 68% center/cover no-repeat;border-radius:29px;box-shadow:0 26px 56px rgba(78,24,49,.24)}.report-head:after{content:"";position:absolute;inset:auto -30px -80px auto;width:160px;height:160px;border:1px solid rgba(255,255,255,.15);border-radius:50%}.report-head h2{max-width:270px;font-size:27px}.report-head p{max-width:285px}.score-row{position:absolute;left:18px;right:18px;bottom:18px}.score{backdrop-filter:blur(10px)}.insight,.locked,.pay-box,.card{border:1px solid rgba(237,218,226,.92);box-shadow:0 14px 35px rgba(78,29,51,.07)}.insight{border-radius:21px}.locked{border-radius:23px}.pay-box{border-radius:25px}.pay-box .primary{animation:payPulse 2.2s ease-in-out infinite}@keyframes payPulse{50%{transform:translateY(-2px);box-shadow:0 16px 34px rgba(143,45,86,.34)}}
    .card{border-radius:23px;padding:20px 17px}.card h3{font-size:18px}.diary-visual{height:220px;margin:-4px -3px 16px;border-radius:18px;overflow:hidden;position:relative}.diary-visual img{width:100%;height:100%;object-fit:cover;object-position:center 55%}.diary-visual:after{content:"7 DAYS · OBSERVATION";position:absolute;left:12px;bottom:12px;padding:7px 9px;border-radius:999px;background:rgba(72,20,43,.58);backdrop-filter:blur(8px);color:#fff;font-size:9px;font-weight:850;letter-spacing:1px}.safety{box-shadow:none}.screen.active .benefit,.screen.active .card,.screen.active .insight,.screen.active .pay-box{animation:riseIn .45s ease both}@keyframes riseIn{from{opacity:0;transform:translateY(9px)}to{opacity:1;transform:none}}
    @media(max-width:360px){.hero{min-height:515px}.hero h1{font-size:33px}.visual-feature{height:210px}.quiz-card{margin-left:10px;margin-right:10px}.report-head{min-height:318px}.score-row{grid-template-columns:1.3fr 1fr 1fr}.score:first-child{grid-column:auto}.score b{font-size:22px}}
    /* Brand and conversion refresh v3 */
    :root{--ui-font:"MiSans","HarmonyOS Sans SC","PingFang SC","Hiragino Sans GB","Microsoft YaHei UI",sans-serif;font-family:var(--ui-font)}
    body,button,input,textarea,select{font-family:inherit}.app{letter-spacing:.01em}.screen{min-height:calc(100vh - 66px)}
    .topbar{height:66px;padding:0 17px}.brand{gap:10px;letter-spacing:0}.brand:before{display:none}.brand-logo{width:36px;height:36px;display:block;filter:drop-shadow(0 7px 12px rgba(116,32,68,.18))}.brand-text{display:flex;flex-direction:column;line-height:1.12}.brand-text b{font-size:15px;color:#7b2349;font-weight:850}.brand-text small{margin-top:4px;font-size:8px;letter-spacing:.45px;color:#9b7b88;font-weight:650}.top-actions{gap:12px}.link-btn{font-size:12px}
    .hero{min-height:520px}.hero-media img{object-position:50% 24%;transform:none}.hero-media:after{background:linear-gradient(180deg,rgba(34,11,26,.02) 12%,rgba(45,12,31,.13) 40%,rgba(47,12,31,.9) 78%,#421128 100%)}
    .hero .eyebrow{font-size:10px;letter-spacing:2px}.hero h1{font-size:35px;line-height:1.12;letter-spacing:-1.2px}.hero h1 span{font-size:18px;line-height:1.48;font-weight:700}.hero-copy{font-size:14px;line-height:1.7;max-width:350px}.promise{font-size:11px;font-weight:700}.hero-action .primary{font-size:17px;letter-spacing:.2px}.hero-action .tiny-note{font-size:11px;color:#7d6670}.hero-action .chip{font-weight:720}
    .section-title{font-size:27px;line-height:1.3;font-weight:850}.section-sub{font-size:14px;line-height:1.75}.visual-feature{height:244px}.visual-feature img{object-position:center 47%}.visual-feature:after{background:linear-gradient(180deg,transparent 30%,rgba(44,14,29,.84))}.visual-feature-copy b{font-size:19px;line-height:1.35}.visual-feature-copy span{font-size:12px}
    .benefit-grid{gap:12px}.benefit{min-height:0;padding:0;border-radius:22px;background:#fff!important;box-shadow:0 14px 30px rgba(78,29,51,.08)}.benefit:after{display:none}.benefit-photo-wrap{height:112px;position:relative;overflow:hidden}.benefit-photo{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.benefit:hover .benefit-photo{transform:scale(1.035)}.benefit-index{position:absolute;left:10px;top:10px;min-width:31px;height:27px;padding:0 8px;border-radius:9px;display:grid;place-items:center;background:rgba(255,250,251,.9);backdrop-filter:blur(8px);color:#8f2d56;font-size:11px;font-weight:900;box-shadow:0 5px 14px rgba(65,20,39,.12)}.benefit-copy{padding:13px 13px 15px}.benefit h3{font-size:15px;line-height:1.4;margin:0 0 7px;font-weight:850}.benefit p{font-size:11px;line-height:1.6}.truth-card{display:none}
    .quiz-card:before{background:linear-gradient(180deg,rgba(65,18,40,.03),rgba(65,18,40,.58)),url('https://static.luqingheceshi.cn/media/hearttrace-overview-v3.webp') center 48%/cover no-repeat}.report-head{background:linear-gradient(90deg,rgba(64,13,38,.96) 0%,rgba(84,18,48,.82) 54%,rgba(95,23,50,.3)),url('https://static.luqingheceshi.cn/media/hearttrace-risk-v3.webp') 62% center/cover no-repeat}.diary-visual img{object-position:center 48%}
    @media(max-width:360px){.brand-text small{display:none}.hero h1{font-size:32px}.benefit-photo-wrap{height:100px}.benefit-copy{padding:12px 11px 14px}.benefit h3{font-size:14px}.benefit p{font-size:10.5px}}

    /* Trust-first refinement v4 */
    :root{--bg:#fbf5f7;--paper:#fffdfd;--ink:#2f252b;--muted:#6f6269;--primary:#8c3154;--accent:#d94f78;--line:#eadde2;--soft:#fbeef2;--shadow:0 18px 46px rgba(69,31,47,.11);color-scheme:light}
    html{scroll-behavior:smooth;background:#efe9eb}.app{background:linear-gradient(180deg,#fdf9fa 0,#fbf4f6 48%,#fffafa 100%)}
    ::selection{background:#e9a7bb;color:#2f1822}button,input,textarea,select{caret-color:var(--accent)}
    button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(140,49,84,.28);outline-offset:3px}
    .topbar{height:64px;padding:0 16px;background:rgba(253,249,250,.95);border-bottom:1px solid rgba(234,221,226,.82)}
    .brand{gap:9px;min-width:0}.brand-logo{width:34px;height:34px;filter:none}.brand-text b{font-size:15px;line-height:1.2;white-space:nowrap}.brand-text small{font-size:10.5px;line-height:1.2;letter-spacing:0;color:#806b74}.top-actions{gap:14px}.link-btn{min-height:44px;font-size:13px;color:#685b62;text-underline-offset:4px}
    .home-pad{padding:10px 14px 44px}.hero{min-height:500px;border-radius:20px;box-shadow:0 24px 54px rgba(59,23,40,.2)}
    .hero-media img{object-position:50% 28%}.hero-media:after{background:linear-gradient(180deg,rgba(37,12,25,.01) 10%,rgba(46,13,29,.08) 38%,rgba(44,12,28,.78) 70%,rgba(39,10,25,.97) 100%)}
    .hero-top{padding:16px 16px 0}.hero-badge{padding:7px 10px;border-radius:999px;font-size:12px;letter-spacing:0;background:rgba(50,18,32,.48);border-color:rgba(255,255,255,.45)}.hero-badge:before{display:none}.hero-series,.eyebrow,.promise,.section-kicker{display:none}
    .hero-main{padding:0 18px 18px}.hero h1{font-size:34px;line-height:1.12;letter-spacing:-.02em;margin:0 0 10px;text-wrap:balance}.hero h1 span{font-size:18px;line-height:1.45;margin-top:9px;color:#fff8fa}.hero-copy{max-width:350px;margin:0 0 16px;font-size:14px;line-height:1.65;color:#f6e9ed}.hero .primary{min-height:52px;border-radius:14px;background:#fff;color:#762442;box-shadow:0 12px 28px rgba(35,8,20,.22);font-size:17px}.hero .primary:after{display:none}.hero .primary:active{transform:translateY(1px) scale(.99)}
    .trust-strip{display:flex;align-items:stretch;gap:0;margin:20px 2px 34px;padding:0;background:none}.trust-item{flex:1;padding:2px 9px;text-align:left;border:0;border-radius:0;background:none;box-shadow:none}.trust-item+.trust-item{border-left:1px solid var(--line)}.trust-item b{font-size:16px;line-height:1.2;color:#7d294c;font-variant-numeric:tabular-nums}.trust-item span{font-size:11px;line-height:1.35;margin-top:5px;color:#71646a}
    .section-title{margin:0 2px 10px;font-size:27px;line-height:1.28;letter-spacing:-.02em;text-wrap:balance}.section-sub{margin:0 2px 18px;font-size:14px;line-height:1.7;color:#675b61}
    .visual-feature{height:236px;margin:0 0 12px;border-radius:16px;box-shadow:0 14px 34px rgba(69,27,46,.12)}.visual-feature:hover img{transform:none}.visual-feature-copy{left:16px;right:16px;bottom:15px}.visual-feature-copy b{font-size:19px}.visual-feature-copy span{font-size:13px;line-height:1.55}
    .benefit-grid{grid-template-columns:1fr 1fr;gap:10px}.benefit{border:0;border-radius:16px;box-shadow:none;overflow:hidden;background:var(--paper)!important}.benefit:nth-child(1),.benefit:nth-child(4){grid-column:1/-1;display:grid;grid-template-columns:1.08fr .92fr}.benefit:nth-child(4){grid-template-columns:.92fr 1.08fr}.benefit:nth-child(4) .benefit-photo-wrap{order:2}.benefit-photo-wrap{height:118px}.benefit:nth-child(1) .benefit-photo-wrap,.benefit:nth-child(4) .benefit-photo-wrap{height:100%}.benefit-index{display:none}.benefit-copy{padding:14px 13px}.benefit h3{font-size:16px;line-height:1.38;margin:0 0 6px}.benefit p{font-size:12.5px;line-height:1.6;color:#6d6066}.benefit-photo{transition:none}
    .footer{padding-top:30px;font-size:12px;color:#756971}.footer button{min-height:36px;font-size:12px;text-underline-offset:3px}
    .quiz-head{padding:14px 18px 12px}.back{min-height:44px;font-size:14px}.progress{height:5px;background:#eadde2}.quiz-card{margin:0 14px 34px;padding:150px 18px 24px;border-radius:16px;box-shadow:0 16px 38px rgba(66,28,45,.09)}.quiz-card:before{height:126px}.quiz-card:after{top:92px;left:16px;padding:6px 9px;border-radius:7px;font-size:11px;letter-spacing:0;background:rgba(54,19,35,.58)}.quiz-card h2{font-size:25px;line-height:1.3}.quiz-card>.lead{font-size:14px;line-height:1.7;color:#665960}.field label,.group-label{font-size:16px;line-height:1.45}.optional{font-size:12px}.input,.select,.textarea{min-height:48px;border-radius:12px;font-size:15px;background:#fff}.choice{min-height:50px;border-radius:12px;padding:13px 11px;font-size:14px;box-shadow:none}.choice.active{transform:none;box-shadow:inset 0 0 0 1px var(--accent)}.rating-title{font-size:15px}.rating{min-height:44px;font-size:12px}.quiz-actions .primary,.quiz-actions .secondary{min-height:48px;border-radius:12px}.primary,.secondary{transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.primary:after{display:none}.primary:active,.secondary:active{transform:translateY(1px) scale(.99)}
    .loading{padding:28px 18px 50px}.analysis-visual{height:340px;border-radius:16px;animation:none;box-shadow:0 18px 42px rgba(69,28,47,.16)}.loading h2{font-size:25px}.loading p{font-size:14px}.loading-steps{border-radius:14px;background:#fff;border:0}.loading-steps div{font-size:13px}
    .result-shell{padding:12px 14px 42px;font-family:var(--ui-font);font-size:15px;letter-spacing:0}#result,#result *{font-family:var(--ui-font)}.report-head{min-height:296px;border-radius:18px;box-shadow:0 18px 42px rgba(66,20,42,.2)}.report-kicker{font-size:13px;font-weight:700;line-height:1.4;letter-spacing:.04em}.report-head h2{font-size:27px;font-weight:800;line-height:1.25;letter-spacing:-.02em}.report-head p{font-size:15px;font-weight:500;line-height:1.65;letter-spacing:0}.score b{font-size:26px;font-weight:800;line-height:1.1;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.score span,.score small{font-size:12px;font-weight:600;line-height:1.35;letter-spacing:0}.signal b{font-size:19px;font-weight:800;font-variant-numeric:tabular-nums}.signal span{font-size:12px;font-weight:500;line-height:1.4;letter-spacing:0}.insight,.locked,.pay-box,.card{border:0;border-radius:16px;box-shadow:0 10px 28px rgba(64,27,43,.065)}.insight-tag{font-size:12px;font-weight:700;letter-spacing:0}.insight h3,.locked h3,.card h3{font-size:18px;font-weight:800;line-height:1.4;letter-spacing:-.015em}.insight p,.card p,.card li{font-size:15px;line-height:1.7;letter-spacing:0}.lock-item{font-size:15px;line-height:1.55;letter-spacing:0}.pay-box .primary{animation:none;font-size:17px;font-weight:800;letter-spacing:0}.price-line span{font-size:15px;font-weight:600}.price-line strong{font-weight:800;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.payment{border-radius:12px}.payment>div:not(.ali){font-size:15px;line-height:1.4;letter-spacing:0}.payment small{font-size:12.5px;line-height:1.45}.pay-meta{font-size:12.5px;line-height:1.65;letter-spacing:0}.fact-col li{font-size:13px}.script{border-left:1px solid var(--accent);font-size:15px;line-height:1.7}.diary-visual{border-radius:12px}.diary-visual:after{display:none}.screen.active .benefit,.screen.active .card,.screen.active .insight,.screen.active .pay-box{animation:none}
    .ai-conclusion{position:relative;overflow:hidden;background:linear-gradient(145deg,#fff 0%,#fff7fa 58%,#f0f8f6 100%)}.ai-conclusion:after{content:"";position:absolute;width:120px;height:120px;right:-62px;top:-70px;border-radius:50%;background:rgba(143,45,86,.08)}.ai-report-badge{display:flex;align-items:center;gap:7px;margin-bottom:14px;color:#7d294c}.ai-report-badge span{width:9px;height:9px;border-radius:50%;background:#e65d85;box-shadow:0 0 0 5px rgba(230,93,133,.12)}.ai-report-badge b{font-size:12px}.ai-report-badge small{margin-left:auto;color:#8e8087;font-size:10px}.ai-conclusion p{white-space:pre-line}.dimension-insight{margin:7px 0 0;color:#74656d;font-size:12px;line-height:1.6}.model-fallback{color:#94765f!important}
    #result .report-head{min-height:360px;padding-bottom:118px}#result .report-head>p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4}#preview .report-head{min-height:332px;padding-bottom:142px}#preview .score-ornament{position:absolute;left:26px;right:26px;bottom:132px;display:flex;align-items:center;justify-content:space-around;height:16px}#preview .score-ornament:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.5) 18%,rgba(255,255,255,.5) 82%,transparent)}#preview .score-ornament i{position:relative;width:7px;height:7px;border:1px solid rgba(255,255,255,.82);background:#8f2d56;transform:rotate(45deg)}#preview .preview-score-row{left:14px;right:14px;bottom:16px;gap:0;margin:0;overflow:hidden;border:1px solid rgba(255,255,255,.26);border-radius:16px;background:rgba(61,13,37,.58);box-shadow:0 14px 30px rgba(0,0,0,.24),inset 0 1px rgba(255,255,255,.12);backdrop-filter:blur(12px)}#preview .preview-score-row .score{display:grid;grid-template-rows:48px 18px;align-content:center;justify-items:center;min-width:0;padding:13px 4px 12px;text-align:center;border:0;border-radius:0;background:transparent;box-shadow:none}#preview .preview-score-row .score+.score{border-left:1px solid rgba(255,255,255,.17)}#preview .score-value{display:flex;align-items:flex-end;justify-content:center;gap:3px;width:100%;height:48px;white-space:nowrap}#preview .score-value b{font-size:40px;font-weight:900;line-height:45px;letter-spacing:-.035em}#preview .score-value small{display:inline-block;font-size:11px;font-weight:750;line-height:19px;color:#f8dce6;opacity:1;margin:0 0 6px}#preview .score-value .score-word{font-size:31px;line-height:45px;letter-spacing:-.02em}#preview .preview-score-row .score>span{display:flex;align-items:center;justify-content:center;width:100%;height:18px;margin:0;font-size:12px;font-weight:700;line-height:18px;text-align:center;color:#fff;opacity:1}#preview .insight{position:relative;overflow:hidden;padding:19px 16px 18px}#preview .insight:before{content:"";position:absolute;left:16px;right:16px;top:0;height:1px;background:linear-gradient(90deg,var(--teal),transparent)}#preview .insight p{white-space:pre-line}#preview .insight-tag{color:#21665f;background:#e8f6f3}.payment.test-mode{border-color:#efb6c9;background:#fff7fa}.payment.test-mode .ali{background:#a12f59}.test-mode-note{display:none;margin:0 0 9px;padding:6px 9px;border-radius:8px;background:rgba(255,255,255,.14);color:#fff0f5;font-size:11px;font-weight:700}.test-mode-note.show{display:inline-flex}
    #result .result-score-row{left:14px;right:14px;bottom:16px;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0;overflow:hidden;border:1px solid rgba(255,255,255,.26);border-radius:16px;background:rgba(61,13,37,.58);box-shadow:0 14px 30px rgba(0,0,0,.24),inset 0 1px rgba(255,255,255,.12);backdrop-filter:blur(12px)}#result .result-score-row .score{display:grid;grid-template-rows:48px 18px;align-content:center;justify-items:center;min-width:0;padding:13px 4px 12px;text-align:center;border:0;border-radius:0;background:transparent;box-shadow:none}#result .result-score-row .score+.score{border-left:1px solid rgba(255,255,255,.17)}#result .score-value{display:flex;align-items:flex-end;justify-content:center;gap:3px;width:100%;height:48px;white-space:nowrap}#result .score-value b{display:inline-block;font-size:40px;font-weight:900;line-height:45px;letter-spacing:-.035em}#result .score-value small{display:inline-block;margin:0 0 6px;font-size:11px;font-weight:750;line-height:19px;color:#f8dce6;opacity:1}#result .score-value .score-word{font-size:31px;line-height:45px;letter-spacing:-.02em}#result .result-score-row .score>span{display:flex;align-items:center;justify-content:center;width:100%;height:18px;margin:0;font-size:12px;font-weight:700;line-height:18px;text-align:center;color:#fff;opacity:1}
    .trust-strip{position:relative;display:grid;grid-template-columns:.96fr 1.04fr 1.12fr;gap:0;margin:20px 2px 32px;padding:17px 6px 15px;border:1px solid #ecd8e1;border-radius:18px;background:linear-gradient(145deg,#fff 0%,#fff8fa 100%);box-shadow:0 14px 34px rgba(89,39,60,.07)}.trust-strip:before{content:"";position:absolute;left:16%;right:16%;top:38px;height:1px;background:linear-gradient(90deg,#ead1dc,#cf87a3,#ead1dc)}.trust-item{position:relative;display:flex;min-width:0;min-height:112px;padding:0 8px!important;align-items:center;flex-direction:column;justify-content:flex-start;gap:0;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;text-align:center}.trust-item+.trust-item{border-left:1px solid #f0dfe6!important}.trust-icon{position:relative;z-index:1;display:grid;place-items:center;width:43px;height:43px;margin:0 0 10px;border:1px solid #e9cbd7;border-radius:14px;background:#fff4f7;box-shadow:0 8px 18px rgba(112,33,63,.1)}.trust-icon img{display:block;width:23px;height:23px;filter:brightness(0) saturate(100%) invert(22%) sepia(31%) saturate(2864%) hue-rotate(296deg) brightness(92%) contrast(91%)}.trust-item:nth-child(3) .trust-icon{background:#8f2d56;border-color:#8f2d56;box-shadow:0 9px 20px rgba(112,33,63,.2)}.trust-item:nth-child(3) .trust-icon img{filter:brightness(0) invert(1)}.trust-item b{display:grid;place-items:center;min-height:37px;max-width:100%;font-size:14px;line-height:1.32;color:#582238;letter-spacing:-.01em;text-wrap:balance}.trust-item span:not(.trust-icon){display:block;max-width:100%;margin-top:5px;font-size:10.5px;line-height:1.45;color:#75666e;text-wrap:balance}
    .service-bot{display:grid;gap:13px}.service-status{display:flex;align-items:center;gap:10px;padding:12px;border-radius:14px;background:#fff6f9;border:1px solid #f0dbe4}.service-avatar{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#8f2d56;color:#fff;font-size:14px;font-weight:900}.service-status b{display:block;font-size:14px;color:#4b2535}.service-status small{display:block;margin-top:3px;color:#7c6b73;font-size:11px}.service-messages{display:flex;flex-direction:column;gap:9px;min-height:150px;max-height:34vh;overflow:auto;padding:4px 2px}.service-message{align-self:flex-start;max-width:88%;padding:10px 12px;border-radius:5px 14px 14px 14px;background:#f6eef2;color:#5f4f57;font-size:13px;line-height:1.65;white-space:pre-wrap}.service-message.user{align-self:flex-end;border-radius:14px 5px 14px 14px;background:#8f2d56;color:#fff}.service-quick{display:flex;flex-wrap:wrap;gap:7px}.service-chip{min-height:36px;padding:0 11px;border:1px solid #e8cfd9;border-radius:10px;background:#fff;color:#7d294c;font-size:12px;font-weight:700}.service-compose{display:grid;grid-template-columns:1fr auto;gap:8px}.service-compose input{min-width:0;min-height:44px;border:1px solid #e7d7de;border-radius:11px;padding:0 12px;background:#fff;font-size:13px;outline:none}.service-compose input:focus{border-color:#a3486e;box-shadow:0 0 0 3px rgba(143,45,86,.1)}.service-send{min-width:64px;border:0;border-radius:11px;background:#8f2d56;color:#fff;font-size:13px;font-weight:800}.service-order-link{min-height:42px;border:0;border-radius:11px;background:#f7edf1;color:#7d294c;font-size:13px;font-weight:800}
    .trust-item>.trust-icon{display:grid;place-items:center;margin:0 0 10px;line-height:0}.trust-item>.trust-icon>img{display:block;margin:0}
    .site-footer{margin-top:28px;padding:25px 16px calc(28px + env(safe-area-inset-bottom));border-top:1px solid #eadce2;background:linear-gradient(180deg,#fffafb 0%,#fff6f8 100%);text-align:center;color:#756971}.site-footer p{margin:0 auto;max-width:410px}.site-footer-disclaimer{font-size:11.5px;line-height:1.7}.site-footer-company{margin-top:8px!important;font-size:12px;font-weight:750;line-height:1.6;color:#594a52}.site-footer-minor{margin-top:5px!important;font-size:11.5px;font-weight:650;line-height:1.65;color:#7d5164}.site-footer-links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:2px 5px;margin-top:11px}.site-footer-links button{min-height:34px;padding:4px 5px;border:0;background:none;color:#765866;font:inherit;font-size:12px;text-decoration:underline;text-underline-offset:3px}.site-footer-trust{display:flex;align-items:center;justify-content:center;margin-top:10px}.site-footer-trust img{display:block;width:min(250px,78vw);height:auto}.result-order-meta{margin:18px 0 0;padding:13px 10px;text-align:center;color:#86747d;font-size:11.5px;line-height:1.6}
    @media(prefers-reduced-motion:no-preference){#startBtn,#payBtn{animation:ctaBreath 2.8s cubic-bezier(.22,1,.36,1) infinite}@keyframes ctaBreath{0%,100%{transform:scale(1);box-shadow:0 12px 28px rgba(78,25,49,.2)}50%{transform:scale(1.018);box-shadow:0 17px 34px rgba(105,28,62,.3)}}}
    @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.analysis-visual,.primary{transform:none!important}}
    @media(max-width:360px){.topbar{padding:0 12px}.brand-logo{width:32px;height:32px}.brand-text b{font-size:14px}.brand-text small{display:block;font-size:9.5px}.hero{min-height:480px}.hero h1{font-size:30px}.hero h1 span{font-size:17px}.trust-strip{padding-left:2px;padding-right:2px}.trust-item{padding-left:5px!important;padding-right:5px!important}.trust-item b{font-size:12.5px}.trust-item span:not(.trust-icon){font-size:9.5px}.benefit:nth-child(1),.benefit:nth-child(4){grid-template-columns:1fr 1fr}.benefit p{font-size:12px}.quiz-card{margin-left:10px;margin-right:10px}.report-head{min-height:318px}#preview .report-head{min-height:326px}#preview .score-value b{font-size:36px}#preview .score-value .score-word{font-size:25px}#preview .preview-score-row .score>span{font-size:11px}}
    /* Action-plan checkout and paid report v5 */
    #preview .result-shell{padding-top:10px}.checkout-hero{position:relative;overflow:hidden;margin-top:8px;padding:24px 19px 22px;border-radius:20px;background:linear-gradient(145deg,#4c142d 0%,#7d2349 58%,#a74366 100%);color:#fff;box-shadow:0 20px 44px rgba(69,22,42,.2)}.checkout-hero:after{content:"";position:absolute;width:180px;height:180px;right:-82px;top:-92px;border:1px solid rgba(255,255,255,.2);border-radius:50%}.checkout-status{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(255,255,255,.1);font-size:11px;font-weight:750}.checkout-status:before{content:"✓";display:grid;place-items:center;width:17px;height:17px;border-radius:50%;background:#fff;color:#7d2349;font-size:10px}.checkout-hero h2{position:relative;z-index:1;margin:16px 0 9px;max-width:310px;font-size:27px;line-height:1.28;letter-spacing:-.03em}.checkout-hero p{position:relative;z-index:1;margin:0;max-width:330px;color:#f7e7ed;font-size:14px;line-height:1.72}.deliverable-intro{margin:20px 3px 12px}.deliverable-intro small{display:block;color:#a74268;font-size:11px;font-weight:850;letter-spacing:.08em}.deliverable-intro h3{margin:7px 0 0;font-size:21px;line-height:1.38}.deliverable-list{display:grid;gap:10px}.deliverable{position:relative;overflow:hidden;padding:17px 15px 16px 64px;border:1px solid #eadbe1;border-radius:17px;background:#fff;box-shadow:0 10px 26px rgba(69,27,45,.055)}.deliverable-no{position:absolute;left:14px;top:17px;display:grid;place-items:center;width:37px;height:37px;border-radius:12px;background:#f9e8ef;color:#8c3154;font-size:13px;font-weight:900}.deliverable:nth-child(2) .deliverable-no,.deliverable:nth-child(4) .deliverable-no{background:#eaf5f2;color:#2f746c}.deliverable h4{margin:0 0 6px;font-size:16px;line-height:1.35;color:#432532}.deliverable p{margin:0;color:#706168;font-size:12.5px;line-height:1.68}.deliverable-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:10px}.deliverable-tags span{padding:5px 7px;border-radius:7px;background:#fbf1f4;color:#7f3856;font-size:10.5px;font-weight:700}.deliverable:nth-child(2) .deliverable-tags span,.deliverable:nth-child(4) .deliverable-tags span{background:#edf7f5;color:#326b65}.checkout-promise{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:14px 0;padding:13px 5px;border:1px solid #eadde2;border-radius:15px;background:#fffafc;text-align:center}.checkout-promise div{padding:0 5px;color:#6f6067;font-size:10.5px;line-height:1.45}.checkout-promise div+div{border-left:1px solid #eadde2}.checkout-promise b{display:block;margin-bottom:3px;color:#582238;font-size:12px}.pay-box.checkout-pay{margin-top:12px}.checkout-pay .price-line{align-items:center}.checkout-pay .price-line span b{display:block;margin-bottom:4px;color:#4d2b39;font-size:15px}.checkout-pay .price-line span small{display:block;color:#85757d;font-size:11px}.paid-module{position:relative;padding-top:23px}.paid-module-kicker{display:flex;align-items:center;gap:9px;margin-bottom:12px;color:#8c3154;font-size:11px;font-weight:850;letter-spacing:.06em}.paid-module-kicker i{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:#f9e8ef;color:#8c3154;font-style:normal;font-size:11px}.paid-module>h3{margin-bottom:7px}.module-lead{margin:0 0 14px!important;color:#74656c!important}.report-block{padding:13px 12px;margin:9px 0;border-radius:12px;background:#fbf6f8;border:1px solid #efe0e6}.report-block b{display:block;margin-bottom:5px;color:#5f2a41;font-size:13px}.report-block p{margin:0!important;font-size:13px!important}.report-list{margin:7px 0 0;padding-left:18px}.report-list li{margin:4px 0}.route-step{display:grid;grid-template-columns:35px 1fr;gap:10px;padding:13px 0;border-top:1px solid #f0e3e8}.route-step:first-child{border-top:0}.route-no{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:#eaf5f2;color:#2f746c;font-size:11px;font-weight:900}.route-step h4{margin:0 0 5px;font-size:14px}.route-step p{margin:0!important;font-size:13px!important}.branch{padding:13px;margin:9px 0;border-radius:12px;background:#fff8f1;border:1px solid #f1dfc8}.branch b{color:#8b5b20}.branch p{margin:6px 0 0!important;font-size:13px!important}.plan-case{padding:14px 13px;margin:9px 0;border-left:3px solid #9b3b61;border-radius:4px 12px 12px 4px;background:#fff7fa}.plan-case h4{margin:0 0 6px;font-size:14px;color:#633047}.plan-case p{margin:0!important;font-size:13px!important}.support-label{margin:22px 3px 5px;color:#8b737e;font-size:11px;font-weight:800;letter-spacing:.08em;text-align:center}
    @media(max-width:360px){.checkout-hero h2{font-size:24px}.deliverable{padding-left:58px}.deliverable-no{left:12px}.checkout-promise div{font-size:9.5px}.checkout-promise b{font-size:11px}}
    /* Homepage copy and brand alignment v6 */
    .brand-text{height:34px;flex-direction:row;align-items:center;line-height:1}.brand-text b{line-height:1.2}.hero{min-height:548px}.hero h1 .hero-question,.hero h1 .hero-benefit{font-size:18px;font-weight:700;line-height:1.45;letter-spacing:0}.hero h1 .hero-question{margin-top:12px}.hero h1 .hero-benefit{margin-top:2px}
    @media(max-width:360px){.hero{min-height:540px}.hero h1 .hero-question,.hero h1 .hero-benefit{font-size:17px}.brand-text{height:32px}}
  