/* =========================
   GLS WhatsApp Support
   ========================= */
/* Palette appliquée: #211e1d / #fffee8 / #fffff9 */
.gls-wa-support{
  position:relative;
  padding: clamp(56px, 7vw, 110px) 0;
  color: #fffee8;
  overflow:hidden;
  background-color: #211e1d;
  background-size: 120% 120%;
  background-position: 50% 50%;
}

.gls-wa-container{
  width:min(1200px, 92%);
  margin:0 auto;
  display:grid;
  grid-template-columns: 1.35fr .8fr;
  gap: clamp(28px, 5vw, 70px);
  align-items:center;
  position:relative;
  z-index:2;
}

/* LEFT */
.gls-wa-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 18px;
  border-radius:999px;
  background: rgba(255,254,232,.10);
  border:1px solid rgba(255,254,232,.16);
  backdrop-filter: blur(8px);
  font-size: 13px;
  letter-spacing:.2px;
}

.gls-wa-dot{
  width:9px; height:9px; border-radius:50%;
  background:#fffee8;
  box-shadow: 0 0 18px rgba(255,254,232,.55);
  animation: glsPulse 1.6s infinite;
}
@keyframes glsPulse{
  0%{ box-shadow:0 0 0 0 rgba(255,254,232,.50) }
  70%{ box-shadow:0 0 0 12px rgba(255,254,232,0) }
  100%{ box-shadow:0 0 0 0 rgba(255,254,232,0) }
}

.gls-wa-title{
    color: var(--color-surface);
  margin:18px 0 14px;
  font-size: clamp(34px, 4.8vw, 60px);
  line-height: 1.05;
  letter-spacing: -0.8px;
}

.gls-wa-sub{
  margin:0 0 22px;
  color: rgba(255,254,232,.68);
  font-size: 16px;
}

.gls-wa-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin: 18px 0 22px;
}

.gls-wa-chip{
  appearance:none;
  border:1px solid rgba(255,254,232,.10);
  background: rgba(255,254,232,.06);
  color: rgba(255,254,232,.75);
  padding:10px 16px;
  border-radius:999px;
  font-size: 13px;
  cursor:pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.gls-wa-chip:hover{ transform: translateY(-2px); }
.gls-wa-chip.is-active{
  background: rgba(255,254,232,.14);
  border-color: rgba(255,254,232,.24);
  color: rgba(255,254,232,.95);
}

.gls-wa-list{
  list-style:none;
  padding:0;
  margin: 0 0 28px;
  display:grid;
  gap:12px;
}
.gls-wa-list li{
  display:flex;
  align-items:center;
  gap:12px;
  font-size: 16px;
  font-weight: 700;
  color: rgba(255,254,232,.90);
}

.gls-wa-bullet{
  width:14px; height:14px; border-radius:50%;
  background:#fffee8;
  box-shadow: 0 0 14px rgba(255,254,232,.40);
  flex: 0 0 14px;
}

.gls-wa-btn{
  display:inline-flex;
  align-items:center;
  gap:14px;
  padding: 16px 26px;
  border-radius: 999px;
  background: #fffee8;
  color: #211e1d;
  font-weight: 900;
  text-decoration:none;
  box-shadow: 0 18px 45px rgba(33,30,29,.30);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.gls-wa-btn:hover{
  transform: translateY(-3px);
  box-shadow: 0 28px 70px rgba(33,30,29,.40);
  filter: brightness(1.05);
}
.gls-wa-btn-ico{
  width:22px; height:22px;
  display:grid; place-items:center;
}
.gls-wa-btn-ico svg{
  width:22px; height:22px;
  color: #211e1d;
  filter: drop-shadow(0 6px 14px rgba(33,30,29,.20));
}

.gls-wa-tip{
  margin: 14px 0 0;
  color: rgba(255,254,232,.48);
  font-size: 14px;
}

/* PHONE */
.gls-wa-phone{
  width:min(340px, 100%);
  aspect-ratio: 9/18;
  border-radius: 46px;
  padding: 18px;
  background: linear-gradient(145deg, rgba(255,254,232,.08), rgba(255,254,232,.04));
  border: 1px solid rgba(255,254,232,.12);
  box-shadow: 0 30px 90px rgba(0,0,0,.55);
  backdrop-filter: blur(14px);
  position:relative;
  transform: translateZ(0);
  transition: transform .16s ease;
}

.gls-wa-phone-inner{
  height:100%;
  border-radius: 32px;
  background:
    radial-gradient(900px 400px at 20% 10%, rgba(255,254,232,.06), transparent 60%),
    linear-gradient(180deg, rgba(33,30,29,.94), rgba(24,22,21,.97));
  border: 1px solid rgba(255,254,232,.08);
  padding: 46px 16px 16px;
  display:flex;
  flex-direction:column;
  gap:14px;
  overflow:hidden;
  position:relative;
}

/* 3 dots top-left */
.gls-wa-topdots{
  position:absolute;
  top:14px; left:16px;
  display:flex;
  gap:6px;
  opacity:.55;
}
.gls-wa-topdots span{
  width:8px; height:8px;
  border-radius:50%;
  background: rgba(255,254,232,.22);
  box-shadow: 0 8px 18px rgba(0,0,0,.25);
}

.gls-wa-time{
  position:absolute;
  top:14px;
  right:16px;
  color: rgba(255,254,232,.50);
  font-weight:800;
  font-size: 12px;
  letter-spacing:.2px;
}

.gls-wa-chat{
  display:flex;
  flex-direction:column;
  gap:14px;
  transition: opacity .45s ease;
}

/* "Conversation finished" end badge */
.gls-wa-end{
  align-self:center;
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 16px;
  border-radius:999px;
  background: rgba(255,254,232,.10);
  border:1px solid rgba(255,254,232,.14);
  color: rgba(255,254,232,.70);
  font-size: 12px;
  font-weight:700;
  letter-spacing:.2px;
  opacity:0;
  transform: scale(.85);
  animation: glsEndIn .5s ease forwards;
}
@keyframes glsEndIn{
  to{ opacity:1; transform: scale(1); }
}

/* bubbles */
.gls-wa-bubble{
  max-width: 82%;
  padding: 12px 14px;
  border-radius: 18px;
  font-size: 13px;
  line-height: 1.25;
  color: rgba(255,254,232,.88);
  background: rgba(255,254,232,.07);
  border: 1px solid rgba(255,254,232,.10);
  backdrop-filter: blur(10px);
  opacity:0;
  transform: translateY(10px);
  animation: glsBubbleIn .55s ease forwards;
}
@keyframes glsBubbleIn{ to{ opacity:1; transform: translateY(0); } }

.gls-left{ align-self:flex-start; }
.gls-right{ align-self:flex-end; }

.gls-green{
  background: linear-gradient(90deg, rgba(255,254,232,.95), rgba(255,255,249,.95));
  color:#211e1d;
  border-color: rgba(255,254,232,.35);
  font-weight: 900;
}

/* "typing…" bubble */
.gls-typing{
  width: 92px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,254,232,.07);
  border: 1px solid rgba(255,254,232,.10);
  backdrop-filter: blur(10px);
  display:flex;
  align-items:center;
  gap:6px;
  opacity:0;
  transform: translateY(10px);
  animation: glsBubbleIn .45s ease forwards;
}
.gls-typing span{
  width:7px; height:7px;
  border-radius:50%;
  background: rgba(255,254,232,.78);
  opacity:.8;
  animation: glsDot 1.1s infinite;
}
.gls-typing span:nth-child(2){ animation-delay:.15s; opacity:.7; }
.gls-typing span:nth-child(3){ animation-delay:.30s; opacity:.6; }
@keyframes glsDot{
  0%,100%{ transform: translateY(0); opacity:.55; }
  50%{ transform: translateY(-4px); opacity:1; }
}

/* WAVE */
.gls-wa-wave{
  position:absolute;
  left:0;
  bottom: 22px;
  width: 100%;
  height: 120px;
  z-index:1;
  opacity:.95;
  pointer-events:none;
}

/* BLOBS */
.gls-blob{
  position:absolute;
  border-radius: 999px;
  filter: blur(30px);
  opacity:.75;
  z-index:0;
  animation: glsFloat 10s ease-in-out infinite;
}
@keyframes glsFloat{
  0%,100%{ transform: translate3d(0,0,0) scale(1); }
  50%{ transform: translate3d(0,-16px,0) scale(1.05); }
}
.gls-blob-a{
  width: 420px; height: 280px;
  left: -120px; top: -70px;
  background: radial-gradient(circle at 30% 30%, rgba(255,254,232,.12), rgba(255,254,232,0));
}
.gls-blob-b{
  width: 520px; height: 360px;
  right: -180px; top: 80px;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,249,.10), rgba(255,255,249,0));
  animation-duration: 12s;
}
.gls-blob-c{
  width: 520px; height: 320px;
  left: 22%; bottom: -180px;
  background: radial-gradient(circle at 30% 30%, rgba(255,254,232,.08), rgba(255,254,232,0));
  animation-duration: 14s;
}

/* Mouse glow */
.gls-mouse-glow{
  position:absolute;
  inset:auto;
  width: 380px;
  height: 380px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, rgba(255,254,232,.18), rgba(255,254,232,0) 60%);
  filter: blur(18px);
  opacity: 0;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events:none;
  transition: opacity .18s ease;
}

/* bubbles container */
.gls-mouse-bubbles{
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
}
.gls-mbubble{
  position:absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,249,.75);
  box-shadow: 0 0 16px rgba(255,254,232,.35);
  opacity: .85;
  transform: translate(-50%, -50%);
  animation: glsMBubble 1.3s ease forwards;
}
@keyframes glsMBubble{
  0%{ transform: translate(-50%, -50%) scale(1); opacity:.85; }
  100%{ transform: translate(-50%, -120%) scale(.2); opacity:0; }
}

/* RESPONSIVE */
@media (max-width: 980px){
  .gls-wa-container{
    grid-template-columns: 1fr;
    text-align:center;
  }
  .gls-wa-tabs{ justify-content:center; }
  .gls-wa-list li{ justify-content:center; }
  .gls-wa-phone{ margin: 10px auto 0; }
}
