.promouhul-fc-float-wrap{position:fixed;z-index:99990;display:inline-block;pointer-events:none;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
.promouhul-fc-float-wrap *{box-sizing:border-box}
/* puh-safe-reset */
.promouhul-fc-float-wrap, .promouhul-fc-modal{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
.promouhul-fc-modal *{box-sizing:border-box}
.promouhul-fc-modal button,.promouhul-fc-modal input,.promouhul-fc-modal textarea{font:inherit;letter-spacing:normal;text-transform:none}
.promouhul-fc-modal button{background:none}

.promouhul-fc-float--right{right:var(--pfc-float-ox,22px)}
.promouhul-fc-float--left{left:var(--pfc-float-ox,22px)}
.promouhul-fc-float--bottom{bottom:var(--pfc-float-oy,22px)}
.promouhul-fc-float--top{top:var(--pfc-float-oy,22px)}

.promouhul-fc-float-btn{
  pointer-events:auto;
  display:inline-flex;
  align-items:center;
  gap:10px;
  border:1px solid var(--pfc-float-border,rgba(255,255,255,.12));
  background:var(--pfc-float-bg,var(--pfc-primary,#560DC9));
  color:var(--pfc-float-text,#fff);
  padding:12px 14px;
  border-radius:999px;
  box-shadow:0 10px 30px rgba(0,0,0,.22);
  cursor:pointer;
  transition:transform .15s ease, box-shadow .15s ease, filter .15s ease;
  -webkit-tap-highlight-color:transparent;
}
.promouhul-fc-float--icon .promouhul-fc-float-btn{padding:12px;border-radius:999px}
.promouhul-fc-float-btn:hover{transform:translateY(-1px);box-shadow:0 12px 34px rgba(0,0,0,.26);filter:saturate(1.05)}
.promouhul-fc-float-btn:active{transform:translateY(0)}
.promouhul-fc-float-btn:focus{outline:none}
.promouhul-fc-float-btn:focus-visible{box-shadow:0 0 0 4px rgba(242,166,59,.35), 0 12px 34px rgba(0,0,0,.26)}

.promouhul-fc-float-ico{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px}
.promouhul-fc-float-label{font-weight:700;font-size:14px;letter-spacing:.2px;white-space:nowrap}

.promouhul-fc-modal{position:fixed;inset:0;z-index:2147483647;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease, visibility .18s ease}
.promouhul-fc-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}
.promouhul-fc-modal[hidden]{display:none !important}

.promouhul-fc-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.52);backdrop-filter:blur(2px)}
.promouhul-fc-modal__panel{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:min(520px, calc(100% - 28px));
  background:#0f1220;
  color:#fff;
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  box-shadow:0 30px 70px rgba(0,0,0,.45);
  max-height:calc(100dvh - 28px);
  display:flex;
  flex-direction:column;
  overflow:visible;
}
.promouhul-fc-modal__header{
  flex:0 0 auto;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  padding:18px 18px 12px;
  gap:14px;
}
.promouhul-fc-modal__title{margin:0;font-size:18px;line-height:1.2;font-weight:800;letter-spacing:.2px}
.promouhul-fc-modal__subtitle{margin:6px 0 0;color:rgba(255,255,255,.75);font-size:13px}
.promouhul-fc-modal__x{
  border:0;
  background:rgba(255,255,255,.08);
  color:#fff;
  width:34px;
  height:34px;
  border-radius:12px;
  cursor:pointer;
  font-size:22px;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
}
.promouhul-fc-modal__x:hover{background:rgba(255,255,255,.12)}
.promouhul-fc-modal__form{padding:0 18px 18px;flex:1 1 auto;overflow:auto}

/*
  IMPORTANT:
  These form utility classes (.promouhul-fc-field/.promouhul-fc-actions/.promouhul-fc-feedback)
  are also used by the [promouhul_fale_conosco] shortcode. Keep ALL modal-specific styling
  scoped under .promouhul-fc-modal to avoid bleeding into the shortcode UI.
*/

.promouhul-fc-modal .promouhul-fc-field{margin-top:12px}
.promouhul-fc-modal .promouhul-fc-field label{display:block;font-size:12px;font-weight:700;color:rgba(255,255,255,.82);margin:0 0 8px}
.promouhul-fc-modal .promouhul-fc-field .req{color:var(--pfc-accent,#F2A63B)}
.promouhul-fc-modal .promouhul-fc-field input, .promouhul-fc-modal .promouhul-fc-field textarea{
  width:100%;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  color:#fff;
  padding:12px 12px;
  border-radius:12px;
  outline:none;
  font-size:14px;
}
.promouhul-fc-modal .promouhul-fc-field textarea{resize:vertical;min-height:110px}
.promouhul-fc-modal .promouhul-fc-field input:focus, .promouhul-fc-modal .promouhul-fc-field textarea:focus{border-color:rgba(242,166,59,.55);box-shadow:0 0 0 4px rgba(242,166,59,.18)}

.promouhul-fc-modal .promouhul-fc-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;position:sticky;bottom:0;background:#0f1220;padding-top:12px;padding-bottom:2px}
.promouhul-fc-modal .promouhul-fc-feedback{min-height:18px;font-size:13px;color:rgba(255,255,255,.82)}
.promouhul-fc-modal .promouhul-fc-feedback.is-error{color:#ffb4b4}
.promouhul-fc-modal .promouhul-fc-feedback.is-success{color:#b9ffd8}

.promouhul-fc-submit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:0;
  background:linear-gradient(135deg,var(--pfc-primary,#560DC9),#2a2f6d);
  color:#fff;
  border-radius:12px;
  padding:12px 16px;
  font-weight:800;
  cursor:pointer;
  min-width:120px;
}
.promouhul-fc-submit .spinner{
  width:16px;
  height:16px;
  border:2px solid rgba(255,255,255,.35);
  border-top-color:#fff;
  border-radius:50%;
  display:none;
  animation:puhspin .8s linear infinite;
}
.promouhul-fc-submit.is-loading .spinner{display:inline-block}
.promouhul-fc-submit.is-loading .txt{opacity:.85}
@keyframes puhspin{to{transform:rotate(360deg)}}

.promouhul-fc-modal .promouhul-fc-hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}

@media (max-width:480px){
  .promouhul-fc-float-btn{padding:11px 12px}
  .promouhul-fc-float-label{font-size:13px}
}

.promouhul-fc-modal .promouhul-fc-submit{display:inline-flex !important}

/*
  Shortcode button: [promouhul_reportar_erro]
  Isolated styles to avoid impacting other buttons/plugins.
*/
.promouhul-fc-report-open{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:14px 16px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.08);
  background:linear-gradient(135deg,var(--pfc-primary,#560DC9),#2a2f6d);
  color:#fff;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-weight:800;
  font-size:14px;
  letter-spacing:.2px;
  cursor:pointer;
  text-decoration:none;
  box-shadow:0 10px 28px rgba(0,0,0,.18);
  transition:transform .15s ease, box-shadow .15s ease, filter .15s ease;
  -webkit-tap-highlight-color:transparent;
}

.promouhul-fc-report-open-wrap{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  margin: 14px 0;
}
.promouhul-fc-report-open-wrap .promouhul-fc-report-open{max-width: 100%}
.promouhul-fc-report-open:hover{transform:translateY(-1px);box-shadow:0 12px 32px rgba(0,0,0,.22);filter:saturate(1.05)}
.promouhul-fc-report-open:active{transform:translateY(0)}
.promouhul-fc-report-open:focus{outline:none}
.promouhul-fc-report-open:focus-visible{box-shadow:0 0 0 4px rgba(242,166,59,.35), 0 12px 32px rgba(0,0,0,.22)}
.promouhul-fc-report-open__ico{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px}
.promouhul-fc-report-open__txt{line-height:1}