/* Eliminar completamente el banner fijo de Zoho Sites */
div[style*="bottom:0"][style*="position:fixed"][style*="z-index:1000000"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
}