@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}:root{--pw-brand-primary:#814abf;--pw-brand-primary-hover:#6a3a9e;--pw-brand-light:#814abf14;--pw-surface-base:#fff;--pw-surface-alt:#f8f9fb;--pw-text-main:#0f172a;--pw-text-muted:#64748b;--pw-border-color:#e2e8f0;--pw-error-color:#dc2626;--pw-border-radius:12px;--pw-font-family:"Inter", system-ui, -apple-system, sans-serif}body{font-family:var(--pw-font-family);color:var(--pw-text-main);-webkit-font-smoothing:antialiased;background-color:#0000;margin:0;padding:0}*{box-sizing:border-box}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#00000026;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#00000040}.pw-app-container{background-color:var(--pw-surface-base);width:100vw;height:100vh;overflow:hidden}.pw-widget-shell,.pw-card{flex-direction:column;height:100%;display:flex}h2{margin:0;font-size:1.125rem;font-weight:600}p{margin:0}.pw-button{background:linear-gradient(135deg, var(--pw-brand-primary) 0%, var(--pw-brand-primary-hover) 100%);color:#fff;cursor:pointer;border:none;border-radius:999px;width:100%;padding:.875rem 1rem;font-weight:600;transition:all .2s;box-shadow:0 8px 16px #814abf33}.pw-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 24px #814abf4d}.pw-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.pw-icon-button{cursor:pointer;color:inherit;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:6px;transition:background-color .2s;display:flex}.pw-icon-button:hover{background-color:#ffffff26}.pw-lead-form-container{background-color:var(--pw-surface-base);border-radius:24px;overflow:hidden}.pw-header{background:linear-gradient(135deg, var(--pw-brand-primary) 0%, var(--pw-brand-primary-hover) 100%);color:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.125rem 1.25rem;display:flex}.pw-header-brand{align-items:center;gap:10px;display:flex}.pw-header-logo{object-fit:contain;flex-shrink:0;width:32px;height:32px}.pw-header-title{font-size:.9375rem;font-weight:700;line-height:1.2}.pw-header-subtitle{opacity:.75;margin-top:1px;font-size:.6875rem}.pw-form-eyebrow{border-bottom:1px solid var(--pw-border-color);background:linear-gradient(135deg,#814abf0f 0%,#6a3a9e08 100%);flex-shrink:0;padding:.875rem 1.25rem}.pw-eyebrow-badge{background:var(--pw-brand-light);color:var(--pw-brand-primary);text-transform:uppercase;letter-spacing:.04em;border-radius:999px;margin-bottom:6px;padding:3px 10px;font-size:.6875rem;font-weight:700;display:inline-block}.pw-eyebrow-text{color:var(--pw-text-muted);margin:0;font-size:.8125rem;line-height:1.4}.pw-form-content{flex:1;padding:1.125rem 1.25rem 1.5rem;overflow-y:auto}.pw-form-subtitle{color:var(--pw-text-muted);margin-bottom:1.25rem;font-size:.875rem;line-height:1.5}.pw-form{flex-direction:column;gap:.875rem;display:flex}.pw-form-field{flex-direction:column;gap:.3125rem;display:flex}.pw-label{color:var(--pw-text-main);letter-spacing:.01em;font-size:.8125rem;font-weight:600}.pw-required{color:var(--pw-error-color)}.pw-input{border:1.5px solid var(--pw-border-color);color:var(--pw-text-main);background-color:#fff;border-radius:10px;width:100%;padding:.6875rem .875rem;font-family:inherit;font-size:.875rem;transition:border-color .18s,box-shadow .18s}.pw-input:focus{border-color:var(--pw-brand-primary);outline:none;box-shadow:0 0 0 3px #814abf1f}.pw-input-error{border-color:var(--pw-error-color)!important;box-shadow:0 0 0 3px #dc262614!important}.pw-select-wrapper{position:relative}.pw-select{appearance:none;cursor:pointer;background-color:#fff;padding-right:2.5rem}.pw-select-icon{pointer-events:none;color:var(--pw-text-muted);position:absolute;bottom:.75rem;right:.875rem}.pw-phone-input{border:1.5px solid var(--pw-border-color);background:#fff;border-radius:10px;transition:border-color .18s,box-shadow .18s;display:flex}.pw-phone-input:focus-within{border-color:var(--pw-brand-primary);box-shadow:0 0 0 3px #814abf1f}.pw-phone-input.pw-input-error{border-color:var(--pw-error-color);box-shadow:0 0 0 3px #dc262614}.pw-phone-input .PhoneInputCountry{border-right:1.5px solid var(--pw-border-color);background:var(--pw-surface-alt);cursor:pointer;align-items:center;gap:6px;padding:0 .75rem;display:flex}.pw-phone-input .PhoneInputCountrySelect{color:var(--pw-text-main);cursor:pointer;background:0 0;border:none;outline:none;font-size:.8125rem}.pw-phone-input .PhoneInputInput{color:var(--pw-text-main);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:.6875rem .875rem;font-family:inherit;font-size:.875rem}.pw-intent-group{flex-direction:column;gap:8px;display:flex}.pw-intent-card{background:var(--pw-surface-alt);border:1.5px solid var(--pw-border-color);cursor:pointer;border-radius:10px;align-items:flex-start;gap:10px;padding:11px 13px;transition:all .18s;display:flex}.pw-intent-card:hover{border-color:var(--pw-brand-primary);background-color:var(--pw-brand-light)}.pw-intent-card--selected{border-color:var(--pw-brand-primary);background-color:var(--pw-brand-light);box-shadow:0 0 0 3px #814abf1a}.pw-intent-card input[type=radio]{width:16px;height:16px;accent-color:var(--pw-brand-primary);cursor:pointer;flex-shrink:0;margin-top:2px}.pw-intent-text{flex-direction:column;gap:2px;display:flex}.pw-intent-text strong{color:var(--pw-text-main);font-size:.8125rem;font-weight:600;line-height:1.3}.pw-intent-text span{color:var(--pw-text-muted);font-size:.71875rem;line-height:1.4}.pw-error-text{color:var(--pw-error-color);font-size:.71875rem;font-weight:500}.pw-global-error{color:var(--pw-error-color);background-color:#dc262614;border:1px solid #dc262633;border-radius:8px;margin-bottom:.75rem;padding:.625rem .875rem;font-size:.8125rem}.pw-btn-spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite pw-spin;display:inline-block}@keyframes pw-spin{to{transform:rotate(360deg)}}@keyframes pw-shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.pw-skeleton{background:linear-gradient(90deg, var(--pw-border-color) 25%, #e2e8f080 50%, var(--pw-border-color) 75%);background-size:800px 100%;border-radius:8px;animation:1.4s ease-in-out infinite pw-shimmer}.pw-skeleton-label{width:80px;height:11px;margin-bottom:6px}.pw-skeleton-input,.pw-skeleton-half{border-radius:10px;width:100%;height:42px}.pw-form-skeleton{flex-direction:column;gap:.875rem;display:flex}.pw-form-skeleton-row{grid-template-columns:1fr 1fr;gap:.875rem;display:grid}.pw-form-skeleton-field{flex-direction:column;gap:6px;display:flex}.pw-skeleton-badge{border-radius:999px;width:100px;height:18px;margin-bottom:8px}.pw-skeleton-text{border-radius:6px;width:220px;height:10px}.pw-skeleton-text-short{border-radius:6px;width:140px;height:10px;margin-top:4px}.pw-form-micro{text-align:center;color:var(--pw-text-muted);margin-top:-.25rem;font-size:.6875rem;line-height:1.4}.pw-otp-container{text-align:center;flex-direction:column;align-items:center;padding:1rem .5rem .5rem;animation:.3s pw-fade-up;display:flex}@keyframes pw-fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.pw-otp-icon-wrapper{background:var(--pw-brand-light);width:60px;height:60px;color:var(--pw-brand-primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:.875rem;display:flex;box-shadow:0 0 0 8px #814abf0d}.pw-otp-title{color:var(--pw-text-main);margin:0 0 .375rem;font-size:1.0625rem;font-weight:700}.pw-otp-desc{color:var(--pw-text-muted);margin:0 0 1.125rem;font-size:.8125rem;line-height:1.5}.pw-otp-desc strong{color:var(--pw-text-main);font-weight:600}.pw-otp-error{width:100%;margin-bottom:.875rem}.pw-otp-inputs{justify-content:center;gap:8px;margin-bottom:1rem;display:flex}.pw-otp-digit{border:1.5px solid var(--pw-border-color);text-align:center;width:42px;height:50px;color:var(--pw-text-main);background:var(--pw-surface-alt);caret-color:var(--pw-brand-primary);border-radius:10px;outline:none;font-size:1.25rem;font-weight:700;transition:border-color .15s,box-shadow .15s,background .15s}.pw-otp-digit:focus{border-color:var(--pw-brand-primary);background:#fff;box-shadow:0 0 0 3px #814abf1f}.pw-otp-digit--filled{border-color:var(--pw-brand-primary);background:#fff}.pw-otp-digit--error{border-color:var(--pw-error-color)!important;box-shadow:0 0 0 3px #dc262614!important}.pw-otp-footer{align-items:center;gap:8px;margin-top:.75rem;font-size:.75rem;display:flex}.pw-otp-resend-label{color:var(--pw-text-muted)}.pw-otp-countdown{color:var(--pw-text-muted);font-weight:600}.pw-otp-resend-btn{color:var(--pw-brand-primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:.75rem;font-weight:600;transition:opacity .15s;display:flex}.pw-otp-resend-btn:hover:not(:disabled){opacity:.7}.pw-otp-resend-btn:disabled{opacity:.5;cursor:not-allowed}.pw-otp-back-btn{color:var(--pw-text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;margin-top:.625rem;padding:0;font-size:.75rem;transition:color .15s;display:flex}.pw-otp-back-btn:hover{color:var(--pw-text-main)}.pw-success-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:2rem 1rem;animation:.4s pw-fade-up;display:flex}.pw-success-icon{background:linear-gradient(135deg, var(--pw-brand-primary) 0%, var(--pw-brand-primary-hover) 100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:.75rem;animation:.4s cubic-bezier(.34,1.56,.64,1) pw-pop;display:flex;box-shadow:0 8px 24px #814abf59}@keyframes pw-pop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.pw-success-title{color:var(--pw-text-main);margin:0;font-size:1.125rem;font-weight:700}.pw-success-desc{color:var(--pw-text-muted);margin:0;font-size:.8125rem;line-height:1.6}.pw-success-pulse{border:2px solid var(--pw-brand-primary);opacity:0;border-radius:50%;width:48px;height:48px;margin-top:.5rem;animation:1.5s ease-out infinite pw-pulse}@keyframes pw-pulse{0%{opacity:.7;transform:scale(.8)}to{opacity:0;transform:scale(2.2)}}.pw-chat-header{background-color:var(--pw-brand-primary);color:#fff;border-bottom:1px solid #0000001a;justify-content:space-between;align-items:center;padding:1rem;display:flex}.pw-header-info{align-items:center;gap:.75rem;display:flex}.pw-header-avatar{background-color:#fff3;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.pw-brand-name{font-size:1rem}.pw-status-text{opacity:.8;font-size:.75rem}.pw-conversation-area{background-color:var(--pw-surface-alt);flex:1;position:relative;overflow:hidden}.pw-conversation-scroll{flex-direction:column;gap:1rem;height:100%;padding:1rem;display:flex;overflow-y:auto}.pw-empty-state{text-align:center;color:var(--pw-text-muted);margin-top:auto;margin-bottom:auto;font-size:.875rem}.pw-scroll-bottom-btn{border:1px solid var(--pw-border-color);cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;bottom:1rem;right:1rem;box-shadow:0 2px 8px #0000001a}.pw-message-wrapper{width:100%;display:flex}.pw-message-user{justify-content:flex-end}.pw-message-bot{justify-content:flex-start}.pw-message-bubble{word-wrap:break-word;border-radius:16px;max-width:80%;padding:.75rem 1rem;font-size:.9375rem;line-height:1.4}.pw-bubble-user{background-color:var(--pw-brand-primary);color:#fff;border-bottom-right-radius:4px}.pw-bubble-bot{background-color:var(--pw-surface-base);color:var(--pw-text-main);border:1px solid var(--pw-border-color);border-bottom-left-radius:4px}.pw-message-content p{margin:0}.pw-bubble-failed{opacity:.7}.pw-retry-button{color:inherit;cursor:pointer;background:0 0;border:1px solid;border-radius:4px;margin-top:.5rem;padding:.25rem .5rem;font-size:.75rem}.pw-typing-indicator{background-color:var(--pw-surface-base);border:1px solid var(--pw-border-color);border-radius:16px;align-items:center;gap:4px;width:fit-content;padding:.5rem 1rem;display:flex}.pw-dot{background-color:var(--pw-text-muted);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both typing}.pw-dot-1{animation-delay:-.32s}.pw-dot-2{animation-delay:-.16s}@keyframes typing{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.pw-input-area{background-color:var(--pw-surface-base);border-top:1px solid var(--pw-border-color);align-items:flex-end;gap:.5rem;padding:1rem;display:flex}.pw-chat-textarea{border:1px solid var(--pw-border-color);resize:none;border-radius:20px;flex:1;min-height:44px;max-height:120px;padding:.75rem 1rem;font-family:inherit;font-size:.9375rem}.pw-chat-textarea:focus{border-color:var(--pw-brand-primary);outline:none}.pw-send-button{background-color:var(--pw-brand-primary);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.pw-send-button:disabled{opacity:.5;cursor:not-allowed}.pw-network-status{color:#854d0e;background-color:#fef08a;justify-content:center;align-items:center;gap:.5rem;padding:.5rem;font-size:.75rem;font-weight:500;display:flex}.pw-phone-input .PhoneInputCountry{background:0 0;border-right:none;width:auto;padding:0}.pw-phone-input .PhoneInputCountrySelectArrow{display:none!important}.pw-custom-country-select{border-right:1.5px solid var(--pw-border-color);background:var(--pw-surface-alt);border-top-left-radius:8px;border-bottom-left-radius:8px;align-items:center;height:100%;display:flex;position:relative}.pw-country-select-button{cursor:pointer;background:0 0;border:none;border-top-left-radius:8px;border-bottom-left-radius:8px;outline:none;align-items:center;gap:6px;height:100%;padding:0 12px;transition:background .15s;display:flex}.pw-country-select-button:hover{background:#00000008}.pw-country-select-chevron{color:var(--pw-text-muted);margin-left:2px}.pw-country-dropdown{background:var(--pw-surface-base);border:1px solid var(--pw-border-color);z-index:9999;border-radius:12px;flex-direction:column;width:280px;max-height:320px;animation:.2s pw-dropdown-fade;display:flex;position:absolute;top:calc(100% + 4px);left:0;overflow:hidden;box-shadow:0 10px 25px #00000026}@keyframes pw-dropdown-fade{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.pw-country-search-wrapper{border-bottom:1px solid var(--pw-border-color);background:var(--pw-surface-alt);align-items:center;padding:10px 12px;display:flex}.pw-country-search-icon{color:var(--pw-text-muted);margin-right:8px}.pw-country-search-input{color:var(--pw-text-main);background:0 0;border:none;outline:none;flex:1;padding:0;font-size:.875rem}.pw-country-search-input::placeholder{color:var(--pw-text-muted)}.pw-country-list{flex:1;max-height:240px;padding:4px 0;overflow-y:auto}.pw-country-option{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:8px 12px;transition:background .15s;display:flex}.pw-country-option:hover{background:var(--pw-surface-alt)}.pw-country-option.selected{background:var(--pw-brand-light)}.pw-country-name{color:var(--pw-text-main);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.875rem;overflow:hidden}.pw-country-code{color:var(--pw-text-muted);font-size:.8125rem;font-weight:500}.pw-country-check{color:var(--pw-brand-primary)}.pw-country-no-results{text-align:center;color:var(--pw-text-muted);padding:16px;font-size:.875rem}.pw-custom-service-select{width:100%;position:relative}.pw-service-select-button{text-align:left;cursor:pointer;background-color:#fff;justify-content:space-between;align-items:center;width:100%;padding-right:.875rem;display:flex}.pw-service-select-button:disabled{opacity:.7;cursor:not-allowed}.pw-service-placeholder{color:var(--pw-text-muted)}.pw-service-selected-text{color:var(--pw-text-main);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.pw-service-select-chevron{color:var(--pw-text-muted);flex-shrink:0}.pw-service-dropdown{width:100%}
