/* ─── Agente TEF-MED-GO — strip integração ──────────────────── */
.go-agente-strip{
  background:linear-gradient(100deg,#083322 0%,#087a4d 65%,#0ca36a 100%);
  border-top:1px solid rgba(180,255,220,.10);
  border-bottom:1px solid rgba(0,0,0,.14);
}
.go-agente-strip .container{
  display:flex;align-items:center;gap:14px;
  padding-top:13px;padding-bottom:13px;flex-wrap:wrap;
}
.go-agente-badge{
  background:#b7f34b;color:#031a12;font-size:10px;font-weight:900;
  letter-spacing:.07em;padding:3px 9px;border-radius:20px;white-space:nowrap;flex-shrink:0;
}
.go-agente-strip p{
  margin:0;color:#c2eed9;font-size:13px;line-height:1.45;flex:1;min-width:160px;
}
.go-agente-strip strong{color:#fff;font-weight:700}
.go-agente-btn{
  background:#b7f34b;color:#031a12;font-size:12px;font-weight:800;
  border-radius:20px;padding:8px 20px;text-decoration:none;white-space:nowrap;
  flex-shrink:0;transition:opacity .15s ease;display:inline-block;
}
.go-agente-btn:hover,.go-agente-btn:focus-visible{opacity:.85;color:#031a12;outline:none}
@media(max-width:540px){
  .go-agente-strip p{font-size:12px}
  .go-agente-btn{width:100%;text-align:center;padding:9px 16px}
}
