.elc-section{background:#1d3031;padding:125px 20px 60px;text-align:center}.elc-section-header{margin:0 auto 40px;max-width:700px}.elc-section-title{color:#e4f7dc;font-family:Playfair Display,Georgia,serif;font-size:42px;font-weight:700;line-height:1.2;margin:0 0 8px}.elc-section-title:after{background:#e4f7dc;content:"";display:block;height:3px;margin:16px auto 0;width:60px}.elc-section-description{color:rgba(228,247,220,.8);font-size:16px;line-height:1.6;margin:20px 0 0}.elc-chat-wrapper{align-items:center;margin-bottom:40px}.elc-chat-wrapper,.elc-features{display:flex;justify-content:center}.elc-features{flex-wrap:wrap;gap:16px;margin:0 auto;max-width:700px}.elc-feature{background:rgba(228,247,220,.1);border:1px solid rgba(228,247,220,.3);border-radius:30px;color:#e4f7dc;font-size:14px;gap:8px;padding:12px 20px}.elc-feature,.elc-feature-icon{align-items:center;display:flex}.elc-feature-icon{height:20px;justify-content:center;width:20px}.elc-feature-icon svg{height:18px;stroke:#e4f7dc;width:18px}.elc-feature-text{font-weight:500}.elc-chat-box{--elc-dark-teal:#1d3031;--elc-cream:#f5f0e8;--elc-lime:#e4f7dc;--elc-lime-light:#e8f5e0;--elc-text-dark:#1d3031;--elc-text-light:#fff;--elc-background:#f5f0e8;--elc-error:#e07070;background:var(--elc-background);border-radius:16px;box-shadow:0 8px 40px rgba(0,0,0,.15);display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:680px;max-width:1000px;overflow:hidden;text-align:left;width:100%}.elc-chat-box,.elc-chat-box *,.elc-chat-box :after,.elc-chat-box :before{box-sizing:border-box}.elc-chat-header{align-items:center;background:var(--elc-lime);display:flex;gap:12px;padding:16px 20px}.elc-chat-header-icon{align-items:center;background:rgba(29,48,49,.15);border-radius:50%;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.elc-chat-header-icon svg{fill:var(--elc-dark-teal);height:20px;width:20px}.elc-chat-header-text{display:flex;flex-direction:column;gap:2px}.elc-chat-header-title{color:var(--elc-dark-teal);font-size:16px;font-weight:600;margin:0}.elc-chat-header-subtitle{color:rgba(29,48,49,.7);font-size:12px;margin:0}.elc-chat-messages{background:var(--elc-cream);display:flex;flex:1;flex-direction:column;gap:12px;overflow-y:auto;padding:20px}.elc-chat-loading{align-items:center;display:flex;justify-content:center;margin:auto;padding:60px 20px}.elc-loading-spinner{animation:elc-spin 1s linear infinite;border:2px solid rgba(29,48,49,.2);border-radius:50%;border-top:2px solid var(--elc-dark-teal);height:28px;width:28px}@keyframes elc-spin{to{transform:rotate(1turn)}}.elc-chat-error{color:var(--elc-error);font-size:14px;margin:auto;padding:60px 20px;text-align:center}.elc-message{display:flex;max-width:90%}.elc-message-user{align-self:flex-end;margin-left:auto}.elc-message-agent{align-self:flex-start}.elc-message-bubble{border-radius:20px;font-size:14px;line-height:1.5;padding:14px 18px}.elc-message-user .elc-message-bubble{background:var(--elc-dark-teal);border-bottom-right-radius:6px;color:var(--elc-text-light)}.elc-message-agent .elc-message-bubble{background:var(--elc-lime);border-bottom-left-radius:6px;color:var(--elc-text-dark)}.elc-message-content{white-space:pre-wrap;word-break:break-word}.elc-message-time{font-size:10px;margin-top:6px;opacity:.7}.elc-message-bubble.elc-typing{align-items:center;background:var(--elc-lime);display:flex;gap:5px;padding:16px 20px}.elc-dot{animation:elc-bounce 1.4s ease-in-out infinite;background:var(--elc-text-dark);border-radius:50%;height:8px;opacity:.4;width:8px}.elc-dot:first-child{animation-delay:-.32s}.elc-dot:nth-child(2){animation-delay:-.16s}.elc-dot:nth-child(3){animation-delay:0s}@keyframes elc-bounce{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:.7;transform:scale(1)}}.elc-chat-input-area{align-items:center;background:var(--elc-cream);display:flex;gap:12px;padding:16px 20px}.elc-chat-input{background:#fff;border:1px solid rgba(29,48,49,.15);border-radius:25px;color:var(--elc-text-dark);flex:1;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.4;max-height:100px;min-height:48px;outline:none;padding:14px 18px;resize:none;transition:border-color .2s,box-shadow .2s}.elc-chat-input:focus{border-color:var(--elc-dark-teal);box-shadow:0 0 0 2px rgba(29,48,49,.1)}.elc-chat-input::placeholder{color:rgba(29,48,49,.5)}.elc-chat-input:disabled{cursor:not-allowed;opacity:.5}.elc-chat-send-btn{align-items:center;background:var(--elc-dark-teal);border:none;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:48px;justify-content:center;padding:0;transition:all .2s;width:48px}.elc-chat-send-btn:hover:not(:disabled){background:#2d4a4a;transform:scale(1.05)}.elc-chat-send-btn:disabled{background:rgba(29,48,49,.3);cursor:not-allowed}.elc-send-icon{fill:var(--elc-text-light);height:20px;width:20px}.elc-chat-messages::-webkit-scrollbar{width:6px}.elc-chat-messages::-webkit-scrollbar-track{background:transparent}.elc-chat-messages::-webkit-scrollbar-thumb{background:rgba(29,48,49,.2);border-radius:3px}.elc-chat-messages::-webkit-scrollbar-thumb:hover{background:rgba(29,48,49,.3)}.elc-chat-messages{scrollbar-color:rgba(29,48,49,.2) transparent;scrollbar-width:thin}@media (max-width:600px){.elc-section{padding:100px 16px 40px}.elc-section-title{font-size:28px}.elc-section-description{font-size:14px}.elc-chat-box{border-radius:12px;height:480px}.elc-features{gap:10px}.elc-feature{font-size:13px;padding:10px 16px}}