/* Assistente do Terreiro — widget de chat (27/09/2026) */
.acq-launch{position:fixed;right:22px;bottom:22px;z-index:60;display:flex;align-items:center;gap:10px;border:0;cursor:pointer;
  background:linear-gradient(110deg,#c69c3f,#e7c56f);color:#22160a;font:700 15px/1 Inter,-apple-system,Segoe UI,Roboto,sans-serif;
  padding:14px 20px 14px 16px;border-radius:40px;box-shadow:0 18px 40px -14px rgba(0,0,0,.7),0 0 0 1px rgba(255,255,255,.18) inset;transition:transform .2s,box-shadow .2s,opacity .2s}
.acq-launch:hover{transform:translateY(-2px);box-shadow:0 22px 46px -14px rgba(0,0,0,.75),0 0 0 1px rgba(255,255,255,.25) inset}
.acq-launch svg{width:24px;height:24px;flex:0 0 24px}
.acq-launch .dotp{position:absolute;top:8px;left:36px;width:10px;height:10px;border-radius:50%;background:#18c08a;box-shadow:0 0 0 2px #e7c56f}
.acq-launch.hidden{opacity:0;pointer-events:none;transform:scale(.9)}
.acq-teaser{position:fixed;right:22px;bottom:86px;z-index:60;max-width:280px;background:#fff;color:#14342b;border-radius:16px 16px 4px 16px;padding:13px 34px 13px 15px;
  font:500 14px/1.45 Inter,-apple-system,Segoe UI,Roboto,sans-serif;box-shadow:0 20px 44px -18px rgba(0,0,0,.55);cursor:pointer;animation:acqIn .35s ease both}
.acq-teaser button{position:absolute;top:6px;right:8px;border:0;background:none;color:#8b93a3;font-size:16px;cursor:pointer;line-height:1}
@keyframes acqIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.acq-panel{position:fixed;right:22px;bottom:22px;z-index:61;width:392px;height:min(640px,calc(100vh - 44px));display:flex;flex-direction:column;
  background:#0f2a22;color:#f3ecdd;border:1px solid rgba(208,169,75,.35);border-radius:22px;overflow:hidden;
  box-shadow:0 40px 90px -30px rgba(0,0,0,.85),0 0 0 1px rgba(255,255,255,.03) inset;font-family:Inter,-apple-system,Segoe UI,Roboto,sans-serif;
  opacity:0;transform:translateY(16px) scale(.98);pointer-events:none;transition:opacity .22s,transform .22s}
.acq-panel.open{opacity:1;transform:none;pointer-events:auto}
.acq-h{display:flex;align-items:center;gap:12px;padding:14px 14px 14px 16px;background:linear-gradient(135deg,#1f4a3d,#14342b);border-bottom:1px solid rgba(208,169,75,.25)}
.acq-h .av{width:40px;height:40px;border-radius:50%;background:#d9a441;display:grid;place-items:center;flex:0 0 40px;overflow:hidden}.acq-h .av img{width:100%;height:100%;object-fit:cover}
.acq-h .t{flex:1;min-width:0}
.acq-h b{display:block;font:600 16px/1.2 "Cormorant Garamond",Georgia,serif;letter-spacing:.01em}
.acq-h small{display:flex;align-items:center;gap:6px;color:#9fe3c8;font-size:12px;font-weight:500}
.acq-h small i{width:7px;height:7px;border-radius:50%;background:#18c08a;box-shadow:0 0 8px #18c08a}
.acq-x{border:0;background:rgba(255,255,255,.07);color:#f3ecdd;width:34px;height:34px;border-radius:10px;cursor:pointer;font-size:18px;line-height:1}
.acq-x:hover{background:rgba(255,255,255,.14)}
.acq-b{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px;scroll-behavior:smooth;
  background:radial-gradient(420px 260px at 100% 0,rgba(208,169,75,.08),transparent 70%)}
.acq-m{max-width:86%;padding:10px 14px;border-radius:16px;font-size:14.5px;line-height:1.5;white-space:pre-wrap;word-wrap:break-word;animation:acqIn .25s ease both}
.acq-m.a{align-self:flex-start;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.06);border-bottom-left-radius:5px}
.acq-m.u{align-self:flex-end;background:linear-gradient(120deg,#c69c3f,#e0bd63);color:#22160a;font-weight:500;border-bottom-right-radius:5px}
.acq-typing{align-self:flex-start;display:flex;gap:4px;padding:12px 14px;background:rgba(255,255,255,.075);border-radius:16px;border-bottom-left-radius:5px}
.acq-typing i{width:7px;height:7px;border-radius:50%;background:#d8b45a;opacity:.4;animation:acqDot 1s infinite}
.acq-typing i:nth-child(2){animation-delay:.15s}.acq-typing i:nth-child(3){animation-delay:.3s}
@keyframes acqDot{0%,100%{opacity:.3;transform:none}50%{opacity:1;transform:translateY(-3px)}}
.acq-qr{display:flex;flex-wrap:wrap;gap:7px;padding:0 16px 10px}
.acq-qr button{border:1px solid rgba(224,189,99,.55);background:rgba(224,189,99,.08);color:#f0dca7;border-radius:20px;padding:7px 13px;font:600 13px/1.2 Inter,sans-serif;cursor:pointer;transition:.15s}
.acq-qr button:hover{background:rgba(224,189,99,.2);color:#fff}
.acq-f{border-top:1px solid rgba(208,169,75,.2);padding:10px 12px 8px;background:#0d211b}
.acq-in{display:flex;gap:8px;align-items:flex-end}
.acq-in textarea{flex:1;resize:none;max-height:110px;min-height:44px;background:rgba(255,255,255,.06);border:1px solid rgba(208,169,75,.25);border-radius:13px;color:#f3ecdd;padding:11px 13px;font:16px/1.4 Inter,sans-serif;outline:none}
.acq-in textarea:focus{border-color:#e0bd63}
.acq-send{width:44px;height:44px;border-radius:13px;border:0;background:linear-gradient(110deg,#c69c3f,#e0bd63);color:#22160a;cursor:pointer;display:grid;place-items:center;flex:0 0 44px}
.acq-send:disabled{opacity:.5;cursor:default}
.acq-send svg{width:20px;height:20px}
.acq-note{display:flex;justify-content:space-between;gap:8px;margin-top:6px;font-size:11px;color:#8b93a3}
.acq-note a{color:#d8b45a;cursor:pointer;text-decoration:underline}
.acq-wa{display:flex;align-items:center;justify-content:center;gap:9px;align-self:stretch;background:linear-gradient(100deg,#1ebe5b,#25d366);color:#062312;font:700 15px Inter,sans-serif;padding:13px;border-radius:13px;text-decoration:none;box-shadow:0 14px 30px -14px rgba(37,211,102,.7);animation:acqIn .3s ease both}
.acq-wa svg{width:20px;height:20px}
.acq-wa2{align-self:flex-start;font-size:13px;color:#9fe3c8;text-decoration:underline}

/* ===== visual cordel / xilogravura (27/09) ===== */
.acq-launch{background:#7fae1f!important;color:#161310!important;border:2px solid #161310!important;border-radius:0!important;box-shadow:5px 5px 0 #161310!important;font:700 13px "Work Sans",sans-serif!important;letter-spacing:.1em;text-transform:uppercase}
.acq-launch .dotp{box-shadow:0 0 0 2px #161310;background:#9b1c1c}
.acq-teaser{background:#f3ead7;color:#161310;border:2px solid #161310;border-radius:0;box-shadow:5px 5px 0 #161310;font-family:"Work Sans",sans-serif}
.acq-panel{background:#f3ead7;color:#161310;border:3px solid #161310;border-radius:0;box-shadow:10px 10px 0 #161310;font-family:"Work Sans",sans-serif}
.acq-h{background:#1d3a22;border-bottom:0;box-shadow:inset 0 -8px 0 #9b1c1c,inset 0 -10px 0 #161310;padding-bottom:20px}
.acq-h b{font-family:"Alfa Slab One",Georgia,serif;font-weight:400;color:#f3ead7;letter-spacing:.01em}
.acq-h small{color:#d4a02a}.acq-h small i{background:#7fae1f;box-shadow:none}
.acq-h .av{background:transparent}
.acq-h .av img{object-fit:contain}
.acq-x{background:transparent;border:2px solid #f3ead7;border-radius:0;color:#f3ead7}
.acq-b{background:transparent}
.acq-m{border-radius:0;font-size:14.5px}
.acq-m.a{background:#fffaf0;color:#161310;border:2px solid #161310;border-bottom-left-radius:0;box-shadow:3px 3px 0 rgba(22,19,16,.18)}
.acq-m.u{background:#1d3a22;color:#f3ead7;border:2px solid #161310;border-bottom-right-radius:0;font-weight:500}
.acq-typing{background:#fffaf0;border:2px solid #161310;border-radius:0}.acq-typing i{background:#9b1c1c}
.acq-qr button{border:2px solid #161310;background:#f3ead7;color:#161310;border-radius:0;font-family:"Work Sans",sans-serif;box-shadow:2px 2px 0 #161310}
.acq-qr button:hover{background:#d4a02a;color:#161310}
.acq-f{background:#e9dcc0;border-top:2px solid #161310}
.acq-in textarea{background:#fffaf0;border:2px solid #161310;border-radius:0;color:#161310}
.acq-in textarea:focus{border-color:#9b1c1c}
.acq-send{background:#d4a02a;color:#161310;border:2px solid #161310;border-radius:0}
.acq-note{color:#5a5245}.acq-direct{color:#1d3a22!important;font-weight:600}
.acq-wa{border-radius:0;border:2px solid #161310;box-shadow:4px 4px 0 #161310;background:#25d366;color:#0b1f10}
.acq-cal{align-self:stretch;border:2px solid #161310;background:#fffaf0;padding:10px;box-shadow:3px 3px 0 rgba(22,19,16,.18)}
.acq-cal-t{font:700 11px "Work Sans",sans-serif;letter-spacing:.16em;text-transform:uppercase;color:#9b1c1c;margin-bottom:6px}
.acq-days{display:flex;gap:6px;overflow-x:auto;padding-bottom:6px;font-size:13px}
.acq-days button{flex:0 0 auto;border:2px solid #161310;background:#f3ead7;color:#161310;padding:4px 8px;cursor:pointer;text-align:center;font-family:"Work Sans",sans-serif}
.acq-days button small{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.1em}
.acq-days button b{font-size:14px}
.acq-days button.on{background:#1d3a22;color:#f3ead7}
.acq-slots{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}
.acq-slots button{border:2px solid #161310;background:#d4a02a;color:#161310;padding:6px 12px;font:700 14px "Work Sans",sans-serif;cursor:pointer;box-shadow:2px 2px 0 #161310}
.acq-slots button:hover{background:#7fae1f}
.acq-cal-n{font-size:11.5px;color:#5a5245;margin-top:8px;font-style:italic}
@media(max-width:560px){
  .acq-launch{right:14px;bottom:14px;padding:14px;border-radius:50%}
  .acq-launch .lbl{display:none}
  .acq-launch .dotp{left:auto;right:6px;top:6px}
  .acq-teaser{right:14px;bottom:80px;max-width:calc(100vw - 90px)}
  .acq-panel{right:0;bottom:0;left:0;top:auto;width:100%;height:40vh;height:40dvh;max-height:40dvh;min-height:260px;border-radius:0;border:0;border-top:3px solid #161310;box-shadow:0 -6px 0 #9b1c1c}
  .acq-launch{border-radius:0!important}
  .acq-h{padding:8px 10px 8px 12px;gap:10px}.acq-h .av{width:32px;height:32px;flex-basis:32px}.acq-h b{font-size:17px}
  .acq-b{padding:10px 12px;gap:8px}.acq-m{font-size:14px;padding:8px 12px}
  .acq-qr{padding:0 12px 6px}.acq-f{padding:6px 10px}
  .acq-in textarea{min-height:40px;padding:9px 12px}.acq-send{width:40px;height:40px;flex-basis:40px}
  .acq-note{margin-top:3px}.acq-note .nt{display:none}
  .acq-f{padding-bottom:calc(8px + env(safe-area-inset-bottom))}
}
@media (prefers-reduced-motion:reduce){.acq-panel,.acq-launch,.acq-m,.acq-form,.acq-wa,.acq-teaser{transition:none;animation:none}}

.acq-h b{font-size:19px}
.acq-direct{display:inline-flex;align-items:center;gap:6px;color:#9fe3c8!important;text-decoration:underline;font-size:11.5px}
.acq-direct svg{width:13px;height:13px}
.acq-wa-note{align-self:stretch;font-size:12px;color:#b9c8bf;text-align:center;margin-top:-4px}
