.gestema-pcqi-announce{
  position:relative;
  z-index:9999;
  width:100%;
  min-height:76px;
  padding:8px 48px 8px 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#050b13;
  border-bottom:1px solid rgba(212,164,64,.28);
  box-shadow:0 1px 0 rgba(255,255,255,.05),0 16px 36px rgba(0,0,0,.35);
  font-family:'Inter',sans-serif;
}

.gestema-pcqi-announce__inner{
  width:min(1180px,100%);
  min-height:58px;
  padding:8px 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:9px 13px;
  border:1px solid rgba(124,78,10,.72);
  border-radius:8px;
  background:linear-gradient(180deg,#f4d67b 0%,#dfb341 38%,#c89122 100%);
  color:#061423;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.55),inset 0 -2px 0 rgba(105,65,8,.5),0 10px 20px rgba(0,0,0,.34);
  text-align:center;
  text-shadow:0 1px 0 rgba(255,255,255,.3);
  font-size:13px;
  font-weight:700;
  line-height:1.25;
}

.gestema-pcqi-announce__pulse{
  width:10px;
  height:10px;
  border-radius:999px;
  background:#061423;
  box-shadow:0 0 0 3px rgba(6,20,35,.16);
  flex:0 0 auto;
}

.gestema-pcqi-announce__label{
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:900;
}

.gestema-pcqi-announce__sep{
  opacity:.72;
}

.gestema-pcqi-announce__cta{
  color:#061423;
  text-decoration:none;
  border:1px solid rgba(6,20,35,.32);
  border-radius:5px;
  background:linear-gradient(180deg,rgba(255,255,255,.46),rgba(255,255,255,.18));
  padding:4px 12px;
  font-weight:900;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.6),0 1px 2px rgba(0,0,0,.16);
  animation:gestemaPcqiCtaNudge 4.6s ease-in-out infinite;
  will-change:transform;
}

.gestema-pcqi-announce__cta:hover{
  background:linear-gradient(180deg,rgba(255,255,255,.62),rgba(255,255,255,.26));
  transform:translateX(3px);
  animation-play-state:paused;
}

.gestema-pcqi-announce__close{
  position:absolute;
  top:50%;
  right:16px;
  width:30px;
  height:30px;
  transform:translateY(-50%);
  border:1px solid rgba(212,164,64,.46);
  border-radius:999px;
  background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.04));
  color:#f3d37d;
  font-size:20px;
  line-height:1;
  cursor:pointer;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 6px 12px rgba(0,0,0,.24);
}

@keyframes gestemaPcqiCtaNudge{
  0%,58%,100%{transform:translateX(0)}
  66%{transform:translateX(5px)}
  74%{transform:translateX(0)}
  82%{transform:translateX(3px)}
  90%{transform:translateX(0)}
}

@media (prefers-reduced-motion:reduce){
  .gestema-pcqi-announce__cta{animation:none}
}

@media (max-width:760px){
  .gestema-pcqi-announce{
    padding:10px 46px 10px 10px;
  }

  .gestema-pcqi-announce__inner{
    justify-content:flex-start;
    text-align:left;
    font-size:12px;
  }

  .gestema-pcqi-announce__label{
    letter-spacing:.08em;
  }
}
