/* GoodPlann · widget flotante WhatsApp */

.gp .wa-widget{ position:fixed; right:22px; bottom:22px; z-index:70; width:150px; text-decoration:none; cursor:pointer;
  display:flex; flex-direction:column; align-items:center; gap:9px; animation:waIn .5s .9s both; }
.gp .wa-widget:hover{ transform:translateY(-3px); transition:transform .25s; }
.gp .wa-widget.hidden{ display:none; }
.gp .wa-bubble{ background:#fff; color:#12202a; font-weight:700; font-size:12.5px; line-height:1.2; padding:9px 14px; border-radius:14px;
  position:relative; box-shadow:0 8px 24px rgba(0,0,0,.35); text-align:center; }
.gp .wa-bubble::after{ content:""; position:absolute; bottom:-5px; left:50%; transform:translateX(-50%) rotate(45deg); width:11px; height:11px; background:#fff; }
.gp .wa-card{ position:relative; width:132px; height:170px; border-radius:18px; overflow:hidden;
  box-shadow:0 16px 42px rgba(0,0,0,.5); border:2px solid rgba(255,255,255,.16); }
.gp .wa-poster{ position:absolute; inset:0; }
.gp .wa-poster svg, .gp .wa-card video, .gp .wa-photo{ width:100%; height:100%; object-fit:cover; display:block; }
.gp .wa-photo{ object-position:center 22%; filter:grayscale(.1); }
.gp .wa-bar{ position:absolute; left:10px; right:10px; bottom:10px; display:flex; align-items:center; justify-content:center; gap:7px;
  background:rgba(10,20,24,.86); color:#fff; font-weight:800; font-size:13px; padding:8px; border-radius:11px;
  backdrop-filter:blur(4px); -webkit-backdrop-filter:blur(4px); }
.gp .wa-ic{ width:17px; height:17px; }
.gp .wa-close{ position:absolute; top:-8px; right:-8px; width:22px; height:22px; border-radius:50%; border:0; z-index:2;
  background:rgba(10,20,24,.92); color:#fff; font-size:15px; line-height:1; cursor:pointer; box-shadow:0 2px 8px rgba(0,0,0,.4); }
@keyframes waIn{ from{ opacity:0; transform:translateY(14px) scale(.92) } to{ opacity:1; transform:none } }
@media (max-width:560px){
  .gp .wa-widget{ width:112px; right:10px; bottom:calc(10px + env(safe-area-inset-bottom,0px)); gap:6px; }
  .gp .wa-card{ width:100%; height:auto; aspect-ratio:3/4; }
  .gp .wa-bubble{ font-size:10.5px; padding:6px 10px; }
  .gp .wa-bar{ font-size:12px; left:8px; right:8px; bottom:8px; padding:7px; }
}
@media (max-width:380px){
 .gp .wa-widget{ width:94px; }
 .gp .wa-bubble{ font-size:10px; }
}
