.hm-catalogo-wrap{
    position:relative;
    width:100%;
    margin:24px 0;
    border-radius:18px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 10px 28px rgba(0,0,0,.08);
}

.hm-catalogo-topbar,
.hm-catalogo-modal-bar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    padding:14px 18px;
    background:#111;
    color:#fff;
}

.hm-catalogo-title{
    font-size:16px;
    font-weight:700;
    line-height:1.2;
}

.hm-catalogo-actions{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
}

.hm-catalogo-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:10px 14px;
    border:0;
    border-radius:12px;
    text-decoration:none;
    background:#fff;
    color:#111;
    font-weight:600;
    cursor:pointer;
    transition:transform .15s ease, opacity .15s ease;
}

.hm-catalogo-btn:hover{
    transform:translateY(-1px);
    opacity:.95;
}

.hm-catalogo-license{
    background:#0b64a0;
    color:#fff;
}

.hm-catalogo-demo-notice{
    padding:10px 16px;
    background:#fff8e5;
    border-bottom:1px solid #eedaa7;
    color:#6d4c00;
    font-size:13px;
    font-weight:600;
}

.hm-catalogo-demo-notice a,
.hm-catalogo-branding-demo a{
    color:inherit;
    text-decoration:underline;
}

.hm-catalogo-iframe{
    display:block;
    width:100%;
    border:0;
    background:#f7f7f7;
}

.hm-catalogo-modal{
    display:none;
    position:fixed;
    inset:0;
    z-index:99990;
    background:rgba(0,0,0,.9);
}

.hm-catalogo-modal.is-active{
    display:block;
}

.hm-catalogo-modal-inner{
    position:absolute;
    inset:18px;
    border-radius:18px;
    overflow:hidden;
    background:#000;
}

.hm-catalogo-iframe-modal{
    height:calc(100% - 70px);
}

.hm-catalogo-notice{
    padding:14px 16px;
    border-radius:12px;
    background:#fff6d9;
    color:#5a4300;
    margin:18px 0;
}

.hm-catalogo-branding-demo{
    padding:10px 16px;
    text-align:center;
    background:#fff;
    border-top:1px solid #eee;
    color:#666;
    font-size:12px;
}

@media (max-width: 768px){
    .hm-catalogo-topbar,
    .hm-catalogo-modal-bar{
        flex-direction:column;
        align-items:flex-start;
    }

    .hm-catalogo-actions,
    .hm-catalogo-btn{
        width:100%;
    }

    .hm-catalogo-modal-inner{
        inset:10px;
        border-radius:14px;
    }

    .hm-catalogo-iframe-modal{
        height:calc(100% - 118px);
    }
}
