.fh-popup-layer{position:fixed;z-index:9999;inset:0;display:grid;place-items:center;padding:24px;background:rgba(24,18,21,.66);backdrop-filter:blur(7px);animation:fhPopupFade .28s ease both}
.fh-popup-card{position:relative;width:min(610px,100%);max-height:min(760px,calc(100vh - 40px));overflow:auto;border:1px solid rgba(255,255,255,.52);border-radius:30px;background:linear-gradient(145deg,#fff,#f4eeea);box-shadow:0 34px 90px rgba(31,11,18,.42);animation:fhPopupEnter .38s cubic-bezier(.2,.8,.2,1) both}
.fh-popup-image{display:block;width:100%;max-height:290px;object-fit:cover;border-radius:29px 29px 0 0}
.fh-popup-brand{position:absolute;right:-42px;top:-54px;width:220px;height:220px;border-radius:50%;background:url('/icone-oficial.jpg') center/cover;opacity:.055;pointer-events:none}
.fh-popup-content{position:relative;padding:38px 42px 40px}
.fh-popup-eyebrow{display:block;margin-bottom:10px;color:#821f3c;font-size:.7rem;font-weight:900;letter-spacing:.17em;text-transform:uppercase}
.fh-popup-title{margin:0 42px 14px 0;color:#29282c;font-size:clamp(1.65rem,4vw,2.35rem);font-weight:950;line-height:1.08;letter-spacing:-.035em}
.fh-popup-message{margin:0;color:#625a5c;font-size:1rem;line-height:1.7;white-space:pre-line;overflow-wrap:anywhere}
.fh-popup-action{display:inline-flex;align-items:center;justify-content:center;margin-top:25px;padding:.78rem 1.3rem;border-radius:999px;background:#65172d;color:#fff;font-weight:900;text-decoration:none;box-shadow:0 10px 24px rgba(101,23,45,.28);transition:transform .2s,background .2s}
.fh-popup-action:hover{background:#821f3c;transform:translateY(-2px)}
.fh-popup-close{position:absolute;z-index:2;right:17px;top:17px;width:42px;height:42px;border:1px solid rgba(101,23,45,.15);border-radius:50%;background:rgba(255,255,255,.94);color:#65172d;font:900 1.35rem/1 Arial,sans-serif;cursor:pointer;box-shadow:0 7px 18px rgba(38,21,27,.16)}
.fh-popup-layer.fh-popup-closing{animation:fhPopupFadeOut .2s ease both}.fh-popup-layer.fh-popup-closing .fh-popup-card{animation:fhPopupLeave .2s ease both}
body.fh-popup-open{overflow:hidden}
@keyframes fhPopupFade{from{opacity:0}to{opacity:1}}@keyframes fhPopupFadeOut{to{opacity:0}}@keyframes fhPopupEnter{from{opacity:0;transform:translateY(24px) scale(.96)}to{opacity:1;transform:none}}@keyframes fhPopupLeave{to{opacity:0;transform:translateY(12px) scale(.98)}}
@media(max-width:620px){.fh-popup-layer{padding:14px}.fh-popup-card{border-radius:24px;max-height:calc(100vh - 28px)}.fh-popup-image{max-height:220px;border-radius:23px 23px 0 0}.fh-popup-content{padding:30px 25px 32px}.fh-popup-title{margin-right:34px}.fh-popup-close{right:12px;top:12px}}
@media(prefers-reduced-motion:reduce){.fh-popup-layer,.fh-popup-card{animation:none!important}.fh-popup-action{transition:none}}
