.dop-survey-popup{position:fixed;bottom:16px;right:16px;z-index:78;width:calc(100vw - 32px);max-width:340px;background:#fff;border:1px solid var(--brand-border);border-radius:20px;padding:16px 36px 18px 20px;box-shadow:0 12px 40px #0f16202e;display:none;align-items:flex-start;gap:14px;transform:translateY(20px);opacity:0;transition:transform .36s cubic-bezier(.32,.72,.2,1),opacity .36s}.dop-survey-popup.is-visible{display:flex;transform:translateY(0);opacity:1}@media(min-width:768px){.dop-survey-popup{bottom:24px;right:24px}}.dop-survey-popup.is-lifted{bottom:84px}@media(min-width:768px){.dop-survey-popup.is-lifted{bottom:92px}}.dop-survey-popup-close{position:absolute;top:10px;right:10px;width:28px;height:28px;padding:0;background:transparent;border:none;color:var(--brand-muted);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;transition:background .2s,color .2s}.dop-survey-popup-close:hover{background:var(--brand-accent-soft);color:var(--brand-accent)}.dop-survey-popup-icon{flex-shrink:0;width:44px;height:44px;border-radius:12px;background:var(--brand-accent-soft);color:var(--brand-accent);display:inline-flex;align-items:center;justify-content:center}.dop-survey-popup-icon svg{width:22px;height:22px}.dop-survey-popup-body{flex:1;min-width:0}.dop-survey-popup-title{font-family:Outfit,sans-serif;font-size:15px;font-weight:700;color:var(--brand-heading);margin:0 0 4px;line-height:1.25}.dop-survey-popup-desc{font-size:13px;line-height:1.45;color:var(--brand-text);margin:0 0 12px}.dop-survey-popup-cta{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:var(--brand-accent);color:#fff;border:none;border-radius:999px;font-family:Outfit,sans-serif;font-weight:600;font-size:13px;cursor:pointer;transition:background .2s,transform .2s}.dop-survey-popup-cta:hover{background:var(--brand-accent-hover);transform:translate(2px)}.dop-survey-modal{position:fixed;inset:0;z-index:120;display:none}.dop-survey-modal.is-open{display:block}.dop-survey-backdrop{position:absolute;inset:0;background:#1416128c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:dop-survey-fade .24s ease}@keyframes dop-survey-fade{0%{opacity:0}to{opacity:1}}.dop-survey-card{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:calc(100vw - 32px);max-width:520px;max-height:calc(100vh - 32px);max-height:calc(100dvh - 32px);overflow-y:auto;background:var(--brand-surface);border-radius:24px;padding:28px 24px 32px;box-shadow:0 24px 64px #0f16204d;animation:dop-survey-pop .32s cubic-bezier(.32,.72,.2,1)}@media(min-width:768px){.dop-survey-card{padding:36px 40px 40px}}@keyframes dop-survey-pop{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.dop-survey-modal-close{position:absolute;top:16px;right:16px;width:36px;height:36px;padding:0;background:var(--brand-bg);border:1px solid var(--brand-border);color:var(--brand-text);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s,color .2s;z-index:2}.dop-survey-modal-close:hover{background:var(--brand-accent-soft);color:var(--brand-accent)}.dop-survey-progress{display:flex;align-items:center;gap:14px;margin-bottom:24px;padding-right:44px}.dop-survey-progress-bar{flex:1;height:8px;background:var(--brand-border);border-radius:999px;overflow:hidden}.dop-survey-progress-fill{height:100%;width:20%;background:linear-gradient(90deg,var(--brand-primary) 0%,var(--brand-primary-hover) 100%);border-radius:999px;transition:width .36s cubic-bezier(.4,0,.2,1)}.dop-survey-progress-text{font-size:13px;font-weight:700;color:var(--brand-primary);min-width:44px;text-align:right}.dop-survey-q{animation:dop-survey-qfade .32s ease}@keyframes dop-survey-qfade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.dop-survey-q-title{font-family:Outfit,sans-serif;font-size:21px;font-weight:800;line-height:1.25;color:var(--brand-heading);margin:0 0 6px}@media(min-width:768px){.dop-survey-q-title{font-size:24px}}.dop-survey-q-sub{font-size:14px;line-height:1.5;color:var(--brand-text);margin:0 0 22px}.dop-survey-options{display:flex;flex-direction:column;gap:10px}.dop-survey-option{display:flex;align-items:center;gap:12px;min-height:56px;padding:12px 18px;background:var(--brand-bg);border:2px solid var(--brand-border);border-radius:14px;text-align:left;cursor:pointer;font-family:Outfit,sans-serif;font-size:15px;line-height:1.35;color:var(--brand-heading);transition:border-color .2s,background .2s,transform .15s}.dop-survey-option:hover{border-color:var(--brand-primary);background:var(--brand-primary-soft);transform:translate(2px)}.dop-survey-option-icon{flex-shrink:0;width:36px;height:36px;border-radius:10px;background:var(--brand-primary-soft);color:var(--brand-primary);display:flex;align-items:center;justify-content:center}.dop-survey-option-icon svg{width:20px;height:20px}.dop-survey-option-label{flex:1}.dop-survey-rating{display:flex;gap:8px;justify-content:center;padding:12px 0 8px}.dop-survey-star{width:48px;height:48px;padding:0;background:transparent;border:none;cursor:pointer;color:var(--brand-border-strong);transition:color .15s,transform .15s}.dop-survey-star svg{width:100%;height:100%}.dop-survey-star:hover{transform:scale(1.12)}.dop-survey-star.is-active{color:#f5b544}.dop-survey-textarea{width:100%;min-height:110px;padding:14px 16px;background:var(--brand-bg);border:2px solid var(--brand-border);border-radius:14px;font-family:Outfit,sans-serif;font-size:15px;line-height:1.5;color:var(--brand-heading);resize:vertical;transition:border-color .2s}.dop-survey-textarea:focus{outline:none;border-color:var(--brand-primary)}.dop-survey-nav{display:flex;gap:10px;margin-top:24px}.dop-survey-back{display:inline-flex;align-items:center;gap:6px;padding:12px 18px;background:transparent;border:1px solid var(--brand-border);border-radius:999px;color:var(--brand-text);font-family:Outfit,sans-serif;font-weight:500;font-size:14px;cursor:pointer;transition:background .2s,border-color .2s}.dop-survey-back:hover{background:var(--brand-bg);border-color:var(--brand-border-strong)}.dop-survey-back[disabled]{opacity:.4;pointer-events:none}.dop-survey-next{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;background:var(--brand-primary);color:#fff;border:none;border-radius:999px;font-family:Outfit,sans-serif;font-weight:700;font-size:15px;cursor:pointer;transition:background .2s,opacity .2s}.dop-survey-next:hover:not(:disabled){background:var(--brand-primary-hover)}.dop-survey-next:disabled{opacity:.4;cursor:not-allowed}.dop-survey-success{text-align:center;padding:12px 0}.dop-survey-success-icon{width:72px;height:72px;margin:0 auto 20px;border-radius:50%;background:var(--brand-primary-soft);color:var(--brand-primary);display:flex;align-items:center;justify-content:center;animation:dop-survey-pop .4s cubic-bezier(.32,.72,.2,1)}.dop-survey-success-title{font-family:Outfit,sans-serif;font-size:24px;font-weight:800;color:var(--brand-heading);margin:0 0 8px}.dop-survey-success-desc{font-size:15px;line-height:1.5;color:var(--brand-text);max-width:360px;margin:0 auto 24px}.dop-survey-code{display:inline-flex;align-items:center;gap:14px;margin:0 auto 24px;padding:14px 16px 14px 24px;background:var(--brand-bg);border:2px dashed var(--brand-primary);border-radius:14px;cursor:pointer;transition:background .2s}.dop-survey-code:hover{background:var(--brand-primary-soft)}.dop-survey-code-value{font-family:Outfit,sans-serif;font-size:22px;font-weight:800;letter-spacing:.08em;color:var(--brand-heading)}.dop-survey-code-copy{font-family:Outfit,sans-serif;font-size:13px;font-weight:700;color:#fff;background:var(--brand-primary);padding:6px 14px;border-radius:999px}.dop-survey-code.is-copied .dop-survey-code-copy{background:var(--brand-success)}.dop-survey-success-link{display:inline-flex;align-items:center;gap:6px;color:var(--brand-primary-hover);font-family:Outfit,sans-serif;font-weight:700;font-size:15px;text-decoration:none}.dop-survey-success-link:hover{text-decoration:underline}@media(prefers-reduced-motion:reduce){.dop-survey-popup,.dop-survey-card,.dop-survey-q,.dop-survey-backdrop,.dop-survey-success-icon{animation:none;transition:none}}
