.deliveries-section{background:#fff}.public-deliveries{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.public-deliveries article{overflow:hidden;background:var(--cream);border-radius:12px}.public-deliveries img,.delivery-placeholder{width:100%;height:230px;object-fit:cover}.delivery-placeholder{display:grid;place-items:center;background:#e7d9c0;color:var(--red);font-size:60px}.public-deliveries article>div:last-child{padding:22px}.public-deliveries h3{font:600 24px Oswald;color:var(--green);margin:5px 0}.no-deliveries{grid-column:1/-1;text-align:center;padding:55px;background:var(--cream)}.chat-launcher{position:fixed;right:22px;bottom:92px;z-index:30;border:0;border-radius:28px;padding:13px 18px;background:var(--green);color:#fff;font-weight:700;box-shadow:0 9px 24px #0004}.chat-panel{position:fixed;right:22px;bottom:22px;z-index:40;width:min(390px,calc(100% - 30px));height:560px;display:none;flex-direction:column;background:#fff;border-radius:16px;box-shadow:0 24px 70px #0005;overflow:hidden}.chat-panel.open{display:flex}.chat-head{padding:18px 20px;display:flex;background:var(--green);color:#fff}.chat-head div{display:flex;flex-direction:column}.chat-head small{color:#c8d7ce}.chat-head button{margin-left:auto;border:0;background:none;color:#fff;font-size:25px}.chat-messages{flex:1;padding:18px;overflow:auto;background:#faf8f3}.bot-message,.user-message{max-width:86%;padding:11px 14px;margin-bottom:10px;border-radius:12px;background:#fff}.user-message{margin-left:auto;background:var(--green);color:#fff}.quick-questions{display:flex;gap:7px;padding:10px 14px}.quick-questions button{border:1px solid #ccd8d0;background:#fff;border-radius:16px;padding:7px;color:var(--green)}.chat-form{display:flex;padding:10px 14px}.chat-form input{flex:1;padding:12px;border:1px solid #ccd8d0}.chat-form button{width:45px;border:0;background:var(--red);color:#fff}.chat-whatsapp{padding:12px;text-align:center;background:#25d366;color:#fff;text-decoration:none;font-weight:800}@media(max-width:980px){.public-deliveries{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.public-deliveries{grid-template-columns:1fr}.chat-panel{right:15px;bottom:15px;height:calc(100% - 30px)}}
