.HelplineNumber-module___Dmv1q__helpline{text-align:center;padding:1.5rem}.HelplineNumber-module___Dmv1q__label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.9rem;font-weight:500}.HelplineNumber-module___Dmv1q__number{letter-spacing:.08em;color:var(--color-primary);transition:color var(--transition-fast);font-size:2rem;font-weight:800;text-decoration:none;display:block}.HelplineNumber-module___Dmv1q__number:hover{color:var(--color-accent)}.HelplineNumber-module___Dmv1q__sublabel{color:var(--color-text-muted);opacity:.8;margin-top:.5rem;font-size:.8rem}.HelplineNumber-module___Dmv1q__compact .HelplineNumber-module___Dmv1q__number{letter-spacing:.05em;font-size:1.25rem}.HelplineNumber-module___Dmv1q__compact{padding:.75rem}@media (max-width:768px){.HelplineNumber-module___Dmv1q__number{font-size:1.5rem}.HelplineNumber-module___Dmv1q__compact .HelplineNumber-module___Dmv1q__number{font-size:1.1rem}}
.ChatWidget-module__zCRJnG__floatingBtn{background:var(--color-primary);cursor:pointer;z-index:1000;width:60px;height:60px;transition:all var(--transition-fast);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 20px #2045604d}.ChatWidget-module__zCRJnG__floatingBtn:hover{transform:scale(1.05);box-shadow:0 6px 25px #20456066}.ChatWidget-module__zCRJnG__chatWindow{border-radius:var(--radius-lg);z-index:999;background:#fff;border:1px solid #2045601a;flex-direction:column;width:380px;height:520px;animation:.3s ChatWidget-module__zCRJnG__slideUp;display:flex;position:fixed;bottom:6rem;right:2rem;overflow:hidden;box-shadow:0 10px 40px #29333d26}@keyframes ChatWidget-module__zCRJnG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ChatWidget-module__zCRJnG__chatHeader{background:var(--color-primary);color:#fff;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.ChatWidget-module__zCRJnG__chatTitle{color:#fff;margin:0;font-size:1rem;font-weight:600}.ChatWidget-module__zCRJnG__chatStatus{opacity:.8;font-size:.75rem}.ChatWidget-module__zCRJnG__clearBtn{color:#fff;opacity:.7;cursor:pointer;background:0 0;border:none;padding:.25rem}.ChatWidget-module__zCRJnG__clearBtn:hover{opacity:1}.ChatWidget-module__zCRJnG__messagesArea{flex-direction:column;flex:1;gap:.75rem;padding:1rem;display:flex;overflow-y:auto}.ChatWidget-module__zCRJnG__message{flex-direction:column;display:flex}.ChatWidget-module__zCRJnG__botMessage{align-items:flex-start}.ChatWidget-module__zCRJnG__userMessage{align-items:flex-end}.ChatWidget-module__zCRJnG__messageBubble{border-radius:16px;max-width:85%;padding:.75rem 1rem;font-size:.9rem;line-height:1.5}.ChatWidget-module__zCRJnG__botMessage .ChatWidget-module__zCRJnG__messageBubble{color:var(--color-text-main);background:#2045600f;border-bottom-left-radius:4px}.ChatWidget-module__zCRJnG__userMessage .ChatWidget-module__zCRJnG__messageBubble{background:var(--color-primary);color:#fff;border-bottom-right-radius:4px}.ChatWidget-module__zCRJnG__messageText{max-width:none;margin:0}.ChatWidget-module__zCRJnG__urgentBanner{color:#ef4444;background:#e61a1a1a;border-left:3px solid #ef4444;border-radius:4px;max-width:85%;margin-top:.5rem;padding:.5rem .75rem;font-size:.8rem}.ChatWidget-module__zCRJnG__urgentBanner a{color:#ef4444;font-weight:700}.ChatWidget-module__zCRJnG__typing{gap:4px;padding:.25rem 0;display:flex}.ChatWidget-module__zCRJnG__typing span{background:var(--color-primary);opacity:.4;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite both ChatWidget-module__zCRJnG__bounce}.ChatWidget-module__zCRJnG__typing span:first-child{animation-delay:-.32s}.ChatWidget-module__zCRJnG__typing span:nth-child(2){animation-delay:-.16s}@keyframes ChatWidget-module__zCRJnG__bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.ChatWidget-module__zCRJnG__quickReplies{border-top:1px solid #2045600f;flex-shrink:0;gap:.5rem;padding:.5rem 1rem;display:flex;overflow-x:auto}.ChatWidget-module__zCRJnG__quickReplyBtn{border:1px solid var(--color-primary);color:var(--color-primary);cursor:pointer;white-space:nowrap;transition:all var(--transition-fast);background:#fff;border-radius:50px;padding:.4rem .75rem;font-size:.8rem}.ChatWidget-module__zCRJnG__quickReplyBtn:hover{background:var(--color-primary);color:#fff}.ChatWidget-module__zCRJnG__inputArea{border-top:1px solid #20456014;gap:.5rem;padding:.75rem 1rem;display:flex}.ChatWidget-module__zCRJnG__input{transition:border-color var(--transition-fast);border:1px solid #20456026;border-radius:50px;outline:none;flex:1;padding:.6rem 1rem;font-size:.9rem}.ChatWidget-module__zCRJnG__input:focus{border-color:var(--color-primary)}.ChatWidget-module__zCRJnG__sendBtn{background:var(--color-primary);cursor:pointer;color:#fff;width:40px;height:40px;transition:all var(--transition-fast);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ChatWidget-module__zCRJnG__sendBtn:disabled{opacity:.4;cursor:not-allowed}.ChatWidget-module__zCRJnG__sendBtn:not(:disabled):hover{background:var(--color-primary-light)}@media (max-width:768px){.ChatWidget-module__zCRJnG__chatWindow{width:calc(100vw - 2rem);height:calc(100vh - 8rem);bottom:5rem;right:1rem}.ChatWidget-module__zCRJnG__floatingBtn{bottom:1rem;right:1rem}}
