#needed-quiz-root{--green-900: #077f61;--green-800: #06523F;--green-100: #d8e0d4;--green-50: #ebefe6;--cream: #ffffff;--cream-2: #f5f3ee;--rust: #06523F;--rust-soft: #E6EFEB;--ink: #1a1a1a;--ink-soft: #4a4a4a;--grey: #8a8a8a;--line: #e3ddd0;--white: #ffffff;--shadow: 0 1px 2px rgba(44,74,58,.04), 0 8px 24px rgba(44,74,58,.06);--serif: "Arizona Flare", Georgia, "Times New Roman", serif;--sans: "ABC Oracle", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif}#needed-quiz-root,#needed-quiz-root *{box-sizing:border-box;margin:0;padding:0}#needed-quiz-root{height:100%;background:var(--cream);font-family:var(--sans);font-weight:400;font-size:18px;line-height:26px;color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#needed-quiz-root{display:flex;flex-direction:column}#needed-quiz-root .header{position:sticky;top:0;z-index:10;background:var(--cream);border-bottom:1px solid var(--line);padding:18px 24px;display:flex;align-items:center;justify-content:space-between}#needed-quiz-root .brand{font-family:var(--serif);font-weight:400;font-size:22px;color:var(--green-900);letter-spacing:-.01em;display:flex;align-items:center}#needed-quiz-root .brand-logo{height:18px;width:auto;display:block}#needed-quiz-root .brand .dot{color:var(--rust)}#needed-quiz-root .progress{flex:1;max-width:320px;margin:0 24px;height:8px;background:#efede7;border-radius:999px;overflow:hidden}#needed-quiz-root .disclaimer{font-size:12px;line-height:18px;color:var(--grey);margin-top:28px;max-width:540px}#needed-quiz-root .disclaimer a{color:var(--ink-soft);text-decoration:underline}#needed-quiz-root .promo-banner{background:#06523f;color:#fff;text-align:center;font-family:var(--sans);font-size:13px;letter-spacing:.04em;padding:10px 16px;font-weight:500}#needed-quiz-root .promo-banner strong{font-weight:700}#needed-quiz-root .result-promo{background:#edf7f4;border:1px solid #BFDDD3;border-radius:12px;padding:14px 18px;text-align:center;font-family:var(--sans);font-size:14px;line-height:22px;color:var(--ink);margin:12px 0 16px}#needed-quiz-root .result-promo .promo-code{display:inline-block;font-family:var(--sans);background:#fff;border:1px dashed #077f61;color:#06523f;padding:2px 10px;border-radius:6px;font-weight:700;letter-spacing:.08em;margin:0 2px}#needed-quiz-root .progress-fill{height:100%;background:var(--green-900);width:0%;transition:width .5s cubic-bezier(.4,0,.2,1)}#needed-quiz-root .progress-label{font-size:14px;color:#fff;background:#077f61;letter-spacing:.04em;font-weight:600;min-width:56px;text-align:center;padding:4px 10px;border-radius:999px;font-family:var(--sans)}#needed-quiz-root .stage{flex:1;display:flex;align-items:flex-start;justify-content:center;padding:10px 20px 80px}#needed-quiz-root .card{width:100%;max-width:640px;animation:fadeUp .5s cubic-bezier(.16,1,.3,1) both}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}#needed-quiz-root .eyebrow{font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:600;color:var(--rust);margin-bottom:16px}#needed-quiz-root h1{font-family:var(--serif);font-weight:300;font-size:clamp(22px,5.5vw,72px);line-height:1.05;letter-spacing:-.02em;color:var(--green-900);margin-bottom:16px}#needed-quiz-root h1 em{font-style:italic;font-weight:300}#needed-quiz-root h2,#needed-quiz-root h2 em{font-family:var(--sans);font-style:normal;font-weight:400;font-size:18px;line-height:20px;letter-spacing:.08em;text-transform:uppercase;color:var(--green-900);margin-bottom:10px}#needed-quiz-root .lead{font-size:16px;line-height:1.5;color:var(--ink-soft);margin-bottom:12px}#needed-quiz-root .helper{font-size:14px;line-height:1.5;color:var(--grey);margin-bottom:32px}#needed-quiz-root button.btn{-webkit-appearance:none;appearance:none}#needed-quiz-root .btn{font-family:var(--sans);font-size:14px;font-weight:500;letter-spacing:.02em;width:auto;min-width:140px;height:44px;padding:12px 32px;box-sizing:border-box;flex-shrink:0;white-space:nowrap;border:1.5px solid #077f61;border-radius:999px;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#077f61;color:#fff}#needed-quiz-root .btn:hover{background:#06523f;border-color:#06523f}#needed-quiz-root .btn:disabled{opacity:.35;cursor:not-allowed}#needed-quiz-root .btn.ghost{background:transparent;color:var(--green-900)}#needed-quiz-root .btn.ghost:hover{background:var(--green-50)}#needed-quiz-root .btn.full{width:183px}#needed-quiz-root .btn.lg{padding:12px 40px;font-size:14px}#needed-quiz-root .btn-row{display:flex;gap:12px;align-items:center;margin-top:32px;flex-wrap:wrap}@media(min-width:1024px){#needed-quiz-root{background:#fff}#needed-quiz-root{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:20px}#needed-quiz-root>.header,#needed-quiz-root>.stage,#needed-quiz-root>.footer{display:none}#needed-quiz-root:before{content:"";display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#ece6d8;z-index:-1}#needed-quiz-root{position:relative}#needed-quiz-root .desktop-shell{display:grid;grid-template-rows:auto auto 1fr auto;width:100%;max-width:1080px;height:min(900px,calc(100vh - 40px));background:var(--cream);border-radius:20px;overflow:hidden;box-shadow:0 30px 80px -24px #2c4a3a38,0 8px 24px -12px #2c4a3a1a;border:1px solid rgba(44,74,58,.06)}#needed-quiz-root .desktop-shell .header{position:relative;padding:14px 36px;background:var(--cream)}#needed-quiz-root .desktop-shell .stage{overflow-y:auto;padding:40px 48px;scroll-behavior:auto}#needed-quiz-root .desktop-shell .footer{position:sticky;bottom:0;border-top:1px solid var(--line);padding:3px 10px;font-size:9px;line-height:1.3;background:var(--cream)}#needed-quiz-root .card{max-width:720px}}@media(min-width:1280px){#needed-quiz-root .desktop-shell{max-width:1180px;height:min(920px,calc(100vh - 40px))}#needed-quiz-root .desktop-shell .stage{padding:40px 64px;scroll-behavior:auto}#needed-quiz-root .card{max-width:760px}}#needed-quiz-root .conf-banner{background:var(--green-50);border-left:3px solid var(--green-900);border-radius:8px;padding:14px 18px;margin-top:24px;font-size:14px;line-height:1.5;color:var(--ink)}#needed-quiz-root .conf-banner a{color:var(--green-900);font-weight:600;text-decoration:underline}#needed-quiz-root .bullets{list-style:none;padding:0;margin:0 0 20px;display:flex;flex-direction:column;gap:8px}#needed-quiz-root .bullets li{font-size:15px;line-height:1.5;color:var(--ink-soft);padding-left:22px;position:relative}#needed-quiz-root .bullets li:before{content:"\2192";position:absolute;left:0;color:var(--green-900);font-size:13px;top:2px}#needed-quiz-root .i-prod-img img{width:100%;height:100%;object-fit:cover;border-radius:8px}#needed-quiz-root .both-plans-cta{background:var(--green-50);border:1px solid #BFDDD3;border-radius:12px;padding:16px 20px;font-size:14px;line-height:1.5;color:var(--ink);text-align:center;margin-top:16px}#needed-quiz-root .both-plans-cta .promo-code{display:inline-block;background:#fff;border:1px dashed #077f61;color:#06523f;padding:1px 8px;border-radius:5px;font-weight:700;letter-spacing:.06em}#needed-quiz-root .comp-table{background:#f4f4f2;border-radius:16px;overflow:hidden;margin:24px 0 32px}#needed-quiz-root .comp-row{display:grid;grid-template-columns:1fr 56px 80px;border-bottom:1px solid var(--line)}#needed-quiz-root .comp-row:last-child{border-bottom:none}#needed-quiz-root .comp-header{background:transparent}#needed-quiz-root .comp-header .comp-col{font-weight:700;font-size:10px;letter-spacing:.1em;text-transform:uppercase;padding:12px 4px 10px;color:var(--green-900);overflow:hidden}#needed-quiz-root .comp-label{padding:10px 12px;font-size:13px;line-height:1.35;color:var(--ink);align-self:center}#needed-quiz-root .comp-col{padding:8px 4px;text-align:center;align-self:center}#needed-quiz-root .check-circle{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;background:#077f61;border-radius:50%;color:#fff;font-size:13px;font-weight:700}#needed-quiz-root .comp-col.others-col{color:#b0b0b0;font-size:18px;font-weight:300}#needed-quiz-root .comp-others-header{font-size:10px!important;color:var(--ink-soft)!important;line-height:1.3}#needed-quiz-root .comp-needed-logo{height:12px;width:auto;max-width:52px;display:block;margin:0 auto;object-fit:contain}@media(max-width:1023px){#needed-quiz-root .comp-needed-logo{height:10px;max-width:44px}}#needed-quiz-root .comp-col.others-col{color:#b0b0b0;font-size:16px}#needed-quiz-root .format-grid{display:grid;grid-template-columns:1fr;gap:16px;margin:8px 0 32px}@media(min-width:600px){#needed-quiz-root .format-grid{grid-template-columns:repeat(3,1fr)}}#needed-quiz-root .format-card{background:var(--white);border:1.5px solid var(--line);border-radius:14px;overflow:hidden;padding-bottom:16px}#needed-quiz-root .format-img{width:100%;aspect-ratio:1;object-fit:cover;display:block;background:var(--cream-2)}#needed-quiz-root .format-tag{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--green-900);font-weight:600;padding:12px 14px 4px}#needed-quiz-root .format-name{font-size:14px;font-weight:600;color:var(--ink);padding:0 14px 6px;line-height:1.3}#needed-quiz-root .format-desc{font-size:13px;color:var(--ink-soft);padding:0 14px;line-height:1.45}#needed-quiz-root .timeline-stage-card{background:var(--green-50);border:1px solid #BFDDD3;border-radius:14px;padding:20px 22px;margin-bottom:24px}#needed-quiz-root .timeline-stage-label{font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:var(--green-900);margin-bottom:6px}#needed-quiz-root .timeline-stage-sub{font-size:15px;line-height:1.5;color:var(--ink);margin-bottom:14px;font-weight:500}#needed-quiz-root .habit-block{background:#f7f6f2;border:1px solid var(--line);border-radius:14px;padding:20px 22px 4px;margin-bottom:32px}#needed-quiz-root .habit-heading{font-family:var(--sans);font-size:16px;font-weight:600;color:var(--ink);margin-bottom:8px;line-height:1.4}#needed-quiz-root .habit-sub{font-size:14px;color:var(--ink-soft);line-height:1.5;margin-bottom:16px}#needed-quiz-root .timeline-strip{display:flex;flex-direction:column;gap:0;margin-bottom:32px;border:1px solid var(--line);border-radius:14px;overflow:hidden}#needed-quiz-root .timeline-item{display:flex;align-items:center;gap:16px;padding:14px 18px;border-bottom:1px solid var(--line)}#needed-quiz-root .timeline-item:last-child{border-bottom:none}#needed-quiz-root .timeline-time{font-size:12px;font-weight:700;color:var(--green-900);letter-spacing:.06em;min-width:64px;text-transform:uppercase}#needed-quiz-root .timeline-label{font-size:14px;color:var(--ink-soft);line-height:1.4}#needed-quiz-root .offer-block{background:#bdffaf;border:1px solid #8AE87A;border-radius:14px;padding:20px 22px 16px;margin:16px 0 20px;text-align:center}#needed-quiz-root .offer-label{font-size:15px;line-height:22px;color:var(--ink);margin-bottom:14px}#needed-quiz-root .promo-copy{cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .15s ease}#needed-quiz-root .promo-copy:after{content:" \2398";font-size:10px;opacity:.5}#needed-quiz-root .promo-copied{background:var(--green-900)!important;color:#fff!important;border-color:var(--green-900)!important}#needed-quiz-root .promo-copied:after{content:""}#needed-quiz-root .offer-label .promo-code{display:inline-block;background:#fff;border:1px dashed #077f61;color:#06523f;padding:2px 10px;border-radius:6px;font-weight:700;letter-spacing:.08em;margin:0 2px}#needed-quiz-root .btn.full-cta{width:100%;max-width:320px;font-size:15px;height:52px;display:flex;margin:0 auto;padding:0 24px}#needed-quiz-root .offer-sub{font-size:12px;color:#626261;margin-top:10px}#needed-quiz-root .intro-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:0 0 10px}@media(min-width:480px){#needed-quiz-root .intro-stats{grid-template-columns:repeat(4,1fr)}}#needed-quiz-root .intro-stat{background:var(--green-50);border:1px solid var(--green-100);border-radius:10px;padding:10px;text-align:center}#needed-quiz-root .intro-stat-num{font-family:var(--serif);font-size:20px;font-weight:300;color:var(--green-900);letter-spacing:-.02em;line-height:1;margin-bottom:3px}#needed-quiz-root .intro-stat-label{font-size:10px;color:var(--ink-soft);line-height:1.3}#needed-quiz-root .back-link{background:none;border:none;color:var(--ink-soft);font-size:14px;font-family:var(--sans);cursor:pointer;padding:8px 0;display:inline-flex;align-items:center;gap:6px;transition:color .15s}#needed-quiz-root .back-link:hover{color:var(--green-900)}#needed-quiz-root .options{display:flex;flex-direction:column;gap:12px}#needed-quiz-root .option{display:flex;align-items:center;gap:16px;padding:18px 22px;background:var(--white);border:1.5px solid var(--line);border-radius:14px;cursor:pointer;transition:all .18s ease;font-size:16px;line-height:1.4;color:var(--ink);text-align:left;font-family:var(--sans);width:100%}#needed-quiz-root .option:hover{border-color:var(--green-900);background:#fdfcf9;transform:translateY(-1px)}#needed-quiz-root .option.selected{border-color:var(--green-900);background:var(--green-50)}#needed-quiz-root .option .check{width:22px;height:22px;border-radius:50%;border:1.5px solid var(--line);flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--white);transition:all .18s}#needed-quiz-root .option.selected .check{border-color:var(--green-900);background:var(--green-900)}#needed-quiz-root .option.selected .check:after{content:"";width:8px;height:8px;border-radius:50%;background:var(--cream)}#needed-quiz-root .option.multi .check{border-radius:5px}#needed-quiz-root .option.multi.selected .check:after{width:10px;height:6px;background:transparent;border-left:2px solid var(--cream);border-bottom:2px solid var(--cream);transform:rotate(-45deg) translate(1px,-1px);border-radius:0}#needed-quiz-root .date-wrap{background:var(--white);border:1.5px solid var(--line);border-radius:14px;padding:24px;margin-bottom:16px}#needed-quiz-root .date-wrap label{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft);font-weight:500;display:block;margin-bottom:12px}#needed-quiz-root .date-wrap input[type=date]{font-family:var(--serif);font-size:28px;border:none;background:transparent;width:100%;color:var(--green-900);padding:4px 0;outline:none;-webkit-appearance:none}#needed-quiz-root .date-wrap input[type=date]:focus{border:none;outline:none}#needed-quiz-root .date-info{font-size:13px;color:var(--ink-soft);margin-top:12px;padding-top:12px;border-top:1px solid var(--line);font-style:italic}#needed-quiz-root .interstitial{text-align:left;padding:4px 0 24px}#needed-quiz-root .interstitial .stat{font-family:var(--serif);font-weight:300;font-size:clamp(30px,7vw,64px);line-height:1.05;letter-spacing:-.025em;color:var(--green-900);margin-bottom:16px}#needed-quiz-root .interstitial .stat em{font-style:italic}#needed-quiz-root .interstitial .body{font-size:16px;line-height:1.55;color:var(--ink-soft);max-width:520px;margin-bottom:32px}#needed-quiz-root .interstitial .source{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--rust);font-weight:600;margin-bottom:24px}#needed-quiz-root .divider{height:1px;background:var(--line);margin:24px 0;width:80px}#needed-quiz-root .interstitial .bridge{font-family:var(--serif);font-style:italic;font-size:clamp(20px,3vw,26px);line-height:1.25;color:var(--rust);margin:24px 0 16px;letter-spacing:-.01em}#needed-quiz-root .score-card{display:flex;gap:20px;align-items:center;background:#bdffaf;border:1px solid #8AE87A;border-radius:14px;padding:22px 24px;margin:0 0 24px}#needed-quiz-root .score-num-wrap{display:flex;align-items:baseline;gap:4px;flex-shrink:0}#needed-quiz-root .score-num{font-family:var(--serif);font-weight:300;font-size:64px;line-height:1;color:#077f61}#needed-quiz-root .score-max{font-family:var(--serif);font-weight:300;font-size:20px;color:var(--grey)}#needed-quiz-root .score-meta{display:flex;flex-direction:column;gap:6px;flex:1}#needed-quiz-root .score-label{font-size:11px;letter-spacing:.14em;font-weight:600;color:var(--ink-soft)}#needed-quiz-root .score-tier{font-family:var(--sans);font-size:16px;color:var(--ink)}#needed-quiz-root .score-meter{width:100%;height:6px;background:#e5e2d9;border-radius:999px;overflow:hidden;margin-top:4px}#needed-quiz-root .score-meter-fill{height:100%;background:#077f61;border-radius:999px}#needed-quiz-root .loyalty-banner{background:var(--green-50);border-left:4px solid var(--green-900);border-radius:8px;padding:18px 22px;margin-bottom:28px;display:flex;align-items:flex-start;gap:14px}#needed-quiz-root .loyalty-banner .lb-icon{width:32px;height:32px;border-radius:50%;background:var(--green-900);color:var(--cream);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:18px;font-style:italic;font-weight:500}#needed-quiz-root .loyalty-banner .lb-text{font-size:14.5px;line-height:1.5;color:var(--ink)}#needed-quiz-root .loyalty-banner .lb-text strong{display:block;font-family:var(--serif);font-style:italic;font-size:18px;color:var(--green-900);margin-bottom:4px;font-weight:500}#needed-quiz-root .result-plan-eyebrow{margin-bottom:4px}#needed-quiz-root .result-plan-sub{font-size:15px;line-height:1.5;color:var(--ink);font-weight:500;margin-bottom:4px}#needed-quiz-root .result-plan-summary{font-size:14px;line-height:1.5;color:var(--ink-soft);margin-bottom:16px}#needed-quiz-root .plan-image-only{margin-bottom:16px;border-radius:16px;overflow:hidden}#needed-quiz-root .result-plan-eyebrow{color:var(--green-900);font-size:11px;letter-spacing:.14em;font-weight:600;text-transform:uppercase;margin-bottom:8px}#needed-quiz-root .result-h1{font-family:var(--serif);font-weight:300;font-size:clamp(24px,5vw,40px);color:var(--ink);line-height:1.1;letter-spacing:-.02em;margin-bottom:8px}#needed-quiz-root .result-stars{font-size:14px;color:var(--green-900);font-weight:600;margin-bottom:6px}#needed-quiz-root .result-review-count{font-weight:400;color:var(--ink-soft)}#needed-quiz-root .result-price-row{font-size:15px;color:var(--ink-soft);margin-bottom:20px}#needed-quiz-root .result-price-row strong{color:var(--ink)}#needed-quiz-root .result-product-img-card{border-radius:16px;overflow:hidden;margin-bottom:20px;background:var(--cream-2);max-height:200px}#needed-quiz-root .result-product-img{width:100%;height:100%;object-fit:contain;display:block;max-height:200px}#needed-quiz-root .result-benefits{margin-bottom:24px}#needed-quiz-root .result-benefits-label{font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:var(--green-900);margin-bottom:12px}#needed-quiz-root .result-benefits-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:9px}#needed-quiz-root .result-benefit-item{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.4;color:var(--ink)}#needed-quiz-root .benefit-check{color:var(--green-900);font-weight:700;font-size:14px;flex-shrink:0;margin-top:1px}#needed-quiz-root .result-addons{margin:20px 0 16px}#needed-quiz-root .result-addons-label{font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:600;color:var(--green-900);margin-bottom:12px}#needed-quiz-root .result-addon-tile{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}#needed-quiz-root .result-addon-tile:last-child{border-bottom:none}#needed-quiz-root .result-addon-img{width:56px;height:56px;object-fit:contain;flex-shrink:0;border-radius:8px;background:var(--cream-2)}#needed-quiz-root .result-addon-meta{flex:1;min-width:0}#needed-quiz-root .result-addon-name{font-size:14px;font-weight:600;color:var(--ink);margin-bottom:2px}#needed-quiz-root .result-addon-benefit{font-size:12px;color:var(--ink-soft);line-height:1.35}#needed-quiz-root .result-addon-btn{flex-shrink:0;font-size:11px;height:34px;padding:0 12px;white-space:nowrap;background:transparent;color:var(--green-900);border-color:var(--green-900)}#needed-quiz-root .result-addon-btn:hover{background:var(--green-50)}#needed-quiz-root .result-bundle-img-card{border-radius:16px;overflow:hidden;margin-bottom:14px;background:var(--cream-2);max-height:200px}#needed-quiz-root .result-bundle-img{width:100%;height:100%;object-fit:contain;display:block;max-height:200px}#needed-quiz-root .partner-img-card{margin-bottom:16px}#needed-quiz-root .result-bundle-upsell{background:var(--green-50);border:1px solid var(--green-100);border-radius:14px;padding:18px;margin:20px 0}#needed-quiz-root .result-bundle-heading{font-size:13px;font-weight:700;color:var(--green-900);text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px}#needed-quiz-root .result-bundle-desc{font-size:13px;color:var(--ink-soft);line-height:1.5;margin-bottom:14px}#needed-quiz-root .result-bundle-btn{font-size:13px;height:40px;padding:0 20px;background:transparent;color:var(--green-900);border-color:var(--green-900)}#needed-quiz-root .result-bundle-btn:hover{background:var(--green-50)}#needed-quiz-root .result-why-heading{font-size:13px;letter-spacing:.12em;text-transform:uppercase;font-weight:600;color:var(--ink);margin-bottom:6px;margin-top:24px}#needed-quiz-root .result-why-copy{font-size:14px;line-height:1.5;color:var(--ink-soft);margin-bottom:16px}#needed-quiz-root .result-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:24px}@media(min-width:480px){#needed-quiz-root .result-stats-grid{grid-template-columns:repeat(4,1fr)}}#needed-quiz-root .result-stat-card{background:var(--green-50);border:1px solid var(--green-100);border-radius:12px;padding:12px 10px;text-align:center}#needed-quiz-root .result-stat-num{font-family:var(--serif);font-size:20px;font-weight:300;color:var(--green-900);letter-spacing:-.02em;line-height:1;margin-bottom:4px}#needed-quiz-root .result-stat-label{font-size:10px;color:var(--ink-soft);line-height:1.3}#needed-quiz-root .result{max-width:760px;width:100%}#needed-quiz-root .result-eyebrow{font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:600;color:var(--rust);margin-bottom:16px}#needed-quiz-root .result h1{margin-bottom:16px}#needed-quiz-root .result .summary{font-size:18px;line-height:1.55;color:var(--ink-soft);margin-bottom:40px;max-width:600px}#needed-quiz-root .plan-card{background:var(--white);border-radius:20px;box-shadow:var(--shadow);border:1px solid var(--line);margin-bottom:32px;overflow:hidden}#needed-quiz-root .plan-image{width:100%;aspect-ratio:16 / 10;background:var(--cream-2);display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--line);overflow:hidden}#needed-quiz-root .plan-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}#needed-quiz-root .plan-body{padding:32px}#needed-quiz-root .plan-tag{display:inline-block;font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:var(--rust);background:var(--rust-soft);padding:4px 10px;border-radius:999px;margin-bottom:16px}#needed-quiz-root .plan-card h2{margin-bottom:4px;font-size:18px}#needed-quiz-root .plan-card .price{font-family:var(--serif);font-size:18px;color:var(--ink-soft);margin-bottom:24px}#needed-quiz-root .plan-card .price strong{color:var(--green-900);font-weight:500}#needed-quiz-root .components{background:var(--cream-2);border-radius:12px;padding:20px;margin-bottom:24px}#needed-quiz-root .components-label{font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:600;color:var(--ink-soft);margin-bottom:12px}#needed-quiz-root .component-list{display:flex;flex-wrap:wrap;gap:8px}#needed-quiz-root .component-pill{font-size:13px;background:var(--white);padding:6px 12px;border-radius:999px;border:1px solid var(--line);color:var(--ink);font-weight:500}#needed-quiz-root .proofs{margin:24px 0}#needed-quiz-root .proof{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid var(--line)}#needed-quiz-root .proof:last-child{border-bottom:none}#needed-quiz-root .proof-num{font-family:var(--serif);font-size:22px;font-style:italic;color:var(--rust);flex-shrink:0;width:24px}#needed-quiz-root .proof-text{font-size:15px;line-height:1.55;color:var(--ink)}#needed-quiz-root .proof-text strong{color:var(--green-900);font-weight:600}#needed-quiz-root .compare{background:var(--green-50);border-radius:12px;padding:20px;margin:24px 0;font-size:14px;line-height:1.5;color:var(--ink-soft)}#needed-quiz-root .compare strong{color:var(--green-900);font-weight:600}#needed-quiz-root .cta-row{display:flex;flex-direction:column;gap:12px;margin-top:24px}#needed-quiz-root .cta-secondary{background:none;border:none;color:var(--ink-soft);font-family:var(--sans);font-size:14px;text-decoration:underline;cursor:pointer;text-align:center;padding:12px}#needed-quiz-root .cta-secondary:hover{color:var(--green-900)}#needed-quiz-root .i-product{display:flex;gap:12px;align-items:center;background:#f7f6f2;border-radius:14px;padding:12px;margin:16px 0 8px;border:1px solid var(--line)}#needed-quiz-root .i-prod-img{width:64px;height:80px;flex-shrink:0;border-radius:10px;background-image:linear-gradient(135deg,#ece7d8,#ddd6c2)}#needed-quiz-root .i-prod-meta{display:flex;flex-direction:column;gap:4px}#needed-quiz-root .i-prod-tag{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#077f61;font-weight:600}#needed-quiz-root .i-prod-name{font-family:var(--serif);font-weight:300;font-size:20px;color:var(--ink);letter-spacing:-.01em}#needed-quiz-root .i-prod-tie{font-size:14px;line-height:20px;color:var(--ink-soft);margin-top:4px}#needed-quiz-root .partner-bridge{margin:56px 0 12px;position:relative}#needed-quiz-root .partner-bridge:before{content:"";display:block;width:48px;height:1px;background:var(--rust);margin-bottom:24px}#needed-quiz-root .partner-bridge h2{margin-bottom:8px}#needed-quiz-root .partner-bridge .partner-eyebrow{font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:600;color:var(--rust);margin-bottom:12px}#needed-quiz-root .partner-bridge p{font-size:16px;line-height:1.55;color:var(--ink-soft);max-width:600px;margin-bottom:24px}#needed-quiz-root .trust-checklist{list-style:none;padding:0;margin:20px 0 0;display:flex;flex-direction:column;gap:6px}#needed-quiz-root .trust-check-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--ink-soft);line-height:1.4}#needed-quiz-root .trust-check-icon{color:var(--green-900);font-weight:700;font-size:12px;flex-shrink:0}#needed-quiz-root .trust{display:grid;grid-template-columns:repeat(3,1fr);gap:20px 16px;margin-top:32px;padding-top:32px;border-top:1px solid var(--line)}#needed-quiz-root .trust-item{font-size:12.5px;line-height:1.45;color:var(--ink-soft)}#needed-quiz-root .trust-item strong{display:block;font-family:var(--serif);font-size:22px;font-weight:400;color:var(--green-900);letter-spacing:-.01em;margin-bottom:4px}#needed-quiz-root .intro h1{font-size:clamp(40px,7vw,80px);margin-bottom:16px}#needed-quiz-root .intro-subhead{font-family:var(--serif);font-style:normal;font-weight:400;font-size:clamp(20px,3vw,26px);line-height:1.3;letter-spacing:-.01em;color:var(--rust);margin-bottom:24px;max-width:540px}#needed-quiz-root .intro .lead{font-size:18px;margin-bottom:32px;max-width:540px}#needed-quiz-root .intro-meta{display:flex;gap:32px;margin:32px 0;font-size:13px;color:var(--ink-soft)}#needed-quiz-root .intro-meta strong{display:block;font-family:var(--serif);font-size:22px;font-weight:400;color:var(--green-900);margin-bottom:2px}#needed-quiz-root .footer{position:fixed;bottom:0;left:0;right:0;border-top:1px solid var(--line);padding:3px 10px;text-align:center;font-size:9px;line-height:1.3;color:var(--grey);background:var(--cream);z-index:5;display:none}#needed-quiz-root.show-footer .footer{display:block}#needed-quiz-root .footer a{color:var(--ink-soft);text-decoration:none}@media(max-width:600px){#needed-quiz-root .header{padding:14px 16px}#needed-quiz-root .progress{margin:0 12px}#needed-quiz-root .progress-label{font-size:11px;min-width:48px}#needed-quiz-root .stage{padding:32px 16px 64px}#needed-quiz-root .plan-card{border-radius:16px}#needed-quiz-root .plan-body{padding:24px}#needed-quiz-root .btn{width:183px;height:44px;padding:12px 40px;font-size:14px}#needed-quiz-root .option{padding:16px 18px;font-size:15px}#needed-quiz-root .trust{grid-template-columns:repeat(2,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/927/assets/needed-quiz.css.map */
