.ChatModal-module__6BhJWG__modalContainer{background:var(--glass-bg,#ffffffb3);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border,#ffffff4d);width:100%;max-width:450px;height:85vh;max-height:800px;box-shadow:var(--shadow,0 8px 32px 0 #1f268726);border-radius:24px;flex-direction:column;display:flex;position:relative;overflow:hidden}.ChatModal-module__6BhJWG__header{background:#ffffff80;border-bottom:1px solid #ffffff4d;align-items:center;padding:20px;display:flex}.ChatModal-module__6BhJWG__headerTitle{align-items:center;gap:12px;display:flex}.ChatModal-module__6BhJWG__onlineIndicator{background-color:#5bba4b;border-radius:50%;width:10px;height:10px;box-shadow:0 0 8px #5bba4bcc}.ChatModal-module__6BhJWG__header h3{color:#1a1a1a;margin:0;font-size:16px;font-weight:600}.ChatModal-module__6BhJWG__header p{color:#666;margin:0;font-size:12px}.ChatModal-module__6BhJWG__messagesContainer{flex-direction:column;flex:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.ChatModal-module__6BhJWG__messageWrapper{width:100%;display:flex}.ChatModal-module__6BhJWG__userWrapper{justify-content:flex-end}.ChatModal-module__6BhJWG__assistantWrapper{flex-direction:column;justify-content:flex-start}.ChatModal-module__6BhJWG__messageBubble{max-width:85%;padding:12px 16px;font-size:15px;line-height:1.5;box-shadow:0 2px 8px #0000000d}.ChatModal-module__6BhJWG__userMessage{color:#fff;background-color:#5bba4b;border-radius:20px 20px 4px}.ChatModal-module__6BhJWG__assistantMessage{color:#333;background-color:#fff;border:1px solid #0000000d;border-radius:20px 20px 20px 4px}.ChatModal-module__6BhJWG__textContent p{margin-bottom:8px}.ChatModal-module__6BhJWG__textContent p:last-child{margin-bottom:0}.ChatModal-module__6BhJWG__priceRow{border-bottom:1px dashed #0000001a;justify-content:space-between;padding:4px 0;display:flex}.ChatModal-module__6BhJWG__priceRow:last-child{border-bottom:none}.ChatModal-module__6BhJWG__serviceName{text-align:left;font-weight:500}.ChatModal-module__6BhJWG__servicePrice{text-align:right;color:#5bba4b;white-space:nowrap;margin-left:12px;font-weight:600}.ChatModal-module__6BhJWG__ctaWrapper{margin-top:4px}.ChatModal-module__6BhJWG__ctaContainer{background:#fff;border:1px solid #5bba4b33;border-radius:16px;flex-direction:column;gap:12px;max-width:85%;padding:16px;display:flex;box-shadow:0 4px 12px #5bba4b14}.ChatModal-module__6BhJWG__ctaText{color:#555;margin:0;font-size:13px}.ChatModal-module__6BhJWG__ctaActions,.ChatModal-module__6BhJWG__interactiveForm{flex-direction:column;gap:8px;display:flex}.ChatModal-module__6BhJWG__expandableFields{opacity:0;flex-direction:column;gap:8px;max-height:0;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.ChatModal-module__6BhJWG__expandableFields.ChatModal-module__6BhJWG__open{opacity:1;max-height:120px;padding-bottom:4px}.ChatModal-module__6BhJWG__phoneLink{color:#5bba4b;background-color:#f0fdf0;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:10px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.ChatModal-module__6BhJWG__phoneLink:hover{background-color:#e2fae2}.ChatModal-module__6BhJWG__leadButton{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#5bba4b 0%,#4da63e 100%);border:none;border-radius:12px;padding:14px;font-size:16px;font-weight:700;transition:all .3s cubic-bezier(.25,.8,.25,1);box-shadow:0 4px 15px #5bba4b66}.ChatModal-module__6BhJWG__leadButton:hover{background:linear-gradient(135deg,#63c952 0%,#52b343 100%);transform:translateY(-2px)scale(1.02);box-shadow:0 6px 20px #5bba4b99}.ChatModal-module__6BhJWG__leadButton:active{transform:translateY(1px);box-shadow:0 2px 10px #5bba4b66}.ChatModal-module__6BhJWG__thinkingBubble{justify-content:center;align-items:center;gap:4px;width:60px;height:48px;display:flex}.ChatModal-module__6BhJWG__dotPulse{background-color:#aaa;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both ChatModal-module__6BhJWG__pulse}.ChatModal-module__6BhJWG__dotPulse:first-child{animation-delay:-.32s}.ChatModal-module__6BhJWG__dotPulse:nth-child(2){animation-delay:-.16s}.ChatModal-module__6BhJWG__dotPulse:nth-child(3){animation-delay:0s}@keyframes ChatModal-module__6BhJWG__pulse{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.ChatModal-module__6BhJWG__inputField{box-sizing:border-box;border:1px solid #ddd;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-size:14px;transition:border-color .2s}.ChatModal-module__6BhJWG__inputField:focus{border-color:#5bba4b}@keyframes ChatModal-module__6BhJWG__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ChatModal-module__6BhJWG__inputArea{background:#fffc;border-top:1px solid #0000000d;align-items:center;gap:12px;padding:16px;display:flex}.ChatModal-module__6BhJWG__textInput{background:#ffffffe6;border:1px solid #eee;border-radius:20px;outline:none;flex:1;padding:12px 16px;font-size:15px;transition:all .2s;box-shadow:inset 0 2px 4px #00000005}.ChatModal-module__6BhJWG__textInput:focus{border-color:#5bba4b;box-shadow:0 0 0 2px #5bba4b33}.ChatModal-module__6BhJWG__sendButton{color:#fff;cursor:pointer;background-color:#5bba4b;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;box-shadow:0 4px 10px #5bba4b4d}.ChatModal-module__6BhJWG__sendButton:hover:not(:disabled){background-color:#4da63e;transform:scale(1.05)}.ChatModal-module__6BhJWG__sendButton:disabled{cursor:not-allowed;box-shadow:none;background-color:#ccc}@media (max-width:480px){.ChatModal-module__6BhJWG__modalContainer{border-radius:0;max-width:100%;height:100vh}}
