.wa-modal-overlay{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;background:#000000b3!important;z-index:2000!important;align-items:center;justify-content:center;padding:16px!important;backdrop-filter:blur(4px)!important;-webkit-backdrop-filter:blur(4px)!important}.wa-modal-container{background:#ece5dd;border-radius:12px;width:100%;max-width:400px;position:relative;overflow:hidden;box-shadow:0 10px 25px #0000004d;animation:waSlideUp .3s ease-out}@keyframes waSlideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.wa-modal-header{background:#075e54;color:#fff;padding:12px 16px;display:flex;justify-content:space-between;align-items:center}.wa-header-left{display:flex;align-items:center;gap:10px}.wa-icon{width:24px;height:24px}.wa-header-title{font-size:16px;font-weight:500;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.wa-close-btn{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:4px 8px;line-height:1;opacity:.8;transition:opacity .2s}.wa-close-btn:hover{opacity:1}.wa-chat-area{padding:16px;background:#ece5dd}.wa-doc-bubble{background:#dcf8c6;border-radius:0 8px 8px;padding:8px 10px;display:flex;align-items:center;gap:10px;margin-bottom:6px;max-width:90%;box-shadow:0 1px 2px #0000001a;position:relative;overflow:hidden}.wa-doc-icon{width:40px;height:40px;background:#e74c3c;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wa-doc-icon svg{width:24px;height:24px;fill:#fff}.wa-doc-info{display:flex;flex-direction:column;min-width:0;overflow:hidden}.wa-doc-name{font-size:14px;font-weight:500;color:#303030;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wa-doc-meta{font-size:12px;color:#667781}.wa-doc-desc{font-size:13px;color:#303030;margin:0 0 4px;max-width:90%}.wa-timestamp{font-size:11px;color:#667781;display:flex;align-items:center;gap:2px;max-width:90%;justify-content:flex-end}.wa-tick{color:#53bdeb;font-size:12px;margin-left:-2px}.wa-form-area{background:#fff;padding:20px 16px 24px}.wa-form-label{font-size:14px;font-weight:500;color:#303030;margin-bottom:10px;display:block}.wa-phone-input-wrapper{display:flex;align-items:center;border:1.5px solid #ccc;border-radius:8px;overflow:hidden;background:#fff;margin-bottom:12px;transition:border-color .2s}.wa-phone-input-wrapper:focus-within{border-color:#25d366;box-shadow:0 0 0 2px #25d36626}.wa-country-select{background:#f5f5f5;border-right:1px solid #ddd;display:flex;align-items:center;flex-shrink:0}.wa-country-select select{border:none;background:transparent;font-size:15px;font-weight:500;color:#303030;padding:14px 10px;outline:none;cursor:pointer;min-width:85px;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 2px center}#wa-phone{flex:1;border:none!important;padding:14px 12px;font-size:17px;outline:none!important;background:transparent!important;box-shadow:none!important;-webkit-appearance:none;appearance:none}#wa-phone::placeholder{color:#8696a0}.wa-error{color:#dc3545;font-size:13px;margin-bottom:12px;padding:8px 12px;background:#ffeef0;border-radius:6px}.wa-submit-btn{width:100%;background:#25d366;color:#fff;border:none;border-radius:8px;padding:14px 20px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .2s}.wa-submit-btn:hover{background:#22c55e}.wa-submit-btn:disabled{background:#82d9a4;cursor:not-allowed}.wa-btn-icon{font-size:18px}.wa-success-area{background:#fff;padding:40px 20px;text-align:center}.wa-success-icon{width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;animation:waSuccessPop .4s ease-out}@keyframes waSuccessPop{0%{transform:scale(0)}60%{transform:scale(1.2)}to{transform:scale(1)}}.wa-success-icon svg{width:32px;height:32px;fill:#fff}.wa-success-text{font-size:18px;font-weight:600;color:#25d366;margin:0}@media(max-width:480px){.wa-modal-container{max-width:calc(100% - 16px)}}
