/* FastPass — Widget de contato flutuante (Central de atendimento) */
.cw-btn{position:fixed;right:20px;bottom:20px;z-index:90000;width:60px;height:60px;border-radius:999px;background:#16a34a;border:none;cursor:pointer;box-shadow:0 12px 30px rgba(0,0,0,.28);display:flex;align-items:center;justify-content:center;transition:transform .15s}
.cw-btn:hover{transform:scale(1.06)}
.cw-btn svg{width:28px;height:28px;fill:#fff}
.cw-panel{position:fixed;right:20px;bottom:92px;z-index:90001;width:360px;max-width:calc(100vw - 32px);background:#fff;border-radius:18px;box-shadow:0 30px 70px rgba(0,0,0,.30);overflow:hidden;transform:translateY(16px) scale(.98);opacity:0;visibility:hidden;transition:opacity .2s,transform .2s,visibility .2s;font-family:"Archivo",system-ui,sans-serif}
.cw-panel.open{opacity:1;visibility:visible;transform:none}
.cw-head{background:var(--tinta,#211309);color:#fff;padding:20px 22px;position:relative}
.cw-head h3{font-family:"Anton",var(--disp),sans-serif;font-weight:400;font-size:20px;margin:0 0 4px;line-height:1.12;padding-right:24px}
.cw-head p{margin:0;font-size:13px;opacity:.8}
.cw-close{position:absolute;top:12px;right:12px;background:none;border:0;color:#fff;font-size:24px;cursor:pointer;opacity:.85;line-height:1}
.cw-close:hover{opacity:1}
.cw-list{max-height:62vh;overflow-y:auto}
.cw-item{display:flex;gap:14px;align-items:flex-start;padding:16px 22px;text-decoration:none;color:var(--tinta,#211309);border-bottom:1px solid #eee}
.cw-item:last-child{border-bottom:0}
.cw-sep{height:8px;background:#f3efe8;border-top:1px solid #e7e1d6;border-bottom:1px solid #e7e1d6}
.cw-item:hover{background:#faf6f0}
.cw-item .cw-ico{flex:0 0 auto;width:26px;height:26px;color:#16a34a;margin-top:2px}
.cw-item .cw-ico svg{width:26px;height:26px}
.cw-item h4{margin:0 0 3px;font-size:14.5px;font-weight:700}
.cw-item p{margin:0;font-size:12.5px;color:rgba(33,19,9,.65);line-height:1.4}
.cw-item .cw-arr{margin-left:auto;align-self:center;opacity:.35;flex:0 0 auto}
@media(max-width:480px){.cw-panel{right:12px;left:12px;width:auto;bottom:86px}.cw-btn{right:14px;bottom:14px}}
