*,:after,:before{margin:0;padding:0;box-sizing:border-box}:root{--highlight:#e55d3c;--highlight-light:rgba(229,93,60,0.08);--highlight-glow:rgba(229,93,60,0.15);--text:#1c1c1e;--text-dim:#6b6b70;--white:#fbfbfb;--beige:#f2f1f0;--border:#e0dfdd;--surface:#ffffff}html{font-size:16px}body{font-family:DM Sans,-apple-system,sans-serif;background:var(--beige);color:var(--text);-webkit-font-smoothing:antialiased}.app,body{min-height:100vh}.app{max-width:640px;margin:0 auto;display:flex;flex-direction:column}.header{padding:2rem 1.5rem 1.5rem;text-align:center}.header-logo{font-family:Playfair Display,serif;font-weight:700;font-size:1.1rem;color:var(--text);letter-spacing:-.02em}.header-logo span{color:var(--highlight)}.progress-wrap{padding:0 1.5rem;margin-bottom:.5rem}.progress-bar{height:3px;background:var(--border);border-radius:2px;overflow:hidden}.progress-fill{height:100%;background:var(--highlight);border-radius:2px;transition:width .5s cubic-bezier(.22,1,.36,1)}.progress-label{font-size:.75rem;color:var(--text-dim);margin-top:.5rem;font-weight:500}.screen{flex:1 1;padding:1.5rem;animation:fadeUp .4s cubic-bezier(.22,1,.36,1);display:flex;flex-direction:column}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-4px)}75%{transform:translateX(4px)}}.intro{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;padding-top:2rem;flex:1 1}.intro-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .9rem;background:var(--highlight-light);color:var(--highlight);border-radius:100px;font-size:.78rem;font-weight:600;margin-bottom:1.5rem}.intro h1{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;line-height:1.2;letter-spacing:-.03em;margin-bottom:1rem;max-width:480px}.intro h1 em{font-style:italic;color:var(--highlight)}.intro p{font-size:1rem;color:var(--text-dim);line-height:1.6;max-width:420px;margin-bottom:2.5rem}.intro-features{display:flex;gap:1.5rem;margin-bottom:2rem;font-size:.82rem;color:var(--text-dim)}.intro-features div{display:flex;align-items:center;gap:.4rem}.intro-features svg{color:var(--highlight);flex-shrink:0}.briefing-box{display:flex;align-items:flex-start;gap:.75rem;background:rgba(229,93,60,.08);border:1px solid rgba(229,93,60,.25);border-radius:10px;padding:.85rem 1rem;margin-top:1.5rem;margin-bottom:2rem;max-width:480px}.briefing-icon{color:var(--highlight);flex-shrink:0;margin-top:1px}.briefing-text{font-size:.85rem;color:var(--text-dim);line-height:1.55}.briefing-text strong{color:var(--text)}.question-num{font-size:.75rem;font-weight:600;color:var(--highlight);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.question-title{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;line-height:1.3;letter-spacing:-.02em;margin-bottom:.5rem}.question-sub{font-size:.88rem;color:var(--text-dim);line-height:1.5;margin-bottom:1.5rem}.input-text{width:100%;padding:.9rem 1rem;border:1.5px solid var(--border);border-radius:10px;font-family:inherit;font-size:.95rem;color:var(--text);background:var(--surface);transition:border-color .2s,box-shadow .2s;outline:none}.input-text:focus{border-color:var(--highlight);box-shadow:0 0 0 3px var(--highlight-glow)}.input-text::placeholder{color:#b5b3b0}textarea.input-text{resize:vertical;min-height:100px}.range-options{display:flex;gap:.5rem;flex-wrap:wrap}.range-chip{padding:.65rem 1.1rem;border:1.5px solid var(--border);border-radius:100px;background:var(--surface);cursor:pointer;font-size:.85rem;font-weight:500;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.range-chip:hover{border-color:#c8c6c3}.range-chip.selected{border-color:var(--highlight)}.btn-primary,.range-chip.selected{background:var(--highlight);color:white}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.8rem;border:none;border-radius:10px;font-family:inherit;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary:hover{background:#d14e30;transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-secondary{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1rem;background:none;border:none;color:var(--text-dim);font-family:inherit;font-size:.85rem;cursor:pointer;transition:color .2s}.btn-secondary:hover{color:var(--text)}.nav-row{display:flex;justify-content:space-between;align-items:center;margin-top:2rem}.result-header{text-align:center;margin-bottom:2rem}.result-header h2{font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.5rem}.result-header p{font-size:.9rem;color:var(--text-dim);line-height:1.5}.concept-box{background:var(--surface);border:1.5px solid var(--border);border-radius:12px;padding:1.3rem;margin-bottom:1.5rem}.concept-box h3{font-size:.92rem;font-weight:700;margin-bottom:.6rem}.concept-box p{font-size:.82rem;color:var(--text-dim);line-height:1.6;margin-bottom:.8rem}.concept-box p:last-child{margin-bottom:0}.commitment-bar{display:flex;align-items:stretch;border-radius:8px;overflow:hidden;margin:1rem 0 .4rem;height:32px;font-size:.68rem;font-weight:600;letter-spacing:.02em}.commitment-seg{display:flex;align-items:center;justify-content:center;color:white;white-space:nowrap;padding:0 .5rem}.commitment-seg:first-child{background:#c4d4c0;color:var(--text);flex:1 1}.commitment-seg:nth-child(2){background:#e8c86a;color:var(--text);flex:1 1}.commitment-seg:nth-child(3){background:#e5873c;flex:1.3 1}.commitment-seg:nth-child(4){background:var(--highlight);flex:1 1}.commitment-labels{display:flex;font-size:.65rem;color:var(--text-dim);margin-bottom:.2rem}.commitment-labels span{flex:1 1;text-align:center}.commitment-labels span:nth-child(3){flex:1.3 1}.stage-explain{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.stage-card{background:var(--surface);border:1.5px solid var(--border);border-radius:10px;overflow:hidden}.stage-toggle{display:flex;align-items:center;gap:.6rem;padding:.85rem 1rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;background:none;border:none;font-family:inherit;color:var(--text);text-align:left;transition:background .15s}.stage-number,.stage-toggle:hover{background:var(--beige)}.stage-number{width:24px;height:24px;border-radius:50%;border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:var(--text-dim);flex-shrink:0}.stage-toggle h4{font-size:.85rem;font-weight:600;flex:1 1}.stage-price-tag{font-size:.7rem;font-weight:600;color:var(--text-dim);background:var(--beige);padding:.18rem .5rem;border-radius:4px;white-space:nowrap}.stage-chevron{width:18px;height:18px;color:var(--text-dim);transition:transform .25s ease;flex-shrink:0}.stage-card.open .stage-chevron{transform:rotate(180deg)}.stage-body{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 1rem}.stage-card.open .stage-body{max-height:200px;padding:0 1rem 1rem}.stage-body p{font-size:.8rem;color:var(--text-dim);line-height:1.55}.ladder{position:relative;display:flex;flex-direction:column;margin-bottom:.5rem}.ladder-line{position:absolute;left:23px;top:36px;bottom:36px;width:2px;background:var(--border);z-index:0}.ladder-step{display:flex;gap:1rem;position:relative;z-index:1;padding:.75rem 0}.ladder-dot-wrap{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:48px}.ladder-dot{width:12px;height:12px;border-radius:50%;border:2.5px solid var(--border);background:var(--beige);margin-top:6px}.ladder-step.visible .ladder-dot{border-color:var(--highlight);background:var(--highlight);box-shadow:0 0 0 4px var(--highlight-glow)}.ladder-content{flex:1 1;min-width:0}.ladder-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim);margin-bottom:.25rem}.ladder-step.visible .ladder-label{color:var(--highlight)}.ladder-card{padding:1rem 1.1rem;border:1.5px solid var(--border);border-radius:10px;background:var(--surface)}.ladder-step.visible .ladder-card{border-color:var(--highlight);background:white;box-shadow:0 2px 12px rgba(229,93,60,.08)}.ladder-card h4{font-size:.95rem;font-weight:600;margin-bottom:.3rem}.ladder-card p{font-size:.82rem;color:var(--text-dim);line-height:1.5}.ladder-price{display:inline-block;margin-top:.6rem;padding:.3rem .7rem;background:var(--highlight-light);color:var(--highlight);border-radius:6px;font-size:.8rem;font-weight:700}.ladder-step.visible .ladder-price{background:var(--highlight);color:white}.ladder-step.locked .ladder-card{filter:blur(6px);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.ladder-step.locked .ladder-label{filter:blur(4px)}.paywall-wrap{position:relative}.paywall-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 0,var(--beige) 28%,var(--beige) 100%);display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:2rem;z-index:5}.optin-box{background:var(--surface);border:1.5px solid var(--border);border-radius:14px;padding:2rem 1.5rem;box-shadow:0 4px 24px rgba(0,0,0,.06);width:100%;max-width:480px}.optin-lock{width:44px;height:44px;background:var(--highlight-light);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.optin-box h3{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:700;margin-bottom:.4rem}.optin-box>p{font-size:.85rem;color:var(--text-dim);line-height:1.5;margin-bottom:1.25rem;max-width:360px;margin-left:auto;margin-right:auto}.optin-form{display:flex;flex-direction:column;gap:.75rem;max-width:340px;margin:0 auto}.optin-form input{width:100%;padding:.85rem 1rem;border:1.5px solid var(--border);border-radius:8px;font-family:inherit;font-size:.95rem;outline:none;background:var(--white);transition:all .2s}.optin-form input:focus{border-color:var(--highlight);box-shadow:0 0 0 3px var(--highlight-glow)}.optin-form .btn-primary{width:100%;padding:.9rem;justify-content:center;border-radius:8px;margin-top:.25rem;font-size:1rem}.optin-trust{font-size:.72rem;color:var(--text-dim);margin-top:.75rem}.optin-trust svg{vertical-align:-2px;margin-right:2px}.result-unlocked{text-align:center;padding:1.5rem}.unlocked-msg{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:#e8f5e9;color:#2e7d32;border-radius:100px;font-size:.82rem;font-weight:600;margin-bottom:1.5rem}.result-cta{margin-top:2rem;padding:1.5rem;background:var(--surface);border:1.5px solid var(--border);border-radius:14px;text-align:center}.result-cta h4{font-family:Playfair Display,serif;font-size:1.1rem;margin-bottom:.4rem}.result-cta p{font-size:.82rem;color:var(--text-dim);margin-bottom:1rem}.yesno-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem}.yesno-card{padding:1.5rem 1rem;border:1.5px solid var(--border);border-radius:12px;background:var(--surface);text-align:center;cursor:pointer;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.yesno-card:hover{border-color:#c8c6c3}.yesno-card.selected{border-color:var(--highlight);background:var(--highlight-light)}.yesno-icon{font-size:1.5rem;margin-bottom:.4rem}.yesno-label{font-weight:600;font-size:.95rem}.yesno-sub{font-size:.78rem;color:var(--text-dim);margin-top:.2rem}.section-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim);margin:1.5rem 0 .75rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.loading-state{text-align:center;padding:3rem 1.5rem;color:var(--text-dim)}.loading-dots{display:inline-flex;gap:6px;margin-top:1rem}.loading-dots span{width:8px;height:8px;border-radius:50%;background:var(--highlight);animation:dot-pulse 1.2s ease-in-out infinite}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes dot-pulse{0%,80%,to{opacity:.25;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.loading-screen{display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:3rem;flex:1 1}.loading-screen-icon{width:56px;height:56px;border-radius:16px;background:var(--highlight-light);color:var(--highlight);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;animation:icon-pulse 2s ease-in-out infinite}@keyframes icon-pulse{0%,to{transform:scale(1);box-shadow:0 0 0 0 var(--highlight-glow)}50%{transform:scale(1.06);box-shadow:0 0 0 10px transparent}}.loading-screen h2{font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700;line-height:1.25;letter-spacing:-.02em;margin-bottom:.75rem}.loading-screen p{font-size:.9rem;color:var(--text-dim);line-height:1.6;max-width:360px;margin-bottom:2.5rem}.loading-steps{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:320px}.loading-step{display:flex;align-items:center;gap:.6rem;padding:.7rem 1rem;border-radius:10px;font-size:.85rem;font-weight:500;border:1.5px solid var(--border);background:var(--surface);color:var(--text-dim)}.loading-step svg{color:var(--highlight);flex-shrink:0}.loading-step--done{background:var(--highlight-light)}.loading-step--active,.loading-step--done{border-color:var(--highlight);color:var(--text)}.loading-step--active{animation:step-breathe 1.5s ease-in-out infinite}@keyframes step-breathe{0%,to{background:var(--surface)}50%{background:var(--highlight-light)}}.loading-step--pending{opacity:.45}.loading-step-dot{width:8px;height:8px;border-radius:50%;background:var(--highlight);flex-shrink:0;animation:dot-pulse 1.2s ease-in-out infinite}.error-state{text-align:center;padding:2rem 1.5rem}.error-state p{color:var(--text-dim);font-size:.9rem;margin-bottom:1rem}.input-text.error{border-color:var(--highlight)}.field-error-msg{font-size:.78rem;color:var(--highlight);margin-top:.5rem;font-weight:500}.selection-error{outline:1.5px solid var(--highlight);border-radius:8px}@media (max-width:480px){.intro h1{font-size:1.6rem}.intro-features{flex-direction:column;gap:.6rem;align-items:center}.question-title{font-size:1.3rem}.range-options{gap:.4rem}.range-chip{padding:.55rem .9rem;font-size:.8rem}.commitment-bar{font-size:.6rem}.paywall-overlay{justify-content:flex-start;padding-top:3rem;padding-bottom:0;background:linear-gradient(to bottom,transparent 0,var(--beige) 18%,var(--beige) 100%)}}