.dx{max-width:640px;margin:0 auto;padding:2rem 1.25rem 5rem}.dx-hero{text-align:center;margin-bottom:2rem}.dx-hero__tag{display:inline-block;font-size:.75rem;font-weight:700;color:var(--color-cta);background:#fff5eb;border:1px solid var(--color-cta);border-radius:3px;padding:.2rem .75rem;margin-bottom:.75rem;letter-spacing:.04em}.dx-hero__title{font-family:var(--font-heading);font-size:clamp(1.6rem,5vw,2.2rem);font-weight:800;color:var(--navy);line-height:1.2;margin-bottom:.75rem}.dx-hero__lead{font-size:.9rem;color:var(--color-sub);margin-bottom:1rem}.dx-hero__badges{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem}.dx-hero__badge{font-size:.78rem;color:var(--color-sub);background:var(--color-bg-sub);border-radius:20px;padding:.25rem .75rem}.dx-progress{margin-bottom:1.75rem}.dx-progress__bar{height:6px;background:var(--color-border);border-radius:3px;overflow:hidden;margin-bottom:.4rem}.dx-progress__fill{height:100%;background:var(--color-primary);border-radius:3px;transition:width .4s ease}.dx-progress__meta{display:flex;justify-content:space-between;font-size:.75rem;color:var(--color-sub)}.dx-card{background:#fff;border:1px solid var(--color-border);border-radius:12px;box-shadow:0 4px 20px #00000012;overflow:hidden;display:none}.dx-card.active{display:block;animation:dx-fadein .25s ease}@keyframes dx-fadein{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.dx-card__head{background:var(--navy);color:#fff;padding:1.25rem 1.5rem;display:flex;align-items:flex-start;gap:.75rem}.dx-card__step{background:#ffffff26;border:1px solid rgba(255,255,255,.25);border-radius:50%;min-width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:.85rem;font-weight:700}.dx-card__question{font-family:var(--font-heading);font-size:1.05rem;font-weight:700;line-height:1.4}.dx-card__note{font-size:.75rem;color:#93c5fd;margin-top:.3rem}.dx-card__body{padding:1.5rem}.choice-grid{display:grid;gap:.6rem}.choice-grid--2{grid-template-columns:1fr 1fr}@media(max-width:560px){.choice-grid--2{grid-template-columns:1fr}}.choice-btn{display:flex;align-items:center;gap:.75rem;padding:.9rem 1rem;background:#fff;border:1.5px solid var(--color-border);border-radius:8px;cursor:pointer;text-align:left;font-family:var(--font-body);width:100%;transition:border-color .15s,background .15s}.choice-btn:hover{border-color:var(--color-primary);background:#f0f6ff}.choice-btn.selected{border-color:var(--color-primary);background:#f0f6ff;box-shadow:0 0 0 2px #1565c026}.choice-btn__icon{font-size:1.4rem;flex-shrink:0;width:2rem;text-align:center}.choice-btn__text{flex:1}.choice-btn__label{font-weight:700;font-size:.88rem;color:var(--navy);line-height:1.3}.choice-btn__sub{font-size:.73rem;color:var(--color-sub);margin-top:.15rem}.choice-btn__radio{width:1.1rem;height:1.1rem;border:2px solid var(--color-border);border-radius:50%;flex-shrink:0;transition:all .15s;position:relative}.choice-btn.selected .choice-btn__radio{border-color:var(--color-primary);background:var(--color-primary)}.choice-btn.selected .choice-btn__radio:after{content:"";display:block;width:4px;height:4px;background:#fff;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.check-item{display:flex;align-items:flex-start;gap:.75rem;padding:.85rem 1rem;background:#fff;border:1.5px solid var(--color-border);border-radius:8px;cursor:pointer;font-family:var(--font-body);transition:border-color .15s,background .15s}.check-item:hover,.check-item.selected{border-color:var(--color-primary);background:#f0f6ff}.check-item input[type=checkbox]{width:1rem;height:1rem;margin-top:.2rem;accent-color:var(--color-primary);flex-shrink:0;cursor:pointer}.check-item__label{font-size:.88rem;font-weight:700;color:var(--navy);line-height:1.35}.check-item__sub{font-size:.72rem;color:var(--color-sub);margin-top:.1rem}.step-nav{display:flex;gap:.75rem;margin-top:1.5rem;align-items:center}.btn-back{background:none;border:1.5px solid var(--color-border);color:var(--color-sub);border-radius:8px;cursor:pointer;font-family:var(--font-body);font-size:.875rem;transition:border-color .15s,color .15s;position:relative;padding:.85rem 1.25rem .85rem 1.75rem}.btn-back:before{content:"";position:absolute;left:.75rem;top:50%;width:7px;height:7px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-50%) rotate(45deg)}.btn-back:hover{border-color:var(--color-primary);color:var(--color-primary)}.btn-next{flex:1;padding:.9rem 2rem .9rem 1rem;background:var(--navy);color:#fff;border:none;border-radius:8px;font-family:var(--font-heading);font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s;position:relative}.btn-next:after{content:"";position:absolute;right:.9rem;top:50%;width:7px;height:7px;border-right:2.5px solid #fff;border-top:2.5px solid #fff;transform:translateY(-50%) rotate(45deg)}.btn-next:hover:not(:disabled){background:var(--navy-mid)}.btn-next:disabled{opacity:.4;cursor:not-allowed}.btn-next--cta{background:var(--color-cta)}.btn-next--cta:hover:not(:disabled){background:var(--color-cta-dark)}.result-card{background:#fff;border:1px solid var(--color-border);border-radius:12px;box-shadow:0 4px 20px #00000012;overflow:hidden;display:none}.result-card.show{display:block;animation:dx-fadein .3s ease}.result-card__head{background:linear-gradient(135deg,var(--navy-dark) 0%,var(--navy) 100%);color:#fff;padding:2rem 1.5rem;text-align:center}.result-card__label{font-size:.72rem;color:#93c5fd;margin-bottom:.5rem}.result-card__badge{display:inline-block;background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:20px;font-size:.88rem;font-weight:700;padding:.4rem 1.2rem;margin:.5rem 0}.result-card__title{font-family:var(--font-heading);font-size:clamp(1.15rem,4vw,1.4rem);font-weight:800;line-height:1.3;margin:.5rem 0}.result-card__desc{font-size:.85rem;color:#cbd5e1;line-height:1.65;max-width:440px;margin:.5rem auto 0}.result-card__body{padding:1.5rem}.result-summary{background:var(--color-bg-sub);border-radius:8px;padding:1rem 1.25rem;margin-bottom:1.5rem}.result-summary__title{font-weight:700;font-size:.82rem;color:var(--navy);margin-bottom:.6rem}.result-summary__row{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;padding:.4rem 0;font-size:.82rem;border-bottom:1px solid var(--color-border);flex-wrap:wrap}.result-summary__row:last-child{border-bottom:none}.result-summary__key{color:var(--color-sub);flex-shrink:0}.result-summary__val{font-weight:700;color:var(--navy);text-align:right;word-break:break-all}.result-list{list-style:none;padding:0;margin-bottom:1.5rem}.result-list li{display:flex;align-items:flex-start;gap:.6rem;padding:.55rem 0;border-bottom:1px solid var(--color-border);font-size:.875rem;line-height:1.55}.result-list li:last-child{border-bottom:none}.result-list li:before{content:"✓";color:var(--color-success);font-weight:700;flex-shrink:0}.result-cta{background:linear-gradient(160deg,#0f2847,#1a3a6b);border-radius:12px;padding:1.75rem 1.5rem 1.5rem;margin-top:1.5rem}.result-cta__eyebrow{font-family:var(--font-heading);font-size:1.15rem;font-weight:800;color:#fff;margin-bottom:.5rem;text-align:center;line-height:1.3}.result-cta__eyebrow span{display:block;font-size:.8rem;font-weight:400;color:#93c5fd;margin-bottom:.25rem;letter-spacing:.04em}.result-cta__lead{font-size:.875rem;color:#cbd5e1;margin-bottom:1.25rem;text-align:center;line-height:1.7}.result-cta__accent{color:#fbbf24;font-weight:700}.result-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:1.25rem}.result-trust__item{background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:.75rem .4rem;text-align:center}.result-trust__icon{font-size:1.3rem;display:block;margin-bottom:.3rem}.result-trust__icon--free{font-size:.85rem;font-family:var(--font-heading);font-weight:800;color:#fbbf24;background:#fbbf2426;border:1.5px solid rgba(251,191,36,.4);border-radius:4px;padding:.1rem .35rem;display:inline-block;margin-bottom:.3rem;letter-spacing:.03em}.result-trust__label{font-size:.75rem;font-weight:700;color:#f1f5f9;display:block}.result-trust__note{font-size:.65rem;color:#94a3b8;display:block;margin-top:.15rem}@keyframes pulse-cta{0%,to{box-shadow:0 4px 20px #ff7a0073}50%{box-shadow:0 4px 32px #ff7a00bf,0 0 0 6px #ff7a0026}}.result-asp-btn{display:block;background:var(--color-cta);color:#fff;font-family:var(--font-heading);font-weight:700;font-size:1.1rem;padding:1.2rem 2.5rem 1.2rem 1.5rem;border-radius:10px;text-decoration:none;text-align:center;transition:background .2s,transform .15s;animation:pulse-cta 2.2s ease-in-out infinite;margin-bottom:.5rem;position:relative}.result-asp-btn:after{content:"";position:absolute;right:1.1rem;top:50%;width:8px;height:8px;border-right:2.5px solid #fff;border-top:2.5px solid #fff;transform:translateY(-50%) rotate(45deg)}.result-asp-btn:hover{background:var(--color-cta-dark);color:#fff;transform:translateY(-2px);text-decoration:none}.result-asp-btn__sub{display:block;font-size:.72rem;font-weight:400;color:#ffffffd9;margin-top:.25rem}.result-asp-note{font-size:.7rem;color:#94a3b8;text-align:center;margin-bottom:1.25rem;line-height:1.55}.result-qa{margin-top:1rem}.result-qa__item{background:var(--color-bg-sub);border-radius:6px;padding:.75rem 1rem;margin-bottom:.5rem}.result-qa__q{font-size:.82rem;font-weight:700;color:var(--navy);margin-bottom:.2rem}.result-qa__q:before{content:"Q. ";color:var(--color-sub)}.result-qa__a{font-size:.78rem;color:var(--color-sub);line-height:1.55;margin:0}.result-qa__a:before{content:"A. ";font-weight:700;color:var(--color-success)}.dx-info{margin-top:1.5rem;background:#fff;border:1px solid var(--color-border);border-radius:8px;padding:1.25rem}.dx-info__title{font-weight:700;font-size:.82rem;color:var(--navy);margin-bottom:.75rem}.dx-info__item{display:flex;align-items:flex-start;gap:.5rem;padding:.45rem 0;border-bottom:1px solid var(--color-border);font-size:.8rem;color:var(--color-sub);line-height:1.55}.dx-info__item:last-child{border-bottom:none}.dx-info__icon{flex-shrink:0;margin-top:.05rem}.dx-alert{margin-top:1.5rem;background:#fff5f5;border:1px solid #fca5a5;border-radius:8px;padding:1rem 1.25rem;font-size:.82rem;line-height:1.65;color:var(--color-text)}.dx-alert a{color:var(--color-accent);font-weight:700}
