.pd-modal{position:fixed;inset:0;z-index:500;display:flex;align-items:center;justify-content:center;padding:1rem;opacity:0;visibility:hidden;transition:opacity var(--dur-mid) var(--ease-out),visibility var(--dur-mid)}.pd-modal.is-open{opacity:1;visibility:visible}.pd-modal__overlay{position:absolute;inset:0;background:rgba(15,26,54,.85);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.pd-modal__container{position:relative;width:100%;max-width:520px;max-height:90vh;background:var(--white);border-radius:var(--r-lg);box-shadow:0 30px 80px rgba(15,26,54,.35);overflow:hidden;transform:translateY(20px) scale(.98);transition:transform var(--dur-mid) var(--ease-out);display:flex;flex-direction:column}.pd-modal.is-open .pd-modal__container{transform:translateY(0) scale(1)}.pd-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.75rem;border-bottom:1px solid var(--divider);background:var(--off-white)}.pd-modal__title{font-size:1.25rem;font-weight:700;color:var(--navy)}.pd-modal__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--r-md);color:var(--text-muted);font-size:1.1rem;transition:background var(--dur-fast),color var(--dur-fast)}.pd-modal__close:hover{background:var(--divider);color:var(--navy)}.pd-progress{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.75rem;background:var(--off-white);border-bottom:1px solid var(--divider)}.pd-progress__dot{width:10px;height:10px;border-radius:50%;background:var(--divider);transition:background var(--dur-fast),transform var(--dur-fast)}.pd-progress__dot.is-active{background:var(--cyan);transform:scale(1.2)}.pd-progress__dot.is-done{background:var(--cyan-dark)}.pd-modal__body{position:relative;overflow:hidden}.pd-steps{display:flex;align-items:flex-start;transition:transform var(--dur-mid) var(--ease-out)}.pd-step{flex:0 0 100%;min-width:0;box-sizing:border-box;min-height:280px;max-height:58vh;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable;padding:1.75rem 1.5rem 1.75rem 1.75rem}.pd-step__eyebrow{display:inline-block;font-size:var(--fs-micro);font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--cyan);margin-bottom:.5rem}.pd-step__question{font-size:1.375rem;font-weight:700;color:var(--navy);margin-bottom:1.5rem;line-height:1.3}.pd-choices{display:flex;flex-direction:column;gap:.75rem}.pd-choice{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:var(--off-white);border:2px solid var(--divider);border-radius:var(--r-md);cursor:pointer;text-align:left;transition:border-color var(--dur-fast),background var(--dur-fast)}.pd-choice:hover{border-color:var(--cyan);background:rgba(26,192,240,.06)}.pd-choice.is-selected{border-color:var(--cyan);background:rgba(26,192,240,.08)}.pd-choice__content{flex:1}.pd-choice__label{font-weight:600;color:var(--navy);margin-bottom:.15rem}.pd-choice__desc{font-size:var(--fs-small);color:var(--text-muted);line-height:1.4}.pd-choice__radio{width:20px;height:20px;border:2px solid var(--mid-grey);border-radius:50%;flex-shrink:0;position:relative;transition:border-color var(--dur-fast)}.pd-choice.is-selected .pd-choice__radio{border-color:var(--cyan)}.pd-choice.is-selected .pd-choice__radio::after{content:'';position:absolute;inset:3px;background:var(--cyan);border-radius:50%}.pd-select-wrap{position:relative;margin-bottom:1rem}.pd-form-group label,.pd-select-wrap label{display:block;font-size:var(--fs-small);font-weight:600;color:var(--text-muted);margin-bottom:.5rem}.pd-select{width:100%;padding:1rem 1.25rem;padding-right:2.5rem;font-size:1rem;color:var(--text);background:var(--white);border:2px solid var(--divider);border-radius:var(--r-md);appearance:none;cursor:pointer;transition:border-color var(--dur-fast)}.pd-select:focus{outline:0;border-color:var(--cyan)}.pd-select-wrap::after{content:'';position:absolute;right:1.25rem;bottom:18px;width:10px;height:10px;border-right:2px solid var(--text-muted);border-bottom:2px solid var(--text-muted);transform:rotate(45deg);pointer-events:none}.pd-form-group{margin-bottom:1rem}.pd-input,.pd-textarea{width:100%;padding:1rem 1.25rem;font-size:1rem;color:var(--text);background:var(--white);border:2px solid var(--divider);border-radius:var(--r-md);transition:border-color var(--dur-fast)}.pd-input:focus,.pd-textarea:focus{outline:0;border-color:var(--cyan)}.pd-textarea{min-height:110px;resize:vertical}.pd-input--phone{padding-left:3.5rem}.pd-phone-wrap{position:relative}.pd-phone-prefix{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);font-weight:500;color:var(--text-muted);pointer-events:none}.pd-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width:480px){.pd-form-row{grid-template-columns:1fr}}.pd-input.is-error,.pd-select.is-error,.pd-textarea.is-error{border-color:#e53935}.pd-error{display:block;font-size:.8125rem;color:#e53935;margin-top:.35rem}.pd-modal__footer{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.75rem;border-top:1px solid var(--divider);background:var(--off-white)}.pd-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.5rem;font-size:var(--fs-small);font-weight:600;border-radius:var(--r-pill);transition:background var(--dur-fast),transform var(--dur-fast)}.pd-btn--back{color:var(--text-muted);background:0 0}.pd-btn--back:hover{color:var(--navy)}.pd-btn--next,.pd-btn--submit{padding:.8rem 2rem;color:var(--navy);background:var(--cyan);box-shadow:0 4px 16px rgba(26,192,240,.3)}.pd-btn--next:hover,.pd-btn--submit:hover{background:var(--white);transform:translateY(-1px)}.pd-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.pd-thankyou{text-align:center;padding:3rem 1.75rem}.pd-thankyou__icon{display:inline-flex;align-items:center;justify-content:center;width:76px;height:76px;border-radius:50%;background:rgba(26,192,240,.1);color:var(--cyan);font-size:2rem;margin-bottom:1.5rem}.pd-thankyou__title{font-size:1.5rem;font-weight:700;color:var(--navy);margin-bottom:.75rem}.pd-thankyou__text{font-size:1rem;color:var(--text-muted);max-width:320px;margin:0 auto 1.5rem;line-height:1.6}.pd-thankyou__cta{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.5rem;background:var(--navy);color:var(--white);border-radius:var(--r-pill);font-weight:600;transition:background var(--dur-fast)}.pd-thankyou__cta:hover{background:var(--cyan);color:var(--navy)}.pd-btn--loading{position:relative;color:transparent!important}.pd-btn--loading::after{content:'';position:absolute;width:20px;height:20px;border:2px solid var(--navy);border-top-color:transparent;border-radius:50%;animation:pd-spin .8s linear infinite}@keyframes pd-spin{to{transform:rotate(360deg)}}@media (max-width:600px){.pd-modal{padding:1rem;align-items:center}.pd-modal__container{max-width:440px;max-height:90vh;border-radius:var(--r-lg)}.pd-step{padding:1.25rem}.pd-step__question{font-size:1.2rem}.pd-modal__footer{padding:1rem 1.25rem}}@media (prefers-reduced-motion:reduce){.pd-btn,.pd-choice,.pd-modal,.pd-modal__container,.pd-steps{transition:none}}.pd-btn:focus-visible,.pd-choice:focus-visible,.pd-input:focus-visible,.pd-modal__close:focus-visible,.pd-select:focus-visible,.pd-textarea:focus-visible{outline:2px solid var(--cyan);outline-offset:2px}