/* FireFlix V12.9.5 — bloco exclusivo de ajuda no pagamento via WhatsApp.
   Carregado por último para não depender de cache/estilos antigos do app.css. */
.renew-page .renew-payment-help{
  box-sizing:border-box !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:18px !important;
  width:100% !important;
  max-width:820px !important;
  min-height:76px !important;
  margin:20px auto 4px !important;
  padding:13px 14px 13px 16px !important;
  overflow:hidden !important;
  border:1px solid rgba(37,211,102,.42) !important;
  border-radius:15px !important;
  background:linear-gradient(135deg,rgba(37,211,102,.13),rgba(12,28,18,.92)) !important;
  box-shadow:0 12px 30px rgba(0,0,0,.22),0 0 24px rgba(37,211,102,.05) !important;
  color:#fff !important;
  text-align:left !important;
}
.renew-page .renew-payment-help-copy{
  box-sizing:border-box !important;
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  min-width:0 !important;
  margin:0 !important;
}
.renew-page .renew-payment-help-icon{
  box-sizing:border-box !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:42px !important;
  min-width:42px !important;
  max-width:42px !important;
  height:42px !important;
  min-height:42px !important;
  max-height:42px !important;
  flex:0 0 42px !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  border:1px solid rgba(37,211,102,.32) !important;
  border-radius:50% !important;
  background:rgba(37,211,102,.13) !important;
  color:#25d366 !important;
  line-height:1 !important;
}
.renew-page .renew-payment-help-icon svg{
  display:block !important;
  width:23px !important;
  min-width:23px !important;
  max-width:23px !important;
  height:23px !important;
  min-height:23px !important;
  max-height:23px !important;
  margin:0 !important;
  padding:0 !important;
  flex:none !important;
  fill:currentColor !important;
}
.renew-page .renew-payment-help-copy>div{
  min-width:0 !important;
  margin:0 !important;
}
.renew-page .renew-payment-help-copy strong{
  display:block !important;
  margin:0 !important;
  color:#f7fff9 !important;
  font-size:12px !important;
  line-height:1.3 !important;
  font-weight:900 !important;
}
.renew-page .renew-payment-help-copy p{
  margin:4px 0 0 !important;
  color:rgba(232,255,240,.68) !important;
  font-size:10px !important;
  line-height:1.45 !important;
}
.renew-page .renew-payment-help-button{
  box-sizing:border-box !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 auto !important;
  min-width:172px !important;
  min-height:42px !important;
  margin:0 !important;
  padding:0 16px !important;
  border:1px solid #25d366 !important;
  border-radius:11px !important;
  background:#25d366 !important;
  box-shadow:0 9px 21px rgba(37,211,102,.17) !important;
  color:#07150c !important;
  font-size:11px !important;
  line-height:1 !important;
  font-weight:900 !important;
  text-decoration:none !important;
  white-space:nowrap !important;
  transition:transform .18s ease,filter .18s ease,box-shadow .18s ease !important;
}
.renew-page .renew-payment-help-button::before{
  content:"" !important;
  display:block !important;
  width:7px !important;
  height:7px !important;
  margin:0 8px 0 0 !important;
  border-radius:50% !important;
  background:#087c34 !important;
  box-shadow:0 0 0 3px rgba(8,124,52,.13) !important;
}
.renew-page .renew-payment-help-button:hover{
  transform:translateY(-1px) !important;
  filter:brightness(1.04) !important;
  box-shadow:0 12px 25px rgba(37,211,102,.23) !important;
  color:#07150c !important;
}
@media(max-width:720px){
  .renew-page .renew-payment-help{
    flex-direction:column !important;
    align-items:stretch !important;
    gap:12px !important;
    padding:14px !important;
  }
  .renew-page .renew-payment-help-copy{
    justify-content:flex-start !important;
  }
  .renew-page .renew-payment-help-button{
    width:100% !important;
    min-width:0 !important;
  }
}
