/* Hero — popup modal (GHL forms, iframes) */
body.rocha-hero-modal-open{overflow:hidden}
button.btn-primary,button.btn-outline{font-family:var(--fh);appearance:none;-webkit-appearance:none}
.rocha-hero-modal{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:1.25rem;box-sizing:border-box}
.rocha-hero-modal[hidden]{display:none!important}
.rocha-hero-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.78);backdrop-filter:blur(4px)}
.rocha-hero-modal__panel{position:relative;z-index:1;width:min(760px,100%);max-height:min(92vh,900px);background:#fff;border-radius:10px;box-shadow:0 24px 80px rgba(0,0,0,.45);display:flex;flex-direction:column;overflow:hidden;animation:rochaModalIn .35s ease-out}
@keyframes rochaModalIn{from{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:none}}
.rocha-hero-modal__close{position:absolute;top:.65rem;right:.65rem;z-index:2;width:2.5rem;height:2.5rem;border:0;border-radius:50%;background:rgba(0,0,0,.55);color:#fff;font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}
.rocha-hero-modal__close:hover{background:var(--orange,#ee731a)}
.rocha-hero-modal__body{overflow:auto;-webkit-overflow-scrolling:touch;padding:0;flex:1;min-height:0}
.rocha-hero-modal__body iframe{display:block;width:100%!important;max-width:100%;min-height:min(1638px,calc(92vh - 2rem));height:auto!important;border:0;border-radius:0}
